/* Custom CSS para Portal OIA */

/* Variables personalizadas */
:root {
  --color-primario: #01193B;
}

@font-face {
  font-family: "Poppins Bold";
  src: url("../fuentes/Poppins-Bold.eot");
  src: url("../fuentes/Poppins-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Bold.woff2") format("woff2"),
    url("../fuentes/Poppins-Bold.woff") format("woff"),
    url("../fuentes/Poppins-Bold.ttf") format("truetype"),
    url("../fuentes/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Light";
  src: url("../fuentes/Poppins-Light.eot");
  src: url("../fuentes/Poppins-Light.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Light.woff2") format("woff2"),
    url("../fuentes/Poppins-Light.woff") format("woff"),
    url("../fuentes/Poppins-Light.ttf") format("truetype"),
    url("../fuentes/Poppins-Light.svg#Poppins-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../fuentes/Poppins-SemiBold.eot");
  src: url("../fuentes/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-SemiBold.woff2") format("woff2"),
    url("../fuentes/Poppins-SemiBold.woff") format("woff"),
    url("../fuentes/Poppins-SemiBold.ttf") format("truetype"),
    url("../fuentes/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../fuentes/Poppins-Medium.eot");
  src: url("../fuentes/Poppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Medium.woff2") format("woff2"),
    url("../fuentes/Poppins-Medium.woff") format("woff"),
    url("../fuentes/Poppins-Medium.ttf") format("truetype"),
    url("../fuentes/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../fuentes/Poppins-Regular.eot");
  src: url("../fuentes/Poppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fuentes/Poppins-Regular.woff2") format("woff2"),
    url("../fuentes/Poppins-Regular.woff") format("woff"),
    url("../fuentes/Poppins-Regular.ttf") format("truetype"),
    url("../fuentes/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


.fuente-light {
  font-family: "Poppins Light", sans-serif;
}

.fuente-bold {
  font-family: "Poppins Bold", sans-serif;
}

.fuente-regular {
  font-family: "Poppins Regular", sans-serif;
}

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

.fuente-semi-bold {
  font-family: "Poppins SemiBold", sans-serif;
}

.tamano-cumplimiento {
  font-size: 18px;
}

.background-banner {
  background-image: url("../imagenes/banner-principal.jpg");
  background-size: cover;
  background-position: center;
  height: 800px;
}

.background-resultados {
  background: #1E1E1E;
  position: relative;
}

.background-dos-colores {
  position: relative;
  background: linear-gradient(to bottom,
      #1E1E1E 0%,
      #1E1E1E 80%,
      white 80%,
      white 100%);
}

.diseno-esquina-izquierda {
  position: absolute;
  bottom: 0;
  left: 0;
}

.background-solucion {
  position: absolute;
  top: 25rem;
  left: 0;
}

.b-soluciones-1 {
  height: 390px;
  position: relative;
  margin-bottom: 20px;
  background-size: cover !important;

}

.bg-consultores {
  background: url('../imagenes/g-consultores.jpg');
  position: relative;
  height: 600px;
  background-size: cover;
}

.bg-herramientas {
  background: url('../imagenes/g-herramientas.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}

.bg-organizaciones {
  background: #f4f4f6;
}

.bg-footer {
  position: relative;
  background: #1E1E1E;
  border-bottom: 7px solid #AD945B;
}

.img-izq-consultores {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-soluciones {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.text-soluciones h1 {
  color: white;
  font-family: "Poppins SemiBold", sans-serif;
  font-size: 24px !important;
}

.bg-1 {
  background: url('../imagenes/entendimiento-profundo.png');
  position: relative;
  height: 600px;
  border-bottom: 5px solid #AD945B;
  background-size: cover;
  background-position: center;
}

.bg-2 {
  background: url('../imagenes/resultado-2.jpg');
  position: relative;
  height: 600px;
  border-bottom: 5px solid #AD945B;
  background-size: cover;
  background-position: center;
}

.bg-3 {
  background: url('../imagenes/resultado-3.jpg');
  position: relative;
  height: 600px;
  border-bottom: 5px solid #AD945B;
  background-size: cover;
  background-position: center;
}

.bg-1::after,
.bg-2::after,
.bg-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
  z-index: 1;
}
.textos-resultados {
  position: absolute;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 5;
}

.diseno-esquina-derecha {
  position: absolute;
  top: 0;
  right: 0;

}

.fuente-grande {
  font-size: 80px;
}


.background-footer {
  background: var(--color-primario);
}


.container-menu {
  position: relative;
  cursor: pointer;
}

.texto-title {
  color: white;
  font-family: "Poppins Regular", sans-serif;
  letter-spacing: 5px;
}

.banner-title-1 {
  color: white;
  font-family: "Poppins Regular", sans-serif;
}

.bg-derecha-arriba {
  position: absolute;
  top: 0;
  right: 0;
}

.bg-izqu-abajo {
  position: absolute;
  bottom: 0;
  left: 0;
}



/*Menu flotante*/
.menu-background {
    background: #262b5d;
}

.menu-toggle {
    width: 40px;
    height: 45px;
    position: fixed;
    top: 1.6em;
    right: 2em;
    cursor: pointer;
    z-index: 12;
    text-align: left;
}


.menu-section-cotizar {
    width: 40px;
    height: 45px;
    position: fixed;
    top: 1.2rem;
    right: 10em;
    cursor: pointer;
    z-index: 12;
    text-align: left;
}

.menu-toggle.on .one {
    -moz-transform: rotate(45deg) translate(7px, 7px);
    -ms-transform: rotate(45deg) translate(7px, 7px);
    -webkit-transform: rotate(45deg) translate(7px, 7px);
    transform: rotate(410deg) translate(7px, 7px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
    background: #fff !important;
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(312deg) translate(8px, -10px);
    padding-left: 20px;
    margin: 7px auto;
    margin-left: 8px;
    background: #fff !important;
}

.one,
.two,
.three {
    width: 100%;
    height: 4px;
    background: white !important;
    padding: 0;
    margin: 5px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 5px;
    padding-left: 25px;
}

.four {
    width: 5px;
    height: 2px;
    /*background: white !important;*/
    background: none !important;
    padding: 0;
    margin: 8px auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 70px;
    padding-left: 6px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.one {
    width: 100%;
}

.two {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three {
    width: 100%;
}

.menu {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.menu ul li a:hover {
    /*background: #a7987e;*/
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    padding: 7px 0px 7px 15px;
    border-bottom: 1px solid #fff;
}

.menu ul li a span:hover {
    color: #fff !important;
    text-decoration: none;
    /* padding: 0 2rem; */
}

.menu ul li a:hover imagenes {
    filter: brightness(200%) saturate(0%);
}

.imagenes-menu {
    width: 100%;
    min-height: 120vh;
    object-fit: cover;
    filter: brightness(0.9);
}

.menu-activ h1 {
    font-weight: bold;
    font-size: 3.5rem;
    color: white;
    width: 50%;
    text-align: center;
    padding: 10px 15px;
    font-family: "Raleway-Bold";
}

ul a {
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    display: block;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.top-menu_back {
    top: 1.2em !important;
    transition: 0.5s ease-in-out;
    z-index: 7;
}

/*Fin menu*/


.campana {
    height: 800px !important;
}

.campana-interna {
    height: 500px !important;
}

.bg_menu_scrool {
    background: #1e1e1e;
}

.fondo-total2 {
    height: 115vh !important;
    background: #1E1E1E;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-gracias {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    font-family: "Poppins Medium";
    font-size: 30px;
    color: #fff !important;
}


.btn-volver {
    background: none;
    border: #ffffff solid 1px;
    border-radius: 100px;
    letter-spacing: 2px;
    padding: 10px;

}

.btn-volver a {
    text-decoration: none;
}

.iti {
    width: 100% !important;
}

.error-input {
    background: #ff000045 !important;
}

.floating-button {
    position: fixed;
    bottom: 40px;
    right: 0px;
    width: 90px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.hvr-wobble-horizontal {
    font-family: "Poppins Medium";
    border: none;
    background: #AD945B;
    color: white;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.hvr-wobble-horizontal a{
    color: white;
}

.fw-bold {
    font-family: "Montserrat Bold";
}

a {
    text-decoration: none;
}

.solo-pc-contenido{
    position: fixed;
}


/* Ajustes responsive */
@media (max-width: 992px) {

  .bg-1, .bg-2, .bg-3 {
    height: 400px !important;
  }
  .diseno-esquina-izquierda {
    display: none;
  }

  .diseno-esquina-derecha {
    display: none;
  }

  .background-solucion {
    display: none;
  }

  .img-izq-consultores {
    display: none;
  }

  .bg-derecha-arriba {
    display: none;
  }

  .bg-izqu-abajo {
    display: none;
  }
  .solo-pc-contenido{
      align-items: normal !important;
  }
  .bg-consultores{
      height: 500px;
  }
  .bg-herramientas {
    height: 825px;
  }

  .campana-interna {
      height: 350px !important;
  }

}


input {
  border: 1px solid white;
  background: transparent;
  font-family: "Poppins Light", sans-serif;
  color: white;
}

input::placeholder {
  color: white;
  font-family: "Poppins Light", sans-serif;
}

button {
  font-family: "Poppins Medium", sans-serif;
  border: 1px solid white;
  background: transparent;
  color: white;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
}

button:hover {
  scale: 1.1;
}


/* El punto hay que cambiar el color */
li {
  font-family: "Poppins Light", sans-serif;
}

li::marker {
  color: #707070;
  padding-left: 0px;
}

/* Bullets más grandes y color dorado */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d4d4d4;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #b8996c;
}

/* Si usas paginación dinámica, ajusta también estos */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.8);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.6);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0px !important;
}

.text-servcio p{
  color:#fff !important;
}

.input-error{
  background: #eb5b5b;
}





/* ====================================
   ESTILOS PARA SECCIÓN DE EVENTOS
   Agregar a tu archivo CSS principal
   ==================================== */

/* Bocadillo / Speech Bubble */
.bocadillo-container {
    position: relative;
    margin-bottom: 30px;
}

.bocadillo-content {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}

.bocadillo-punta {
    position: absolute;
    bottom: -20px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid white;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.05));
}

/* Variante con punta a la izquierda */
.bocadillo-punta-izquierda {
    right: auto;
    left: 50px;
}

/* Cards de eventos */
.evento-card {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.evento-card:hover {
    transform: translateY(-5px);
}

.evento-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Categorías de eventos */
.evento-categoria {
    background: #fafafa;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.evento-categoria:hover {
    background: #f0f0f0;
    transform: translateX(5px);
}

/* Botones de navegación del Swiper */
.btn-swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-swiper-nav:hover {
    background: #8B7744 !important;
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 991px) {
    .bocadillo-punta {
        right: 30px;
    }
    
    .evento-categoria {
        margin-bottom: 15px;
    }

    .campana {
      height: 350px !important;
    }

    .alto_contendor_blog{
      height: 150px !important;
    }
    .swiper-campana{
      padding-top: 65px !important;
  }
  .btn_trans{
    background: #1e1e1e80;
  }

}

@media (max-width: 576px) {
    .bocadillo-content {
        padding: 15px;
        border-radius: 15px;
    }
    
    .bocadillo-punta {
        bottom: -15px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid white;
    }
}

/* Swiper eventos estilos */
.swiper-eventos,
.swiper-eventos-inicio {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-eventos .swiper-slide,
.swiper-eventos-inicio .swiper-slide {
    justify-content: center;
    align-items: center;
}

.swiper-eventos img,
.swiper-eventos-inicio img {
    border-radius: 10px;
}

.img-gente {
 
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bg-valores{
  justify-content: center;
  align-items: end;
  display: flex;
  color: white !important;
}

.item-menu:hover{
  background: #C6AE6D;
  color: #1e1e1e !important;
}