@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

@view-transition {
  navigation: auto
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px; /* aplica a todos los saltos con hash */
}

.Protest-Strike-Regular {
  font-family: "Protest Strike", serif;
  font-weight: 400;
}

p{
  orphans: 3;
  widows: 3;
  page-break-after: avoid;
  font-family: "Inter", sans-serif!important;
}

h3.titulos {
  font-family: "Protest Strike", sans-serif;
  font-size: 2.4em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.web-sii .row {
  margin: 0;
}

img.icono_impuesto {
  width: 65px!important;
}

section.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  background-color: #8ab4cd;
  min-height: 100dvh;
  background-image: url("../img/bg_avaluaciones2.png");
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  grid-template-areas:
  "topnav topnav topnav"
  "header header header"
  "content content content"
  "footer footer footer"
  "botonera botonera botonera"
  "beneficios beneficios beneficios"
  "solicitudes solicitudes solicitudes"
  "reavaluo reavaluo reavaluo"
  "cartografia cartografia cartografia"
  "secciones secciones secciones"
}

/* 
.grid-container menu{
  grid-area: menu;
  display: flex;
  margin: 0;
  padding: 0;
  height: 55px;
  justify-content: center;
}*/

.grid-container header{
  grid-area: header;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.grid-container main {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 30px 0;
  background-color: #8ab4cd;
}

.grid-container aside {
  grid-area: footer;
  display: flex;
  flex-direction: column;
  background-image: url("../img/bg_impuesto_territorial_02.png"), linear-gradient(to bottom, rgba(140, 181, 206, 0.75) 0%, rgba(168, 199, 216, 0.8) 57%, rgba(162, 195, 212, 0.82) 88%, rgba(163, 196, 213, 0.83) 96%, rgba(163, 196, 213, 0.4) 99%, rgba(156, 192, 210, 0.25) 100%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.grid-container section.como_se_determina_valor_a_pagar {
  grid-area: botonera;
  background: linear-gradient(to bottom, #72a5c3 0%,#84cd91 100%);
}

.grid-container section.beneficios {
  grid-area: beneficios;
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #ffffff 0%,#bbd0d075 100%);
}

.grid-container section.solicitudes {
  grid-area: solicitudes;
  display: flex;
  flex-direction: column;
  background-image: url("../img/bg_mapa.svg");
  background-color: #fff;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-container section.reavaluo {
  grid-area: reavaluo;
  background-color: #d3dce0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.grid-container section.cartografia {
  grid-area: cartografia;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.grid-container section.secciones {
  grid-area: secciones;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: linear-gradient(to bottom,  rgba(114,165,195,0.06) 0%,rgba(114,165,195,0.25) 1%,rgba(114,165,195,0.25) 99%,rgba(114,165,195,0.06) 100%);
  background-color: #fff;
}

section.top{
  grid-area: topnav;
  position: sticky;
  top: 0;
  left: 50%;
  transform: translateX(-0);
  z-index: 4;
  margin-bottom: 50px;
  display: flex;
}


.web-sii footer {
  margin: 0;
}

.mm-menu.mm-offcanvas{
    z-index: 5;
}

.topnav {
  background-color: #153252;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  border-radius: 0 0 20px 20px;
  margin: 0 auto;
  padding: 0;
  height: 55px;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  /* width: 650px; */
  /* backdrop-filter: blur(8px); */
}

.topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  font-family: 'Inter', sans-serif;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  text-align: center;
}

.topnav ul li a{
  color: #fff!important;
  text-align: center;
  font-size: 1em;
}

.content {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 40px;
}

.contenido_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.contenido_header img{
  height: 350px;
  margin: 0;
  padding: 0;
}

.texto_header {
  display: flex;
  flex-direction: column;
}

.texto_header h3{
  font-family: "Protest Strike", sans-serif;
  font-size: 3.5em;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #0e2b46;
}

.bajada_header h5 {
  font-family: "Protest Strike", sans-serif;
  font-size: 1.5em;
  color: #0e2b46;
}

/*--------------- main: que_es_contenido -------------------*/

.que_es_contenido {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
}

.que_es_llamado{  
  width: 40%;
  display: flex;
  flex-direction: column;
}

.que_es_texto{
  display: flex;
  flex-direction: column;
}

.que_es_texto p{
  color: #0e2b46;
  margin: 0;
}

p.ultimo_parrafo::after{
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background: #fff;
  margin-top: 20px;
}

/*--------------------- Popup ------------------*/

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000b3;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 3;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin: 7.25% auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 2s ease-in-out;
}

.popup img{
  width: 90%;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #000000b3;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/*--------------------- Popup ------------------*/

.que_es_img {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.que_es_img img {
  transition: all 0.75s;
  cursor: pointer;
}

.que_es_img img:hover {
  transform: scale(1.135);
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 35%));
}

/*--------------- main: col-md-12 explicacion -------------------*/

.explicacion_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 50px;
  padding-bottom: 110px;
  align-items: center;
}

.explicacion_content p{
  color: #0e2b46;
  margin: 0;
  font-size: 1em;
  text-align: justify;
}

.explicacion_content p::after {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background: #fff;
  margin-top: 20px;
}

.explicacion_content img{
  width: 40%;
  transition: all 0.75s;
  cursor: pointer;
}

.explicacion_content img:hover{
  transform: scale(1.135);
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 35%));
}

