::-moz-selection {
  background: #139ac5;
  color: #ffffff;
}
::selection {
  background: #139ac5;
  color: #ffffff;
}

body {
  font-family: "Archivo", sans-serif !important;
  color: #838284;
}

ul {
  list-style: none !important;
}

img {
  width: 100%;
}

a:focus,
button:focus {
  outline: 0px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #139ac5;
  border: 0;
}

.contacto__enlace {
  color: #139ac5 !important;
}

.contacto__logo {
  width: 100%;
}

@media (min-width: 992px) {
  .contacto__logo {
    width: 50%;
  }
}

.btn--marca {
  border: 2px solid #139ac5;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  color: #139ac5;
  padding: 10px 30px;
  transition: 0.3s all;
  font-weight: 500;
}

.btn--marca:hover {
  background-color: #139ac5;
  color: #ffffff;
}

.container {
  margin-top: 100px;
}

.navbar {
  background-color: #ffffff;
  border-bottom: 2px solid #bdbdbd;
}

@media (min-width: 768px) {
  .logo--gh img {
    width: 80%;
  }
}

@media (min-width: 992px) {
  .navbar img {
    width: 300px;
  }
  .logo {
    display: flex;
    justify-content: flex-end;
  }
  .logo--gh img {
    width: 200px;
    padding-right: 20px;
    margin-right: 20px;
  }
}

.btn--menu {
  background-color: transparent;
  border: none;
}

@media (min-width: 992px) {
  .btn--menu {
    margin-left: 38px;
  }
}

.btn--menu span {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #838284;
}

.btn--menu span:not(:last-of-type) {
  margin-bottom: 4px;
}

.btn--menu.dropdown-toggle::after {
  display: none;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border: none;
}

ul.dropdown-menu {
  width: 300px;
  padding: 0;
}

li a.dropdown-item {
  padding: 10px 5px;
}

li a.dropdown-item:hover {
  color: #ffffff;
  background-color: #139ac5;
}

.hero {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}

.line-hero {
  display: block;
  height: 30px;
  width: 100%;
  background-color: #139ac5;
}

.hero img,
.hero h1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

.hero__titulo {
  color: #544d50;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__titulo--1 {
  margin-left: 60%;
}

.hero__titulo--2 {
  margin-left: 60%;
}

.hero__titulo--3 {
  margin-left: 15%;
}

.hero__titulo--principal {
  font-size: 85%;
  text-transform: uppercase;
}

.hero__titulo--sub {
  font-size: 50%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hero__titulo--principal {
    font-size: 170%;
  }

  .hero__titulo--sub {
    font-size: 70%;
  }
}

@media (min-width: 992px) {
  .hero__titulo--principal {
    font-size: 200%;
  }

  .hero__titulo--sub {
    font-size: 80%;
  }
}

@media (min-width: 1200px) {
  .hero__titulo--principal {
    font-size: 230%;
  }

  .hero__titulo--sub {
    font-size: 100%;
  }
}

@media (min-width: 992px) {
  .quienes__contenedor,
  .contacto__contenedor {
    align-items: center;
  }
}

.quienes__sub::after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 20%;
  height: 3px;
  background-color: #139ac5;
}

.item a {
  color: #838284;
  text-decoration: none;
  transition: 0.3s all;
}

.item a:hover {
  color: #139ac5;
}

.img-small {
  padding: 50px;
  padding-bottom: 0;
}

.form-check-input:checked {
  background-color: #139ac5;
  border-color: #139ac5;
}

.footer {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #139ac5;
  padding: 15px;
}

.footer p {
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #ffffff;
}

@media (min-width: 992px) {
  .galeria {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
  }

  .galeria__item {
    overflow: hidden;
  }

  .galeria__item img {
    width: 100% !important;
    transition: 0.3s transform;
  }

  .galeria__item img:hover {
    transform: scale(1.4);
  }
}

.toast-container {
  position: fixed;
  top: 65px;
  right: 10px;
  z-index: 10000;
}

@media (min-width: 992px) {
  .toast-container {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10000;
  }
}

.toast--exito {
  background-color: #139ac5 !important;
}

.toast--error {
  background-color: #dc3545 !important;
}

.swiper-pagination {
  bottom: 5px !important;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

@media (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: flex !important;
    color: #ffffff !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}

.swiper-container {
  overflow: hidden;
}