@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i&display=swap');
.outer {
  margin: 0 auto;
  max-width: 800px;
  height: 100vh;
}
  #big .item {
/*     background: #ec6e46; */
/*     padding: 120px 0px 0px 0px; */
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
  }
/* IMg */
.txtImg{
    color: #212529;
    font-size: 14px;
    font-family: 'Asap', sans-serif;
}
  #thumbs .item {
/*     background: #c9c9c9; */
/*     height: 70px; */
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }
  #thumbs .item h1 {
    font-size: 18px;
  }
  #thumbs .current .item {
/*     background: #ff5722; */
  }
  .owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
  }
  #big.owl-theme {
    position: relative;
  }
  #big.owl-theme .owl-next, 
  #big.owl-theme .owl-prev {
    background: none;
    width: 65px;
    line-height: 0;
    /* height: 40px; */
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
  }
/*   #big.owl-theme .owl-next,
  #big.owl-theme .owl-prev {
    background: #333;
    width: 40px;
    line-height: 35px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
  } */
  #big.owl-theme .owl-prev {
    left: 10px;
  }
  #big.owl-theme .owl-next {
    right: 10px;
  }
  #thumbs.owl-theme .owl-next,
  #thumbs.owl-theme .owl-prev {
    background: #333;
  }

.bgThumbs {
  background-image: url("../images/conoce/suColeccion/pleca_naranja.png");
  position: absolute;
  bottom: 0;
}
.bgBar {
  background-image: url("../images/conoce/suColeccion/pleca_azul.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgThumbs .owl-carousel .owl-item img {
  width: 50%;
  margin: auto;
}
body {
  background-image: url("../images/conoce/suColeccion/fondo_galeria.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  -webkit-background-overflow: hidden;
  -moz-background-overflow: hidden;
  -o-background-overflow: hidden;
  height: 100vh;;
}


/* Header CSS */
div.navbar-brand {
  background: black;
  color: white !important;
  font-family: 'Asap', sans-serif;
  padding: 1.8rem;
  font-size: 1.5rem;
  letter-spacing: .5px;
  cursor: pointer;
}
/* Header Mosaicos Galeria */
div.navbar-brand.mosaicos {
  background: transparent;
  color: #212529 !important;
  font-family: 'Cabin Sketch', sans-serif;
  font-size: 2.2rem;
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Cabin Sketch', sans-serif;
  font-size: 2.2rem;
  color: #212529;
}
.active {
  color: #b1380f !important;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  margin: 1px;
  padding: 4px 8px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 11px;
}
.owl-theme .owl-nav {
  margin-top: 40px;
}
/* Imagenes Galeria */
.img-fluid.diego {
  max-width: 75% !important;
  left: 20%;
}
.img-fluid.galeria {
  max-width: 105% !important;
  right: 25%;
  margin-bottom: 70px;
}

.modal-content {
  background-repeat: repeat !important;
}

.imgFullAnahua img {

}
.galeriaMob {
  display: none;
}
.img-17 {
  display: none;
}

/* Texto Diego */
.txtDiego {
  background-color: #7e8182eb;
  color: #ffffff;
  top: 94px;
  left: 70px;
  padding: 20px;
  width: 223px;
  position: absolute;
  opacity: 1;
  z-index: 999;
}
.txtDiego p {
  font-size: 15px;
  font-family: 'Asap';
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 18px;
}
/* Btn Close */
.btn-cerrar {
  position: absolute;
  top: 0px;
  right: -14px;
  background-color: #f48e27;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-image: url(../images/close.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
/* Btn Close 2 */
.btn-back {
  position: absolute;
  top: 120px;
  right: 60px;
  background-color: #f48e27;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-image: url(../images/close.png);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}





/* Media Querie */
/* Media Queries Width  */

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1440px
*/
@media (max-width: 1920px) {
  .owl-carousel .owl-item img {
/*     display: block; */
    width: 85%;
    display: inline-flex;
  }
  #big .item {
    padding: 30px 0px;
  }
}
@media (min-width: 1025px ) and (max-width: 1440px) {
  .owl-carousel .owl-item img {
/*     display: block; */
    width: 55%;
    display: inline-flex;
  }
  #big .item {
    padding: 30px 0px;
  }
}


@media (max-height: 655px) and (max-width: 1366px) {
  .owl-carousel .owl-item img {
      /* display: block; */
      width: 50%;
      display: inline-flex;
  }
}
/* 
##Device = Tablets, Ipads (portrait)
##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .img-fluid.diego {
    max-width: 125% !important;
    left: 20%;
    margin-bottom: 50px;
  }
  .img-fluid.galeria {
    display: none;
  }
  .galeriaMob {
    display: block;
    right: 35%;
    max-width: 135%;
    margin-bottom: 120px;
  }
}
/* 
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {

}
/* 
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {
  .bgThumbs {
    height: 10%;
    margin: 0;
  }
/*   .bgThumbs .owl-item {
    height: 10%;
  } */
  .bgThumbs .owl-carousel .owl-item img {
    width: 100%;
    margin: auto;
  }
  div.navbar-brand {
    padding: .8rem;
    font-size: 18px;
  }
  .galeria {
    margin: auto;
  }
  .bgBar {
    background-image: url("../images/conoce/suColeccion/pleca_azul_movil.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .owl-theme .owl-nav {
    margin-top: 40px;
  }
  .img-fluid.diego {
    max-width: 100% !important;
/*     margin-bottom: 200px; */
  }
  .img-17 {
    bottom: 220px;
    width: 70%;
    left: 40%;
    position: absolute;
    display: block;
  }
  .btn-primary.question {
    width: 30px;
    height: 30px;
  }
  .fa.fa-info {
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin: auto;
  }
  .imgFullAnahua {
    display: none;
  }
  .img-fluid.diego {
    max-width: 150% !important;
    left: 0 !important;
  }
  .img-fluid.galeria {
    display: none;
  }
  .galeriaMob {
    display: block;
    right: 65%;
    max-width: 175%;
    margin-bottom: 30px;
  }
  /* Texto Diego */
  .txtDiego {
    display: none;
  }
  .txtMosaico {
    font-size: 1rem;
  } 
  #big .item {
    padding: 0px 0px 0px 0px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
  }
  /* Dots */
  #big.owl-theme .owl-next, 
  #big.owl-theme .owl-prev {
    background: none;
    width: 53px;
    line-height: 0;
    margin-top: -20px;
    text-align: center;
    top: 0;
    position: relative;
  }
  #big.owl-theme .owl-next {
    right: 0px;
  }
  #big.owl-theme .owl-prev {
    left: 0px;
  }
  .txtDiego {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .btn-back {
    width: 33px;
    height: 33px;
    z-index: 999;
  }
  .btn-cerrar {
    top: -15px;
    left: -15px;
  }
  .txtDiego p {
    font-size: 13px;
  }
}

/* Bloquear Landscape */
#landscape  {
  display: none;
  z-index: -100;
}
@media(max-width: 900px) and (orientation: landscape) {
  #landscape {
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #f2f2f2;
    z-index: 990000;
    width: 100%;
    height: 100vh;
    text-align: center;
    font-size: 1rem;
    color: #212529;
    align-items: center;
    justify-content: center;
  }
  #landscape img {
    width: 20%;
    margin-bottom: 20px;
  }
}
/* Bloquear Landscape */


