/* Usamos los colores principales
#1c1646


*/

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Oscurecer si se necesita */
    z-index: -2;
}

.banner-section .container {
    z-index: -1;
    position: relative;
}

.banner-section .overlay{
    z-index: 5;
}
.banner-section .overlay .total-slide{
    z-index: 20;
}
.banner-section .container{
    z-index: 10;
}
.header-section{
    z-index:100;
}
.header-section .header-top{
    border-bottom: none;
}
.banner-section .overlay .total-slide .banner-text h1{
font-size: 4rem;
text-transform: none;
}
body {
    font-family: 'Orbitron', sans-serif;
}
.about-section .about-left .about-text .about-subtitle,
.invest-section .overlay .invest-text .invest-subtitle,
.advantage-section .overlay .advantage-text .advantage-subtitle,
.download-section .download-text .download-subtitle,
.contact-us-section .contact-us-text .contact-us-subtitle{
    font-family: 'Orbitron', sans-serif;
   text-transform: none;
-webkit-background-clip: text;
color: black !important;


}
.reunir-navbar .right-side-box .join-btn,.banner-section .overlay .total-slide .get-start a{
   background-image: -webkit-linear-gradient(169deg, #1a009e 0%, #067aff 60%);
    border: 0.125rem solid #00ffdd;
}
.main-font{
    font-family: 'Orbitron', sans-serif !important;
}
.reunir-navbar.sticky{
    
}
.dm-sans-font {
    font-family: "DM Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.invest-section .overlay .single-box.location-right {
    top: 2.625rem;
}

.invest-section {
    background: url("/assets/img/como-te-ayudamos-fondo.jpg") center center no-repeat;
    background-size: cover;
}
.invest-section .overlay .single-box .text-box h3{
    font-family: "DM Sans", sans-serif !important;
    text-transform: none;
    color: black;
}
.invest-section{
    top:-70px;
    position: relative;
}
.pasos{
    margin-top: 50px;
}

.invest-section .overlay .invest-text {
    margin-bottom: 5rem;
    top: -80px;
    position: relative;
}
.invest-section .card-header{
    background-color: #1c1646;
    color: white;
    font-weight: 700;
}
.advantage-section:after{
    background-color: transparent;
}
.advantage-section {
    background: url("../img/advantage-bg.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 6.938rem 0;
    z-index: 1;
}
.download-section .download-buttons .btn,.contact-us-section .contact-form .contact-btn{
        background-image: -webkit-linear-gradient(169deg, #1a009e 0%, #067aff 60%);
            border: 0.125rem solid #00ffdd;
}

.download-section{
    margin-top: 1.5rem;
}

.referral-section {
    margin-top: 2.25rem;
    
}

.referral-section .referral-section-item{
    padding-bottom: 100px;
}
.referral-section .referral-section-item .referral-section-right .referral-single-item{
    min-height: 130px;
}
.navbar.sticky {
    background-color: rgba(44, 44, 44, 0.7);
    /* Negro con 70% opacidad */
    backdrop-filter: blur(8px);
    /* Opcional: desenfoca el fondo */
    transition: background-color 0.3s ease;
}
.footer-section .overlay .footer-content {
    background-image: linear-gradient(to top, #3a3a3a, #242424);
    padding-top: 8rem;
}
.banner-text #typed-text{
    color: white;
    font-weight: 900;
}
.banner-section .overlay .total-slide .banner-text h1 span {
    color: #067aff;
}
.reunir-navbar .logo-section .logo-title img{
    width: 120px;
}
.reunir-navbar.sticky .logo-section .logo-title img {
    width: 50px;
}
.footer-section .overlay .footer-content{
    padding-top: 2rem;
}
@media (max-width: 480px) {
    .reunir-navbar .logo-section .logo-title img {
            width: 40px;
    }
}
.whatsapp-button {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: blink 1.2s infinite;
    transition: transform 0.2s;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img {
    width: 32px;
    height: 32px;
}

/* Animación de parpadeo */
@keyframes blink {

    0%,
    100% {
        box-shadow: 0 0 10px #25d366;
    }

    50% {
        box-shadow: 0 0 20px #25d366;
    }
}
.cta{
    background-image: -webkit-linear-gradient(169deg, #1a009e 0%, #067aff 60%);
    border: 0.125rem solid #00ffdd;
    padding: 0.5rem 2.188rem;
    border-radius: 1.563rem;
    transition: all 0.3s ease-in;
}
#demo{
    padding: 0.7rem 3.188rem;
}
.cta:hover{
    background-image: #fd7e14;
    background-color: #fd7e14;
}
.pulse-btn {
    display: inline-block;
    background-color: #28a745;
    color: white;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.6);
    }

    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(40, 167, 69, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}
.banner-modal{
    border-radius: 5px 5px 0px 0px;
}
.footer-section .overlay .footer-content .footer-bottom{
    border-top: none;
}


.hero-1 {
    background: linear-gradient(145deg, #0f2027, #203a43, #2c5364);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.hero-1 h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-1 p {
    font-size: 1.2rem;
    margin-top: 15px;
}

.features {
    background: white;
    padding: 40px 20px;
}

.feature-box {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    text-align: center;
    transition: 0.3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cta-section {
    background: #2c3e50;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.cta-section h3 {
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.form-control {
    border-radius: 20px;
}

.btn-custom {
    background: #e74c3c;
    color: white;
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: bold;
}

.btn-custom:hover {
    background: #c0392b;
}

.footer-social a {
    color: #333;
    margin: 0 10px;
    font-size: 1.5rem;
}

.footer-social a:hover {
    color: #e74c3c;
}

.testimony {
    font-style: italic;
    background: #f0f0f0;
    border-left: 4px solid #3498db;
    padding: 20px;
    margin: 30px auto;
    max-width: 700px;
}
.parallax-section {
    background-image: url('{{ asset(' assets/img/datarnet-inicia-control.jpg') }}');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 2rem;
}

.parallax-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-content {
    position: relative;
    z-index: 2;
    font-size: 2.2rem;
    font-weight: bold;
    text-shadow: 0 0 10px #000;
    padding: 20px;
}

.video-btn-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

.btn-parpadeante {
    animation: pulse 1.5s infinite;
    z-index: 3;
    position: relative;
    border: none;
    box-shadow: 0 0 10px #ff0000;
}

.btn-parpadeante i {
    font-size: 1.5rem;
}

.video-fondo {
    position: absolute;
    width: 100px;
    height: 100px;
    bottom: -10px;
    right: -10px;
    z-index: 1;
    opacity: 0.3;
    filter: blur(2px);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.contador {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 30px;
    background: #f1f1f1;
    padding: 15px;
    border-left: 5px solid #007bff;
    border-radius: 5px;
    text-align: center;
}

.table-custom {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.table-custom th {
    background-color: #007bff;
    color: white;
    text-align: center;
}

.total-box {
    background: #f8f9fa;
    border: 1px dashed #007bff;
    padding: 20px;
    border-radius: 8px;
}

.total-box p {
    margin: 0;
    font-size: 1.1rem;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.orbitron-200{
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}
.orbitron-300 {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}
.orbitron-400 {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.orbitron-500 {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.orbitron-600 {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.orbitron-700 {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.orbitron-800 {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
h1.seleccionar {
    font-size: clamp(1.8rem, 4vw, 3.5rem);
    /* entre 1.8rem y 3.5rem según el ancho de pantalla */
}

.parallax-content p {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    /* Móvil: 16px, Escritorio: 20px máx */
    font-weight: 400;
    line-height: 1.6;
    margin-top: 0.5rem;
    color: #f0f0f0;
    /* Color claro sobre fondo oscuro */
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.card-contador{
    position:relative;
    z-index:10;
    top:-150px;
    margin: auto;
    border-radius: 10px;
    width: 100%;
}
#flipdown {
    margin: auto;
    transform: scale(0.85);
}
.video-explicativo{

}
h5.responsivo {
    font-size: clamp(1rem, 2.5vw, 1.6rem);
    /* Móvil: ~16px, Escritorio: ~25px */
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}



.seccion-video-seleccionar{
    margin-top: -60px;
    margin-bottom: 60px;
}
.checkout-btn{
    width: 100%;
}

@media (max-width: 992px) {
    #flipdown {
        transform: scale(0.95);
    }
}

@media (max-width: 768px) {
    #flipdown {
        transform: scale(0.85);
    }
}

@media (max-width: 576px) {
    #flipdown {
        transform: scale(0.75);
    }
}

@media (max-width: 400px) {
    #flipdown {
        transform: scale(0.65);
    }
}