/* *************** contacto ************** */

#Contacto {
    width: 100%;
    padding: 30px;
    color: white;
    background-color: #084999;
}

.h2Contact {
    text-align: center;
    font-weight: bolder;
    width: 100%;
}

.infoH3 {
    font-size: 32px;
    font-weight: bolder;
    text-align: center;
}

.contact2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info {
    padding: 20px;
    font-size: 28px;
    margin: auto;
    text-align: center;
}

.iconContact {
    width: 25px;
    margin-right: 20px;
}

.location {
    margin: auto;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mapa {
    border-radius: 20px;
    width: 450px;
    height: 250px;
}

.mapText {
    padding: 10px;
    font-weight: bolder;
    text-align: center;
}

@media (max-width:1098px) {
    .iconContact {
        width: 25px;
        margin-right: 3px;
    }
}

@media (max-width:1072px) {
    .info {
        font-size: 20px;
    }
    .infoH3 {
        font-size: 25px;
    }
}

@media (max-width:1028px) {
    .contact2 {
        flex-direction: column;
    }
    
}

@media (max-width:508px) {
    .mapa {
        width: 350px;
    }
    
    .infoH3 {
        font-size: 23px;
    }
}

@media (max-width:444px) {
    .mapa {
        width: 300px;
    }
}

@media (max-width:398px) {
    .infoH3 {
        font-size: 20px;
    }

    .info {
        font-size: 18px;
    }
    
    .mapa {
        width: 280px;
    }
    
}

