* {
    padding: 0PX;
    margin: 0PX;
}

body {
    padding: 0px;
    background-color: rgb(17, 72, 152);
    color: aliceblue;
}

footer {
    background-color: rgb(17, 72, 152);
    position: fixed;
    color: whitesmoke;
    width: 100%;
    height: 30px;
    bottom: 0;
    font-style: italic;
    font-size: 20px;
    padding: 15px 15px;
}

.text {
    width: 50%;
}

.header {
    position: fixed;
    top: 0;
    padding: 10px;
    /* margin: auto; */
    width: 100%;
    height: 100px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(17, 72, 152);
    color: whitesmoke;
    font-style: oblique;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 2 1fr;
    grid-template-rows: 1 auto;
    grid-template-areas: "titulo menu";
}

.cuerpo_index {
    padding: 10px;
    position: absolute;
    top: 20%;
    right: 20%;
    display: inline-block;

    width: 50%;
    height: 500px;
    /* background-color: rgb(0, 0, 0); */
    border-radius: 10px;
    /* border: solid 3px white;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 2 1fr;
    grid-template-rows: 1 ;
    grid-template-areas: "logo_index     modal_contenedor"
                         "login_ingreso  modal_contenedor"; */
}

.modal_contenedor {
    position: absolute;
    top: 1%;
    left: 1%;
    display: inline-block;
    /* marin: auto; */
    width: 48%;
    height: 98%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: rgb(17 72 152);
    border-radius: 10px;
    color: rgb(255, 255, 255);
    /* grid-area: modal_contenedor; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 15em;
    font-family: 'Amiko', sans-serif;

}

.modal {
    position: absolute;
    top: 5%;
    right: -100%;

    width: 70%;
    height: 80%;
    font-size: large;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* transition: transform 1s; */
    transform: scale(100%);
    background-color: rgba(0, 0, 0, 0.323);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50px;

}

.modal-close {
    transform: scale(0%);
}

.modal>form {

    position: absolute;
    top: 30%;
    right: 0%;

    width: 80%;
    height: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
}

.input {
    height: 35px;
    width: 100%;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5%;
    background-color: rgba(0, 0, 0, 0.597);
    color: aliceblue;
}

.cta {
    cursor: pointer;
    position: absolute;
    top: 70%;
    right: -20%;
    display: inline-block;
    font-size: large;
    padding: 7px 0;
    width: 100px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(17, 72, 152);
    line-height: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.close {
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 1%;
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.607);
    border: solid 2PX white;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.loguin {
    position: absolute;
    top: 20%;
    right: 32%;
    display: inline-block;
    font-size: 2pc;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: aliceblue;

}

.amd {

    position: absolute;
    top: 95%;
    left: 15%;
    width: 68%;
    height: 35px;
    border-radius: 5%;
    background-color: rgba(0, 0, 0, 0.597);
    color: aliceblue;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;

}
.roll{
    height: 36px;
    width: 100%;
    /* border: 1px solid silver; */
    border-radius: 8px;
    background-color: transparent;
    color: aliceblue;
    padding: 1px;
    outline: none;
    font-weight: bold;
}
.option{
    background-color: rgba(0, 0, 0, 0.959);
    color: aliceblue;
    padding: 1px;
    outline: none;
    font-weight: bold;
}

/*--------------------------------------------------------------------------------------*/
/*---------------------------          BOTNES   ----------------------------------------*/
/*--------------------------------------------------------------------------------------*/

.btn_aceptar{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: 35px;
    border: 1px solid green;
    border-radius: 5%;
}
.color_aceptar{
    color: rgb(255, 255, 255);
    background-color: rgb(94, 139, 28);
}




.color_aceptar:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(94, 139, 28);
    cursor: pointer;
}

.alerta {
    position: absolute;
    top: 55%;
    color: rgb(188, 188, 188);
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.76);
    width: 45%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transform: scale(100%);
    scale: 100%;
}
.alerta-show{

    scale: 0%;
    
}

@media only screen and (min-width:150px) and (max-width:600px){

    body {
        margin: 0 auto;
        /* width: 67%; */
        clear: both;
        zoom: 67%;
    }
    .header{
        /* width: 80%; */
        zoom: 50%;
    }
    .cuerpo_pagina{
        zoom: 48%;
    }
    .cuerpo_index{
        zoom: 48%;
    }


}
@media only screen and (min-width:601px) and (max-width:700px){

    body {
        margin: 0 auto;
        /* width: 67%; */
        clear: both;
        zoom: 67%;
    }
    .header{
        /* width: 80%; */
        zoom: 65%;
    }
    .cuerpo_pagina{
        zoom: 65%;
    }
    .cuerpo_index{
        zoom: 65%;
    }

}  
@media only screen and (min-width:701px) and (max-width:800px){

    body {
        margin: 0 auto;
        /* width: 67%; */
        clear: both;
        zoom: 67%;
    }
    .header{
        /* width: 80%; */
        zoom: 70%;
    }
    .cuerpo_pagina{
        zoom: 70%;
    }
    .cuerpo_index{
        zoom: 70%;
    }

} 
@media only screen and (min-width:801px) and (max-width:900px){

    body {
        margin: 0 auto;
        /* width: 67%; */
        clear: both;
        zoom: 67%;
    }
    .header{
        /* width: 80%; */
        zoom: 80%;
    }
    .cuerpo_pagina{
        zoom: 80%;
    }
    .cuerpo_index{
        zoom: 80%;
    }
}    
@media only screen and (min-width:901px) and (max-width:1200px){

    body {
        margin: 0 auto;
        /* width: 67%; */
        clear: both;
        zoom: 67%;
    }
    .header{
        /* width: 80%; */
        zoom: 90%;
    }
    .cuerpo_pagina{
        zoom: 90%;
    }
    .cuerpo_index{
        zoom: 90%;
    }

} 
@media only screen and (min-width:1201px) and (max-width:1400px){

    body {
        margin: 0 auto;
        /* width: 67%; */
        clear: both;
        zoom: 67%;
    }
    .header{
        /* width: 80%; */
        zoom: 98%;
    }
    .cuerpo_pagina{
        zoom: 98%;
    }
    .cuerpo_index{
        zoom: 98%;
    }

} 
/* files */
/* #files{
    display: none;
} */