@font-face {
 font-family: "BankGothic DB";
 src: url("../fonts/BankGothic-Regular.woff2") format("woff2"),
  url("../fonts/BankGothic-Regular.woff") format("woff");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic";
 src: url("../fonts/BankGothic-Regular.woff2") format("woff2"),
  url("../fonts/BankGothic-Regular.woff") format("woff");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic RUSS";
 src: url("../fonts/BankGothicRUSSMedium.woff2") format("woff2"),
  url("../fonts/BankGothicRUSSMedium.woff") format("woff");
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic";
 src: url("../fonts/BankGothic.woff2") format("woff2"),
  url("../fonts/BankGothic.woff") format("woff");
 font-weight: normal;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic";
 src: url("../fonts/BankGothic-Medium.woff2") format("woff2"),
  url("../fonts/BankGothic-Medium.woff") format("woff");
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic Md BT";
 src: url("../fonts/BankGothicBT-Medium.woff2") format("woff2"),
  url("../fonts/BankGothicBT-Medium.woff") format("woff");
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic Lt BT";
 src: url("../fonts/BankGothicBT-Light.woff2") format("woff2"),
  url("../fonts/BankGothicBT-Light.woff") format("woff");
 font-weight: 300;
 font-style: normal;
 font-display: swap;
}

@font-face {
 font-family: "BankGothic Md BT";
 src: url("../fonts/BankGothicBT-Medium.woff2") format("woff2"),
  url("../fonts/BankGothicBT-Medium.woff") format("woff");
 font-weight: 500;
 font-style: normal;
 font-display: swap;
}

/* ROOT VARS */
:root {
 --font-default: "Inter";
 --font-primary: "BankGothic";
 --font-secondary: "Montserrat";

 --color-default-light: #e3e3e3;
 --color-default: #494949;
 --color-default-dark: #000024;

 --color-primary: #4d98b7;

 --color-white: #ffffff;
 --color-light: #f3f5fa;
 --color-dark: #000024;
 --color-text: #777777;

 --regular-shaodw: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

 --regular-shaodw: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;

 scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: var(--font-default);
 color: var(--color-default);
 font-weight: 600;
}

a {
 color: var(--color-primary);
 text-decoration: none;
}

a:hover {
 color: var(--color-primary-light);
 text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: var(--font-default);
 color: var(--color-default-dark);
}

p {
 font-size: 14px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9999;
 overflow: hidden;
 background: #4d98b7;
}
#preloader img {
 width: 150px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
 position: fixed;
 visibility: hidden;
 opacity: 0;
 right: 15px;
 bottom: 15px;
 z-index: 996;
 background: #25d366;
 width: 60px;
 height: 60px;
 border-radius: 50px;
 transition: all 0.4s;
}

.back-to-top i {
 font-size: 24px;
 color: #fff;
 line-height: 0;
}

.back-to-top:hover {
 background: #075e54;
 color: #fff;
}

.back-to-top.active {
 visibility: visible;
 opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
 transition: all 0.5s;
 z-index: 997;
 padding: 20px 0;
 background-color: #4d98b7;
}

#header.header-scrolled,
#header.header-inner-pages {
 background: var(--color-primary);
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 box-shadow: var(--regular-shaodw);
}

#logo {
 max-height: 45px;
}

.btn-main {
 --bs-btn-color: #fff;
 --bs-btn-bg: var(--color-secondary-light);
 --bs-btn-border-color: var(--color-secondary-light);
 --bs-btn-hover-color: #fff;
 --bs-btn-hover-bg: var(--color-secondary-dark);
 --bs-btn-hover-border-color: var(--color-secondary-dark);
 --bs-btn-focus-shadow-rgb: 217, 164, 6;
 --bs-btn-active-color: #fff;
 --bs-btn-active-bg: var(--color-secondary-dark);
 --bs-btn-active-border-color: var(--color-secondary-dark);
 --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
 --bs-btn-disabled-color: #fff;
 --bs-btn-disabled-bg: var(--color-secondary-light);
 --bs-btn-disabled-border-color: var(--color-secondary-light);
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 letter-spacing: 1pt;
 font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
 padding: 0;
}

