/*a>img {
    max-width: 50px;
}*/



a {
    text-decoration: none;
    color: black;
}



hr {
    margin-left: 50px;
    margin-right: 50px;
    border-width: 2px;
    border-color: #f99b0c;
    opacity: 0.5;
}



body {

    margin-top: -28px;
    font-size: 18px;
    text-align: justify;


}






/*#contenedor-navbar {
    color: black;


}*/







/******************************* desplazamiento scroll(y) automatico ******************/
/* .snap-container {
    height: 100vh;
    overflow: auto; 
    scroll-snap-type: y mandatory; 
}*/

/* .snap-section {
    scroll-snap-align: start;
} */
/**************************************************************************************/












/********************************* tipos de letras **************************************/

.serif {
    font-family: Times, "Times New Roman", Georgia, serif;
}

.sansserif {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.monospace {
    font-family: "Lucida Console", Courier, monospace;
}

.georgia {
    font-family: Georgia, serif;
}

.didot {
    font-family: Didot, serif;
}

.freemono {
    font-family: FreeMono, monospace;
}

.bradley {
    font-family: Bradley Hand, cursive;
}

.impact {
    font-family: Impact, fantasy;
}

.cursive {
    font-family: cursive;
}

.fantasy {
    font-family: fantasy;
}

.emoji {
    font-family: emoji;
}

.math {
    font-family: math;
}

.fangsong {
    font-family: fangsong;
}



/*****************************************************************************************/















/***************** control de scroll x *******************/
/* Deshabilita el scroll lateral global */
.main-container {
    overflow-x: hidden;
    font-family: 'Calibri';

}

/* Contenedor de la tabla con scroll horizontal */
.table-container {
    overflow-x: auto;
    /* Permite el scroll horizontal */
    max-width: 95%;
    /* Limita el ancho máximo del contenedor */
    margin: 0 auto;
    /* Centra el contenedor horizontalmente */
}

/* Asegura que la tabla tenga un ancho fijo que pueda superar el contenedor */
table {
    width: 100%;
    /* Ancho fijo mayor al de la pantalla para forzar el scroll */
    border-collapse: collapse;
    font-size: 15px;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
    text-align: left;
}

/***************** fin control de scroll x *******************/














/********************************* breadcrumb *******************/

.breadcrumb {
    margin-left: 12%;
}

.breadcrumb-item {
    margin: 0px;
    font-size: 16px;
}

.breadcrumb-item a {
    color: #DF0101;
}

/**************************************************************/




















/*****************carrusel 1ª seccion*******************************************/

.back-carousel {}

.back-carousel img {
    padding-left: 20vw;
    padding-right: 20vw;

}



/**********************************************************************************/

















/******************************** carta comida ************************************/


.carta img {
    max-width: 50%;
    padding: 20px;
}



/*********************************************************************************/














/******************************** mapa ********************************************/

.map {
    width: 90%;
    height: auto;
    min-height: 350px;
}


/***********************************************************************************/








/*****************carrusel resto secciones*******************************************/

#carouselFitness .carousel-inner .carousel-item img {
    max-height: 550px;
    width: auto;
}

#carouselSpinning .carousel-inner .carousel-item img {
    min-height: 550px;
    max-height: 550px;
}

/**********************************************************************************/













/*********** marco y botones banner **************************/
.banner {
    position: relative;
}

.banner .row {
    margin-left: 100px;
    margin-right: 100px;
    padding: 40px;

}

.banner .row video {
    width: 70%;
}

.banner .row img {
    width: 60%;
}

.botones_banner {
    width: 200px;
    border: none;
    border-radius: 0%;
    background-color: #DF0101;
    font-weight: bold;
}

.botones_banner a {
    width: 200px;
    border: none;
    border-radius: 0%;
    background-color: #DF0101;
    font-weight: bold;
}

.botones_banner a:hover {
    background-color: #B40404;
    cursor: pointer;
}

.texto-banner {
    color: #A4A4A4;
}

/************************************************************/












/*********** cards areas **************************/


/***************************************************/









/**************************** catalogo productos *******************************/
.img-catalogo {
    min-height: 350px;
}

.img-catalogo .centrado {
    min-height: 180px;
}

.img-catalogo img {
    max-width: 100px;
    padding-top: 40px;
}

.img-catalogo .card-body p {
    font-size: 9px;
}

.card iframe {
    padding: auto;
    max-width: 200px;
}

.card-album-videos {
    min-height: 500px;

    font-size: 15px;
}

/************************************************************************/











/***************************** ver producto ******************************/


.div-ver-producto {
    margin: 40px;
}

