/* /Pages/Contacto.razor.rz.scp.css */
.ctn-img-contacto[b-yoe3pgc7xs] {
    margin: 20px 0;
    width: 100%;
    height: 225px;
    background: url("img/contactenos.webp");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.title-contacto[b-yoe3pgc7xs] {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 3px;
    width: auto;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
}

.ctn-main-contacto[b-yoe3pgc7xs] {
    width: 85%;
    margin: 0 auto;
    max-width: 1400px;
}

.img-m[b-yoe3pgc7xs] {
    display: none;
}
.txt-m[b-yoe3pgc7xs] {
    padding: 55px 70px 60px 70px;
    background-color: #233c58;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px
}
.ctn-l[b-yoe3pgc7xs]{
    text-align:center;
    padding-bottom: 50px;
}
.img-main-logo[b-yoe3pgc7xs] {
    margin-top: -29px;
}
.ctn-datos[b-yoe3pgc7xs] {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ctn-item[b-yoe3pgc7xs] {
    display: flex;
    align-items: center;
}
.ctn-item img[b-yoe3pgc7xs] {
    width: 75px;
    height: auto;
}
.ctn-item p[b-yoe3pgc7xs] {
    margin-bottom: 0px;
    padding-left: 10px;
    text-align: left;

}
.ctn-item-form[b-yoe3pgc7xs]{
    width:100%;
    position:relative;
}

#empresa[b-yoe3pgc7xs]{
    height:50px;
}
.ctn-item-form input[b-yoe3pgc7xs] {
    border-radius: 30px;
}
.u-p[b-yoe3pgc7xs] {
    border-radius: 15px;
}
.custom-dropdown[b-yoe3pgc7xs] {
    background-color: #233c58;
    color: white;
    border: 1px solid white;
}
.custom-dropdown option[b-yoe3pgc7xs] {
    background-color: #233c58;
    color: white;
}

.custom-dropdown option:hover[b-yoe3pgc7xs] {
    background-color: white;
    color: black;
}

/* Estilos para el InputText y InputTextArea */
.form-control-c[b-yoe3pgc7xs] {
    font-size: 16px;
    border-radius: 10px; /* Bordes redondeados */
    width: 100%;
    padding-top: 1.5rem; /* Espacio para el label */
    border-radius: 5px !important;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Estilos para el label que simula el placeholder */
.form-label-placeholder[b-yoe3pgc7xs] {
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5); /* Color negro con opacidad 0.5 */
    pointer-events: none; /* Para que el label no interfiera con el clic en el input */
    transition: all 0.2s ease; /* Transición suave */
    padding-top:3px;
}

.ctn-c-d[b-yoe3pgc7xs] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;    
    justify-content: space-between;    
}
.ctn-c-d div[b-yoe3pgc7xs] {
    width:95%;
}
.l-item[b-yoe3pgc7xs]{
    margin-right:20px;
}
.btn-enviar[b-yoe3pgc7xs] {
    float: right;
    background-color: #f7a800;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 45px;
    border-radius: 25px;
    text-align: center;
    margin: 10px 0;
    margin-left: auto
}

/* Ocultar el label cuando el input tiene el focus */
.ctn-item-form input:focus + label[b-yoe3pgc7xs],
.ctn-item-form textarea:focus + label[b-yoe3pgc7xs] {
    display: none;
}


/* Ajuste de Formulario */
#quienes-somos ul[b-yoe3pgc7xs] {
    display: none !important;
}
@media (max-width: 1200px) {
    .ctn-main-contacto[b-yoe3pgc7xs]{
        width:90%;
    }
    .txt-m[b-yoe3pgc7xs] {
        padding: 55px 35px 60px 35px;
    }
}

