:root {
    --negro: #000000;
    --blanco: #FFFFFF;
    --trans: transparent;
    --azul: #003B64;
    --amarillo: #E3AB00;
    --beige: #F4F1EA;
    --beige2: #FCFBFA;
    --celeste: #379F9E;
    --fuentePrin: 'Helvetica Neue', sans-serif;
    --fuenteSec: 'BenHand';
}



body {
    color: var(--beige);
    font-family: var(--fuentePrin);
}

.fondo {
    background-color: var(--azul);
    border-radius: 0px 0px 64px 64px;
    z-index: 2;
    position: relative;
}


/* bloque 1
--------------------------------------------- */
.sec1_inte {
    padding: 250px 0px 130px;
    background-size: 770px;
    background-position: right 650px;
    background-repeat: no-repeat;
}

.titAnim em {
    font-style: normal;

}

.sec1_inte header {
    width: 900px;
    margin: 0 auto;
}

.sec1_inte header .tit {
    color: var(--beige);
    text-align: center;
    font-family: var(--fuentePrin);
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 55px;
}

.sec1_inte header .parr {
    color: var(--beige);
    text-align: center;
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 100px;
}

.sec1_inte .col1,
.sec1_inte .col2 {
    width: 50%;
}

.sec1_inte .visor {
    width: 100%;
    height: 790px;
    background-size: cover;
    overflow: hidden;
    border-radius: 16px;
    padding: 45px;
    justify-content: flex-end;
    flex-direction: column;
}


.sec1_inte .tit {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 40px;
}

.sec1_inte .link-visor {
    width: 73px;
    height: 40px;
    display: block;
    border-radius: 150px;
    background-color: var(--celeste);
    padding: 12px 14px;
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 70%;
    text-decoration: none;

}

.sec1_inte .col2 {
    padding-left: 160px;
}

.sec1_inte .col2 .parr,
.sec1_inte .col2 .parr p {
    color: var(--blanco);
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
    margin-bottom: 30px;
}

.sec1_inte .col2 .tit-destacado {
    color: var(--beige);
    text-align: center;
    font-family: var(--fuentePrin);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin: 50px 0 40px;
}

.sec1_inte .col2 .info {
    gap: 10%;
    margin-bottom: 50px;
}


.sec1_inte .col2 .box {
    width: 50%;
}

.sec1_inte .col2 .box .num {
    color: var(--blanco);
    text-align: center;
    font-family: var(--fuentePrin);
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%;
}


.sec1_inte .col2 .box .zonas {
    color: var(--blanco);
    text-align: center;
    font-family: var(--fuentePrin);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.sec1_inte .col2 .box .zonas p{
   margin-bottom: 0px;
}

@media (max-width:1699px) {
.sec1_inte .col2 .tit-destacado {
    font-size: 24px;
}

.sec1_inte .col2 {
    padding-left: 70px;
}
.sec1_inte .visor {
       height: 820px;
}
}







@media (max-width:1399px) {
    .sec1_inte .col2 {
        padding-left: 60px;
    }
}


@media (max-width:991px) {
    .sec1_inte header {
        width: 100%;
    }

    .sec1_inte .fila {
        flex-direction: column;
    }

    .sec1_inte .col1,
    .sec1_inte .col2 {
        width: 650px;
        margin: 0 auto;
    }

    .sec1_inte .col2 {
        margin-top: 100px;
        padding-left: 0px;
    }

}


@media (max-width:991px) {
    .sec1_inte header {
        width: 100%;
    }

    .sec1_inte {
        background-position: calc(100% + 170px) calc(100% - 350px);
      
    }
}

@media (max-width:767px) {
    .sec1_inte header .tit {
        font-size: 55px;
    }

    .sec1_inte .col1,
    .sec1_inte .col2 {
        width: 100%;
    }
}

@media (max-width:500px) {
    .titAnim em {
        display: block;
    }

    .sec1_inte header .tit {
        font-size: 59px;
    }

    .sec1_inte header .parr {
        font-size: 16px;
    }

    .sec1_inte {
        padding: 200px 0px 30px;
    }

    .sec1_inte header .tit {
        margin-bottom: 50px;
    }

    .sec1_inte header .parr {
        margin-bottom: 115px;
    }

    .sec1_inte .col2 {
        margin-top: 60px;
    }

    .sec1_inte .col2 .info {
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .sec1_inte .col2 .box {
        margin-bottom: 30px;
    }

    .sec1_inte .visor {
        background-position: top center;
    }

    .sec1_inte .col2 .parr,
    .sec1_inte .col2 .parr p {
        font-size: 16px;
    }

    .sec1_inte .col2 .tit-destacado {
        font-size: 22px;
    }

    .sec1_inte .col2 .box .num {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .sec1_inte .col2 .box {
        width: 80%;
    }

    .sec1_inte .col2 .box .zonas {
        font-size: 16px;
    }
    .sec1_inte {
        background-size: 390px;
    }
}

@media (max-width:380px) {
    .sec1_inte header .tit {
        font-size: 50px;
    }

}


/* bloque 2
--------------------------------------------- */
.sec2_inte {
    padding-bottom: 157px;
    overflow: hidden;
}


.carrusel img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.carr-cont li:nth-child(odd) {
    width: 610px;
    height: 459px;
}

.carr-cont li:nth-child(even) {
    width: 610px;
    height: 459px;
    padding: 57px 75px;
}

.carrusel ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

@media (max-width:1199px) {
    .sec2_inte {
        padding-bottom: 110px;
    }

    .carr-cont li:nth-child(odd) {
        width: 358px;
        height: 268px;
    }

    .carr-cont li:nth-child(even) {
        width: 358px;
        height: 268px;
        padding: 12px 16px;
    }
}

@media (max-width:500px) {
    .sec1_inte .visor {
        height: 560px;
    }

    .sec1_inte .tit {
        font-size: 36px;
    }

    .sec1_inte .link-visor {
        font-size: 17px;
        width: 63px;
        height: 35px;
    }

    .sec1_inte .visor {
        padding: 25px;
        padding-right: 50px;
    }

    .sec1_inte .tit {
        margin-bottom: 25px;
    }

    .modal-content {
        padding: 0 !important;
        width: 100% !important;
        height: 70% !important;
    }
}


/* visor cartográfico modal box
--------------------------------------------- */
.btn {
  transition: filter .15s ease-in-out;
  cursor: pointer;
  border: none;
}

.btn:hover {
 filter: brightness(1.1); 
}


.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 99;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  /*padding: 2rem 2.5rem;*/
  padding: 0;
  /*width: 30em;*/
  width: 80%;
  height: 80%;
  border-radius: 0.5rem;
  max-width: 1130px;
  height: 650px;
}
.close-button {
  float: right;
  width: 1.5rem;
  font-size: 1.2em;
  line-height: 1;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
  background-color: var(--clr-neutral);
  color: var(--clr-dark);
  transition: color 0.12s ease-in-out;
}
.close-button:hover {
  color: var(--clr-main);
}
.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

iframe.iframe_visor {
    border: none;
}

