/*Global*/
.page-content, .entry-content, .entry-summary,
.post, .page {
    margin: 0 !important;
}

body {
    font-family: 'D-DIN Condensed' !important;
}

h1, h2, h3 {
    font-family: 'D-DIN Condensed';
    font-weight: bold;
    font-style: normal;
}

p, span, a, input[type="submit"]  {
    font-family: 'D-DIN Condensed';
    font-weight: normal;
    font-style: normal;
}

.title-home span {
    font-weight: bold;
    color: #99bd3c !important;
}

section {
    overflow-x: clip;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5!important;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.3);
            box-shadow: inset 0 0 5px rgba(0,0,0,.3);
}

::-webkit-scrollbar {
    width: 10px !important;
    background-color: #f5f5f5!important;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
            box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}

::-webkit-scrollbar-thumb {
    background-color: #999 !important;
    background: linear-gradient(120deg, #14324b 0%, #276293 100%) !important;
    -webkit-box-shadow: inset 3px 0 15px rgba(0,0,0,.3);
            box-shadow: inset 3px 0 15px rgba(0,0,0,.3);
}

/*Downdload Documents*/
#documents-home .documents-container {
    margin: 0 auto;
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
}

#documents-home .document-home {
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;    
    
    padding: 20px;
}

#documents-home img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;   
    
    width: 100%;
    object-fit: cover;
}

#documents-home img:hover {
    opacity: 0.7;  
}

#documents-home .document-home:hover {
    transform: translate(0px, -5px);
}

#documents-home .download {
    text-align-last: center;
    margin-top: 15px;
    font-size: 1.8rem;
}

#documents-home .download a{
    color: #14324b;
    width: 100%;
    height: 100%;
    border: solid 1px #14324b;
    display: block;
    padding: 8px 0;
}


/*Mecanismos Grid Home*/
.mecanismos-grid {
    margin: 0 auto;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}

.mecanismo-item {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;   
    
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 20%) !important;
}

.mecanismo-item:hover {
    transform: translate(0px, -5px);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 20%) !important;
}

.mecanismo-url {
    padding: 10px;
    font-size: 1.5rem;
}

.mecanismo-url a {
    color: #14324B !important;
    font-weight: 600;
}


/*Comunicados de prensa*/

.grid-post-comunicados .elementor-posts-container, 
.comunicados-grid { 
  display: grid !important; 
}

.grid-post-comunicados .elementor-post,
.comunicado-item {
    position: relative !important;
    height: 100% !important;
}

.grid-post-comunicados .elementor-post__thumbnail:before,
.comunicado-item .gradient-comunicado:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(22, 50, 74, 1) 0%, rgba(30, 50, 113, 0) 50%);
}

.gradient-comunicado {
    width: 100%;
    height: 100%;
}

.grid-post-comunicados .elementor-post__thumbnail__link,
.grid-post-comunicados .elementor-post__thumbnail img,
.grid-post-comunicados .elementor-post__thumbnail,
.comunicado-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
    padding: 0 !important;
}

.grid-post-comunicados .elementor-post__text,
.comunicado-content{
    /*text-shadow: 0px 0px 5px #000000c2;*/
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    font-size: 1.3rem;
    z-index: 3;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
}

.grid-post-comunicados .elementor-post__meta-data {
    margin-left: 1em;
}
.grid-post-comunicados span.elementor-post-date:before {
    position: absolute;
    content: "";
    top: 2px;
    left: 20px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background: url(/wp-content/uploads/2021/11/clock.png);
    background-size: cover;
}

.grid-post-historias .elementor-widget-container,
.grid-post-comunicados .elementor-widget-container {
    display: flex !important;
    flex-direction: column-reverse !important;
}

.grid-post-historias .page-numbers,
.grid-post-comunicados .page-numbers {
    padding: 9px 14px 10px 10px;
    border: 2px solid #14324b;
    color: #14324b !important;
    margin-right: 10px;
}

.grid-post-historias .elementor-pagination,
.grid-post-comunicados .elementor-pagination {
    margin-bottom: 1.8em;
}


.comunicado-content .title {
    font-weight: bold;
    color: #fff !important;
    line-height: 1;
}

