@media (max-width: 900px) {
}
/* > sm */
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .container.con-aire {
    padding-right: 30px;
    padding-left: 30px;
    overflow: hidden;
  }
  .container.con-aire > .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .container.con-aire .row > div {
    padding: 30px;
  }
}
/* md */
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .caja-4::before {
    content: "";
    height: 80%;
    z-index: 3;
    position: absolute;
    top: 10%;
    right: 0;
    width: 2px;
    background: #cccccc;
    opacity: 0.2;
  }
  .swiper-slide:last-child .caja-4::before {
    content: none;
  }
}
/*sm-md*/
@media (min-width: 576px) and (max-width: 767.98px) {
}
/*md-lg*/
@media (min-width: 768px) and (max-width: 991.98px) {
}
/*lg-xl*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}
/* lg */
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}
/* xl */
@media (min-width: 1200px) {
  header nav {
    display: block !important;
  }
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
}
@media (min-width: 1400px) {
  .d-xxl-block {
    display: block !important;
  }
}
@media (max-width: 1199.98px) {
  .pixel-3 {
    display: none;
  }
  .pixel-1 {
    width: 200px;
  }
  .slider .titulo,
  .slider2 .titulo {
    font-size: 33px;
  }
  .slider .texto,
  .slider2 .texto {
    font-size: 17px;
  }
  header nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fffffff0;
    padding: 10px;
  }
  header nav a {
    text-align: left;
    padding: 10px !important;
    display: block;
    width: 100%;
  }

  .switch {
    position: relative;
    display: block !important;
    /*     position: absolute;
    right: 30px;
    top: 50%; 
    transform: translateY(-50%);*/
    cursor: pointer;
    background: #012a4a;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 30px;
  }
  .switch.on {
    background: #0e7bd0;
  }
  .switch i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .datos-contacto a {
    font: 500 18px/1.4em Montserrat;
  }
  .t-3 {
    font-size: 24px;
  }
  .t-4 {
    font-size: 20px;
  }
  .slider {
    height: 400px;
  }
  .datos {
    font-size: 15px;
  }
  i.fa-question {
    opacity: 0;
    left: 5px;
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .slider .titulo {
    font-size: 24px;
  }
  .slider .texto {
    font-size: 15px;
  }
}
/*< sm*/
@media (max-width: 575.98px) {
}
