@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "OpenSansSemiBold";
    src: url("../fonts/OpenSans-SemiBold.ttf");
}

@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSans-Bold.ttf");
}

body{
    font-family: "OpenSansRegular";
    height: 100% !important;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.7em;
}

header, footer, #main, .main-banner, .descripcion, .contacto{
    width: 100% !important;
    max-width: 100% !important;
}

.efects, .efects_movil, .img_efects{
    visibility: hidden;
}

section > .row{
    width: 100% !important;
    margin-left: 0 !important;
}

a, a:visited, a:link, a:active{
    text-decoration: none !important;
}

h1{
    font-size: 1.5em;
    text-align: center;
    padding: 10% 0;
    line-height: 1.4em;
}

h2{
    font-size: 2.5em;
    font-family: "OpenSansBold";
}

p {
    text-align: left;
}

header{
    z-index: 3;
    background-color: #ffffff;
    width:100%;
    top:0;
    left:0;
}

.miMenu{
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #ffffff;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.navbar{
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    justify-content: center;
}

.navbar > .row{
    width:100%;
}

.logo_hth {
    width: 100%;
    text-align: center;
}

.logo_hth .img-fluid {
    width: 20%;
    text-align: center;
}

#btnTop{
    display: none;
    position: fixed;
    bottom:15px;
    right: 15px;
    opacity: 0.75;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    font-size: 4em;
}

#btnTop a{
    color: #00a301;
}

#btnTop a:hover{
    color: #006800;
}

strong, .bold{
    font-family: "OpenSansBold";
}

.semibold {
    font-family: "OpenSansSemiBold";
}


/* ------------------------------------ */
/* ------------------------------------ */

/* Home */
.content{
    width: 100%;
    padding: 8% 20%;
}