.comunicado-content .date {
    color: #fff;
    font-size: 1rem
}

.comunicado-content .date .fa-clock {
    font-size: 1.2rem
}

.facetwp-facet-pagination_comunicados{
    text-align: right;
    margin-bottom: 30px !important;
}

.facetwp-facet-pagination_comunicados .first,
.facetwp-facet-pagination_comunicados .last{
    display: none !important;
}

.facetwp-facet-pagination_comunicados a.facetwp-page {
    padding: 10px 12px;
    border: 2px solid #14324b;
    color: #14324b !important;
    margin-left: 10px;
    margin-right: 0;
    line-height: 0.7;
    font-size: 1.5rem;
}

.container-filter-comunicados  a.facetwp-page.active {
    display: none;
}


.container-filter-comunicados select.facetwp-dropdown {
    font-size: 1.3rem;
    font-family: 'D-DIN Condensed';
    color: #14324b !important;
    
    height: 3rem;
    border: 1px solid #14324b !important;
    width: 15rem;
    outline: none;
    padding: 0 15px 0 15px!important;
    border-radius: 0;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

.container-filter-comunicados .elementor-shortcode {
    display: flex;
    justify-content: right;
}

.videos-grid .tg-dropdown-title {
    font-size: 1.3rem !important;
    color: #14324b !important;
    font-family: 'D-DIN Condensed';
    font-weight: 400 !important;
    display: block !important;
}
.videos-grid .tg-dropdown-holder {
    height: 3rem !important;
    border: 1px solid #14324b !important;
    width: auto !important;
    outline: none !important;
    padding: 0 15px 0 15px!important;
    border-radius: 0 !important;
    background: #fff  !important;
    text-align: left !important;
    vertical-align: middle !important;
    cursor: pointer !important;
     
    align-items: center !important;
    display: flex !important;
}

.videos-grid .tg-icon-dropdown-open {
    display: block !important;
}

.videos-grid .tg-icon-dropdown-open {
    color: #14324b !important;
}
.tg-dropdown-item {
    font-size: 1.2em !important;
    color: #14324b !important;
}
.videos-grid .tg-grid-area-top1 {
    padding-bottom: 2.5em;
}
/*Historias Grid*/

.historias-grid {
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
}

.historia-item {
    display: flex;
}

.historia-preview {
    width: 40%;
}
.historia-preview img {
    width: 100%;
    height: 100% !important;
    object-fit: cover
}

.historia-content {
    width: 60%;
    place-self: center;
    padding-left: 15px;
}

.historia-content .title {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    color: #14324b;
    line-height: 1.3;
}

.historia-content span {
    display: block;
    font-size: 1.1rem;
    color: #14324b;
    line-height: 1.3;
    padding-top: 5px;
}

.grid-post-historias .elementor-post__text {
    align-self: center;
}




/*Posts Abiertos*/
.subtitlo-posts {
    margin-bottom: 10px !important;
}

.subtitlo-posts {
    font-family: 'D-DIN Condensed';
}


.subtitulo-conteiner h2 {
    font-weight: normal;
    margin: 0;
    font-size: 2rem;
    color: #14324b;
    line-height: 1.2;
}

span.elementor-post-info__item-prefix {
    font-weight: normal !important;
}

.elementor-post-info__item--type-author {
    font-weight: bold !important;
}


span.elementor-post-info__item-prefix:before {
    content: "/";
    padding: 0 20px;
}

.featured-posts img {
    width: 100%;
}

.content-posts h2 {
    text-transform: uppercase;
}

.content-posts p {
    margin: 1rem 0;
}

.content-posts ul, 
.content-posts ol {
    margin: 1.5em 5em 1.5em 2em;
}

.content-posts li  {
    list-style-type: none;
    position: relative;
    font-family: 'D-DIN Condensed';
}

.content-posts li:before {
    position: absolute;
    background: #99bd3c;
    content: '';
    width: 8px;
    height: 100%;
    left: -20px;
}

.content-posts img {
    width: 100%;
}

.post-template-default .elementor-post-navigation__separator {
    display: none !important;
}

.post-template-default .post-navigation__prev--label,
.post-template-default .post-navigation__next--label {
    padding-bottom: 5px;
}

.post-template-default .fa-angle-left,
.post-template-default .fa-angle-right {
    padding: 8px 0 0 0;
    color: #14324b !important;
}


/*Videos*/
.slider-videos .swiper-slide:not(:hover) .e-overlay-animation-slide-up {
    transform: initial !important;
}
.slider-videos .elementor-carousel-image-overlay.e-overlay-animation-slide-up {
    height: 1% !important;
    top: auto;
    bottom: 0px;
}
.slider-videos .elementor-main-swiper {
    height: 265px !important;
}
.slider-videos .elementor-swiper-button {
    top: -15% !important;
}
.slider-videos .elementor-swiper-button-prev {
    left: auto !important;
    right: 72px !important;    
}
.slider-videos .elementor-swiper-button{
    padding: 9px 10px 10px 10px;
    border: 2px solid #14324b;
    color: #14324b !important;
    margin-right: 10px;
}
.slider-videos .elementor-custom-embed-play {
    display: none !important;
}
.tg-left-arrow,
.tg-right-arrow {
    padding: 8px 6px 8px 8px !important;
    border: 2px solid #14324b;
    color: #14324b !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
    line-height: 0.7 !important;
    font-size: 1.5rem !important;
}
.tg-nav-color {
    color: #14324b !important;
}
.tg-icon-left-arrow:before,
.tg-icon-right-arrow:before {
    font-weight: 600 !important;
}
.tg-grid-slider {
 padding: 0px 5px 0 1px !important;
}


/*Acerca de*/

#acerca-de:before {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Jaguar-compressed.png);
    width: 52%;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    image-rendering: -webkit-optimize-contrast;
}
#acerca-de:after {
    position: absolute;
    bottom: 200px;
    height: 170%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Asset-1.png);
    width: 65%;
    right: -247px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    image-rendering: -webkit-optimize-contrast;
    
    animation: display-animation 2s ease  0s 1 normal forwards;
}