#carrusel-producto {
    min-height: 350px;
}

#descripcion {
    text-align: justify;
    font-size: 30;
}

#descripcion-corta {
    text-align: justify;
    font-size: 15;
}

#tProducto {
    width: 60%;
}

#tProducto td {
    border: none;
}

.cantidad-producto:hover {
    cursor: pointer;
}

.badge-color {
    /*background: lightblue;*/
    border-radius: 10px;
    width: 30px;
    height: 30px;
}

#miniaturas-producto {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*******************************************************************/









/*********** ver cesta ********************************************/


.div-img-producto-cesta {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*****************************************************************/











/************************** cookies-doc **************************/

.cookies-doc {

    margin-right: 5%;
    margin-left: 5%;
    color: #A4A4A4;

}

/*****************************************************************/















/*********** footer **************************/



/************************************************************/








/******************** estilos de la cabecera de todas la páginas *****************/
.cabecera {
    width: 100%;
    height: 330px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: center;
    background-repeat: no-repeat;
    background-position: center center;
    color: #DF0101;
}

.cabecera a {
    color: #DF0101;
    /* background-color: white;*/
    font-weight: bold;
    /*opacity: 0.8;*/
}


/**********************************************************************************/















/******************** aviso politica privacidad ***********************/

.aviso-legal a {
    color: #DF0101;
}

.aviso-legal a:hover {
    color: #B40404;
}




/**********************************************************************************/
















/******************** acordeon politica privacidad *****************/



.acordeon-politicas .accordion-item img {

    max-width: 30px;

}




/**********************************************************************************/





/*************************** logo y boton afiliate de la 1ª seccion ************/
/*.img_logo_seccion1 {
    max-width: 30%;
    margin-bottom: 15px;
    opacity: 0.8;
}

.boton-bajo-logo {
    min-width: 40%;
    border-radius: 0px;
    color: white;
    background-color: #0141aa;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.boton-bajo-logo:hover {
    color: white;
    background-color: #0c57d5;
}*/

/*******************************************************************************/





/*************************** offcanvas arbol-mapa *************************/
.boton-arbol-mapa {
    position: fixed;
    top: 45%;
    float: left;
    z-index: 10000;
}

.boton-arbol-mapa:hover {
    cursor: pointer;
}

.offcanvas {
    opacity: 0.8;
}

.contenedor-arbol a,
ul,
li {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style: none;
}

.dropdown-toggle {
    margin-top: 30px;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.ico_pais {
    max-width: 15%;
    margin-left: 4px;
}

/*****************************************************************/






.titulo-index {
    color: #DF0101;
    font-weight: bold;

}






/***************************  ************/
.img_logo_rotulos {
    max-width: 3%;
    min-width: 30px;
    margin-bottom: 15px;
    margin-right: 15px;

}

/*****************************************************************/











/******************************* botones_menu / botones_catalogo *******************/
.botones_menu {
    margin-bottom: 20px;
    margin-left: 50%;
    position: relative;
    border-radius: 0%;

}

.botones_menu a {
    width: 200px;
    border: none;
    border-radius: 0%;
    background-color: #DF0101;
    font-weight: bold;
}

.botones_menu a:hover {
    background-color: #B40404;
    cursor: pointer;
}

.botones_menu .dropdown-item {
    background-color: white;

}

.boton-descargar {
    background-color: #DF0101;
    border: none;
    border-radius: 0px;
    font-weight: bold;
}

.boton-descargar:hover {
    background-color: #B40404;
}


.botones_catalogo {
    margin-bottom: 20px;
    position: relative;
    border-radius: 0%;
    background-color: #DF0101;
}

.botones_catalogo a {
    width: 150px;
    border: none;
    border-radius: 0%;
    background-color: #DF0101;
    font-weight: bold;
}

.botones_catalogo a:hover {
    background-color: #B40404;
    cursor: pointer;
}

.div-botones-menu {
    padding-left: 80%;
    padding-right: 50%;
}


/******************************************************************/









/******************************* botones_mapa *******************/
.botones_map {

    position: relative;
    margin-bottom: 20px;

}

.botones_map a {
    width: 200px;
    border: none;
    border-radius: 0%;
    background-color: #DF0101;
    font-weight: bold;
}

.botones_map a:hover {
    background-color: #B40404;
    cursor: pointer;
}

/****************************************************************/















/************** imagen de los instructivos ************************/
.img-doc-instrucciones {
    margin-right: 70%;
    margin-left: 30%;
    width: 150%;
}

/*****************************************************************/








/******************************* boton enviar formulario y spinner *******************/
#bSubmit {
    width: 300px;
    border: none;
    border-radius: 0px;
    background-color: #DF0101;

}

#spinner {
    /*border: 14px solid #f3f3f3;
        border-top: 14px solid #3498db;
        border-radius: 50%; 
        width: 30px;
        height: 30px;*/
    /* display: none; /* El spinner debe estar oculto por defecto */
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 10px;

}

