
@font-face {
    font-family: 'HelveticaNeue';
    font-style: normal;
    src: url("/fonts/Arimo-VariableFont_wght.ttf") format('truetype');
    /* 400-800 */
}

body {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    padding-right: 0px !important;
    padding-left: 0px;
    color: #0D4D23;
}

p {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 1.40vw;
    text-align: justify;
    color: #929292;
}

p.masGrande {
   /* font-size: 1.80vw;*/
    padding: 0 5%;
}

h1 {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 2.40vw;
    text-align: center;
    color: #136E32;
}

h2 {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 1.90vw;
    text-align: center;
    color: #136E32;
}

.gris-clarito {
   background-color: #f7f9f7;
  /* background-color: #E7F1EB;*/

}

.borde {
    box-sizing: border-box;
    border-width:1px;
    border-style:solid;
    border-color: #d1e0d6;
    border-radius: 5px;
}

h5 {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 1.60vw;
    text-align: justify;
    color: #136E32;
}

h6 {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 1.40vw;
    text-align: left;
    color: #136E32;
}

.verde-clarito {
    background-color: #E7F1EB;
    color: #5A9A70;
    font-size: larger;
}

.header-dat {
    font-family: 'HelveticaNeue';
    font-weight: 400;
    font-size: 13px;
    padding-top: 20px;
}

.header-clip {
    height: 100px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 13% 100%);
    background: #0A5D6C;
}

.logoRedes {
    max-width: 30px;
}

footer {
    background: #0A5D6C;
    height: auto;
    color: #ffffff;
    padding: 10px 10%;
}

.iconsFooter {
    font-size: 25px;
}

.chica {
    font-size: 12px;;
}

a.footer-chica {
    font-size: 12px;
    color: #A1C5AD;
}

.logo-top-azul {
    position: absolute;
    left: 20px;
    top: 10px;
    max-width: 100px;
    visibility: visible;
}

.logo-top-blanco {
    position: absolute;
    left: 20px;
    top: 10px;
    max-width: 100px;
    visibility: hidden;
}

.navbar {
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    font-weight: 800;
    
    text-transform: uppercase;
    font-size: smaller;
}

.navbar-nav > li{
    padding-left:30px;
    padding-right:30px;
}

ul { padding-left:20px; list-style:none; }
li { margin-bottom:0px; color: #929292; }overlayH
li.awesome:before {    
    font-family: 'FontAwesome';
    content: '\f061';
    margin:0 5px 0 -15px;
} 

.btnCertificado {
    position: absolute;
    bottom: 10px;
}

a {
    color: #0A5D6C;
}

p.left {
    text-align: left !important;
}

/* PARA MOVILES */
/* BREAKPOINTS   sm: 576px,  md: 768px, lg: 992px */
@media (max-width: 768px) {
    p {
        font-size: 3.25vw;
    }
    h1 {
        font-size: 3.80vw;
    }
    h2 {
        font-size: 3.70vw;
    }
    h5 {
        font-size: 3.80vw;
    }
    
    h6 {
        font-size: 3.70vw;
    }
    p.masGrande {
        font-size: 3.60vw;
    }
}


@media (max-width: 992px) {
    .header-clip {
        height: 100px;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        background: #0A5D6C;
    }
    .header-dat {
        font-family: 'HelveticaNeue';
        font-weight: 400;
        font-size: 10px;
        padding-top: 5px;
    }
    .logo-top-azul {
        visibility: hidden;
    }
    .logo-top-blanco {
        visibility: visible;
    }
    .logoRedes {
        max-width: 15px;
    }
    .hephaistos.tparrows {
        visibility: hidden;
    }
}

