@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

.inter-normal {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-bold {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter-light {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.inter-tight {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter-tight-medium {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter-tight-semibold {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter-tight-bold {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter-tight-light {
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

/*Fonts*/
@font-face {
    font-family: "Neo Sans Pro";
    src: url("../fonts/NeoSansPro-Medium.eot");
    src: url("../fonts/NeoSansPro-Medium.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/NeoSansPro-Medium.woff2") format("woff2"),
        url("../fonts/NeoSansPro-Medium.woff") format("woff"),
        url("../fonts/NeoSansPro-Medium.ttf") format("truetype"),
        url("../fonts/NeoSansPro-Medium.svg#NeoSansPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neo Sans Pro";
    src: url("../fonts/NeoSansPro-Regular.eot");
    src: url("../fonts/NeoSansPro-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/NeoSansPro-Regular.woff2") format("woff2"),
        url("../fonts/NeoSansPro-Regular.woff") format("woff"),
        url("../fonts/NeoSansPro-Regular.ttf") format("truetype"),
        url("../fonts/NeoSansPro-Regular.svg#NeoSansPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neo Sans Pro";
    src: url("../fonts/NeoSansPro-Bold.eot");
    src: url("../fonts/NeoSansPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeoSansPro-Bold.woff2") format("woff2"),
        url("../fonts/NeoSansPro-Bold.woff") format("woff"),
        url("../fonts/NeoSansPro-Bold.ttf") format("truetype"),
        url("../fonts/NeoSansPro-Bold.svg#NeoSansPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Neo Sans Pro";
    src: url("../fonts/NeoSansPro-Light.eot");
    src: url("../fonts/NeoSansPro-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/NeoSansPro-Light.woff2") format("woff2"),
        url("../fonts/NeoSansPro-Light.woff") format("woff"),
        url("../fonts/NeoSansPro-Light.ttf") format("truetype"),
        url("../fonts/NeoSansPro-Light.svg#NeoSansPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*,
:after,
:before {
    box-sizing: border-box;
}

html {
    font-family: "Inter Tight", sans-serif !important;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter Tight", sans-serif !important;
}

p {
    font-weight: 300;
}
p span {
    font-weight: normal;
}
strong {
    font-weight: bold;
}
a {
    text-decoration: none;
}

/*.wrapper .active {
  color: red;
}*/
.tab_item,
.tab_items {
    display: none;
}
.tab_item:first-child,
.tab_items:first-child {
    display: block;
}

/*Header*/
header {
    color: #000;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
}
header.headerHome {
    position: fixed;
}

header div.contenedor {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    max-width: 80rem;
    margin: 0 auto;
    padding-inline: 80px;
}

header.scrolled {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.opcion-desktop.active a {
    color: #7d7d81 !important;
}
.menu-desktop .opcion-desktop a {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: right;
    color: #000;
    margin: 0 10px;
}
.language-selector ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
}

.language-selector ul li {
    margin-left: 25px;
}

.language-selector ul:before {
    content: "";
    position: absolute;
    left: 63%;
    top: 0;
    width: 1px;
    height: 100%;
    background: #000;
}
.language-selector ul li a {
    padding-bottom: 3px;
}

.language-selector ul li a:not(.active) {
    color: rgb(0 0 0 / 60%);
}

.language-selector ul li a.active,
.language-selector ul li a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

header a {
    color: #000;
    text-decoration: none;
    font-weight: normal;
}
.logo a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.logo a img:first-child {
    transform: rotate(180deg);
    margin-right: 10px;
}

.logo a img:last-child {
    margin-left: 10px;
    max-width: 140px;
}

.logo {
    display: block;
}

.menu-desktop {
    display: flex;
    width: 72%;
    justify-content: flex-end;
}
.menu-desktop .opcion-desktop a {
}
.opcion-desktop.opc-short {
    width: 15%;
    text-align: center;
}
.menu-mobile {
    display: none;
}
.navigation.menu {
    display: none;
}
.logo-mobile {
    display: none;
}
@media screen and (max-width: 768px) {
    .language-selector {
        position: absolute;
        right: 65px;
        top: 18px;
        z-index: 9;
    }
    .language-selector ul li a {
        font-size: 13px;
    }
    .language-selector ul:before {
        top: 2px;
    }
    .opcion-mobile.active a {
        color: #d2007f !important;
    }
    header {
        height: 60px;
    }
    header .menu-mobile a img:first-child {
        transform: rotate(180deg);
        margin-right: 7px;
        display: block;
        margin-top: 2px;
    }

    header .menu-mobile a img:last-child {
        max-width: 120px;
        margin-left: 15px;
        display: block;
        position: absolute;
        top: 19px;
    }

    .menu .lista .contiene-lista .btns-menu a {
        display: flex;
        border: 2px solid #d2007f;
        box-sizing: border-box;
        border-radius: 9px;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        transition: all 0.3s ease;
        width: 100%;
        padding: 12px 18px;
        min-height: 118px;
        margin-bottom: 15px;
    }

    .menu .lista .contiene-lista .btns-menu a .txt h3 {
        color: #d2007f;
        width: auto;
        margin: 0;
    }

    .menu .lista .contiene-lista .btns-menu a .txt p {
        color: #fff;
        font-weight: 300;
        font-size: 14px;
        margin: 0;
        margin-top: 10px;
    }
    header .menu-mobile a {
        color: #fff;
        text-decoration: none;
        font-size: 14.4741px;
        line-height: 17px;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        position: relative;
        margin-top: -17px;
        font-weight: normal;
    }
    .logo-mobile {
        display: block;
        width: 45%;
        margin-left: 4%;
    }
    .logo-mobile img {
        width: 75%;
        margin-top: -1px;
    }
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: flex;
        width: 100%;
        z-index: 9;
    }
    .menu-mobile .control {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 5%;
        top: 50%;
        transform: translate(0%, -50%);
    }
    .menu-mobile .control .icon span,
    .menu-mobile .control .icon span:before,
    .menu-mobile .control .icon span:after {
        cursor: pointer;
        border-radius: 6px;
        height: 3px;
        width: 27px;
        background: #f4f4f4;
        position: absolute;
        display: block;
        content: "";
    }
    .menu-mobile .control .icon span {
        margin-top: 35%;
        margin-left: 15%;
    }
    .menu-mobile .control .icon span:before {
        top: -6px;
    }
    .menu-mobile .control .icon span:after {
        bottom: -6px;
    }
    .menu-mobile .control .icon.active span {
        background-color: transparent;
        -webkit-transform: rotate(180deg) scale(1.2);
        -moz-transform: rotate(180deg) scale(1.2);
        -o-transform: rotate(180deg) scale(1.2);
        -ms-transform: rotate(180deg) scale(1.2);
        transform: rotate(180deg) scale(1.2);
        margin-top: 50%;
    }
    .menu-mobile .control .icon.active span:before {
        -webkit-transform: rotate(135deg) scale(1.2);
        -moz-transform: rotate(135deg) scale(1.2);
        -o-transform: rotate(135deg) scale(1.2);
        -ms-transform: rotate(135deg) scale(1.2);
        transform: rotate(135deg) scale(1.2);
    }

    .menu-mobile .control .icon.active span:before,
    .menu-mobile .control .icon.active span:after {
        top: 6px;
        background: #f4f4f4;
        width: 17px;
        margin-left: 3px;
        height: 2px;
    }
    .menu-mobile .control .icon.active span:after {
        -webkit-transform: rotate(-135deg) scale(1.2);
        -moz-transform: rotate(-135deg) scale(1.2);
        -o-transform: rotate(-135deg) scale(1.2);
        -ms-transform: rotate(-135deg) scale(1.2);
        transform: rotate(-135deg) scale(1.2);
    }

    .menu .lista {
        position: absolute;
        width: 430px;
        -webkit-transform: scale(0) !important;
        -moz-transform: scale(0) !important;
        -o-transform: scale(0) !important;
        -ms-transform: scale(0) !important;
        transform: scale(0) !important;
        opacity: 0 !important;
    }
    .menu .lista.menu-abrir {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -o-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1 !important;
        -ms-filter: none !important;
        filter: none !important;
        position: absolute;
        display: block;
        width: 100%;
        height: 100vh;
        z-index: 1;
        left: 0;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
    }
    .menu .lista .contiene-lista {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -o-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -o-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -o-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 100%;
        background: #020204;
        width: 100%;
        position: absolute;
        padding-top: 60px;
    }
    .menu .lista .contiene-lista .nav-lista li {
        display: block;
        text-transform: uppercase;
        vertical-align: middle;
        text-align: center;
    }
    .menu .lista .contiene-lista .nav-lista a {
        color: #fff;
        display: block;
        text-decoration: none;
        text-align: left;
        font-weight: normal;
        font-size: 21px;
        line-height: 109%;
    }
    .opcion-mobile {
        padding: 10px 0;
    }
    nav.nav-lista {
        width: 80%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .menu .lista .contiene-lista .btns-menu {
        width: 80%;
    }
    .navigation.menu {
        display: block;
    }
    .logo {
        display: none;
    }
}
/*Presentación*/
section.presentacion {
    background: linear-gradient(
        245deg,
        #e93cac -1.93%,
        #e6b0cf 13.32%,
        #e5e4df 27.51%,
        #e5e4df 85.87%,
        #2ad2c9 103.22%
    );
    height: 632px;
}
section.presentacion .content {
    position: relative;
    width: 100%;
    height: 100%;
}

section.presentacion .content .presentation {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}

section.presentacion .content .presentation h1 {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 45px;
}

section.presentacion .content .presentation .portada-indice {
    display: flex;
    width: 63%;
    margin: 0 auto;
    margin-right: 4%;
    /* n */
    width: auto;
    justify-content: flex-end;
}

section.presentacion .content .presentation .portada-indice .portada {
    width: 205px;
    margin-right: 40px;
}

section.presentacion .content .presentation .portada-indice .portada img {
    width: 100%;
}

section.presentacion .content .presentation .portada-indice .desc-indice {
    width: calc(100% - 245px);
    /* n */
    width: 280px;
}

section.presentacion .content .presentation .portada-indice .desc-indice > p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

section.presentacion .content .presentation .portada-indice .desc-indice > a {
    background: #d2007f;
    border-radius: 40px;
    color: #fff;
    padding: 16px 40px;
    display: inline-block;
}

section.presentacion
    .content
    .presentation
    .portada-indice
    .desc-indice
    .share-btns {
    margin-top: 30px;
}

section.presentacion
    .content
    .presentation
    .portada-indice
    .desc-indice
    .share-btns
    p {
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    margin: 0;
    margin-bottom: 12px;
}

section.presentacion
    .content
    .presentation
    .portada-indice
    .desc-indice
    .share-btns
    > div
    a {
    color: #46babd;
    font-size: 22px;
    margin-right: 20px;
}

section.presentacion .content .next-section {
    position: absolute;
    bottom: 18%;
    width: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
section.presentacion .content .next-section img {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1)
        infinite alternate-reverse both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) infinite
        alternate-reverse both;
}
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
/*Videos*/
section#videos {
    /* background: #f4f4f4; */
    padding: 90px 0;
}
section#videos .content h2 {
    margin: 0;
}
section#videos .content > h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    color: #46babd;
    margin-bottom: 30px;
}
section#videos .content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
section#videos .content .slide-videos {
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    max-width: 1100px;
    max-height: 435px;
    overflow: hidden;
}
section#videos .content .slide-videos .slider.slider-for {
    width: 640px;
}

section#videos .content .slide-videos .slider.slider-for iframe {
    width: 100%;
    height: 365px;
}

section#videos .content .slide-videos .slider.slider-nav {
    width: calc(100% - 680px);
    padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid;
}
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-list.draggable::-webkit-scrollbar {
    width: 8px; /* Tamaño del scroll en vertical */
    height: 8px; /* Tamaño del scroll en horizontal */
}
/* Ponemos un color de fondo y redondeamos las esquinas del thumb */
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-list.draggable::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-list.draggable::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
}
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-list.draggable::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}
section#videos .content .slide-videos .slider.slider-nav .slick-list.draggable {
    padding: 0 !important;
    max-height: 435px;
    overflow-y: auto;
}
section#videos .content .slide-videos .slider.slider-nav .item-nav {
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 15px;
    cursor: pointer;
    padding-right: 20px;
}
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-slide:last-child
    .item-nav {
    margin-bottom: 0;
}
section#videos .content .slide-videos .slider.slider-nav .item-nav .thumbnail {
    width: 145px;
    margin-right: 15px;
}

section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .item-nav
    .thumbnail
    img {
    width: 100%;
    max-height: 70px;
}

section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .item-nav
    .title-video {
    width: calc(100% - 160px);
}

section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .item-nav
    .title-video
    h3 {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-slide.slick-current
    .item-nav
    .thumbnail,
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-slide:hover
    .item-nav
    .thumbnail {
    border: 2px solid #46babd;
}

section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-slide.slick-current
    .item-nav
    .title-video
    h3,
section#videos
    .content
    .slide-videos
    .slider.slider-nav
    .slick-slide:hover
    .item-nav
    .title-video
    h3 {
    font-weight: 500;
}

/*Resultados*/
section#resultados {
    /* background: url(../images/d_medio.jpg) #FFF;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat; */
    height: auto;
}
section#resultados .content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    /* padding-top: 17%; */
}

@media screen and (max-width: 768px) {
    section#resultados .content {
        width: 100% !important;
    }
}

section#resultados .content > h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #46babd;
    margin: 30px 0 10px;
}

section#resultados .content .bajada-resultados {
    max-width: 530px;
    margin-bottom: 40px;
}

section#resultados .content .bajada-resultados p {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #b6b6b6;
    margin: 0;
}
section#resultados .content .bajada-resultados h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #46babd;
    margin-top: 0;
}

section#resultados .content .content-hallazgos > h3 {
    font-weight: 700;
}
section#resultados .content .content-analisis-paises > h3,
section#resultados .content .content-analisis-demografico > h3 {
    margin: 0;
    font-weight: 400;
    font-size: 33px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 40px;
}
section#resultados .content .content-hallazgos .cards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

section#resultados .content .content-hallazgos .cards .card {
    width: 295px;
    height: 365px;
    height: 385px;
    border: 1px solid #000000;
    border-radius: 9px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    padding: 20px;
}

section#resultados .content .content-hallazgos .cards .card img {
    margin: 0 auto;
}
section#resultados .content .content-hallazgos .cards .card.card-3 img {
    margin-left: -13px;
}

section#resultados .content .content-hallazgos .cards .card p:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 0;
    border: 1px solid #000000;
    top: -20px;
}

section#resultados .content .content-hallazgos .cards .card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 150%;
    font-weight: normal;
    position: relative;
    margin-top: 40px;
}
section#resultados .content .content-hallazgos .cards .card.card-2 {
    margin-top: 154px;
}

section#resultados .content .content-hallazgos .cards .card.card-3 {
    margin-top: 308px;
    margin-bottom: 45px;
}

section#resultados .content .content-hallazgos .cards .card.card-5 {
    margin-top: 154px;
}

section#resultados .content .content-hallazgos .cards .card.card-4 {
    margin-top: 308px;
}
section#resultados .content .content-analisis-paises {
    margin-bottom: 85px;
}
section#resultados .content .content-analisis-paises .content-tabs .wrapper {
    position: relative;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tabs {
    position: absolute;
    right: 70px;
    top: 50px;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .map {
    position: relative;
    max-width: 465px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .map
    img:nth-child(1) {
    width: 100%;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .map
    img:nth-child(2) {
    position: absolute;
    bottom: 50px;
    left: 0;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos {
    width: 270px;
    margin-left: 65px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table {
    width: 100%;
    margin: 45px 0;
    color: #000;
    font-family: "Inter Tight";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr:first-child {
    font-size: 13px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr:first-child
    td:last-child {
    color: #46babd;
    font-weight: bold;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td
    .fa-caret-up {
    color: #46babd;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td
    .fa-caret-down {
    color: #d52b1e;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td
    i {
    margin-left: 5px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td
    .fa-minus {
    font-size: 13px;
    color: #e8a30f;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td:nth-child(4)
    strong {
    min-width: 38px;
    display: inline-block;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td:nth-child(3),
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td:nth-child(4) {
    width: 55px;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    height: 35px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td:nth-child(3) {
    color: #b6b6b6;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr:first-child
    td:nth-child(3) {
    color: initial;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td
    img {
    max-width: 26px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr
    td:nth-child(1) {
    width: 40px;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    table
    tbody
    tr {
    height: 35px;
}

section#resultados .content .content-analisis-paises .content-tabs {
    position: relative;
    padding: 0 50px;
    /* border: 1px solid #000000; */
    box-sizing: border-box;
    border-radius: 9px;
}
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tabs
    .tab {
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #000;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 21.8756px;
    padding: 7px 20px;
    margin-right: 8px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Inter Tight", sans-serif !important;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tabs
    .tab.active,
section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tabs
    .tab:hover {
    font-weight: 700;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    border: 2px solid #000;
    background: #000;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    .btns-verpaises
    a {
    font-family: "Inter Tight", sans-serif;
    background: white;
    border-radius: 34.5319px;
    font-weight: 400;
    gap: 10px;
    font-size: 18px;
    line-height: normal;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 15px 20px;
    border: 1px solid #000;
    transition: all 0.3s ease;
    cursor: pointer;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    .btns-verpaises
    a:hover {
    background: #000;
    color: white;
}

section#resultados
    .content
    .content-analisis-paises
    .content-tabs
    .wrapper
    .tab_content
    .tab_item
    .tab_item_content
    .datos
    .btns-verpaises
    a
    img {
    margin-left: 5px;
    margin-bottom: -1px;
}

section#resultados .content .content-analisis-demografico {
    margin-bottom: 115px;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide {
    margin: 0 18px;
}

section#resultados .content .content-analisis-demografico .slide-demografico {
    margin: 0 -35px;
}
section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-dots
    li
    button {
    padding: 1px;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 100%;
    border: 1px solid #000;
    background: transparent;
    margin: 0 10px;
    cursor: pointer;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-dots
    li.slick-active
    button {
    background: #46babd;
    border-color: #46babd;
}
section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 30px;
    min-height: 414px;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico
    .imagen-card {
    text-align: center;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico
    .imagen-card
    img {
    margin: 0 auto;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico
    .descripcion-card
    h3 {
    color: #000;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    position: relative;
    margin-bottom: 18px;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico
    .descripcion-card
    p {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.12px;
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico
    .descripcion-card
    h3:before {
    /* content: "";
    position: absolute;
    width: 63px;
    border: 1px solid;
    top: 0;
    background: #000;
    height: 0; */
}

section#resultados
    .content
    .content-analisis-demografico
    .slide-demografico
    .slick-slide
    .item-demografico
    .imagen-card
    iframe {
    margin-top: -25px;
}

/*Metodologías*/
section#metodologia {
    background: #f6f6f6;
}

section#metodologia .content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

section#metodologia .content > h2 {
    color: #000;
    font-family: "Inter Tight";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 60px;
}

section#metodologia .content .content-metodologia {
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}
section#metodologia .content .content-metodologia .desc-metodologia {
    width: calc(50% - 35px);
}

section#metodologia .content .content-metodologia .tabs-metodologia {
    width: 50%;
    border-radius: 20px;
    background: #fff;
    padding: 40px;
}

section#metodologia .content .content-metodologia .desc-metodologia h3 {
    color: #000;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    section#metodologia .content .content-metodologia .desc-metodologia h3 {
        font-size: 18px;
    }
}

section#metodologia .content .content-metodologia .desc-metodologia p {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    section#metodologia .content .content-metodologia .desc-metodologia p {
        font-size: 12px;
        padding-bottom: 30px;
    }
}

section#metodologia .content .content-metodologia .desc-metodologia p span {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section#metodologia
    .content
    .content-metodologia
    .desc-metodologia
    p:nth-child(1) {
    margin-top: 0;
}

section#metodologia
    .content
    .content-metodologia
    .desc-metodologia
    .icons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px 30px;
    grid-template-areas:
        "img_1 img_2"
        "img_3 img_4";
}
section#metodologia
    .content
    .content-metodologia
    .desc-metodologia
    .icons-grid
    .img_2 {
    grid-area: img_2;
}
section#metodologia
    .content
    .content-metodologia
    .desc-metodologia
    .icons-grid
    .img_1 {
    grid-area: img_1;
}

@media (max-width: 768px) {
    section#metodologia
        .content
        .content-metodologia
        .desc-metodologia
        .icons-grid
        .img_1,
    section#metodologia
        .content
        .content-metodologia
        .desc-metodologia
        .icons-grid
        .img_2,
    section#metodologia
        .content
        .content-metodologia
        .desc-metodologia
        .icons-grid
        .img_3,
    section#metodologia
        .content
        .content-metodologia
        .desc-metodologia
        .icons-grid
        .img_4 {
        padding: 20px;
    }
}

section#metodologia
    .content
    .content-metodologia
    .desc-metodologia
    .icons-grid
    .img_3 {
    grid-area: img_3;
}
section#metodologia
    .content
    .content-metodologia
    .desc-metodologia
    .icons-grid
    .img_4 {
    grid-area: img_4;
}
section#metodologia .content .content-metodologia .tabs-metodologia > h3 {
    color: #000;
    font-family: "Inter Tight";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    section#metodologia .content .content-metodologia .tabs-metodologia > h3 {
        font-size: 18px;
    }
}

section#metodologia .content .content-metodologia .tabs-metodologia > p {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    section#metodologia .content .content-metodologia .tabs-metodologia > p {
        font-size: 12px;
    }
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tabs {
    display: inline-block;
    padding-top: 17px;
    /* border-top: 1px solid #000000; */
    margin: 20px 0;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tabs
    .tab {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid #49494d;
    box-sizing: border-box;
    border-radius: 19.7239px;
    padding: 7px 20px;
    margin-right: 12px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}
section#notas .content .slide-notas .slick-slide .nota a h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

section#notas .content .slide-notas .slick-slide .nota a span {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 22.4681px;
    padding: 7px 15px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    width: fit-content;
}
section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tabs
    .tab:last-child {
    margin: 0;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tabs
    .tab.active,
section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tabs
    .tab:hover {
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    border: 1px solid #000;
    background: #000;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content {
    margin-top: 20px;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    > h4 {
    color: #000;
    font-family: "Inter Tight";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    > p {
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table {
    width: 100%;
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    thead
    tr
    th {
    text-align: left;
    border-bottom: 1px solid;
    height: 35px;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    thead
    tr
    th:first-child {
    width: 212px;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody {
    vertical-align: text-top;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr
    td:first-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr
    td:last-child
    ul {
    padding: 0;
    list-style: none;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr
    td:last-child
    ul
    li {
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr
    td:last-child
    ul
    li
    p {
    width: calc(100% - 32px);
    margin: 0;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr
    td:last-child
    ul
    li
    .num {
    display: block;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 100%;
    margin-right: 10px;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #000;
    margin-top: 4px;
    border: 1px solid #000;
}
section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr
    td {
    border-bottom: 1px solid;
}

section#metodologia
    .content
    .content-metodologia
    .tabs-metodologia
    .tabs-indice
    .wrapper
    .tab_content
    .tab_items
    .content-tab
    table
    tbody
    tr:last-child
    td {
    border: 0;
}
/*Notas de Prensa y Estudios Complementarios*/
section#notas,
section#estudios {
    background: #fff;
}

section#notas .content {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

section#estudios .content {
    max-width: 685px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    padding-top: 75px;
    padding-bottom: 60px;
}

section#notas .content > h2,
section#estudios .content > h2 {
    color: #000;
    font-family: "Inter Tight";
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 42px;
}

section#notas .content .slide-notas .slick-slide .nota {
    padding: 17px;
    background: #000;
    border-radius: 9px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section#estudios .content .slide-estudios .slick-slide .nota {
    padding: 25px 30px;
    background: #fff;
    border-radius: 9px;
    max-width: 685px;
}

@media (max-width: 768px) {
    section#estudios .content .slide-estudios .slick-slide .nota {
        padding: 25px 20px;
    }
}

section#notas .content .slide-notas .slick-slide,
section#estudios .content .slide-estudios .slick-slide {
    margin: 0 10px;
}

section#notas .content .slide-notas .slick-track {
    display: flex;
    align-items: stretch; /* Hace que todos los slides tengan la misma altura */
}

section#notas .content .slide-notas .slick-slide .nota a {
    /* display: block;
    width: 100%;
    height: 100%; */
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

section#notas .content .slide-notas .slick-slide .nota a:hover span {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

section#estudios .content .slide-estudios .slick-slide .nota a {
    display: flex;
    width: 100%;
    height: 100%;
}

section#notas .content .slide-notas .slick-slide .nota a .image-card {
    /* width: 100%;
    max-height: 175px;
    overflow: hidden;
    border-radius: 6px; */
    width: 100%;
    height: 175px; /* Altura fija para todas las imágenes */
    overflow: hidden;
    border-radius: 6px;
}

section#estudios .content .slide-estudios .slick-slide .nota a .image-card {
    width: 235px;
    max-height: 290px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 768px) {
    section#estudios .content .slide-estudios .slick-slide .nota a .image-card {
        max-height: fit-content !important;
    }
}

section#estudios .content .slide-estudios .slick-slide .nota a .info-card {
    width: 400px;
}

section#notas .content .slide-notas .slick-slide .nota a .image-card img {
    /* width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; */
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen cubra todo el espacio */
    object-position: center;
}

section#estudios .content .slide-estudios .slick-slide .nota a .image-card img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
}

section#notas .content .slide-notas .slick-slide .nota a h3 {
    color: #fff;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 15px;
    flex-grow: 1; /* Permite que el título ocupe el espacio disponible */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Limita el texto a 3 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px; /* Altura mínima para el título */
}

section#estudios .content .slide-estudios .slick-slide .nota a h3 {
    font-weight: 400;
    font-size: 33px;
    line-height: 135%;
    color: #000000;
    margin: 15px 0 25px 0;
}
section#estudios .content .slide-estudios .slick-slide .nota a p {
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
section#estudios .content .slide-estudios .slick-slide .nota a p strong {
    font-weight: 500;
}
section#estudios .content .slide-estudios .slick-slide .nota a span {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    background: #d2007f;
    border-radius: 22.4681px;
    padding: 9px 25px;
}
section#estudios .content .slide-estudios .slick-slide .nota a span img {
    display: inline-block;
    padding-left: 5px;
}

section#notas .content .slide-notas .slick-dots,
section#estudios .content .slide-estudios .slick-dots {
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
}

/* @media (max-width: 768px) {
    section#notas .content .slide-notas .slick-dots,
    section#estudios .content .slide-estudios .slick-dots {
        margin-top: 20px;
    }
} */

section#notas .content .slide-notas .slick-dots li button,
section#estudios .content .slide-estudios .slick-dots li button {
    padding: 1px;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 100%;
    border: 1px solid #000;
    background: transparent;
    margin: 0 10px;
    cursor: pointer;
}

section#notas .content .slide-notas .slick-dots li.slick-active button,
section#estudios .content .slide-estudios .slick-dots li.slick-active button {
    background: #000;
    border-color: #000;
}
/*Footer*/
footer {
    /* background: url(../images/d_footer.jpg) #f4f4f4; */
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    /* min-height: 75vh; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
}
footer.foot-interna {
    /* background: url(../images/d_int_footer.jpg) #fff; */
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 75vh;
    display: flex;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
}
footer .content {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    footer .content {
        padding-bottom: 113px;
    }
}

.footer-new {
    background-image: url("../images/bg_footer_d.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 65px;
}

@media (max-width: 768px) {
    .footer-new {
        background-position-x: 50px;
        background-position-y: 400px;
        background-size: contain;
    }
}

footer .content .documentos .content-documentos {
    width: 52%;
    /* margin-left: auto; */
}

footer .content .documentos .content-documentos h2 {
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    color: #46babd;
}

footer .content .documentos .content-documentos p {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}

footer .content .documentos .content-documentos .btns-cta {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin-top: 27px;
}

footer .content .documentos .content-documentos .btns-cta a:hover .txt h3,
footer .content .documentos .content-documentos .btns-cta a:hover .txt p {
    color: #fff;
}

footer .content .documentos .content-documentos .btns-cta a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
footer .content .documentos .content-documentos .btns-cta a {
    display: flex;
    width: 48%;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 12px 18px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    transition: all 0.3s ease;
    min-height: 118px;
}

footer .content .documentos .content-documentos .btns-cta a .txt {
}

footer .content .documentos .content-documentos .btns-cta a .txt h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    margin: 0;
}

footer .content .documentos .content-documentos .btns-cta a .txt p {
    margin: 0;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}
footer .content .copy p {
    font-family: "Inter Tight", sans-serif;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 16px;
}

@media (max-width: 768px) {
    footer .content .copy p {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
    }
}

footer .content .copy a {
    font-family: "Inter Tight", sans-serif;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
}

footer .content .copy a img:nth-child(1) {
    transform: rotate(180deg);
    margin-right: 10px;
}

footer .content .copy a img:nth-child(2) {
    margin-left: 10px;
}

footer .content .copy {
    padding-bottom: 35px;
}

footer .content .documentos,
footer .content .copy {
    width: 100%;
}
footer .content .documentos .content-documentos .wrapper .tabs {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
}

footer .content .documentos .content-documentos .wrapper .tabs .tab {
    font-family: "Inter Tight", sans-serif;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 11px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-right: 15px;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
    position: relative;
}

footer .content .documentos .content-documentos .wrapper .tabs .tab.active,
footer .content .documentos .content-documentos .wrapper .tabs .tab:hover {
    border-color: #000;
    background: #000;
    color: #fff;
}

footer
    .content
    .documentos
    .content-documentos
    .wrapper
    .tabs
    .tab.active:before,
footer
    .content
    .documentos
    .content-documentos
    .wrapper
    .tabs
    .tab:hover:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    height: 22px;
    width: 0;
    border-left: 1px solid #000;
    transition: none;
}
/*Top Interna Descarga*/
section.download-top {
    background: url(../images/d_topDescargar.jpg) #020204;
    background-size: contain;
    background-position: 0 60px;
    background-repeat: no-repeat;
    height: 158px;
    padding-top: 65px;
}
section.download-top .content {
    max-width: 90%;
    margin: 0 auto;
}

section.download-top .content .content-descarga {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

section.download-top .content .content-descarga h2 {
    font-weight: 500;
    font-size: 14.2235px;
    line-height: 130%;
    color: #ffffff;
    margin: 0 18px;
}
section.download-top .content .content-descarga a:hover {
    background: transparent;
}

section.download-top .content .content-descarga a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-weight: 500;
    font-size: 13.4333px;
    line-height: 150%;
    color: #ffffff;
    background: #d2007f;
    border-radius: 27.6567px;
    padding: 7px 17px;
    border: 2px solid #d2007f;
    transition: all 0.3s ease;
}

section.download-top .content .content-descarga a img {
    margin-left: 10px;
}
/*Resultados Interna*/

section.resultados-interna {
    background: url(../images/d_topResultados.jpg) #fff;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}

section.resultados-interna .content {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 185px;
}
section.resultados-interna .content h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #46babd;
    margin-top: 0;
    margin-bottom: 40px;
}

section.resultados-interna .content .descripcion {
    width: 47%;
    margin-bottom: 20px;
}
section.resultados-interna .content .tabla-resultados {
    padding-bottom: 40px;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    position: relative;
}
section.resultados-interna .content .descripcion p {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
section.resultados-interna
    .content
    .tabla-resultados.nine-col
    table
    thead
    tr
    th:first-child,
section.resultados-interna
    .content
    .tabla-resultados.nine-col
    table
    tbody
    tr
    td:first-child {
    width: 325px;
    text-align: left;
}
section.resultados-interna
    .content
    .tabla-resultados.ten-col
    table
    thead
    tr
    th:first-child,
section.resultados-interna
    .content
    .tabla-resultados.ten-col
    table
    tbody
    tr
    td:first-child {
    width: 235px;
    text-align: left;
}

section.resultados-interna .content .tabla-resultados table#tabCabecera {
    vertical-align: bottom;
}
section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera.tabCabecera.cabeceraSticky {
    background: #fff;
    position: sticky;
    top: 0;
    padding-top: 15px;
    padding-bottom: 10px;
}
section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr {
    vertical-align: bottom;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr
    th
    .top-pais {
    text-align: left;
    display: inline-block;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr
    th {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr
    th
    .top-pais
    img {
    max-width: 26px;
    display: block;
}

section.resultados-interna .content .tabla-resultados table thead tr th,
section.resultados-interna .content .tabla-resultados table tbody tr td {
    width: 87.5px;
    text-align: center;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr
    th
    .top-pais
    span {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr:last-child
    th:first-child {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabCabecera
    thead
    tr:last-child
    th {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    height: 35px;
}
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-top
    td,
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-bottom
    td {
    border-right: 1px solid;
}

section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-top
    td {
    border-bottom: 1px solid;
}

section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-top
    td:first-child,
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-top
    td:last-child,
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-bottom
    td:first-child,
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr.separador-bottom
    td:last-child {
    border-right: 0;
}
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin: 0;
    cursor: pointer;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    h3
    i {
    color: #d2007f;
    margin-left: 10px;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    background: red;
    padding: 3px 15px;
    border-radius: 3px;
}
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    tbody
    tr
    td
    p.cabeceras {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin: 10px 0;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    tbody
    tr
    td
    p {
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    margin: 5px 0;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    tbody
    tr
    td
    p
    span.num {
    display: block;
    width: 22px;
    height: 22px;
    background: #46babd;
    border-radius: 100%;
    margin-right: 10px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 11.5px;
    line-height: 22px;
}
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    tbody
    tr
    td
    p
    span.text {
    width: calc(100% - 32px);
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    tbody
    tr
    td
    p.no-number {
    width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 150%;
    color: #000000;
    padding-left: 32px;
}
section.resultados-interna .content .tabla-resultados table tbody tr td > span {
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}

section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr
    td
    > span.tag-total {
    font-weight: 500;
}

/*65+*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-1 {
    background: #3f9e05;
}
/*65-55*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-2 {
    background: #6db000;
}
/*55-50*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-3 {
    background: #8fc101;
}
/*50-45*/

/** Videos */
section.compromiso {
    padding: 60px 0;
    background-color: #fff;
}

section.compromiso .content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

section.compromiso h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 30px;
    text-align: left;
}

.video-principal {
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
    margin-bottom: 40px;
    padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
    .video-principal {
        border-radius: 0px;
    }
}

.video-principal iframe {
    display: block;
}

/* Estilos para el carrusel de videos */
.video-carousel {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 10px 0;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    width: 100%;
}

.carousel-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.carousel-item {
    flex: 0 0 auto;
    width: 200px;
    background: #f6f6f6;
    border-radius: 8px;
    overflow: hidden;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
    transition: transform 0.3s ease;
    padding: 15px;
    cursor: pointer;
}

/* .carousel-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
} */

.carousel-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.carousel-item p {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    margin: 0;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.carousel-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 50px;
    /* background: white; */
    border: none;
    /* border-radius: 50%; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.2); */
    cursor: pointer;
    z-index: 2;
    position: absolute;
    font-size: 18px;
    color: #333;
    transition: background 0.3s ease;
}

/* .carousel-arrow:hover {
    background: #f0f0f0;
} */

.prev-arrow {
    left: -40px;
}

.next-arrow {
    right: -40px;
}

@media screen and (max-width: 768px) {
    .video-principal iframe {
        height: 250px;
    }

    .carousel-item {
        width: 160px;
    }

    .carousel-arrow {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .prev-arrow {
        left: -15px;
    }

    .next-arrow {
        right: -15px;
    }
}

/* Estilos para la sección de resultados según la imagen de referencia */
section.hallazgosIndice {
    margin-top: 60px;
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}

section.hallazgosIndice .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

section.hallazgosIndice h2 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

section.hallazgosIndice h3 {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    /* margin: 40px 0 20px; */
}

.bajada-resultados p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
}

.wave-decoration {
    width: 100%;
    height: 50px;
    margin: 30px 0;
    position: relative;
}

.wave-decoration svg {
    width: 100%;
    height: 100%;
}

/* Estilos para el slider de hallazgos */
.hallazgos-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}

.hallazgos-slides {
    width: 100%;
    max-width: 400px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 10px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.05); */
}

.hallazgo-slide {
    display: none;
    width: 100%;
    padding: 30px;
    height: 500px; /* Altura fija para todos los slides */
    position: relative;
}

.hallazgo-slide.active {
    display: block;
}

.hallazgo-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.hallazgo-map,
.hallazgo-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hallazgo-map img,
.hallazgo-image img {
    max-width: 100%;
    max-height: 250px;
    object-fit: contain;
}

.hallazgo-data {
    text-align: center;
}

.hallazgo-indicator {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.indicator-arrow {
    margin-bottom: -5px;
}

.indicator-value {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 1;
}

.indicator-label {
    font-size: 18px;
    color: #000;
    margin-top: 5px;
}

.hallazgo-comparison {
    font-size: 28px;
    color: #999;
    margin: 10px 0;
}

.hallazgo-description {
    margin-top: 15px;
}

.hallazgo-description p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.hallazgos-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.hallazgos-arrow:hover {
    opacity: 0.7;
}

.hallazgos-arrow.prev-arrow {
    left: -30px;
}

.hallazgos-arrow.next-arrow {
    right: -30px;
}

.hallazgos-arrow svg {
    width: 30px;
    height: 30px;
    stroke: #000;
    stroke-width: 2px;
}

.hallazgos-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #000;
}

/* Línea decorativa horizontal */
.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 30px 0;
}

@media screen and (max-width: 768px) {
    .hallazgo-slide {
        height: auto;
        min-height: 450px;
    }

    .hallazgos-arrow.prev-arrow {
        left: 10px;
    }

    .hallazgos-arrow.next-arrow {
        right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .hallazgo-content {
        flex-direction: column;
    }

    .hallazgo-map,
    .hallazgo-image,
    .hallazgo-data {
        flex: 0 0 100%;
        padding-right: 0;
    }

    .hallazgo-map,
    .hallazgo-image {
        margin-bottom: 20px;
    }

    .indicator-value {
        font-size: 36px;
    }

    .hallazgo-comparison {
        font-size: 24px;
    }
}

section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-4 {
    background: #b0d229;
}
/*45-42*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-5 {
    background: #eae234;
}
/*42-20*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-6 {
    background: #f2d124;
}
/*40-35*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-7 {
    background: #eab11e;
}
/*35-30*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-8 {
    background: #ef7e17;
}
/*30-25*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-9 {
    background: #ef691d;
}
/*25-20*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-10 {
    background: #cd4330;
}
/*20-0*/
section.resultados-interna
    .content
    .tabla-resultados
    table#tabContenidos
    thead
    tr
    th
    .tag-destacado.tag-11 {
    background: #bd0303;
}

section.resultados-interna .content .content-resultados-pais .wrapper .tabs {
    padding-bottom: 20px;
    border-bottom: 1px solid #46babd;
}
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr
    td
    .icon-leyenda.promedio {
    background: url(../images/promedio.svg);
    background-size: cover;
}
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr
    td
    .icon-leyenda.distribucion {
    background: url(../images/distribucion.svg);
    background-size: cover;
}
section.resultados-interna
    .content
    .tabla-resultados
    table
    tbody
    tr
    td
    .icon-leyenda.puntaje {
    background: url(../images/puntaje.svg);
    background-size: cover;
}

.icon-leyenda {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .tabs
    .tab {
    display: inline-block;
    border: 1px solid #b6b6b6;
    border-radius: 6px;
    padding: 11px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #b6b6b6;
    margin-right: 15px;
    transition: all 0.3s ease;
    background: #fff;
    cursor: pointer;
    position: relative;
}

section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .tabs
    .tab.active,
section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .tabs
    .tab:hover {
    border-color: #46babd;
    color: #46babd;
}

section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .tabs
    .tab.active:before,
section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .tabs
    .tab:hover:before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    height: 22px;
    width: 0;
    border-left: 1px solid #46babd;
    transition: none;
}
section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .tab_content
    .tab_items_pais
    .content-tab
    .leyenda {
    display: block;
    margin: 30px 0;
}
section.resultados-interna .content .content-resultados-pais {
    position: relative;
}
section.resultados-interna .content .content-resultados-pais {
    position: relative;
}

section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .leyeda-iconos {
    position: absolute;
    top: 20px;
    right: 0;
}

section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .leyeda-iconos
    ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .leyeda-iconos
    ul
    li {
    margin-left: 30px;
    font-weight: 300;
    height: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
section.resultados-interna
    .content
    .content-resultados-pais
    .wrapper
    .leyeda-iconos
    ul
    li
    img {
    margin-right: 5px;
}
/*Responsive*/
@media screen and (max-width: 768px) {
    section#videos .content .slide-videos {
        max-height: initial;
        overflow: auto;
    }
    section#videos
        .content
        .slide-videos
        .slider.slider-nav
        .slick-list.draggable {
        max-height: initial;
        overflow-y: hidden;
    }
    section#resultados .content .bajada-resultados {
        width: 100%;
    }
    section#resultados .content .bajada-resultados h2,
    section#videos .content > h2 {
        font-size: 32px;
        text-align: center;
    }
    .header .menu-icon {
        display: inline-block;
    }
    section.resultados-interna
        .content
        .content-resultados-pais
        .wrapper
        .leyeda-iconos {
        position: relative;
        top: auto;
        right: auto;
        margin: 35px 0;
    }
    section.resultados-interna
        .content
        .content-resultados-pais
        .wrapper
        .leyeda-iconos
        ul
        li {
        margin-left: 0;
    }
    section.resultados-interna
        .content
        .content-resultados-pais
        .wrapper
        .tab_content
        .tab_items_pais
        .content-tab
        .leyenda
        img {
        width: 100%;
    }
    section.download-top .content .content-descarga > img {
        display: none;
    }
    section.download-top {
        background: url(../images/m_topDescargar.jpg) #020204;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        height: 155px;
        padding-top: 65px;
    }
    section.download-top .content .content-descarga h2 {
        font-size: 13px;
        margin: 0;
        margin-right: 13px;
    }
    section.resultados-interna {
        background: url(../images/m_topResultados.jpg) #fff;
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
    }
    section.resultados-interna .content {
        padding-top: 105px;
    }
    section.resultados-interna .content h2 {
        font-size: 32px;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 40px;
        width: 50%;
    }
    section.resultados-interna .content .descripcion {
        width: 100%;
        margin-bottom: 20px;
    }
    section.resultados-interna .content .descripcion img {
        width: 100%;
    }
    section.resultados-interna
        .content
        .tabla-resultados
        table#tabCabecera.tabCabecera.cabeceraSticky {
        display: none;
    }
    section.resultados-interna
        .content
        .tabla-resultados
        table
        tbody
        tr.separador-top
        td,
    section.resultados-interna
        .content
        .tabla-resultados
        table
        tbody
        tr.separador-bottom
        td {
        border-right: 0;
    }
    section.resultados-interna
        .content
        .tabla-resultados.ten-col
        table
        thead
        tr
        th:first-child,
    section.resultados-interna
        .content
        .tabla-resultados.ten-col
        table
        tbody
        tr
        td:first-child,
    section.resultados-interna
        .content
        .tabla-resultados.nine-col
        table
        thead
        tr
        th:first-child,
    section.resultados-interna
        .content
        .tabla-resultados.nine-col
        table
        tbody
        tr
        td:first-child {
        width: calc(100% - 87.5px);
    }
    .select-paises {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: flex-end;
        background: #fff;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    .select-paises .label p {
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #000000;
        margin-right: 10px;
    }

    .select-paises .content-select .content-select {
        background: #ffffff;
        border: 2px solid #d2007f;
        box-sizing: border-box;
        border-radius: 9px;
    }

    .select-paises .content-select select.listaPaises {
        background: url(../images/select.svg);
        background-repeat: no-repeat;
        background-position: right 7px center;
        border: 2px solid #d2007f;
        box-sizing: border-box;
        border-radius: 5px;
        height: 36px;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        -webkit-appearance: none;
        -moz-appearance: none;
        padding: 0 10px;
        min-width: 132px;
    }

    .select-paises .content-select select.listaPaises:focus {
        outline: none;
    }
    section#videos .content .slide-videos {
        flex-direction: column;
    }
    section#videos .content .slide-videos .slider.slider-for {
        width: 100%;
    }
    section#videos .content .slide-videos .slider.slider-for iframe {
        width: 100%;
        height: auto;
        min-height: 195px;
    }
    section#videos .content .slide-videos .slider.slider-nav {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: 0;
        padding-top: 40px;
        border-top: 1px solid;
    }
    section#videos .content .slide-videos .slider.slider-nav .item-nav {
        flex-direction: column;
    }
    section#videos
        .content
        .slide-videos
        .slider.slider-nav
        .item-nav
        .title-video {
        width: 100%;
    }
    section#videos
        .content
        .slide-videos
        .slider.slider-nav
        .item-nav
        .thumbnail {
        width: 100%;
        margin-right: auto;
        margin-bottom: 10px;
    }
    section#videos .content .slide-videos .slider.slider-nav .slick-dots {
        padding: 0;
        list-style: none;
        display: flex !important;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-top: 0px;
        margin-bottom: 0;
    }

    section#videos
        .content
        .slide-videos
        .slider.slider-nav
        .slick-dots
        li
        button {
        padding: 1px;
        width: 15px;
        height: 15px;
        font-size: 0;
        border-radius: 100%;
        border: 1px solid #000;
        background: transparent;
        margin: 0 5px;
        cursor: pointer;
    }

    section#videos
        .content
        .slide-videos
        .slider.slider-nav
        .slick-dots
        li.slick-active
        button {
        background: #46babd;
        border-color: #46babd;
    }
    section#videos .content .slide-videos .slider.slider-nav .slick-slide {
        margin: 0 10px;
    }
    section#videos .content .slide-videos .slider.slider-nav {
        margin: 0 -10px;
    }
    section.presentacion .content .presentation {
        position: relative;
        width: 90%;
        left: auto;
        top: auto;
        transform: none;
        margin: 0 auto;
        padding-top: 80px;
    }
    section.presentacion .content .presentation h1 {
        font-size: 32px;
    }
    section.presentacion .content .presentation h1 br {
        display: none;
    }
    section.presentacion .content .presentation .portada-indice {
        display: flex;
        width: 100%;
        margin: 0 auto;
        margin-right: auto;
        position: relative;
    }
    section.presentacion .content .presentation .portada-indice .portada {
        width: 151px;
        margin-right: 15px;
    }
    section.presentacion .content .presentation .portada-indice .desc-indice {
        width: calc(100% - 166px);
    }
    section.presentacion
        .content
        .presentation
        .portada-indice
        .desc-indice
        > p {
        font-size: 14px;
    }
    section.presentacion
        .content
        .presentation
        .portada-indice
        .desc-indice
        > p
        strong {
        font-weight: 500;
    }
    section.presentacion .content .presentation .solo-mobile {
        margin-top: 45px;
    }
    section.presentacion .content .presentation .solo-mobile > a {
        background: #d2007f;
        border-radius: 40px;
        color: #fff;
        padding: 15px 40px;
        display: block;
        width: 95%;
        text-align: center;
        font-size: 18px;
        margin: 0 auto;
    }
    section.presentacion .content .presentation .solo-mobile .share-btns {
        text-align: center;
        margin: 45px 0;
    }
    section.presentacion .content .presentation .solo-mobile .share-btns p {
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #ffffff;
    }
    section.presentacion .content .presentation .solo-mobile .share-btns div a {
        color: #46babd;
        font-size: 22px;
        margin-right: 20px;
    }
    section#resultados .content .content-hallazgos .cards .card.card-2,
    section#resultados .content .content-hallazgos .cards .card.card-3,
    section#resultados .content .content-hallazgos .cards .card.card-4,
    section#resultados .content .content-hallazgos .cards .card.card-5 {
        margin-top: 0;
        margin-bottom: 0;
    }
    section#resultados .content .content-hallazgos .cards .slick-dots {
        padding: 0;
        list-style: none;
        display: flex !important;
        align-items: center;
        align-content: center;
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 0;
        width: 100%;
    }

    section#resultados
        .content
        .content-hallazgos
        .cards
        .slick-dots
        li
        button {
        padding: 1px;
        width: 15px;
        height: 15px;
        font-size: 0;
        border-radius: 100%;
        border: 1px solid #000;
        background: transparent;
        margin: 0 5px;
        cursor: pointer;
    }

    section#resultados
        .content
        .content-hallazgos
        .cards
        .slick-dots
        li.slick-active
        button {
        background: #46babd;
        border-color: #46babd;
    }
    section#resultados .content .content-hallazgos .cards .slick-slide {
        margin: 10px;
    }
    section#resultados .content > h2 {
        font-size: 32px;
        margin: 0 auto;
        margin-top: 0;
        margin-bottom: 10px;
        width: 50%;
    }
    section#resultados .content .content-hallazgos > h3,
    section#resultados .content .content-analisis-paises > h3,
    section#resultados .content .content-analisis-demografico > h3 {
        font-size: 28px;
        text-align: center;
    }
    section#resultados .content .content-analisis-paises .content-tabs {
        position: relative;
        padding: 10px 0;
        /* border: 1px solid #000000; */
        box-sizing: border-box;
        border-radius: 9px;
    }
    section.resultados-interna
        .content
        .content-resultados-pais
        .wrapper
        .tabs
        .tab {
        padding: 11px;
        margin-right: 7px;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tabs {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        text-align: center;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tabs
        .tab {
        font-size: 13px;
        padding: 7px 9px;
        margin: 0 0 10px;
        display: inline-block;
    }
    footer .content .documentos .content-documentos .wrapper .tabs .tab {
        padding: 11px 10px;
        margin-right: 10px;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tabs
        .tab.active,
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tabs
        .tab:hover {
        font-size: 12px;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content {
        flex-direction: column;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .map
        img:nth-child(2) {
        position: relative;
        bottom: auto;
        left: 0;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper {
        position: relative;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .map {
        position: relative;
        max-width: 100%;
        overflow: hidden;
        text-align: center;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .map
        img:nth-child(2) {
        position: relative;
        bottom: auto;
        left: 5%;
        width: 90%;
        margin: 0 auto;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .map
        img:nth-child(1) {
        width: 60%;
        position: relative;
        margin: 0 auto;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .datos {
        width: 90%;
        position: relative;
        margin-left: 10%;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .leyenda-mobile {
        width: 90%;
        margin: 0 auto;
    }

    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .leyenda-mobile
        img {
        width: 100%;
    }
    section#resultados
        .content
        .content-analisis-paises
        .content-tabs
        .wrapper
        .tab_content
        .tab_item
        .tab_item_content
        .datos
        table {
        margin: 25px 0;
    }
    .btns-verpaises.solo-mobile {
        width: 100%;
        text-align: center;
    }
    .btns-verpaises.solo-mobile a {
        font-family: "Inter Tight", sans-serif;
        background: white;
        border-radius: 34.5319px;
        font-weight: 400;
        gap: 10px;
        font-size: 18px;
        line-height: normal;
        text-align: center;
        color: #000;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 15px 20px;
        border: 1px solid #000;
        transition: all 0.3s ease;
        cursor: pointer;
        width: fit-content;
        margin: 30px auto 0px;
    }
    section#metodologia .content > h2 {
        font-size: 32px;
    }
    section#metodologia .content .content-metodologia {
        flex-direction: column;
    }
    section#metodologia .content .content-metodologia .desc-metodologia {
        width: 100%;
    }
    section#metodologia .content .content-metodologia .tabs-metodologia {
        width: 100%;
        padding: 25px;
    }
    section#metodologia
        .content
        .content-metodologia
        .tabs-metodologia
        .tabs-indice
        .wrapper
        .tabs
        .tab {
        padding: 4px 11px;
        margin-right: 2px;
    }
    section#metodologia
        .content
        .content-metodologia
        .tabs-metodologia
        .tabs-indice
        .wrapper
        .tab_content
        .tab_items
        .content-tab
        table
        thead
        tr
        th:first-child {
        width: 115px;
    }
    section#metodologia
        .content
        .content-metodologia
        .tabs-metodologia
        .tabs-indice
        .wrapper
        .tab_content
        .tab_items
        .content-tab
        table
        thead
        tr
        th {
        font-weight: normal;
        font-size: 14px;
    }
    section#metodologia
        .content
        .content-metodologia
        .tabs-metodologia
        .tabs-indice
        .wrapper
        .tab_content
        .tab_items
        .content-tab
        table
        tbody
        tr
        td:first-child {
        padding-right: 10px;
    }
    section#metodologia
        .content
        .content-metodologia
        .tabs-metodologia
        .tabs-indice
        .wrapper
        .tabs
        .tab.active {
        font-size: 13px;
    }
    section#notas .content > h2,
    section#estudios .content > h2 {
        font-size: 32px;
    }
    section#notas .content {
        padding-bottom: 120px;
    }
    section#estudios .content {
        padding-bottom: 60px;
    }
    section#estudios .content .slide-estudios .slick-slide .nota a {
        display: block;
    }
    section#estudios .content .slide-estudios .slick-slide .nota a .image-card {
        width: 100%;
    }
    section#estudios
        .content
        .slide-estudios
        .slick-slide
        .nota
        a
        .image-card
        img {
        width: 100%;
    }
    section#estudios .content .slide-estudios .slick-slide .nota a .info-card {
        width: auto;
    }
    section#estudios .content .slide-estudios .slick-slide .nota a h3 {
        color: #000;
        font-family: "Inter Tight";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    section#estudios .content .slide-estudios .slick-slide .nota a p {
        color: #000;
        font-family: "Inter Tight";
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    section#estudios .content .slide-estudios .slick-slide .nota a span {
        font-size: 16px;
    }
    footer {
        /* background: url(../images/m_footer.jpg) #f4f4f4; */
        background-size: 100%;
        background-position: center bottom -2px;
        background-repeat: no-repeat;
        min-height: auto;
        display: flex;
        align-items: flex-end;
        align-content: center;
        justify-content: center;
    }
    footer .content .documentos .content-documentos {
        width: 100%;
        margin-left: auto;
    }
    footer .content .documentos .content-documentos h2 {
        font-size: 32px;
        text-align: left;
    }
    footer .content .documentos .content-documentos > p {
        font-size: 18px;
    }
    footer .content .documentos .content-documentos .btns-cta {
        flex-direction: column;
        width: 80%;
        margin: 27px auto 0;
    }
    footer .content .documentos .content-documentos .btns-cta a {
        width: 100%;
        padding: 12px 18px;
        min-height: 118px;
        margin-bottom: 15px;
    }
    footer .content .copy {
        padding-bottom: 35px;
        padding-top: 0px;
        text-align: center;
    }
    footer .content .copy a {
        justify-content: center;
    }
    footer .content .copy a img:nth-child(2) {
        margin-left: 10px;
        max-width: 150px;
    }
    section.presentacion .content .next-section {
        position: relative;
        bottom: 10px;
        width: 100%;
        text-align: center;
    }
    section#resultados
        .content
        .content-analisis-demografico
        .slide-demografico {
        margin: 0 auto;
    }
    section#resultados
        .content
        .content-analisis-demografico
        .slide-demografico
        .slick-slide
        .item-demografico {
        padding: 20px;
        min-height: 392px;
    }
    section#resultados
        .content
        .content-analisis-demografico
        .slide-demografico
        .slick-slide
        .item-demografico
        .imagen-card {
        text-align: center;
        overflow: hidden;
    }

    section {
        overflow: hidden;
    }
    footer.foot-interna {
        background: url(../images/m_int_footer.jpg) #fff;
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        min-height: 75vh;
        display: flex;
        align-items: flex-end;
        align-content: center;
        justify-content: center;
    }
    section#resultados
        .content
        .content-analisis-demografico
        .slide-demografico
        .slick-dots
        li
        button,
    section#notas .content .slide-notas .slick-dots li button,
    section#estudios .content .slide-estudios .slick-dots li button {
        margin: 0 5px;
    }
    section#resultados .content .content-hallazgos .cards .card {
        height: 400px;
    }
    section#resultados
        .content
        .content-analisis-demografico
        .slide-demografico
        .slick-dots {
        margin-top: 10px;
    }
    section#resultados .content .content-analisis-demografico {
        margin-bottom: 85px;
    }
}

@media screen and (min-device-width: 1800px) {
    section.download-top {
        height: 200px;
        padding-top: 90px;
    }
    footer .content .documentos .content-documentos {
        /* width: 37%; */
        /* margin-left: auto; */
        /* margin-right: 5%; */
        margin-bottom: 5%;
    }
    section.presentacion {
        height: 632px;
    }
    section.presentacion .content .presentation {
        position: absolute;
        width: 50%;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
    }
    section.presentacion .content .next-section {
        position: absolute;
        bottom: 25%;
        width: 100%;
        text-align: center;
    }
    section.download-top .content .content-descarga h2 {
        font-size: 18px;
    }
}
