html,
body {
  font-size: 20px;
  font-family: "montserrat", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

:root {
  --azul: rgb(3, 88, 140);
  --azul-claro: #03658c;
  --verde-claro: rgb(155, 191, 101);
  --verde: rgb(102, 166, 38);
  --verde-oscuro: #01400b;
  --gris-oscuro: rgb(96, 96, 96);
}

h1 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700 !important;
}

h2 {
  font-size: 1.8rem !important;
  line-height: 0.9;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
}

h3 {
  font-size: 1.768rem;
  font-family: "Oswald", sans-serif;
  font-weight: 700 !important;
}

h4 {
  font-size: 1.5rem;
  font-family: "Oswald", sans-serif;
}

p {
  font-size: 0.8rem !important;
  color: #1a1b1f;
  line-height: 1.1;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

b {
  font-weight: 800 !important;
}

a {
  text-decoration: none !important;
}

.btn {
  color: #fff !important;
  font-family: "montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  border-radius: 8px !important;
  padding: 5px 23px !important;
}

.btn:active {
  position: relative;
  top: 1px;
}

.btn-verde {
  background-color: var(--verde) !important;
}

.btn-verde:hover {
  background-color: rgb(75, 134, 15) !important;
}

.btn-azul {
  background-color: var(--azul-claro) !important;
}

.btn-azul:hover {
  background-color: #057dac !important;
}

.btn-alternativo {
  font-size: inherit;
  padding: 9px !important;
  box-sizing: content-box;
  border: #fff solid 2px;
  border-radius: 5px;
  margin-left: 10px;
  background-color: #b0b0b024;
}

.btn-alternativo:hover {
  background-color: #2020203e;
}

@media screen and (max-width: 991px) {
  .btn-alternativo {
    margin-left: 0;
    border: none;
    background-color: transparent;
  }
}

.link-verde {
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  font-family: Oswald, sans-serif;
  color: rgb(102, 166, 38);
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link-verde:hover {
  color: rgb(127, 175, 132);
}

.text-gray {
  color: #b3b3b3;
}

.text-dark-gray {
  color: var(--gris-oscuro);
}

.text-blue {
  color: var(--azul);
}

.text-verde {
  color: var(--verde);
}

.text-verde-oscuro {
  color: var(--verde-oscuro);
}

.text-transparent {
  color: #ffffff00;
}

a:hover {
  color: #03658c;
}

.pt-6 {
  padding-top: 4rem;
}

.pt-7 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 6rem;
}

.pb-6 {
  padding-bottom: 4rem;
}

.pb-7 {
  padding-bottom: 5rem;
}

.pb-8 {
  padding-bottom: 6rem;
}

.mt-6 {
  margin-top: 4rem;
}

.mt-7 {
  margin-top: 5rem;
}

.mt-8 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 4rem;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-8 {
  margin-bottom: 6rem;
}

.fit-content {
  width: fit-content;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 0.9;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.243rem;
  }

  p {
    font-size: 0.8rem;
  }

  a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 500px) {
  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.643rem;
    line-height: 0.9;
  }

  h3 {
    font-size: 1.357rem;
  }

  h4 {
    font-size: 1.243rem;
  }
}

.h2-h1 {
  font-size: 3.5rem !important;
  font-family: "Oswald", sans-serif;
  font-weight: 700 !important;
}

.h1-p {
  font-size: 0.8rem;
  font-family: "montserrat", sans-serif;
  font-weight: 300;
}

.bg-verde {
	background-color: var(--verde-claro) !important;
  }

.bg-verde-oscuro {
  background-color: var(--verde-oscuro) !important;
}

.bg-gris {
  background-color: #f4f4f4 !important;
}

.bg-gris-claro {
  background-color: rgb(244, 244, 244) !important;
}

.bg-azul-oscuro {
  background-color: var(--azul) !important;
}

@media screen and (max-width: 700px) {
  .h2-h1 {
    font-size: 2rem !important;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
  }

  .h1-p {
    font-size: 0.7rem !important;
    font-family: "montserrat", sans-serif;
  }
}

/* NAVBAR */

.navbar-brand {
  font-family: "Oswald", sans-serif;
}

.navbar {
  font-size: 16px;
  font-weight: 600;
  padding-block: 1rem !important;
  z-index: 76776678786;
}

.nav-link {
  margin-left: 12px;
}

.navbar-azul {
  background-color: rgb(3 88 140 / 75%);
  transition-duration: 0.5s;
}

.navbar-azul-toggle {
  background-color: rgb(3 88 140 / 75%) !important;
  transition-duration: 0.5s;
}

.img-navbar {
  width: 250px;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 20px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: white;
  top: 21px;
  right: -1.5rem;
  position: absolute;
  display: block;
}

@media screen and (max-width: 991px) {
  .bullet {
    display: none;
  }

  .navbar {
    padding-block: 0.2rem !important;
  }

  .navbar-brand {
    width: 170px;
    display: flex;
  }
}

.active {
  position: relative;
}

.active::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #f0eeee;
  left: calc(50% - 1px);
  display: block;
}

.navbar-toggler {
  font-size: 1rem !important;
  border-color: transparent !important;
  color: #ffffff78 !important;
}

@media screen and (max-width: 991px) {
  .active::after {
    display: none;
  }

  .navbar-toggler {
    font-size: 0.8rem !important;
    border-color: transparent !important;
    color: #ffffff78 !important;
  }
}

