#contacto div i {
    color: #00ACFF;
}

.dropdown-content li>span {
    color: #00ACFF !important;
}

div button i {
    color: #fff;
}

div .row {
    margin-bottom: 0 !important;
}

.card.horizontal {
    flex-direction: row-reverse;
}

.card.horizontal h3 {
    margin: 0 !important;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.card-content p.f {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.card-content p.f i {
    margin-right: 5px;
}

.mapa-cont iframe {
    width: 100%;
    height: auto;
}

.card.horizontal .card-image {
    width: 100%;
    display: flex;
    align-items: stretch;
    background: rgba(0, 0, 0, 0.349);
}

#contacto {
    width: 100%;
    min-height: 500px;
    background-image: url("../../img/contacto/bg1.png");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#envio {
    background: #00ACFF;
    color: white;
    transition: all 0.5s;
    margin-bottom: 12px;
}

#envio:hover {
    background: white;
    color: #00ACFF;
    box-shadow: 0px 0px 10px #00ACFF;
}

#envio:hover i {
    color: #00AAFF !important;
}

.enviando-correo {
    position: fixed;
    width: 40%;
    height: auto;
    top: 20%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    display: none;
    max-width: 720px
}

/* para smartphone */
@media only screen and (max-width: 710px) {

    .card.horizontal {
        flex-direction: column;
        flex-flow: column;
    }

    .card-content p.f {
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

    .card-content p.f i {
        margin-right: 5px;
    }

    .card.horizontal>.card-image {
        max-width: 100%;
        height: 250px;
        background: rgba(0, 0, 0, 0.349);
        overflow: hidden;
    }
    .mapa-cont iframe {
        width: 100%;
        height: auto;
    }

}