/* ===================================
    footer
====================================== */

.whatsapp-button{
  position: fixed;
  top:88%;
  right: 0px;
  width: 100px;
}


footer{
  position: relative;
  z-index: 10;
  background-color: #1F4C51;
  font-family: "Poppins"!important;
}

.logo-footer{
  width: 65%;
  margin-bottom: 20px;
}


.site-footer{
  width: 100%;
  background: #1F4C51;
  font-size: 12px;
  font-weight: 400;

}

.grid-site-footer{
  display: grid;
  grid-template-columns: 1fr;

  grid-gap: 40px;
}

.grid-site-footer ul{
  list-style:none;
  padding-left: 0px;
  line-height: 24px;
  margin-bottom: 0px;
}


.site-footer a{transition: all 0.7s ease;color:#fff;}
.social-media a{transition: all 0.7s ease;color:#fff;}

.social-media a:hover{
  color: #65AF64;
  fill:#E3F406;
  transition: all 0.7s ease;
}

.site-footer a:hover{
  color: #65AF64;
  fill:#E3F406;
  transition: all 0.7s ease;
}

.site-footer a:hover svg{
  transition: all 0.7s ease;
}

.margin-lef-direccion{
  margin-left: 57px;
}


/*-----Section contact-----*/

.contact-content{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap:20px;
}


.contact-content .icon i{
  color: #fff;
  font-size: 30px;
}



/*-----Section Terminos y condiciones-----*/

.tyc{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  flex-direction: column;
  gap:20px;
}

.social-media{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.social-media i{ /*Talvez se borre*/
  font-size: 20px;
  line-height: normal;
}

.content-avisos{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  line-height: normal;
  gap:10px;
}

.content-avisos span{
  transition: all 0.7s ease;
}

.content-avisos a:hover span{
  color: #E3F406;
  text-decoration: underline;
  transition: all 0.7s ease;
}



/*Section desing by*/

.site-footer-tyc{
   left: 0;
   bottom: 5px;
   width: 100%;
  background:#1F4C51E5;
  text-align: left;
  padding-bottom: 5px;
}

.content-legales{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer-tyc span{
  color: #FFFFFF;
  font-size: 12px;
  line-height: normal;
}

.site-footer-tyc a{
  color: #FFFFFF;
  font-size: 12px;
  line-height: normal;
  transition: all 0.7s ease;
}

.site-footer-tyc a:hover{
  color: #65AF64;
  transition: all 0.7s ease;
}



/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.tyc{flex-direction: column;gap:12px;}

.logo-footer{width: 220px;}

}
/* md  */ @media (min-width: 768px) {

.grid-site-footer{  grid-template-columns: repeat(2,1fr);}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.grid-site-footer{  grid-template-columns: repeat(2,1fr);}

.tyc{flex-direction: row;gap:12px;}


}

/* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.grid-site-footer{  grid-template-columns: 30% auto auto 30%;}

}
/* xxl */ @media (min-width: 1400px) {}
