body {
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    color: #00C8D5;
}

/* ------------------- */

.nav-link {
    color: #00C8D5!important;
}
.nav-link.active {
    color: #7A7A7A!important;
}
.nav-link:hover {
    color: #B6B6B6!important;
}

/* ------------------- */

.bgprimario {
    background-color: #00C8D5;
    color: white;
}

.btn-primario {
    text-align: center;
    background-color: #00C8D5;
    border-radius: 25px;
    color: white;
    font-size: 1rem!important;
}
    .btn-primario:hover {
        color: white;
    }

/* ------------------- */

#divHeader {
    font-size: 0.85rem;
    font-weight: 600;
}

#divFooter {
    font-size: 0.85rem;
    font-weight: 600;
}
    #divFooter a {
        font-size: 0.8rem;
        font-weight:600;
        text-decoration: none;
    }
    #divFooter a:hover {
        color: gold;
    }
    #divContacto {
        font-weight: 300;
        color: #7A7A7A;
    }
        #divContacto i {
            color: #00C8D5;
            font-size: 1.5rem!important;
            padding-right: 1rem;
        }
    #divMensajeVisita {
        width: 100%;
        min-height: 25rem;
        background-image: linear-gradient(to right, rgba(0, 200, 213, 0.32), rgba(255, 255, 255, 0.9)), url('../img/fondoatencion.jpg');
        background-position: 20% 20%;
        background-size: cover;
        padding: 7rem;
        border-bottom: 1px solid black;
        color: white;
    }