.main-banner{
    position: relative;
    text-align: right;
    width: 100%;
    height: 300px;
    background-image: url("../gallery/ldar_12.jpg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}

.main-banner .img-fluid{
    width: 100%;
    height: auto;
    right: 0;
}

/* ------------------------------------ */

.descripcion{
    width: 100%;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    background-image: url("../gallery/titulo_nosotros.png"), linear-gradient(#147544, #2c9f2d 15%, #39b521);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 1%;
    padding-bottom: 2%;
}

.descripcion h1{
    text-align: left;
    font-family: "OpenSansRegular";
}

.descripcion p{
    font-size: 1.2em;
}

/* ------------------------------------ */

.servicios{
    width: 100%;
    color: #252844 !important;
    position: relative;
    overflow: hidden;
    background-color: #e5ffc5;
    background-image: url("../gallery/titulo_servicios.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 42%;
    padding-top: 5%;
    padding-bottom: 5%;
}

.servicios section{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.servicios .float-right{
    margin-right: 0 !important;
    background-color: #f5ffea;
    padding: 5%;
    border-radius: 50px 0 0 50px;
    box-shadow: -250px 260px 50px -250px rgba(110, 160, 52, 0.9);
}

.servicios h2{
    margin-bottom: 25px;
    color: #90d325;
    font-size: 2.8em;
}

.servicios .bloque{
    font-size: 1.2em;
}

.servicios ul{
    list-style-type: none;
    padding-left: 0;
    margin-left: -25px;
    margin-top: 10%;
}

.servicios ul li{
    padding-left: 25px;
    background-image: url(../media/vineta.svg);
    background-position: 0 7px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.servicios .imagenes{
    width: 230px;
    height: 230px;
    text-align: right;
    position: relative;
    overflow: hidden;
    margin: 2% 5% 2% 50%;
    display: inline-block;
    border: 10px solid #ffffff;
    border-radius: 25px;
    box-shadow: 1px 10px 15px 0 rgba(186, 219, 147, 0.75);
}

.servicios .imagenes img{
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

/* ------------------------------------ */

.normativo{
    width: 100%;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    background-color: #00124c;
    background-image: url("../gallery/ldar_11.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 3%;
    padding-bottom: 3%;
    line-height: 1.5em !important;
    z-index: 1;
}

.normativo .imagen_titulo, .normativo .imagen_titulo_movil{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 20%;
    width: 50%;
    height: auto;
}

.normativo .imagen_titulo{
    display: block;
}

.normativo .imagen_titulo_movil{
    display: none;
}

.normativo section{
    z-index: 3;
    position: relative;
}

.normativo h2{
    line-height: 0.8em !important;
    margin-bottom: 5%;
    margin-left: 8%;
    font-size: 2.8em;
}

.normativo ul.bloque{
    list-style-type: none;
    margin-left: -25px;
    background-color: rgba(10, 88, 202, 0.75);
    padding: 8% 8% 15% 8%;
    border-radius: 50px;
    font-size: 1.2em;
}

.normativo ul.bloque li{
    padding-left: 25px;
    background-image: url(../media/vineta.svg);
    background-position: 0 7px;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}

.normativo .align-bottom{
    position: relative;
}

.normativo .align-bottom > div{
    position: absolute;
    bottom: 0;
}

.normativo ul.notas{
    list-style-type: none;
    margin-left: 0;
}

.normativo ul.notas li{
    border: 2px solid #ffffff;
    border-radius: 15px;
    padding: 1% 2% 1% 6%;
    margin: 3% 0;
    width: 92%;
    background-color: rgba(0, 18, 76, 0.50);
    background-image: url(../media/vineta2.svg);
    background-position: 3% 10px;
    background-size: 8px 15px;
    background-repeat: no-repeat;
    font-size: 0.9em;
}

.normativo .imagenes{
    width: 250px;
    height: 250px;
    text-align: left;
    position: relative;
    bottom: 0;
    overflow: hidden;
    margin-left: -50px;
    margin-bottom: 50px;
    display: inline-block;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    border-radius: 50%;
}

.normativo .imagenes img{
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
}

/* ------------------------------------ */

.materiales{
    width: 100%;
    color: #252845 !important;
    position: relative;
    overflow: hidden;
    background-color: #e5ffc5;
    background-image: url("../gallery/titulo_materiales.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 8%;
    padding-bottom: 8%;
    line-height: 1.9em !important;
}

.materiales h2{
    margin-bottom: 25px;
    color: #90d325;
    font-size: 2.8em;
}

.materiales p{
    font-size: 1.2em;
}

.materiales .row:nth-child(1){
    margin-left: 3%;
    margin-bottom: 5%;
}

.materiales .imagenes{
    height: 100%;
    width: auto;
}

/* ------------------------------------ */

.materiales_2{
    width: 100%;
    color: #252845 !important;
    position: relative;
    overflow: hidden;
    background-color: #d2f79e;
    padding-top: 8%;
    padding-bottom: 8%;
    line-height: 1.9em !important;
}

.materiales_2 p{
    font-size: 1.2em;
}

.materiales_2 .row:nth-child(1){
    margin-left: 3%;
    margin-bottom: 5%;
}

.materiales_2 .imagenes{
    height: 100%;
    width: auto;
}

/* ------------------------------------ */

.materiales_3{
    width: 100%;
    color: #252845 !important;
    position: relative;
    overflow: hidden;
    background-color: #e5ffc5;
    padding-top: 8%;
    padding-bottom: 8%;
    line-height: 1.9em !important;
}

.materiales_3 p{
    font-size: 1.2em;
}

.materiales_3 .row:nth-child(1){
    margin-left: 3%;
    margin-bottom: 5%;
}

.materiales_3 .imagenes{
    height: 100%;
    width: auto;
}

/* ------------------------------------ */

.humanos{
    width: 100%;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    background-color: #196b2d;
    line-height: 1.5em !important;
}

.humanos .container, .humanos .container .row{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.humanos h2{
    margin-bottom: 25px;
    line-height: 0.9em;
    font-size: 2.8em;
}

.humanos p{
    font-size: 1.2em;
}

.humanos_seccion_texto{
    background-image: url("../gallery/titulo_humanos_texto.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0;
}

.humanos_seccion_texto > div{
    padding: 15% 5% 10% 5%;
}

.humanos_seccion_imagen{
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

.humanos_seccion_imagen img{
    height: auto;
    width: 100%;
    position: absolute;
}

.humanos_imagen{
    display: none;
}

/* ------------------------------------ */

.galeria{
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(#ffffff 35%, #e5ffc5 35% 65%, #ffffff 65% 100%);
    background-position: center left;
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0;
}

.galeria .imagenes{
    margin: 3% 0;
}

.galeria .imagenes img{
    width: 100%;
    height: auto;
}

.galeria .fondo{
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-top: 5%;
}

.galeria .fondo img{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    position: absolute;
    top: -35%;
}

/* ------------------------------------ */

.contacto{
    width: 100%;
    color: #252845 !important;
    position: relative;
    overflow: hidden;
    background-color: #e5ffc5;
    background-image: url("../media/fondo_contacto.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 8%;
    padding-bottom: 8%;
    line-height: 1.9em !important;
}

.contacto h2{
    margin-bottom: 25px;
    color: #90d325;
    font-size: 2.8em;
}

.contacto p{
    font-size: 1.2em;
}

.contacto a, .contacto a:active, .contacto a:link, .contacto a:visited{
    color: #252845;
}

.contacto hr {
    background-color: #90d325;
    color: #90d325;
    height: 3px !important;
    width: 110%;
    opacity: 1;
}

/* ------------------------------------ */

.responsabilidad{
    width: 100%;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    background-color: #e5ffc5;
    background-image: url("../gallery/responsabilidad.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.responsabilidad, .responsabilidad section, .responsabilidad .container{
    height: 400px;
    text-align: center;
    vertical-align: middle;
}

.responsabilidad h2{
    font-size: 1.6em;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25%;
}

.responsabilidad h2 > div{
    display: inline-block;
    margin: 0 5px 0 0;
}

.responsabilidad img{
    width: 35px;
    height: auto;
}

/* ------------------------------------ */

footer{
    background: radial-gradient(circle, #69b80e 0%, #4ea21f 35%, #147544 100%);
    text-align: center;
    padding-top: 5%;
}

footer img{
    width: 15%;
    height: auto;
    margin-bottom: 1%;
}

footer > div{
    padding-bottom: 4%;
    font-size: 0.8em;
    color: #ffffff;
}

/* ------------------------------------ */

@media (min-width:1800px){
    body{
        font-size: 20px !important;
        line-height: 1.7em;
    }

    .descripcion h1{
        font-size: 2.6em;
    }

    .descripcion p{
        font-size: 1.4em;
    }

    .servicios .bloque {
        font-size: 1.4em;
    }

    .servicios .imagenes{
        width: 300px;
        height: 300px;
    }

    .normativo h2{
        margin-top: 10%;
    }

    .normativo ul.bloque{
        font-size: 1.4em;
    }

    .normativo ul.notas li{
        font-size: 1.1em;
    }

    .galeria .container{
        max-width: 80%;
    }

    .galeria .fondo{
        height: 800px;
    }

    .contacto p{
        font-size: 1.4em;
    }

    .responsabilidad, .responsabilidad section, .responsabilidad .container {
        height: 800px;
    }
}

@media (max-width:1400px){
    .servicios .float-right{
        box-shadow: -200px 230px 50px -220px rgba(110, 160, 52, 0.9);
    }
}

@media (max-width:1280px){
    .navbar{
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        justify-content: center;
    }

    .logo_hth .img-fluid {
        width: 25% !important;
    }
}

@media (max-width:1180px){
    .servicios .imagenes{
        margin-left: 30%;
    }
}

@media (max-width:1168px){
    .navbar{
        width: 98% !important;
        margin-left: 1% !important;
        margin-right: 1% !important;
        justify-content: center !important;
    }
}

@media (max-width:1071px){
    .humanos_seccion_imagen img{
        height: 100%;
        width: auto;
    }
}

@media (max-width:1024px){
    .content{
        padding-left: 10%;
        padding-right: 10%;
    }

    .main-banner{
        background-image: url("../gallery/ldar_12_movil.jpg");
    }

    .servicios .float-right{
        box-shadow: -100px 130px 50px -120px rgba(110, 160, 52, 0.9);
    }

    .servicios .imagenes{
        margin-left: 35%;
    }

    .normativo{
        background-position: top right;
        background-size: 135%;
    }

    .normativo ul.bloque{

    }

    .normativo .imagenes{
        margin-left: -45px;
    }

    .galeria .fondo img{
        top: 0;
    }
}

@media (max-width:932px){
    .normativo ul.notas li{
        background-position: 8px 8px;
    }
}

@media (max-width:926px){
    .servicios .imagenes{
        margin-left: 15%;
    }

    .normativo{
        background-position: top right;
        background-size: 175%;
    }

    .normativo ul.bloque{

    }

    .galeria .container{
        max-width: 100%;
    }
}

@media (max-width:853px){
    .normativo{
        background-position: top right;
        background-size: 190%;
    }
}

@media (max-width:820px){
    .servicios .float-right{
        box-shadow: -90px 120px 50px -120px rgba(110, 160, 52, 0.9);
        padding-right: 15%;
    }

    .servicios .imagenes{
        margin-left: 20%;
        box-shadow: 5px 10px 10px 0 rgba(186, 219, 147, 0.75);
    }

    .normativo{
        background-position: top right;
        background-size: 200%;
    }

    .normativo h2{
        margin-top: 5%;
    }

    .normativo ul.bloque{

    }

    .normativo .imagenes{

    }

    .galeria .fondo img{
        width: auto;
        height: 100%;
        top: 0;
    }
}

@media (max-width:768px){
    .servicios .float-right{
        margin-bottom: 10%;
        padding-right: 5%;
    }

    .servicios .imagenes{
        width: 230px;
        height: 230px;
        margin-left: 15%;
        margin-top: 3%;
        margin-bottom: 3%;
    }

    .normativo{
        background-position: top right;
        background-size: 225%;
    }

    .normativo h2{
        margin-top: 10%;
        margin-bottom: 8%;
    }

    .normativo ul.notas li{
        padding: 3% 4% 3% 8%;
        margin: 5% -5%;
        width: 100%;
        background-position: 10px 15px;
        background-size: 7px 12px;
    }

    .normativo .imagenes{
        width: 200px;
        height: 200px;
        margin-left: -45px;
    }

    .galeria .container{
        margin-bottom: 5%;
    }

    .responsabilidad h2{
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;
    }
}

@media (max-width:767px){
    .logo_hth .img-fluid {
        width: 30% !important;
    }

    .servicios .order-sm-1{
        order: 1 !important;
    }

    .servicios .order-1{
        order: 2 !important;
        margin-top: 5%;
    }

    .servicios .float-right{
        margin-left: 5%;
        padding-right: 10%;
    }

    .servicios .imagenes{
        width: 60%;
        height: 350px;
        margin-left: 20%;
    }

    .normativo{
        background-position: top right;
        background-size: 220%;
    }

    .normativo h2{
        margin-top: 10%;
        margin-bottom: 5%;
    }

    .normativo ul.bloque{
        padding-bottom: 25%;
    }

    .normativo .align-bottom > div{
        position: relative;
    }

    .normativo .imagenes{
        width: 250px;
        height: 250px;
        margin-left: 20%;
        margin-top: -75px;
    }

    .galeria .imagenes img{
        margin: 2%;
        width: 96%;
    }

    .galeria .fondo{
        height: 350px;
    }

    .galeria .fondo img{
        width: 100%;
        height: auto;
        top: 0;
    }

    footer img{
        width: 20%;
        height: auto;
        margin-bottom: 2%;
    }
}

@media (max-width:620px){
    .responsabilidad h2 > div{
        display: block;
        margin: 0 0 15px 0;
    }
}

@media (max-width:575px){

}

@media (max-width:540px){
    .logo_hth .img-fluid {
        width: 50% !important;
    }

    .main-banner{
        background-position: center;
        background-size: cover;
        height: 125px;
    }

    .descripcion{
        background-image: url("../gallery/titulo_nosotros_movil.png"), linear-gradient(#147544, #2c9f2d 15%, #39b521);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: contain;
        padding-left: 1% !important;
        padding-right: 1% !important;
    }

    .servicios{
        background-image: url("../gallery/titulo_servicios_movil.png");
        background-size: contain;
        background-position: center left;
    }

    .servicios .col-md-5, .servicios .col-md-7{
        width: 100%;
    }

    .servicios .imagenes{
        text-align: center;
        margin: 3% 5% 3% 5%;
        width: 90%;
        height: 300px;
    }

    .servicios .float-right{
        box-shadow: -50px 60px 25px -50px rgba(110, 160, 52, 0.9);
        margin-top: 10%;
        margin-bottom: 10%;
        margin-left: 1%;
        padding-left: 35px;
    }

    .servicios .align-middle{
        margin-bottom: 15%;
    }

    .normativo{
        background-image: url("../gallery/ldar_11_movil.jpg");
        background-position: top right;
        background-size: 230%;
    }

    .normativo .imagen_titulo, .normativo .imagen_titulo_movil{
        top: 75%;
        width: 100%;
    }

    .normativo .imagen_titulo{
        display: none;
    }

    .normativo .imagen_titulo_movil{
        display: block;
    }

    .normativo h2{
        font-size: 2.5em;
        margin-top: 110%;
        margin-left: 15px;
        margin-right: -25px;
        margin-bottom: 0;
        padding-left: 50px;
        padding-top: 35px;
        background-color: rgba(10, 88, 202, 0.75);
        border-radius: 50px 0 0 0;
    }

    .normativo ul.bloque{
        padding-top: 15%;
        padding-bottom: 25%;
        margin-left: 15px;
        margin-right: -25px;
        margin-top: 0;
        background-color: rgba(10, 88, 202, 0.75);
        border-radius: 0 0 0 50px;
    }

    .normativo .align-bottom > div{
        position: relative;
    }

    .normativo ul.notas li{
        padding: 3% 4% 3% 8%;
        margin: 5% -5%;
        width: 100%;
        background-position: 15px 15px;
        background-size: 7px 12px;
    }

    .normativo .imagenes{
        margin-left: 25%;
        margin-top: -75px;
    }

    .materiales{
        background-image: url("../gallery/titulo_materiales_movil.png");
    }

    .materiales, .materiales_2, .materiales_3{
        padding-top: 20%;
        padding-bottom: 25%;
    }

    .materiales p, .materiales_2 p, .materiales_3 p{
        margin-bottom: 15%;
    }

    .humanos_seccion_texto{
        background-image: url("../gallery/titulo_humanos_movil.png");
        background-position: bottom left;
        background-size: contain;
        padding: 10% 10% 20% 10%;
    }

    .humanos_imagen{
        display: block;
    }

    .humanos_imagen img{
        width: 100%;
        height: auto;
    }

    .galeria{
        background-image: linear-gradient(#ffffff 15%, #e5ffc5 15% 85%, #ffffff 85% 100%);
    }

    .galeria .fondo{
        height: 300px;
    }

    .galeria .fondo img{
        width: 100%;
        height: auto;
        top: 0;
    }

    .contacto .container{
        width: 90%;
    }

    .responsabilidad h2{
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        bottom: 20%;
    }

    footer img{
        width: 30%;
        height: auto;
        margin-bottom: 2%;
    }
}

@media (max-width: 430px){
    .galeria .fondo img{
        width: auto;
        height: 100%;
        top: 0;
    }

    .responsabilidad h2{
        font-size: 1.4em;
    }
}

@media (max-width: 414px){
    .normativo h2 {
        margin-top: 105%;
    }

    .galeria .fondo img{
        width: auto;
        height: 100%;
        top: 0;
    }

    .responsabilidad h2{
        font-size: 1.2em;
    }

    footer img{
        width: 35%;
        height: auto;
        margin-bottom: 2%;
    }
}

@media (max-width:375px){

}

@media (max-width:320px){

}