

/* Botones
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
	z-index: 1000;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #be0811; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #be0811; }

/* Secciones
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

.value-prop {
  margin-top: 1rem;
  font-weight: 600;
  text-shadow: 2px 2px 5px black;
}

.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; 
}

.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 1rem; 
  height:  80px;
}

/* Menú Top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbar {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
	top: 0px;
	width: 100%;
}
  .navbar-spacer {
    width: 100%;
}
  .navbar > .container {
    width: 100%; 
}
  .navbar-list {
    list-style: none;
    margin-bottom: 0; 
}
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; 
    opacity: 1; 
}
  .navbar-link {
    text-transform: uppercase;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-right: 1rem;
    text-decoration: none;
    line-height: 4rem;
    color: #fff; 
}
  .navbar-link.active {
    color: #be0811; 
}
   .row-menu {
	width: 100%;
	display:flex;
	align-items: center; }

  .LogoMenu {
    margin: auto 0 auto 0;
    max-width: 30px;
    padding-right: 2rem;
    padding-left: 2rem;  
  }


/* Barra Bottom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.navbarbottom,
  .navbarbottom-spacer {
    display: block;
    width: 100%;
    background: #eee;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbarbottom-spacer {
    display: none; }
  .navbarbottom > .container {
    width: 100%; }
  .navbarbottom-list {
    list-style: none;
    margin-bottom: 0; }
  .navbarbottom-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .row-bottom {
	display: flex;
	align-items: center;  }
  .LogoBottom {
	margin: auto 0 auto 0;
    max-height: 20px;
	padding-right: 3rem;
	padding-left: 3rem; */  }
  .docs-header-bottom {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: .1rem;
    font-weight: 600; 
    padding-top: 2rem;
    line-height: 0rem;  }
  .docs-section-bottom {
    font-size: 1rem;
    letter-spacing: .1rem;
    font-weight: 600; 
    padding-top: 0rem;  }

/* Top
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.IndexTop {
  background-image: url('../camiones/BIG_Meteor_0_400.jpg');
  background-size: cover;
  color: #fff;
}

/* Fotos
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.IndexFotos {
  background-size: cover;
  color: #fff;
}

.IndexFotos2 {
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}

/* Hero Heading
–––––––––––––––––––––––––––––––––––––––––––––––––– */

  .hero-heading {
    font-size: 3.4rem;
	font-weight: 400;
	text-shadow: 2px 2px 5px black;  }

  .hero-heading-black {
    font-size: 3.4rem;
	font-weight: 400;
	color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; 
  }

  .hero-subtext {
    font-size: 1.7rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 3px black;
  }
	
  .hero-subtext-black {
    font-size: 1.7rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }

  .hero-heading-black-small {
    font-size: 2.4rem;
  font-weight: 400;
  color: black; 
    text-shadow: 2px 2px 5px #c6c6c6; 
  }

  .hero-subtitle-black-small {
    font-size: 1.6rem;
    font-weight: 600; 
    color: black;
    text-align: left;
    text-shadow: 2px 2px 5px #c6c6c6;
  }
  
  .hero-subtext-black-small {
    font-size: 1.5rem;
    font-weight: 500; 
    color: black;
    text-align: left;
    text-shadow: 2px 2px 5px #c6c6c6;
  }

  .logos-heading {
	color: #FFFFFF;
    font-size: 2rem;
	font-weight: 400;
	text-shadow: 2px 2px 5px black; 
	text-align: justify;
}


/* Mas de 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }

  .hero-heading {
    font-size: 4.4rem;
	  font-weight: 400; 
	  text-shadow: 2px 2px 5px black;
  }

  .hero-heading-black {
    font-size: 4.4rem;
	  font-weight: 400; 
      color: black;  
	text-shadow: 2px 2px 5px #c6c6c6;}
	
  .hero-subtext {
    font-size: 2.2rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 5px black;
  }
	
  .hero-subtext-black {
    font-size: 2.2rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }

.ColumnaRedes {
	display: flex;
	margin: auto;
}

.LogoRedes {
	max-height: 50px;
	  margin: auto;
}
	
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 6rem;
    color: #fff; 
}
	
.LogoMenu {
	margin: auto 0 auto 0;
    max-height: 30px;
	padding-right: 2rem;
	padding-left: 2rem; */
}
	
.IndexTop {
  background-image: url('../camiones/BIG_Meteor_0_550.jpg');
  background-size: cover;
  color: #fff;
}
	
}

/* Mas de 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 5.5rem;
	  font-weight: 400; 
	  text-shadow: 2px 2px 5px black;
	}
	
  .hero-heading-black {
    font-size: 5.5rem;
	  font-weight: 400; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }
	
  .hero-subtext {
    font-size: 2.5rem;
	  color: white;
	  font-weight: 500;  
	  text-shadow: 2px 2px 5px black;
  }
	
  .hero-subtext-black {
    font-size: 2.5rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }
	
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
	
  .categories {
    padding: 15rem 0 8rem;
  }

  .navbar-link {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 8rem;
    color: #fff; 
}

.LogoMenu {
	margin: auto 0 auto 0;
    max-height: 40px;
	padding-right: 2rem;
	padding-left: 2rem; */
}

}

/* Mas de 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
  }
  .hero {
    padding: 22rem 0;
  }
  .hero-heading {
    font-size: 6rem;
	  font-weight: 400;
	  text-shadow: 2px 2px 5px black; 
	}
	
  .hero-heading-black {
    font-size: 6rem;
	font-weight: 400;
    color: black; 
	  text-shadow: 2px 2px 5px #c6c6c6;
	}	
	
  .hero-subtext {
    font-size: 2.6rem;
	  color: white;
	  font-weight: 500; 
	  text-shadow: 2px 2px 5px black;
  }
	
  .hero-subtext-black {
    font-size: 2.6rem;
	  font-weight: 500; 
	  color: black;
	  text-shadow: 2px 2px 5px #c6c6c6;
  }
	
  .navbar-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 2rem;
    text-decoration: none;
    line-height: 8rem;
    color: #fff; 
}

.LogoMenu {
	margin: auto 0 auto 0;
    max-height: 50px;
	padding-right: 2rem;
	padding-left: 2rem; */
}
	
.IndexTop {
  background-image: url('../camiones/BIG_Meteor_0_1000.jpg');
  background-size: cover;
  color: #fff;
}
	
}

/* Mas de 1400 */
@media (min-width: 1400px) {
	
.IndexTop {
  background-image: url('../camiones/BIG_Meteor_0_HR.jpg');
  background-size: cover;
  color: #fff;
}
	
}