.navbar ul {
 margin: 0;
 padding: 0;
 display: flex;
 list-style: none;
 align-items: center;
}

.navbar li {
 position: relative;
}

.navbar a,
.navbar a:focus {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px 0 10px 30px;
 font-size: 12px;
 letter-spacing: 0.5pt;
 font-weight: normal;
 color: white;
 font-family: var(--font-default);
 white-space: nowrap;
 transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
 font-size: 12px;
 line-height: 0;
 margin-left: 5px;
}

/* .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--color-primary);
} */

.navbar .dropdown ul {
 display: block;
 position: absolute;
 left: 14px;
 top: calc(100% + 30px);
 margin: 0;
 padding: 10px 0 20px 0;
 z-index: 99;
 opacity: 0;
 visibility: hidden;
 background: #fff;
 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
 transition: 0.3s;
 border-radius: 4px;
}

.navbar .dropdown ul li {
 min-width: 200px;
}

.navbar .dropdown ul a {
 padding: 10px 20px 0px 20px;
 font-size: 12px;
 letter-spacing: 0.5pt;
 text-transform: none;
 color: var(--color-default);
}

.navbar .dropdown ul a i {
 font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
 color: var(--color-primary);
}

.navbar .dropdown:hover > ul {
 opacity: 1;
 top: 100%;
 visibility: visible;
}

.navbar .dropdown .dropdown ul {
 top: 0;
 left: calc(100% - 30px);
 visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
 opacity: 1;
 top: 0;
 left: 100%;
 visibility: visible;
}

@media (max-width: 1366px) {
 .navbar .dropdown .dropdown ul {
  left: -90%;
 }

 .navbar .dropdown .dropdown:hover > ul {
  left: -100%;
 }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
 color: #fff;
 font-size: 28px;
 cursor: pointer;
 display: none;
 line-height: 0;
 transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
 color: #fff;
}

@media (max-width: 991px) {
 .mobile-nav-toggle {
  display: block;
 }

 .navbar ul {
  display: none;
 }
}

.navbar-mobile {
 position: fixed;
 overflow: hidden;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 background: rgba(40, 58, 90, 0.9);
 transition: 0.3s;
 z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
 position: absolute;
 top: 15px;
 right: 15px;
}

.navbar-mobile ul {
 display: block;
 position: absolute;
 top: 55px;
 right: 15px;
 bottom: 15px;
 left: 15px;
 padding: 10px 0;
 border-radius: 10px;
 background-color: #fff;
 overflow-y: auto;
 transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
 padding: 10px 20px;
 font-size: 15px;
 color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
 color: var(--color-primary);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
 margin: 15px;
 color: #37517e;
}

.navbar-mobile .dropdown ul {
 position: static;
 display: none;
 margin: 10px 20px;
 padding: 10px 0;
 z-index: 99;
 opacity: 1;
 visibility: visible;
 background: #fff;
 box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
 min-width: 200px;
}

.navbar-mobile .dropdown ul a {
 padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
 font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
 color: var(--color-primary);
}

.navbar-mobile .dropdown > .dropdown-active {
 display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
 padding: 40px 0;
 overflow: hidden;
}
.bg-cover {
 background-position: center;
 background-size: cover;
 width: 100%;
}

.bg-cover-cuadrado {
 background-position: center;
 background-size: cover;
 width: 100%;
 content: "";
 padding-bottom: 100%;
 border-radius: 0 3rem 3rem 3rem;
 height: 100px;
}

