.titulo {
    line-height: normal;
}

.modal-dialog {
    width: 35% !important;
    margin-top: 30px;
    margin-right: 100%;
}

.container {
    width: auto;
}

footer {
    color: #fff;
    background-color: #1e2023;
}

body.green-color .btn-primary,
body.green-color header .learn-more a:hover,
body.green-color header .social a,
body.green-color header .subscribe button {
    color: #673AB7;
    background: rgb(255 255 255);
    border-color: #582e8b !important;
    border: 2px solid #582e8b;
    /* borde morado */
}

header .subscribe button,
header .subscribe input {
    background: rgb(255, 255, 255);
}

body.green-color a,
body.green-color a:hover,
body.green-color section .team-members .team-member img {
    color: #fff;
}

body.green-color .form-control:focus {
    border-color: #254162;
}

body.green-color section .feature-items .feature-item i {
    color: #582e8b;
}

footer hr {
    background: #fff;
}

header .overlay {
    opacity: .6;
}


@font-face {
    font-family: Coolvetica-Ex;
    font-style: normal;
    font-weight: normal;
    src: url(assets/fuentes/coolvetica_rg.ttf);
}

.boton-detalles {
    background: #233981;
    color: white !important;
    border-radius: 30px !important;
    border: none !important;
    -webkit-box-shadow: 0px 6px 19px 3px #FFFFFF;
    box-shadow: 0px 6px 19px 3px #FFFFFF;
}

.boton-registro {
    background: #233981;
    color: white !important;
    border-radius: 30px !important;
    border: none !important;
    -webkit-box-shadow: 0px 6px 19px 3px #FFFFFF;
    box-shadow: 0px 6px 19px 3px #FFFFFF;
}

.boton-registro:hover {
    background-color: rgb(255, 255, 255) !important;
    color: black !important;
}

.reloj {
    color: #24282c !important;
    border-radius: 70px !important;
    margin-bottom: 20px;
}

.input-estilo {
    /* background:linear-gradient(90deg, #E70606, #FF4B3C) !important; */
    background: white !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 30px !important;
}

#input::placeholder {
    color: rgb(68, 68, 68);
    font-weight: bold;
}

button.clos {
    animation: anim 2s infinite;
    color: white !important;
}

@keyframes anim {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@media (min-width: 992px) {
    .reloj {
        width: 60%;
        margin-left: 20%;
    }
}

@media screen and (max-width: 460px) {
    .modal-dialog {
        width: 90% !important;
        margin-top: 30px;
        margin-right: 0%;
    }

    .reloj {
        margin-bottom: 0;
    }
}

header .subscribe button,
header .subscribe input {
    font-size: 1em
}

.email-input-container i {
    position: absolute;
    left: 30px;
    top: 45%;
    transform: translateY(-50%);
    color: #6f42c1;
    font-size: 16px;
}

.icons {
    border: 2px solid #582e8b;
    border-radius: 30px;
    background: #582e8b;
    color: #ffffff !important;
    padding: 16px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #6f42c1, #4b1fa3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    /* centra horizontalmente */
    box-shadow: 0 4px 10px rgba(111, 66, 193, 0.3);
}

.icon-circle i {
    font-size: 24px !important;
    color: #ffffff !important;
    margin: 0 !important;
}

.feature-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    background: #f8f6fc;
    border-radius: 20px;
    padding: 0px 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    margin: 30px auto;
    position: relative;
}

.feature-item {
    padding: 25px 30px;
    position: relative;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid #e5dff5;
}

.feature-item:last-child {
    border-right: none;
}

.icon-circle {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #6f42c1, #4b1fa3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 4px 10px rgba(111, 66, 193, 0.25);
}

.icon-circle i {
    font-size: 24px;
    color: #fff;
}

.feature-item-title {
    font-size: 22px;
    font-weight: bold;
    color: #241966;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.feature-item p {
    color: #333;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
}

.feature-item a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 25px;
    border-radius: 25px;
    background: linear-gradient(135deg, #6f42c1, #4b1fa3);
    color: #fff !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    transition: all 0.3s ease;
}

.feature-item a:hover {
    background: #241966;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .feature-item {
        border-right: none;
        border-bottom: 1px solid #e5dff5;
        min-height: auto;
    }

    .feature-item:last-child {
        border-bottom: none;
    }
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
    text-align: center;
}

.section-title h2 {
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f1b5b;
    margin: 0;
    letter-spacing: 1px;
}

.section-title span {
    flex: 1;
    max-width: 120px;
    height: 2px;
    background: #d9d3f5;
    position: relative;
}

.section-title span::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #9b7be8;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
}

.section-title span:first-child::after {
    right: auto;
    left: -5px;
}

.container-btns-detalles {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.btn-registro {
    padding: 2rem 3rem;
    font-size: 1.75rem;
    border-radius: 10%;
}

.container-flex {
    display: flex;
    justify-content: center;
}

.hero-logo {
    /* margin: 1rem 0; */
    margin: 0 0 20px 78%;

}

.subscribe {
    padding: 0 15%;
}

.sm-visible {
    display: none;
}

@media screen and (max-width: 992px) {
    .container-btns-detalles {
        flex-direction: column;
    }

    .btn-registro {
        font-size: 1.75rem;
    }

    .sm-hidden {
        display: none;
    }

    .hero-logo {

        margin: 0 0 1rem 0;
    }

    header .social {
        margin: 3rem 0;
        text-align: center
    }

    .sm-visible {
        display: block;
    }

    .subscribe {
        padding: 0;
    }

    .card-center {
        width: 100% !important;
    }
}


.card-header-info {
    border-top-right-radius: 1.5rem !important;
    border-top-left-radius: 1.5rem !important;
}

.container-btn-sesion {
    display: flex;
    justify-content: center;
}

.container-poster {
    width: auto;
    height: 92vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-poster img {
    height: 100%;
}
.title-sesion p{
    color: #1f1b5b!important;
    z-index: 10001;
}
@media screen and (max-width: 992px) {

    .container-transmision{
        padding: 1.5rem;
    }
    .container-poster {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3rem;
    }

    .container-poster img {
        width: 100%;
        height: auto;

    }

}