/* ===================================
    footer
====================================== */

footer{
  position: relative;
  z-index: 10;
  font-family: "Urbanist";
background-image:  url('../img/inicio/inicio-imagen-footer.png'),linear-gradient(rgba(0, 15, 50, 0.9), rgba(0, 15, 50, 0.9));
background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.logo-footer{
  width: 200px;
}


.site-footer{
  width: 100%;
  background:transparent;
  font-size: 13px;
  font-weight: 400;
}

.grid-site-footer{
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 50px;
  grid-gap: 20px;
  border-bottom: 1px solid #fff;
}

.grid-ubicaciones{
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 50px;
  padding-top: 50px;
  grid-gap:30px;
  border-bottom: 1px solid #fff;
}

.grid-site-footer ul{
  list-style:none;
  padding-left: 0px;
  line-height: 24px;
  margin-bottom: 0px;
}

.site-footer span{color: #fff;}
.site-footer a{
  color:#fff;
  text-decoration: none;
  transition: all 0.7s ease;
}

.site-footer a:hover{
  color: #9AC4F8;
  fill:#9AC4F8;
  transition: all 0.7s ease;
}

.site-footer a:hover svg{
  transition: all 0.7s ease;
}

.margin-lef-direccion{
  margin-left: 57px;
}


/*-----Section contact-----*/

.grid-ubicaciones .contact-content{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap:15px;
  margin-top: 10px;
  color: #fff;

}

.grid-ubicaciones .contact-content p{
  font-family: "Urbanist"!important;
  font-size: 13px!important;
  font-weight: 400!important;
}


.grid-ubicaciones .contact-content .icon svg{
  width: 20px;
  height: 20px;
}

.grid-ubicaciones .contact-content path{
  stroke: #fff;
}


.grid-ubicaciones .contact-content a{
  text-decoration: none;
  color: #fff;
  transition: all 0.7s ease;
}

.grid-ubicaciones .contact-content a:hover{
  color: #9AC4F8;
  transition: all 0.7s ease;
}



/*-----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: space-between;
  align-items: center;
}

.social-media img{ /*Talvez se borre*/
  width: 40px;
  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: #9AC4F8;
  text-decoration: underline;
  transition: all 0.7s ease;
}



/*Section desing by*/

.site-footer-tyc{
   left: 0;
   bottom: 5px;
   width: 100%;
  background:#000F32;
  text-align: left;
  padding-bottom: 5px;
}

.site-footer-tyc span{
  color: #FFFFFF;
  font-size: 13px;
  line-height: normal;
}

.site-footer-tyc a{
  color: #FFFFFF;
  font-size: 13px;
  line-height: normal;
  transition: all 0.7s ease;
}

.site-footer-tyc a:hover{
  color: #E3F406;;
  transition: all 0.7s ease;
}



/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {
.grid-site-footer{  grid-template-columns: repeat(2,1fr);}

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.tyc{flex-direction: column;gap:12px;}


}
/* md  */ @media (min-width: 768px) {

.grid-ubicaciones{  grid-template-columns: repeat(2,1fr)}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.grid-site-footer{  grid-template-columns: 30% 1fr 1fr 1fr;}

.grid-ubicaciones{  grid-template-columns: 1fr 1fr 1fr;gap: 20px;}

.tyc{flex-direction: row;gap:12px;}


} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.grid-ubicaciones{  grid-template-columns: 1fr 1fr 1fr;gap: 100px;}

}
/* xxl */ @media (min-width: 1400px) {}
