
/* 
    Created on : 02-agosto-2021, 8:41:00
    Author     : CSnet
*/

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
}

a {
    color: #000000;
}

header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}

.menu{
    background: #4e9f60;
}

#header {
  background-color: #f1f1f1;
  padding: 50px 10px;
  color: black;
  text-align: center;
  font-size: 90px; 
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
}

#mainNav {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #f7f7f7;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

#mainNav .navbar-brand {
  font-weight: 700;
  color: #212529;
}

#mainNav .navbar-nav .nav-item .nav-link {
  color: #212529;
  font-weight: 400;
  font-size: 1rem;
  padding: 0.75rem 0;
}

#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #f7f7f7;
}

#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #d9262e !important;
}

@media (min-width: 992px) {
    .navbar-brand img{
    height: 125px;
}
  #mainNav {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fbfbfbab;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #212121;
    padding: 0 .5rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #1e1e1e;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #f7f7f7;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #f7f7f7;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #8a8a8a;
  }
}

.navbar-brand img{
    height: 100px;
}
header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 72px);
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

header.masthead h1 {
  font-size: 2.25rem;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 0px;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 3.5rem;
    text-shadow: 0 0 5px black
  }
}
.escalador {
    position: absolute;
    top: 0;
    left: 20px;
    width: 90px;
    height: 200px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:570px){
    .escalador {
    top: 0;
    right: 20px;
    width: 100px;
    height: 40vh;
    z-index: 1;
}
}

hr.divider {
    max-width: 5rem;
    border-width: .5rem;
    border-color: #f7f7f7;
}

.carousel-imagen {
    height: 100vh;
    min-height: 300px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(45, 45, 45, 0.8)), to(rgba(2, 2, 2, 0.8)));
  background: linear-gradient(to bottom, rgba(45, 45, 45, 0.8) 0%, rgba(2, 2, 2, 0.8) 100%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: transform 2s ease, opacity .5s ease-out;
    background-position: bottom center;
}

.page-section p{
    font-size: 1.4em;
    font-weight: 300;
}

#verticales p{
    font-size: 1.4em;
    font-weight: 300;
}

#map {
    height: 80vh;
    width: 100%;
}

#area{
    padding-bottom: 0px;
}

.card-servicios{
    border-color: #d9262e;
    border-radius: 0px;
    padding: 2em;
}

.card-servicios h3{
    font-weight: 600;
    font-size: 1.7em;
    text-align: center;
}

.card-servicios i{
    text-align: center;
    font-size: 3em;
    margin-bottom: 1em;
}

.parallax {
  /* The image used */
  background-image: url("/imagenes/banners/fondo-parallax.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3em;
}

#stock {
  padding: 0;
}

#contact i{
    color: #ffffff !important;
    background: #d9262e;
    padding: .2em;
    font-size: 2em;
}

.destacado-parallax{
    height: 50vh;
    background: #00000087;
}

.destacado-parallax i{
        color: white;
    font-size: 3em;
    margin-bottom: 1em;
}