/* Responsive Large */
@media screen and (min-width: 2250px) {

}
/*  */

/* Responsive */
@media screen and (max-width: 1850px) {

}

@media screen and (max-width: 1700px) {

}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1500px) {
.direccionFooter h1 , .sitioFooter h1 , .contactoFooter h1 {
  font-size: 20px;
}
.direccionFooter::after {
  bottom: 5px;
}
.box-footer {
  max-width: 75px;
  top: -50px;
}
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1300px) {

}

@media screen and (max-width: 1200px) {
.footerContainer {
  padding: 25px 5% 0 5%;
}
}

@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 992px) {
.direccionFooter {
  text-align: center;
}
.direccionFooter::after {
  left: 0;
  margin: auto;
}
.direccionFooterInfo {
  text-align: center;
}
.sitioFooterInfo ul li a , .contactoFooterInfo ul li a , .direccionFooterInfo p {
  font-size: 14px;
}
.footerContainer {
  padding: 25px 3% 0 3%;
}
.contactoFooter {
  text-align: center;
}
.contactoFooterInfo {
  text-align: center;
}
.contactoFooter::after {
  right: 0;
  margin: auto;
}
}

@media screen and (max-width: 900px) {

}

@media screen and (max-width: 800px) {

}

@media screen and (max-width: 700px) {

}

@media screen and (max-width: 600px) {
.footerContainer {
  padding: 25px 10% 0 10%;
}
.sitioFooterInfo ul li a, .contactoFooterInfo ul li a, .direccionFooterInfo p {
  font-size: 15px;
}
}

@media screen and (max-width: 500px) {
.contactoFooter::after , .sitioFooter::after , .direccionFooter::after {
  width: 70%;
}
}

@media screen and (max-width: 400px) {

}

@media screen and (max-width: 370px) {

}

@media screen and (max-width: 350px) {

}

@media screen and (max-width: 320px) {

}
/*  */