@media (max-width: 1024px) {
    .title-contacto[b-yoe3pgc7xs] {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .ctn-c-d[b-yoe3pgc7xs]{
        display:block;
        width:100%;
    }
    .ctn-c-d div[b-yoe3pgc7xs] {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .title-contacto[b-yoe3pgc7xs] {
        font-size: 30px;
    }

    .img-d[b-yoe3pgc7xs] {
        display: none;
    }

    .img-m[b-yoe3pgc7xs] {
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 25px;
    }

    .txt-m[b-yoe3pgc7xs] {
        width: 100%;
    }

    .ctn-l[b-yoe3pgc7xs] {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .ctn-img-contacto[b-yoe3pgc7xs] {
        height: 140px;
        margin-top: 20px;
    }

    .title-contacto[b-yoe3pgc7xs] {
        font-size: 30px;
        text-align: center;
    }
}
/* /Pages/index.razor.rz.scp.css */
.page .content[b-dfa9l3mlpv] { padding-top:0px;}

.index-m-item[b-dfa9l3mlpv]{
    width:100%;
    position:relative;
    height:600px;
    background-color: black;
}

.bg-img-item[b-dfa9l3mlpv] {
    object-fit: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.index-txt-item[b-dfa9l3mlpv] {
    width: 80%;
    height: auto;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align:center;
}
.h2-i-item[b-dfa9l3mlpv] {
    font-size: 26px;
    font-weight: bold;
    color: #f7a800;
    text-align: center;
}
.h1-i-item[b-dfa9l3mlpv] {
    font-size: 38px;
    font-weight: bold;
    color: white;
    text-align: center;
}
.img-slider-item[b-dfa9l3mlpv] {
    width: 250px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.img-slider-item-m[b-dfa9l3mlpv] {
    width: 65%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
    transform: translateX(-50%);
    z-index: 2;
}
.btn-slider-0[b-dfa9l3mlpv] {
    display: inline-block;
    background-color: #f7a800;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 40px;
    border-radius: 25px;
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 800px) {
    .h2-i-item[b-dfa9l3mlpv] {
        font-size: 22px;
    }
    .h1-i-item[b-dfa9l3mlpv] {
        font-size: 34px;
    }
    .img-sldier-item[b-dfa9l3mlpv] {
        width: 35%;
    }
}

@media (max-width: 768px) {
    .index-txt-item[b-dfa9l3mlpv]{
        width:95%;
    }
    .h2-i-item[b-dfa9l3mlpv] {
        font-size: 22px;
    }
    .h1-i-item[b-dfa9l3mlpv] {
        font-size: 28px;
    }   
}

@media (max-width: 480px) {
    .index-m-item[b-dfa9l3mlpv]{
        height: 560px;
    }
    .l-height[b-dfa9l3mlpv] {
        height: 435px;
    }
    .l-height-s4[b-dfa9l3mlpv] {
        height: 380px;
    }
    .img-slider-item[b-dfa9l3mlpv] {
        width: 180px;
    }
    .bg-img-item[b-dfa9l3mlpv] {
        height: 435px;
    }

    .bg-img-item-lh[b-dfa9l3mlpv]{
        height: 315px;
    }
    .bg-img-item-lh-s4[b-dfa9l3mlpv] {
        height: 270px;
    }
    .h2-i-item[b-dfa9l3mlpv] {
        font-size: 18px;
        line-height: 25px;
    }
    .h1-i-item[b-dfa9l3mlpv] {
        font-size: 30px;
    }
    .img-slider-item[b-dfa9l3mlpv] {
        width: 180px;
    }
    .btn-slider-0[b-dfa9l3mlpv] {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .s-3[b-dfa9l3mlpv] {
        font-size: 20px;
    }
    
}
/* /Pages/NoFound404.razor.rz.scp.css */

.ctn-main-404[b-wyugpt6986] {
    width: 95%;
    margin: 0 auto;    
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -45px;
    margin-bottom: 5%;
}
.ctn-img-404[b-wyugpt6986]{
    width:1000px;
}
.txt-404[b-wyugpt6986] {
    color: #233c58;
    font-size: 40px;
    margin: 50px 0 15px 0;
    font-weight: bold;
    text-align: center;
}

.p-404[b-wyugpt6986] {
    font-size: 20px;
    text-align: center;
}

.link-404[b-wyugpt6986] {
    margin-top: 20px;
    font-size: 24px;
    color: #f7a800;
    text-decoration: none;
    font-weight: bold; 
    text-align: center;
}


@media (max-width: 1120px) {
    .ctn-img-404[b-wyugpt6986] {
        width: 800px;
    }
}


    @media (max-width: 992px) {
        .ctn-main-404[b-wyugpt6986]{
            margin-top: -10px;
        }
        .ctn-img-404[b-wyugpt6986] {
            width: 90%;
        }
    }

@media (max-width: 600px) {
    .txt-404[b-wyugpt6986] {
        font-size: 33px;        
    }

    .p-404[b-wyugpt6986] {
        font-size: 13px;
    }

    .link-404[b-wyugpt6986] {        
        font-size: 17px;        
    }
}

@media (max-width: 480px) {
    .txt-404[b-wyugpt6986] {
        font-size: 28px;
    }

    .p-404[b-wyugpt6986] {
        font-size: 16px;
    }

    .link-404[b-wyugpt6986] {
        font-size: 17px;
    }

    .ctn-main-404[b-wyugpt6986] {
        margin-bottom: 35px;
    }
}
/* /Pages/Nosotros.razor.rz.scp.css */
.ctn-img-nosotros[b-k3dl9t7gz7] {
    margin: 20px 0;
    width: 100%;
    height: 225px;
    background: url("img/sobreNosotros.webp");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.title-nosotros[b-k3dl9t7gz7]{
    font-size:50px;
    font-weight: bold;
    letter-spacing: 3px;
    width: auto;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
}

.ctn-main-nosotros[b-k3dl9t7gz7]{
    width:85%;
    margin: 0 auto;
    max-width: 1400px;
}

.img-m[b-k3dl9t7gz7]{
    display: none;
}
.txt-m[b-k3dl9t7gz7]{
    padding: 0 25px;
}

@media (max-width: 1024px) {
    .title-nosotros[b-k3dl9t7gz7] {
        font-size: 40px;
    }
}

@media (max-width: 992px) {    
    .title-nosotros[b-k3dl9t7gz7] {
        font-size: 30px;
    }
    .img-d[b-k3dl9t7gz7] {
        display: none;
    }
    .img-m[b-k3dl9t7gz7] {
        display: block;
        width: 100%;
        padding: 0px;
        margin-top: 25px;
    }
    .txt-m[b-k3dl9t7gz7]{
        width:100%;
        padding:0px;
    }

}

@media (max-width: 480px) {
    .ctn-img-nosotros[b-k3dl9t7gz7] {
        height: 170px;
        margin-top: 20px;
    }
    .title-nosotros[b-k3dl9t7gz7]{
        font-size:45px;
        text-align: center;
    }
}
/* /Pages/Servicios.razor.rz.scp.css */

.ctn-main-services[b-5si8xplzwy]{
    width:85%;
    margin: 0 auto;
}
.ctn-img-services[b-5si8xplzwy] {
    margin: 20px 0;
    width: 100%;
    height: 225px;
    background: url("img/slide1.webp");
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.title-services[b-5si8xplzwy]{
    font-size:50px;
    font-weight: bold;
    letter-spacing: 3px;
    width: auto;
    margin: 0 auto;
    color: white;
    text-transform: uppercase;
}

.ctn-item[b-5si8xplzwy] {
    flex: 0 0 auto;
    width: 20%
}
.hr-services[b-5si8xplzwy] {
    height: 6px;
    background-color: #f7a800;
    width: 55%;
    margin: 10px auto;
    margin-bottom: 20px;
    opacity: 1;
}
.item-img-s[b-5si8xplzwy]{
    width:135px;
    height:auto;
}

@media (max-width: 1024px) {
    .title-services[b-5si8xplzwy] {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .ctn-item[b-5si8xplzwy] {
        width: 50%;
    }
    .title-services[b-5si8xplzwy] {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .ctn-img-services[b-5si8xplzwy] {
        height: 170px;
        margin-top: 20px;
    }
    .ctn-main-services[b-5si8xplzwy] {
        width: 90%;
    }
    .hr-services[b-5si8xplzwy]{
        width:90%;
    }
    .title-services[b-5si8xplzwy]{
        font-size:35px;
        text-align: center;
    }
    .item-img-s[b-5si8xplzwy]{
        width:120px;
    }
}

/* /Shared/Footer.razor.rz.scp.css */
footer[b-vwoi8v5qc3] {
    width: 100%;
    height: 5vh;
    min-height: 62px;
    color: white;
    background-color: #233c58;    
}

#main-footer[b-vwoi8v5qc3] {
    display:block;
    height: 100%;
    width: 95%;
    margin: 0 auto;
}

.cp-text-m[b-vwoi8v5qc3] {
    display: none;
}
    .cp-text[b-vwoi8v5qc3]{
    font-size:16px;
    font-weight: bold;
    line-height:62px;
    display: inline-block;
    margin-bottom:0px;
}
.ctn-items-r[b-vwoi8v5qc3] {
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 7.5px;
}
.item-r[b-vwoi8v5qc3] {
    display: inline-block;
}
.item-r img[b-vwoi8v5qc3] {
    display: inline-block;
    width:50px;
}
.item-r p[b-vwoi8v5qc3] {
    display: inline-block;
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}

/*select LG*/
.dropdownF[b-vwoi8v5qc3] {
    display: none;
}

.custom-dropdownF[b-vwoi8v5qc3] {
    position: relative;
    display: inline-block;
}

.dropdown-toggleF[b-vwoi8v5qc3] {
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
}

.dropdown-menuF[b-vwoi8v5qc3] {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menuF .dropdown-itemF[b-vwoi8v5qc3] {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.dropdown-menuF .dropdown-itemF:hover[b-vwoi8v5qc3] {
    background-color: #f1f1f1;
}

.dropdown-toggle[b-vwoi8v5qc3]::after {
margin-left: 12px;
}


@media (max-width: 1470px) {
    .cp-text[b-vwoi8v5qc3] {
        font-size: 12px;
    }
    .item-r p[b-vwoi8v5qc3] {
        font-size: 12px;
    }
    .item-r img[b-vwoi8v5qc3] {
        width: 40px;
    }
    .ctn-items-r[b-vwoi8v5qc3] {
        margin-top: 11px;
    }
}

@media (max-width: 1125px) {
    .item-r img[b-vwoi8v5qc3] {
        width: 32px;
    }
    .item-r p[b-vwoi8v5qc3] {
        font-size: 10px;
    }
}
@media (max-width: 1080px) {
    .cp-text[b-vwoi8v5qc3] {
        font-size: 10px;
    }
    .item-r p[b-vwoi8v5qc3] {
        font-size: 10px;
    }
    .item-r img[b-vwoi8v5qc3] {
        width: 32px;
    }
    .ctn-items-r[b-vwoi8v5qc3] {
        margin-top: 15px;
    }
}

@media (max-width: 992px) {
    footer[b-vwoi8v5qc3]{ height:auto;}
    #main-footer[b-vwoi8v5qc3] {
        width: 100%;
        text-align: center;
        height: auto;
    }

    .cp-text[b-vwoi8v5qc3] {
        display: none;
    }

    .cp-text-m[b-vwoi8v5qc3] {
        display: block;
        width: 100%;
        background-color: black;
        color: white;
        height:50px;
        line-height: 50px;
        margin: 0 auto;

    }

    .ctn-items-r[b-vwoi8v5qc3] {
        background-color: #233c58;
        float: initial;
        text-align: center;
        margin-top: 0px;
        padding: 0px 0 10px 0;  
    }

    .item-r[b-vwoi8v5qc3] {
        display: block;
        width: 75%;
        margin: 10px auto;
    }

    .item-r p[b-vwoi8v5qc3] {
        font-size: 15px;
    }

    .item-r img[b-vwoi8v5qc3] {
        width: 45px;
        display: block;
        margin: 0 auto;
    }
    .dropdownF[b-vwoi8v5qc3]{display:block;}
}

@media (max-width: 992px) {
    .cp-text-m[b-vwoi8v5qc3]{
        font-size:14px;
    }
}

@media (min-height: 1150px) {
    .ctn-footer[b-vwoi8v5qc3] {
        position: absolute;
        bottom: 0;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.main[b-w53pvw2gg3] {
    height: 95vh;
    min-height: 800px;
}

.page-s[b-w53pvw2gg3] {
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column;
}
.page[b-w53pvw2gg3] {
    display: none;
}
main[b-w53pvw2gg3] {
    flex: 1;
}
.sidebar[b-w53pvw2gg3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
.top-row[b-w53pvw2gg3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-w53pvw2gg3]  a, .top-row[b-w53pvw2gg3]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-w53pvw2gg3]  a:hover, .top-row[b-w53pvw2gg3]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-w53pvw2gg3]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .page[b-w53pvw2gg3]{
        display: block;
    }
    .top-row[b-w53pvw2gg3], article[b-w53pvw2gg3] {
        padding: 0 !important;
    }
}
    @media (max-width: 640.98px) {
        .top-row:not(.auth)[b-w53pvw2gg3] {
            display: none;
        }

        .top-row.auth[b-w53pvw2gg3] {
            justify-content: space-between;
        }

        .top-row[b-w53pvw2gg3]  a, .top-row[b-w53pvw2gg3]  .btn-link {
            margin-left: 0;
        }
    }

    @media (min-width: 641px) {
        .page[b-w53pvw2gg3] {
            flex-direction: row;
        }

        .sidebar[b-w53pvw2gg3] {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .top-row[b-w53pvw2gg3] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

            .top-row.auth[b-w53pvw2gg3]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row[b-w53pvw2gg3], article[b-w53pvw2gg3] {
            padding: 0 !important;            
        }
    }

/* /Shared/NavMenu.razor.rz.scp.css */

html[b-hc5fj5hji2] {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: 100;
}
.form-search[b-hc5fj5hji2]{right: 3%;top: 25px;}
.ctn-menuList[b-hc5fj5hji2]{width:95%}
.input-search[b-hc5fj5hji2] {
    padding: 6px 80px 6px 25px;
    border: 1.5px solid white;
    color: white;
    background-color: transparent;
    height: 50px;
}
.input-search[b-hc5fj5hji2]::placeholder {
    color: rgba(255, 255, 255, 0.8); /* Blanco con opacidad 0.8 */
}
.input-search-p[b-hc5fj5hji2] {
    padding: 6px 80px 6px 25px;
    border: 1.5px solid #233c58;
    color: #233c58;
    background-color: transparent;
    height: 50px;
}

.input-search-p[b-hc5fj5hji2]::placeholder {
    color: rgba(35, 60, 88, 0.2); /* Blanco con opacidad 0.8 */
}
.btn-search[b-hc5fj5hji2] {
    position: absolute;
    right: 15px;
    top: 13px;
    background-color: transparent;
    border: none;
}
img-search[b-hc5fj5hji2]{ display:none;}
.h-logo[b-hc5fj5hji2]{display:none !important;}
.img-logo[b-hc5fj5hji2] {
    width: 210px;
    height: auto;
}
.img-search[b-hc5fj5hji2]{display:none;}
.navbar[b-hc5fj5hji2] {
    z-index: 2;
}

.navbar-p[b-hc5fj5hji2] {
    height: auto;
    min-height: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

/*.m-nav-bar {
    height: 95vh;
    min-height: 800px;
}*/

.m-nav-bar-p[b-hc5fj5hji2] {
    height: auto;
    min-height: auto;
    position:relative;
    z-index: 35;
}
.navbar-m[b-hc5fj5hji2] {
    align-items: flex-start;
}

html[b-hc5fj5hji2], body[b-hc5fj5hji2] {
    height: 100%;
    margin: 0;
}

.header-line[b-hc5fj5hji2] {
    height: 3px;
    background-color: white;
    width: 95%;
    margin: 10px auto;
    opacity: 0.4;
}

.header-line-p[b-hc5fj5hji2] {
    height: 3px;
    background-color: black;
    width: 95%;
    margin: 10px auto;
    opacity: 0.2;
}

.txt-link-m[b-hc5fj5hji2] {
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding-right: .5rem;
    padding-left: .5rem;
    text-decoration: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    
}

.txt-link-m-p[b-hc5fj5hji2] {
    color: #233c58;
    font-weight: bold;
    font-size: 18px;
    padding-right: .5rem;
    padding-left: .5rem;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

.link-active[b-hc5fj5hji2] {
    color: white;
    background-color: #f7a800;
    padding: 10px 20px;
    border-radius: 20px;
}

.hide-slider[b-hc5fj5hji2] {
    display: none !important;
}
.slider-container[b-hc5fj5hji2] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 95vh;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: opacity 1s ease-in-out; /* Transici�n suave entre im�genes */
    z-index: 1;
}

.slider-container.fade-out[b-hc5fj5hji2] {
    opacity: 0; /* Aplicamos un fade out */
}

.slider-container.fade-in[b-hc5fj5hji2] {
    opacity: 1; /* Aplicamos un fade in */
}


.slider-content[b-hc5fj5hji2] {
    display: flex;
    justify-content: space-between;
    width: 90%; /* Ajusta seg�n sea necesario */
    height: 100%;
    align-items: center;
    position: relative;
    max-width:1400px;
}

.left-side-0[b-hc5fj5hji2] {
    width: 40%;    
    height:100%;
}

.left-side-1[b-hc5fj5hji2] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}
.left-side-2[b-hc5fj5hji2] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}
.left-side-3[b-hc5fj5hji2] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}

.img-slider-0[b-hc5fj5hji2] {
    width: 58vh;
    object-fit: contain;
    position: absolute;
    bottom: 0;
    left: -2%;
    min-width: 500px;
}
.img-slider-1[b-hc5fj5hji2] {
    width: 125%;
    object-fit: contain;
    padding-top:100px;
}
.img-slider-2[b-hc5fj5hji2] {
    width: 100%;
    object-fit: contain;
    padding-top: 100px;
    margin-left: -15%;
}
.img-slider-3[b-hc5fj5hji2] {
    width: 125%;
    object-fit: contain;
    padding-top: 100px;
    margin-left: -3%;
    margin-top: 30px;
}
.right-side-0[b-hc5fj5hji2] {
    width: 60%;
    text-align: right;
    color: white;
    padding-top: 10%;
}
.right-side-1[b-hc5fj5hji2] {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: white;
    padding-top: 95px;
}
.right-side-2[b-hc5fj5hji2] {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: white;
    padding-top: 95px;
}
.right-side-3[b-hc5fj5hji2] {
    width: 50%;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    color: white;
    padding-top: 95px;
}

.dots[b-hc5fj5hji2] {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot[b-hc5fj5hji2] {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #979b9c;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    opacity:0.3;
}

.dot.active-dot[b-hc5fj5hji2] {
    background-color: transparent;
    border: 2px white solid;
    opacity: 1;
}

/* Slider 1 */
.slider-h3-0[b-hc5fj5hji2] {
    color: #f7a800;
    /*font-size:1.1vw;*/
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
}
.slider-h1-1-0[b-hc5fj5hji2] {
    /*font-size: 2.5vw;*/
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-h1-2-0[b-hc5fj5hji2] {
    /*font-size: 2.1vw;*/
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Slider 2 */
.slider-h3-1[b-hc5fj5hji2] {
    color: #f7a800;    
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
}
.slider-h1-1-1[b-hc5fj5hji2] {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-h1-2-1[b-hc5fj5hji2] {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Slider 3 */
.slider-h3-2[b-hc5fj5hji2] {
    color: #f7a800;
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
}

.slider-h1-1-2[b-hc5fj5hji2] {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-h1-2-2[b-hc5fj5hji2] {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Slider 4 */
.slider-h3-3[b-hc5fj5hji2] {
    color: #f7a800;
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
}

.slider-h1-1-3[b-hc5fj5hji2] {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-h1-2-3[b-hc5fj5hji2] {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-slider-0[b-hc5fj5hji2] {
    display: inline-block;
    background-color: #f7a800;    
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 40px;
    border-radius: 25px;
    text-align: center;
    margin: 20px 0;
}

.btn-slider-2[b-hc5fj5hji2] {
    display: inline-block;
    background-color: #f7a800;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    width: auto;
    padding: 0 40px;
    border-radius: 25px;
    text-align: center;
    margin: 20px 0;
    margin-left: auto
}

.hr-m[b-hc5fj5hji2]{
    display:none;
}

/*select LG*/
.dropdown[b-hc5fj5hji2] {
    position: absolute;
    left: 2.5%;
    top: 30px;
}

.custom-dropdown[b-hc5fj5hji2] {
    position: relative;
    display: inline-block;
}

.dropdown-toggle[b-hc5fj5hji2] {
    background-color: transparent;
    border: none;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
    font-size: 1rem;
    text-transform: uppercase;
}

.cColor[b-hc5fj5hji2] {
    color: #233c58;
}

.dropdown-menu[b-hc5fj5hji2] {
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-item[b-hc5fj5hji2] {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
}

.dropdown-menu .dropdown-item:hover[b-hc5fj5hji2] {
    background-color: #f1f1f1;
}

.dropdown-toggle[b-hc5fj5hji2]::after {
    margin-left: 12px;
}


@media (max-width: 1345px) {
    /* Slide 1*/
    .slider-h3-0[b-hc5fj5hji2] {                
        font-size: 18px;        
    }
    .slider-h1-1-0[b-hc5fj5hji2] {        
        font-size: 40px;
        font-weight: bold;
    }
    .slider-h1-2-0[b-hc5fj5hji2] {        
        font-size: 38px;
        font-weight: bold;
    }
    /* Slide 2*/
    .slider-h3-1[b-hc5fj5hji2] {
        font-size: 28px;
    }
    .slider-h1-1-1[b-hc5fj5hji2] {
        font-size: 50px;
        font-weight: bold;
    }
    .slider-h1-2-1[b-hc5fj5hji2] {
        font-size: 50px;
        font-weight: bold;
    }
    /* Slide 3*/
    .slider-h3-2[b-hc5fj5hji2] {
        font-size: 24px;
    }

    .slider-h1-1-2[b-hc5fj5hji2] {
        font-size: 45px;
        font-weight: bold;
    }

    .slider-h1-2-2[b-hc5fj5hji2] {
        font-size: 45px;
        font-weight: bold;
    }
    /* Slide 4*/
    .slider-h3-1[b-hc5fj5hji2] {
        font-size: 28px;
    }

    .slider-h1-1-1[b-hc5fj5hji2] {
        font-size: 50px;
        font-weight: bold;
    }

    .slider-h1-2-1[b-hc5fj5hji2] {
        font-size: 50px;
        font-weight: bold;
    }
}

@media (max-width: 1185px) {
    .img-slider-0[b-hc5fj5hji2] {
        left: -5%;
    }
    /*slide1*/
    .slider-h3-0[b-hc5fj5hji2] {
        font-size: 16px;
    }
    .slider-h1-1-0[b-hc5fj5hji2] {
        font-size: 35px;
        font-weight: bold;
    }
    .slider-h1-2-0[b-hc5fj5hji2] {
        font-size: 32px;
        font-weight: bold;
    }
    .btn-slider-0[b-hc5fj5hji2] {
        font-size: 16px;
        height: 45px;
        line-height: 45px;        
        padding: 0 40px;        
    }
    /*slide3*/
    .slider-h3-2[b-hc5fj5hji2] {
        font-size: 18px;
    }
    .slider-h1-1-2[b-hc5fj5hji2] {
        font-size: 40px;
        font-weight: bold;
    }
    .slider-h1-2-2[b-hc5fj5hji2] {
        font-size: 40px;
        font-weight: bold;
    }
    .btn-slider-2[b-hc5fj5hji2] {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
        padding: 0 40px;
    }
    /* Slide 4*/
    .slider-h3-3[b-hc5fj5hji2] {
        font-size: 28px;
    }
    .slider-h1-1-3[b-hc5fj5hji2] {
        font-size: 50px;
        font-weight: bold;
    }
    .slider-h1-2-3[b-hc5fj5hji2] {
        font-size: 50px;
        font-weight: bold;
    }
}

@media (max-width: 1024px) {
    .img-slider-0[b-hc5fj5hji2] {
        left: -5%;
    }
    .slider-h3[b-hc5fj5hji2] {
        font-size: 14px;
    }
    .slider-h1-1[b-hc5fj5hji2] {
        font-size: 30px;
        font-weight: bold;
    }
    .slider-h1-2[b-hc5fj5hji2] {
        font-size: 28px;
        font-weight: bold;
    }
}

@media (max-width: 992px) {

    .m-nav-bar[b-hc5fj5hji2]{
        height:auto;
        min-height: initial;
        background-color: black;
    }
    .navbar[b-hc5fj5hji2] {
        height: auto;
        min-height: initial;
    }
    .navbar-toggler[b-hc5fj5hji2] {
        border: none;
        margin-top: 25px;
        z-index:5;
    }
    .img-logo[b-hc5fj5hji2]{
        width: 150px;
    }
    .ctn-logo-m[b-hc5fj5hji2] {
        text-align: center;
        margin-top: -65px;
    }
    .navbar-toggler-icon[b-hc5fj5hji2]{
        width:40px;
        height:40px;
    }
    .white-icon[b-hc5fj5hji2] {
        background-image: url("img/mobileMenu(white).svg") !important;
    }
    .blue-icon[b-hc5fj5hji2] {
        background-image: url("img/mobileMenu(blue).svg") !important;
    }
    .ctn-form[b-hc5fj5hji2] {
        display: none !important;
    }
    .img-search[b-hc5fj5hji2] {
        display: inline-block;
        width:50px;
        height:auto;
    }
    .header-line[b-hc5fj5hji2]{display:none;}

    .slider-container[b-hc5fj5hji2] {
        display: none;
    }
    .hr-m[b-hc5fj5hji2] {
        display: block;
        width:100%;
        margin-top:25px;
    }
    .hr-d[b-hc5fj5hji2] {
        display: none;
    }
    .dropdown[b-hc5fj5hji2]{
        display:none;
    }
}

@media (max-width: 480px) {
    .navbar-toggler[b-hc5fj5hji2]{
        margin-top:20px;
    }
    .form-search[b-hc5fj5hji2]{top:20px;}
    .nav-item[b-hc5fj5hji2]{
        display: block !important;
        margin-bottom:15px;
    }
}

/* /Shared/Slider.razor.rz.scp.css */
.slider-container[b-c9zxm4vvxx] {
    position: absolute;
    top: 0;
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.slider-content[b-c9zxm4vvxx] {
    display: flex;
    justify-content: space-between;
    width: 80%; /* Ajusta según sea necesario */
    height: 100%;
    align-items: center;
}

.left-side[b-c9zxm4vvxx] {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .left-side img[b-c9zxm4vvxx] {
        width: 80%; /* Ajusta el tamaño de la imagen si es necesario */
        object-fit: contain;
    }

.right-side[b-c9zxm4vvxx] {
    width: 50%;
    text-align: right;
    color: white; /* Si el fondo es oscuro */
}

    .right-side h1[b-c9zxm4vvxx] {
        font-size: 3em;
        margin-bottom: 0.5em;
    }

    .right-side p[b-c9zxm4vvxx] {
        font-size: 1.2em;
        margin-right: 20px;
    }

.dots[b-c9zxm4vvxx] {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot[b-c9zxm4vvxx] {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .dot.active-dot[b-c9zxm4vvxx] {
        background-color: #717171;
    }
