.Home{ 

    font-family: 'Montserrat', sans-serif;
    color: #00569C;
    font-size: large;
    flex-wrap: wrap;
    overflow-x: hidden;

}
#Logo{

    width: 90%;
    height: 130px;
    /*min-height: 100px;*/
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.212);*/
    margin-left: 15px;
    margin-right: 15px;
}
#Buscador{

    border: 1px solid rgb(49, 115, 226);
    border-radius: 10px;
    text-align: center;
    font-size: 130%;
    color: #00569C;
    width: 35%;

}

/* FOOTER*/
#Inferior{

    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.212);*/
    background-color:#00569c;


    font-size: 90%;
    color:white;
    padding: 30px;
    display:block;
    text-align: center;
    /*border: solid 2px black;*/

}
.Menu a{
    
    color: white;
    cursor: pointer;

}
.Menu a:hover{
    color: white;
}
.Textwidget a{
    color: white;
}
.Textwidget a:hover{
    color: white;
}
#Logo1{

    max-width: 100%;
    height: auto;
    box-sizing: border-box;

}
#Logo2{

    height: 63px;
    width: 63px;
    object-fit: contain;

}
.Separador{
    
    height: 90px;
    border-left: solid 1px #FFFFFF;
    margin: 0 28px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.2;
}





.Table-Display{

    border: 1px solid #00569C;
    border-radius: 20px;
    margin: 0 auto;
    width: 60%;
    min-width: 120px;
    max-width: 300px;
    padding: 5px;
    text-align: initial;
    color: #00569C;
    display: flex;
    margin-bottom: 20px;
    
    
    line-height: 0.6;
    padding-top: 15px;
    padding-left: 20px;
}

.C1{
    /*position: relative;
    left: 35px;*/
    border: none !important;}
.C1:hover{
    border: none !important;}
.C1:active{
    border: none !important;}
.C1:focus{
    border: none !important;
}
.C1:focus-visible{
    border: none !important;
}

.auto-grid{
    
    width: 100%;
    display: grid;
    grid-template-columns: 40% repeat(auto-fill, 50%);

}
#float-menu{

    position: fixed;
    right: 50px;

    top: 180px;

}
.float-menu button{

    font-size: 120%;
    background-color:#00569C;
    color: white;
    width: 100%;
    height: 50px;
    border: 1px ;
    border-radius: 10px;

}

#btnPago{

    font-size: 120%;
    background-color:#00569C;
    color: white;
    width: 60%;
    height: 50px;
    border: 1px ;
    border-radius: 10px;

    max-width: 238px;
    border: white 1px solid;
    cursor: pointer;

}

/*.Whiteb{
    /*border: white 1px solid;*/
/*
    color: #82BDE0;
}*/

/*--------------------------------------------------------*/
/*input[type="radio"]:focus-visible {
    box-shadow: 0 0 0 3px orange;
    border: none!important;
}*/

input[type='checkbox'] {
    /*-webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;*/
    outline: none;
    border: 3px solid gray;
}

input[type='checkbox']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
}

input[type="checkbox"]:checked:before {
    background: none;
    
}

input[type="checkbox"]:checked {
  border-color: none ;
}



/*--------------------------------------------------------*/

.img-trasera{
    width: 250px;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -10;
}

.centrado {
    display: flex;
}

h1#titulo-1 {
    margin-left: auto;
    margin-right: auto;
}

h2#sub-titulo {
    margin-left: auto;
    margin-right: auto;
}

.centrado-hijo{
    margin-left: auto;
    

}
.btnBuscar{
    
    margin-right: auto;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #B1C9E9;
    background-color: #FFFFFF;
    background: white;
    width: 2%;
    background-image: url("Imagenes/magnifying-glass-solid.svg");
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y:center;

    cursor: pointer;
    
}

input#input-buscar {
    background-color: #FFFFFF;
    background: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-color: #B1C9E9;
    text-align: center;

    border: 2px solid #B1C9E9;

    /*min-width: 50px;*/
    min-height: 25px;


}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}


