
@font-face {
    font-family: 'lacablack';
    src: url('laca_black-webfont.woff2') format('woff2'),
         url('laca_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lacabold';
    src: url('laca_bold-webfont.woff2') format('woff2'),
         url('laca_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lacalight';
    src: url('laca_light-webfont.woff2') format('woff2'),
         url('laca_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lacamedium';
    src: url('laca_medium-webfont.woff2') format('woff2'),
         url('laca_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lacaregular';
    src: url('laca_regular-webfont.woff2') format('woff2'),
         url('laca_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'lacasemibold';
    src: url('laca_semibold-webfont.woff2') format('woff2'),
         url('laca_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body {
    margin: 0;
    font-family: "lacaregular", Arial, Helvetica, sans-serif;
    font-size: 17px;
}

img {
    max-width: 100%;
    ;
}

video {
    max-width: 100%;
    ;
}

:root {
    --ancho: 1200px;
    --margen_top: 5.5em;
}

a {
    text-decoration: none;
    color: #68a4d8;
    transition: all 0.5s ease;
}

a:hover {
    color: #7f398d;
    text-decoration: underline;
}



h1 {
    font-family: "lacabold", Arial, Helvetica, sans-serif;
    margin: 0 auto;
}

h2 {
    font-family: "lacasemibold", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 auto;

}

h3 {
    font-family: "lacasemibold", Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #333;
    font-weight: 600;
    margin: 0 auto;
    /* text-transform: uppercase; */
}

h4 {
    font-family: "lacasemibold", Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #333;
    margin: 0 auto;
}

h5 {
    margin: 5px auto;
    font-size: 0.6em;
    color: #333;
    font-weight: 500;
}

h6 {
    margin: 5px auto;
    font-size: 0.7em;
    color: #333;
    font-weight: 600;
    text-align: left;
}
.back_btn{
    position: relative;
    float: left;
    color: #666;
    z-index: 9;
}

.back_btn a{
    position: relative;
    float: left;
    color: #000;
    z-index: 9;
}
 img.back{
    vertical-align: middle;
    padding: 0.5em;
}
.banner {
    position: relative;
    top: var(--margen_top);
}

.bancos_logos {
    width: auto;
    margin: auto;
    display: table;
}



.botones_index_ocultar {
    display: contents;
}

.botones_index {
    /* background: linear-gradient(
180deg
, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5214460784313726) 42%, rgba(0,0,0,0.804359243697479) 100%); */
    display: block;
    bottom: 20vh;
    position: absolute;
    width: 100%;
    z-index: 1;
    padding-top: 61px;
    text-align: center;
    overflow: hidden;
}

.botones, .botones_blanco, .botones_whatsapp {
    margin: 1em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    border: 0 !important;
    padding: 14px 27px 14px 27px;
    border-radius: 32px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    transition: .6s;
}


.boton_wpp {
    text-align: center;
    font-size: 0.8em;
    font-weight: 400;
    border: 0 !important;
    padding: 14px 27px 0px 27px;
    border-radius: 0px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    transition: .6s;
    bottom: 0em;
    right: 1em;
    width: auto;
    position: fixed;
    z-index: 990;
    font-size: 1.2em;
}



.botones, .botones_whatsapp {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7) !important;
    /* background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5214460784313726) 42%, rgba(0, 0, 0, 0.804359243697479) 100%); */
    border-color: rgba(0, 0, 0, 0.6);
}


.botones:hover, .botones_whatsapp:hover {
    background-color: #68a4d8 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #fff;
}

.botones_blanco {
    color: #000;
    background-color: #dadada;
}

.botones_blanco:hover {
    color: #fff;
    background-color: #68a4d8;
}



.destaque {
    margin-top: 2em;
    border-radius: 2em;
    padding: 1em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    color: #fff;
    text-align: left;
}

.destaque p {
    text-align: left;
    color: #fff;
}

.descripcion {
    text-align: left;
    padding: 2em;
}




.descripcion_archivos a {
    background-color: #11c0b3;
    padding: 10px;
    line-height: 2em;
    color: #fff;
    border-radius: 5px;
}


.download_brochure {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 0.6em;
    font-weight: 400;
    border: 0 !important;
    padding: 14px 27px 11px 27px;
    border-radius: 32px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 80px;
    margin: auto;
    cursor: pointer;
    transition: .6s;
    width: fit-content;
}

.download_brochure:hover {
    color: #FFF;
    background-color: #68a4d8 !important;
}


.donar {
    bottom: 1em;
    right: 1em;
    width: auto;
    position: fixed;
    z-index: 990;
    font-size: 1.2em;
}

.donar_logo {
    display: flex;
    align-items: center;
}

.donar_logo img {
    padding-right: 5px;
}

.donar span {
    padding-right: 10px;
}

figure {
    display: block;
    margin: 0 auto;
    text-align: center;
}

figcaption {
    font-size: 0.8em;
    display: block;
}

.espacios_descripcion {
    padding: 0;
    text-align: left;
}

.espacios_descripcion p {
    background-color: #f0effc;
    padding: 2em;
    border-radius: 1em;

}

.espacios_intro {
    text-align: left;
    padding: 1em;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.2em;
}

.footer {
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative;
    width: 100%;
    height: auto;
    font-size: 1.2em;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer p {
    text-align: center;
    font-size: 1em;
    color: #fff;

}

.footer a:visited {
    color: #68a4d8;
}

.footer_info {
    background-color: #1d8056 ;
    border-radius: 3em;
    padding: 2em;
}


.footer_info img {
    margin: 0.25em;
    width: 13%;
    max-width: 80px;
    height: auto;
}

.grande img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

hr {
    box-sizing: content-box;
    height: 0;
    border-style: solid;
    border-color: #f9a400;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 50%;
    /* border-bottom: 1px solid rgba(0,0,0,0.2); */
}

.home_nav {

    background-color: #fff;
    min-height: auto;
    position: relative;
    border-radius: 5em 5em 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input {
    padding: 1em;
    background-color: #666;
    border-radius: 0.5em;
    border-color: #fff;
    color: #fff;
    font-weight: 600;
}

input[type="search"i] {
    width: 60%;
}

.logo {
    margin: 0 auto;
    width: fit-content;
}

.logo_footer {
    position: relative;
    text-align: center;
    padding: 20px 20px 20px 20px;
    margin-bottom: 2em;
}

.logo_footer img {
    width: 80%;
    max-width: 250px;
}

.logos_bancos {
    margin-bottom: 2em;
}

.logos_bancos img {
    margin: 1em;
}

.logo img {
    width: 200px;
    height: auto;
}


.marco {
    width: 90%;
    max-width: var(--ancho);
    padding-right: 1em;
    padding-left: 1em;
    text-align: center;
    margin: 0 auto;
}

.marco_video {
    background-color: #f0effc;
    padding: 1.5em;
    /* top:  var(--margen_top); */
}


.novedades {
    color: #666;
    background-color: #f0effc;
    padding: 0;
}


.novedad_flecha {
    display: inline;
}

.novedad_flecha>img, .novedad_flecha_list>img {
    vertical-align: middle;
    padding-left: 10px;
    display: inline;
}

.novedad_flecha_list {
    display: inline;
    padding: 1em;
}

.novedad_flecha_list>img {
    max-width: 3em;
}

.novedad_fecha, .novedad_fecha_list {
    color: #837f7c;
    font-size: 1.2em;
    font-weight: lighter;
}

.novedad_fecha_list p {
    padding: 0;
    font-size: 0.8em;
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.novedad_autor, .novedad_autor_list, .novedad_autor_publicado {
    font-family: "object_sansheavy";
    padding-top: 1em;
    color: #1a2d39;
    font-size: 1.4em;
    display: inline-block;
    position: relative;
    width: 100%;
}

.novedad_autor_list {
    font-size: 0.6em;
    padding-top: 0em;
    padding-bottom: 1em;
}

.novedad_autor_list p {
    text-align: left;
}

.novedad_autor_publicado {
    display: inline;
    font-size: 1.2em;
}

.novedad_portada img {
    width: 100%;
    height: auto;
}

.novedad_titulo, .novedad_titulo_list {
    font-size: 2em;
    /* display: inline; */
    text-align: left;
    padding-left: 1em;
    padding-right: 1em;
    color: #000;
}

.novedad_titulo a, .novedad_titulo_list a, .slide_novedades_contenido a, .novedad_autor_publicado a {
    color: #1a2d39;
    transition: 0.5s;
    font-weight: bold;
}

.novedad_titulo a:hover, .novedad_titulo_list a:hover, .slide_novedades_contenido a:hover, .novedad_autor_publicado a:hover {
    color: #d8caa4;
    transition: 0.5s;
}

.novedad_titulo_list {
    font-size: 1.3em;
    padding: 0;
}

.novedad_titulo_list p {
    /* margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    max-width: 55ch;
    text-overflow: ellipsis;
    text-align: left; */
}

/* .novedad_tiempo_lectura {
    font-family: 'object_sansregular', sans-serif;
    color: #1a2d39;
    display: inline;
}

span .novedad_tiempo_lectura {

    display: inline;
} */

.novedades_marco {
    width: 95%;
    text-align: left;
    margin: 1em;
}

.novedades_marco img {
    width: 100%;
    height: auto;
}

.novedades_marco-grid {
    width: 100%;
    margin: 1%;
    display: grid;
    /* padding: 2em; */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: dense;
}


.novedades_foto {
    height: 30vh;
    border-radius: 0.5em;
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}




.novedad_col_areas_equipo {
    text-align: left;
    margin-bottom: 2em;
}

.novedad_col_areas_equipo a {
    color: #1a2d39;

}


.panel {}

.panel.align-top {
    align-items: flex-start;
}

.panel.description {
    padding-bottom: 10px;
}


.panel p, .panel li {}

.panel p strong, .panel li strong {
    /* color: white;
    font-weight: 400; */
}

.panel p code, .panel li code {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 2px 4px;
    border-radius: 5px;
}

.panel li {
    margin: 0.5em;
}

.social_top {
    float: left;
    top: 0.51em;
    padding: 1em;
    padding-left: 0;
    position: absolute;

}

.social_top img {
    width: 30px;
    /* max-width: 195px; */
    height: auto;
    padding: 0.5em;

}

.search_top {
    position: relative;
    float: right;
    top: 0.51em;
    /* padding: 1em; */
    /* position: absolute; */
    display: inline;
    right: 1em;
}

.search_top img {
    width: 30px;
    /* max-width: 195px; */
    height: auto;
    padding: 0.5em;
}


.swiper-index {
    visibility: hidden;
}

.swiper-wrapper {
    /* max-height: 60vh; */
    flex-direction: row;
    align-content: flex-end;
    align-items: flex-end;
}

.swiper-container, .swiper-container-portfolio {
    /* background-color: #666; */
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* margin-top: 2em; */
}

.swiper-titulo {
    position: absolute;
    z-index: 99;
    color: #fff;
    font-size: 2em;
    background-color: #666;
    bottom: 1em;
}

.swiper-leyendas{
    position: relative;
    z-index: 99;
    color: #000;
    font-size: 1em;
    bottom: 1em;
    text-align: left;
}
.swiper-slide img {
    /* max-width: 240px; */
}


.swiper-pagination {
    /* position: relative;
    text-align: center;
    transition: .8s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 2em;
    margin: 0 auto; */
    margin: 0;
    padding: 0;

}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 10px;
    border-radius: 100%;
    background: #cccccc;
    opacity: .8;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #666;
}

.swiper-button-next {
    color: #fff;
}

.swiper-button-prev {
    color: #fff;
}

.swiper-button-next, .swiper-button-prev {
    max-width: 1200;
}


svg|a:link,
svg|a:visited {
    cursor: pointer;
}

svg|a text,
text svg|a {
    /* Even for text, SVG uses fill over color */
    text-decoration: underline;
}

/* svg|a:hover,
svg|a:active {
    outline: dotted 1px blue;
} */


.titulo_image {
    background-color: #1d8056 ;
    width: 100%;
    background: linear-gradient(#1d8056  85%, #fff 15%);

}

.titulos_foto {
    background-color: #fff;
    min-height: 25em;
    position: relative;
    border-radius: 5em;
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.titulos {
    background-color: #702283;
    min-height: 5em;
    position: relative;
    border-radius: 5em;
}

.titulos_index {
    position: relative;
    width: 100%;
    max-width: var(--ancho);
    height: auto;
    margin: 0 auto;
    padding-top: 2em;
    border-radius: 5em 5em 0 0;
    text-align: center;
}

.titulos_index img {
    max-width: 150px;
    width: 10%;
    display: inline;
    padding: 2%;
}

.titulos_icono img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.titulos_icono {
    width: 100%;
    margin: 1%;
    /* display: contents; */
    /* display: inline-grid;
    grid-template-columns: auto auto auto; */
}

.titulo_novedades {
    text-align: left;
    padding: 2em;
    padding-bottom: 0em;
}

.titulo_top span {
    display: inline;
    font-weight: 600;
}

.titulo_top {
    font-size: 3em;
    line-height: 1em;
    color: #fff;
    font-weight: 400;
    padding: 1em;

}

.titulos_unidades {
    border-radius: 2em;
    padding: 3em;
    text-align: left;
    color: #fff;
    margin: 1em;
}

.top {
    background-color: #fff;
    position: relative;
    /* z-index: 1; */
    padding-top: var(--margen_top);
}

.top_index {
    position: relative;
}

.video {
    background-color: #666;
    width: 100%;
    height: auto;
    background-size: 50% auto;
    background: linear-gradient(#666 50%, #fff 50%);
}


  .video iframe {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 550px;

        /* padding-bottom: 56.25%; */
        margin: 1.5em 0;
  }


/* HEADER */

header {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 6px 10px 10px 10px;
    border-bottom-right-radius: 26px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}

/* HEADINGS */

.header-section {
    padding: 0 15px;
    text-align: center;
    margin: 40vh auto 50vh;
}

/* SCROLL DOWN */

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    /* overflow: visible; */
}

.scroll-down .arrow {
    position: relative;
    top: -4px;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
    background-size: contain;
}



@media only screen and (max-width: 1200px) {
    .swiper-index {
        visibility: visible;
    }
}

@media only screen and (max-width: 980px) {
    .botones_index {
        bottom: 6vh;
    }

    .logo img {
        width: 160px;
        height: auto;
    }
}

@media only screen and (max-width: 670px) {
    .botones_index_ocultar {
        visibility: hidden;
        display: none;
    }

    .botones_index {
        bottom: 3vh;
    }

    .botones_whatsapp {
        margin: 0em;
        padding: 10px;
        line-height: 5px;
    }

    .botones_blanco {
        padding: 1em;
    }

    .back_btn{
        position: relative;
        float: none;
  
    }
    
    .back_btn a{
        position: relative;
        float: none;

    }


    .footer {
        margin-top: 9em;
    }

    .home_nav{
        display: none;
    }

 

    .donar span {
        /* padding-right: 10px; */
        visibility: hidden;
        width: 0px;
        padding: 0px;
    }

    .donar_logo img {
        padding-right: 3px;
    }

    .panel {
        top: 60px;
    }

    .novedades_marco-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-auto-flow: dense;
    }

    .novedades_marco {
        width: 100%;
        text-align: left;
        margin: 0.2em;
    }

    .novedades_foto {
        width: 95%;
    }

    .novedad_titulo_list {
        font-size: 1.1em;
        padding: 0;
        width: 95%;
    }

    .panel.description {
        padding-bottom: 30px;
    }

    .social_top img {
        width: 20px;
        display: none;
    
    }

    .swiper-titulo{
        font-size: 0.5em;
    }
    .titulos_index {
        top: 30%;
    }
    

    .titulos, .titulos_foto {
        border-radius: 2em;
        min-height: 3em;
    }


    .titulo_novedades {
        padding: 0.5em;
    }

    .titulos_unidades{
        padding: 2em;
    }

    .video iframe {
        min-height: auto;
  }

}

@media only screen and (max-width: 540px) {

    :root {
        --margen_top: 3em;
    }

    .arrow {
        display: none;
    }

    .arrow span {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .blanco {
        padding: 0.2em;
        margin-top: 2em;
    }

    .destaque {
        padding: 1.5em;
    }

    .descripcion {
        padding: 0.5em;

    }

    .footer {
        margin-top: 3em;
    }

    .footer_info {
        padding: 0.8em;
    }

    .footer p {
        font-size: 0.8em;
    }
    h1 {
        font-size: 1em;
    }

    h2 {
        font-size: 1em;
    }

    .logo {
        padding: 15px 15px 15px 15px;
    }

    .panel.description {
        margin-top: 2em;

    }

    .logo_footer {
        margin: 0;
    }

    .logo_footer img {
        max-width: 200px;
    }

    .nav_top {
        padding-top: 0em;
        padding-bottom: 0em;
    }

    .marco {
        width: 90%;
        max-width: var(--ancho);
        text-align: center;
        margin: 0 auto;
    }

    .search_top {
        padding: 0em;
        float: left;
        top: 0.8em;

    }

    .social_top {
        display: none;
    }


    .titulo_top {
        font-size: 1.4em;
    }

    .titulos_sistema {
        top: 45%;
    }

    .titulos_foto {
        bottom: 0em;
        min-height: 10em;
    }
    .titulos_unidades{
        padding: 1.5em;
    }

    .top {
        padding-top: var(--margen_top);
    }
}