/* ----- CUSTOM -----*/
body{
    background: #ffffff;
    color: #3b3b3b !important;
}
.navbar{
    background-color: #1f1f1fa4 !important;
}
.section-padding{
  padding-top: 80px;
  padding-bottom: 80px;
}
/* --------------- START TEXT ---------------*/
.custom-title{
    font-size: 35px;
    padding-bottom: 30PX;

    font-display: swap;
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/alegreya-sans-sc-v23-latin-900.woff2') format('woff2');
}
.blue-text{
    color: #3814c2;
}
.white-text{
    color: #ffffff;
}
.light-blue-text{
    color: #00B2FF;
}
.custom-caption{
    font-display: swap;
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/alegreya-sans-sc-v23-latin-900.woff2') format('woff2');
}
/* --------------- END TEXT ---------------*/
/* --------------- START BANNERS ---------------*/
.banner-light-gray{
    background-color: #e6e6e6;
}
.gray-text{
    color: #3e4347;
}
.banner-black{
    background-color: #000000;
}
.banner-funcion{
  height: 40vh;
}
@media (max-width: 567px){
.banner-funcion{
  height: 500px;
}
}
.banner-light-blue{
  background: #00B2FF;
  background: linear-gradient(90deg,rgba(0, 178, 255, 1) 1%, rgba(0, 123, 255, 1) 100%);  
}
.blue-shadow{
  text-shadow: 0px 0px 6px rgba(0, 63, 151, 0.9);
}
/* --------------- END BANNERS ---------------*/
.custom-box-info{
    color: #ffffff;
}
.custom-box-info:hover{
  background-color: #ffffff1c;
  box-shadow: 0px 0px 13px 2px rgba(0,97,212,0.75) inset;
  -webkit-box-shadow: 0px 0px 13px 2px rgba(0,97,212,0.75) inset;
  -moz-box-shadow: 0px 0px 13px 2px rgba(0,97,212,0.75) inset;
}
/* -- TRANSFORM --*/
.custom-box-info:hover .custom-transfrom{
   transform: translateY(-5px) scale(1.1);
}
footer{
    font-size: 12px;
    color: #c5c5c5;
}
/* ---------- START CUSTOM BOOTSTRAP CAROUSEL ----------*/
.hero-section {
  height: 60vh;
  overflow: hidden;
  position: relative;
}
.hero-section h1{
    font-size: 50px;

    font-display: swap;
    font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/alegreya-sans-sc-v23-latin-900.woff2') format('woff2');
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.4); /* opcional: oscurece el video para que el texto se lea bien */
}
.hero-section .container {
  position: relative;
  z-index: 1;
}
.text-shadow {
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}
    /* ---------- END CUSTOM BOOTSTRAP CAROUSEL ----------*/
    /* ---------- START VIDEO BUTTON ----------*/
.video-button {
  position: relative;
  border: none;
  cursor: auto;
  overflow: hidden;
  color: white;
  transition: background-color 0.3s ease;
  height: 100%;
}
.video-button .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  filter: grayscale(100%);
}
.video-button .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.video-button .text {
  position: relative;
  z-index: 2;
}
.video-button:hover .video-bg,
.video-button:hover .overlay {
  opacity: 1;
}
.video-button h4{
  color: #00B2FF;
  font-family: 'Alegreya Sans SC';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
}
.video-button p{
  color: #ffffff;
}
.video-button:hover h4{
  color: #ffffff;
}
/* ---------- END VIDEO BUTTON ----------*/
/* ---------- START BUTTON ----------*/
.custom-btn{
    background-color: #00B2FF !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 5px 25px 5px 25px !important;
}
.custom-btn:hover{
    background-color: #008bc6 !important;
}
/* ---------- END BUTTON ----------*/
/* ---------- START ANIMACIÓN ----------*/
/* -- subrayado hero --*/
.hero-section .texto-destacado-hero::after {
  transform: scale(1, 1);
}
.texto-destacado-hero {
  display: inline-block;
  position: relative;
}
.texto-destacado-hero::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #00B2FF;
  transform: scale(0, 1);
  transform-origin: center;
  transition: transform 0.25s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.hero-section:hover .texto-destacado-hero::after {
  background-color: #3814c2;
}
/* -- subrayado ¿Qué hacemos? --*/
.section-hacemos .texto-destacado-hacemos::after {
  transform: scale(1, 1);
}
.texto-destacado-hacemos {
  display: inline-block;
  position: relative;
}
.texto-destacado-hacemos::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #00B2FF;
  transform: scale(0, 1);
  transform-origin: center;
  transition: transform 0.25s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.section-hacemos:hover .texto-destacado-hacemos::after {
  background-color: #3814c2;
}
/* -- subrayado soluciones personlizadas --*/
.soluciones-personalizadas .texto-destacado-soluciones::after {
  transform: scale(1, 1);
}
.texto-destacado-soluciones {
  display: inline-block;
  position: relative;
}
.texto-destacado-soluciones::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #00B2FF;
  transform: scale(0, 1);
  transform-origin: center;
  transition: transform 0.25s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.soluciones-personalizadas:hover .texto-destacado-soluciones::after {
  background-color: #3814c2;
}
/* -- hover img --*/
.zoom-container {
  overflow: hidden;
  display: inline-block;
  border-radius: 0.5rem; /* Igual al .rounded de Bootstrap */
}
.zoom-container img {
  transition: transform 0.4s ease;
}
.zoom-container:hover img {
  transform: scale(1.3);
}
/* ---------- END ANIMACIÓN ----------*/