/* STYLES CONTACTO */

.hablamos{
    height: 100px;
        text-transform: uppercase;
        font-size: 100%;
        color: #E4D65A;
        font-family: monserat;
        font-weight: 750;
        margin-left: 2%;
 }
 .contactame{
        height: 100px;
        font-size: 20px;
        color: #ffffff;
        font-family: monserat;
        font-weight: 750;
        margin-left: 2%;
        
 }
 
 .iconoemail{
     height: 70px;
     width: 80px;
     margin-left: 2%;
 }
 .iconoemail img{
    width: 50px;
    height: 50px;
    margin-left: 15%;
 }
 .textoemail{
        height: 70px;
        width: 100px;
        font-size: medium;
        color: #ffffff;
        font-family: monserat;
        font-weight: 300;

 }
 .iconowhatsapp{
     height: 70px;
     width: 80px;
     margin-left: 2%;
 }
 .iconowhatsapp img{
    width: 50px;
    height: 50px;
    margin-left: 15%;
 }
 .textowhatsapp{
    height: 70px;
    width: 100px;
    font-size: medium;
    color: #ffffff;
    font-family: monserat;
    font-weight: 300;
 }
 .redessociales{
    height: 70px;
    font-size: 20px;
    color: #ffffff;
    font-family: monserat;
    font-weight: 750;
    margin-left: 2%;
 }
 .iconoinstagram{
    height: 70px;
    width: 80px;
    margin-left: 2%;
 }
 .iconoinstagram img{
    width: 50px;
    height: 50px;
    margin-left: 15%;
 }
 .textoinstagram{
    height: 70px;
    width: 100px;
    font-size: medium;
    color: #ffffff;
    font-family: monserat;
    font-weight: 300;
 }


 .hablamos {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding-top: 5%;
    
}

.hablamos p {
    margin: 0;
}


/* ayudirris IA */
/* STYLES CONTACTO */
body {
    font-family: 'Montserrat', sans-serif;
}

.hablamos {
    height: 100px;
    text-transform: uppercase;
    font-size: 2.2rem;
    color: #E4D65A;
    margin: 0 2%;
    
    padding-top: 3%;
}

.contactame {
    height: 100px;
    font-size: 1rem;
    color: #ffffff;
    margin: 0 2%;
    
    padding-top: 2rem;
}

.iconoemail, .iconowhatsapp, .iconoinstagram {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    margin: 0 2%;
}

.iconoemail img, .iconowhatsapp img, .iconoinstagram img {
    width: 50px;
    height: 50px;
}

.textoemail, .textowhatsapp, .textoinstagram {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 1rem;
}

.redessociales {
    height: 70px;
    font-size: 1rem;
    color: #ffffff;
    margin: 0 2%;
    
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .iconoemail, .iconowhatsapp, .iconoinstagram {
        flex-direction: column;
        height: auto;
        margin: 1rem 0;
    }
    
    .iconoemail img, .iconowhatsapp img, .iconoinstagram img {
        margin: 0 0 0.5rem 0;
    }
    
    .textoemail, .textowhatsapp, .textoinstagram {
        font-size: 0.9rem;
    }
    
    .contactame {
        font-size: 1rem;
    }
    
    .redessociales {
        font-size: 1rem;
    }
}