@keyframes display-animation {
  0% {
    transform: scale(0);
    transform-origin: 50% 0%;
  }

  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}


/*Soluciones*/
.svg-soluciones {
    text-align: right;
}
.svg-soluciones svg {
    color: #14324B;
    height: 15em;
}

.li-soluciones ul,
.li-soluciones ol {
    font-family: 'D-DIN Condensed';
    margin: 0;
    padding-left: 2em;
    font-weight: bold;
}
.li-soluciones li::marker {
    font-weight: bold;
    font-size: 3.5em;
}
.green .number,
.green li::marker {
    color: #B8D14E;
}
.light-green .number,
.light-green li::marker {
    color: #00C6A5;
}
.blue .number,
.blue li::marker {
    color: #00C4D8;
}
.orange .number,
.orange li::marker {
    color: #F6B526;
}
.red .number,
.red li::marker {
    color: #F1506D;
}
.purple .number,
.purple li::marker {
    color: #9436A6;
}
.light-blue .number,
.light-blue li::marker {
    color: #009EA9;
}
.number-soluciones {
    font-weight: bold;
}
.li-soluciones p,
.number-soluciones p{
   display: flex;
   align-items: center;
   font-weight: bold;
   margin: -5px 0;
}

.number span {
    font-weight: bold;
}
.number {
    font-size: 3.5em;
    font-weight: bold;
}


#bono-verde:before {
    position: absolute;
    top: 70px;
    height: 110%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Bono-verde-1.png);
    width: 50%;
    right: -70px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    
    image-rendering: -webkit-optimize-contrast;
}

#plataforma-conseciones:before {
    position: absolute;
    bottom: -10px;
    height: 250%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Plataforma-de-concesiones.png);
    width: 100%;
    right: -400px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    
    image-rendering: -webkit-optimize-contrast;
}

#alianzas-publico-privadas:before {
    position: absolute;
    bottom: 10px;
    height: 220%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Alianzas-publico-privadas.png);
    width: 50%;
    right: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    
    image-rendering: -webkit-optimize-contrast;
}