.page-encabezados {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 19%;
  position: relative;
 }
 
 .page-encabezados h2 {
  font-family: var(--font-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
 }
 
 .page-encabezados h2 span {
  display: block;
  width: 80%;
  height: 2px;
  background-color: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
 }
 
 @media (max-width: 768px) {
  .page-encabezados {
   padding-bottom: 30% !important; /* Ajusta el padding para dispositivos móviles si es necesario */
  }
 
  .page-encabezados h2 {
   font-size: 1.5em; /* Ajusta el tamaño de fuente para dispositivos móviles */
  }
 
  .page-encabezados h2 span {
   width: 80%; /* Mantén el subrayado al 80% del ancho del texto */
  }
 }

/*--------------------------------------------------------------
# HERO
--------------------------------------------------------------*/
.hero h2 {
 font-family: var(--font-primary);
 color: white;
 margin-bottom: 0px;
}

.hero h1{
  font-family: var(--font-primary);
  font-size: 35px;
}

.hero hr {
 background-color: white;
 border-top: 1px solid #fff;
 height: 1px;
 width: 40%;
 opacity: 1;
}


/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.card-trayectoria-mision{
  border-left: 1px solid white;
}


/*--------------------------------------------------------------
# slider productos
--------------------------------------------------------------*/
.swiperProductos {
  width: 100%;
  height: 100%;
  /* padding-left: 20px;
  padding-right: 20px; */
}

.swiperProductos .swiper-wrapper {
  overflow: visible;
}

.swiper-slide {
  position: relative;
  padding-left: 20px; /* Asegura espacio para la sombra en cada slide */
  padding-right: 20px;
}

/* .swiperProductos .swiper-pagination {
  bottom: -5px; 
} */

@media (max-width: 576px) {
  .swiperProductos {
    height: 820px;
  }
}


.swiper-pagination-bullet {
  background-color: #777777; 
  opacity: 1; 
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background-color: #4d98b7; /* Color del bullet activo */
}

.swiperBeneficios{
  height: 160px;
}

.swiperBeneficios .swiper-button-next{
  right: 40%;
  top: 88%;
}
.swiperBeneficios .swiper-button-prev{
  left: 40%;
  top: 88%;
}


.swiperBeneficios .swiper-button-next::after,
.swiperBeneficios .swiper-button-prev::after {
  font-size: 12px; 
  line-height: 12px; 
}

@media (max-width: 576px) {
  .swiperBeneficios .swiper-button-next{
    right: 35%;
    top: 88%;
  }
  .swiperBeneficios .swiper-button-prev{
    left: 35%;
    top: 88%;
  }
}



.bx.bxl-facebook {
  color: transparent; /* Hace que el color de fondo sea transparente */
  background-color: transparent; /* Asegúrate de que el fondo sea transparente */
  -webkit-text-stroke: 1px #fff; /* Cambia #000 al color del contorno que desees */
}




/*--------------------------------------------------------------
# Contacto
--------------------------------------------------------------*/
.botonForm{
  background-color: var(--color-primary);
  border: 1px solid white;
  color: white;
  transition: .3s ease-in-out;
}
.botonForm:hover{
  background-color: white;
  color: var(--color-primary);
}
.form-control {
  border-radius: 0px;
  background-color: #dfecf2;
  border: 0px;
  color: var(--color-primary); /* Color del texto cuando no se está escribiendo */
}

/* Placeholder color */
.form-control::placeholder {
  color: var(--color-primary); /* Color del placeholder */
}

/* Mantener el color cuando el campo está enfocado */
.form-control:focus {
  background-color: #dfecf2;
  color: var(--color-primary); /* Color del texto al hacer clic */
}

/* Cambiar color del texto cuando se escribe */
.form-control:focus,
.form-control:valid {
  color: var(--color-primary); /* Color del texto cuando se está escribiendo */
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 font-size: 12px;
 background-color: white;
}

#footer .footer-top {
 padding: 60px 0 0px 0;
 background: white;
}

#footer .footer-bottom {
 padding-top: 30px;
 padding-bottom: 30px;
}

#footer .copyright {
 float: left;
 color: var(--color-text);
}

#footer .credits {
 float: right;
 font-size: 13px;
 color: var(--color-text);
}

#footer .credits a {
 transition: 0.3s;
 color: var(--color-text);
}

/*--------------------------------------------------------------
# SOCIAL MEDIA MENU
--------------------------------------------------------------*/
.social-media-menu {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 0;
}
.social-media-menu li {
 width: 30px;
 height: 30px;
 border-radius: 30px;
 background-color: var(--color-light);
 display: flex;
 justify-content: center;
 align-items: center;
}
.social-media-menu li a {
 color: var(--color-default);
 opacity: 0.5;
 transition: 0.3s;
}
.social-media-menu li a:hover {
 color: var(--color-primary-dark);
 opacity: 1;
 transition: 0.3s;
}

@media (max-width: 768px) {
}