/*@keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
          transform: rotate(360deg);
        }
    }*/
/*****************************************************************/







/************** estilo de los inputs y select ************************/

label {
    font-size: small;

}

.form-control,
.form-select {
    border: 1px solid #39c;
    /*border-radius: 0;*/

}


/* imagen de la ? encima de los campos */
.img_interrogacion_campos {
    max-width: 20px;
    margin: 4px;
}




/* modals de la ayuda al formulario */
.ayudaFormulario {
    border-radius: 0;

}










/************************ albums ************************/

.album {
    overflow-x: hidden;
    padding: 25px
}

.card {
    min-height: 350px;
    border-radius: 0%;
    border: none;
}

.card-body {
    background-color: #fff;
}

.card img {
    padding: auto;
    max-width: 200px;
}


.bg-body-tertiary {
    background-color: #fff;
}

/**********************************************************/














.modal-body {
    text-align: justify;
}




/* Cuando la pantalla es mayor a 900px */
@media only screen and (min-width : 901px) {



    .centrado {
        text-align: center;
        padding: 8px;
    }

    .centrar-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img_titulos_metodologia {
        width: 10%;
    }

    /*.swal-modal {
        background-color: rgba(63,255,106,0.69);
        border: 3px solid white;
    }*/

    .swal-button {
        padding: 7px 19px;
        border-radius: 2px;
        background-color: #4962B3;
        font-size: 12px;
        border: 1px solid #3e549a;
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
    }




    .ir-arriba {
        display: none;
        padding: 20px;
        background: #4d4e4e;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 5px;
        z-index: 100000;
    }

    .sombra {
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    }



    /* estilos para la img tipo thumbnail de la cedula */
    #cedula_img_form {
        border: 1px solid #ddd;
        /* Gray border */
        border-radius: 4px;
        /* Rounded border */
        /* padding: 5px; /* Some padding */
        width: 120px;
        /* Set a small width */
        height: 100px;
        background-image: url('public/img/logos/subir_img.png');
        background-repeat: no-repeat;
    }

    #bCambiarImg {
        padding: 0;

    }



    /* botones badged de formularios solicitudes y afiliaciones */
    .boton-badge {
        height: 100%;
    }


}


























/* Cuando la pantalla es menor a 900px  (tablets y teléfonos inteligentes)*/
@media only screen and (max-width : 900px) {


    /*********** back-ground 1er banner **************************/


    .back-carousel {}

    .back-carousel img {
        padding-left: 10vw;
        padding-right: 10vw;

    }


    /******************************** carta ****************************************/


    .carta img {
        max-width: 100%;
        min-height: 80vh;
        margin-right: 20px;
    }



    /*********************************************************************************/




    /******************************* botones_menu *******************/
    .botones_menu {
        margin-top: 8px;
        margin-bottom: 8px;
        margin-left: 8px;
        margin-right: 4px;
    }

    .div-botones-menu {
        padding-left: 0%;
    }


    /***************************************************************/





    /************** imagen de los instructivos ************************/
    .img-doc-instrucciones {
        margin-right: auto;
        margin-left: auto;
        width: 90%;
    }

    /*****************************************************************/



    /*************************** offcanvas arbol-mapa *************************/
    .boton-arbol-mapa {

        top: 50%;
        float: left;
        z-index: 1000;
    }

    /*****************************************************************/





    .centrado {
        text-align: center;
        padding: 8px;
    }

    .sombra {
        -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .ir-arriba {
        display: none;
        padding: 20px;
        background: #4d4e4e;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 20px;
        border-radius: 5px;
    }








    /*********** marco-banner **************************/
    .banner .row {
        margin: 0px;
        padding: 5px;

    }

    .banner .row video {
        width: 90%;
    }

    /************************************************************/












    /*********** cards areas **************************/
    .card p {
        font-size: 18px;
    }

    .card .p-5 {
        padding: 30px !important;
    }



    /****************************************************/








    /***************************** ver producto ******************************/

    .div-ver-producto {
        margin: 0px;
    }

    #carrusel-producto {
        min-height: 350px;
    }

    #descripcion {
        margin-top: 10px;
        font-size: 15px;
    }

    #descripcion-corta {
        margin-top: 20px;
        font-size: 8px;
    }

    /************************************************************************/





}