/*******************************/
/********* General CSS *********/
/*******************************/
body {
    /*color: #fff;*/
    background: #34373A;
    font-family: /*'Poppins', sans-serif*/'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1;
}


/*h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #030f27;
}*/

a {
    color: #666666;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #FDBE33;
    outline: none;
    text-decoration: none;
}

.btn:focus {
    box-shadow: none;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff;
    z-index: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #FDBE33;
    color: #121518;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #FDBE33;
    background: #121518;
}

.back-to-top i {
    padding-top: 10px;
}

.btn {
    transition: .3s;
}


/*  BOTON WHATSAPP */
.container-boton-whatsapp {
    /*border: 5px solid #fff;*/
    /*justify-content: flex-start;*/
    display: flex;
    position: fixed;
    z-index: 999;
    border-radius: 45%;
    bottom: 100px;
    /*left: 20px;*/
    right: 20px;
    padding: 0px;
    transition: ease 0.3s;
    animation: efecto_boton_whatsapp 1.2s infinite;
}

.container-boton-whatsapp:hover{
    transform: scale(1.1);
    transition: 0.3s;

}

.boton_whatsapp{
    width: 60px;
    transition: ease 1s;
    
}


    /* Pantallas de 0px a 320px */
    /*@media (max-width: 320px) {
        .container-boton-whatsapp {
            left: 10px;
            left: unset;
        }
        .boton_whatsapp {
            width: 50px;
        }
    }*/
  
    /* Pantallas de 321px a 480px */
    /*@media (min-width: 321px) and (max-width: 480px) {
        .container-boton-whatsapp {
            left: 10px;
            left: unset;
        }
        .boton_whatsapp {
            width: 50px;
        }
    }*/
  
    /* Pantallas de 481px a 768px */
    /*@media (min-width: 481px) and (max-width: 768px) {
        .container-boton-whatsapp {
            left: 10px;
            left: unset;
        }
        .boton_whatsapp {
            width: 50px;
        }
    }*/
    
    /* Pantallas de 769px a 960px */
    /*@media (min-width: 769px) and (max-width: 960px) {
        .container-boton-whatsapp {
            left: 10px;
            left: unset;
        }
        .boton_whatsapp {
            width: 50px;
        }
    }*/
    
    /* Pantallas de 961px a 1024px */
    /*@media (min-width: 961px) and (max-width: 1024px) {
        .container-boton-whatsapp {
            left: 10px;
            left: unset;
        }
        .boton_whatsapp {
            width: 50px;
        }
    }*/
    
    /* Pantallas de 1025px a 1328px */
    /*@media (min-width: 1025px) and (max-width: 1328px) {
        .container-boton-whatsapp {
            left: 10px;
            left: unset;
        }
        .boton_whatsapp {
            width: 50px;
        }
    }*/



/*
@keyframes efecto_boton_whatsapp {
    0%{
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    }
}
*/


/*@media (max-width: 300px) {
    .container-boton-whatsapp {
      left: 10px;
      left: unset;
    }
    .boton_whatsapp {
      width: 50px;
    }
  }
*/


/*  Fin Boton Whatsapp */





/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 90px;
    background: #ffffff;
    padding-left: 10px;
}

.logo-group {
    display: inline-flex;
    height: 90px;
}

.top-bar .logo.rayo {
    text-align: center;
    overflow: hidden;
    display: inline-block; 
   /* background-color: #191919;*/ 
    /* width: 45px; */
    vertical-align: bottom;
    padding-top: 15px;
    max-width: 100%;
    max-height: 200px;  /* o el valor que necesites */
}

.top-bar .logo.texto-ijs {
    vertical-align: bottom;
    overflow: hidden;
    display: inline-block;
    /* background-color: #191919;*/ 
    text-align: left;
    width: 100px;
    padding-top: 10px;
}

.top-bar .logo .h1-sup {
    color: #ffffff;
    font-size: 60px;
    line-height: 50px;
    font-weight: 700;
    margin: 0;
}

.top-bar .logo .h1-sub {
    color: #ffffff;
    font-size: 13px;
    line-height: 13px;
    font-weight: 200;
    letter-spacing: 1px;
    margin: 0;
}

.top-bar .logo a {
    width: 100%; 
    height: auto;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 60px;
}

.top-bar .top-bar-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
    margin: 0;
    color: #030f27;
    font-size: 40px;
}

.top-bar .top-bar-text {
    padding-left: 15px;
}

.top-bar .top-bar-text h3 {
    margin: 0 0 5px 0;
    color: #030f27;
    font-size: 16px;
    font-weight: 400;
}

