/* ===================================
    footer
====================================== */

footer{
  position: relative;
  z-index: 10;
  background: #EBF1F6;
}

.deco-footer{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 220px;
  opacity: 0.2!important;
}

.logo-footer{
  width: 200px;
}


.site-footer{
  width: 100%;
  background:transparent;
  font-size: 14px;
  font-weight: 400;
}

.logo {
  grid-area: logo;
  padding-left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-menu{
  grid-area: menu;
  padding-left: 0px;
}
.horarios{grid-area: hora;}
.contact{grid-area: contacto;}
.telefonos{grid-area: tel;}


.grid-site-footer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 50px;
  grid-gap: 30px;
  border-bottom: 1px solid #323232;
  grid-template-areas:
    "logo logo"
    "menu hora"
    "menu contacto";
}

.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 a{
  color:#323232;
  text-decoration: none;
  transition: all 0.7s ease;
}

.site-footer a:hover{
  color: #001E6B;
  transition: all 0.7s ease;
  text-decoration: underline;
}

.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:10px;
  color: #fff;

}



 .contact-content .icon img{
  width: 20px;
  height: 20px;
}


.contact-content a{
    margin-bottom: 0px;
  text-decoration: none;
  color: #fff;
  transition: all 0.7s ease;
}

.contact-content a:hover{
  color: #AA8615;
  transition: all 0.7s ease;
  text-decoration: underline;
}

/*-----telefonos-----*/

.telefonos{
  display: flex;
justify-content: end;
flex-direction: column;
align-items: flex-end;
}

.telefonos ul{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:40px;
}

.telefonos li{
  float: left;
border: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
margin-left: 0px;
position: relative;
}

.telefonos a{
  font-weight: 400;
}

/*-----Main-menu -----*/

.section ul{
  display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:15px;
    font-size: 12px;
}

.section li{
  float: left;
border: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
margin-left: 0px;
position: relative;
}

/*-----Section Terminos y condiciones-----*/



.social-media{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.social-media img{ /*Talvez se borre*/
  width: 30px;
  line-height: normal;
}

.social-media a:hover{
  background: #AA8615;
  transition: all 0.7s ease;
}

.content-avisos{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: normal;
  flex-wrap: wrap;
  gap:10px;
}

.content-avisos span{
  transition: all 0.7s ease;
}

.content-avisos a:hover span{
  color: #AA8615;
  text-decoration: underline;
  transition: all 0.7s ease;
}



/*Section desing by*/

.site-footer-tyc{
   left: 0;
   bottom: 5px;
   width: 100%;
     text-align:center;
}

.site-footer-tyc span{
  color: #001E6B;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.site-footer-tyc a{
  color: #001E6B;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.7s ease;
}

.site-footer-tyc a:hover{
  color: #AA8615;
  transition: all 0.7s ease;
}

.point-deco{
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.logo{
  display: flex;
        justify-content: center;
        gap: 15px;
        justify-content: space-between;
}

.tyc{
display: flex;
align-items: flex-end;
}

.grid-site-footer{
  grid-template-columns: 20% 1fr 1fr;
  grid-gap: 30px;
  grid-template-areas:
  "logo logo logo"
  "menu hora contacto";
}


}
/* md  */ @media (min-width: 768px) {

.section ul{

    font-size: 14px;
}


.grid-site-footer{
  grid-template-columns: 20% 1fr 1fr;
  grid-gap: 50px;
  grid-template-areas:
    "logo logo logo"
    "menu hora contacto";
}

.grid-ubicaciones{  grid-template-columns: repeat(2,1fr)}



} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.grid-site-footer{
  grid-template-columns: 40% 10% 20% 1fr;
  grid-gap: 40px;
  grid-template-areas:
    "logo menu hora contacto";
}

.main-menu{padding-left: 0px;}

.logo{
  display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
}

.mail{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}






.grid-ubicaciones{  grid-template-columns: 1fr 1fr 1fr;gap: 20px;}




} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.grid-ubicaciones{  grid-template-columns: 1fr 1fr 1fr;gap: 100px;}

.deco-footer{opacity: 1!important;}
.logo {padding-left: 200px;}


}
/* xxl */ @media (min-width: 1400px) {}
