@charset "UTF-8";
@media only screen and (min-width: 881px) and (max-width: 1150px) {
	.width_medio {
	width:80%;
}
}
@media screen and (min-width: 801px) and (max-width: 880px) { 
	.width_medio {
	width:80%;
}
}
@media only screen and (max-width: 800px) {
	.parrafo_txt {
		float:none;
		width:90%;
		
	}
	.logo {
	width:40%;
	}
	.col_der_banner {
		float:none;
		width:100%;
	}
	.col_formulario {
	position:relative;
	top:-40px;
	width:85%;
	right:5%;
	
}
.ventana_form {
	width:70%;
	text-align:right;
	float:right;
	background: rgb(252,182,67);
    background: linear-gradient(86deg, rgba(252,182,67,1) 0%, rgba(251,195,66,1) 92%);
	padding:4%;
	
	-webkit-box-shadow: -11px 13px 0px 0px rgba(153,153,156,0.7);
-moz-box-shadow: -11px 13px 0px 0px rgba(153,153,156,0.7);
box-shadow: -11px 13px 0px 0px rgba(153,153,156,0.7);
}
	
	.col_izq_video {
	float:none;
	width:100%;
}
.banner {
	background-image:url("../images/imagen-banner.jpeg");
	background-size:cover;
	background-position:center center;
	color:#FFF;
	padding-bottom:80px;
	background-attachment:fixed;
}

.width_medio {
	width:80%;
}
	.col_izq_foot {
	float:none;
	width:100%;
	text-align:center;
}
.col_centrada_foot {
	float:none;
	width:100%;
	text-align:center;
}
	.col_der_foot {
	float:none;
	width:100%;
	text-align:center;
	font-size:12px;
		margin-top:20px;
	
}
	.parrafo_txt {
		text-align:center;
	}
	.width_medio {
	width:80%;
		margin-left:auto;
		margin-right:auto;
}
	
.boton_form2 {
	display:block;
	background-color:#FFF;
	border-radius:20px;
	color:#999;
	text-decoration:none;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding:10px;
	font-size:16px;
	border: 0;
}
	
}
@media only screen and (max-width: 500px) {
.bannerSafari {
	background-image:url("../images/imagen-banner-vertical.jpg");
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
	color:#FFF;
	padding-bottom:80px;
}
.col_formulario {
	position:relative;
	top:-40px;
	width:98%;
	right:1%;
	
}
.ventana_form {
	width:90%;
	text-align:center;
	float:none;
	background: rgb(252,182,67);
    background: linear-gradient(86deg, rgba(252,182,67,1) 0%, rgba(251,195,66,1) 92%);
	padding:4%;
	
	-webkit-box-shadow: -11px 13px 0px 0px rgba(153,153,156,0.7);
-moz-box-shadow: -11px 13px 0px 0px rgba(153,153,156,0.7);
box-shadow: -11px 13px 0px 0px rgba(153,153,156,0.7);
}
}