*{box-sizing: border-box;}
body{margin: 0;}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
a{text-decoration: none; color: #ffffff;}
.wrapper{
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  padding-bottom: 100px;
}
header{
    width: 90%;
    max-width: 1920px;
    margin: auto;
    padding-left: 1.78%; 
    padding-right: 5.9%;
    padding-bottom: 30px;
    padding-top: 30px;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 100;
}
h3{
    font-size: 1.65vw;
    color: #c20e1a;
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
}

.logo{
    width: 20%;
    max-width: 304px;
    min-width: 200px;
}
@media only screen and (max-width: 1240px){
	h3 {
    	font-size: 2vw;
	}
}
@media only screen and (max-width: 800px){
    header{
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .logo{
        margin-bottom: 20px; 
    }
    h3 {
    	font-size: 3vw;
	}
}


.content{
    width: 90%;
    max-width: 1920px;
    margin: auto;
    padding-left: 1.78%; 
    padding-right: 5.9%;
    padding-top: 120px;
}
#inicio h2{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    line-height: 88px;
    font-size: 70px;
    color:#ffffff;
    margin: 0;
}

.bold{
    font-weight: 600;
}
#inicio{
    display: block;
    padding-top: 50px;
}
.formulario{
    max-width: 470px;
    min-width: 325px;
    margin-top: 17px;
}


@media only screen and (max-width: 1400px){
	#inicio h2{
		line-height: 88px;
    	font-size: 5vw;
	}
	.formulario {
    	max-width: 420px;
    }
}   
.formulario p{
    margin: 0;
    padding-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    color: #ffffff;
    font-family: arial;
    letter-spacing: 1px;
}
.call{
    background-color: #ff0000;
    padding-left:20px;
    padding-bottom: 15px;
    padding-top: 10px;
}
.call h4 {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}
input[type="text"], input[type="email"]{
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 2px;
    font-weight: 300;
    color: #6f6f6f;
    margin: 12px 0px;
}
input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
    
}
.full{
    position: relative;
}
input[type="submit"]{
    background-color: #ff0000;
    border: 0;
    font-size: 22px;
    font-family: arial;
    padding: 10px 50px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 600;
    margin-left: 20px;
}
.subm p{
   text-align: right;
    font-size: 40px;
    font-family: arial;
    font-weight: 800;
    margin: 0;
}
.subm{
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.check{
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;  
}
.check p{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 300;
    max-width: 90%;
    font-size: 16px;
    line-height: 28px;
}
.flex{
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; 
}

footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 1240px){
	.call h4 {
	    font-size: 25px;
	    line-height: 35px;
	}
	input[type="text"], input[type="email"] {
	    font-size: 20px;
	    line-height: 35px;
	}
	input[type="submit"] {
	    font-size: 20px;
    	padding: 10px 45px;
	}
	.check {
        margin-bottom: 15px;
	}
	.formulario {
    	max-width: 380px;
    }
    .check p {
    	letter-spacing: 1px;
    	max-width: 94%;
    	font-size: 15px;
    	line-height: 25px;
	}
	.content {
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media only screen and (max-width: 1000px){
	#inicio h2 {
	    line-height: 60px;
	}
}
@media only screen and (max-width: 870px){
	.flex {
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	#inicio h2 {
	    text-align: center;
	    margin-bottom: 40px;
	    font-size: 7.5vw;
	}
	.wrapper {
    	position: relative;
    	margin-bottom: 60px;
	}
	header {
	    position: fixed;
	    width: 100%;
	    z-index: 100;
	}
	.content{
        padding-top: 140px;
    }

}
@media only screen and (max-width: 480px){
	#inicio h2 {
	    font-size: 35px;
	}
	.call h4 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.formulario p {
	    font-size: 16px;
	    letter-spacing: 0px;
	}
	.formulario {
    	min-width: 300px;
    }
    .check p {
	    letter-spacing: 0px;
	    max-width: 93%;
	    font-size: 14px;
	} 
	.subm p {
	    font-size: 25px;
    	letter-spacing: 2px;
	} 
	input[type="submit"] {
	    font-size: 16px;
	    padding: 10px 40px;
	}  
}
footer a{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    font-size: 22px;
 }
 footer a:first-child{
    margin-right: 5.9%;
 }
 footer a:last-child{
    margin-left:5.9%;
 }
@media only screen and (max-width: 800px){
	.wrapper{
	    position: relative;
	    background-attachment: fixed;
	}
}

.wrapper_cookies{
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 200px;
}
.politicas{
   width: 90%;
   margin: auto;
   background: #fff;
   padding: 40px;
   margin-bottom: 100px; 
}
.politicas p{
    text-align: justify;
}
.politicas h2{
    color: #c20e1a;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
}
.politicas h3 {
    font-size: 16px;
    color: #c20e1a;
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
}
.politicas a{
    color: #000;
}


.wrapper_acierto{
    background-image: url(img/fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 200px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.respuesta{
    max-width: 950px;
     
}
.respuesta h2{
    font-size: 80px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    margin: 15px 0px;
}
.respuesta h3{
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
.bottom{
    text-align: center;
    
    max-width: 530px;
    margin: auto;
}
.bottom h5{
   color: #ffffff;
    font-size: 34px;
    line-height: 45px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.bottom p{
    color: #ffffff;
    display: inline-block;
    background: red;
    padding: 15px 20px;
    font-size: 22px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
@media only screen and (max-width: 1240px){
    .respuesta{
    max-width: 950px;
   }
.respuesta h2{
    font-size: 60px;
    margin: 15px 0px;
}
.respuesta h3{
    font-size: 40px;
    color: #ffffff;
    letter-spacing: 2px;
}
.bottom{
    
    max-width: 530px;
}
.bottom h5{
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
   }
.bottom p{
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: 1px;
}

}
@media only screen and (max-width: 810px){
    .top{
        max-width: 375px;
        margin: auto;
         
    }
.respuesta h2{
    font-size: 45px;
    margin: 15px 0px;
}
.respuesta h3{
    font-size: 35px;
    color: #ffffff;
    letter-spacing: 2px;
}
.bottom{
    
    max-width: 530px;
}
.bottom h5{
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
   }
.bottom p{
    padding: 10px 15px;
    font-size: 18px;
    letter-spacing: 1px;
}

}
@media only screen and (max-width: 560px){
    .top{
        max-width: 375px;
    margin: auto;
    
    }
.respuesta h2{
    font-size: 35px;
    margin: 15px 0px;
}
.respuesta h3{
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}
.bottom{
    
    max-width: 400px;
}
.bottom h5{
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
   }
.bottom p{
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1px;
}
    footer a:last-child {
        margin-left: 0px;
    }
    footer a:first-child {
        margin-right: 0px;
    }
    footer{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 10px;
    }
    footer a{
        font-size: 16px;
    }

}
@media only screen and (max-width: 480px){
    .wrapper_acierto {
        padding-top: 150px;
    }
    .top, .bottom {
        padding: 0px 10px;
    }

}
@media only screen and (max-width: 350px){
    .wrapper_acierto {
        position: relative;
    }
    .top, .bottom {
        padding: 0px 15px;
    }
    .respuesta {
        padding-bottom: 70px;
    }
    footer a{
        font-size: 14px;
    }
}