/*nav*/
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0px !important;
  border: 1px solid transparent;
}

/*Video*/
.nosotros-contenedor-video {
  padding: 0px;
}

/*SECCION 1*/
.txt-nosotros-principal {
  margin: 2em;
  text-align: center;
  color: #000;
}

.txt-nosotros-img1 {
  margin: 2em;
  text-align: justify;
  color: #000;
}

/*Seccion 2*/
.txt-nosotros-img2 {
  margin: 2em;
  text-align: justify;
  color: #fff;
}

.img-nosotros-articulo {
  margin-bottom: 50px;
}

.btn:hover {
  background-color: #3fbbff !important;
  color: #fff !important;
}

.btn:active {
  background-color: #3fbbff !important;
  color: #fff !important;
}

.btn:focus {
  background-color: #3fbbff !important;
  color: #fff !important;
}

.btn-nosotros-seccion2 {
  font-size: 20px;
  font-family: "Open Sans", Arial, sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0px;
  background: #fff;
  color: #3fbbff;
}

/*SLIDER*/
.carousel-inner.onebyone-carosel {
  margin: auto;
  width: 90%;
}

.onebyone-carosel .active.left {
  left: -33.33%;
}

.onebyone-carosel .active.right {
  left: 33.33%;
}

.onebyone-carosel .next {
  left: 33.33%;
}

.onebyone-carosel .prev {
  left: -33.33%;
}

.well {
  margin-bottom: 0px !important;
  padding: 48px !important;
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 50px;
  margin-top: 50px;
  color: #000;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img-nosotros-slider {
  max-width: 157px !important;
}

/*Seccion 3*/
.btn-seccion3 {
  border-style: none;
}

.btn-seccion3:hover {
  border-style: none;
  background-color: #3fbbff;
  color: #fff;
}

/* Styling the Popup Window */
.popup-trigger {
  display: block;
}

.popup {
  display: none;
  position: absolute;
  top: 0px !important;
  left: 50%;
  width: 549px;
  margin-left: -275px;
  padding: 50px 30px;
  background: #fff;
  color: #333;
  font-size: 19px;
  line-height: 30px;
  border: 10px solid #262626;
  z-index: 9999;
}

.popup1 {
  display: none;
  position: absolute;
  top: 0px !important;
  left: 50%;
  width: 549px;
  margin-left: -275px;
  padding: 50px 30px;
  background: #fff;
  color: #333;
  font-size: 19px;
  line-height: 30px;
  border: 10px solid #262626;
  z-index: 9999;
}

.popup-mobile {
  position: relative;
  top: 0;
  left: 0;
  margin: 30px 0 0;
  width: 100%;
}

.popup-btn-close {
  position: absolute;
  top: 8px;
  right: 14px;
  color: #3fbbff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.imagenes-colaboradores {
  padding-left: 10rem;
  padding-right: 10rem;
}

/* Smartphones (landscape) horizontal----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /*SECCION 1*/
  .txt-nosotros-principal {
    margin: 2em;
    text-align: center;
    color: #000;
  }

  .txt-nosotros-img1 {
    margin: 2em;
    text-align: justify;
    color: #000;
  }

  /*Seccion 2*/
  .txt-nosotros-img2 {
    margin: 2em;
    text-align: justify;
    color: #fff;
  }

  /*Slider nosotros*/
  .slider-nosotors-mobil {
    overflow-x: hidden;
    height: 165px;
  }

  .img-nosotros-slider {
    max-width: 157px !important;
    padding: 1em;
  }
}

/*Mobile landscape*/
@media screen and (device-width: 640px) and (device-height: 360px) {
  /*Slider nosotros*/
  .slider-nosotors-mobil {
    overflow-x: hidden;
    height: 165px;
  }

  .img-nosotros-slider {
    max-width: 157px !important;
    padding: 1em;
  }
}

/* iPads (landscape)horizonta----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* iPads (portrait)  vertical----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .well {
    margin-bottom: 0px !important;
    padding: 48px !important;
    height: 232px;
    overflow: hidden;
  }

  .img-nosotros-slider {
    margin-top: 1em;
    max-width: 157px !important;
  }
}

/*Pantallas*/
@media screen and (min-device-width: 1600px) {
}

/* ESTEBAN */
.text-bold {
  font-weight: bold;
}

.fondo-gris {
  background-color: #f2f2f2;
}

#slick .rol {
  font-size: 18px;
}

#slick .descripcion {
  font-size: 15px;
}

.slick-slide {
  margin: 0 27px;
}

.separador-colaboradores {
  border-top: 4px solid #48bbf8;
  width: 20%;
}

.py-50-px {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.slick-prev {
  left: 15px;
  position: absolute;
  top: 50%;
  z-index: 9999;
}

.slick-next {
  right: 15px;
  position: absolute;
  top: 50%;
  z-index: 9999;
}

#slick .fa {
  margin-top: 0;
}

#slick .fa:hover {
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .imagenes-colaboradores {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
  .imagenes-colaboradores {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
  .imagenes-colaboradores {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
  .imagenes-colaboradores {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
  .imagenes-colaboradores {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
  .imagenes-colaboradores {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