.modal1 {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 20%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.5); 
    

}
.contenido-modal {
    position: relative; 
    background-color: white;
    border: 1px solid white;
    border-radius: 10px;
    margin: auto; 
    padding: 20px;
    width: 25%;
    -webkit-animation-name: animarsuperior;
    -webkit-animation-duration: 0.5s;
    animation-name: animarsuperior;
    animation-duration: 0.5s;

}
.cerrar {
    color: black;
    float: right;
    font-size: 30px;
    font-weight: bold;
}
.cerrar:hover, .cerrar:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

  
@keyframes animarsuperior {

    from {top:-300px; opacity:0}
    to {top:0; opacity:1}

}





.Alert1{

    display: block;
    text-align: initial;
    
    

}
.Alert2{

    display: none;
    text-align: initial;
    margin-left: 10px;

}
#MENS-1{

    width: 70%; 
    margin-left: 40px;
    
}
#MENS-2{

    width: 100%; 
    padding-left: 20px;
    padding-right: 20px;
    /*margin-left: 40px;*/
    

}


/* ------------------------- PARTE RESPONSIVE ------------------------- */

@media(max-width: 1310px){


    .Table-Display{

        width: 60%;
        min-width: 120px;
        max-width: 300px;
        padding: 4px;
        text-align: center;
        color: #00569C;
        display: flex;
        line-height: 0.6;
        padding-top: 15px;

    }
    .auto-grid{
    
        gap: 15px;
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 6rem), 1fr));
    
    }
    input#input-buscar {
        
        height: 30px;
    
    }

}

@media(max-width: 768px){

    .Home{

        font-size:medium;
        /*color: red;*/

    }
    .centrado{

        /*display: block;*/
        text-align: center;
        font-size: 70%;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 0.5;

    }
    .Alert1{

        display: none;
        /*color: red;*/
    
    }
    .Alert2{
    
        display: block;
        text-align: center;
        padding-top: 50px;
    
    }
    
    



    #float-menu {

        position: initial; 
        right: auto;

    }
    .col-4{

        -webkit-box-flex:initial !important; 
        flex: auto !important; 
        max-width: initial !important;

    }
    .auto-grid{

        gap: 5px;
    
    }
    #btnPago{
        width: 60%;
        height: 40px;
    }

}

@media(max-width: 380px){

    .auto-grid{

        gap: 10px;
    
    }
    .Menu{

        line-height: 1.5;

    }

}

/* ------------------------- FINAL PARTE RESPONSIVE ------------------------- */



/* ------------------------- ANIMACIONES ------------------------- */



#Capa_2{ /* ANIMACION DEL LOGO */

    width: 200px;
    height: 200px;    
    fill:none;
    stroke: #00569C;
    animation: P-animacion 5s infinite;

    /*display: none;*/
    

}
#MCarga{ /* MENSAJE DE CARGA */
    
    font-size: 130%;
    animation: Carga-animacion 5s infinite;
    display: none;
    
}
#Dis{

    display: none;

}

@keyframes P-animacion{

    0%{
        stroke-opacity: 1; 
        fill-opacity: 0.4; 
        stroke-width: 0; 
        stroke-dasharray: 1000;
        stroke-dashoffset: 3000;
    }
    25%{stroke-width: 7;}
    50%{

        stroke-opacity: 1; 
        fill-opacity: 1; 
        stroke-width: 0; 
        stroke-dasharray: 1500;
        stroke-dashoffset: 2000;

    }
    75%{stroke-width: 7;}
    100%{

        stroke-opacity: 1; 
        fill-opacity: 0.4; 
        stroke-width: 0; 
        stroke-dasharray: 1000;
        stroke-dashoffset: 3000;

    }


}

@keyframes Carga-animacion{

    0%{opacity: 0.3;}
    25%{opacity: 0.6;}
    50%{opacity: 2;}
    75%{opacity: 0.6;}
    100%{opacity: 0.3;}

}

/* ------------------------- FINAL ANIMACIONES ------------------------- */

