/* ===================================
    footer
====================================== */
.site-footer{
  width: 100%;
  background: #F28A19;
  font-size: 11px;
}

.content-footer{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.small{
  font-size: 10px;
}


.logo-footer{
  width: 50%;
  height: auto;
  margin-right: 0px;
}

.logo{grid-area: logo;}
.menu-footer{grid-area: menu;}
.social-media-footer{grid-area: social;}



.site-footer-tyc{
   left: 0;
   bottom: 5px;
   width: 100%;
  background:#EA8110;
  text-align: center;
  padding-bottom: 5px;
}

.site-footer-tyc span{
  color: #FFFFFF;
  font-size: 9px;
  line-height: normal;
}

.site-footer-tyc a{
  color: #FFFFFF;
  font-size: 9px;
  line-height: normal;
}





.site-footer-tyc a:hover{
  color: #393939;
}

.site-footer a:hover{
  color: #393939;
}

.site-footer a:hover i{
  color:#393939;
}

.menu-footer{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:25px;
  margin-left: 10px;
}




.menu-footer li {
  margin-right: 10px;
  border-right: 1px solid #fff;
  padding-right: 10px;
}

.menu-footer i {
 font-size: 0.5rem;
 color: #AA9C2E;
 margin-right: 5px;
}




.text-foter{
  font-size: 11px;
}

.tel{
  line-height: 15px;
}




.social a{
margin-right: 10px;
display: flex;
justify-content: center;
align-items: center;
}

.social i{
  font-size: 25px;
}

.social a:hover i{
color: #393939;
}



.content-avisos{
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  flex-direction: column;
}

.content-avisos a{
  margin-left: 0px;
  margin-bottom: 5px;
}


.contacto{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
color: white;
flex-direction: column;
}

.social{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0px;
margin-top: 30px;
}

.logo{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.menu-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

.content-inf{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-right: 0px;
  text-align: center;
}
/* ===================================
    Avisos
====================================== */
.btn-close{
  color: #000;
}
#aviso p{
  font-size: 12px;
}
#aviso .sub{
  font-size: 14px;
  color: #D02C2F;
}

/* ===================================
    Sedes
====================================== */

.sede{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
    text-align: center;
}


.grid-sedes{
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap:20px;
}


#sedes a:hover p{
  color: #393939;
}

/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {
.social-media-footer{
  flex-direction: column;
  color: white;
  margin-top: 10px;
}

.contacto{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 10px;
color: white;
flex-direction: row;
}

.content-inf{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 20px;
  text-align: left;
}

.grid-sedes{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap:20px;
}

}
/* md  */ @media (min-width: 768px) {

.content-footer{
  width:80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.grid-site-footer{
  font-family: 'Noto Sans', sans-serif;
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-areas:
  "logo menu"
  "social social";
}


.grid-sedes{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:20px;
}

.sede{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}


.logo-footer{
  width: 50%;
  height: auto;
  /*margin-right: 20px;*/
}

.social-media-footer{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  color: white;
  margin-top: 0px;
}
.social{
display: flex;
justify-content: flex-end;
align-items: center;

}

.contacto{
display: flex;
justify-content: flex-end;
align-items: center;
margin-bottom: 0px;
flex-direction: row;
margin-left: 10px;
}
.content-avisos{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  flex-direction: row;
}

.content-avisos a{
  margin-left: 10px;
  margin-bottom: 0px:
}


.menu-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}

.social i{
  font-size: 25px;
}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.content-footer{
  width:70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.grid-site-footer{
  font-family: 'Noto Sans', sans-serif;
  display: grid;
  grid-template-columns: 120px 50% auto;
  grid-template-areas:
  "logo menu social";
}

.social-media-footer{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: white;
}



} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.grid-sedes{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:20px;
}

}
/* xxl */ @media (min-width: 1400px) {}
