*, *::after, *::before {
  box-sizing: border-box;
}

body {
	position: relative;
	font-family:  "Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 20px;
	line-height:30px;
	color: #000000;
	background:#fff;
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	margin:0;
}


#habilitarDiv {display:none ; }

.campoError{ 
	background-color:black !important; 
}

img {
    max-width: 100%;
    height: auto;
    width: auto/9; /* Bug de ie8 */
}

form {
	max-width: 840px;
	margin: auto;
	/* background: rgb(18, 65, 89); */
	padding: 10px 20px;
	box-sizing: border-box;
	/* margin-top: 20px; */
	border-radius: 7px;
}


h1 {
    text-align: center;
	color: #fff;
	display: block;
	background:rgba(0,0,0.4);
	font-size: 40px;
	margin-top: 20px;
	
}

h3 {
	color: #335b72;
	display: block;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 10px 80px;
}


h4 {
	color: #fff;
	margin:5px 0 15px;
	display:block;
	font-size: 31px;
	padding-top: 55px;
	/* padding-left: 30px; */
	text-align: center;
}

#carac {width: 40%;}
#telefono {width: 57%;}

input, textarea,select {  
	width:100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size: 20px;
	border: none;
}


input::placeholder {
  color: #9D9D9D;
}

textarea {  
	min-height:100px;
	max-height:200px;
	min-width:100%;
	}
	
textarea::placeholder {
  color: #9D9D9D;
  font-family:"Open Sans", Helvetica, Arial, sans-serif;
}


.boton{
	 background:#335b72;
	 color: #fff;
	 max-width: 400px;
	 padding: 20px;
	 text-decoration: none;
	 max-height: 50px;
	 line-height: 12px;
	 }	

.boton1{
	 background: #467590;
	 color: #fff;
	 max-width: 330px;
	 padding: 20px;
	 text-decoration: none;
	 max-height: 43px;
	 line-height: 6px;
	 }	


.boton:hover{
	background:#a90134;
	cursor: pointer;
}
 
 .botonvolver{
	background:#335b72;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	
}	


.botonvolver:hover{
	background:#a90134;
	cursor: pointer;
	
	    
}
 
 
 
.n1 {
	color: #b10000;
	font-weight: 600;
}

.n2 {
	color: #FFF;
	text-align: right;
}
	
.check label {
	color: #676767;
	font-weight: 400;
}

.form-header {
	background-color: #335b72;
	color: white;
	height: 300px;
	max-width: 800px;
	background-image: url(../img/bannertop2.jpg);
	background-position: center !important;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	margin-top: -5px;
	}	

.menu {
	height:130px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 10px;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 20px;
	background-color: #E2E3DF;
	 
	}	

.contenedor {
	width:100%;
	height:100%;
	background: #d8d8d8;
	background-image: url(../img/bg-bola.jpg);
	background-repeat: no-repeat;
	background-position-x: 123%;
	background-position-y: 300px;
}

.boxcenter {
	width: 450px;
	margin: auto;
	/* background: rgb(18, 65, 89); */
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}

.form-headertwo {
	background-color: #335b72;
	color: white;
	height: 325px;
	font-weight: 500;
	background-image: url(../img/bannertop2.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: 1207px;
	}
	
.boxcenter .form-headertwo p {
	font-size: 20px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.footer{
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 170px;
	height: auto;
	background-color: #333333;
	color: #FFF;
}

.boxfooter{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.boxPadding01{
	padding: 4% 2% 2% 4%;
	width: auto;
}

.boxPadding02{
	padding: 2% 1% 2% 1%;
}


input[type="checkbox"]{
 appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 border: 1px solid #c8c6c6;
 width: 15px;
 height: 15px;
 border-radius: 2px;
 margin: 0 5px 0 0;
 }

input[type="checkbox"]#opc_modVta_1:checked {
 background: #a90134;
 
}
 
input[type="checkbox"]#opc_modVta_2:checked{
 background: #a90134;
}

input[type="checkbox"]#opc_modVta_3:checked{ 
 background: #a90134;
}

input[type="checkbox"]#opc_modVta_4:checked{ 
 background: #a90134;
}

input[type="checkbox"]#opc_modVta_5:checked{ 
 background: #a90134;
}

input[type="checkbox"]#checkbox1:checked {
 background: #a90134;
 
}
 
input[type="checkbox"]#checkbox2:checked{
 background: #a90134;
}

input[type="checkbox"]#checkbox3:checked{ 
 background: #a90134;
}

input[type="checkbox"]#checkbox4:checked{ 
 background: #a90134;
}

input[type="checkbox"]#checkbox5:checked{ 
 background: #a90134;
}

input[type="checkbox"]#checkbox6:checked{ 
 background: #a90134;
}


@media all and (max-width: 500px) {
   
    .footer {
	  width:100%;
	} 
	 .boxfooter{
		display: block;
		width: 100%;
		text-align: center;
	}
 
	.boxPadding01{
		padding: 0% 0 2%;
	}

	.boxPadding02{
		padding: 2% 0 0 0;
	}

	.boxcenter {
	width: auto;
	margin: auto;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
	background: rgb(18, 65, 89)
}

@media (max-width:480px){
       form {
          width:100%;
        }    

    .form-headertwo {
        background-color: #335b72;
        color: white;
        height: auto;
        background-image: url(../img/bannertop2.jpg);
        width: 100%;
        background-repeat: no-repeat;
        }	
    .boxcenter .form-headertwo p {
        font-size: 20px;
        text-align: justify;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }
    
    .form-header {
        height: 205px;
    }
    
    h4 {
        font-size: 22px;
        padding-top: 40px;
    }
}

	 		
}  

.pasos {
    /* min-width: 0px; */
    /* float: right; */
    margin-top: 10px;
    margin-bottom: 0px;
    color: #676767;
    font-weight: 500;
    margin-right: 20px;
    text-align: center;
}

.circulopaso1 {
    height: 30px;
    width: 30px;
    background-color: #b10000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: white;
}

.circulopaso2 {
    height: 30px;
    width: 30px;
    background-color: #8c8c8c;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    color: white;
}
