body {
    display: flex;
    justify-content: center;
    background-color: #f0f0f0;
    
}
    html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
/*.open-sans-custom {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 300;*/ /* O reemplaza por el peso deseado */
    /*font-style: normal;
    font-variation-settings: "wdth" 100;
}*/
a, .btn-link {
    color: #006bb7;
}


/*RESPONSIVE*/
* {
    box-sizing: border-box;
}

/*---------------------------------------------------------------------------------*/
/* RESPONSIVE GENERAL*/
@media (max-width: 1000px) {
    .page, main, nav, article {
        width: 100% !important;
        margin: 0 auto;
        overflow-x: hidden;
    }

    /* Ajustar la cabecera */
    .cabecera {
        height: 150px;
    }

    .icono img {
        max-width: 60%;
    }

    h1 {
        font-size: 1.2rem;
    }

    .contentInterior h2 {
        font-size: 1.4rem;
        margin: 0 1rem;
    }

    .contentInterior p {
        margin: 0 2rem;
    }
    /*Preguntas responsive*/
    .contentPreguntas p {
        margin-bottom: 2.5rem;
        max-width: 87%;
        margin-top: 1rem;
    }

    .contentPreguntas h3 {
        margin-left: 2rem;
    }

    .contentInterior .checkSoporte {
        width: 10%;
    }
    .sopCol11 p {
        margin: 0 !important;
    }
    .contentInterior.contentSoporte .col-11 {
        width: 90%;
    }

    .contentInterior.contentSoporte h3 {
        text-align: left;
    }

    .contentInterior.contentSoporte .row {
        margin: 0 0.5rem;
        margin-bottom: 1.5rem;
    }

    /*Contacto responsive*/
    .contactBnner {
        width: 100% !important;
    }

    #crow {
        display: flex;
        flex-direction: column; /* Cambia a layout vertical */
        gap: 20px; /* Espaciado entre los elementos */
    }

        #crow .col-1 {
            width: 10%;
            margin-left: 2rem;
        }

        #crow .col-11 {
            width: 80%;
        }

    #contact {
        padding: 10px;
    }

    #maps {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    #contact .col-6 {
        /* order: 1; */ /* ORDEN DE LAS COLUMNAS */
    }
    

    #contact .col-5 {
        /*  order: 2; */ /* ORDEN DE LAS COLUMNAS */
        /*  margin-left: 2rem !important;*/
    }

    #contact .col-5, #contact .col-6 {
        width: 100%;
        padding: 0 1rem !important;
    }

    #maps iframe {
        width: 100%; /* Asegúrate de que el mapa se adapte al ancho */
        height: 300px; /* Reduce la altura para pantallas pequeñas */
        margin-bottom: -3rem;
    }

    #formulario {
        padding: 2rem;
        /*margin-bottom: -3rem;*/
    }

    .form-group.row {
        flex-direction: column; /* Campos en una sola columna */
    }

    .form-group .col-md-6, .form-group .col-md-12 {
        width: 100%; /* Campos toman el ancho completo */
    }

    .form-group .form-label {
        font-size: 0.9rem; /* Ajusta el tamaño de las etiquetas */
    }


    .button-container {
        display: flex;
        /*flex-direction: column;*/
        align-items: center;
        gap: 10px;
    }

    .btnWhite {
        width: 100%;
        font-size: 1rem;
    }

        .btnWhite:hover {
            background: #3789b3;
            color: #ffffff;
        }


    /*Soluciones web responsive*/
    .solutionsCont {
        width: 100% !important;
    }

    .solutionOptions {
        width: 100% !important;
    /*    margin: 2.5rem;
        margin-bottom: 2.5rem;*/
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5rem;
    }

    .contentCard {
        flex: 1 1 100% !important;
        max-width: 100% !important;
        text-align: left !important; /* Align text to the left */
        padding: 2rem !important;
    }

        .contentCard img {
            max-width: 100% !important;
            height: auto !important;
        }

    /*Responsive Aldeso*/
    .adv, .solutionOptionsAdv, .AdvBnner {
        width: 100% !important;
    }

    .cabecera .advCol7 {
        width: 100%; /* Asegura que las columnas ocupen el 100% del ancho disponible */
        margin-bottom: 10px; /* Espacio entre las columnas */
        padding: 2rem !important;
    }

    .cabecera .advCol5 {
        display: none;
    }

    .advInt {
        margin-bottom: -2rem !important;
        align-items: center !important;
    }

    .contentInterior .advCol6 {
        width: 90%;
        margin-bottom: 4rem;
    }
    /*Sectores responsive*/

    .sectCol5 {
        width: 100% !important;
    }

    .sectCol4 {
        width: 90% !important;
        order: 2;
        margin-bottom: 2rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }

    .listaItems {
        /* margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;*/
        padding-right: 2rem;
        padding-left: 3rem !important;
    }
    .sectoList {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        padding:0 !important;
    }
    .sectCol4 ul {
        padding-left: 0;
    }

    .solutionContainter-left, .solutionContainter-right {
        width: 100% !important;
        margin-left: 0rem !important;
    }

        .solutionContainter-left .solutionCard, .solutionContainter-right .solutionCard {
            flex-direction: column;
            align-items: center;
            width: 75%; /* Ajusta automáticamente el ancho según el contenido */
            height: auto; /* Ajusta automáticamente la altura según el contenido */
            max-height: 100%; /* Establece un límite máximo de altura */
            overflow: hidden; /* Permite el desplazamiento vertical si es necesario */
            max-width: calc(100% - 2rem);
        }

        .solutionContainter-left .col-12, .solutionContainter-right .col-12 {
            margin: 0 1rem;
        }

        .solutionContainter-left .img-container, .solutionContainter-right .img-container {
            margin-top: 1rem;
            order: 1;
            height: fit-content !important;
            margin-top: 0 !important;
        }

        .solutionContainter-left .img-container {
            margin-left: 0 !important;
            margin-right: 1rem !important;
        }

        .solutionContainter-right .img-container {
            margin-left: 1rem !important;
            margin-right: 0 !important;
        }

        .solutionContainter-left .button-img, .solutionContainter-right .button-img {
            left: 0;
            transform: translateX(-50%);
        }


    /*generales interiores responsive*/
    .cabecera h1 {
        word-wrap: break-word !important;
        word-break: break-word !important;
        white-space: normal !important;
        max-width: 27% !important;
        text-align: left !important;
    }
    .row.contentInterior {
        padding: 0 10px;
        display: flex;
        flex-direction: column; /* Esto hace que las columnas se apilen */
        align-items: flex-start; /* Alinea los elementos a la izquierda */
        justify-content: flex-start; /* Asegura que los elementos no se alineen al centro */
        max-width: none;
    }

    .col-6, .col-1, .col-4 {
        width: 100%; /* Asegura que las columnas ocupen el 100% del ancho disponible */
        margin-bottom: 10px; /* Espacio entre las columnas */
        padding: 0 !important; /*QUITAR PADDING DE LA VERSION NORMAL*/
    }

        .col-6 h1 {
            word-wrap: break-word; /* Permite romper líneas largas */
            word-break: break-word; /* Asegura que las palabras largas se dividan */
            white-space: normal; /* Permite que el texto se divida en varias líneas */
            max-width: 27%;
            text-align: left;
        }

    .col-1 {
        text-align: left; /* Asegura que la imagen esté alineada a la izquierda */
    }

    .col-4 {
        margin-left: 0; /* Elimina el margen extra */
        text-align: left; /* Alinea el título a la izquierda */
    }


    .btnBlue {
        width: 100%;
        padding: 1rem;
        font-size: 1rem;
        justify-content: center !important;
        display: flex !important;
    }

    /*Inicio Responsive*/
    #banner1, #banner2, #banner3 {
        background-image: none !important;
        width: 100% !important;
    }

    #carrousel1{
        width:100% !important;
    }
    .banner-carousel {
        width: 100% !important;
        height: 30rem !important;
    }
    .carrousel1Bnner {
        width: 100% !important;
        padding: 1rem;
        justify-content: center;
        align-items: center;
        display: flex;
        text-align: center !important;
    }
        .carrousel1Bnner #bnnerCont {
            text-align: center !important;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        .carrousel1Bnner .btnBlue {
            width: fit-content;
        }
        .advWhy {
            width: 100% !important;
            padding: 2rem !important;
        }

            .advWhy .col-3, .advWhy .col-8, .advWhy .col-1 {
                width: 100% !important;
                display: flex;
                justify-content: center;
                align-items: center;
                text-align: center;
                padding: 0 2rem;
            }



    #carruselSolutions {
        width: 100% !important;
    }

    .carrouselBnner {
        width: 70% !important;
    }

    #soluciones-carrusel {
        width: 100% !important;
    }

    .carrouselBnner h1 {
        font-size: 2.5rem !important;
        text-align: center;
    }

    .ERPcard {
        flex: 0 0 250px !important;
        min-width: 0px !important;
    }



    .diversosBnner {
        width: 100% !important;
    }

        .diversosBnner .col-5 {
            width: 100% !important;
            padding: 4rem;
            padding-top: 2rem;
        }

        .diversosBnner .linea {
            width: 100% !important;
            padding: 2rem;
            align-items: center;
            justify-content: center;
        }

    #diversosImg {
        display: none !important;
    }

    .diversosBnner #solution-item {
        height: 2rem;
    }

        .diversosBnner #solution-item p {
            margin: 0.5rem;
        }


    #solucionesWeb {
        width: 100% !important;
        height: auto !important;
    }

    .soluwebBnner {
        width: 100% !important;
    }

    #solutionCards {
        flex-direction: column;
        width: 100%;
        align-items: center;
        margin-bottom: 2rem !important;
    }

        #solutionCards #webItem {
            margin-bottom: 2rem !important;
        }

    #imgSoluWeb{
        display:none !important;
    }

    .testimoniosBnner {
        width: 100% !important;
        margin-top: 6rem !important;
    }
    .testimoniosBnner h1{
        text-align:center;
    }

    .clientCards {
        width: 100% !important;
        padding: 2rem;
        flex-direction: column;
        align-items: center;
    }

    .clients {
        width: 100% !important;
        padding: 2rem;
        flex-direction: column;
        margin: 0 !important;
    }
        .clients .logoimg {
            margin-bottom: 1.5rem;
        }

}
/*RESPONSIVE OUT*/
/*---------------------------------------------------------------------------------*/
/*ESTILOS GENERALES PERSONALIZADOS IN*/

