@import url(header.css);

/* custom style for login page */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    background-image: url(../../img/fondo.webp);
	background-size: 100vw 100vh;
	background-attachment: fixed;
}

::-webkit-scrollbar{
    display: none;
}

.container_reg {
    margin: auto;
    width: 100%;
}

.container_log {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container_welcome {
    margin: auto;
    width: fit-content;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.reg {
	margin: 55px auto 5px;
	width: 100%;
	max-width: 26.25rem;
	text-align: center;
    padding: 1.25rem;
	border-radius: .625rem;
	background: -webkit-linear-gradient(to right, #000, rgba(0,65,40,.25), #000);
    background: linear-gradient(to right, #000, rgba(0,65,40,.25), #000);
    box-shadow: inset 0 1px 12px rgba(255,255,255, 0.5);
}

.reg:hover {
    box-shadow: 0 5px 25px #bf3030;
}

.card {
    margin: auto;
    width: 100%;
    max-width: 26.25rem;
    padding: 1.25rem;
	border-radius: .625rem;
    box-shadow: inset 0 .0625rem .75rem rgba(255,255,255,.5);
    text-align: center;
	background: -webkit-linear-gradient(to right, #000, rgba(11,11,69,.25), #000);
    background: linear-gradient(to right, #000, rgba(11,11,69,.25), #000);/*
    
	margin: 50px auto 0;
    display: block;
	width: 100%;
	max-width: 400px;
    justify-content: center;
    align-items: center;
	text-align: center;
    padding: 25px 20px 10px 20px;
	border-radius: .625rem;
	background: -webkit-linear-gradient(to right, #000, rgba(11,11,69,.25), #000);
    background: linear-gradient(to right, #000, rgba(11,11,69,.25), #000);
    box-shadow: inset 0 1px 12px rgba(255,255,255, 0.5);*/
}

.card:hover {
    box-shadow: 0 5px 25px rgba(24,202,112,.6);
}

.head{
    margin: auto;
    display: block;
    width: 98%;
    max-width: 500px;
}

.invitacion{
    margin: 10px auto;
	color: #fff;
    text-align: center;
    text-shadow: -1px -2px 1px black;
}

.form_log{
    display: inline-block;
    margin: auto;
    float: left;
    padding: .9375rem .4875rem .3125rem 0;
}

.form_log img{
    width: 25px;
}

.form-control {
    margin: auto;
    display: block;
    float: right;
    width: 80%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-shadow: -1px -2px 1px black;
    background-color: rgba(0,0,0,.25);
    background-clip: padding-box;
    border: 1px solid rgba(206,212,218,.25);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.radio{
    margin: auto;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    text-shadow: -1px -2px 1px black;
}

.eleccion{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.elegir{
	font-size: .875rem;
	color: #fff;
    text-align: justify;
    text-shadow: -1px -2px 1px black;
}

contenedor{
	padding: 10px;
}

/* /end custom style for login page */

.btn {
    width: fit-content;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: #e1e1e1;
    text-shadow: -1px -2px 1px black;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: linear-gradient(to bottom, rgba(0,0,0,.5), #404980, rgba(0,0,0,.5));
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    padding: 0 .75rem .25rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    opacity: .75;
	transition: all 0.5s;
}

.btn:hover {
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    opacity: 1;
	transform: scale(1.125);
}

.link{
    display: block;
    margin: auto;
    width: fit-content;
    color: #e1e1e1;
    font-size: 1rem;
    font-weight: 400;
    text-shadow: -1px -2px 1px black;
    background: linear-gradient(to bottom, black, #0d0d0d, rgba(41,132,96,.5), #0d0d0d, black);
    padding: .5rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: all 0.5s;
}

.link:hover{
    color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .075rem rgba(24,202,112,.6);
	transform: scale(1.125);
}

.politica{
    margin-top: 5%;
	font-size: 11px;
	color: #fff;
}

.politica:hover{
	color: #fcd68d;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
	color: #fff;
    text-align: center;
}

h1, h3 {
    margin-top: 30px;
}

h4{
    width: 100%;
}

h5{
    width: 100%;
}

.pie_pag {
    width: 100%;
    height: fit-content;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    background: linear-gradient(to right, #000, #000, #000, #343e63, #000, #000, #000);
    border-radius: .46875rem;
    box-shadow: inset 0 0 .375rem rgba(127,220,255,.75);
    bottom: 0;
    padding-bottom: .1875rem;
    padding-top: .1875rem;
    z-index: 100;
}

.sociales{
    width: 100%;
}

.sociales img{
    margin: .3125rem .625rem;
    margin-bottom: 0;
    display: inline-block;
    padding-bottom: .25rem;
	transition: all 0.5s;
}

.sociales img:hover{
    transform: scale(1.25);
}

.footer{
    width: 100%;
}

.footer img{
    display: block;
    margin: auto;
    padding-top: .1875rem;
}

.btn-outline-primary{
    color: white;
    font-weight: bold;
	background: -webkit-linear-gradient(to top, rgba(0,0,0,.75), rgba(5,9,19,.75), rgba(11,17,37,.75), rgba(19,31,67,.75), rgba(53,63,123,.75), rgba(19,31,67,.75), rgba(11,17,37,.75), rgba(5,9,19,.75), rgba(0,0,0,.75)); 
    background: linear-gradient(to top, rgba(0,0,0,.75), rgba(5,9,19,.75), rgba(11,17,37,.75), rgba(19,31,67,.75), rgba(53,63,123,.75), rgba(19,31,67,.75), rgba(11,17,37,.75), rgba(5,9,19,.75), rgba(0,0,0,.75));
    padding: 2px 15px 5px;
	transition: all 0.5s;
}

.btn-outline-primary:hover {
    color: white; 
    background: linear-gradient(to top, rgba(0,0,0,.65), rgba(5,9,19,.65), rgba(11,17,37,.65), rgba(19,31,67,.65), rgba(53,63,123,.65), rgba(19,31,67,.65), rgba(11,17,37,.65), rgba(5,9,19,.65), rgba(0,0,0,.65));
	transform: scale(1.1);
}

.alert-success {
	width: fit-content;
	margin: auto;
    color: #e1e1e1;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(45,130,100,.5), rgba(0,0,0,.5)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(45,130,100,.5), rgba(0,0,0,.5));
}

.alert-warning {
	width: fit-content;
	margin: auto;
    color: #e1e1e1;
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,.5), rgba(149,31,51,.75), rgba(0,0,0,.5)); 
    background: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(149,31,51,.75), rgba(0,0,0,.5));
}

.alert-link{
	font-size: 1rem;
	text-decoration: underline;
	color: #fff;
}

.alert-link2{
	font-size: 1rem;
	font-weight: bold;
	text-decoration: underline;
    color: #e1e1e1;
}

.alert-link2:hover{
	color: #fcd68d;
}

.alert-link3{
	font-size: 1.125rem;
	text-decoration: underline;
	color: #fff;
}/*

.alert-link3:hover{
	color: #fcd68d;
}

.alert-warning .alert-link{
	font-size: 1.125rem;
	text-decoration: underline;
	color: #fff;
}

.alert-warning .alert-link:hover{
	color: #fcd68d;
}*/

.msg{
	color: #e1e1e1;
	font-size: 20px;
	text-align: center;
}

.msg2{
	color: #6a5acd;
	font-size: 24px;
	text-align: center;
}

@media (max-width: 599px){
    body{
        padding-bottom: 3.6rem;
    }
    .card{
        padding: .625rem;
    }
    .invitacion{
        font-size: 1rem;
    }
    .container{
        width: 100%;
        max-width: 450px;
    }
    h4{
        font-size: 1.125rem;
    }
    h5{
        font-size: 1rem;
    }
    .btn-outline-primary{
        font-size: 1rem;
    }
    .alert-link2{
        font-size: .9375rem;
    }
    .pie_pag{
        height: 3.6rem;
        display: block;
        border-radius: .3125rem;
    }
    .sociales img{
        margin: .46875rem;
        width: 1.25rem;
        padding-bottom: 0;
    }
    .footer img{
        width: 100%;
        max-width: 15.625rem;
        margin: .3125rem auto;
    }
    .container_log {
        width: 100%;
    }

    .container_welcome {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 600px){
    body{
        padding-bottom: 3.75rem
    }
    .invitacion{
        font-size: 1rem;
    }
    .container{
        width: 80%;
        max-width: 500px;
    }
    h4{
        font-size: 1.25rem;
    }
    h5{
        font-size: 1.0625rem;
    }
    .btn-outline-primary{
        font-size: 1.0625rem;
    }
    .alert-link2{
        font-size: 1rem;
    }
    .pie_pag{
        height: 3.75rem;
        display: block;
        border-radius: .3125rem;
    }
    .sociales img{
        width: 1.375rem;
    }
    .footer img{
        margin: .625rem auto .2%;
        max-width: 17.1875rem;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    body{
        padding-bottom: 2.3125rem;
    }
    .invitacion{
        font-size: 1rem;
    }
    .container{
        width: 70%;
        max-width: 600px;
    }
    h4{
        font-size: 1.375rem;
    }
    h5{
        font-size: 1.125rem;
    }
    .btn-outline-primary{
        font-size: 1.125rem;
    }
    .alert-link2{
        font-size: 1.0625rem;
    }
    .sociales img{
        width: 1.375rem;
    }
    .footer img{
        max-width: 18.75rem;
    }
}

@media (max-width: 1199px) and (min-width: 951px){
    body{
        padding-bottom: 2.3125rem;
    }
    .invitacion{
        font-size: 1rem;
    }
    .container{
        width: 65%;
        max-width: 650px;
    }
    h4{
        font-size: 1.5rem;
    }
    h5{
        font-size: 1.25rem;
    }
    .btn-outline-primary{
        font-size: 1.25rem;
    }
    .alert-link2{
        font-size: 1.125rem;
    }
    .sociales img{
        width: 1.375rem;
    }
    .footer img{
        max-width: 22.5rem;
    }
}

@media (max-width: 1399px) and (min-width: 1200px){
    body{
        padding-bottom: 2.5625rem;
    }
    .invitacion{
        font-size: 1.125rem;
    }
    h4{
        font-size: 1.75rem;
        font-weight: normal;
    }
    h5{
        font-size: 1.375rem;
    }
    .btn-outline-primary{
        font-size: 1.375rem;
    }
    .alert-link2{
        font-size: 1.25rem;
    }
    .pie_pag{
        background: -webkit-linear-gradient(to right, #000, #343e63, #000, #343e63, #000, #343e63, #000, #343e63, #000, #000, #000); 
        background: linear-gradient(to right, #000, #343e63, #000, #343e63, #000, #343e63, #000, #343e63, #000, #000, #000);
    }
    .sociales img{
        width: 1.625rem;
    }
    .footer img{
        max-width: 25rem;
    }
}

@media (min-width: 1400px){
    body{
        padding-bottom: 2.6875rem;
    }
    .pie_pag{
        background: -webkit-linear-gradient(to right, #000, #343e63, #000, #343e63, #000, #343e63, #000, #343e63, #000, #000, #000); 
        background: linear-gradient(to right, #000, #343e63, #000, #343e63, #000, #343e63, #000, #343e63, #000, #000, #000);
    }
    .sociales img{
        width: 1.75rem;
    }
    .footer img{
        max-width: 25rem;
    }
}
