﻿body {
  padding-top: 80px;
}

.navbar-container {
  padding-left: 100px;
  padding-right: 100px;
}

.main-container {
  padding-left: 100px;
  padding-right: 100px;
}

.text-primary {
  color: #ffc700 !important;
}

.text-dark, header .nav-link {
  color: #393939;
}

  header .nav-link.active {
    color: #ffc700 !important;
    background: none !important;
    font-weight: bold;
    text-shadow: 1px 1px 0 #333;
    font-size: 17px;
  }

  header .nav-link:hover {
    color: #ffc700 !important;
  }

.background-primary {
  background: #ffc700;
}

.background-dark {
  background: #242424;
}

.background-gray {
  background: #f9f9f9;
}

img {
  border-radius: 30px;
}

h1 {
  font-weight: bold;
}

p {
  font-size: 23px;
  text-align: justify;
}

.btn-primary, .btn-outline-primary:hover {
  background: #ffc700 !important;
  border-color: #edb717 !important;
  text-shadow: 1px 1px 0 #333;
}

.btn-outline-primary {
  border-color: #edb717 !important;
  text-shadow: 1px 1px 0 #333;
  color: #edb717;
}

.text-container {
  white-space: pre-line;
  font-family: Arial;
  line-height: normal;
  font-size: 23px;
  text-align: justify;
  line-height: 40px;
}

.inicio {
  background: black;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('/Content/Images/Cerro.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

header .logo {
  width: 200px;
}

.inicio .title {
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
}

.inicio .descripcion {
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
}

.inicio .image-container {
  position: relative;
}

  .inicio .image-container img {
    width: 600px;
    right: 0;
    position: absolute;
  }

.nosotros img {
  width: 500px;
}

.ofrecemos .col-sm-4 {
  position: relative;
  min-height: 300px;
}

.ofrecemos img {
  width: 95%;
  margin-bottom: 30px;
  position: absolute;
}

.empresa {
  margin-top: 150px;
}

  .empresa h1 {
    text-align: center;
  }

  .empresa .btn {
    width: 300px;
    margin: 30px;
    font-weight: bold;
    font-size: 25px;
    border-color: #edb717 !important;
    text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    color: #edb717;
  }

    .empresa .btn.active {
      background: #ffc700;
      border-color: #f3d26e;
      color: #333;
      text-shadow: 1px 1px 0 #c0c0c0;
    }

.galeria .carousel {
  width: 700px;
  margin: 0 auto;
}

  .galeria .carousel .carousel-control-next-icon,
  .galeria .carousel .carousel-control-prev-icon {
    position: absolute;
    right: -80%;
    width: 6rem;
    height: 5rem;
    background-image: url('Images/Flecha-SliderDer.svg');
  }

  .galeria .carousel .carousel-control-prev-icon {
    left: -85%;
    background-image: url('Images/Flecha-SliderIzq.svg');
  }

.footer .row {
  width: 100%;
  padding: 40px 0;
}

  .footer .row .logotipo img {
    width: 350px;
    float: right;
  }

.footer .datos div {
  padding: 10px 0;
  font-size: 20px;
}

  .footer .datos div img {
    margin-right: 15px;
  }

.footer .logotipo,
.footer .datos {
  padding: 0 70px;
}

@media (max-width: 1348px) {
  .inicio .image-container img {
    width: 500px;
  }

  .inicio .title {
    font-size: 50px;
    line-height: 50px;
  }

  .inicio .descripcion {
    font-size: 25px;
    line-height: 40px;
  }

  .compromiso .text-container,
  .nosotros .text-container {
    white-space: normal;
    margin-top: 20px;
  }

  .nosotros img {
    width: 100%;
  }
}


@media (max-width: 1098px) {
  .inicio .image-container img {
    width: 400px;
  }

  .inicio .descripcion {
    font-size: 24px;
    line-height: 30px;
  }
}


@media (max-width: 872px) {

  .navbar-container,
  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inicio .image-container img {
    width: 300px;
  }

  .inicio .title {
    font-size: 30px;
    line-height: 30px;
  }

  .inicio .descripcion {
    font-size: 19px;
    line-height: 30px;
  }

  .galeria .carousel {
    width: 100%;
  }

  .galeria .carousel .carousel-control-prev-icon {
    left: -20%;
  }

  .galeria .carousel .carousel-control-next-icon {
    right: -20%;
  }

  
  .footer .row .logotipo img {
    width: 200px;
    float: none;
  }
}

@media (max-width: 576px) {

  .navbar-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-container {
    white-space: normal;
    margin-top: 20px;
  }

  .inicio .title {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .inicio .descripcion {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }

  .inicio .image-container {
    margin-top: 15px;
    height: 100px;
  }

    .inicio .image-container img {
      left: 0;
      right: 0;
      margin: auto;
      margin-top: 15px;
    }

  .compromiso {
    margin-top: 140px;
    text-align: center;
  }

  .nosotros {
    text-align: center;
  }

    .nosotros img {
      margin-bottom: 25px;
      width: 100%;
    }

  .ofrecemos img {
    width: 100%;
    position: relative;
  }

  .empresa {
    margin-top: 30px;
  }

    .empresa .btn {
      width: 150px;
      margin: 10px 20px 25px 20px;
      font-size: 20px;
    }

 

}
