@import url(../css/bootstrap.css);
@import url(../css/header.css);

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar{
    display: none;
}

body{
    font-family: 'Metrophobic', sans-serif;
    background-image: url(../../../img/fondo.jpg);
	background-size: 100vw 100vh;
	background-attachment: fixed;
    padding-bottom: 2.75rem;
}

/* /end custom style for login page */

.tituloprincipal{
    margin: auto;
    text-align: center;
    width: 90%;
    color: white;
    text-shadow: -2px -2px 2px black;
}

.banner{
    width: 100%;
}
.banner img{
    margin: 4rem auto 1rem;
    display: block;
    width: 100%;
}

.fondoform{
    margin: .5% auto;
	background: -webkit-linear-gradient(to right, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.25), rgba(0,0,0,.5), rgba(0,0,0,.75)); 
    background: linear-gradient(to right, rgba(0,0,0,.75), rgba(0,0,0,.5), rgba(0,0,0,.25), rgba(0,0,0,.5), rgba(0,0,0,.75));
    border-radius: 10px;
    box-shadow: 0 0 .25rem #b8b9b9;
    padding-bottom: 20px;
}

.fondoform:hover{
    box-shadow: 0 0 .75rem #b8b9b9;
}

.form-titulo{
    margin: 5px auto;
    width: 90%;
	color: white;
    text-shadow: -2px -2px 2px black;
	text-align: center;
}

.logo_plan{
    width: 100%;
    padding: 0 10px 10px 10px;
}

.logo_plan img{
    display: block;
    margin: 1rem auto;
    max-width: 50%;
}

.lineaform{
    margin: auto;
    width: 90%;
    height: 2px;
    border-color: rgba(255,255,255,.125);
}

.requisitos{
    width: 90%;
    margin: auto;
    text-align: justify;
    color: white;
    text-shadow: -2px -2px 2px black;
    padding-top: 10px;
    padding-bottom: 10px;
}

.correo{
    margin: 2rem auto;
    text-align: center;
    color: #afd3fb;
    text-shadow: -2px -2px 2px black;
}

.correo:hover{
    color: #e7b3b4;
}

.resalt{
    color: #dac783;
    text-shadow: -2px -2px 2px black;
    font-weight: bold;
}

.advertencia{
    width: 90%;
    margin: auto;
    text-align: center;
    color: #dac783;
    text-shadow: -1px -2px 1px black;
    font-style: italic;
    font-weight: bold;
}

.descargar{
    width: 17.5%;
    margin: 1rem auto;
    text-align: center;
    color: #fff;
    text-shadow: -1px -2px 1px black;
    background: -webkit-linear-gradient(to bottom, black, rgba(0,0,0,.75), black); 
    background: linear-gradient(to bottom, black, rgba(0,0,0,.75), black);
    box-shadow: 0 0 .5rem #7fdcff;
    border-radius: .625rem;
    padding: .3125rem .15625rem;
}

.descargar img{
    display: block;
    margin: auto;
    width: 100%;
    max-width: 6.25rem;
    cursor: pointer;
	transition: all 0.5s;
}

.descargar img:hover{
    transform: scale(1.25);
}

.vinculado{
    margin: auto;
    width: fit-content;
    text-align: center;
    background-color: rgba(0,105,52,.2);
    border-radius: 5px;
    padding: 5px 10px;
    color: #a0a0a2;
    text-shadow: -1px -2px 1px black;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-weight: 600;
}

.infobasica{
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}

.fondoplan{
    margin: auto;
    width: 90%;
}

