/*///////////////////////// GENERALES /////////////////////////*/

body {
  font-family: "Montserrat", sans-serif;
  color: #14297c;
}

* {
  scroll-behavior: smooth;
}

section {
  overflow: hidden !important;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 38px;
}

a:hover {
  text-decoration: none;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px;
}

.fs-36 {
  font-size: 36px;
}

.ls-50 {
  letter-spacing: 5px;
}

.top-title-deco {
  position: relative;
  padding-left: 30px;
  width: fit-content;
}

.top-title-deco::after {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #2898ee;
  bottom: 12px;
}

.top-title-deco::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 12px;
  height: 2px;
  background-color: #2898ee;
  bottom: 12px;
}

.btn {
  border-radius: 35px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 15px;
}

.btn-primary {
  background: #f9402c !important;
  color: #fff;
  border: 2px solid #f9402c !important;
  transition: all ease 0.25s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #e82711 !important;
  color: #fff !important;
  border: 2px solid #e82711 !important;
  transition: all ease 0.25s;
  box-shadow: none !important;
}

.btn-outline-primary {
  background: #fff !important;
  color: #f9402c;
  border: 2px solid #f9402c !important;
  transition: all ease 0.25s;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  background: #e82711 !important;
  color: #fff !important;
  border: 2px solid #e82711 !important;
  transition: all ease 0.25s;
  box-shadow: none !important;
}

.btn-outline {
  background: transparent !important;
  color: #fff;
  border: 2px solid #ffffff !important;
  transition: all ease 0.25s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  background: #ffffff !important;
  color: #f9402c !important;
  border: 2px solid #ffffff !important;
  transition: all ease 0.25s;
  box-shadow: none !important;
}

.primary {
  color: #f9402c !important;
}

.primary-bg {
  background: #f9402c !important;
}

.light-blue {
  color: #2898ee;
}

.blue {
  color: #14297C;
}

.whatsapp-mobile {
  position: fixed;
  z-index: 700;
  bottom: 1.5rem;
  right: 1.5rem;
  opacity: 0.9;
  transition: all ease 0.25s;
}

.whatsapp-mobile {
  width: 56px;
  height: 56px;
}

.whatsapp-mobile:hover {
  opacity: 1;
  transition: all ease 0.25s;
  transform: scale(1.1);
}

/* HEADER  */

.menu {
  background-color: transparent;
  -webkit-transition: background 0.3s 0s linear;
  -moz-transition: background 0.3s 0s linear;
  -o-transition: background 0.3s 0s linear;
  transition: background 0.3s 0s linear;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}

.header-logo {
  background-image: url("../images/header-white-logo.svg");
  width: 243px;
  height: 106px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.bsnav-sticky-slide.sticked.in .header-logo {
  background-image: url("../images/header-color-logo.svg");
  width: 223px;
  height: 86px;
}

.navbar {
  z-index: 5;
  width: 100%;
  padding: 1.2rem 4rem;
}

.bsnav-sticky-slide.sticked.in {
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
}

.nav-link {
  font-size: 18px;
  font-weight: 500;
  color: white !important;
  margin-right: 0.6rem !important;
  margin-left: 0.6rem !important;
  padding-bottom: 0px;
  position: relative;
  padding: 8px 15px !important;
  overflow: hidden;
}

.nav-link::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #f9402c;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: 0 auto;
  transition: 0.4s;
  transform: translateX(-150px);
}

.nav-link:hover::after,
.active .nav-link::after {
  transform: translateX(0px);
}

.nav-link:hover,
.active .nav-link {
  color: white !important;
}

.bsnav-sticky-slide.sticked.in .nav-link,
.bsnav-sticky-slide.sticked.in .active .nav-link {
  color: #14297c !important;
}

/* Bs nav para el menú mobile */
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  background-color: white !important;
  transition: 0.3s;
}

.bsnav-mobile .navbar {
  left: 0 !important;
  transform: translate3d(-300px, 0, 0) !important;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.65);
  background-color: #152056 !important;
}

.bsnav-mobile .navbar .nav-link {
  color: #ffffff !important;
}

.bsnav-mobile.in .navbar {
  transform: translate3d(0px, 0, 0) !important;
}

.header-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #1e3046;
  z-index: 0;
  opacity: 0.6;
}

.bsnav-sticky-slide.sticked.in .navbar-toggler-icon,
.bsnav-sticky-slide.sticked.in .navbar-toggler-icon::before,
.bsnav-sticky-slide.sticked.in .navbar-toggler-icon::after {
  background-color: #14297c !important;
}

.bsnav-sticky-slide.sticked.in .navbar-toggler.active .navbar-toggler-icon {
  background-color: transparent !important;
}

.bsnav-sticky-slide.sticked.in .navbar-toggler.active .navbar-toggler-icon::before,
.bsnav-sticky-slide.sticked.in .navbar-toggler.active .navbar-toggler-icon::after {
  background-color: #14297c !important;
}

