html, body {
  background-color: #191919;
  font-family: "Montserrat", sans-serif;
}

img {
  display: block;
}

h1 {
  font-size: 35px;
  font-weight: bold;
  color: #191919;
  display: inline-block;
  border-bottom: 6px solid #ec8800;
  padding-bottom: 4px;
}

.subtitle {
  font-size: 1.5rem;
  color: #191919;
}
@media (max-width: 768px) {
  .subtitle {
    font-size: 1.2rem;
  }
}
.subtitle b {
  color: #ec8800;
}

.menu {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-right: 1.1em;
}
.menu li {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0 0.9em;
}
.menu li .active {
  color: #ff9800;
}
.menu li a {
  color: #fff;
  font-size: 1.14em;
  text-decoration: none;
}

.menu-mobile {
  text-align: center;
  margin: 0;
  padding: 0;
}
.menu-mobile a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.menu-mobile li {
  padding-bottom: 8px;
}

.navbar {
  position: relative;
  z-index: 1000;
  transition: all 0.2s ease-out;
}
.navbar .navbar-brand {
  transition: all 0.3s ease-out;
}

.change {
  background: rgba(22, 15, 15, 0.85);
  padding: 0 15px !important;
  transition: all 0.2s ease-out;
}
.change .navbar-brand {
  padding: 0 !important;
  transform: scale(0.55);
  transform-origin: center left;
  transition: all 0.2s ease-out;
}

.whatsapp {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1.5em;
}
@media (max-width: 768px) {
  .whatsapp {
    padding: 1.2em;
    transform: scale(0.8);
    transform-origin: bottom right;
  }
}

.hero {
  height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0px 15px;
  margin: 0;
  background: url("../images/hero2.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .hero {
    height: 90vh;
    background-size: auto;
  }
}
.hero .caja {
  font-size: 40px;
  line-height: 1.25em;
  color: #FFFFFF;
  text-align: center;
  max-width: 950px;
}
@media (max-width: 768px) {
  .hero .caja {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .hero .caja {
    font-size: 28px;
    line-height: 1.3em;
  }
}
.hero .caja b {
  color: #ff9800;
}
.hero .caja .inner {
  width: 50%;
  height: 1px;
  margin: 0px auto;
  border-bottom: 6px solid #ec8800;
  margin-top: 6px;
  float: left;
}

.nosotros {
  background: #f9f9f9;
  margin: 0;
  padding: 0;
}
.nosotros .wrap {
  max-width: 1800px;
  margin: auto;
}
.nosotros .wrap .texto {
  font-size: 21px;
  max-width: 600px;
}
.nosotros .wrap .texto .inner {
  width: 60%;
  height: 1px;
  margin: 0px auto;
  border-bottom: 6px solid #ec8800;
  margin-top: 22px;
  float: right;
}
@media (max-width: 768px) {
  .nosotros .wrap .texto .inner {
    width: 70%;
  }
}

.servicios {
  background: #f9f9f9;
  margin: 0;
  padding: 0;
}
.servicios .checks {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  font-size: 22px;
  font-weight: bold;
  min-height: 160px;
}
@media (max-width: 768px) {
  .servicios .checks {
    font-size: 18px;
  }
}
.servicios .checks img {
  transform: scale(1.8);
  margin-right: 24px;
}
.servicios .featured {
  border-top: 5px solid #ff9800;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  display: flex;
  height: 95%;
  flex-direction: column;
}

.contacto {
  background: #f9f9f9;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
@media (max-width: 768px) {
  .contacto {
    font-size: 17px;
  }
}
.contacto h1 {
  border-bottom: 6px solid #ec8800;
}
.contacto .tarjeta {
  background: #191919;
  border-radius: 40px 10px 10px 10px;
  text-align: left;
}
@media (max-width: 768px) {
  .contacto .tarjeta {
    border-radius: 10px 10px 10px 10px;
  }
}
.contacto .tarjeta h3 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .contacto .tarjeta h3 {
    font-size: 30px;
  }
}
.contacto .tarjeta h5 {
  color: #ec8800;
  font-size: 25px;
}
@media (max-width: 768px) {
  .contacto .tarjeta h5 {
    font-size: 20px;
  }
}
.contacto .tarjeta a {
  color: #fff;
  text-decoration: none;
}
.contacto .tarjeta .row {
  min-height: 530px;
}
@media (max-width: 768px) {
  .contacto .tarjeta .row {
    min-height: auto;
  }
}
.contacto .tarjeta .row div:first-child {
  background: #ffa424;
  border-radius: 40px 10px 10px 10px;
  background: url("../images/bg_tarjeta.svg") left center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .contacto .tarjeta .row div:first-child {
    background: url("../images/bg_tarjeta.svg") center center no-repeat;
    border-radius: 10px 10px 10px 10px;
    background-size: auto;
    height: 100px;
    display: none;
  }
}
@media (max-width: 480px) {
  .contacto .tarjeta address {
    font-size: 15px;
  }
}
.contacto .tarjeta address img {
  transform: scale(2.5);
  margin-right: 10px;
}
.contacto .tarjeta address .cp {
  margin-left: 18px;
}

#navbarToggleExternalContent {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
}

.details-modal {
  background: transparent;
  border-radius: 0.5em;
  left: 50%;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  z-index: 2000;
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .details-modal {
    width: 85%;
  }
}
.details-modal .details-modal-close {
  align-items: center;
  color: #111827;
  display: flex;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 2.4em;
  height: 2.4em;
  z-index: 2500;
  background: #fff;
  border-radius: 50%;
}
.details-modal .details-modal-close svg {
  display: block;
}
.details-modal .details-modal-content {
  border-top: 0px solid #e0e0e0;
  padding: 0em;
  pointer-events: all;
  overflow: auto;
}

.details-modal-overlay {
  transition: opacity 1s ease-out;
  pointer-events: none;
  background: rgba(15, 23, 42, 0.8);
  position: fixed;
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
details[open] .details-modal-overlay {
  pointer-events: all;
  opacity: 1;
}

details summary {
  list-style: none;
}
details summary:focus {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

/*# sourceMappingURL=index.css.map */
