#containData{
    width: 100%;
    margin: 10px 0;
    background-color: #cfb53b;
    display: flex;
    justify-content: center;
   
    border-radius: 15px;
}



#containData2{
    width: 100%;
    margin: 10px 0;
    background-color: #cfb53b;
    display: flex;
    justify-content: center;
   
    border-radius: 15px;
}  


#data{
    background-color: #fff;
    width: 55%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 15px;
  
    margin: 5px 0;
}
#data span{
    color: #000;
}

#tituloReso{
    font-size: 28px;
}
#estudioPreve{
    color: #cfb53b;
}

#CuerpoPrin{
    width: 100%;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#masVale{
    display: flex;
    justify-content: center;
}

.importante{
    color: #cfb53b;
    text-align: center;
}
.texto h2{
    text-align: center;
}
.texto{
    font-weight: 900;
    font-size: 18px;
}

.videos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
iframe{
    width: 700px;
    height: 400px;
    border-radius: 15px;

    margin: 10px;
}


.contacto{
    width: 100%;
    display: flex;
    justify-content: center;
}
.diagnoDig, .whatsapp{
    display: flex;
    width: 400px;
    height: 200px;
    margin: 25px 100px;

    border-radius: 15px;
    background-color: #fff;
}
.diagnoDig p, .whatsapp p{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.wh, .wh a{
    color: #00bb2d;
}

.diagnoDig img, .whatsapp img{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    
}
.tituloDiag{
    color: #000;
}

@media only screen and (max-width:760px){
    #masVale img{
        height: 600px;
        width: 400px;
      
    }
    
#data{
    width: 95%;
    font-size: 16px;
}
#data span{
    font-size: 16px;
}
#tituloReso{
    font-size: 22px;
}

    iframe{
        width: 400px;
        height: 200px;
    }

    .contacto{
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
       height: 320px;
        
    }
    .diagnoDig{
        transform: translateY(150px);
    }
    .diagnoDig, .whatsapp{
        width: 370px;
        height: auto;
        position:absolute;
        margin: 20px 0;
    }
    .diagnoDig img, .whatsapp img{
        width: 60px;
        height: 60px;
        border-radius: 100%;
        
    }

}