.col-md-12.explicacion button {
  background-color: #ffb450;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 50%;
  max-width: 520px;
  height: 50px;
  border: none;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.col-md-12.explicacion button:hover {
  background-color: #6ee2b9;
}

.col-md-12.explicacion button img {
  width: 50px;
}

.col-md-12.explicacion button a{
  color: #0e2b46!important;
}

.explicacion_content_2{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 0;
}

.explicacion_content_2 img{
  width: 720px;
}

/*
.explicacion_content_2 img:hover {
  transform: scale(1.135);
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 35%));
}

/*--------------- main: por_que_contenido -------------------*/

.por_que_contenido {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.por_que_llamado{  
  width: 40%;
  display: flex;
  flex-direction: column;
}

.por_que_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.por_que_texto{
  display: flex;
  flex-direction: column;
}

.por_que_texto p{
  color: #0e2b46;
}

.por_que_img button {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 230px;
  max-width: 230px;
  height: 70px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.por_que_img button::after {
  content: '';
  display: block;
  width: 155px;
  height: 4px;
  background: #113150a8;
  margin-top: 74px;
  position: absolute;
  border-radius: 0 0 5px 5px;
}

.por_que_img button img {
  width: 50px;
}

.por_que_imagen {
  display: flex;
  justify-content: center;
  padding: 40px;
}

.por_que_imagen img{
  width: 75%;
  transition: all 0.75s;
}

/*
.por_que_imagen img:hover {
  transform: scale(1.135);
  filter: drop-shadow(
    0 10px 20px rgb(0 0 0 / 35%)
  );
}*/

/*--------------- aside: avaluo_fiscal_contenido -------------------*/

.como_se_calcula_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.como_se_calcula_titulo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.como_se_calcula_llamado {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.como_se_calcula_llamado p.subtitulo {
  font-size: 1.2em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.como_se_calcula_img {
  background-image: url(../img/personas_avalua01.png);
  background-size: initial;
  background-position: top center;
  height: 210px;
  width: 250px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
  margin-top: -25px;
}

.paso_a_paso_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 40px;
  padding-bottom: 40px;
}

.paso_a_paso_content::after{
  content: url(../img/casa_lupa.svg);
  position: absolute;
  width: 240px;
  top: 62px;
  right: -50px;
}

.paso {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff61;
  border-radius: 16px;
  padding: 24px;
  row-gap: 60px;
  justify-content: space-evenly;
  opacity: 0;
  transform: translateY(40px);
}

.paso_a_paso_llamado {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

.paso_a_paso_llamado .cifra-1{
  display: flex;
  background-color: #ffb450;
  border: 5px solid #fff;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.paso_a_paso_llamado .cifra-1 h2{
  color: #0e2b46;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Protest Strike', sans-serif;
}

.paso_a_paso_llamado .cifra-1 h2::after {
  content: '';
  width: 150px;
  height: 5px;
  background: #ffb450;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -130px;
  left: -15px;
}

.paso_a_paso_llamado h3.paso_a_paso_titulo {
  font-family: "Protest Strike", sans-serif;
  font-size: 2em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
  position: relative;
}

.paso_a_paso_info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 77%;
}

.paso_a_paso_img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.paso_a_paso_img button {
  background-color: #ffb450;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 230px;
  max-width: 230px;
  height: 50px;
  border: none;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.paso_a_paso_img button a{
  color: #0e2b46!important;
}

.paso_a_paso_img button:hover {
  background-color: #6ee2b9;
  color: #fff;
}

.paso_a_paso_img .img-responsive{
  width: 75%;
}

.paso_a_paso_info p{
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.paso_a_paso_info ul li {
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.paso_a_paso_llamado .cifra-2{
  display: flex;
  background-color: #009fff;
  border: 5px solid #fff;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.paso_a_paso_llamado .cifra-2 h2{
  color: #0e2b46;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Protest Strike', sans-serif;
}

.paso_a_paso_llamado .cifra-2 h2::after {
  content: '';
  width: 150px;
  height: 5px;
  background: #009fff;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -130px;
  left: -15px;
}

.paso_a_paso_img2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.paso_a_paso_img2 img {
  width: 45%;
}

.paso_a_paso_azul_content {
  display: flex;
  align-items: center;
  gap: 80px;
}

.item_azul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
}

.item_azul img{
  width: 75px;
}

.item_azul strong {
  background-color: #0e2b46;
  color: #009fff;
  padding: 1px;
}

.paso_a_paso_llamado .cifra-3{
  display: flex;
  background-color: #66d8ba;
  border: 5px solid #fff;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.paso_a_paso_llamado .cifra-3 h2{
  color: #0e2b46;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Protest Strike', sans-serif;
}

.paso_a_paso_llamado .cifra-3 h2::after {
  content: '';
  width: 150px;
  height: 5px;
  background: #66d8ba;
  position: absolute;
  z-index: 3;
  display: block;
    bottom: -130px;
  left: -15px;
}

.item_verde {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 50%;
  background-color: #ffffff62;
  border-radius: 24px;
  padding: 16px;
  min-height: 190px;
}

.item_verde img{
  width: 75px!important;
}

/*
.paso_a_paso_imagen {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
*/

.paso p.subindice{
  font-size: 0.78em;
  color: #0e2b46;
  width: 80%;
  text-align: justify;
}

.paso_a_paso_llamado .cifra-4{
  display: flex;
  background-color: #ff8350;
  border: 5px solid #fff;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  position: relative;
}

.paso_a_paso_llamado .cifra-4 h2{
  color: #0e2b46;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Protest Strike', sans-serif;
}

.paso_a_paso_llamado .cifra-4 h2::after {
  content: '';
  width: 150px;
  height: 5px;
  background: #ff8350;
  position: absolute;
  z-index: 3;
  display: block;
  bottom: -80px;
  left: -15px;
}

.paso_a_paso_llamado .cifra-4 h2::before {  
    content: url(../img/coins.svg);
    position: absolute;
    width: 180px;
    top: 125px;
    left: 0;
}

.paso_a_paso_info .icono img{
  width: 75px;
}

.paso_a_paso_info .icono {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}

.paso_a_paso_info .icono .meses{
  display: flex;
  flex-wrap: wrap;
  background-color: #ff8350;
  border: 5px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}

.paso_a_paso_info .meses img{
  width: 25px!important;
}

.paso_a_paso_info .icono .meses h4{ 
  font-weight: 700;
}

/*--------------
.avaluo_fiscal_contenido {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 60px 0;
  justify-content: center;
}

.avaluo_fiscal_llamado{
  display: flex;
  flex-direction: column;
  width: 20%;
}

.avaluo_fiscal_llamado h3{
  font-family: "Protest Strike", sans-serif;
  font-size: 2.4em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.avaluo_fiscal_content {
  display: flex;
  flex-flow: row nowrap;
  width: 80%;
}

.avaluo_fiscal_texto{
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  width: 75%;
}

.avaluo_fiscal_texto img{
  width: 870px;
  margin: 20px 0;
  transition: all 0.75s;
  cursor: pointer;
}

.avaluo_fiscal_texto img:hover {
  transform: scale(1.135);
  filter: drop-shadow(
    0 10px 20px rgb(0 0 0 / 35%)
  );
}

.avaluo_fiscal_texto p{
  color: #0e2b46;
  margin-bottom: 20px;
}

.avaluo_fiscal_texto p.ultimo_parrafo::after{
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background: #6ee2b9;
  margin-top: 20px;
}

.avaluo_fiscal_texto button {
  background-color: #ffb450;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 230px;
  max-width: 230px;
  height: 50px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.avaluo_fiscal_texto button:hover {
  background-color: #6ee2b9;
  color: #fff;
}

.avaluo_fiscal_texto button::after {
  content: '';
  display: block;
  width: 155px;
  height: 4px;
  background: #0e2b46;
  margin-top: 54px;
  position: absolute;
  border-radius: 0 0 5px 5px;
}

hr.borde-sii {
  border: 2px dotted #0e2b46;
  width: 90%;
  margin: 30px auto;
}

.avaluo_fiscal_img {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  width: 100%;
}

section: como_se_determina_valor_a_pagar

.como_se_determina_valor_a_pagar_contenido {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 40px;
  justify-content: space-between;
}

.como_se_determina_valor_a_pagar_llamado{  
  width: 20%;
  display: flex;
  flex-direction: column;
}

.como_se_determina_valor_a_pagar_llamado h3{
  font-family: "Protest Strike", sans-serif;
  font-size: 2.4em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.como_se_determina_valor_a_pagar_llamado p.subtitulo {
  font-size: 1.2em;
  color: #fff;
  margin: 10px 0 0 0;
  padding: 0;
}

.como_se_determina_valor_a_pagar_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.como_se_determina_valor_a_pagar_texto{
  display: flex;
  flex-direction: column;
  gap: 20px
}

.como_se_determina_valor_a_pagar_texto p{
  color: #0e2b46;
}

.como_se_determina_valor_a_pagar_img {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
}

.como_se_determina_valor_a_pagar_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.como_se_determina_valor_a_pagar_btn button {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 230px;
  max-width: 230px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  cursor: auto;
}

.como_se_determina_valor_a_pagar_btn button img {
    width: 50px;
}

.como_se_determina_valor_a_pagar_btn button p {
    font-weight: 400;
    text-align: center;
}

.como_se_determina_valor_a_pagar_img img{
  width: 240px;
}

.como_se_determina_valor_a_pagar_contenido_tablas {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -200px;
  padding: 40px 0;
}

.como_se_determina_valor_a_pagar_contenido_tablas img{
  width: 1240px;
  transition: all 0.75s;
  cursor: pointer;
}

.como_se_determina_valor_a_pagar_contenido_tablas img:hover {
  transform: scale(1.135);
  filter: drop-shadow(
    0 10px 20px rgb(0 0 0 / 35%)
  );
}

------------------*/

.ejemplo_bienes_raices_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0;
  justify-content: center;
}

.ejemplo_bienes_raices_llamado {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #0e2b46;
  width: 40%;
  position: relative;
  z-index: 3;
  margin-top: -25px;
  border-radius: 24px 24px 0 0;
  padding: 16px;;
}

.ejemplo_bienes_raices_llamado img{
  width: 50px;
}

.ejemplo_bienes_raices_llamado h2{
  font-family: 'Protest Strike', sans-serif;
  font-size: 2em;
  margin: 0;
  color: #66d8ba;
}

.ejemplo_bienes_raices_llamado h5{
  font-size: 1.2em;
  margin: 0;
  color: #fff;
}

.ejemplo_bienes_raices_article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}

.llamado_article h4 {
  font-family: 'Protest Strike', sans-serif;
  font-size: 1.4em;
  margin: 0;
  color: #fff;
}

.ejemplo_bienes_raices_article .ejemplos{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.ejemplo_bienes_raices_article_agricola {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 40%;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  position: relative;
}

.ejemplo_bienes_raices_article_agricola::after {
  content: '';
  width: 2px;
  height: 240px;
  background-color: #fff;
  position: absolute;
  left: -10px;
  top: 25px;
}

.article.no_agricola, .article.agricola {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #0e2b46;
  justify-content: flex-start;
  padding: 10px;
  border-radius: 10px;
  gap: 30px;
  position: relative;
  width: 180px;
}

.article.no_agricola img:hover, .article.agricola img:hover {
  transform: scale(1.08);
    filter: drop-shadow(
    0 10px 20px rgb(0 0 0 / 35%)
  );
}

.article.no_agricola img, .article.agricola img{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article.no_agricola img, .article.agricola img {
  width: 130px;
  border-radius: 50%;
  outline: 5px solid #fff;
  outline-offset: 5px;
}

.article.agricola h3, .article.no_agricola h3{
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #0e2b46;
}

.article.agricola::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 4px;
  color: #0e2b46;
  font-size: 1em;
  font-weight: 800;
  position: absolute;
  top: 10px;
  right: -200px;
}

/*------------------- section: beneficios ------------------*/

.beneficios_contenido {
  display: flex;
  flex-direction: row;
  gap: 40px;
  padding: 40px 0 0 0;
  flex-wrap: wrap;
}

.beneficios_llamado{  
  width: 20%;
  display: flex;
  flex-direction: column;
}

.beneficios_llamado h3{
  font-family: "Protest Strike", sans-serif;
  font-size: 2.4em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.beneficios_content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.beneficios_texto{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.beneficios_parrafo {
  display: flex;
  flex-wrap: nowrap;
  width: 47%;
  gap: 10px;
  align-items: flex-start;
}

.beneficios_parrafo p{
  color: #0e2b46;
  font-size: 1em;
}

.beneficios_parrafo img{
  width: 35px;
}

.beneficios_img {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}

.beneficios_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.beneficios_btn button {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 10px;
  gap: 20px;
  background: inherit;
  align-items: center;
}

.beneficios_btn button:hover img{
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgb(0 0 0 / 35%);
}

.beneficios_btn button img {
  width: 130px;
  border-radius: 50%;
  outline: 5px solid #ffb450;
  outline-offset: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.beneficios_btn button p {
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.beneficios_img img{
  width: 400px;
}

/*------------------- section: botones solicitudes ------------------*/

.content_solicitudes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}

.content_solicitudes .llamado h2{
  font-family: "Protest Strike", sans-serif;
  font-size: 2.5em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.botones_solicitudes {
  display: flex;
  flex-direction: column;
}

.botones_solicitudes .link {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.botones_solicitudes .link p{
  color: #fff;
  font-size: 1.3em;
}

.botones_solicitudes .link p a{
text-decoration: underline;
    font-family: 'Inter', sans-serif;
    color: #fff;
}

.botones_solicitudes .cajas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 50px 0;
}

.botones_solicitudes .caja {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #66d8ba;
  color: #0e2b46;
  width: 180px;
  height: 180px;
  justify-content: center;
  padding: 16px;
  border-radius: 24px;
}

.botones_solicitudes .caja:hover {
  background-color: #ffb450;
}

.botones_solicitudes .caja h3{
  font-size: 1.4em;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  color: #0e2b46;
  line-height: .9em;
}

.botones_solicitudes .caja p{
  margin: 0;
  padding: 0;
  text-align: center;
  color: #0e2b46;
}

/*------------------- section: reavaluo ------------------*/

.reavaluo_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  gap: 40px;
}

.reavaluo_contenido {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.reavaluo_llamado{  
  width: 25%;
  display: flex;
  flex-direction: column;
}

.reavaluo_texto{
  display: flex;
  flex-direction: column;
}

.reavaluo_texto p{
  color: #0e2b46;
  margin: 0;
}

.reavaluo_texto p::after {
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background: #ffb450;
  margin-top: 20px;
}

.reavaluo_img {
  display: flex;
  flex-flow: column wrap;
  position: relative;
  align-items: center;
}

.reavaluo_img p{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  background-color: #ffb450;
  width: fit-content;
  position: relative;
  align-items: center;
  margin: 10px;
  padding: 24px;
  gap: 5px;
  border-radius: 16px;
}

.reavaluo_img img{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 300px;
  position: relative;
  z-index: 3;
  margin: 0 auto -25px auto;
}

.reavaluo_img p strong::after{
  content: '';
  display: block;
  width: 165px;
  height: 2px;
  background: #fff;
  bottom: 15px;
  position: absolute;
}

/*
.reavaluo_img button {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 230px;
  max-width: 230px;
  height: 70px;
  border: none;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}

.reavaluo_img button:hover {
  background: #80cca1;
  color: #fff;
}

.reavaluo_img button::after {
  content: '';
  display: block;
  width: 155px;
  height: 4px;
  background: #113150a8;
  margin-top: 74px;
  position: absolute;
  border-radius: 0 0 5px 5px;
}

.reavaluo_img button img {
  width: 50px;
}

.reavaluo_img img {
  width: 25%;
  transition: all 0.75s;
  cursor: pointer;
}

.reavaluo_img img:hover {
  transform: scale(1.135);
  filter: drop-shadow(0 10px 20px rgb(0 0 0 / 35%));
}
*/

/*------------------- section: cartografía y mapa ------------------*/

.cartografia_content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  gap: 40px;
}

.cartografia_content .texto {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.cartografia_content .texto button {
  background-color: #66d8ba;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 230px;
  max-width: 230px;
  height: 50px;
  border: none;
  padding: 10px;
  text-align: left;
  gap: 10px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.cartografia_content .texto button:hover {
  background-color: #ffb450;
}

.cartografia_content .texto button a {
  color: #0e2b46 !important;
}

.cartografia_content .llamado {
  display: flex;
  flex-direction: column;
}

.cartografia_content .mapa{
  width: 40%;
}

.cartografia_content .llamado p {
  font-size: 1.8em;
  color: #0e2b46;
  margin: 0;
  padding: 0;
}

.cartografia_content .texto p{
  margin: 0;
  padding-bottom: 20px;
}

.cartografia_content .texto p::after{
  content: '';
  display: block;
  width: 200px;
  height: 4px;
  background: #0e2b46;
  margin-top: 20px;
}

/*------------------- section: secciones ------------------*/

.secciones_content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 0;
  gap: 40px;
  align-items: center;
}

.secciones_content .botones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.secciones_content .botones a{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #fff;
  justify-content: center;
  padding: 10px;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: .75em;
  color: #0e2b46;
  min-height: 70px;
  text-align: center;
  width: 240px;
  border-left: 5px solid #0061a0;
}

.secciones_content .botones a:hover{
  transition: .3s;
  width: 250px;
  background-color: #00292929; 
}

.secciones_content .botones a img{
  width: 35px;
}

/*--------------------- Fade In Up ------------------*/

.visible {
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  from {
  opacity: 0;
  transform: translateY(40px);
}
  to {
  opacity: 1;
  transform: translateY(0);
}
}

/*--------------------- Fade In Up ------------------*/


/*--------------------- Media Queries ------------------*/

@media (width <= 1359px) {
.caja_pago_contribuciones {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
}
}

@media (width <= 1199px) {
.reavaluos_anteriores .content p strong::after {
    display: none;
}

.caja_pago_contribuciones {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
}

.paso_a_paso_info {
    width: initial;
}

.paso_a_paso_content::after {
    top: 150px;
    right: -50px;
}

.paso {
    justify-content: flex-start;
    row-gap: 30px;
}

.paso_a_paso_llamado .cifra-4 h2::before {
    top: -25px;
    left: 170px;
}

}

@media (width <= 1024px) {

.beneficios_img img {
    display: none;
}

}

@media (width <= 991px) {
.que_es_contenido {
    flex-wrap: wrap;
}

.explicacion_content {
    flex-wrap: wrap;
}

.explicacion_content img {
    width: 75%;
}

.por_que_contenido {
    flex-wrap: wrap;
}

.paso_a_paso_content::after {
    top: 150px;
    right: -50px;
}

.paso_a_paso_img {
    gap: 20px;
}

}

@media (width <= 849px) {

.grid-container {
  overflow: hidden;
}

section.top {
    left: 0;
}

.caja_pago_contribuciones {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
}

img.paso_a_paso_tabla {
    width: initial;
}

.paso_a_paso_content::after {
    width: 221px;
    top: 165px;
    right: 0;
}

.paso_a_paso_llamado .cifra-4 h2::before {
    width: 210px;
    left: 470px;
}

.beneficios_llamado {
    width: initial;
}
}

@media (width <= 767px) {

menu .topnav {
    position: relative;
    top: 55px;
}
.por_que_imagen img {
    width: 99%;
}

.botones_solicitudes .cajas {
    flex-wrap: wrap;
}

.botones_solicitudes .link {
    justify-content: center;
}

.reavaluo_contenido {
    flex-wrap: wrap;
    justify-content: center;
}

.cartografia_content {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.article.no_agricola, .article.agricola {
    flex-wrap: wrap;
}

.beneficios_img {
    display: none;
}

.secciones_content .botones {
    flex-wrap: wrap;
}
}

@media (width <= 591px) {

.que_es_contenido {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: normal;
}

.que_es_llamado {
    width: initial;
}

.que_es_texto {
    width: initial;
}

.que_es_imagen {
    width: initial;
}

.que_es_imagen img {
    width: 100%;
}

.por_que_llamado {
    width: initial;
}

.por_que_texto {
    width: initial;
}

.por_que_contenido {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: normal;
}

.por_que_imagen {
    width: initial;
    padding: 0;
}

.por_que_imagen img{
    width: 100%;
}

.content_beneficio {
    flex-wrap: wrap;
}

.llamado_beneficio {
    width: initial;
}

p.texto_beneficio {
    width: initial;
}

.como_se_determina {
    flex-wrap: wrap;
}

.como_se_determina_info {
    width: initial;
}

.como_se_determina_content {
    gap: 20px;
    justify-content: center;
    flex-direction: row;
}

.como_se_determina_content img {
    width: 50%;
}

.caja_pago_contribuciones {
    grid-template-columns: repeat(2, 1fr);
}

.contenido_avaluo_fiscal h1 {
    font-size: 4em;
    line-height: 6rem;
}

.contenido_avaluo_fiscal {
    height: auto;
    width: initial;
    gap: 20px;
}

.contenido_avaluo_fiscal p {
    margin: 20px 0 0 0;
}

.contenido_avaluo_fiscal img {
    width: 35%;
    top: 0;
}

.botonera_final .col-md-12.avaluo_fiscal {
    padding: 20px 0;
}

.para_que_sirve_content {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.para_que_sirve_content .llamado {
    width: initial;
}

.para_que_sirve_content .texto {
    width: initial;
}

.para_que_sirve_content .botones {
    width: initial;
}

.content_reavaluo .llamado {
    width: initial;
}

.content_reavaluo .texto {
    width: initial;
}

.grid-container section.reavaluo {
    padding: 20px 0 0 0;
}

.reavaluos_anteriores {
    margin-top: 40px;
}

.content p {
    padding: 20px;
}

.reavaluos_anteriores .content p strong::after{
  content: '';
  display: block;
  width: 195px;
  height: 4px;
  background: #93d5ae;
  position: absolute;
  left: 0;
  bottom: 0;
}

.content_solicitudes {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
}

.botones_solicitudes {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.solicitudes .col-md-12 {
    padding: 0;
}

.cartografia .col-md-12 {
  padding: 0;
}

.cartografia_content {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: initial;
    padding: 20px 0;
    gap: 20px;
}

.cartografia_content .llamado {
    width: 100%;
}

.cartografia_content .texto {
    width: 100%;
}

section.cartografia .col-md-12 .row .container {
    padding: 20px;
}

.caja_pago_contribuciones {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
}

.paso_a_paso_content::after {
    display: none;
    }

.paso_a_paso_img2 img {
    width: 80%;
}

.paso_a_paso_azul_content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.item_azul {
    width: initial;
}

.paso p.subindice {
    width: initial;
}

.paso_a_paso_llamado .cifra-4 h2::before {
    display: none;
}

.ejemplo_bienes_raices_article_agricola::after {
    display: none;
}

.ejemplo_bienes_raices_content {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.container .row .col-md-12 {
  padding: 0;
}

.item_verde {
  width: initial;
}

.paso_a_paso_llamado .cifra-1 h2::after, .paso_a_paso_llamado .cifra-2 h2::after, .paso_a_paso_llamado .cifra-3 h2::after, .paso_a_paso_llamado .cifra-4 h2::after {
    display: none;
}

.paso_a_paso_info .icono .meses {
    gap: 0px;
    flex-wrap: wrap;
    flex-direction: column;
}

.beneficios_llamado {
    width: initial;
    display: flex;
    flex-direction: column;
}

.beneficios_parrafo {
    width: initial;
}

.beneficios_img img {
    display: none;
}

.reavaluo_content {
    width: initial;
}

.ejemplo_bienes_raices_article {
    width: initial;
}

.ejemplo_bienes_raices_llamado {
    width: initial;
}

.como_se_calcula_titulo {
    flex-direction: column-reverse;
}

.col-md-12.explicacion button {
  width: initial
}

.explicacion_content_2 {
    gap: 20px;
    padding: 0;
}

.como_se_calcula_img {
  margin: 0;
}

.ejemplo_bienes_raices_article_agricola {
  width: initial
}

.cartografia_content .mapa {
  display: none;
}

}

@media (width <= 430px) {
  .contenido_header img {
    margin: 25px 0 0 0;
}

  .texto_header {
    align-items: center;
}

  .bajada_header h5 {
    text-align: center;
    text-wrap: pretty;
}

  .col-md-12.explicacion button {
    width: initial;
}

.ejemplo_bienes_raices_article {
    width: initial;
    align-items: center;
}

}


/*------ botón flechita ---------*/

.btn-top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #ffc600;
  text-decoration: none;
  border: 2px solid rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.btn-top:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
  filter: brightness(1.02);
}

.btn-top:active{
  transform: translateY(0);
}

.btn-top:focus-visible{
  outline: 3px solid rgba(69, 200, 255, .9);
  outline-offset: 3px;
}

.btn-top span{
  font-size: 22px;
  line-height: 1;
  font-weight: 900;
}