.menu-overlay {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  background: -webkit-linear-gradient(top,
      transparent,
      rgba(0, 0, 0, 0.15) 30%,
      #041a29);
  background: linear-gradient(0deg,
      transparent 0,
      rgba(0, 0, 0, 0.15) 30%,
      #041a29);
  z-index: 2;
  opacity: 0.9;
}

/* MAIN */
.main-section {
  min-height: 100vh;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.main-section-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: rgb(1, 32, 78);
  background: linear-gradient(180deg,
      rgba(1, 32, 78, 1) 0%,
      rgba(0, 50, 133, 1) 100%);
}

.main-video {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
  z-index: -5;
}

.main-arrow {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
  z-index: 40;
}

.main-arrow:hover {
  transform: translateY(15px);
}

/* Quienes somos */
.quienes-somos {
  padding-top: 12rem;
  margin-top: -6rem;
}

.galeria {
  height: 550px;
}

#galeriaCarousel .f-carousel__slide {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

#galeriaCarousel .f-carousel__slide img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

/* Misión y visión */
.mision-card {
  border-radius: 10px;
  padding: 1.2rem;
  box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  -moz-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.2);
  transition: 0.5s;
}

.mision-card:hover {
  box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
}

.mision-card-title {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.mision-card-title img {
  width: 70px;
  height: 70px;
  margin-right: 1rem;
}

.mision-card-title h3 {
  position: relative;
  padding-bottom: 0.2rem;
}

.mision-card-title h3::after {
  content: "";
  background-color: #f9402c;
  height: 2px;
  width: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mision-card p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

/* Banner */
.banner {
  min-height: 400px;
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}

.banner .container {
  position: relative;
  z-index: 5;
}

.banner-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(1, 32, 78);
  background: linear-gradient(90deg,
      rgba(1, 32, 78, 1) 0%,
      rgba(0, 50, 133, 1) 100%);
  opacity: 0.8;
  z-index: 1;
}

.banner-video {
  width: 100%;
  position: absolute;
  height: 100%;
  object-fit: cover;
}

/* Productos */
.productos {
  background-color: #f7f8fb;
  padding-top: 12rem;
  margin-top: -6rem;
}

.card-productos {
  border-radius: 15px;
  transition: 0.5s;
  background-color: white;
  overflow: hidden;
}

.card-productos:hover {
  box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
}

.card-productos>img {
  width: 100%;
  height: 290px;
  object-fit: cover;
}

.card-productos-text {
  padding: 3rem 1rem 1.4rem 1rem;
  position: relative;
}

.card-productos-marca {
  position: absolute;
  right: 1rem;
  width: 190px;
  height: auto;
  top: -40px;
  border-radius: 10px;
}

.extra-content {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.extra-content img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 0.6rem;
}

/* Modal */
.modal ul {
  padding-left: 0;
}

.modal ul li {
  margin-bottom: .6rem;
}

.modal ul li {
  list-style: none;
}

.modal ul li::before {
  content: "\f00c";
  color: #F9402C;
  font-family: "FontAwesome";
  margin-right: .4rem;
}

.modal-btn:hover {
  color: #F9402C;
}

.product-modal-container {
  background-color: #14297C;
  position: relative;
  overflow: hidden;
}

.product-modal-container::after {
  content: "\f067";
  color: #ffffff;
  font-family: "FontAwesome";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: calc(50% - 15px);
  text-align: center;
  font-size: 18px;
  transform: translateY(100px);
  opacity: 0;
  transition: .5s;
}

.product-modal-container a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 5;
}

.product-modal-container img{
 height: 67px;
 transition: .3s;
}

.product-modal-container:hover img{
  opacity: .2;
}
.product-modal-container:hover::after{
  transform: translateY(0px);
  opacity: 1;
}
/* Servicios */
.servicios {
  padding-top: 12rem;
  margin-top: -6rem;
}

.card-servicios {
  background-color: #f7f8fb;
  border-radius: 10px;
  padding: 1.3rem 1.3rem 1.3rem 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  min-height: 385px;
  transition: 0.5s;
  overflow: hidden;
}

.card-servicios:hover {
  box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
  -moz-box-shadow: 0px 5px 15px 0px rgba(139, 126, 156, 0.5);
}

.card-servicios-icon {
  width: 149px;
  height: 149px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
}

.card-servicios-icon img {
  width: 60px;
}

.card-servicios-link {
  color: #f9402c;
  font-size: 16px;
  margin-bottom: 0;
  position: absolute;
  bottom: .8rem;
  transform: translateY(50px);
  transition: 0.5s;
  display: flex;
}

.card-servicios-link:hover {
  color: #2898ee;
}

.card-servicios-link span {
  margin-left: 5px;
}

.card-servicios:hover .card-servicios-link {
  transform: translateY(0px);
}

/* Modal */
.modal-content {
  border: 0;
  border-radius: 20px;
}

.modal .close {
  font-size: 1.8rem;
  font-weight: 400;
  color: #F9402C;
  opacity: .8;
}

.modal-dialog:not(.modal-lg) {
  max-width: 650px;
}

.modal-header {
  padding-bottom: 0;
}

.modal-header,
.modal-body {
  border: 0;
}
.modal-servicios {
  background-color: #F7F8FB;
}

/* Carousel de logos */
.carousel-logos {
  padding-top: 12rem;
  margin-top: -6rem;
  padding-bottom: 5rem;
}

#logosCarousel .f-carousel__slide {
  width: 22%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-logo {
  transition: 0.3s;
  filter: grayscale(10);
  opacity: 0.5;
}

.carousel-logo:hover {
  filter: none;
  opacity: 1;
}

/* Contacto */
.contacto-margin {
  padding-top: 12rem;
  margin-top: -6rem;
}

.contacto {
  background-color: #f7f8fb;
}

.deco-contacto {
  position: relative;
  height: 690px;
}

.deco-contacto img {
  position: absolute;
  width: 1000px;
  height: 100%;
  right: 0;
  object-fit: cover;
}

.contacto form input,
.contacto form textarea {
  font-weight: 300;
  font-size: 16px;
  color: #152056;
  background-color: #ffffff;
  border: 1px solid #15205624;
  border-radius: 6px;
}

.contacto form label {
  font-size: 14px;
  font-weight: 700;
  color: #152056;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.contacto form input::-webkit-input-placeholder,
.contacto form textarea::-webkit-input-placeholder {
  color: #1e3046 !important;
}

.contacto form input:-moz-placeholder,
.contacto form textarea:-moz-placeholder {
  color: #1e3046 !important;
}

.contacto form input::-moz-placeholder .contacto form textarea::-moz-placeholder {
  color: #1e3046 !important;
}

.contacto form input:-ms-input-placeholder,
.contacto form textarea:-ms-input-placeholder {
  color: #1e3046 !important;
}

.contacto .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.contacto .form-control:focus {
  color: #152056;
  background-color: #ffffff;
  border-color: #152056;
  outline: 0;
  box-shadow: none;
}
.fx-fading-circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #f7f8fb80 url(../images/loading.gif) center no-repeat;
}
.loading {
  display: none;
}
form {
  position: relative;
}
#response {
  background: #2ec770;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 25px 10px;
  position: absolute;
  top: 0px
}
/* FOOTER */
footer {
  background: url(../images/deco-footer-left.svg),
    url(../images/deco-footer-right.svg) #152056;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left top, right bottom;
  padding: 65px 0px 0px 0px;
  position: relative;
}

