.icon-movil{
    display: none;
}

@media (max-width:799px) {
    
    .contenedor-bienvenida{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .contenedor-bienvenida span{
        font-size: 3.5rem !important;
    }
    .contenedor-intro{
        width: 100%;
        display:flex;
        flex-direction: column;
    }
    .txt-intro{
        width: 100%;
    }
    .txt-intro div{
        width: 100%;
        text-align: center;
    }
    .icon{
        display: none;
    }
    .icon-movil{
        width: 90% !important;
        background-color: white;
        padding: 20px;
    }
    .img-intro{
        width: 100%;
        display: none;
    }
    .contenedor-nosotros{
        width: 100%;
    }
    .contenedor-expertos{
        width: 100%;
    }
    .expertos-superior{
        width: 100%;
    }
    .expertos-superior p{
        width: 100%;
    }
    .expertos-superior button {
        width: 100%;
    }
    .expertos-img{
        width: 100%;
        height: 350px;
    }
    .expertos-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenedor-testimonios{
        width: 100%;
    }
    .contenedor-testimonios p{
        width: 100%;
    }
    .contenedor-tes{
        width: 100%;
    }
    .tarjeta-testimonios{
        width: 100%;
    }
    .tarjeta-testimonios p{
        width: 100%;
    }

    .contenedor-final{
        flex-direction: column-reverse;
        width: 100%;
    }
    .formulario{
        width: 100%;
        margin-top: 30%;
    }
    .contenedor-formulario{
        width: 100%;
    }
    .texto-final{
        font-size: 2rem;
        margin-bottom: 20%;
    }

    .formulario-superior{
        flex-direction: column;
        width: 100%;
    }
    .formulario-superior input{
        width: 100%;
    }

    .cuadro-blanco{
        width: 100%;
        margin-top: 40px;
    }
    .whatsapp{
        width: 10%;
        height: 90%;
        padding: 0;
        right: 0;
        justify-content: right;
    }
}