@charset "UTF-8";
/* CSS Document */
/* Video responsivo y optimización */
.hero-area-image .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

.hero-area-image video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}



/* Animación de entrada suave */
.hero-area-image {
    animation: fadeInUp 1s ease-out;
}
	
    .footer-sign-in-1 {
        padding-top: 80px;
        padding-bottom: 85px;
        border-top: 1px solid #ededed;
    }


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
	    .hero-area-l-17 {
        padding-top: 40px;
        padding-bottom: 0;
    }
	
	
	    /* Efecto hover en inputs */
    .form-control:focus {
        border-color: #000 !important;
        box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.1) !important;
    }
    
    /* Hover del botón */
    #romoForm button:hover {
        background: #333 !important;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }
    
    /* Animación del modal */
    .modal.fade .modal-dialog {
        transform: scale(0.8);
        transition: transform 0.3s ease-out;
    }
    
    .modal.show .modal-dialog {
        transform: scale(1);
    }
	.p-lr8 {padding: 30px 60px 60px 60px !important}
    .bg-success {
    background-color: #20BFA9 !important;
}
	.sign-up-3-box form .sign-in-log-btn .btn {
    background: #000;
}
	.close {
    right: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .7;
    width: 20px;
    height: 20px;
    padding: 20px !important;
    position: absolute;
    font-size: 28px;
	z-index: 9999;
}
	.modal-content {
    border-radius: 1.5rem;
}
	.hero-area-l-17 .content .btn {
	background: #000;
    border-radius: 50px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    color: #FFFFFF;
    height: 56px;
		    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px!important;
	}
	
	.hero-area-l-17 .content .btn-outline-dark{background: #fff; color: #000;}
	.hero-area-l-17 .content .btn:hover {
    color: #ad9d82 !important;
}
	    .hero-area-l-17 .content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-area-l-17 .content {
        padding-top: 0;
        padding-bottom: 50px;
    }
	

	.feature-area-l-17 {
 	background: url(../image/l8/fondo-asistente.jpg);
    background-repeat: no-repeat;
    background-position:top;
	padding-top: 220px;
    margin-top: 20px;
    }
.feature-icon-circle {
    width: 70px;
    height: 70px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.feature-icon-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.feature-icon-circle img {
    filter: brightness(0) invert(1);
}
.feature-area-l-17 .feature-area-l-17-items .single-features p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 0;
}
.feature-area-l-17 .feature-area-l-17-items .single-features h4 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 25px;
}
.image-2 video,
.image- img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.content-area-l-17-1 .content-img .image-2 {
    position: absolute;
    top: 20%;
    right: 14%;
    left: 40px;
}

.romoS{background: #ffffff; padding: 100px 0;}

	
    /* Responsive */
    @media (max-width: 576px) {
        .modal-dialog {
            margin: 10px;
        }
        .modal-body {
            padding: 20px !important;
        }
    }
	
/* Para dispositivos móviles - pausar video para ahorrar batería */
@media (max-width: 768px) {
	    .single-features {
        margin-bottom: 30px;
    }
    .hero-area-image video {
        /* En móviles podríamos mostrar solo el poster */
    }
	.hero-area-image .video-container {
    bottom: -60px;
}
	
	.hero-area-l-17 .content .btn {
    min-width: 175px;
}
	.hero-area-l-17 .content {
    padding-bottom: 0px;
}
	.feature-area-l-17 {
    padding-top: 100px;
}
	.display-4 {
    font-size: 2.5rem;
    font-weight: 300;

}
	
.romoS{background: #ffffff; padding: 40px 0;}	
	
	
}

/* Estado inicial del círculo */
#progressCircle {
    stroke-dasharray: 408.4;
    stroke-dashoffset: 408.4;
    transition: none;
}
/* Animación */
@keyframes fillCircle {
    from {
        stroke-dashoffset: 408.4;
    }
    to {
        stroke-dashoffset: 171.5; /* 408.4 * (1 - 0.58) */
    }
}

.progress-circle-animate {
    animation: fillCircle 2s ease-out forwards !important;
}

/* Transición suave para el reset */
#progressCircle.resetting {
    transition: stroke-dashoffset 0.3s ease-out;
}

/* Estado inicial del texto */
#progressPercent {
    opacity: 1;
}
	
.video-area-l-17 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Oscurece el video para mejor legibilidad */
    z-index: 1;
}

.video-area-l-17 .container {
    z-index: 2;
}

/* Asegurar que el contenido sea visible sobre el video */
.progress-circle-container {
    position: relative;
    z-index: 10;
}

/* Responsive - pausar video en móviles para ahorrar batería */
@media (max-width: 768px) {
    .video-background video {
        display: none;
    }
    .video-area-l-17 {
        background: url('../image/l8/video-bg.png');
        background-size: cover;
        background-position: center;
    }
}
.video-thumbnail:hover .play-button {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.video-thumbnail img {
    transition: transform 0.3s ease;
}

.video-thumbnail:hover img {
    transform: scale(1.05);
}
/* Hover del botón negro */
.btn-dark:hover {
    background: #333 !important;
    border-color: #333 !important;
}

/* Hover del botón outline */
.btn-outline-dark:hover {
    background: #000 !important;
    color: white !important;
    border-color: #000 !important;
}