/*!
 * Start Bootstrap - Creative v1.1.0 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
  font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", "Montserrat", sans-serif;
}

a {
  transition: all 0.35s;
  color: #f05f40;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

hr {
  border-color: #f05f40;
  border-width: 3px;
  max-width: 100px;
}
hr.light {
  border-color: white;
}

.bg-primary {
  background-color: #f05f40;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.navbar-nav {
  margin-top: 24px;
}

.navbar-default {
  background-color: white;
  border-bottom: none;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  transition: all 0.35s;
}
.navbar-default .navbar-brand {
  color: #f05f40;
  font-weight: 700;
  height: 90px;
  padding: 0;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #eb3812;
}

.navbar-toggle {
  padding: 8px 12px;
  border-radius: 8px;
}

.navbar-default .navbar-toggle {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* social media */
.nav > li > a {
  padding: 15px 10px;
}
.nav > li > a.social {
  padding: 15px 5px;
}

.navbar-nav.redes-sociales {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 90px;
  margin-top: 0px;
  padding: 8px;
}
.navbar-nav.redes-sociales li {
  margin: 0px;
}
.navbar .navbar-nav li a.social i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 14px;
}

.navbar .navbar-nav li a.social:hover i {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-size: 16px;
  color: #fff;
  font-family: "Plus Jakarta Sans";
  transition: all 0.3s ease;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff !important;
  font-weight: 600;
  padding-bottom: 5px;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff;
  background-color: transparent !important;
  font-weight: 600;
}

#mainNav {
  padding: 3px 25px;
}

#imgLogo {
  background-image: url("../img/logo-blanco.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 160px;
  margin-top: 4px;
}

.button-wpp {
  text-align: center;
}
.whatsapp-button {
  display: inline-block;
  margin-top: 50px;
  padding: 15px 25px;
  background-color: #1f1f1f;
  color: white;
  border-radius: 25px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  transition: background-color 0.3s ease;
  text-align: center;
}

.whatsapp-button,
.whatsapp-button:visited,
.whatsapp-button:focus,
.whatsapp-button:active {
  transform: scale(1.1);
  color: white;
  text-decoration: none;
  outline: none;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
  object-fit: cover;
}

.contenidoSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 0 20px;
}

.contenidoSlide .titulo {
  max-width: 800px;
  margin: 0 auto;
}

.contenidoSlide .titulo p {
  font-size: 5em;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  color: white;
}

.fab-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 50px;
  background-color: #25d366;
  color: white;
  border-radius: 25%;
  text-align: center;
  font-size: 30px;
  z-index: 9999;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease;
}

.fab-whatsapp:hover {
  transform: scale(1.1);
  background-color: #1ebe5b;
  text-decoration: none;
  color: white;
}

#quienes-somos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 90px;
  gap: 140px;
}

#quienes-somos .columna {
  flex: 1;
  max-width: 50%;
}

#quienes-somos .izquierda h2 {
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  font-size: 2.6em;
  margin-bottom: 30px;
  margin-top: 1px;
}

#quienes-somos .izquierda p {
  font-family: "Plus Jakarta Sans";
  font-size: 17px;
  line-height: 1.8;
  max-width: 480px;
}

#quienes-somos .derecha {
  max-width: 600px;
}

.objetivo-titulo {
  font-family: "Plus Jakarta Sans";
  font-weight: 700;
  font-size: 1.3em;
  margin-bottom: 30px;
}

.objetivo-item {
  font-family: "Plus Jakarta Sans";
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  line-height: 1.8;
}

.objetivo-item i {
  color: black;
  border: 2px solid black;
  border-radius: 50%;
  padding: 4px;
  font-size: 8px;
  margin-top: 4px;
}

.objetivo-item p {
  margin-bottom: 1px;
}

.seccion-servicios {
  padding: 50px 00px;
  background-image: url("../img/fondo-servicios.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  object-fit: cover;
  color: #ffffff;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.encabezado-servicios {
  margin-bottom: 60px;
}

.titulo-servicios {
  font-family: "Plus Jakarta Sans";
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 10px;
}

.titulo-servicio {
  font-family: "Plus Jakarta Sans";
  font-size: 2.5em;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-top: 1px;
}

.subtitulo-servicios {
  font-family: "Plus Jakarta Sans";
  font-size: 1.5em;
  color: #fff;
}

.container-servicios {
  margin: 0px 14px;
}

.grid-servicios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 130px;
}

.servicio-box {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.img-servicio {
  width: 100%;
  height: auto;
  border-radius: 35px;
  margin-bottom: 20px;
  object-fit: cover;
}

.texto-servicio {
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.btn-servicio {
  align-self: start;
  background-color: #ffffff;
  color: #000000;
  border-radius: 30px;
  padding: 14px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  font-family: "Plus Jakarta Sans";
}

.btn-servicio:hover {
  transform: scale(1.05);
  text-decoration: none;
}

#clientes {
  margin-top: 65px;
}

.contacto-modern {
  padding: 80px 30px;
  margin: 0px 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #fff;
  color: #000;
}

.contacto-modern .titulo-contacto {
  text-align: center;
  font-size: 2.6em;
  font-weight: 600;
  margin-bottom: 20px;
}

.contacto-modern .subtitulo-contacto {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 50px;
}

.contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
}

