/* ===================================
    footer
====================================== */

footer{
  position: relative;
  z-index: 10;
  background: #1CBAC1;
}

footer p{
 font-size: 12px!important;
 font-weight: 400!important;

}


.btn-flotante{
  position: fixed;
bottom: 10px;
right: 15px;
z-index: 1100;
}

.logo-footer{
  width: 100px;
}


.site-footer{
  width: 100%;
  background:transparent;
  font-weight: 400;
  line-height: 130%;
}

.logo {grid-area: logo;}
.main-menu{grid-area: menu;}
.horarios{grid-area: hora;}
.contact{grid-area: contacto;}
.telefonos{grid-area: tel;}
.cofepris{grid-area: cofre;}


.grid-site-footer{
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 30px;
  grid-gap: 20px;
  border-bottom: 1px solid #fff;
  grid-template-areas:
    "logo"
    "menu"
    "hora"
    "contacto"
    "tel"
    "cofre";
    text-align: center;
}

.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: 130%;
  margin-bottom: 0px;
}

.copy span{font-size: 12px!important;}
.copy a{font-size: 12px!important;}
.copy{text-align: center;}
.site-footer span{color: #fff;font-size: 14px;}
.site-footer a{
  color:#fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.7s ease;
}

.site-footer a:hover{
  color: #4A99A6;
  fill:#4A99A6];
  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;

}

footer .contact-content{
 display: flex;
 justify-content: center;
 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: #4A99A6;
  transition: all 0.7s ease;
  text-decoration: underline;
}

/*-----telefonos-----*/



.telefonos a{
  font-weight: 400;
}

/*-----Main-menu -----*/

.main-menu ul{
  display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-menu 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: center;
  align-items: center;
}

.social-media img{ /*Talvez se borre*/
  width: 30px;
  line-height: normal;
}

.social-media a{
  border-radius: 50%;
}

.social-media a:hover{
  background: #F98FA9;
  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{
  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;
}

/*Curvas*/

.curva-footer{
  width: 100%;
  background: #4A99A6;
  height: 100px;
  clip-path: ellipse(150% 100% at 50% 0%);
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
  position: relative;
  z-index: 100;
  top: -50px;
}

.icono-imer{
  width: 60px;
  height: 60px;
  position: absolute;
  top: 25px;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -0%);
}

.icono-imer-contacto{
  width: 60px;
  height: 60px;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -0%);
}

.curva-footer-nosotros{
  width: 100%;
  background: #C1E3E5;
  height: 100px;
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  position: relative;
  z-index: 100;
  top: -50px;
}

.curva-footer-tratamiento{
  width: 100%;
  background: #FFF7F1;
  height: 100px;
  clip-path: ellipse(150% 100% at 50% 0%);
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
  position: relative;
  z-index: 0;
  top: -50px;
}

.curva-footer-tratamiento-alt{
  width: 100%;
  background: #fff;
  height: 100px;
  clip-path: ellipse(150% 100% at 50% 0%);
  -webkit-clip-path: ellipse(150% 100% at 50% 0%);
  position: relative;
  z-index: 0;
  top: -50px;
}

.curva-footer-contacto{
  width: 100%;
  height: 70px;
  background-image: url("../../assets/img/footer/curvatura-footer.svg");
  background-position: top;
  background-size: cover;
  position: relative;
  z-index: 100;
  top: -65px;
}

/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {

.grid-site-footer{
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-template-areas:
    "logo logo"
    "menu hora"
    "tel contacto"
    "cofre cofre";
    text-align: inherit;
}
.logo{
  display: flex;
justify-content: center;
align-items: end;
gap: 50px;
margin-bottom: 50px;
}

footer .contact-content{justify-content: flex-start;}
.social-media{justify-content: flex-start;}
.main-menu ul{align-items: flex-start;}
.copy{text-align: inherit;}

} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.logo{
  display: flex;
justify-content: center;
align-items: end;
gap: 50px;
margin-bottom: 50px;
}

.tyc{
display: flex;
align-items: flex-end;
}

.grid-site-footer{
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  grid-template-areas:
    "logo logo"
    "menu hora"
    "tel contacto"
    "cofre cofre";
}

.icono-imer-contacto{top: -55px;}


}
/* md  */ @media (min-width: 768px) {


.curva-footer{
  clip-path: ellipse(60% 100% at 50% 0%);
  -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  }

  .curva-footer-tratamiento{
    clip-path: ellipse(60% 100% at 50% 0%);
    -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  }

  .curva-footer-tratamiento-alt{
    clip-path: ellipse(60% 100% at 50% 0%);
    -webkit-clip-path: ellipse(60% 100% at 50% 0%);
  }


.grid-site-footer{
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  grid-template-areas:
    "logo logo logo"
    "menu hora contacto"
    "menu tel cofre";
}



.grid-ubicaciones{  grid-template-columns: repeat(2,1fr)}

.icono-imer-contacto{top: -50px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.grid-site-footer{
  grid-template-columns: 1fr 1fr 1fr 30%;
  grid-gap: 20px;
  grid-template-areas:
    "logo menu hora contacto"
    "logo menu tel cofre";
}

.logo{
  display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        gap:0;
}

.mail{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}


.grid-ubicaciones{  grid-template-columns: 1fr 1fr 1fr;gap: 20px;}

.icono-imer-contacto{top: -25px;}


} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.grid-ubicaciones{  grid-template-columns: 1fr 1fr 1fr;gap: 100px;}

.icono-imer-contacto{top: -25px;}

}
/* xxl */ @media (min-width: 1400px) {}
