@font-face {
  font-family: "Made-Tommy-Regular";
  src: url("../fonts/Made-Tommy-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Made-Tommy-Medium";
  src: url("../fonts/Made-Tommy-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: "Made-Tommy-Bold";
  src: url("../fonts/Made-Tommy-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Righteous-Regular";
  src: url("../fonts/Righteous-Regular.ttf");
  font-display: swap;
}

/* ============================================ */
/*   GENERALES   */
/* ============================================ */

html {
  scroll-behavior: smooth;
}

hr {
  background-color: #2e8166;
}

h1,
h2,
h4 {
  font-family: "Made-Tommy-Regular";
  color: #2e8166;
  text-transform: uppercase;
  letter-spacing: 0px;
}

h2,
h4 {
  text-shadow: 0px 3px 6px #00000029;
}

.h3-span {
  font-family: "Made-Tommy-Regular";
  color: #fff;
  font-size: calc(1.3rem + 0.6vw);
  letter-spacing: 0px;
}

h3.titulo-header {
  text-shadow: 0px 4px 3px #00000029;
  letter-spacing: 0px;
  font-family: "Made-Tommy-Regular";
}

h5 {
  font-family: "Made-Tommy-Regular";
  color: #03181d;
  margin-bottom: 0px;
}

h6 {
  font-family: "Made-Tommy-Regular";
  color: #2e8166;
  margin-bottom: 0px;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.btn,
.swal2-confirm {
  font-family: "Made-Tommy-Bold" !important;
  height: 30px !important;
  padding: 0.1rem 1rem !important;
  border-radius: 8px !important;
}

a,
p,
label,
.swal2-confirm.swal2-styled,
.input-group-text,
.btn-enviar,
.form-control,
.form-select {
  font-family: "Made-Tommy-Regular" !important;
  font-size: 10pt;
}

.btn-link {
  color: #00637d;
}

.btn-primary,
.swal2-confirm {
  background-color: #00637d !important;
  border-color: #00637d !important;
}

.btn-primary:hover,
.swal2-confirm:hover {
  background-color: #007a99 !important;
  border-color: #007a99 !important;
}

.btn-primary:focus,
.btn-primary.focus,
.swal2-confirm:focus,
.swal2-confirm.focus {
  background-color: #007a99;
  border-color: #007a99;
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 153, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled,
.swal2-confirm:disabled {
  background-color: #00637d;
  border-color: #00637d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.swal2-confirm:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #007a99;
  border-color: #007a99;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.swal2-confirm:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 122, 153, 0.5);
}

section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.d-desktop {
  display: block;
}

.d-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  .d-desktop {
    display: none;
  }

  .d-mobile {
    display: block;
  }
}

/* ============================================ */
/*   HEADER   */
/* ============================================ */

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: flex !important;
}

header .carousel-item {
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
  height: 100vh !important;
  justify-content: center;
  align-items: center;
}

header .carousel-item.banner-01 {
  background-image: url("../img/banner-desktop-01.jpg");
}

header .carousel-item.banner-02 {
  background-image: url("../img/banner-desktop-02.jpg");
}

header .carousel-item.banner-03 {
  background-image: url("../img/banner-desktop-03.jpg");
}

@media (min-width: 0px) and (max-width: 768px) {
  header .carousel-item.banner-01 {
    background-image: url("../img/banner-mobile-01.jpg");
  }

  header .carousel-item.banner-02 {
    background-image: url("../img/banner-mobile-02.jpg");
  }

  header .carousel-item.banner-03 {
    background-image: url("../img/banner-mobile-03.jpg");
  }
}

.carousel-indicators {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  list-style: none;
  margin-bottom: 0 !important;
  margin-right: 5% !important;
  margin-left: 0 !important;
  display: block !important;
  left: auto !important;
}

.carousel-indicators [data-bs-target] {
  display: block !important;
  height: 30px !important;
  width: 5px !important;
}

.carousel-caption {
  position: initial !important;
  padding-left: 2rem;
  padding-right: calc(83px + 2rem);
  width: 100%;
  text-align: start;
}

header .carousel-item.banner-01 .carousel-caption {
  text-align: right;
}

.carousel-caption h1,
.carousel-caption h2 {
  font-size: 3.5rem;
  font-family: "Made-Tommy-Medium";
  color: #fff;
  text-transform: none;
}

.banner-02 .carousel-caption h2,
.banner-03 .carousel-caption h2 {
  color: #00637d;
}

.banner-02 .carousel-caption h3,
.banner-03 .carousel-caption h3 {
  color: #03181d;
}

.carousel-caption h2,
.carousel-caption h3 {
  text-shadow: none !important;
}

@media (min-width: 0px) and (max-width: 768px) {
  header .carousel-item {
    align-items: flex-end;
  }

  .carousel-caption {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
    text-align: center !important;
  }

  .carousel-caption h1,
  .carousel-caption h2 {
    font-size: 2rem;
  }
}

/* ============================================ */
/*   NAVBAR   */
/* ============================================ */

.navbar {
  padding-left: 8px;
  padding-right: 8px;
  color: #2e8166 !important;
}

.collapse {
  text-align: center;
}

.collapse.navbar-collapse,
.collapse.navbar-collapse .row {
  height: 41.94px;
}

.collapse.navbar-collapse .row .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#navbar.navbar-shrink {
  transition: background-color 300ms linear;
  background-color: #fff;
}

#navbar img {
  height: 40px;
  transition: width 1s, height 1s;
}

#navbar.navbar-shrink img {
  height: 30px;
}

