a {
  list-style: none;
  color:#153244;
}
.header {
height: 85px;
background: #153244;

}

.header h4 {
color: #fff;
padding-top: 28px;
font-family: 'Archivo'

}


.vecino {
  height: 220px;
  border-radius: 19px;
  opacity: 0px;
  background-color: #FFCC00;
  padding: 1.5rem;
}

.turista {
  height: 220px;
  border-radius: 19px;
  background: #8DE2D6;
  padding: 1.5rem;

}
.turista h1, .vecino h1 {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0.5rem;
  color: #153244;
  line-height: 0.9;

}



.mtb-ini {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media (max-width: 425px){
.mt-ini-s {
 padding-top: 30px;
 }
}


.first-foot {
 background-color: #8DE2D6;
 border-radius: 0px 29px 0px 0px;
 height: 71.55px;
 padding-top: 0.8rem;
 padding-left: 2rem;
}

.secon-foot {
  background-color: #FFCB27;
  height: 86.86px;
  border-radius: 0px 28px 0px 0px;
  padding: 1.4rem;
  padding-left: 7.8rem;
  margin-top: -30px;
}


footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: 'Archivo';
}

@media (max-width: 992px){
  footer {
     position: relative;
     bottom: 0;
  }

}

@media (max-width: 768px){
  footer {
     position: absolute;
     bottom: 0;
  }

}


@media (max-width: 430px){
  footer {
     position: absolute;
     bottom: 0;
  }

}

@media (max-width: 425px){
  footer {
     position: absolute;
     bottom: 0;
  }

}


.acces {
  width: 156px;
  height: 162.65px;
  border-radius: 12px;
  background: #8DE2D6;
  margin: 0.5rem;
  display: grid;
  justify-items: center;
  align-items: center;
  text-align: center;


}

.acces h5 {
    font-weight: 700 !important;
    font-size: 1.1rem;
}

.seg {
  font-size: 12px;
  font-weight: 500;
}
select {
  background: #F1F1F1;
  font-family: Archivo;
font-size: 14px;
font-weight: 500;
line-height: 18px;
text-align: center;
border: none;
padding: 4px;
border-radius: 6px;

}


section {
   font-family: 'Archivo';
   font-size: 18px;
   font-weight: 500;
}

body {
 min-height: 100%;
    height: 100vh !important;
    overflow-x: hidden;
 }

 .listGob {
    width: 10%;
    margin-right: 5%;
    float: left;
    height: 100%;
}

.list-group-item {
  display: flex;
}

.til {
  width: 80%;
}

.ico_con {
  background: var(--Blue, #153244);
width: 26px;
height: 26px;
gap: 0px;
border-radius: 4px 0px 0px 4px;
opacity: 0px;
padding-right: 4px;
padding-left: 4px;
}

.b_con, .ico_con{
/**------------**/
display: none;

}

.b_con {
  background: #8DE2D6;
width: 77px;
height: 26px;
padding: 4px;
gap: 0px;
border-radius: 0px 4px 4px 0px;
opacity: 0px;
font-size: 12px;
text-align: center;

}

   .align-left {
        margin-right: auto; /* Empuja el último elemento a la izquierda */
    }



  div .title {
    display: none!important;
  }

  .video {
    width: 347px !important;
height: 226px;
gap: 0px;
background-color: black;
opacity: 0px;

  }
.espanol-none .espanol {
    display: none;
}

.container-fluid {
    margin-bottom: 131px !important;
}


.btn-consejos {
    background-color:#153244;
    padding: 1rem;
    border-radius: 10px;
    color: #fff;
}