.contacto-info .fila {
  display: flex;
  justify-content: space-between;
  gap: 70px;
  flex-wrap: wrap;
}

.contacto-info .dato,
.contacto-info .oficina {
  flex: 1;
  min-width: 220px;
  margin-bottom: 25px;
}

.label-contac {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 12px;
}

.valor {
  font-size: 1.5em;
  font-weight: 600;
  color: #000;
}

.contacto-info .direccion {
  font-size: 1em;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  display: block;
  line-height: 1.6;
}

.contacto-info .direccion:hover {
  text-decoration: underline;
}

.form-box {
  background-color: #000;
  color: #fff;
  border-radius: 15px;
  padding: 40px;
  width: 100%;
  max-width: 90%;
  box-sizing: border-box;
  margin-left: 70px;
  align-self: center;
}

.form-box input,
.form-box textarea {
  width: 100%;
  box-sizing: border-box;
}

.form-box h4 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 1.3em;
}

.form-box form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-row {
  display: flex;
  gap: 18px;
}

.form-row input {
  flex: 1;
}

.form-box input,
.form-box textarea {
  background-color: #333;
  border: none;
  padding: 14px 18px;
  color: #fff;
  border-radius: 12px;
  font-size: 1em;
}

.form-box textarea {
  resize: vertical;
  min-height: 120px;
}

.form-box button {
  background-color: #fff;
  color: #000;
  padding: 14px;
  font-weight: 600;
  font-size: 1em;
  border: none;
  border-radius: 30px;
  margin-top: 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
  width: 100%;
}

.form-box button:hover {
  transform: scale(1.03);
}

.footer-sg {
  background-color: #000;
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: left;
  padding: 15px 55px;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-sg p {
  margin: 0;
  line-height: 1.6;
}

.form-alert {
  border-radius: 16px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 0.95em;
  font-family: "Plus Jakarta Sans";
  font-weight: 500;
  text-align: center;
}

.footer-sg .agencia {
  color: #888;
  font-size: 1em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-left: auto;
}

.footer-sg .agencia a {
  color: #888;
  text-decoration: none;
}

.alert {
  padding: 12px;
  border-radius: 12px;
}

.alert-success {
  background-color: #d4edda;
  color: #155724;
}

.alert-error {
  background-color: #f8d7da;
  color: #721c24;
}

.container-mapa{
    margin-top: 10px;
   border-radius: 12px;
   }

  .mapa-oficina {
   width: 100%;
  height: 240px;
  border: 0;
  border-radius: 12px; 
  margin-top: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); 
}

/* Responsive rules */

@media (max-width: 1024px) {
  #imgLogo {
    height: 65px;
  }
  .whatsapp-button {
    padding: 12px 20px;
    font-size: 14px;
  }

  #quienes-somos {
    padding: 80px 60px;
    gap: 70px;
  }
  #quienes-somos .izquierda h2 {
    font-size: 2.4em;
    margin-bottom: 25px;
  }

  #quienes-somos .izquierda p {
    font-size: 14px;
  }

  .carousel,
  .carousel-inner,
  .carousel-inner > .item,
  .carousel-inner > .item > img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .carousel-inner > .item > img {
    display: block;
  }

  .contenidoSlide {
    height: 100vh;
  }

  .objetivo-titulo {
    font-size: 1.1em;
    margin-bottom: 25px;
  }

  .objetivo-item p {
    font-size: 14px;
    margin-bottom: 1px;
  }

  .contenidoSlide .titulo p {
    font-size: 3.5em;
  }

  .titulo-servicios {
    font-size: 2.4em;
  }

  .titulo-servicio {
    font-size: 2em;
  }

  .texto-servicio {
    font-size: 15px;
  }

  .img-servicio {
    margin-bottom: 15px;
  }

  .contacto-grid {
    grid-template-columns: 1fr 1fr;
    gap: 130px;
    align-items: flex-start;
  }

  .contacto-info .fila {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 44px;
  }

  .contacto-info .dato,
  .contacto-info .oficina {
    flex: 1;
    min-width: 0;
  }

  .form-box {
    margin-left: auto;
    margin-right: 0;
    max-width: 100%;
  }
  .contacto-modern {
    margin: 0px 30px;
  }

  .valor {
    font-size: 1.4em;
    margin-bottom: 0px;
  }
  .footer-sg p {
    font-size: 13px;
  }

  .footer-sg .agencia {
    font-size: 0.8em;
  }

  .container-mapa{
    margin-top: 7px;
  }
}