footer h6 {
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 1.2rem;
}

footer h6::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #2898ee;
  position: absolute;
  left: 0;
  bottom: 0;
}

.rotate {
  transform: scaleX(-1);
}

footer a,
.contacto a {
  transition: 0.3s;
}

footer a:hover,
.contact-info a:hover {
  text-decoration: none;
  color: #2898ee !important;
}

.logo-footer {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.social-media a {
  width: 38px;
  height: 38px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #152056;
  font-size: 19px;
  margin-right: 0.5rem;
}

.copyright {
  background-color: #121b47;
  z-index: 1;
  bottom: 0;
  margin-top: 3rem;
  padding: 0.4rem 0;
}

.copyright p {
  font-size: 14px;
  margin-bottom: 0;
  color: #ffffff4a;
}
.copyright a img{
  width: 20px;
  transition: all ease 0.25s;
  opacity: .6;
}
.copyright a:hover img{
  opacity: 1;
}
/* RESPONSIVE */

@media (max-width: 1024px) {

}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .navbar {
    padding: 1.2rem;
  }

  .galeria {
    height: 400px;
  }

  #galeriaCarousel .f-carousel__slide {
    width: 50%;
  }

  #galeriaCarousel .f-carousel__slide img {
    height: 380px;
  }

  #logosCarousel .f-carousel__slide {
    width: 45%;
  }

  .deco-contacto {
    position: relative;
    height: 390px;
  }

  .deco-contacto img {
    position: relative;
    width: 100%;
  }
  .card-servicios-link {
    bottom: 1rem;
    transform: translateY(0px);
}
}

@media (max-width: 525px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  .last-img-sm {
    height: 250px;
    object-fit: cover;
  }

  .galeria {
    height: auto;
  }

  #galeriaCarousel .f-carousel__slide {
    width: 90%;
  }

  #logosCarousel .f-carousel__slide {
    width: 55%;
  }

  footer {
    background:
      url(../images/deco-footer-right.svg) #152056;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
  }
}