.navbar a {
  text-transform: uppercase;
  text-decoration: none !important;
  color: #03181d !important;
}

.navbar a > div {
  color: #fff;
  padding: 6px 1.8rem;
  background-color: #086955;
  border-radius: 1rem;
}

#nav-quienes-somos.active,
#nav-que-hacemos.active,
#nav-nuestro-grupo.active,
#nav-contacto.active {
  border-bottom: 4px solid #2e8166;
}

@media (min-width: 0px) and (max-width: 768px) {
  nav {
    background-color: #fff;
  }

  .navbar-collapse .col-md-3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }

  .collapse.navbar-collapse,
  .collapse.navbar-collapse .row {
    height: auto;
  }

  .logo-desktop {
    height: 20px;
  }
}

/* ============================================ */
/*   QUIENES SOMOS   */
/* ============================================ */

.card-team {
  max-width: 300px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.card-team img {
  margin-bottom: 1rem;
}

/* .logo-mobile {
  display: none;
}

@media (min-width: 0px) and (max-width: 768px) {
  .logo-desktop {
    display: none;
  }

  .logo-mobile {
    display: block;
  }
} */

/* ============================================ */
/*   QUIENES SOMOS   */
/* ============================================ */

#quienes-somos {
  position: relative;
}

#quienes-somos .line {
  width: 75%;
  height: 1px;
  position: absolute;
  left: 0;
  background-color: #2e8166;
  z-index: 1;
}

#quienes-somos img {
  width: 100%;
  max-width: 300px;
}

#quienes-somos img.image {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

@media (min-width: 0px) and (max-width: 768px) {
  #quienes-somos .col-md-5 {
    padding: 0px;
    margin-bottom: 2rem;
  }

  #quienes-somos .col-md-6 {
    padding: 0px;
  }
}

/* ============================================ */
/*   QUE HACEMOS   */
/* ============================================ */

#que-hacemos {
  background-image: url("../img/background-que-hacemos.png");
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#que-hacemos .container-icon {
  background-color: #fff;
  box-shadow: 0px 3px 6px #c0dee6;
  height: 100px;
  width: 100px;
  border-radius: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: center;
}

#que-hacemos .container-icon img {
  height: 60px;
  width: 60px;
}

#que-hacemos .col-md-3 {
  max-width: 190px;
  min-width: 190px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #que-hacemos .col-md-3 {
    width: 50%;
    max-width: 50%;
    min-width: auto;
  }
}

.container-icon:hover {
  background-color: #0b637d !important;
}
.container-icon:hover img {
  /* opacity: 0.4; */
  filter: brightness(3000%);
}

/* ============================================ */
/*   NUESTRO EQUIPO   */
/* ============================================ */

@media (min-width: 0px) and (max-width: 768px) {
  #nuestro-grupo .row .col-md-4:first-child,
  #nuestro-grupo .row .col-md-4:nth-child(2n) {
    margin-bottom: 2rem !important;
  }

  #nuestro-grupo .row .col-md-4 {
    padding: 0px !important;
  }
}