#capital-semilla:before {
    position: absolute;
    bottom: 10px;
    height: 200%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Turismo.png);
    width: 65%;
    right: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    
    image-rendering: -webkit-optimize-contrast;
}
#alianzas-publico-privadas-2:before,
#plataforma-financiamiento:before {
    position: absolute;
    top: -220px;
    height: 275%;
    content: '';
    background: url(/wp-content/uploads/2021/11/Bionegocios.png);
    width: 50%;
    right: -0px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    
    image-rendering: -webkit-optimize-contrast;
}

.mujeres-gradient-1 {
    background: rgb(10,124,186);
    background: linear-gradient(90deg, rgba(10,124,186,1) 0%, rgba(2,165,163,1) 47%, rgba(87,180,76,1) 100%);
}
.mujeres-gradient-2 {
    background: rgb(76,163,207);
    background: linear-gradient(90deg, rgba(76,163,207,1) 0%, rgba(76,186,195,1) 47%, rgba(138,203,130,1) 100%);
}

.postid-2096 .elementor-widget-theme-post-featured-image {
    display: none;
}

.video-title {
    font-size: 3rem;
    margin: auto;
    text-align: -webkit-center;
}
.content-video {
    padding: 1em 0 8em;
}


.post-template-default .elementor-widget-theme-post-content a,
.entry-content p a,
.entry-content p a span {
    color: #99bd3c !important;
    font-weight: 600 !important;
}



.preview-item {
    width: 18%;
}
.preview-item img {
    width: 100%;
    height: 8em !important;
    object-fit: cover;
    position: relative;
}
.redirect-item,
.content-item {
    place-self: center;
    width: 68%;
}
.redirect-item {
    width: 15%;
    text-align: end;
}

.content-item h3 {
    display: inline;
    font-size: 1.5rem;
    padding: 0;
}
.content-item h3 a{
    color: #14324b !important; 
    font-weight: 700;
}
.content-item {
    padding: 0 0 0 1.5em;
    font-size: 1.4em;
    color: #14324b;
    font-weight: 700;

    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;  
}
.content-item strong {
    color: #99bd3c;
}

.redirect-item a {
    text-align-last: center;
    margin-top: 15px;
    border: solid 1px #14324b;
    padding: 10px 25px;
    font-size: 1.4rem;
    color: #14324B !important;
    
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;  
}
.redirect-item a:hover {
    color: #fff !important;
    background: #14324B;
}

.preview-item {
    position: relative;
}
.preview-item .gradient-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(22, 50, 74, 1) 0%, rgba(30, 50, 113, 0) 50%);
    
}
.content-item:hover {
    transform: translate(0px, -5px);
}


.play-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    bottom: 0;
    align-items: center;
    color: #99bd3c;
    font-size: 4em;
    box-shadow: 3px 3px;
    z-index: 10;
    
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out; 
}


#corchete-soluciones:before {
    position: absolute;
    height: 50%;
    content: '';
    top: 210px;
    background: url(/wp-content/uploads/2021/12/Corchete.png);
    width: 50%;
    right: -40px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
}


.wpml-ls-statics-footer,
.otgs-development-site-front-end {
    display: none !important;
}

.switcher {
    width: 36px !important;
    color: transparent !important;
}

.switcher a {
    color: transparent !important;
}

.switcher a:after {
    display: none !important;
}


.card-solucion {
    margin: 10px;
    -webkit-box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.1); 
    box-shadow: 1px 4px 5px 0px rgba(0,0,0,0.1);
    
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;  
}

.card-solucion .wp-caption-text {
    text-align: left !important;
    padding: 0 10px;
    height: 4em;
    display: flex;
    place-items: center;
}

.card-solucion font,
.card-solucion strong {
    display: contents;
}


.card-solucion:hover {
    transform: translate(0px, -5px);
}


/* Utilizado en SF para evitar la sobreposicon de imagenes que bloqueen editar el contenido*/
.editable {
    position: static !important;
}

section ul, 
section ol {
    margin: 0 !important;
}


.wpml-ls-current-language span {
    border: solid 1px;
    padding: 10px 8px;
    border-radius: 50px;
}

.wpml-ls-item span:hover {
    font-weight: 600 !important;
}