:root {
    --primary-color: #cf2b24;
    --primary-color-light: #cf5d59;
    --primary-color-dark: #8c1a16;
    --secondary-color-dark: #3a7a41;
    --secondary-color: #82ad86;
    --light-color: #e7e7e7;
    --white-color: #f4f4f4;
    --dark-color: #23262c;
    --secondary-color-light: #82ad86a0;

}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: var(--white-color) !important;
}

.carousel-item {
    height: 630px;
    padding: 40px;
}

.carousel-item.slide1 {
    background: linear-gradient(135deg, #f6f9fc, #e6eef7);
}

.carousel-item.slide2 {
    background: linear-gradient(135deg, #f0f4ff, #e0eaff);
}

.carousel-item.slide3 {
    background: linear-gradient(135deg, #f5fff0, #e6ffe0);
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: var(--primary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 25px;
}

.btn-primary {
    background-color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: var(--primary-color-light);
    transform: scale(1.05);
}

.btn-purple {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-purple:hover {
    background-color: var(--primary-color-light);
    transform: scale(1.05);
}

.btn-success {
    background-color: var(--secondary-color);
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.3s ease;
}
.logo{
    width: 13rem;
    margin-left: 2%;
}
.btn-success:hover {
    background-color: var(--secondary-color-dark);
    transform: scale(1.05);
}

.step-icon {
    background-color: var(--secondary-color);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-weight: bold;
}

.benefit-icon {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-right: 10px;
}

.init-icon {
    color: var(--secondary-color);
    font-size: 1.5rem;
    margin-right: 10px;
}

.carousel-content {
    max-width: 800px;
    margin: 0 auto;
}

.subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #555;
}

h2 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

.step-container {
    margin-bottom: 15px;
}

.benefit-container {
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .carousel-item {
        height: auto;
        min-height: 600px;
    }
}

span.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.fas {
    margin-right: 0.5rem;
}

footer {
    padding: 2rem 0;
    background-color: var(--dark-color);

}

footer .nav-item a {
    color: var(--primary-color);
}

footer .nav-item span.nav-link {
    color: var(--primary-color);
}

footer a {
    color: var(--primary-color);
}

footer .nav-item span .nav-link:hover {
    color: var(--primary-color-light);

}

footer .nav-item a:hover {
    color: var(--primary-color-light);
}

footer a:hover {
    color: var(--primary-color-light);
}

.btn-outline-primary {
    --bs-btn-color: var(--primary-color);
    --bs-btn-border-color: var(--primary-color);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color);
    --bs-btn-hover-border-color: var(--primary-color);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);
    --bs-btn-active-border-color: var(--primary-color);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary-color);
    --bs-gradient: none;
}

.border-primary-neka{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.05);
}


button .nav-link{
    color: var(--primary-color);
}

.card-header {
    background-color: var(--primary-color);
    color: white;
    font-weight: bold;
}
.btn-primary {
    background-color: var(--primary-color) ;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.btn-primary:active {
    background-color: var(--primary-color-dark) !important;
    transform: scale(0.96);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    outline: none;
}
#pricing {
    background-color: var(--primary-color-dark);
}

#contact{
    background-color: var(--secondary-color-dark);
}

#contact .container-lg {
    background-color: var(--white-color);

    transition: all 0.3s ease;
}

#pricing .container-lg {
    background-color: var(--white-color);

    transition: all 0.3s ease;
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
    background-color: var(--primary-color);
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #1a1d20;
}

footer .quick-links {
    font-size: 90%;
    line-height: 40px;
    margin-bottom: 0;
    text-transform: none;
}


.copyright {
    color: white;
}

.fa-ellipsis-h {
    color: white;
    padding: 2rem 0;
}


#carrusel1 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
                      url('../img/carrusel_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white-color);
}

#carrusel2 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
                      url('../img/carrusel_2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white-color);
}

#carrusel3 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)), 
                      url('../img/carrusel_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white-color);
}

.carousel-item {
    min-height: 400px; /* Ajusta según la altura deseada */
}

.carousel-content {
    background: rgba(0, 0, 0, 0.3); /* Fondo semi-transparente para resaltar el texto */
    padding: 20px;
    border-radius: 10px;
}

.carousel-content h2,
.carousel-content p,
.carousel-content button {
    color: white;
}

