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

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

footer .small{
  font-size: 12px;
}

.logo-footer{
  width: 150px;
}


.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;
}

.content-logo{
  display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
        gap:15px;
        width: 100%;
}

.content-logo-text{
  height: 100%;
  border-left: 0;
  padding-left:0px;
  text-align: center;
}

.main-menu{
  grid-area: menu;
  padding-left: 0px;
}
.soluciones{grid-area: sol;}
.contact{grid-area: contacto;}
.aprende{grid-area:aprende;}

.site-footer-border{
 border-bottom: 1px solid #EDEDED;
 padding-bottom: 15px;
}

.grid-site-footer{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;

  grid-template-areas:
      "logo logo"
      "menu sol"
      "aprende soporte";
}


.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:#1E2022;
  text-decoration: none;
  transition: all 0.7s ease;
}

.site-footer a:hover{
  color: #4A87C6;
  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-----*/

.contenedor-sociales{
  display: flex;
  align-items: center;
  gap:25px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 50px;
}

.content-social-footer{
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap:10px;
}

.content-social-footer .icon{
  width: 30px;
  height: 30px;
  background: #4657A3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.content-social-footer .icon img{
  width: 95%;
}

.content-social-footer a{
  color: #686868;
  font-weight: 400;
  transition:all .5s ease;
  font-size: 12px;
}

.content-social-footer a:hover{
  color: #4A87C6;
  transition:all .5s ease;
}

.content-social-footer p{
  color: #1E2022;
  font-weight: 400;
  font-size: 12px;
}

.content-social-footer span{
  color: #686868;
  font-weight: 400;
  font-size: 12px;
}

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

.section ul{
  display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap:5px;
    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: 12px;
  font-weight: 400;
  line-height: normal;
}

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

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

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

.tyc-direction{
  flex-direction: column;
}

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

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

.tyc-direction{
  flex-direction: row;
}

.content-logo{
  display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        margin-right: 0px;
        gap:15px;
        width: 80%;
}

.content-logo-text{
  height: 100%;
  border-left: 1px solid #6D6D6D;
  padding-left: 15px;
  text-align: left;
}


} /* @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: 1fr 35% 1fr 1fr;
  grid-gap: 30px;
  grid-template-areas:
      "logo logo logo logo"
      "menu sol aprende soporte";
}

.content-logo{
  margin-right: 0px;
  width: 70%;
}


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

.section ul{

    font-size: 14px;
}


.grid-site-footer{
  grid-template-columns: 1fr 35% 1fr 1fr;
  grid-gap: 30px;
  grid-template-areas:
      "logo logo logo logo"
      "menu sol aprende soporte";
}

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

.content-logo{
  margin-right: 0px;
  width: 50%;
}


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

.grid-site-footer{
  grid-template-columns: 45% 1fr 20% 1fr 1fr;
  grid-gap: 20px;
  grid-template-areas:
    "logo menu sol aprende soporte";
}

.content-logo{
  margin-right: 100px;
  width: 100%;
}

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

.logo{
  display: flex;
        justify-content: flex-start;
        flex-direction: row;
        align-items: center;
        margin-right: 30px;
        gap:15px;
}

.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;}



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