/*Toast de envío correo*/
#liveToast {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5); /* Sombra más visible */
    background-color: white; /* Fondo blanco sólido */
    border: 1px solid #dee2e6; /* Agrega un borde para resaltar */
}

    #liveToast .toast-header {
        background-color: #303f9f; /* Azul oscuro para la cabecera */
        color: white; /* Texto blanco para contraste */
    }

    #liveToast .toast-body {
        background-color: white; /* Fondo blanco sólido */
        color: #212529; /* Texto negro */
    }

    #liveToast .btn-close {
        filter: brightness(0) invert(1); /* Cambia el color de la X a blanco */
        opacity: 1; /* Asegúrate de que sea completamente visible */
    }

        #liveToast .btn-close:hover {
            filter: brightness(1.2); /* Hace que la X sea más visible al pasar el mouse */
        }


.btnBlue {
    text-decoration: none;
    font-size: 16px;
    background: #303f9f;
    border-radius: 0.5rem;
    border: none;
    color: white;
    box-shadow: 0 6px 0 #eeab42;
    cursor: pointer;
    transition: background-color 0.3s;
    /*  height: 2.5rem;
    padding: 0.5rem;*/
    padding: 0.7rem;
}

    .btnBlue:hover {
        background-color: #3789b3;
    }

/*Páginas interiores*/
.icono {
    transform: none !important; /* Desactiva cualquier transformación en este div */
}

