body{
    background-color: #f8f5e9 !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .home section:not(.first, .fourth), .contentFirst, .region{
        max-width: 1260px;
        margin: 0 auto;
        /*padding-left: 100px;*/
    }
}

@media only screen and (min-width: 1441px) {
    .home section:not(.first), .contentFirst{
        max-width: 1440px;
        margin: 0 auto;
         /*padding-left: 100px;*/
    }
}

.principalTitle{
    margin-bottom: 14px;
    color: rgba(248, 246, 234, 1);
}

.textIntroStatic{
    height: 0%;
    opacity: 0;
    color: rgba(248, 246, 234, 1);
}

.audMas{
    font-family: "Bitter";
    font-weight: 600;
}

.bajada{
    font-family: "Lato";
    font-size: 42px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 45px;
}

.fuente{
    color: #FFF;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
}

.fuenteMx{
    color: #1F1F1F;
font-family: Lato;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 140%; /* 22.4px */
}

.slide-out-top {
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.3s both;
    animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) 0.3s both;
    transform: translate(0%, 90%);
}

@-webkit-keyframes slide-out-top {
    0% {
        height: 0%;
        opacity: 0;

    }
    
    100% {
        height: 170px;
        opacity: 1;
    }
}

@keyframes slide-out-top {
    0% {
        height: 0%;
        opacity: 0;
    }

    100% {
        height: 170px;
        opacity: 1;
    }
}

.first .contentFirst{
    display: flex;
}

.subContent{
    width: 60%;
}

.contentImgCirclePhone{
    width: 40%;
}

.imgCirclePhone{
    position: relative;
    width: 100%;
    height: auto;
    transform: rotate(17deg);
}


.first {
    margin: 0 auto;
    padding: 70px 20px 0 20px;
    background-image: url("../img/bg_first_section.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #f8f5e9;
    overflow: hidden;
}

.titleSlogan{
    font-family: "Bitter";
    font-size: 64px;
    line-height: 65px;
    font-weight: initial;
    color: #009490;
    margin-top: 89px;
    margin-bottom: 20px;
}

.bajada-2{
    font-family: "Lato";
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color:#1F1F1F
}

.titleFourth{
    color: #009490;
font-family: Bitter;
font-size: 25px;
font-style: normal;
font-weight: 800;
line-height: normal;
    margin-bottom: 20px;
}

.listas{
    display: flex;
}

/*.enArgentina{
    display: flex;
    align-items: center;
}*/

.cardBar{
    width: 80%;
}

.listCards{
   display: grid;
  grid-template-columns: 4fr 2fr 1fr;
  margin-bottom: 35px;
  align-items: center;
}

.secondList .listCards {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    margin-bottom: 45px;
}

.second .container .listCards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    margin-bottom: 45px;
}

.column2{
    width: 60%;
}

.column2 .listCards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    margin-bottom: 45px;
    justify-items: center;
}

.column2 .listCards:first-child{
    background-image: url(https://img.cronista.com/files/image/874/874309/6682ec0de21c1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.card{
    max-width: 180px;
    display: flex;
    flex-direction: column;
    font-family: 'Lato';
    color: rgba(0, 148, 144, 1);
    text-align: center;
}

.sixth .container-third{
    flex-direction: column;
}
.sixth .columnTitle{
    padding:0 0 50px;
    /* text-align: center; */
}
.cardList{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
.card--inter{
    max-width: 25%;
    padding: 0;
}
.card--inter .block1{
    border-top: 5px solid #009490;
}
.card--inter .block1, .card--inter .block2{
    background: #fff;
    box-shadow: 3px 1px 3px 1px #c7c7c7;
}
.card--inter .block2{
    margin-top: 7px;
    padding: 5px;
}
.card--inter .titleCard{
    color: #000;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0;
    margin: 0;
}
.card--inter .number{
    font-family: 'Bitter', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
}
.card--inter .subtitleCard{
    font-family: 'Bitter', sans-serif;
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
    /* border-top: 5px solid #f8f5e9; */
}

/*.number, .titleCard{
    flex: 1;
    display: flex;
    align-items: center;
}*/
.number {
    font-size: 64px;
    font-weight: 700;
    line-height: 100.8px;
    margin: 0 auto auto auto;
}
.titleCard {
    font-family: "Bitter";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: rgba(55, 99, 174, 1);
    margin-bottom: 4px;
}

.subtitleCard{
    font-family: 'Lato', Courier, monospace;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    color: rgba(136, 138, 141, 1);
    text-transform: uppercase;
}

.columnTitle{
    color: #3763AE;
    font-family: Bitter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer-card{
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: right;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.14);
    padding: 20px;
    margin: 0 -20px;
}

.second, .region{
    text-align: center;
    padding: 50px 20px 25px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.second .container{
    display: flex;
    flex-direction: row;
    align-items: start;
}

.second span, .enArgentina span{
    font-family: "Lato";
    font-size: 14px;
}

.listSocial {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
    margin-bottom: 45px;
}

.titleRedes{
    font-size: 36px;
    font-weight: 600;
     margin-top: 60px;
    margin-bottom: 43px;
    color: #3763AE;;
    text-align: left;
    width: 100%;
}

 
.socialNetworks {
    width: calc(203px - 10px);
    height: 71px;
    border-radius: 8px;
    background: linear-gradient(to bottom right, rgba(47, 189, 186, 1), rgba(55, 99, 174, 1));
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(241, 240, 221, 1);
    font-family: 'Lato';
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    margin-right: 10px;
    padding: 0 10px;
    box-shadow: 0px 3px 17px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 17px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 17px -9px rgba(0, 0, 0, 0.75);
}

.logoSocial{
    margin-right: 15px;
    width: 30px;
    height: auto;
}

.logoSocial.fb{
    /* width: 11px; */
    width: 17px;
    height: auto;
}

.third {
    margin: 0;
    padding: 0px 20px 20px 20px;
    background-image: url(../img/bg4.png);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #f8f5e9;
}

.third .titleThird{
    font-size: 64px;
    font-weight: 600;
    line-height: 76.8px;
    color: rgba(0, 148, 144, 1);
    margin-bottom: 61px;
}

.parrafoThird{
    font-family: "Lato";
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 25px;
}

.container-third{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
   /* align-items: start;*/
    padding-top: 50px;
}

/*.cardThird{
    width: 298px;
    height: 194px;
    border-radius: 8px;
    background: linear-gradient(to bottom right, rgba(47, 189, 186, 1), rgba(55, 99, 174, 1));
    padding: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    font-family: 'Lato';
    color: rgba(248, 246, 234, 1);
}

.cardThird .number {
    font-size: 72px;
    margin: 0 auto;
}

.cardThird .number,
.cardThird .titleCard{
    flex: 0
}

.cardThird .footer-card {
    padding: 10px 20px;
    text-align: left
}

.cardThird .footer-card h4{
    text-transform: uppercase;
}
*/
.third{
    padding: 70px 20px 20px 20px;
    background-color: #f8f5e9;
}
 

.grafico img{
    width: 12px;
    height: auto;
}

.container-fourth{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 50px;
}

.container-statistics{
    display: flex;
    justify-content: center;
}

.statistics{
    width: 360px;
    height: 360px;
    margin: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rotate-center {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
    border-radius: 100%;
    background-image: url(../img/ellipse.png);
    background-size: 108%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(242, 240, 240, 1);
    position:absolute;
    z-index: 1;
    width: 100%;
    top:0;
    bottom: 0;
    left:0;
}

.results{
    width: 272px;
    height: 272px;
    border-radius: 100%;
    background-color: rgba(49, 190, 187, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.percent{
    font-size: 70px;
    font-weight: 700;
    line-height: 100.8px; 
    color: rgba(241, 240, 221, 1);
}

.dif{
    font-size: 40px;
    font-weight: 700;
    line-height: 57.6px;
    color: rgba(0, 148, 144, 1);
}

.column1{
    width: calc(50% - 40px);
    margin: 40px 40px 0 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fifth{
    display: flex;
    align-items: center;
    justify-items: center;
}

.hombre .progessBar{
    background-color: rgba(0, 148, 144, 1);
}

.mujer .progessBar{
    background-color: rgba(199, 229, 205, 1);
}

.hombre, .mujer{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato';
    font-size: 84px;
    font-weight: 700;
    line-height: 100.8px;
    padding: 100px 20px;
    position: relative;
    z-index: 1;
}

.dataChart{
    display: flex;
    position: relative;
    z-index: 1;
    font-size: 70px;
}

.progessBar{
    position: absolute;
    width: 0%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.progessBar-animation{
    transition: width 0.5s ease-in-out;
    -webkit-animation: progessBar-animation 0.6s ease-in-out both;
        animation: progessBar-animation 0.6s ease-in-out both;
}

/*.cardBar{
    display: flex;
    align-items: stretch;
    justify-content: center;
}*/

.cardMetric{
    /*display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 8px;
    padding: 47px 31px;
    width: calc(50% - 51px);
    margin-right: 20px;
    */
    background-color: rgba(255, 255, 255, 0.2);
    padding: 25px 34px;
    border-radius: 8px;
    box-shadow: 1px 10px 22px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: 1px 10px 22px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 1px 10px 22px 0px rgba(0, 0, 0, 0.32);
    margin-bottom: 49px;
}

.graficoGrupo{
    display: flex;
    gap:11px
}

.bar{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #D9D9D9;
    height: 25px;
    width: calc(100% - 10px);
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    border-radius: 50px;
background: #D9D9D9;
box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25), 0 1px 4px 0 rgba(0, 0, 0, 0.15) inset;
}

.charge{
    width: 50%;
    display: block;
    height: calc(100% + 8px);
    background-color: #009490;
    border-radius: 20px;
    margin-left: -10px;
    margin-right: 10px;
}
/**indicador edad y género**/
.age .grafico:nth-child(odd) .charge{
    width: 85%;
}
.age .grafico:nth-child(even) .charge {
    width: 15%;
}
.gender .grafico:nth-child(odd) .charge {
    width: 51%;
}
.gender .grafico:nth-child(even) .charge {
    width: 49%;
}
.grafico{
    display: flex;
    align-items: center;
    flex: 1;
}
.grafico span{
    color: #000;
font-family: Bitter;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.bar span{
    color: #000;
    font-family: Lato;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.imgSecondMobile {
    display: none;
}

@-webkit-keyframes progessBar-animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes progessBar-animation {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.btnDetalles{
    border-radius: 8px 8px 0 0;
    background: #FFFF6A;
    max-width: 136px;
    margin:0 auto;
    padding: 5px 10px;
    color: #1F1F1F;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
}

.btnDetalles .btnTextDetalle{
    margin-left: 5px;
    cursor: pointer;
}

.titleRegion{
    color: #3763AE;
    font-family: Bitter;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    top: 104px;
}

.container-map {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    max-width: 1000px;
    align-items: end;
  }

  .mapa {
    position: relative;
  }

   .mapa img {
    position: relative;
    left: 33px;
    top: 46px;
  }

  .grid-boxes {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    grid-template-rows: repeat(2, 125px);
    gap: 16px;
  }

  .grid-boxes > *:nth-child(1) { grid-column: 2; }
.grid-boxes > *:nth-child(2) { grid-column: 3; }
.grid-boxes > *:nth-child(3) { grid-column: 1; }

  .box {
    background: transparent;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(0, 148, 144, 1);
    font-family: "Lato";
    font-size: 64px;
    font-weight: 700;
    width: 193px;
  }

  /* Ajustar tamaños como en la imagen */
 
  .box span{
    font-family: "Bitter";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    color: rgba(55, 99, 174, 1);
    margin-bottom: 4px;
  }

  .box span.secondSpan{
    font-family: 'Lato', Courier, monospace;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.6px;
    color: rgba(136, 138, 141, 1);
    text-transform: uppercase;
    display: block;
  }

@media only screen and (max-width: 600px) {

    .container-map{
        display: block;
        width: 100%;
    }

    .titleRegion{
        position: static;
        margin-bottom: 19px;
    }

    .grid-boxes > *:nth-child(1),.grid-boxes > *:nth-child(2),.grid-boxes > *:nth-child(3) { grid-column: initial; }
  .box {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
  }

  .box span {
    font-size: 18px;
    line-height: 25px;
  }

  .grid-boxes {
  grid-template-columns: repeat(2, 1fr);
}

.box{
    width: initial;
}

/* Centrar el último box (Norte) */
.box:last-child {
  grid-column: 1 / span 2;
  justify-self: center;
  width: 50%;
}

.mapa {
  position: relative;
  background: url('tu-mapa.png') center center no-repeat;
  background-size: contain;
  width: initial;
  height: initial;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-regiones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, auto);
  gap: 15px;
  width: 100%;
  max-width: 400px;
}

    .mapa img{
        position: absolute;
        top: 105px;
        left: 25px;
        max-width: 328px;
    }

    .first .contentFirst{
        display: block;
    }
    .enArgentina {
        width: 100%;
        margin-right: 0px;
    }

    .fourth {
        padding: 20px 0px 20px 0px;
    }

    .second {
        padding: 20px 20px 25px 20px;
        display: block;
    }

    .container-third{
        padding-top: 0;
    }

    .columnTitle {
        text-align: center;
        grid-column: 1 / -1;
        padding: 0px;
        margin-bottom: 49px;
    }

    .titleSlogan{
        font-size: 38px;
        line-height: 38px;
        margin-top: 16px;
    }

    .number {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .listas {
        display: block;
    }

    .imgCirclePhone, .imgSecond{
        display: none;
    }

    .site-header {
        background-image: url(https://img.cronista.com/files/image/875/875115/6683eae828d81.jpg);
    }

    .textIntroStatic.slide-out-top {
        padding: 0 10px;
        transform: translate(0%, 0%);
        bottom: 50%;
        position: absolute;
        overflow: inherit;
    }
    .site-header.headerHome{
        height: 75vh;
    }
    .socialNetworks{
        padding: 0 20px;
    }
    .logoSocial.fb{
        width: 20px;
    }
    .logoSocial.ig{
        width: 36px;
    }


    .textIntroStatic.slide-out-top br {
        display: none;
    }

    .textIntroStatic .bajada{
        color: #F8F6EA;
        font-family: Bitter;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .imgLogoMobileIntro{
        width: 180px;
        height: 30px;
    }

    .menuHeader{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        position: relative;
        z-index: 2;
        background-color: #009490;
    }

    .cardBar{
        display: block;
        width: 100%;
        margin-bottom: 25px;
    }
    .cardMetric {
        width: 100%;
        margin-bottom: 20px;
    }

    .slide-out-top{
        position: static;
    }

    .textIntro {
        bottom: 0;
        margin-bottom: 37px;
        padding-left: 24px;
    }

    .principalTitle {
        font-size: 48px;
        font-weight: 400;
        line-height: 50px;
        margin: 0 auto 20px auto;
    }

    .listCards, .secondList .listCards {
        grid-template-columns: repeat(2, 1fr);
    }

    .second .container .listCards{
        gap: 65px;
    }

    .card{
        width: 100%;
        margin: 0 auto;
    }

   .secondList .card {
        padding: 0;
    }

    .column1,
    .column2,  .container-third,
    .container-fourth, .fifth{
        display: block;
    }

    .mobileBoxRedes{
        display: flex;
        align-items: center;
    }

    .imgSecondMobile{
        display: block;
    }

    .listSocial{
        grid-template-columns: repeat(2, 1fr);
    }

    .titleRedes{
        text-align: center;
        margin-bottom: 25px;
    }
        
    .socialNetworks{
        width: 100%;
        margin: 0 auto 10px auto;
    }

    .column1, .column2, .hombre,
    .mujer{
        width: 100%;
        margin: 0;
    }

    .column1{
        padding: 0;
        margin-bottom: 30px;
    }

    .column2.listCards{
        width: 100%;
        margin-bottom: 20px;
    }

    .cardThird{
        margin: 0 auto 20px auto;
    }

    .statistics {
        width: 190px;
        height: 190px;
        margin: 10px auto;
    }
    .results {
        width: 140px;
        height: 140px;
    }
    .percent {
        font-size: 41px;
        font-weight: 700;
        line-height: 54.8px;
        color: rgba(241, 240, 221, 1);
    }
    .dif {
        font-size: 32px;
        font-weight: 700;
        line-height: 34.6px;
        color: rgba(0, 148, 144, 1);
    }

    .graficoGrupo{
        flex-direction: column;
    }

    .third .titleThird{
        text-align: left;
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 35px;
        white-space: nowrap;
        font-weight: 500;
    }
    .third .titleThird br{
        display: none;
    }
    .textIntro img {
        margin-bottom: 20px;
        width: 226px;
        height: auto;
    }

    h1 {
        font-size: 22px;
        font-weight: 400;
        line-height: 28px;
        margin: 0;
        color: #fff;
    }
    
    .fourth .titleFourth {
        font-size: 40px;
        line-height: 37.8px;
        margin-bottom: 35px;
    }

    .contetCustom{
        padding: 0;
    }

    .bajada-2{
        margin-bottom: 49px;
    }
    .second .container{
        flex-direction: column;
        align-items: center;
    }
    .sixth .columnTitle{
        padding: 0 20px 20px;
        margin-bottom: 0;
    }
    .cardList{
        flex-wrap: wrap;
    }
    .card--inter{
        max-width: 50%;
        padding: 10px;
    }
    .card--inter .subtitleCard{
        font-size: 14px;
    }

    .subContent{
        width: 100%;
    }
}

@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: portrait) {

    .listSocial {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .number {
        font-size: 50px;
    }

    .socialNetworks{
        margin-right: 0;
    }

    .titleSlogan {
        font-size: 40px;
        line-height: 44px;
    }

    .bajada-2 {
        font-size: 16px;
        line-height: 21px;
    }

    .fourth {
        padding: 50px 20px 20px 20px;
    }

    .container-third{
        padding: 0;
    }

    .imgSecond{
        width: 300px;
        height: auto;
    }

    .home section:not(.first),
    .contentFirst {
        padding-left: 0px;
    }

    .home section:not(.first){
        justify-content: center;
    }
  
}


@media only screen and (min-width: 720px) and (max-width: 1080px) and (orientation: landscape) {


 

    .number {
        font-size: 50px;
    }

    .imgSecond {
        width: 300px;
        height: auto;
    }

    .home section:not(.first),
    .contentFirst {
        padding-left: 0px;
    }

    .home section:not(.first) {
        justify-content: center;
    }

}


 