/* ============================================ */
/*   FOOTER   */
/* ============================================ */

footer {
  background-image: url("../img/background-footer.png");
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: 100%;
  display: flex;
  align-items: center;
}

footer .contain-icon {
  display: inline-flex;
  align-items: center;
  height: 36px;
  width: 30px;
  vertical-align: middle;
}

footer .col-md-12,
footer .col-md-6 {
  padding-left: 0px;
}

footer .col-md-8 {
  border-left: 1px solid #0b637c;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer .col-md-8 > div {
  max-width: 600px;
  width: 100%;
}

.input-group-text,
.form-select,
.form-control {
  background-color: transparent;
  border: 1px solid #0b637c;
  margin-bottom: 1rem;
}

.form-control.input-group-input {
  border-left: none !important;
}

.input-group-text {
  border-right: none !important;
  height: 33.98px !important;
  background-color: transparent;
}

.form-select {
  height: 33.98px !important;
}

.img-equipo {
  border-radius: 10px;
  box-shadow: 0px 3px 6px #c0dee6;
}

.form-control:focus {
  background-color: transparent;
}

.form-control::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-control::placeholder {
  color: #bfbfbf;
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 768px) {
  footer {
    padding-top: 4rem !important;
    padding-bottom: 3rem;
  }

  footer .col-md-12,
  footer .col-md-6 {
    padding-right: 0px;
  }

  footer .col-md-8 {
    border-left: none !important;
    padding-top: 2rem;
  }
}

/* ============================================ */
/*   GRACIAS   */
/* ============================================ */

#gracias {
  height: calc(100vh - 57.94px);
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 768px) {
  #gracias {
    height: calc(100vh - 56px);
  }
}

/* ============================================ */
/*   LOGIN   */
/* ============================================ */

section#login {
  padding: 0px !important;
  height: 100vh;
}

#login .titulo-login {
  height: 100vh;
  background-image: url("../img/banner-desktop-02.png");
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0px !important;
}

#login .mantenedor {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem 5rem 1rem 5rem;
}

.fake-input {
  width: 100%;
  padding: 4px 10px;
  font-family: "Made-Tommy-Regular";
  border: 1px solid #00637d;
  font-size: 10pt;
  color: #363636;
}

.fake-input.description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 89.94px;
}

@media (min-width: 0px) and (max-width: 768px) {
  #login .titulo-login {
    height: 150px;
  }
  #login .mantenedor {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1rem;
  }
}

/* ============================================ */
/*   MANTENEDOR   */
/* ============================================ */

.mantenedor .contain-icon {
  border: 1px solid #00637d;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 10px;
}

.contain-icon span {
  font-family: "Made-Tommy-Regular";
  font-size: 10pt;
  color: #363636;
  margin-left: 5px;
}

.mantenedor-servicios .btn,
.mantenedor .btn {
  font-family: "Made-Tommy-Regular" !important;
  font-size: 10pt !important;
}

.mr-2 {
  margin-right: 0.5rem;
}

.icono-seleccion-mantenedor {
  width: 100%;
}

.mantenedor-servicios .col-1:hover {
  cursor: pointer;
  background-color: #f2f2f2 !important;
}

.mantenedor-servicios .col-1 {
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mantenedor-servicios .col-1.active-icon {
  background-color: #00637d;
}

.mantenedor-servicios .col-1.active-icon:hover {
  cursor: pointer;
  background-color: #4693a7 !important;
}

.mantenedor-servicios .col-1.active-icon img {
  filter: brightness(3000%);
}

.whatsapp-follow {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  z-index: 1900;
}

.whatsapp-follow img {
  height: 70px;
  width: 70px;
  transition: width 1s, height 1s;
}

.whatsapp-follow img:hover {
  cursor: pointer;
  height: 80px;
  width: 80px;
}

@media (min-width: 0px) and (max-width: 806px) {
  .whatsapp-follow {
    bottom: 0.25rem !important;
    right: 0.25rem !important;
  }

  .whatsapp-follow img:hover,
  .whatsapp-follow img {
    height: 60px;
    width: 60px;
  }
}

/* ============================================ */
/*   MADE BY   */
/* ============================================ */

#made-by {
  background-color: #fff;
  color: #000;
  padding: 15px 5px 15px 5px !important;
  display: flex;
  justify-content: center;
}
