@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');

section {
  overflow: hidden;
}

p {
  orphans: 3;
  word-break: break-word;
  text-wrap: pretty;
}

section.grid-container{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto auto;
  background-color: #fff;
  grid-template-areas:
        "header header header"
        "aside aside aside"
        "tab tab tab"
        "footer footer footer"
        "tab2 tab2 tab2";
        gap: 20px;
}

.grid-container header{
  grid-area: header;
  background-image: url('../img/bg_feriaslibres.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  min-height: 350px;
  max-height: 350px;
  overflow: hidden;
  border-bottom: 5px solid black;
}

.grid-container aside {
  grid-area: aside;
  background-image: url('../img/bg-verde-03.svg');
  background-repeat: repeat;
  position: relative;
  background-position: left bottom;
  padding-bottom: 150px;
  background-size: 65%;
}

.grid-container section.content2{
  grid-area: tab;
}

.grid-container section.footer {
  grid-area: footer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.grid-container section.tab2{
  grid-area: tab2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/*----------- header: Imagen principal + texto negro --------------*/

.col-md-12.sello{
  position: relative;
}

.col-md-12.sello img.sellito{
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 3;
  left: 0;
  top: 0;
  width: 12%;
}

.col-md-12.tabla {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 20px;
}

.box.animate.fadeInUp img.center-block.img-responsive {
    width: 95%;
    position: relative;
    top: 40px;
}

.box_destacado {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 48px;
  border: 5px solid #f7f7f7;
  position: relative;
  margin-top: -50px;
  justify-content: center;
  background: rgba(255, 255, 255, 0.37);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.box_destacado p{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2em;
  color: #333;
  padding: 20px 20px 40px 20px;
  margin: 0;
  text-align: center;
}

.box_destacado button.boton_principal {
  background-color: #7aea82;
  border-radius: 25px;
  border: 2px solid #f7f7f7;
  padding: 10px 30px;
  position: absolute;
  z-index: 3;
  bottom: -30px;
  display: flex;
}

.box_destacado button.boton_principal:hover {
  background-color: #fd522f;
}

.box_destacado button.boton_principal a{
  color: #000;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
}

.box_destacado button.boton_principal a:hover{
  color: #fff;
}

.box_destacado button.boton_principal img{
  width: 30px;
}

/* 
p.bree-serif-regular{
    font-family: "Bree Serif", serif;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    background-color: black;
    border-radius: 0px 0px 24px 24px;
    padding: 16px;
    border-top: 5px solid #7aea82;    
}

.box_destacado p::before{
  content: url(../img/ico-calendario.svg);
  position: absolute;
  height: 115px;
 width: auto;
  display: block;
  left: -60px;
  top: 15px;
  z-index: 3;
  aspect-ratio: 1 / 1;
}

.box_destacado p::after{
  content: url(../img/ico-frutita.svg);
  position: absolute;
  height: 95px;
width: auto;
  display: block;
  right: -20px;  
  bottom: -35px;
  z-index: 3;
  aspect-ratio: 1 / 1;
} */

.llamado h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  color: #56bcc5;
  text-align: center;
  margin: 10px 0;
}

/*-------------- card style -----*/

.bullets {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.bullets .card::before {
  content: '';
  background-color: #56bcc5;
  height: 50%;
  width: 10px;
  position: absolute;
  left: -3px;
  top: 5.5em;
  z-index: 0;
}

.bullets .card::after {
  content: '';
  background-color: #56bcc5;
  height: 50%;
  width: 10px;
  position: absolute;
  right: -5px;
  top: 5.5em;
  z-index: 0;
}

.card {
  width: 30%;
  background: rgb(233 234 239);
/*box-shadow: 10px 15px 50px #cccccc6e;*/
  backdrop-filter: blur(6px);
  border-radius: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  color: #333;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 10px;
  z-index: 2;
/*aspect-ratio: 1/1;*/
  min-width: 260px;
  padding: 30px;
}

.card p{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2em;
  text-wrap: pretty;
  margin: 0;
}

.card p strong{
  background-color: #56bcc5;
  color: #fff;
}

.card:hover {
/*border: 1px solid #66bcc6;*/
  transform: scale(1.05);
}

.card:active {
  transform: scale(0.95) rotateZ(1.7deg);
}

/*----------- aside: col-md-12 grafico -------------*/

.aside-content {
  display: flex;
  flex-direction: column;
  width: 83%;
  align-items: center;
  margin: 0 auto;
}

.titulo_ {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: row; 
  flex-wrap: wrap;
}

.titulo_ img {
  width: 8%;
}

.titulo_ h3 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 2em;
  color: #333;
  margin: 0;
  padding: 0;
}

.aside-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.aside-grid .verde .imagen{
  background-image: url(../img/E1.svg);
  width: 22em;
  height: 15em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.aside-grid .azul .imagen{
  background-image: url(../img/E2.svg);
  width: 15em;
  height: 15em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.aside-grid .rojo .imagen{
  background-image: url(../img/E3.svg);
  width: 22em;
  height: 15em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.aside-grid div.verde{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px auto auto;
  gap: 10px;
}

.aside-grid div.azul{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px auto auto;
  justify-items: center;
  gap: 10px;
}

.aside-grid div.rojo{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 250px auto auto;
  justify-items: right;
  gap: 10px;
}

.aside-grid p{
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  color: #333;
}

.aside-grid img.inscribete.img-responsive{
  width: 240px;
}

.web-sii footer {
  margin: 0;
}

aside img.frutitas {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 5px solid #85b8b6;
}

/*----------- section content2: not-tab -------------*/

.col-md-12.content_principal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
}

.col-md-12.content_principal .titulo_{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border: 5px solid #f7f7f7;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    margin-bottom: -65px;
}

.col-md-12.content_principal .titulo_ h3{
    font-family: 'Exo 2', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
    color: #f15b3f;
    text-align: center;
    margin: 10px 0;
}

.col-md-12.content_principal .titulo_ img{
    width: 55px;
}

.titulo_ h3.normal {
   font-weight: 400;
}

.col-md-12.content_principal .content {
   display: flex;
   flex-direction: column;
   flex-grow: 2;
   gap: 60px;
   background-color: #F7F7F7;
   padding: 60px 40px;
   border-radius: 24px;
}

.opcion-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 15px;
  line-height: 20px;
  align-items: flex-start;
}

.opcion-content p{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2em;
  text-align: justify;
}

.opcion-content img{
  width: 40px;
}

.opcion-content ul {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    list-style: none;
    font-family: 'Exo 2', sans-serif;
    font-size: .8em;
    font-weight: 400;
    text-align: justify;
    column-gap: 20px;
    padding: 0;
    margin: 0;
}

.opcion-content ul li{
    display: grid;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-items: center;
    grid-template-rows: auto 1fr;
}

.opcion-content ul li p{
    background-color: #f7f7f7;
    min-height: 150px;
    padding: 20px;
    border-radius: 16px 16px 0 0;
    border-bottom: 4px #f15b3f solid;
}

.opcion-content ul li img{
    border: 4px solid #f15b3f;
    aspect-ratio: 1 / 1;
    width: 100px;
    border-radius: 50%;
    position: relative;
    bottom: -20px;
}

.content-principal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

.content-principal .bullets .cards {
    /* width: 30%; */
    background: #fff;
    box-shadow: 10px 15px 50px #cccccc6e;
    backdrop-filter: blur(6px);
    border-radius: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    /* user-select: none; */
    color: #333;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 10px;
    z-index: 2;
    /* height: 180px; */
    flex: 1;
    padding: 30px;
}

.content-principal .bullets .cards:hover {
    /* border: 1px solid #66bcc6; */
    transform: scale(1.05);
}

.content-principal .bullets .cards h4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #15535a;
  background-color: #65bcc6;
  padding: 5px;
  border-radius: 10px;
}

.content-principal .bullets .cards p{
  font-size: 1.2em;
  text-wrap: balance;
  line-height: 1.2em;
  text-align: center;
}

.content-principal .bullets .cards span.content-cuadrito{
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  text-align: justify;
  padding: 10px;
  color: #333;
}

.cards p strong {
    background-color: #56bcc5;
    color: #fff;
}

p.texto_boton {
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  text-align: justify;
  line-height: 22px;
  border: 2px solid #f15b3f;
    position: relative;
    margin-top: -12px;
    padding: 20px;
}

p.texto_boton strong {
  background-color: #7aea82;
  padding: 2px;
  line-height: 18px;
}

button.rojo {
  background-color: #f15b3f;  
  border: none;
  font-family: 'Exo 2';
  color: #fff;
  padding: 10px;
  text-wrap: balance;
  border-radius: 15px 15px 0 0;
}

button.rojo img.icono-boton {
  width: 35px;
  padding: 5px;
  background-color: #75b181;
}

button.rojo a strong{
  color: #fff;
  text-decoration: underline;
}

button.rojo a:hover{
  color: #fff;
  text-decoration: underline;
}

button.color {
background-color: #1599a8;
    color: #fff;
    border: none;
    font-family: 'Exo 2';
    padding: 20px 10px;
    text-wrap: balance;
    border-radius: 15px 15px 0 0;
    font-size: 1.2em;
    line-height: 1.6em;
}

button.color a strong{
    color: #15535a;
    text-decoration: underline;
}

button.color a strong:hover{
    color: #e0e0e0;
    text-decoration: underline;
}

a.enlace {
    text-decoration: underline!important;
}

.content-botones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.content-botones article{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  background-color: #e9eaef;
  width: 360px;
  align-items: center;
  border-radius: 16px;
  justify-content: center;
  padding: 10px 20px;
}

.content-botones article img{
  width: 60px;
}

.content-botones article span.content-cuadrito{
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  text-align: justify;
  padding: 10px;
  color: #333;
}

.content-botones article h4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  color: #15535a;
  background-color: #65bcc6;
  padding: 5px;
  border-radius: 10px;
}

/*----------- section footer -------------*/

section.footer .col-md-12.pizarra {
  margin: 0;
  padding: 0;
  background-image: url(../img/bg-pizarra.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 5px solid #cf804a;
  border-bottom: 5px solid #cf804a;
}

.footer-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding: 20px;
}

.footer-content h2{
  font-family: "Bree Serif", serif;
  font-size: 1.6em;
  text-align: center;
  color: #ffffff;
  padding: 16px;
  width: 55%;
}

section.footer .container.footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  background-image: url(../img/bg-verde-03.svg);
  background-position: left;
  background-repeat: repeat-x;
  background-size: cover;
  background-color: #6cb476;
  border-bottom: 15px solid #f15b3f;
  width: 100%;
  padding: 30px 0;
  margin: 0;
}

.footer-botones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer-botones .titulo_2{
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  width: 12%;
  justify-content: center;
  align-items: center;
}

.footer-botones .titulo_2 h3 {
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  color: #333;
  margin: 0;
  padding: 0;
}

.footer-botones .titulo_2 h3.normal {
  font-weight: 400;
}

.footer-botones-content{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.footer-botones-content p{
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  color: #333;
  text-align: center;
  margin: 0;
}

.footer-botones-content p strong{
  background-color: #fff;
  color: #f15b3f;
  padding: 1px 5px;
}

.footer-botones-content button {
  background-color: #fff;
  border-bottom: 5px solid #65bcc6!important;
  padding: 10px 20px;
  color: #333;
  border-radius: 0;
  font-family: 'Exo 2', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  border: none;
}

.footer-botones-content button:hover{
  background-color: #1599a8;
  border-bottom: 5px solid #65bcc6!important;
}

.footer-botones-content .botones {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.footer-botones-content .aviso {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: .9em;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
}

.footer-botones-content .aviso span{
  font-family: 'Exo 2', sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.footer-botones-content .aviso img{
  width: 45px;
}

.botones .caja1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #6ccd76;
  color: #333;
  width: 240px;
  height: 240px;
  padding: 16px;
  border-radius: 24px;
  font-family: 'Exo 2', sans-serif;
  border: 10px solid #fff;
  gap: 10px;
}

.botones .caja1:hover {
  background-color: #929daf;
}

.botones .caja2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #4abcc6;
  color: #333;
  width: 240px;
  height: 240px;
  padding: 16px;
  border-radius: 24px;
  font-family: 'Exo 2', sans-serif;
  border: 10px solid #fff;
  gap: 10px;
}

.botones .caja2:hover {
  background-color: #929daf;
}

.botones .caja3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f15b3f;
  color: #333;
  width: 240px;
  height: 240px;
  padding: 16px;
  border-radius: 24px;
  font-family: 'Exo 2', sans-serif;
  border: 10px solid #fff;
  gap: 10px;
}

.botones .caja3:hover {
  background-color: #929daf;
}

.botones h3{
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
}

a.btn-principal {
  background-color: #333;
  color: #fff!important;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 400;
  margin: 0;
} 

.botones .caja3 a.btn-principal:hover {
  background-color: #4abcc6;
  color: #333!important;
  font-weight: 700;
}

.botones .caja2 a.btn-principal:hover {
  background-color: #7aea82;
  color: #333!important;
  font-weight: 700;
}

.botones .caja1 a.btn-principal:hover {
  background-color: #f15b3f;
  color: #333!important;
  font-weight: 700;
}

/* FADE */
.box {
  background: none repeat scroll 0 0;
}

.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*=== FADE IN UP Big ===*/
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*----------- toggle-accordion -------------*/

section.tab2 .container .row .col-md-12 ul{
  padding: 0;
}

li.toggle-accordion {
    margin-bottom: 5px;
    border-radius: 3px;
  
  & .head {
    padding: 7px;
    color: #000;
    background: #c7d8d5;
    font-family: 'Exo 2', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  
  & .body {
    color: #333;
    padding: 15px;
    transition: all 0.5s;  
  }
  
  & input[type='checkbox'] {
    &:checked {
      &~.head {
         border-bottom: 5px solid #6cb476; 
      }
    }
  }
}

/*----------- toggle-accordion style -------------*/

.toggle-accordion {
  position: relative;
  width: 100%;
  padding: 0 !important;
  background: #fff;
  list-style: none;
  
  .head {
  display: block;
  cursor: pointer;
    
  & i {
    background-color: #f15b3f;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    padding: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    }
  }
}
  
  .body {
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    opacity: 1;
	  cursor: default;
    z-index: 2;
  }
  
  & input[type='checkbox'] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  
    &:checked {
      &~.body {
        margin-top: 0;
        height: 0;
        opacity: 0;
      }
      
      &~.head {
        
        & i { 
          transform: rotate(-90deg);
        }
      }
      
    }
  }

.head.head-default {
  border-bottom: 5px solid #6cb476;
}

.head.head-default img{
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.head.head-default .titular{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
}

.head.head-default h3{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  margin: 0;
}

.body .content-accordion {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.body .content-accordion img.icono-verde{
  width: 85px;
}

.body .content-accordion img.tabla.center-block.img-responsive{
  width: 960px;
}

.body .content-accordion h2{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  background-color: #333;
  color: #83db8c;
  margin: 10px 0;
  border-radius: 25px;
  padding: 10px;
  text-align: center;
}

.body .content-accordion h5{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  width: 70%;
  text-align: center;
}

.body .content-accordion p{
  font-family: 'Exo 2', sans-serif;
  font-size: .9em;
  font-weight: 400;
  width: 75%;
}

.body .content-accordion .ejemplo{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.body .content-accordion .ejemplo img{
  width: 140px;
}

.body .content-accordion .ejemplo .textos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  width: 70%;
}

.body .content-accordion .ejemplo .textos h3{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
}

.body .content-accordion .ejemplo .textos p{
  font-family: 'Exo 2', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  margin: 0;
  width: 100%;
}

/*------------------ Media queries ------------------*/

@media (width <= 1440px) {

.grid-container header{
  background-size: inherit;
  }

}

@media (width <= 1199px) {

.grid-container aside {
  padding-bottom: 80px;
}

}

@media (width <= 991px) {

.col-md-12.tabla {
  margin-top: 50px;
}

.footer-botones {
  flex-direction: column;
}

.footer-botones .titulo_2 {
  flex-flow: row nowrap;
  width: inherit;
}

.footer-botones .titulo_2 img{
  width: 10%;
}

.content-principal .bullets {
  flex-direction: column;
  gap: 20px;
}

.footer-botones-content .aviso {
  flex-wrap: nowrap;
}

}

@media (width <= 767px) {

.grid-container header{
  min-height: inherit;
  max-height: inherit;
  overflow: inherit;
}

.col-md-12.tabla {
  flex-direction: column;
  margin: 50px 20px;
}

.box.animate.fadeInUp img.center-block.img-responsive {
  top: 20px;
  width: 55%;
}

.aside-grid {
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.aside-grid .verde .imagen{
  background-image: url(../img/RespE1.svg);
  width: 22em;
  height: 15em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.aside-grid div.verde {
  justify-items: center;
}

.aside-grid div.rojo {
  justify-items: center;
}

.aside-grid .azul .imagen{
  background-image: url(../img/RespE2.svg);
  width: 15em;
  height: 15em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.aside-grid .rojo .imagen{
  background-image: url(../img/RespE3.svg);
  width: 22em;
  height: 15em;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.aside-grid p {
  text-align: center;
}

.col-md-12.sello img.sellito {
  top: 55px;
}

p.texto_boton {
  width: 100%;
}

}

@media (width <= 540px) {

.footer-content h2 {
  width: 100%;
}

.titulo_ {
  width: 100%;
}

.titulo_ img {
  width: 25%;
}

.imagen_municipios img {
  position:initial;
  top: initial;
  left: initial;
}

.body .content-accordion h5 {
  width: 100%;
}

.body .content-accordion .ejemplo .textos {
  width: 100%;
}

p.bree-serif-regular {
  margin-top: 80px;
}

.col-md-12.content_principal .content {
  padding: 60px 15px;
}

}

@media (width <= 390px) {

main .col-md-12 {
  padding-top: 40px;
}

}

/*------------------ Media queries ------------------*/

.mm-menu.mm-offcanvas{
  z-index: 5;
}