html {
    box-sizing: border-box;
    font-size: 62.5%;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body {
    font-family: Montserrat,sans-serif;
    font-size: 1.6rem;
    line-height: 0;
    background-color: #6c6c6c;
}

/** Globales **/
@media (min-width: 768px) {
    .contenedor {
        max-width: 1000px;
        margin: 0px auto;
    }
}
.container {
    margin: 0;
    background-color: white;
}
h1, h2, h3, h4 {
    font-family: Montserrat,sans-serif;
}
h1 {
    font-size: 4.8rem;
}
h2 {
    font-size: 3.7rem;
}
h3 {
    font-size: 3.2;
}
h4 {
    font-size: 2.8rem;
}
img {
    max-width: 100%;
}

/** Header **/
.oscurecer {
    background-color: rgba(0, 0, 0, .4);
    z-index: 99;
    position: absolute;
    line-height: normal;
    height: 100%;
    width: 100%;
    display: none;
}
#menu-hamb {
    display: inline;
}
@media (min-width: 768px) {
    #menu-hamb {
        display: none !important;
    }
}
.barra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 2em;
    background-color: white;
}
@media (min-width:768px) {
    .barra {
        display: flex;
        align-items: center;
        height: 12.5rem;
        background-color: transparent;
    }
}
.barra-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
}
@media (min-width:768px) {
    .barra-footer {
        justify-content: space-between;
        align-items: center;
        height: 8rem;
        flex-direction: row;
    }
}
.site-footer {
    display: flex;
    align-items: center;
}
@media (min-width:768px) {
    .site-footer {
        justify-content: space-between;
    }
}
.container-footer {
    margin: 0 auto;
    max-width: 1200px;
}
.footer-text {
    line-height: normal !important;
    color: white;
}
@media (min-width:768px) {
    .footer-text {
        padding: 0px 75px 0px 0px;
    }
}
#navbar {
    background-color: transparent;
    position: fixed;
    width: 100%;
    text-align: center;
    transition: 0.4s;
    z-index: 100;
}
#navbar-no {
    background-color: white;
    position: fixed;
    width: 100%;
    text-align: center;
    transition: 0.4s;
    z-index: 100;
}
#navbar img {
    margin-top: 20px;
    width: 12rem;
}
#navbar-no img {
    margin-top: 20px;
    width: 12rem;
}
@media (min-width: 768px) {
    #navbar img {
        margin-top: 0px;
        width: 18rem;
    }
    #navbar-no img {
        margin-top: 0px;
        width: 18rem;
    }
}
.whalogo {
    position: fixed;
    width: 7rem !important;
    right: 2.5rem;
    bottom: 2.5rem;
}
.whalogo:hover {
    cursor: pointer;
    filter: drop-shadow(0 0 0.75rem #fafae4);
}

/** Navegacion **/
.navegacion {
    line-height: normal;
    transform: translate(-1000px, 0);
}
@media (min-width: 768px) {
    .navegacion {
        transform: none;
    }
}
.navegacion.open {
    transform: translate(0, 0);
}
.navegacion a {
    display: block;
    font-family: Montserrat,sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    border-radius: 10px;
    padding: 3px 5px;
    margin: 5px 0px;
    color: white;
}
.navegacion2 a {
    display: inline;
    font-family: Montserrat,sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.65);
    text-decoration: none;
    border-radius: 10px;
    padding: 3px 5px;
    margin: 5px 0px;
    color: white;
}
.navmenu-no {
    color: rgba(0, 0, 0, 0.65) !important;
}
.navegacion a:hover {
    color: #03a2bf !important;
}
@media (min-width: 768px) {
    .navegacion a {
        display: inline;
        background-color: transparent;
        margin: 0px 4rem 0px 0px;
    }
    .navegacion a:last-of-type {
        margin-right: 0;
    }
}

/** Index Site **/
.head-image {
    overflow: visible;
}
.head-image img {
    display: none;
}
@media (min-width: 768px) {
    .head-image img {
        display: block;
        height: 100vh;
        width: 100vw;
        border: none;
    }
}
.contenedor-index {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 0px 20px;
}

.btn {
    background-color: #03a2bf;
    width: 35rem;
    height: 6rem;
    border: none;
    border-radius: 40px;
    margin: 15px 25px;
    padding: 15px 25px;
    font-size: 1.8rem;
    font-weight: 500;
    color: white;
    text-align: center;
}
.btn:hover {
    cursor: pointer;
    background-color: #0ba886;
}
@media (min-width: 768px) {
    .btn {
        margin: 0 25px;
        width: 45rem;
        height: 7rem;
    }
}
.foto-index {
    background-color: white;
    padding: 0;
    margin: 0px 20px 20px 0px;
}
.foto-index img {
    transition: transform 0.2s;
}
.foto-index img:hover {
    transform: scale(1.07);
    cursor: pointer;
}
@media (min-width: 768px) {
    .foto-index {
        width: calc(33% - 65px);
    }
}
.h2-index {
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    margin: 10px;
}
.contenedor-maps {
    display: block;
    width: calc(100% - 50px);
    margin: 0 auto;
}
@media (min-width: 768px) {
    .contenedor-maps {
    width: calc(50% - 20px);
    text-align: center;
    margin-right: 15px;
    }
}
.map {
    background-color: #d4d4d4;
    width: calc(90%);
    padding: 25px;
    margin: 15px;
}
.logo-index {
    width: 30rem;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .logo-index {
        width: 35rem;
        padding-bottom: 15px;
    }
}
.contenedor-text {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0px auto;
}
@media (min-width: 768px) {
    .contenedor-text {
        width: calc(50% - 20px);
    }
}
.contenedor-text p {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    text-align: center;
    line-height: normal;
}
.contenedor-clientes-index {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 0px 20px;
}
.clientes-index {
    background-color: white;
    padding: 0;
    margin: 0px 20px 20px 0px;
}
.clientes-index img {
    width: 25rem;
}
.separador-barra {
    height: 12.5rem;
    background-color: white;
}
.separador-barra-index {
    height: 12.5rem;
    background-color: white;
}
@media (min-width: 768px) {
    .separador-barra-index {
        display: none;
    }
}

