body {
  background: rgb(0,0,0);
}

#hero {
  width: 100%;
  height: 100vh;
  color: white;
  background: url("../../assets/img/Fondo2E.jpg") top / cover no-repeat, rgb(0,0,0);
}

.navbar-light .navbar-brand {
  background: url("../../assets/img/LOGOGASACFinal3.svg") center / 100% no-repeat;
  width: 200px;
  height: 55px;
}

#navcol-1 {
  font-size: 13px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255,255,255);
  padding: 10px;
}

.navbar-light .navbar-nav .nav-link::after {
  content: '';
  width: 0%;
  height: 2px;
  background: rgb(255,255,255);
  display: block;
  margin: auto;
  transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link:hover::after {
  width: 100%;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgb(99,99,99);
}

#index-title {
  font-family: Montserrat, sans-serif;
  font-weight: 550;
  font-size: 41px;
  margin-top: 60px;
}

@media (min-width: 992px) {
  #index-title {
    font-family: Montserrat, sans-serif;
    font-weight: 550;
    font-size: 60px;
    margin-top: 130px;
  }
}

#hero-bottom {
  color: white;
}

#index-subtitle {
  max-width: 700px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.p-top {
  font-size: 17px;
  font-weight: 750;
  margin-bottom: 0;
}

.p-bottom {
  font-size: 13px;
  font-weight: 550;
}

/* Boton Nuestros Servicios */

.reserve-button {
  background: rgba(255,255,255,0);
  border: 3px solid white;
  border-radius: 30px;
  font-weight: 500;
}

.reserve-button:hover {
  background: rgb(255,255,255);
  border: 3px solid white;
  color: black;
  border-radius: 30px;
  font-weight: 700;
}

.btn-primary.focus, .btn-primary:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 .2rem rgba(255,255,255,0);
}

/* Arrow Down button */

.btn.btn-link.btn-block.arrow-button {
  font-size: 32px;
}

.icon.ion-ios-arrow-down {
  color: white;
}

/* /// */

#hero-bottom .container {
  max-width: 830px;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 576px) {
  #hero-bottom .container {
    max-width: 830px;
    text-align: center;
    margin-bottom: 0;
  }
}

.col.with-borders {
  border: 1px solid rgba(255,255,255,0.26);
  border-top: 0;
  border-bottom: 0;
}

/* Nuestros Servicios */

/* Servicios Cilindros */

#servicios-cilindros {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/CilindrosREPEmovil.jpg") left / cover no-repeat;
}

@media (min-width: 768px) {
  #servicios-cilindros {
    width: 100%;
    height: 100vh;
    background: url("../../assets/img/CilindrosREPE.jpg") left / cover no-repeat;
  }
}

.container.servicios-cilindros-container {
  margin-bottom: 50px;
  width: 89%;
}

@media (min-width: 768px) {
  .container.servicios-cilindros-container {
    margin-bottom: 50px;
  }
}

.servicios-cilindros-title {
  color: rgb(255,255,255);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .servicios-cilindros-title {
    color: rgb(255,255,255);
    font-family: Montserrat, sans-serif;
    font-size: 41px;
    font-weight: 600;
  }
}

.servicios-cilindros-subtitle {
  color: rgb(255,255,255);
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 450;
  text-align: left;
}

@media (min-width: 768px) {
  .servicios-cilindros-subtitle {
    color: rgb(255,255,255);
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 450;
    text-align: justify;
  }
}