.recomendados{
    margin: auto;
    width: 90%;
    text-align: center;
    color: white;
    text-shadow: -2px -2px 2px black;
	background: -webkit-linear-gradient(to top, #000, rgba(30,86,79,.75), #000);
    background: linear-gradient(to top, #000, rgba(56,128,111,.75), #000);
    border-radius: 10px;
    padding: 10px;
}

.form-group{
    width: 90%;
}

.fondoterminos{
    margin: auto;
    width: 90%;
	background: -webkit-linear-gradient(to top, #000, rgba(30,86,79,.5), #000);
    background: linear-gradient(to top, #000, rgba(56,128,111,.5), #000); 
    border: 2px solid #fff;
    border-radius: 15px;
	transition: all 0.5s;
}

.fondoterminos:hover{
    transform: scale(1.1);
}

.acuerdo{
    text-align: justify;
    color: #eaeaea;
    text-shadow: -2px -2px 2px black;
    padding: 15px 15px 0;
}

.lineaform1{
    margin: 2% auto 0;
    width: 90%;
    height: 2px;
    background-color: #dac783;
}

.aceptacion{
    margin: auto;
    position: relative;
    display: inline-block;
    padding-left: 5px;
    width: 49%;
    text-align: center;
    color: white;
    text-shadow: -2px -2px 2px black;
    text-transform: uppercase;
}

.terminos{
    color: #fdcf75;
    text-shadow: -2px -2px 2px black;
}

.terminos:hover{
    color: #b3e7b6;
}

.politica{
    width: 100%;
    margin: auto;
    color: #e1e1e1;
    text-shadow: -2px -2px 2px black;
    text-align: center;
    font-size: 85%;
    margin-top: 2%;
}

.btn-success{
    margin-top: 2rem;
    width: fit-content;
    background: linear-gradient(to top, #000, rgba(56,128,111,.75), #000);
    padding: .625rem 1.25rem;
    text-shadow: -1px -2px 1px black;
    text-transform: uppercase;
    border-color: #c6d2fa;
    border-radius: 10px;
	transition: all 0.5s;
}

.btn-success:hover{
    box-shadow: 0 0 .5rem #c6d2fa;
	transform: scale(1.0625);
}

.foot{
	margin: auto;
	width: 100%;
	height: fit-content;
	display: flex;
	justify-content: center;
	align-content: 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);
	padding: .625rem;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.foot img{
    display: block;
    margin: 5px auto;
    width: 65%;
}

@media (max-width:599px){
    .logo_plan img{
    width: 80%;
    max-width: 270px;
    }
    .form-titulo{
	font-size: 15px;
    }
    .requisitos, .resaltar{
    font-size: .8rem;
    padding-bottom: 15px;
    }
    .advertencia{
    font-size: .6rem;
    }
    .descargar{
    width: 50%;
    font-size: 75%;
    }
    .descargar img{
    margin-top: 3.5%;
    }
    .descargar img:hover{
    transform: scale(1.125);
    }
    .vinculado{
    font-size: .6rem;
    }
    .form-control::-webkit-input-placeholder {
    font-size: .6rem;
    font-weight: bold;
    }
    .form-control::-moz-placeholder {
    font-size: .6rem;
    font-weight: bold;
    }
    .form-control:-ms-input-placeholder {
    font-size: .6rem;
    font-weight: bold;
    }
    .form-control::-ms-input-placeholder {
    font-size: .6rem;
    font-weight: bold;
    }
    .form-control::placeholder {
    font-size: .6rem;
    font-weight: bold;
    }
    .infobasica{
    padding-left: 5px;
    padding-right: 5px;
    }
    .recomendados{
    font-size: .9375rem;
    }
    .fondoterminos{
    width: 100%;
    }
    .acuerdo{
    font-size: .6875rem;
    }
    .aceptacion{
    display: block;
    font-size: 10px;
    padding-top: 20px;
    width: 80%;
    padding-left: 2px;
    }
    .politica{
    font-size: 75%;
    }
    .btn-success{
    max-width: 90%;
    font-size: 14px;
    margin-top: 10px;
    }
    .foot img{
    width: 65%;
    }
}

@media (max-width: 767px) and (min-width: 600px){
    .banner{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 50px;
    }
    .banner img{
    padding: 5px;
    }
    .form-titulo{
	font-size: 1.125rem;
    }
    .requisitos, .resaltar{
    font-size: .9375rem;
    padding-bottom: 15px;
    }
    .advertencia{
    font-size: .825rem;
    }
    .vinculado{
    font-size: .75rem;
    }
    .form-control::-webkit-input-placeholder {
    font-size: .75rem;
    font-weight: bold;
    }
    .form-control::-moz-placeholder {
    font-size: .75rem;
    font-weight: bold;
    }
    .form-control:-ms-input-placeholder {
    font-size: .75rem;
    font-weight: bold;
    }
    .form-control::-ms-input-placeholder {
    font-size: .75rem;
    font-weight: bold;
    }
    .form-control::placeholder {
    font-size: .75rem;
    font-weight: bold;
    }
    .infobasica{
    padding-left: 5px;
    padding-right: 5px;
    }
    .recomendados{
    font-size: 1.125rem;
    }
    .fondoterminos{
    width: 90%;
    }
    .acuerdo{
    font-size: .9375rem;
    }
    .aceptacion{
    display: block;
    font-size: 10px;
    padding-top: 20px;
    width: 80%;
    padding-left: 2px;
    }
    .politica{
    font-size: 75%;
    }
    .btn-success{
    max-width: 90%;
    font-size: 14px;
    margin-top: 10px;
    }
    .foot img{
    width: 50%;
    }
}

@media (max-width: 950px) and (min-width: 768px){
    .banner{
    margin-top: 50px;
    }
    .banner img{
    padding: 10px;
    }
    .form-titulo{
	font-size: 1.25rem;
    }
    .requisitos, .resaltar{
    font-size: 1.0625rem;
    padding-bottom: 15px;
    }
    .advertencia{
    font-size: .9375rem;
    }
    .vinculado{
    font-size: .9375rem;
    }
    .form-control::-webkit-input-placeholder {
    font-size: .9375rem;
    font-weight: bold;
    }
    .form-control::-moz-placeholder {
    font-size: .9375rem;
    font-weight: bold;
    }
    .form-control:-ms-input-placeholder {
    font-size: .9375rem;
    font-weight: bold;
    }
    .form-control::-ms-input-placeholder {
    font-size: .9375rem;
    font-weight: bold;
    }
    .form-control::placeholder {
    font-size: .9375rem;
    font-weight: bold;
    }
    .recomendados{
    font-size: 1.25rem;
    }
    .acuerdo{
    font-size: 1rem;
    }
    .aceptacion{
    display: block;
    font-size: .7rem;
    padding-top: 20px;
    width: 80%;
    padding-left: 2px;
    }
    .btn-success {
    max-width: 50%;
    font-size: 1rem;
    margin-top: 20px;
    }
    .foot img{
    width: 40%;
    }
}

@media (max-width: 1199px) and (min-width: 951px){
    .banner{
    margin-top: 60px;
    }
    .banner img{
    padding: 10px;
    }
    .form-titulo{
	font-size: 1.375rem;
    }
    .requisitos, .resaltar{
    font-size: 1.25rem;
    padding-bottom: 15px;
    }
    .advertencia{
    font-size: 1rem;
    font-weight: 500;
    }
    .vinculado{
    font-size: 1rem;
    }
    .form-control::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: bold;
    }
    .form-control::-moz-placeholder {
    font-size: 1rem;
    font-weight: bold;
    }
    .form-control:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: bold;
    }
    .form-control::-ms-input-placeholder {
    font-size: 1rem;
    font-weight: bold;
    }
    .form-control::placeholder {
    font-size: 1rem;
    font-weight: bold;
    }
    .recomendados{
    font-size: 1.375rem;
    }
    .acuerdo{
    font-size: 1.0625rem;
    }
    .aceptacion{
    display: block;
    font-size: .75rem;
    padding-top: 20px;
    width: 80%;
    padding-left: 2px;
    }
    .btn-success {
    max-width: 55%;
    font-size: 1.0625rem;
    margin-top: 20px;
    }
    .foot img{
    width: 35%;
    }
}

@media (min-width:1200px){
    .logo_plan img{
        max-width: 35%;
    }
    .form-titulo{
	font-size: 2.75rem;
    }
    .requisitos, .resaltar{
    font-size: 1.375rem;
    padding-bottom: 20px;
    }
    .advertencia{
    font-size: 1.125rem;
    }
    .vinculado{
    font-size: 1.0625rem;
    }
    .form-control::-webkit-input-placeholder {
    font-size: 1.0625rem;
    font-weight: bold;
    }
    .form-control::-moz-placeholder {
    font-size: 1.0625rem;
    font-weight: bold;
    }
    .form-control:-ms-input-placeholder {
    font-size: 1.0625rem;
    font-weight: bold;
    }
    .form-control::-ms-input-placeholder {
    font-size: 1.0625rem;
    font-weight: bold;
    }
    .form-control::placeholder {
    font-size: 1.0625rem;
    font-weight: bold;
    }
    .recomendados{
    font-size: 1.5rem;
    }
    .acuerdo{
    font-size: 1.125rem;
    }
    .aceptacion{
    font-size: .875rem;
    padding-top: 50px;
    }
    .btn-success {
    font-size: 1.25rem;
    }
    .foot img{
    width: 30%;
    }
}