/** Contacto **/
.contenedor-contacto {
    padding-bottom: 5rem;
    background-color: white;
}
.contacto {
    background-color: white;
    padding: 3rem auto;
}
form {
    display: flex;
    width: 80%;
    flex-direction: column;
    background-color: #cccccc;
    border-radius: 3px;
    padding: 0px 2rem 2rem 2rem;
    margin: 1rem auto;
}

form legend {
    display: block;
    text-align: center;
    font-size: 2rem;
    color: rgba(0, 0, 0, 0.65);
    margin: 3rem 0;
}
.content-contact-form {
    display: flex;
}
.campo {
    width: calc(70% - 1rem);
    height: 5rem;
    margin-bottom: 1rem;
    margin-left: 0.75rem;
    border: 2px normal rgba(0, 0, 0, 0.65);
}

.nombre-campo {
    line-height: normal;
    width: calc(30% - 1rem);
    padding-top: .5rem;
    font-weight: 400;
    font-size: 1.3rem;
    color: rgba(0, 0, 0, 0.65);
}

@media (min-width: 768px) {
    .nombre-campo {
        font-size: 2rem;
    }
    form {
        max-width: 800px;
        margin: 0px auto 2rem auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.campo input {
    height: 4rem;
}

.campo-text {
    width: calc(70% - 1rem);
    height: 180px;
    margin-left: 0.75rem;
}

.w-100 {
    flex: 0 0 100%;
}
.btn-submit {
    line-height: normal;
    background-color: #03a2bf;
    width: 18rem;
    height: 4rem;
    border: none;
    border-radius: 3px;
    margin: 15px 25px;
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    text-align: center;
}
.btn-submit:hover {
    cursor: pointer;
    background-color: #0ba886;
}
.content-contact-form-sub {
    display: flex;
    justify-content: end;
}
.background-cont {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.contacto-form-secc {
    text-align: center;
    align-items: center;
}
@media (min-width: 768px) {
    .contacto-form-secc {
        width: 90%;
        width: calc(50% - 2rem);
    }
    .background-cont {
        padding: 30px;
        flex-direction: row;
    }
}
.contacto-form-secc h3 {
    line-height: normal;
    font-size: 3rem;
    margin: 10px auto 20px auto;
    color: white;
}
.contacto-form-secc p {
    line-height: normal;
    padding: 0px 30px;
    margin-bottom: 15px;
}
.cuadro-cont {
    display: flex;
    justify-content: center;
}
.contacto-info {
    display: flex;
    justify-content: space-around;
    width: 90%;
}
.info-cont {
    line-height: normal;
    margin: 0px 0px;
    font-weight: 500;
    padding-left: 10px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 2rem;
}
@media (min-width: 768px){
    .info-cont {
        font-size: 2.5rem;
    }
}
.info-cont-p {
    line-height: normal;
    margin: 15px 0px 0px 0px;

}
.cuadro-cont2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: calc(50% - 2rem);
}
.contacto-info-sub-icon {
    padding-bottom: 10px;
}
.contacto-info-sub p {
    padding: 0px 0px 0px 10px;
    font-size: 1.2rem;
}
@media (min-width: 768px) {
    .contacto-info-sub p {
        font-size: 2rem;
    }
}


/** Conocenos **/
.fondo-blanco {
    background-color: white;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;

}
.contenedor-conoce {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .contenedor-conoce {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.contenedor-conoce img {
    padding: 10px;
    background-color: white;
}
.contenedor-mivi {
    display: flex;
    background-color: #009ca3;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .contenedor-conoce img {
        width: calc(70%);
        padding: 0px;
    }
    .contenedor-mivi {
        width: calc(30%);
    }
}
.contenedor-mivi h3 {
    line-height: normal;
    font-size: 4rem;
    text-align: center;
    color: white;
}
.contenedor-mivi p {
    line-height: normal;
    color: white;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    padding: 0px 50px;
}
.fondo-blanco h3 {
    line-height: normal;
    font-size: 4rem;
    margin-bottom: 5px;
    text-align: center;
    color: rgba(0, 0, 0, 0.75);
}
.contenedor-certificados {
    max-width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.contenedor-certi {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 768px) {
    .contenedor-certi {
        flex-direction: row;
    }
}
.contenedor-certi img {
    width: 100%;
    padding: 10px;
}
@media (min-width: 768px) {
    .contenedor-certi img {
        width: calc(33.3% - 2rem);
        padding: 10px 35px;
    }
}
.contenedor-certificados2 {
    max-width: 70%;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    line-height: normal;
    width: 65%;
}
@media (min-width: 768px) {
    .contenedor-certificados2 {
        width: 55rem;
    }
}