.navbar-toggler-icon {
  background-image: url("../svg/bars-solid.svg") !important;
}

@media screen and (max-width: 420px) {
  .img-navbar {
    width: 200px;
  }
}

/* FOOTER */

footer {
  background-color: #f4f4f4;
}

footer a,
footer p {
  color: #828282;
  font-weight: 400;
  font-size: 0.8rem;
}

footer img {
  width: 250px;
}

.btn-footer {
  border: #828282 2px solid;
  padding: 10px 15px;
  border-radius: 5px;
}

.btn-footer:hover {
  background-color: #f0eeee;
  color: inherit;
  transition-duration: 0.4s;
}

@media screen and (max-width: 520px) {
  footer img {
    width: 200px;
  }

  footer {
    padding-inline: 50px;
  }
}

@media screen and (max-width: 320px) {
  footer {
    padding-inline: 10px;
  }
}

.section-margin {
  margin-top: 75px;
  margin-bottom: 75px;
}

.section-padding {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media screen and (max-width: 520px) {
  .section-margin {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/* INDEX */

.portada-index {
  background-image: url("../img/chatarrera-guadalajara-index.webp");
  background-size: cover;
  background-position: 10%;
}

.portada-index-innner {
  padding: 210px 30px 170px;

  backdrop-filter: brightness(92%);
}

#span-portada-index {
  font-size: 1rem !important;
  line-height: 1.6;
}

@media screen and (max-width: 700px) {
  .portada-index-innner {
    padding: 13rem 0px 11rem;
  }
}

.index-2 {
  padding: 120px 0.5rem;
}

.p-index {
  padding-top: 1px;
}

.subtitulo-final-index {
  font-size: 2.5rem;
}

@media screen and (max-width: 600px) {
  .subtitulo-final-index {
    font-size: 1.8rem;
  }
}

/* NOSOTROS */

.portada-nosotros-inner {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

#creemos {
  font-family: "oswald", sans-serif;
  font-weight: 700;
  color: #5b5b5b;
}

@media screen and (max-width: 991px) {
  #creemos {
    font-size: 1rem;
  }
}

/* SERVICIOS */
.portada-servicios {
  padding-top: 10rem;
  padding-bottom: 4rem;
}

@media screen and (max-width: 991px) {
  .portada-servicios {
    padding-top: 6rem;
  }
}

.carousel-slide {
  background-color: var(--azul-claro);
  width: 300px !important;
  border-radius: 12px;
  -webkit-box-shadow: 10px 10px 28px -8px rgba(97, 97, 97, 1);
  -moz-box-shadow: 10px 10px 28px -8px rgba(97, 97, 97, 1);
  box-shadow: 10px 10px 28px -8px rgba(97, 97, 97, 1);
  margin-bottom: 8rem;
}

.h2-carousel {
  font-size: 1.2rem !important;
  font-family: "oswald", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  margin-left: 1.5rem;
}

.h2-carousel-3 {
  font-size: 1.2rem !important;
  font-family: "oswald", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  margin-left: 1.9rem;
}

.h2-carousel-2 {
  font-size: 1.2rem !important;
  font-family: "oswald", sans-serif;
  font-weight: 600 !important;
  margin: 0;
  margin-left: 1.8rem;
}

#num-carousel-1 {
  font-size: 3rem;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  top: -23px;
}

#num-carousel-2 {
  font-size: 3.2rem;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  top: -23px;
}

#num-carousel-3 {
  font-size: 3.2rem;
  font-family: "oswald", sans-serif;
  font-weight: 700;
  top: -23px;
}

.logo-carousel {
  font-weight: 700;
  top: 17px;
  left: 1.5rem;
}

.carousel-slide img {
  bottom: -1px;
}

.titulo-carousel {
  margin-top: 4.5rem;
  padding-bottom: 12.7rem;
}

.carousel-texto {
  position: absolute;
  bottom: -123px;
}

@media screen and (max-width: 500px) {
  .carousel-slide {
    width: 250px !important;
  }

  .h2-carousel-2 {
    font-size: 1rem !important;
  }
}

.btn-anterior {
  position: absolute;
  top: calc(40%);
  width: 1.4rem;
  transform: rotate(180deg);
  filter: opacity(0.5);
}

.btn-siguiente {
  position: absolute;
  top: calc(40%);
  right: 16px;
  width: 1.4rem;
  filter: opacity(0.5);
}

#email {
  border-radius: 8px;
  border: none;
  padding: 8px 10px 9px 10px;
  font-size: 0.7rem;
  width: 250px;
  background-color: #fff !important;
}

#email::placeholder {
  font-size: 0.7rem;
}

#email:focus {
  outline: 3px solid var(--verde-claro) !important;
}

/* CONTACTO */

.portada-contacto {
	padding-block: 12rem;
}

@media screen and (max-width: 768px) {
	.portada-contacto {
		padding-block: 8rem;
	}
}

#contacto-span {
	position: relative;
	color: #fff;
	font-size: .8rem;
	font-weight: 600;
}

#contacto-span::after {
	content: '';
	background-color: #fff;
	position: absolute;
	width: 32px;
	height: 2px;
	bottom: calc(50% - 2px);
	right: -50px;
}

.form-input {
	border: none;
	border-bottom: #797979 1px solid !important;
	color: #7e7e7e;
	outline: none !important;
	padding-bottom: .7rem;
	margin-bottom: 1rem;
	font-size: .8rem;
}