@media (max-width: 768px) {
  #mainNav {
    height: auto;
    padding: 5px 20px;
    background-color: #000;
  }
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    margin-top: 27px;
  }

  .navbar-header {
    height: auto;
    margin-top: 0px;
  }
  .navbar-nav {
    margin: 0px -15px;
  }

  .navbar-nav.navbar-center {
    flex-direction: column;
    position: static;
    transform: none;
    gap: 1px;
  }

  .navbar-nav.navbar-center > li > a {
    padding: 12px 15px;
    height: auto;
    display: block;
  }

  .navbar-nav.redes-sociales {
    display: flex;
    justify-content: flex-start;
    gap: 0px;
    padding-bottom: 10px;
  }

  .navbar-nav.redes-sociales li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .navbar .navbar-nav li a.social i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 10px 20px;
  }
  .whatsapp-button {
    margin-top: 25px;
  }

  .imgItem.mobile-image {
    height: 550px;
    object-fit: cover;
  }

  .fab-whatsapp {
    bottom: 30px;
    right: 25px;
  }

  #quienes-somos {
    flex-direction: column;
    align-items: flex-start;
    padding: 55px 48px;
    gap: 20px;
  }

  #quienes-somos .columna {
    max-width: 100%;
  }

  #quienes-somos .izquierda p {
    max-width: 100%;
  }

  #quienes-somos .izquierda,
  #quienes-somos .derecha {
    text-align: left;
  }

  #quienes-somos .izquierda h2 {
    font-size: 2em;
    margin-bottom: 20px;
  }

  #quienes-somos .izquierda p,
  .objetivo-item p {
    font-size: 15px;
    line-height: 1.7;
  }

  .objetivo-item {
    align-items: flex-start;
    gap: 12px;
  }

  .objetivo-item i {
    margin-top: 5px;
  }

  .objetivo-item p {
    font-size: 14px;
    margin-bottom: 1px;
  }

  .grid-servicios {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 20px;
    scroll-padding: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .grid-servicios::-webkit-scrollbar {
    display: none;
  }

  .servicio-box {
    flex: 0 0 90%;
    scroll-snap-align: start;
    background-color: transparent;
    border-radius: 25px;
    padding: 11px;
  }

  .img-servicio {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
  }

  .titulo-servicio {
    font-size: 1.5em;
    margin-top: 4px;
  }

  .encabezado-servicios {
    margin-bottom: -15px;
  }

  .titulo-servicios {
    font-size: 2em;
    font-weight: 500;
  }

  .subtitulo-servicios {
    font-size: 1em;
  }

  .container-servicios {
    margin: 0px 11px;
  }

  .texto-servicio {
    font-size: 14px;
  }

  .btn-servicio {
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 20px;
    margin-top: 10px;
  }

  .contacto-info .dato,
  .contacto-info .oficina {
    margin-bottom: 0px;
  }

  .contacto-grid {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    gap: 25px;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
  }

  .contacto-info {
    flex: 1 1 50%;
    max-width: 47%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .contacto-info .fila {
    flex-direction: column;
    gap: 10px;
  }

  .contacto-info .dato,
  .contacto-info .oficina {
    min-width: 100%;
  }

  .form-box {
    flex: 1 1 50%;
    max-width: 50%;
    margin-left: 0;
    padding: 20px;
    box-sizing: border-box;
  }

  .form-box input,
  .form-box textarea {
    font-size: 0.95em;
    padding: 12px;
  }

  .form-box button {
    font-size: 0.95em;
    padding: 12px;
  }

  .contacto-modern {
    margin: 0 40px;
    padding: 50px 0;
  }

  .mapa-oficina{
    width: 90%;
    height: 210px;
  }
}

@media (min-width: 769px) {
  #mainNav {
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  .navbar-default {
    background-color: transparent;
  }
  .navbar-default.affix {
    background-color: #111;
    border-color: #111;
  }
  .navbar-default.affix .navbar-brand {
    color: #f05f40;
    font-size: 14px;
    height: 80px;
    padding: 5px;
  }
  .navbar-default.affix .navbar-brand #imgLogo {
    background-image: url("../img/logo-blanco.png");
  }
  .grid-servicios {
    gap: 45px 49px;
    padding: 0 70px;
  }
  .titulo-servicios {
    font-weight: 500;
  }

  .subtitulo-servicios {
    font-size: 1.3em;
  }
  .titulo-servicio {
    font-size: 1.5em;
  }
  .img-servicio {
    margin-bottom: 15px;
  }
  .btn-servicio {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 25px;
    width: auto;
  }
}

@media (max-width: 500px) {
  .contenidoSlide .titulo p {
    font-size: 2.5em;
  }

  .contacto-grid {
    flex-direction: column;
    gap: 40px;
  }

  .contacto-info,
  .form-box {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .form-box {
    margin-left: 0;
    padding: 20px;
  }

  .form-box input,
  .form-box textarea,
  .form-box button {
    font-size: 1em;
    padding: 14px;
  }

  .form-box h4 {
    text-align: center;
  }

  .contacto-modern {
    margin: 0 25px;
    padding: 40px 0;
  }

  .valor {
    font-size: 1.3em;
  }

  .footer-sg {
    padding: 15px 30px;
  }

  .footer-sg p {
    font-size: 12px;
    width: 40%;
  }
}
