/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 156px 0 100px;
}

section {
  padding: 150px 0;
}
body{
  background-image: url("../imagenes/fondo-completo.jpg") ;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  color: aliceblue;
}
.navbar-dark .navbar-brand {
  color: #febf00 !important;
}
.nav-item {
  font-weight: 700 !important;
}
.paddingHome
{
  margin-top: 7rem !important;
}

.contenedor-gotas {
  width: 588px;
  height: 577px;
}

/* resize images */
.contenedor-gotas img {
  width: 100%;
  height: auto;
}

.cauchos
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 280px;
  height: 203px;
  background-image: url("../imagenes/cauchos.png");
  background-repeat: no-repeat;
}
.amorti
{
  position: absolute;
  top: 650px;
  right: 0px;
  width: 300px;
  height: 562px;
  background-image: url("../imagenes/AMORTIGUADORES.png");
  background-repeat: no-repeat;
}
.vehiculo
{
  position: absolute;
  top: 1800px;
  right: -150px;
  width: 700px;
  height: 297px;
  background-image: url("../imagenes/vehiculo.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#productos
{
  padding: 0;
  padding-top: 50px;
}

#contacto
{
  padding: 0;
  min-height: 289px;
  background-color: #640509;
  background-image: url("../imagenes/fondo-completo-2.jpg") ;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: aliceblue;
}
footer
{
  padding: 0;
  min-height: 689px;
  background-color: #640509;
  background-image: url("../imagenes/fondo-completo-4.jpg") ;
  background-repeat: repeat-y;
  background-position: top;
  background-size: contain;
  border-bottom: 60px solid #e8bb2e !important;
}
footer h1{
  font-size: 45px;
  font-weight: 900;
  margin: 0px !important;
}
footer input{
  margin-top: 50px;
  border:none !important;
  border-bottom: 3px solid #fff !important;
}
footer h2{
  font-family: HelveticaLTStd;
  margin: 0px  !important;
  color: #c48c03;
  font-weight: 800;
  font-size: 50px;
}
footer h3{
  margin: 0px  !important;
  font-weight: 700;
  font-size: 12px;
}
#fondopro
{
  padding: 0;
  min-height: 555px;
  background-color: #640509;
  background-image: url("../imagenes/fondo-completo-3.jpg") ;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: aliceblue;
}

.derecha
{
  padding-left: 100px;
}
.imgGotas{
  position: relative;
  top: -150px;
}
.texto-rojo
{
  color: #c80813 !important;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
.bg-rojo
{
  background-color: #c80813 !important;
  letter-spacing: 4px;
}

.ttl1,.ttl2,.ttl3,.ttl4
{
  font-family: HelveticaLTStd;
  font-size: 70px;
  line-height: 60px;
}
.ttl2{
  font-size: 60px;
  line-height: 50px;
}
.ttl4{
  font-size: 45px;
  line-height: 40px;
}
.ttl3{
  color: #9e9e9e;
  font-size: 110px;
  letter-spacing: 15px;
}
.ttl5{
  font-size: 20px;
  letter-spacing: 15px;
}
.curva {
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
}
.curva-2 {
  border-radius: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
.comentario
{
  background-color: #fff;
  color: #000;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
#productos ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#productos li{
  font-size: 20px;
  text-transform: uppercase;
}


/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/


@media (max-width: 575px) { 
  .cauchos{
    background-size: 140px 100px;
   
  }
  .ttl1
  {
    font-size: 40px;
    line-height: 35px;
  }
    .paddingHome
  {
    margin-top: 1rem !important;
  }

  .contenedor-gotas {
    width: 220px;
    height: 120px;
  }
  .amorti{
    background-size: 200px 308px;
    position: absolute;
    top: 450px;
    right: 0px;
    width: 200px;
  }
  .ttl3{
    color: #9e9e9e;
    font-size: 20px;
    letter-spacing: 10px;
  }
  .ttl2{
    font-size: 30px;
    line-height: 20px;
  }
  #contactos2 h1.cont{
    font-size: 15px;
  }
  /* resize images */
  .contenedor-gotas img {
    width: 100%;
    height: auto;
  }
  section {
    padding: 0px;
  }
  .vehiculo
  {
    top: 1130px;
    right: 0px;
    width: 280px;
    height: 157px;
  }
  #quienes .my-4
  {
    margin-bottom: 0rem !important;
    margin-top: 0rem !important;
  }
  #contacto   .ttl4{
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .text-left {
    text-align: center !important;
  }
}


@media (min-width: 576px) and (max-width: 767px) { 
  .cauchos{
    background-size: 140px 100px;
    width: 140px;
    height: 100px;
   
  }
  .paddingHome
  {
    margin-top: 1rem !important;
  }

  .contenedor-gotas {
    width: 380px;
    height: 220px;
  }
  .amorti{
    background-size: 200px 308px;
    position: absolute;
    top: 650px;
    right: 0px;
    width: 200px;
  }
  .contenedor-gotas img {
    width: 100%;
    height: auto;
  }
  .text-left {
    text-align: center !important;
  }
  .vehiculo
  {
    top: 1500px;
    right: -100px;
    width: 480px;
    height: 157px;
  }
  .ttl3{
    font-size: 40px;
    letter-spacing: 15px;
  }
 }

@media (min-width: 768px) and (max-width: 991px) { 
  .cauchos{
    background-size: 140px 100px;
    width: 140px;
    height: 100px;
  }
  .paddingHome
  {
    margin-top: 1rem !important;
  }
  .contenedor-gotas {
    width: 380px;
    height: 220px;
  }
  .amorti{
    background-size: 200px 308px;
    position: absolute;
    top: 950px;
    right: 0px;
    width: 200px;
  }
  .contenedor-gotas img {
    width: 100%;
    height: auto;
  }
  .text-left {
    text-align: center !important;
  }
  .ttl2{
    font-size: 40px;
  }
  .imgGotas{
    position: relative;
    top: 10px;
  }
  .ttl3{
    font-size: 40px;
    letter-spacing: 15px;
  }
  .vehiculo
  {
    top: 1550px;
    right: -100px;
    width: 480px;
    height: 190px;
  }
 }

@media (min-width: 992px) and (max-width: 1199px) { 
  
 }


@media (min-width: 1200px) { 
  .cauchos{
    background-size: 280px 203px;
  }
 }
