*{
	padding: 0px;
	margin: 0px;
cursor: default;
}

.intro {
	display: flex;
	justify-content: center;
	align-items: center;
        text-align: center;
border-bottom: 2px solid #f5f5f5;
height: 5.5em;
width: 100%;
}

.intro h2 {
color: #871427;
}


/*-----------------------------------comienzo main----------------------------*/

.logo{
	position: absolute;
top: -20px;
left: 20px;
z-index: -99999999;
}

.logo img{
	z-index: -99999999;
        width:  90px;
	height: 90px;
	margin-top: 19px;
}

 .main {
margin-top: 3%;
display: block;
justify-content: center;
align-items: center;
text-align: center;
width: 50%;
border:solid;
border-color: #f7f0f1;
margin-left: 25%;
height: 23em;
border-radius: 44px 0px 44px 0px;
}

.main .texto{
display: flex;
justify-content:center;
align-items: center;
height: 4em;
border-bottom: 3px solid #fafafa;
}


 .main p {
margin-top: 1.7em;
}

.main .text2 p{
margin-top: 1.5em;
}

 .main input {
text-align: center;
border-radius: 5px;
width: 35%;
height: 2.1em;
font-size:20px;
}
#correo {
width: 70%;

}



 .main input:hover {
	focus;
        transition: 0.1s all;
	border-color: #871427;
        box-shadow: 5px 5px #dbd9d9;
}	

.btn {
width: 100%;	
display: inline-flex;
margin-top: 4%;
}
.btn button {
border-radius: 8px;
 background-color:#d1d1cf;
height:35px;
}

#boton:hover {
transition: 0.1s ease-in 0.1s;
transform: scale(0.98);
background-color: #8b2332;
text-decoration: underline;
color: white;
cursor: pointer;
cursor: hand;
}

.btn a {
color: #8b2332; 
font-weight: 700; 
}

.btn a:hover {
color:#8b2332;
font-weight: 800; 
}



.btn div {
width:20%; 
display: inline-flex;
justify-content: center;
}
.btn .submit {
width:60%; 
}
.btn .submit button {
width:35%;
outline:none;
}





/*---------------------------------------------footer----------------------------*/

.footer {
 display: flex;
 position: fixed;
 justify-content: center;
 align-items: center;
 bottom: 0;
 width: 100%;
 background-color:#871427;
height: 50px;		
vertical-align: middle;
}

.footer a{
color:white;
text-decoration: none;
font-size: 19px;
margin-left: 10px;
}

.footer a:hover{
color:white;
transition: 0.1s ease 0.1s;
}
/*---------------------------------------mediaQ-------------------------*/
@media screen and (max-width: 910px){
 .main{
width: 95%;
margin-left: 2.5%;
} 
}

@media screen and (max-width: 700px){
.intro h2 {
font-size: 24px;
}
.main h3 {
font-size: 22px;
}

#correo {
width: 90%;
}
}

@media screen and (max-width: 570px){
.logo {
transform: translate(-31px, -14px);
}
.logo img{
transform: scale(0.70);
}
}

@media screen and (max-width: 485px){
.intro h2 {
font-size: 18px;
}
.main h3 {
font-size: 17px;
}

.main p {
font-size: 15px;
}
 .main input {
width: 60%;
height: 2.3em;
font-size: 17px;
}
#correo {
font-size: 19px;
}

@media screen and (max-width: 450px){
.intro h2{
width: 80%;
margin-left: 20%;
}
.btn a{
font-size: 14px;
margin-right: 10px;
}
.main .text2 p{
	width:96%;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: 10px;
}
.btn .submit button {
width:65%; 
}
}



#boton:disabled:hover {
cursor: progress;
}

#cuadro1:disabled:hover {
cursor: progress;
}


@media screen and (max-width: 370px){

.main .text2 p{
	width:90%;
	padding-left: 7%;
	padding-right: 5%;
	margin-left: 10px;

}
@media screen and (max-width: 277px){
.main .text2 p{
	width:100%;
margin-left: 0px;
}}

input, button { 
    outline: none;
}

:focus { 
    outline-color: transparent; 
    outline-style: none;
}

:hover { 
    outline-color: transparent; 
    outline-style: none;
}




