html {
    overflow: -moz-scrollbars-none; 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}

body {
    overflow: hidden;
    overflow-y: scroll; 
}

html::-webkit-scrollbar {
    display: none; 
}

a {
    color: #f472b6;
    text-decoration: none; 
}

a:hover {
    color: #f472b6;
    text-decoration: none !important;
}

.noa{
    color: inherit !important;
    text-decoration: none !important;
}

.cta_button{
    padding-right: 20px;
}

.base_url {
    color: #f472b6 !important;
    text-decoration: none; 
}

.highlight{
    color: #f472b6 !important; 
}

.custom_link{
    color: hotpink;
    text-decoration: none;
}

.custom_ul{
    margin-block-start: 0;
    padding-inline-start: 30px;
    padding-inline-end: 15px;
}

.no_overflow {
    overflow: hidden;
}

body {
    min-height: 100vh;
    background-color: #111827;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    backdrop-filter: blur(8px);
}

.popup-content {
    background-color: #1f2937;
    border-radius: 8px;
    max-width: 650px;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #374151;
}

.popup-header h2 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.close-button {
    background: none;
    border: none;
    color: #9ca3af;
    font-size: 1.5rem;
    cursor: pointer;
}

.popup-body {
    padding: 1.3rem;
    font-size: 18px;
}        

.popup-body p {
    color: #d1d5db;
    white-space: pre-wrap;
    margin: 0;
}

.popup-footer {
    display: flex;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #374151;
}

.cancel-button, .accept-button {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}

.cancel-button {
    background-color: #4b5563;
    color: #ffffff;
    margin-right: 0.5rem;
}

.accept-button {
    background-color: #3b82f6;
    color: #ffffff;
}

.cancel-button:hover {
    background-color: #6b7280;
}

.accept-button:hover {
    background-color: #2563eb;
}

.pink{
    color: #ff92cc;
}

.custom_link{
    color: hotpink;
    text-decoration: none;
}

.popup-content a,.news_block a{
    color: #ff90c7;
}

.popup-content a:hover,.news_block a:hover{
    color: #f472b6 !important;
}

.news_parent_block{
    padding-bottom: 6rem !important;
}

.custom_ul{
    margin-block-start: 0;
    padding-inline-start: 30px;
    padding-inline-end: 15px;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    width: 100%;
    box-sizing: border-box;
}

.padding_bottom {
    padding-bottom: 10px;
}

.extension{
    min-height: calc(100vh - 50px);
}

header {
    background-color: #1f2937;
    height: 50px;
    display: flex;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    width: 100%;
    align-items: center;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.no_hover:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.logo {
    font-size: 1.25rem;
    font-weight: bold;
}

.logo .blue {
    color: #60a5fa;
}

.logo .pink {
    color: #f472b6;
}

.nav-links a {
    margin-left: 1rem;
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #f472b6;
}

.login-button {
    /* background-color: #ec4899; */
    background-color: #d8428c;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s;
}

.login-button:hover {
    background-color: #db2777;
}

.banner {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.banner img {
    width: 100%;
    height: 304px;
    object-fit: cover;
    object-position: 0 -82px;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(17, 24, 39, 0.8), transparent);
    display: flex;
    align-items: center;
    padding-left: 3rem;
}

.banner-title {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.banner-title .yellow {
    color: #fbbf24;
}

.banner-title .blue {
    color: #60a5fa;
}

.banner-title .pink {
    color: #f472b6;
}

.banner-subtitle {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.get-started-button {
    background-color: #3b82f6;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 600;
    transition: background-color 0.3s;
    border: none !important;
    cursor: pointer;
}

.get-started-button:hover {
    background-color: #2563eb;
}

.features-section {
    margin-bottom: 4rem;
}

.features-title {
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Siempre 3 columnas */
    gap: 2rem; /* Espacio entre los elementos */
    margin: 0 auto; 
}

.feature-item {
    background-color: #1f2937;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);

}

.feature-icon {
    width: 3rem;
    height: 3rem;
    color: #f472b6;
    margin-bottom: 1rem;
}

.feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.feature-description {
    color: #9ca3af;
}


.rai-footer {
    background-color: #252b3d;
    color: #e0e0e0;
    font-family: Arial, sans-serif;
    padding: 40px 20px 20px;
}
.rai-footer__container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.rai-footer__column {
    flex: 1;
    margin-right: 40px;
}
.rai-footer__column:last-child {
    margin-right: 0;
}
.rai-footer__title {
    color: #61dafb;
    font-size: 1.5em;
    margin: 0 0 15px;
}
.rai-footer__subtitle {
    color: #f06292;
    font-size: 1.1em;
    margin: 0 0 15px;
}
.rai-footer__description {
    font-size: 0.9em;
    margin: 0 0 15px;
    line-height: 1.5;
}
.rai-footer__link {
    color: #e0e0e0;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
}


.rai-footer__bottom {
    border-top: 1px solid #3a4257;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
}
.rai-footer__copyright {
    font-size: 0.9em;
    margin: 0;
    height: 30px;
}
.rai-footer__copyright a {
    color: #f06292;
    text-decoration: none;
}
.rai-footer__copyright a:hover {
    color: #fe81c2 !important;
}


@media (max-width: 768px) {
    .rai-footer__container {
        flex-direction: column;
    }
    .rai-footer__column {
        margin-right: 0;
        margin-bottom: 30px;
    }
}


.down_icon{
    width: 80px;
}

.down_label{
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    display: block;
}

.nav_links_fix{
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon-wrapper {
    display: flex;
    justify-content: center;
}


@media (max-width: 960px) {
    .banner img {
        object-position: right !important;
    }

}


@media (max-width: 768px) {    

    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        max-width: calc(2 * 310px + 1 * 2rem); /* Limita a 2 columnas en pantallas más pequeñas */
    }

    .vertical_up {
        align-items: center;
        margin-top: -20%;
    }    

    
}

@media (max-width: 647px) {

    .container {
        justify-content: flex-end;
    }
}



@media (max-width: 480px) {

    .cta_button {
        padding-right: 0;
    }

    .link_cta {
        margin-top: 20px;
        display: flex;
        padding-bottom: 20px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }


    .feature-icon-wrapper{ 
        display: flex;
        justify-content: center;
    }

    .padding_control{
        padding: 0 !important;
    }

    .nav_links_fix{
        transform: scale(0.95);
        width: 100%;
    }

    .banner-subtitle {
        font-size: 1.15rem;
        margin-bottom: 1.5rem;
    }

    .banner-title {
        font-size: 2.7rem;
        margin-bottom: -14px;
        text-shadow: -1px -1px 0px rgb(94, 94, 94), 1px -1px 0px rgb(94, 94, 94), -1px 1px 0px rgb(94, 94, 94), 1px 1px 0px rgb(94, 94, 94);
    }

    .banner-content {
        background: linear-gradient(to right, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.6));
    }



    .header_text_contents{
        position: relative;
        text-align: center;
    }

    .features-section {
        margin-top: 0;
    }

    .banner-content {
        align-items: center;
        padding-left: 0;
        justify-content: center;
    }

    .features-grid {
        grid-template-columns: 1fr;
        max-width: 100%; /* 1 columna en pantallas muy pequeñas */
    }
}