.contentInterior {
    display: flex;
  /*  justify-content: center;*/
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    text-align: justify;
}

.btnDiv {
    padding: 2rem;
    justify-content: center;
    display: flex;
    text-align: center;
}


.cabecera {
    height: 233px;
    width: 1300px;
    align-content: center;
}

.contentInterior h1 {
    font-size: 36px;
    color: #494949;
}

.contentInterior h2 {
    font-size: 30px;
    color: #3789b3;
}
.contentInterior h3 {
    font-size: 25px;
    color: #494949;
}

.contentInterior p, .listaItems li {
    font-size: 18px;
    color: #494949;
}

.listaItems {
    margin-top: 1rem !important
}

#titleInterior {
    padding: 2rem 0.5rem;

}

/*CONTACTO*/


.button-container {
    display: flex;
    justify-content: flex-end; /* Alinea los botones a la derecha */
    gap: 1rem; /* Espacio entre los botones */
}

.btnWhite {
    text-decoration: none;
    color: #494949;
    font-size: 16px;
    background: #ffffff;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 2.5rem;
    padding: 0.5rem;
}

    .btnWhite:hover {
        background: #3789b3;
        color: #ffffff;
    }

#crow {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.bordes {
    border: 1px solid black;
}



#formulario button {
    width: fit-content;
}

#formulario label {
    font-size: 14px;
}
/*Páginas interiores*/

/*ESTILOS GENERALES PERSONALIZADOS OUT*/


.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}



h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e52750;
}

.validation-message {
    color: #e52750;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }
