/*Removiendo gutter para smartphones*/
html {
    padding: env(safe-area-inset);
}

/*Removiendo scrolling horizontal*/
html, body {
    overflow-x: hidden;
    color: white;
    font-family: 'Bebas Neue', cursive;
}

/*Agregando offset para scrolling*/
.offset:before {
    content: "";
    height: 4.3rem;
    display: block;
    margin-top: -4.3rem;
 }

/*Navbar*/
.navbar {
    text-transform: uppercase;
    padding: .7rem 0;
    font-size: .8rem;
    background: rgba(0, 0, 0, .7);
}

.navbar-brand img{
  width: 9rem;
}

.nav-link {
    font-size: .8rem;
    font-weight: bold;
    font-style: italic;
    padding: .7rem;
    letter-spacing: .8rem;
    color: #f2f00a;
}

.nav-item {
 margin: 0 10px;
 border-radius: 25px;
 padding-left: 11px;
 background: rgba(255, 255, 255, .1);
}

.nav-item:hover {
  background: rgba(255, 255, 255, .2);
}

.nav-link:hover {
  color: white;
}

.custom-toggler-icon {
    color: #f2f00a;
    font-size: 1.6rem;
 }

/*Slider*/
.carousel-indicators li {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 2rem;
}

.carousel-item {
  height: 100vh;
  min-height: 18.75rem;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1A1A1A;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
  transition: -webkit-transform 1.2s ease;
  transition: transform 1.2s ease;
  transition: transform 1.2s ease,-webkit-transform 1.2s ease;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  text-transform: uppercase;
  font-style: italic;
}

.caption h1 {
  font-size: 7rem;
  letter-spacing: 2rem;
  text-shadow: .1rem .1rem .8rem black;
  padding-bottom: 1rem;
  color: #f2f00a;
}

.caption h3 {
  font-size: 3rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 2rem;
  letter-spacing: .6rem;
  color: #f2f00a;
}

.btn-lg {
  border-width: medium;
  padding: .5rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .5rem;
}

/*Nosotros*/
.heading {
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  color: black;
  font-size: 4rem;
  letter-spacing: .5rem;
}

.heading-underline {
  width: 15rem;
  height: .2rem;
  background-color:#d68747;
  margin: 0 auto 2rem;
}

.slogan-area {
  background: #1d1d1d;
}

.slogan {
  font-size: 5rem;
  font-style: italic;
  line-height: 4.2rem;
}

#nosotros .slogan {
  text-shadow: .5rem .5rem .4rem black;
}

#calidad .slogan {
  letter-spacing: .3rem;
}

#nosotros .fixed {
  color: white;
}

.fixed h1, .fixed p {
  font-weight: 700;
}

.fixed {
  position: relative;
  width: 100%;
  display: table;
}

.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -9999;
}

.fixed-naranja, .fixed-contacto {
  background-image: url('../img/secciones/nosotros.jpg');
  position: fixed;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  z-index: -1;
  top: 0;
  left: 0;
  display: table;
}

.fixed-naranja {
  background-image: url('../img/secciones/nosotros.jpg');
}

 .naranja {
     background: rgba(0, 0, 0, .6);
     z-index: 1000;
 }

 /*Servicios*/
 #servicios {
   color: black;
 }
 
 /*Productos*/
 .fa-angle-down {
   float: right;
 }

 .btn-block {
   border: 0;
   background-color: #d68747;
 }

 .btn-block:active, .btn-block:hover {
  background-color: #ab6c38!important;
}

.card h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}

/*Galería*/
.logo-color {
  width: 50rem;
  margin-top: 2rem;
}

/*Contacto*/
#contacto .heading {
  color: white;
}

.fixed-contacto {
  background-image: url('../img/secciones/contacto.jpg');
}

/*Mapa*/

.iframe-rwd  {
  position: relative;
  padding-bottom: 25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  }

  .iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.btn-contact {
  background: white;
  margin: .4rem 0;
}

.btn-contact a{
  color: #2d2d2f;
  font-weight: 700;
}

.btn-contact a:hover{
  text-decoration: none;
}

.btn-contact a:visited {
  color: #2d2d2f;
}

/*Info*/
.info {
  background: #090909;
  color: white;
  letter-spacing: .2rem;
  font-style: italic;
}

.info a{
  font-style: italic;
}

.info h4{
text-transform: uppercase;
font-size: 1rem;
}

.info a, .info a:visited {
color: black;
}

.info p {
font-size: 1rem;
margin-bottom: 0;
}

/*Redes*/
#redes {
  color: black;
}

#redes .fa-circle {
  color: black;
}

#redes .fa-facebook,
#redes .fa-instagram,
#redes .fa-youtube {
  transition: color .4s;
}

#redes .fa-facebook:hover,
#redes .fa-instagram:hover,
#redes .fa-youtube:hover {
  color: #f2f00a;
}

/*Footer*/
.footer {
  background: black;
  color: white;
  font-size: .7rem;
  letter-spacing: .2rem;
}

/*Botón Top Scroll*/
a.top-scroll {
  right: 1.2rem;
  bottom: 1.2rem;
  position: fixed;
  opacity: .6;
  z-index: 1000;
  display: none;
}

a.top-scroll:hover {
  opacity: .8;
}

.top-scroll .svg-inline--fa {
  background-color: #f2f00a;
  color: white;
  font-size: 3rem;
  height: 1.9rem;
  width: 1.9rem;
  border-radius: 25px;
}

.footer-logo {
  width: 6rem;
}

.algort-logo {
  width: 5rem;
}

.footer a, .footer a:visited {
  color: white;
}

.footer a:hover {
  color: #d68747;
  text-decoration: none;
}

.footer a:visited:hover {
  color: #d68747;
}

.newkolor-flayer {
  width: 68rem;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
}

/*Reajustes para smartphones*/
@media (max-width: 991.98px) {
  .caption h1 {
    font-size: 5rem;
    letter-spacing: .2rem;
    padding-bottom: .8rem;
  }
  
  .caption h3 {
    font-size: 2.2rem;
    padding-bottom: 1.7rem;
  }
  
  .caption .btn-lg {
    padding: .7rem 1.2rem;
    font-size: 1rem;
  }

  .newkolor-flayer {
    width: 40rem;
  }

  .logo-color {
    width: 30rem;
  }

  .nav-item, .nav-item:hover {
    background: none;
    margin: 0;
    padding-left: 0;
   }

   .logo-slider {
    width: 27rem;
  }

}

@media (max-width: 767.98px) {
  .caption h1 {
    font-size: 4rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  
  .caption h3 {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    padding-bottom: 1rem;
  }
  
  .caption .btn-lg {
    padding: .6rem 1.1rem;
  }

  .newkolor-flayer {
    width: 33rem;
  }

  .logo-color {
    width: 30rem;
  }

  .nav-item, .nav-item:hover {
    background: none;
    margin: 0;
    padding-left: 0;
   }

   .logo-slider {
    width: 25rem;
  }
}

@media (max-width: 575.98px) {
  .caption h1 {
    font-size: 4rem;
    letter-spacing: .1rem;
    padding-bottom: .4rem;
  }
  
  .caption h3 {
    font-size: 1.5rem;
    letter-spacing: .3rem;
    padding-bottom: 1rem;
  }
  
  .caption .btn-lg {
    padding: .4rem .9rem;
    font-size: .9rem;
  }

  .btn-block {
    font-size: .8rem;
 }

 .copyright {
   font-size: .6rem;
 }

 .iframe-rwd  {
  padding-bottom: 60%;
  }

  .fixed-naranja {
    background-image: url('../img/secciones/nosotros-mobile.jpg');
  }

  .fixed-contacto {
    background-image: url('../img/secciones/contacto-mobile.jpg');
  }

  .slogan {
    font-size: 2.8rem;
  }

  .heading {
    font-size: 2.5rem;
  }

   .newkolor-flayer {
    width: 27rem;
  }

  .logo-color {
    width: 20rem;
  }

  .nav-item, .nav-item:hover {
    background: none;
    margin: 0;
    padding-left: 0;
   }

   .logo-slider {
     width: 22rem;
   }
}

/*Waypoints*/
.os-animation{
	opacity: 0;
	margin: 0!important;
	max-width: 100%;
}
.os-animation.animated {
	opacity: 1;
}