@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-family: "Poppins", sans-serif !important;
  background-color: #fff;
  width: 100% !important;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif !important;
  width: 100% !important;
  overflow-x: hidden;
}

.poppins {
  font-family: "Poppins", serif;
}

.roboto {
  font-family: "Roboto", serif;
}

.bg-nav1 {
  background: #ffffff;
  color: #000000 !important;
}

.bg-nav1 a {
  color: #000000;
  font-weight: 600;
  font-family: "Poppins", serif !important;
}

.btn-contact {
  background-color: transparent !important;
  color: #010101 !important;
  border: 1px solid #010101 !important;
  border-radius: 100px;
}

.active {
  color: #004cae !important;
}
.thumbs-overlay {
  position: absolute;
  top: 40%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 20px;
}

/* CONTENEDOR INDICADOR */
.slider-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

/* NÚMEROS */
.indicator-number {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0;
}

/* LÍNEA */
.indicator-line {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 210px; /* MISMO ALTO QUE LAS MINIATURAS */
  width: 3px;
}

.indicator-segment {
  flex: 1;
  background: rgba(255, 255, 255, 0.3);
  margin: 2px 0;
  transition: 0.3s;
}

.indicator-segment.active {
  background: white;
}

/* MINIATURAS */
.thumbs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.thumb-item {
  width: 70px;
  height: 70px;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
  border: 1px solid white;
  border-radius: 10px;
}

.thumb-item.active-thumb {
  opacity: 1;
  transform: scale(1);
  border: 2px solid white;
}

.card-home {
  background: #6b6b6b72;
  mix-blend-mode: normal;
  border-radius: 37px;
  opacity: 1;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #ffffff;
  border: none;
}

.card-blue {
  background-color: #004f9d !important;
  color: #ffffff;
}

.card-pro:hover div > .proTitle {
  display: none;
}

.card-pro:hover .card-blue,
.card-pro:hover .btnDark {
  display: block !important;
}

.text-gray {
  color: #262f2e;
}

#foot {
  background-color: #284271;
}

/* 

#portada{
    background-image: url('../img/bg_bextock.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.text-gray{
    color: #606060;
}

.btn-whats{
    background-color: transparent !important;
    border: 1px solid #707070;
}

.card-blue{
    background-color: #004F9D;
    box-shadow: 0px 4px 44px #0000000F;
    color: #FFFFFF;
}

.card-purple{
    background-color: #333051;
    box-shadow: 0px 4px 44px #0000000F;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/button_open.svg');
    width: 50px;
    background-size: 50px;
    height: 50px;
    box-shadow: none !important;
}

.accordion-button::after{
    background-image: url('../img/button_close.svg');
    width: 50px;
    background-size: 50px;
    height: 50px;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none !important;
}

.accordion-button:focus{
    box-shadow: none;
}

.accordion-button{
    background-color: transparent !important;
}

ul li::marker {
    color: #004F9D !important; 
    font-size: 30px;
}

li{
    align-items: center;
}

.card-wb {
    background-color: #FFFFFF;
    transition: background-color 0.3s ease, color 0.3s ease; 
}

.card-wb .card-icon {
    filter: brightness(0) saturate(100%) invert(76%) sepia(6%) saturate(500%) hue-rotate(300deg); 
    transition: filter 0.3s ease; 
}

.card-wb h5 {
    color: #004F9D; 
    transition: color 0.3s ease; 
}

.card-wb p {
    color: #333051;
    transition: color 0.3s ease; 
}

.card-wb:hover {
    background-color: #004F9D; 
}

.card-wb:hover .card-icon {
    filter: brightness(0) saturate(100%) invert(85%) sepia(50%) saturate(500%) hue-rotate(100deg); 
}

.card-wb:hover h5 {
    color: #FAFBFD; 
}

.card-wb:hover p {
    color: #FFFFFF; 
}

.border-start{
    border-left: 1px solid #707070 !important;
    opacity: 1 !important;
}

#foot{
    background-color: #333051;
}

#footN{
    background-color: #004F9D;
} */

/* .montserrat{
    font-family: "Montserrat" !important;
}

.poppins{
    font-family: "Poppins" !important;
}


.btn-contact{
    background-color: #24A17A !important;
    color: #75FDD3 !important;
}

#value{
    background-image: url('../img/value_bg.jpg') !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.men{
    background-image: url('../img/men.jpg') !important;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

#slogan{
    background-color: #24A17A;
}

#contact{
    background-color: #F6F6F6;
}

#foot{
    background-color: #333333;
}

#footN{
    background-color: #222222;
}

h3, h4, p, h5, small, #text-card, #line1, #line2, #text-check, #values2, #text71, #text72, #text73{
    opacity: 0;
} 

@keyframes aparecerTexto {
    0% {
        opacity: 0; 
    }
    100% {
        opacity: 1; 
    }
}

.image-left {
    animation: slideFromLeft 1s ease-out forwards;
}

.image-right {
    animation: slideFromRight 1s ease-out forwards;
}

#image1, #image2{
    opacity: 0;
}*/

/* Keyframes para animación de entrada desde la izquierda 
@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}*/

/* Keyframes para animación de entrada desde la derecha 
@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.texto-animado {
    animation: aparecerTexto 0.5s steps(30) 0.5s forwards; 
}

@media (max-width: 3060px) {
}

@media (max-width: 1280px) {
}

LG */
@media (max-width: 1199px) {
}

/* MD */
@media (max-width: 991px) {
}

/* SM */
@media (max-width: 767px) {
  .showPhone {
    display: block !important;
  }
  .hiddenPhone {
    display: none !important;
  }
  .centerP {
    text-align: center !important;
    align-items: center !important;
    align-content: center !important;
    display: block !important;
  }

  /* Contenedor principal: full width */

  /* Contenedor principal: full width */
  .thumbs-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; /* ahora sí ocupa todo el ancho disponible */
    top: 20%;
    left: 0;
    transform: translatex(0%);
    gap: 25px; /* espacio entre línea y miniaturas */
    margin: 0; /* elimina margen que reduce el ancho */
    padding: 0 10%;
  }

  /* Slider indicator en fila */
  .slider-indicator {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    justify-content: space-between; /* números al inicio y final */
    width: 100%;
    margin: 0 10px;
    margin-bottom: 10px;
  }

  /* Línea entre los números */
  .indicator-line {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between; /* segmentos distribuidos horizontal */
    margin: 0 10px;
    background-color: rgba(255, 255, 255, 0.3);
    height: 0px;
  }

  .indicator-segment {
    flex-grow: 1;
    justify-content: space-between;
    flex-direction: row;
    margin: 0 10px;
    height: 3px;
    width: 100%;
  }

  .indicator-segment.active {
    background: white;
  }

  /* Números mantienen su posición al inicio y final */
  .indicator-number.top,
  .indicator-number.bottom {
    flex-shrink: 0;
  }

  /* Miniaturas horizontal */
  .thumbs-list {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
    overflow-x: auto;
    margin-top: 10px;
    width: 100%; /* ocupa todo el ancho del container */
    justify-content: center; /* alinea al inicio */
    padding: 0 0px; /* opcional para un pequeño margen lateral */
  }

  .thumb-item {
    flex-shrink: 0;
  }

  .img80px {
    width: 19% !important;
  }

  .img120px {
    width: 40% !important;
  }

  .card-cert {
    width: 100%;
  }
}

/* XS */
@media (max-width: 575px) {
}

/* XS */
@media (max-width: 330px) {
}