.top-bar .top-bar-text p {
    margin: 0;
    color: #030f27;
    font-size: 13px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}

@media (max-width: 991.98px) {
    .top-bar .logo {
        text-align: center;
    }
    .logo-group {
        margin-left: -15px;
    }
}

.top-bar .logo.rayo,
.top-bar .logo.texto-ijs {
    background-color: transparent !important;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: #191919;
    transition: .3s;
}

.container-fluid {
    padding-bottom: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: /*#030f27*/#191919 !important;
    display: inline-block;
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 30px 15px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #FDBE33;
    transition: none;
}

/*.nav-bar .btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 20;
    
}*/


.nav-bar-clientes .clientes {
    cursor: pointer;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: max-content;
    display: inline-block;
    border-radius: 40px 5px;

    background: linear-gradient(to top, #fff 5%, #191919 60%);
    background-position: top;
    
    transition: background-position 0.7s ease;
}

.btn-iniciar-sesion{
    color: #fdbe33;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-size: 200%;
    
}

.clientes:hover {
    
    background: linear-gradient(right, #191919, #191919, #fff, #fdbe33);
    background-position: bottom;
    
}

.btn-iniciar-sesion:hover{
    color: #ffffff;
    background-position: bottom;
}


/*.nav-bar .btn-iniciar-sesion:hover a {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;

    
}*/

.nav-bar-clientes {
    position: relative;
    margin: 0px;
    border-left: 2px solid #fdbe33;
    padding-left: 10px;
    
}

/*.nav-bar-clientes .clientes .btn-iniciar-sesion {
    border: 2px solid #ffffff;
    text-align: center;
    padding: 5px;
    width: 100%;
    height: max-content;
    display: inline-block;
    border-radius: 40px 5px;

    background: #fdbe33;

    
    
}*/

/*.btn-iniciar-sesion .btn-registrarme {
    display: inline-block;
    
    text-align: center;
    
    
    text-decoration: none;
    
}*/



/*.nav-bar-clientes .clientes:hover {
    background: #fdbe33;
    
}*/

.nav-bar-clientes h3 {
    color: #ffffff;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }
    
    .nav-bar.nav-sticky {
        padding: 0;
    }
    
    .nav-bar .navbar {
        padding: 20px;
    }
    
    .nav-bar .navbar-brand {
        display: none;
    }
    
    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }
    
    .nav-bar a.nav-link {
        padding: 5px;
    }
    
    .nav-bar .dropdown-menu {
        box-shadow: none;
    }
    
    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    /*height: auto;*/
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 1;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption {
    background-color: rgba(0, 0, 0, .5);
    transition: 1s;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #FDBE33;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption h2 {
    color: #FDBE33;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption h5 {
    color: #FDBE33;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #fff;
    background: #191919;
    border-image-source: linear-gradient(#fff, #191919, #FDBE33);
    border-image-slice: 1 1 1 1;
    border-image-width: 0.28rem;
    
    /*border-image-source: linear-gradient(#fff, #191919, #FDBE33);
    border-image-slice: 1 1 1 1;
    border-image-width: 0.28rem;*/
    
}

.carousel .carousel-caption .btn:hover {
    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 150;
    transition: .3s;
    /*background-image: linear-gradient(#FDBE33, #191919);*/
    background-image: linear-gradient(#C4C4C4, #191919);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    /*border-color: #fff;*/
    /*border-radius: 50px;*/
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel img {
        max-width: 100%;
        height: auto;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel img {
        max-width: 100%;
        height: auto;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel img {
        max-width: 100%;
        height: auto;
    }
    
    .carousel .carousel-caption p {
        font-size: 20px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h2 {
        font-size: 30px;
        font-weight: 500;
    }
    
    .carousel img {
        max-width: 100%;
        height: auto;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
    }
    
    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


/*******************************/
/******* Animacion en las palabras del Botón de promocion en el Carrusel *******/
/*******************************/
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

.animated-bounce {
    animation: bounce 1s infinite;
}

.animated-pulse {
    animation: pulse 1.5s infinite;
}


/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    /*margin-bottom: 45px;*/
    margin-bottom: 0px;
    padding: 20px 0;
    text-align: center;
    background: #FDBE33;
}

.page-header h2 {
    position: relative;
    color: #030f27;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #030f27;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #030f27;
}

.page-header a:hover {
    color: #ffffff;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #121518;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    color: #191919;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

.section-header h1 {
    margin: 0;
    position: relative;
    font-size: 30px; /* Tamaño para monitores */
    font-weight: 900;
    color: #191919;
    text-decoration: underline;
    text-decoration-color: #FDBE33; /* Color del subrayado */
    text-decoration-thickness: 3px; /* Grosor del subrayado */
    letter-spacing: 5px;
}

/* Tamaño para monitores grandes */
@media (min-width: 1200px) {
    .section-header h1 {
        font-size: 40px; /* Tamaño más grande para monitores grandes */
    }
}

/* Estilos específicos para pantallas más pequeñas (móviles) */
@media (max-width: 768px) {
    .section-header h1 {
        font-size: 20px; /* Tamaño reducido para dispositivos móviles */
        letter-spacing: 2px; /* Ajustar el espaciado si es necesario */
        line-height: 2;
    }
}

.section-header h2 {
    margin: 0;
    position: relative;
    font-size: 45px;
    font-weight: 900;
    color: #fdbe33;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
    .about .about-text h2 {
        font-size: 23px;
        text-align: center;
    }
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 0;  
}

.feature .wow {
    visibility: visible !important;
}

.feature .row {
    width: 102.3%;
}


.feature .col-md-12 {
    background: #191919;
}
    
.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #191919;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #FDBE33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #FDBE33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-icon [class^="fa"]::before {
    position: relative;
    margin: 0;
    color: #FDBE33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}

.feature .col-md-12:nth-child(2n) [class^="fa"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}

@media (max-width: 703px) {
    .feature .row {
        padding: 0;
    }
}
@media (max-width: 500px) {
    .feature .row {
        width: auto;
    }
    .feature .row .feature-item:first-child {
        padding-left: 10px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
/*.fact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.fact .col-6 {
    display: flex;
    align-items: flex-start;
}

.fact .fact-icon {
    position: relative;
    margin: 7px 15px 0 15px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
    margin: 0;
    font-size: 60px;
    line-height: 60px;
    background-image: linear-gradient(#ffffff, #fdbe33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
    background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
    padding-top: 60px;
    padding-bottom: 60px;
}

.fact .fact-text h2 {
    font-size: 35px;
    font-weight: 700;
}

.fact .fact-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.fact .fact-left {
    color: #fdbe33;
    background: #030f27;
}

.fact .fact-right {
    color: #030f27;
    background: #fdbe33;
}

.fact .fact-left h2 {
    color: #fdbe33;
}
*/

/*******************************/
/********** Video CSS **********/
/*******************************/
/*.video {
    position: relative;
    margin: 45px 0;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(rgba(25, 25, 25, .9), rgba(25, 25, 25, .9)), url(../img/carrousel/principal/portada.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video .btn-play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fdbe33;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play:hover:after {
    background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #030f27;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
*/

/*******************************/
/********** Product CSS **********/
/*******************************/
.product {
    position: relative;
    width: 100%;
    padding: 45px 0;
    transform-style: preserve-3d;
    /*background: #e5e5e5;*/
}

.product, .container {
    width: 100%;
    overflow: hidden; /* Evita desbordamiento */
    box-sizing: border-box; /* Asegura que padding no incremente el ancho */
}

.product .product-text-right {
    padding-left: 30px;
}

.product .row {
    margin: 30px 0px;
}

.product .section-header {
    margin-bottom: 30px;
}

.product .box-product {
    position: relative;
    width: 450px;
    height: 550px;
   /*background: #000;
    background: #000;*/
    transform-style: preserve-3d;
}

.product .box-product .box-product-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product .box-product .box-product-text {
    position: absolute;
    top: 50%;
    left: 50px;
    right: 50px;
    background: rgba(52, 55, 58, 0.6);
    /*transform: translateZ(20px) scaleY(0);*/
    padding: 10px 15px;
    transform-origin: top;
    transition: 0.5s;
    transform-style: preserve-3d;
    border-radius: 10px;
}

.product .box-product .box-product-text h4{
    color: #FFF;
}

.product .box-product .box-product-text h5{
    color: #FFF;
}

.product .box-product:hover .box-product-text {
    transform: translateZ(20px) scaleY(1);
}

.product .box-product-img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product .product-text p {
    font-size: 16px;
}

/* Animación del H3 - Product.php */
.product .product-text h3 {
    color: #146f88;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    animation: pulseShimmerH3 3s infinite;
}
@keyframes pulseShimmerH3 {
    0% {
        transform: scale(1);
        text-shadow: none; /* Sin brillo */
    }
    50% {
        transform: scale(1.1); /* Pulso */
        text-shadow: 0 0 5px rgba(8, 136, 255, 0.8), 
                     0 0 10px rgba(8, 136, 255, 0.6), 
                     0 0 15px rgba(8, 136, 255, 0.4); /* Empieza el brillo */
    }
    100% {
        transform: scale(1);
        text-shadow: none; /* El brillo se desvanece */
    }
}
/* Animación del H3 - Product.php */

/* Animación del H4 - Product.php */
.product .product-text h4 {
    color: #191919;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    animation: pulseShimmerH4 3s infinite;
}
@keyframes pulseShimmerH4 {
    0% {
        transform: scale(1);
        text-shadow: none; /* Sin brillo */
    }
    50% {
        transform: scale(1.1); /* Pulso */
        text-shadow: 0 0 5px rgba(253, 190, 51, 0.4),
                     0 0 10px rgba(253, 190, 51, 0.6), 
                     0 0 15px rgba(253, 190, 51, 1); /* Empieza el brillo */
    }
    100% {
        transform: scale(1);
        text-shadow: none; /* El brillo se desvanece */
    }
}
/* Animación del H4 - Product.php */




.product .box-product .box-product-text a.btn {
    color: #030f27;
    border-radius: 0px;
    background: #fdbe33;
    transition: .3s;
    font-size: 12px;
}

.product .box-product .box-product-text a.btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.product .product-text a.btn {
    /*position: relative;
    margin-top: 15px;
    padding: 15px 35px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #030f27;
    border-radius: 0px;
    background: #fdbe33;
    transition: .3s;*/

    padding: 15px 35px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    color: #fff;
    background: #34373A;
    border-image-source: linear-gradient(#FDBE33, #191919, #FDBE33);
    border-image-slice: 1 1 1 1;
    border-image-width: 0.28rem;
}

.product .product-text a.btn:hover {
    /*color: #fdbe33;
    background: #030f27;*/

    color: #ffffff;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 150;
    transition: .3s;
    /*background-image: linear-gradient(#FDBE33, #191919);*/
    background-image: linear-gradient(#C4C4C4, #191919);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.container h4 {
    /*color: #007fff;*/
    /*color: #08bb36;*/
    font-weight: 700;
    font-size: 12px;
}

.container h5 {
    /*color: #007fff;*/
    /*color: #08bb36;*/
    font-weight: 700;
    font-size: 12px;
}

.product .cellphone {
    display: none;
}

@media (max-width: 700px) {
    .product .box-product {
        width: 100%; /* Adapta al ancho del contenedor */
        max-width: 340px; /* Máximo para pantallas pequeñas */
    }
    .product .product-img {
        margin-bottom: 30px;
        height: auto;
    }
    .product .row .section-header {
        margin-top: 15px;
    }
    .product .row .product-text a {
        margin-bottom: 15px;
    }
    .product .par {
        display: none;
    }
    .product .row.cellphone {
        display: inline-flex;
    }
    .product .product-text-right {
        padding-left: 15px;
    }
    .product .cellphone .section-header,
    .product .cellphone .product-text,
    .product .cellphone .box-product-text {
        text-align: left !important;
    }
    .product .row {
        padding-top: 10px;
        background-color: rgba(25, 25, 25, .1);
    }
}

/* Solo afecta el ancho completo en la sección de productos. Tenia el problema que no podia ajustar el width al 100% */
.product .full-width {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.container .full-width {
    width: 100%;
    max-width: 100%;
    padding: 15px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}



/*******************************/
/*********** Team CSS **********/
/*******************************/
/*.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: relative;
    padding: 25px 15px;
    text-align: center;
    background: #030f27;
    transition: .5s;
}

.team .team-text h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fdbe33;
    transition: .5s;
}

.team .team-text p {
    margin: 0;
    color: #ffffff;
}

.team .team-item:hover .team-text {
    background: #fdbe33;
}

.team .team-item:hover .team-text h2 {
    color: #030f27;
    letter-spacing: 1px;
}

.team .team-social {
    position: absolute;
    width: 100px;
    top: 0;
    left: -50px;
    display: flex;
    flex-direction: column;
    font-size: 0;
}

.team .team-social a {
    position: relative;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
    background: #00acee;
    left: 50px;
    transition: .3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
    background: #3b5998;
    left: 50px;
    transition: .3s .1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
    background: #0e76a8;
    left: 50px;
    transition: .3s .2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
    background: #3f729b;
    left: 50px;
    transition: .3s .3s;
}
*/

/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.faqs .row {
    position: relative;
}

.faqs .row::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: calc(50% - .5px);
    background: #fdbe33;
}

.faqs #accordion-1 {
    padding-right: 15px;
}

.faqs #accordion-2 {
    padding-left: 15px;
}

@media(max-width: 767.98px) {
    .faqs .row::after {
        display: none;
    }
    
    .faqs #accordion-1,
    .faqs #accordion-2 {
        padding: 0;
    }
    
    .faqs #accordion-2 {
        padding-top: 15px;
    }
}

.faqs .card {
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.faqs .card:last-child {
    margin-bottom: 0;
}

.faqs .card-header {
    padding: 0;
    border: none;
    background: #ffffff;
}

.faqs .card-header a {
    display: block;
    padding: 10px 25px;
    width: 100%;
    color: #121518;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
    background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f067";
    float: right;
    color: #fdbe33;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
    font-family: 'font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #030f27;
    font-size: 12px;
    font-weight: 900;
    transition: .5s;
}

.faqs .card-body {
    padding: 20px 25px;
    font-size: 16px;
    background: #8F8F8A;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: none;
}

.faqs .card-body iframe {
        width: 100%;
    }

@media(max-width: 767.98px) {
    .faqs .card-body iframe {
        width: 100%;
    }
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.clients {
    position: relative;
    width: 100%;
    padding-top: 35px;
}

.testimonial {
    position: relative;
    margin: 45px 0;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(rgba(25, 25, 25, .5), rgba(25, 25, 25, .5)), url(../img/carrousel/principal/portada.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial .container {
    max-width: 760px;
}

.about-page .testimonial {
    padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
    position: relative;
    width: 300px;
    margin: 0 auto;
}

.testimonial .testimonial-slider-nav .slick-slide {
    position: relative;
    opacity: 0;
    transition: .5s;
}

.testimonial .testimonial-slider-nav .slick-active {
    opacity: 1;
    transform: scale(1.3);
}

.testimonial .testimonial-slider-nav .slick-center {
    transform: scale(1.8);
    z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
    position: relative;
    display: block;
    margin-top: 37px;
    width: 100%;
    height: auto;
    border-radius: 100px;
}

.testimonial .testimonial-slider {
    position: relative;
    margin-top: 15px;
}

.testimonial .testimonial-slider::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 10px;
    top: 0;
    left: calc(50% - 98px);
    background: url(../img/utilidades/linea1x250.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
    color: #fdbe33;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

.testimonial .testimonial-slider h4 {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    font-style: italic;
    margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
/*.blog {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #fdbe33;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #fdbe33;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #ffffff;
}

.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}
*/

/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
    position: relative;
    padding: 45px 0;
}

.single .single-content {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.single .single-content img {
    margin-bottom: 20px;
    width: 100%;
}

.single .single-tags {
    margin: -5px -5px 41px -5px;
    font-size: 0;
}

.single .single-tags a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .single-tags a:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-bio {
    margin-bottom: 45px;
    padding: 30px;
    background: #f3f6ff;
    display: flex;
}

.single .single-bio-img {
    width: 100%;
    max-width: 100px;
}

.single .single-bio-img img {
    width: 100%;
}

.single .single-bio-text {
    padding-left: 30px;
}

.single .single-bio-text h3 {
    font-size: 20px;
    font-weight: 700;
}

.single .single-bio-text p {
    margin: 0;
}

.single .single-related {
    margin-bottom: 45px;
}

.single .single-related h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .related-slider {
    position: relative;
    margin: 0 -15px;
    width: calc(100% + 30px);
}

.single .related-slider .post-item {
    margin: 0 15px;
}

.single .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.single .post-item .post-img {
    width: 100%;
    max-width: 80px;
}

.single .post-item .post-img img {
    width: 100%;
}

.single .post-item .post-text {
    padding-left: 15px;
}

.single .post-item .post-text a {
    font-size: 16px;
    font-weight: 400;
}

.single .post-item .post-meta {
    display: flex;
    margin-top: 8px;
}

.single .post-item .post-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.single .post-item .post-meta p a {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

.single .related-slider .owl-nav {
    position: absolute;
    width: 90px;
    top: -55px;
    right: 15px;
    display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
    margin-left: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #030f27;
    background: #fdbe33;
    font-size: 16px;
    transition: .3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
    color: #fdbe33;
    background: #030f27;
}

.single .single-comment {
    position: relative;
    margin-bottom: 45px;
}

.single .single-comment h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-list {
    list-style: none;
    padding: 0;
}

.single .comment-child {
    list-style: none;
}

.single .comment-body {
    display: flex;
    margin-bottom: 30px;
}

.single .comment-img {
    width: 60px;
}

.single .comment-img img {
    width: 100%;
}

.single .comment-text {
    padding-left: 15px;
    width: calc(100% - 60px);
}

.single .comment-text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}

.single .comment-text span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.single .comment-text .btn {
    padding: 3px 10px;
    font-size: 14px;
    color: #030f27;
    background: #dddddd;
    border-radius: 0;
}

.single .comment-text .btn:hover {
    background: #fdbe33;
}

.single .comment-form {
    position: relative;
}

.single .comment-form h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
}

.single .comment-form form {
    padding: 30px;
    background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
    margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
    border-radius: 0;
}

.single .comment-form .btn {
    padding: 15px 30px;
    color: #030f27;
    background: #fdbe33;
}

.single .comment-form .btn:hover {
    color: #fdbe33;
    background: #030f27;
}


/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
    position: relative;
    width: 100%;
}

@media(max-width: 991.98px) {
    .sidebar {
        margin-top: 45px;
    }
}

.sidebar .sidebar-widget {
    position: relative;
    margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
    position: relative;
}

.sidebar .search-widget input {
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 0;
}

.sidebar .search-widget input:focus {
    box-shadow: none;
}

.sidebar .search-widget .btn {
    position: absolute;
    top: 6px;
    right: 15px;
    height: 40px;
    padding: 0;
    font-size: 25px;
    color: #fdbe33;
    background: none;
    border-radius: 0;
    border: none;
    transition: .3s;
}

.sidebar .search-widget .btn:hover {
    color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
    position: relative;
}

.sidebar .sidebar-widget .tab-post {
    position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
    color: #fdbe33;
    background: #030f27;
    border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
    color: #030f27;
    background: #fdbe33;
}

.sidebar .tab-post .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.sidebar .tab-post .tab-content .container {
    padding: 0;
}

.sidebar .sidebar-widget .category-widget {
    position: relative;
}

.sidebar .category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .category-widget ul li {
    margin: 0 0 12px 22px; 
}

.sidebar .category-widget ul li:last-child {
    margin-bottom: 0; 
}

.sidebar .category-widget ul li a {
    display: inline-block;
    line-height: 23px;
}

.sidebar .category-widget ul li::before {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fdbe33;
    left: 1px;
}

.sidebar .category-widget ul li span {
    display: inline-block;
    float: right;
}

.sidebar .sidebar-widget .tag-widget {
    position: relative;
    margin: -5px -5px;
}

.single .tag-widget a {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
    color: #fdbe33;
    background: #030f27;
}

.sidebar .image-widget {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar .image-widget img {
    max-width: 100%;
    transition: .3s;
}

.sidebar .image-widget img:hover {
    transform: scale(1.1);
}


/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
    position: relative;
    padding: 45px 0;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: -15px 0 25px 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    color: #030f27;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    background: #fdbe33;
    border: none;
    transition: .3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    background: #030f27;
    color: #fdbe33;
}

.portfolio .load-more {
    text-align: center;
}

.portfolio .load-more .btn {
    padding: 15px 35px;
    font-size: 16px;
    transition: .3s;
}

.portfolio .load-more .btn:hover {
    color: #fdbe33;
    background: #030f27;
}

.portfolio .portfolio-warp {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.portfolio .portfolio-img {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-img img {
    width: 100%;
    transition: .3s;
}

.portfolio .portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio .portfolio-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio .portfolio-overlay p {
    margin: 0;
    color: #ffffff;
}

.portfolio .portfolio-text {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 20px;
    font-weight: 700;
    color: #fdbe33;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #030f27;
    background: #ffffff;
    border-radius: 0;
    transition: .3s;
}

.portfolio .portfolio-warp:hover a.btn {
    color: #ffffff;
    background: #fdbe33;
}

/********* Loader CSS **********/
/*******************************/
.container-master-loader {
    position: fixed;
    display: flex;
    z-index: 9999;
    justify-content:  center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: rgba(25, 25, 25, .9);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container-loader {
    position: relative;
    width: 100%;
    display: flex;
    justify-content:  center;
    align-items: center;
}
.container-loader .ring {
    position: relative;
    width: 150px;
    height: 150px;
    margin: -30px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #24ecff;
    animation: animate 4s linear infinite;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.container-loader .ring:before {
    content: '';
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #24ecff;
    box-shadow: 0 0 0 5px #24ecff33,
                0 0 0 10px #24ecff22,
                0 0 0 20px #24ecff11,
                0 0 20px #24ecff,
                0 0 50px #24ecff;
}
.container-loader .ring:nth-child(2) {
    animation: animate2 4s linear infinite;
    animation-delay: -1s;
    border-top: 4px solid transparent;
    border-left: 4px solid #fdbe33;
}
.container-loader .ring:nth-child(2)::before {
    content: '';
    position: absolute;
    top: initial;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #fdbe33;
    box-shadow: /*0 0 0 5px #93ff2d33,
                0 0 0 10px #93ff2d22,
                0 0 0 20px #93ff2d11,
                0 0 20px #93ff2d,
                0 0 50px #93ff2d;*/
                0 0 0 5px #fdbe3333,
                0 0 0 10px #fdbe3322,
                0 0 0 20px #fdbe3311,
                0 0 20px #fdbe33,
                0 0 50px #fdbe33;
}
@keyframes animate2 {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.container-loader .ring:nth-child(3) {
    animation: animate2 4s linear infinite;
    animation-delay: -3s;
    position: absolute;
    top: -66.66px;
    border-top: 4px solid transparent;
    border-left: 4px solid /*#e41cf8*/#96fa1e;
}
.container-loader .ring:nth-child(3)::before {
    content: '';
    position: absolute;
    top: initial;
    bottom: 12px;
    left: 12px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #96fa1e;
    box-shadow: 0 0 0 5px #96fa1e33,
                0 0 0 10px #96fa1e22,
                0 0 0 20px #96fa1e11,
                0 0 20px #96fa1e,
                0 0 50px #96fa1e;
}
.container-loader p {
    position: absolute;
    color: #fff;
    font-size: 2em;
    font-family: 'Montserrat', sans-serif;
    bottom: -85px;
    letter-spacing: 0.15em;
}
/*******************************/
/********* Background **********/
/*******************************/

.frame-background {
    position: absolute;
    border: none;
    width: 100%;
    height: 100%;
}
.frame-background:nth-child(4) {
    position: absolute;
    top: 100vh;
    width: 100%;
}
.frame-background:nth-child(5) {
    position: absolute;
    top: 200vh;
    width: 100%;
}
.frame-background:nth-child(6) {
    position: absolute;
    top: 300vh;
    width: 100%;
}
.frame-background:nth-child(7) {
    position: absolute;
    top: 400vh;
    width: 100%;
}
.frame-background:nth-child(8) {
    position: absolute;
    top: 500vh;
    height: 50vh;
    width: 100%;
}
.frame-background:nth-child(9) {
    position: absolute;
    top: 550vh;
    height: 100vh;
    width: 100%;
    display: none;
}
.frame-background:nth-child(10) {
    position: absolute;
    top: 650vh;
    height: 23vh;
    width: 100%;
    display: none;
}
/*******************************/
/********* Newsletter **********/
/*******************************/
.suscription-newsletter {
    position: relative;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.suscription-newsletter .row {
    align-items: center;
    justify-content: center;
}
.suscription-newsletter .box-img {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
}
.suscription-newsletter .box-img img {
    height: 14em;
    width: auto;
}
.suscription-newsletter .section-header {
    margin: 10px 0px;
}
.suscription-newsletter .newsletter-text a {
    display: inline-block;
    font-size: 1.4em;
    padding: 5px 0px;
}
.suscription-newsletter .newsletter-text i {
    font-size: 1.7em;
}
@media(max-width: 767.98px) {
    .suscription-newsletter .box-img {
        justify-content: center;
    }
    .suscription-newsletter .row .col-lg-8.col-md-6 {
        text-align: center;
    }
    .suscription-newsletter .row .section-header h2 {

    }   
}
@media(max-width: 401px) {
    .suscription-newsletter .row {
        max-width: 400px;
        margin: 0;
        padding: 0;
    }
    .suscription-newsletter .section-header p {
        font-size: 1em;
        margin-bottom: 8px;
    }
    .suscription-newsletter .section-header h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    .suscription-newsletter .newsletter-text a {
        font-size: 1em;
    }
}
/*******************************/
/********* Suscription *********/
/*******************************/
.sib-form {
    text-align: center;
    background-color: #ffffff;
    padding-bottom: 0px !important;
}
#error-message {
    font-size: 16px; 
    text-align: left; 
    font-family: 'Montserrat', sans-serif;
    color: #661d1d; 
    background-color: #ffeded; 
    border-radius: 3px; 
    border-color: #ff4949;
    max-width: 540px;
}
#success-message {
    font-size: 16px; 
    text-align: left; 
    font-family: 'Montserrat', sans-serif;
    color: #085229; 
    background-color: #e7faf0; 
    border-radius: 3px; 
    border-color: #13ce66;
    max-width: 540px;
}
#sib-container {
    text-align: center; 
    background-color: #fdbe33 !important; 
    max-width: 540px; 
    border-width: 1px; 
    border-color: #fdbe33; 
    border-style: solid;
}

.sib-form .suscription_div_formulario {
    padding: 4px 0;
}
.sib-form .suscription_div_formulario .entry__label {
    font-size: 17px; 
    text-align: left; 
    font-weight: 700; 
    font-family: 'Montserrat', sans-serif;
    color: #191919;
}
.sib-form .suscription_div_forulario .entry__error {
    font-size: 16px; 
    text-align: left; 
    font-family: 'Montserrat', sans-serif;
    color: #661d1d; 
    background-color: #ffeded; 
    border-radius: 3px; 
    border-color: #ff4949;
}
.sib-sms-input-wrapper .entry__field {
    width: 100%;
}
.sib-sms-input-wrapper .entry__field input {
    color: red;
}
.suscription_div_formulario .sib-form-block {
    text-align: left;
}
.suscription_div_formulario .sib-form-block .sib-form-block__button {
    font-size: 16px; 
    text-align: left; 
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #fdbe33; 
    background-color: #191919; 
}
.suscription_div_formulario .sib-form-block .sib-form-block__button:hover {
    color: #191919; 
    background-color: #ffffff; 
    transition: .3s;
}




/**************************************************/
/*********** Nieve para Tematica Navidad **********/
/**************************************************/
/*@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");*/

body {
  /*background-color: #17324f;*/
  height: 100vh;
  margin: 0;
  box-sizing: border-box;
  /*overflow: hidden;*/
}

.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
  

pre {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #00ff0a;
}

pre span:first-child {
  color: rgb(255, 255, 0);
}

pre span:last-child {
  color: #795548;
}

.snow {
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  z-index: 9999999999;
}

.snow-floor {
    width: 100%;
    height: 3%;
    background-color: #fff;
    position: absolute;
    bottom: -515vh; /* Ajusta para escritorio */
    border-radius: 50% 50% 0 0;
    z-index: 99;
}
  
@media screen and (max-width: 980px) {
    .snow-floor {
        height: 2%; /* Incrementa la altura en móvil */
        bottom: -1386vh; /* Ajusta la posición para móviles */
    }
}
  

@keyframes fall {
  0% {
    top: -10px;
  }

  100% {
    top: var(--page-height); /* La nieve caerá hasta el final dinámicamente */
  }
}
/********************************************************/
/*********** FIN - Nieve para Tematica Navidad **********/
/********************************************************/

/********************************************************/
/*********** Campana para Tematica Navidad **********/
/********************************************************/

.christmas-bell {
    position: fixed; /* Fija la campana en su posición */
    top: 0px;       /* Mantén la campana en la parte superior */
    right: 100px;     /* Ajusta la distancia desde el borde derecho */
    z-index: 9999;   /* Asegúrate de que esté por encima de otros elementos */
    height: 250px;   /* Tamaño inicial */
    width: 250px;
}

.bell-container {
    position: relative; /* Asegura que el contenedor tenga un contexto de desplazamiento */
}
  
@media screen and (max-width: 980px) {
    .christmas-bell {
        right: 10px;   /* Reduce el espacio desde el borde derecho */
        width: 150px;  /* Ajusta el tamaño en pantallas pequeñas */
        height: 120px; /* Ajusta proporcionalmente */
    }
}
  
  

/********************************************************/
/*********** Fin - Campana para Tematica Navidad **********/
/********************************************************/



/********************************************************/
/*********** Arbol de Navidad **********/
/********************************************************/
/*
body {
    background: #111;
    overflow: hidden;
    &.recording {
      pointer-events: none;
      &::before {
        content: '📹 recording…';
        position: fixed;
        z-index: 999;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: inline-block;
        width: 15ch;
        height: 2em;
        line-height: 2em;
        text-align: center;
        white-space: nowrap;
        color: white;
        background: rgba(0,0,0,.5);
        padding: 1em;
        border-radius: 50vh;
        font-size: 2vw;
      }
      canvas {
        opacity: .66;
      }
    }
  }
  canvas {
    width: 100vw;
    height: 100vh;
  }
  
  
  // dat.GUI customisation
  .dg li.title {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin-left: -7px;
  }
  // BUG
  .dg .cr.function .property-name {
    width: 100%;
  } */
/********************************************************/
/*********** FIN - Arbol de Navidad **********/
/********************************************************/



/********************************************************/
/*********** Esta linea sirve para verificar que los bordes se marquen en rojo, entonces verifias que todo esté en su lugar. **********/
/********************************************************/
/*** { 
    outline: 1px solid red; /* Resalta todos los elementos */
/**} */
/********************************************************/
/*********** FIN - verificación bordes **********/
/********************************************************/