@import url('https://fonts.googleapis.com/css?family=Poppins:100, 200, 400, 500, 700;');
html, body {
  font-family: 'Poppins', sans-serif;
  color: #222;
}

body h3 {
  color: #36439B;
}
body h2 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;

}
a {
  color: #fff;
}
a:hover{
  color: #fff;
  text-decoration: none;
}
p{
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
}
.valor-petroleo{
  margin-top: 50px;
  background-color: #36439B;
  width: 20%;
  position: relative;
  height: 35%;
  left: 40%;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 5px;
}
.btn-text{
  color: #fff;
  font-size: 0.5em;
  font-family: 'Roboto';
  margin-bottom: 0;
  padding: 0;
}
.fa-money-bill-alt{
font-size: 0.6em;
color: #fff;
}

.carousel-inner{
  min-height: 100vh;
}
.navbar-brand img {
  max-height: 40px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#servicios{
  padding-top: 80px;
}
.col-lg-8{
  margin-left: auto;
  margin-right: auto;
}
#productos{
  padding-top: 80px;
}
#sobre-nosotros{
  padding-top: 100px;
}
#clientes{
  padding-top: 80px;
}
#despachos{
  padding-top: 100px;
}
body h2 {
  color:#36439B;
}
.containerclientes {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar {
  padding: .8rem;
}
.navbar-nav li {
  padding-right: 20px;
}
.nav-lin {
  font-size: 1.1em !important;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-caption p {
  font-family: 'Roboto';
  color: #fff;
  font-weight: 300;
  font-size: 1em;
}
.carousel-caption h1 {
  font-family: 'Roboto';
  font-size: 3.25em;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-caption h3 {
  font-family: 'Roboto';
  font-size: 2.5em;
  text-align: right;
  font-weight: 300;
  color: #d46832;
  margin: 0;
  padding-right: 30px;
}
.jumbotron {
  padding: 1rem;
  border-radius: 0;
}
.padding {
  padding-bottom: 2rem;
}
.welcome {
  width: 75%;
  margin: 0% auto;
  padding-top: 2rem;
}
.welcome hr {
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}
.services-container p {
  font-family: 'Poppins';
  font-weight: 300;
}
.services-text-bold{
  font-family: 'Poppins';
  font-weight: 700;
}

.fa-gas-pump {
  color: #fff;
}
.fa-truck {
  color: #36439B;
}
.fa-road {
  color: #36439B;
}
.fa-gas-pump, .fa-truck, .fa-user-circle, .fa-briefcase, .fa-car{
  margin-top: 20px;
font-size: 4em;
color: #36439B;
}
footer {
  background-color: #006838;
  color: #ffffff;
  padding-top: 2rem;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #d5d5d5;
}
hr.light-100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
.carouselposition{
  width: 100%;
  height: 300px;
  background: white;
}
#carousel{
  position: relative;
  float: left;
  width: 40%;
  left: 40%;
}
.form-consulta {
  width: 100%;
  height: 100%;
  background: #eee;
  padding: 25px;
  font-family: 'Source Sans Pro', sans-serif;
}
.campo-form {
  width:100%;
  height:36px;
  margin:2px 0 6px;
  padding-left:6px;
  box-sizing: border-box;
  border-radius:3px;
  border:0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:1em;
}
label span {
  color: #f00
}
textarea {
  min-height: 150px!important;
  min-width: 445px;
}
.btn-form {
  display: inline-block;
  border:0;
  background: #36439B;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  border-radius: 6px;
  color:#fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px
}
.btn-form:hover {
  background: #f0662d;
}
.social a {
  font-size: 4.5em;
  padding: 0;

}
.fa-facebook{
  padding-top: 50px;
  color: #3b5998;
}
.fa-instagram{
  color: #517fa4;
}
.contacto p {
  font-size: 1.2em;
  font-style: strong;
}
.embed-responsive-16by9::before {
  padding-top: 0;
}
.carousel-indicators {
  bottom: 150px;
}
/*---Media Queries --*/
@media (max-width: 1279px) {
  .carousel-caption {
      top: 40%;
  }
  .carousel-inner img {
  height: 100vh;
  object-fit: cover;
  }
  .carousel-caption h1 {
      font-size: 4em;
  }
  .carousel-caption h3 {
      font-size: 2em;
      color: #de8d37;
      text-align: center;
  }
}
@media (max-width: 992px) {
  .social  a {
    font-size: 4em;
    padding: 2rem;
  }
  .carousel-caption {
      top: 40%;
  }
  .carousel-inner img {
  height: 100vh;
  object-fit: cover;
  }
  .carousel-caption h1 {
      font-size: 4em;
  }
  .carousel-caption h3 {
      font-size: 2em;
      color: #de8d37;
      text-align: center;
  }
  .carousel-indicators{
    bottom: 100px;
  }
  }
@media (max-width: 768px) {
.carousel-caption {
    top: 40%;
}
.carousel-inner img {
height: 100vh;
object-fit: cover;
}
.carousel-caption h1 {
    font-size: 3em;
}
.carousel-caption h3 {
    font-size: 2em;
    color: #de8d37;
    text-align: center;
}

.display-4 {
  font-size: 100%;
}
.social  a {
  font-size: 2.5em;
  padding: 1.2rem;
}
}
@media (max-width: 576px) {
  .carousel-caption {
      top: 35%;
  }
  .carousel-inner img {
  height: 100vh;
  object-fit: cover;
  }
  .carousel-caption h1 {
      font-size: 2em;
  }
  .carousel-caption h3 {
      font-size: 1.2em;
      color: #de8d37;
      text-align: center;
  }
  .carousel-caption .btn {
    font-size: 90%;
    padding-top: 4px 8px;
  }
  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160%;
  }
  .social  a {
    font-size: 2em;
    padding: .7rem;
  }
  textarea {
    min-width: 300px;
}
/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}


/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
