/* ===================================
    footer
====================================== */

.whatsapp-button{
  position: fixed;
  top:88%;
  right: 0px;
  width: 100px;
}

.site-footer{
  width: 100%;
  background: #000;
  font-size: 14px!important;
  color: #fff;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #fff;
}


.site-footer .description{
  width: 80%;
  margin-top: 10px;

}

.site-footer .description p{
  font-size: 14px!important;
}

.social{
  margin-top: 15px;
  display: flex;
}

.social a{
margin-right: 10px;
}

.social i{
  font-size: 16px;
  color: #fff;
}

.social a:hover i{
color: #D02C2F;
}


.enlaces-footer .title h5{
  font-size: 20px;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 10px;
  line-height: 1rem;
}

.enlaces-footer ul{
  list-style:none;
  padding-left: 0px;
  line-height: normal;
}


.enlaces-footer .card-inf p{
  margin-bottom: 0px;
  font-size: 14px;
}

.enlaces-footer .card-inf .direcc{
  font-size: 10px;
  line-height: 12px;
}


.site-footer-tyc{
   left: 0;
   bottom: 0;
   width: 100%;
   background:#000;
   padding-top: 5px;
   padding-bottom: 10px;
}

.site-footer-tyc .content-tyc{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.site-footer-tyc span{
  color: #FFFFFF;
  font-size: 10px;
  line-height: normal;
  text-align: center;
}

.site-footer-tyc .fragmenta{
  color: #FFFFFF;
  font-size: 10px;
  line-height: normal;
}

 .fragmenta:hover{
  color: #FF0000!important;
  text-decoration: underline;
}


.content-avisos{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  gap:10px;
}

.content-avisos a:hover span{
  color: #FF0000;
  text-decoration: underline;
}

/* ===================================
    Grid
====================================== */

.grid-footer-main{
  display: grid;
  grid-template-columns: 1fr;
  gap:30px;
}


.grid-footer{
  display: grid;
  grid-template-columns: 1fr;
  gap:15px;
}

/* ===================================
    Responsive
====================================== */


/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

.grid-footer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:15px;
}

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.grid-footer{
  display: grid;
  grid-template-columns: 25% auto 40%;;
  gap:15px;
}



}
/* md  */ @media (min-width: 768px) {

.site-footer-tyc .content-tyc{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.content-avisos{
  justify-content: flex-end;
}

.site-footer-tyc span{
  text-align: left;
}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.grid-footer-main{
  display: grid;
  grid-template-columns: 35% auto;
  gap:50px;
}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
