html{
    overflow-x: hidden; 
	  	margin-top: -10px!important;
	  	padding-top: -10px!important;  
  }

body{
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0!important;
	padding-top: 0!important;
    width: 100%;
    max-width: 1366px;
    overflow-x: hidden;
}

/*FONTS*/

@font-face {
	font-family: 'AcronisCyberBold';
	src: url('Acronis_Cyber-Bold.eot');
	src:
	     url('Acronis_Cyber-Bold.eot?#iefix') format('embedded-opentype'),
	     url('Acronis_Cyber-Bold.woff2') format('woff2'),
	     url('../Font/Acronis_Cyber_Web/Acronis_Cyber-Bold/Acronis_Cyber-Bold.woff') format('woff'),
	     url('Acronis_Cyber-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcronisCyberLight';
	src: url('Acronis_Cyber-Light.eot');
	src:
	     url('Acronis_Cyber-Light.eot?#iefix') format('embedded-opentype'),
	     url('Acronis_Cyber-Light.woff2') format('woff2'),
	     url('Acronis_Cyber-Light.woff') format('woff'),
	     url('Acronis_Cyber-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcronisCyberMedium';
	src: url('Acronis_Cyber-Medium.eot');
	src:
	     url('Acronis_Cyber-Medium.eot?#iefix') format('embedded-opentype'),
	     url('Acronis_Cyber-Medium.woff2') format('woff2'),
	     url('../Font/Acronis_Cyber_Web/Acronis_Cyber-Medium/Acronis_Cyber-Medium.woff') format('woff'),
	     url('Acronis_Cyber-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcronisCyber';
	src: url('Acronis_Cyber-Regular.eot');
	src:
	     url('Acronis_Cyber-Regular.eot?#iefix') format('embedded-opentype'),
	     url('Acronis_Cyber-Regular.woff2') format('woff2'),
	     url('Acronis_Cyber-Regular.woff') format('woff'),
	     url('Acronis_Cyber-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcronisCyberUltraBold';
	src: url('Acronis_Cyber-UltraBold.eot');
	src:
	     url('Acronis_Cyber-UltraBold.eot?#iefix') format('embedded-opentype'),
	     url('Acronis_Cyber-UltraBold.woff2') format('woff2'),
	     url('../Font/Acronis_Cyber_Web/Acronis_Cyber-UltraBold/Acronis_Cyber-UltraBold.woff') format('woff'),
	     url('Acronis_Cyber-UltraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'AcronisCyberUltraLight';
	src: url('Acronis_Cyber-UltraLight.eot');
	src:
	     url('Acronis_Cyber-UltraLight.eot?#iefix') format('embedded-opentype'),
	     url('Acronis_Cyber-UltraLight.woff2') format('woff2'),
	     url('../Font/Acronis_Cyber_Web/Acronis_Cyber-UltraLight/Acronis_Cyber-UltraLight.woff') format('woff'),
	     url('Acronis_Cyber-UltraLight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*fin de FONTS*/

.top{
    width: 100%;
    margin-top: 5px; /* Le da un lindo aire en la parte superior */
    background-image: url("../imges/top.png"); /* al replicar par aotras páginas aquí se cambia la imagen del top */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 518px;
    padding-bottom: 0%;
    margin-left: 0;
    margin-right: 0;
	height: 650px;
  }
 
  .logo-1{
	   
	  float: left;
	  width: 16%;
      margin-top: 1%;
      margin-left: 8%;
  } 
  .logo-footer{
	  padding-bottom: 5%;
  }
  .logo-footer img{
	  width: 15%;
  }
 .titulo-1{
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family:'AcronisCyberBold';
    font-size: 59px;
    padding-top: 14%;
    margin-left: 8%;
    width: 498px;
    height: 227px;
    margin-top:0%;
    margin-bottom: 0%;
  }
  .top p{
      font-size: 22px;
      font-family:'AcronisCyberMedium';
      text-align: left;
      letter-spacing: 0px;
      color: #FFFFFF;
      opacity: 1;
      margin-left: 8%; 
	  padding-top: 15%;
  }
  .section-2{
	background-color: #F2F8FF;
  }
  .seccion-2{
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-align: center;
	color: #173E7D;
	margin-left: 8%; 
	margin-top: 0%;
	padding-top: 2%;
	margin-bottom: 0%;
	padding-bottom: 2%;
	padding-right: 4%;
  }
  .seccion-3{
	font-family: 'AcronisCyberUltraLight';
	font-size: 40px;
	text-align: center;
	color: #00204D;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
  }
  .seccion-3 p{
	  padding: 4%;
  }
/*section-4 flex*/

  * {
	box-sizing: border-box;
  }
  
  .flex-container {
	display: flex;
	flex-direction: row;
	font-size: 30px;
	text-align: center;
	width: 90%;
	justify-content: center;
	margin-left: 5%;
  }
  
  .flex-item-left {
	background-color: white;
	padding: 2%;
	flex: 30%;
	color:#173E7D;
	font-size: 20px;
	font-family: 'AcronisCyberUltraBold';
	text-align: left;
  }
  .flex-item-center {
	background-color: white;
	padding: 2%;
	flex: 30%;
	color:#173E7D;
	font-size: 20px;
	font-family: 'AcronisCyberUltraBold';
	text-align: left;
  }
  .flex-item-right {
	background-color: white;
	padding: 2%;
	flex: 30%;
	color:#173E7D;
	font-size: 20px;
	font-family: 'AcronisCyberUltraBold';
	text-align: left;
  }
  #contenido{
	color:#173E7D;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 1%;
  }
 /* fin de section-4 flex*/

  .auto{
	  width: 100%;
	  background-image: url("../imges/f1.png");
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  padding-bottom: 4%; 
	  
  }


  .titulo-2{
	text-align: left;
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	font-family: 'AcronisCyberUltraLight';
	font-size: 30px;
	padding-left: 7%;
	padding-top: 4%;
	padding-bottom: 4%;
	width: 60%;
  }
  .titulo-3{
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	padding: 4%;
	margin: 0%;
  }
  .boton-1{
    background-color: #8DB70E;
    margin-left: 7%;
	text-align: center;
    width: 20%;
    z-index: 999;
    /*padding-right: 4%;
    padding-left: 4%;*/
    border-radius: 7px;
	border-color: #8DB70E;
	border-width: 2px;
	border-style: solid;
    cursor: pointer;
}
.boton-1:hover{
	background-color: #387DC0;
	border-color: #387DC0;
	}
.boton-2:hover{
	background-color: #387DC0;
	border-color: #387DC0;
}

a{
	text-decoration: none;
}

ul{
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #173E7D;
	list-style: url("../imges/visto-azul.png");	
}
li{
	padding: 2%;
}
.footer{
	width: 100%;
	  background-image: url("../imges/footer-solo.png");
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  padding-bottom: 4%;
}
.boton-2{
    background-color: #8DB70E;
    margin-bottom: 25%;
	margin-top: 5%;
	text-align: center;
    width: 25%;
    z-index: 999;
    /*padding-right: 4%;
    padding-left: 4%;*/
    border-radius: 7px;
	border-color: #8DB70E;
	border-width: 2px;
	border-style: solid;
    cursor: pointer;
}
.video img{
	width: 80%;
}

/*Formulario*/

input[type="submit"]{
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
	background-color: #8DB70E;
    margin-bottom: 25%;
	margin-top: 5%;
	text-align: center;
    color: white;
    z-index: 999;
    padding-right: 4%;
    padding-left: 4%;/*width: 25%;*/
    border-radius: 7px;
	border-color: #8DB70E;
	border-width: 2px;
	border-style: solid;
    cursor: pointer;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

input[type="submit"]:hover{
	   background-color: #387DC0;
	   border-color: #387DC0;
	   color:white ;
	}

	input{
		width: 100%;
		border-radius: 4px;
		border: solid #387DC0 1px;
		margin-top: 8px;
		padding-bottom: 6px;
		padding-top: 6px;
		opacity: 1;
		color: #3F3F40;
		font-size: 12px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	}

	.seccion-form{
		float: left;
		width: 100%;
		background-color: #F2F8FF;
	}

	.contenedor-form-home{
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: left;
		width: 90%;
		margin: 5%;
		/*box-shadow: 1px -1px 53px -3px rgba(164,164,164,0.75);
		-webkit-box-shadow: 1px -1px 53px -3px rgba(164,164,164,0.75);
		-moz-box-shadow: 1px -1px 53px -3px rgba(164,164,164,0.75);*/
	}
	
	.formulario-mitad{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		background: #FFFFFF;
	}
	/* fin Formulario*/
     /*ajustes tamanios*/
  @media (min-width: 1200px) {

		.seccion-form{
			position: absolute;
			top: 40px;
			right: 6%;
			background-color: transparent;
		}

		.contenedor-form-home{
			float: right;
			width: 30%;
			margin: 5%;
			/*box-shadow: 1px -1px 53px -3px rgba(164,164,164,0.75);
			-webkit-box-shadow: 1px -1px 53px -3px rgba(164,164,164,0.75);
			-moz-box-shadow: 1px -1px 53px -3px rgba(164,164,164,0.75);*/
		}

		.formulario-mitad{
			display: block;
			margin-left: auto;
			margin-right: auto;
			width: 80%;
			min-width: 396px;
		}

	}

  	@media (min-width: 1350px) {

		.seccion-form{
			right: 3%;
		}
	}

  	@media (min-width: 1500px) {

		.seccion-form{
			right: 6%;
		}
	}

  	@media (min-width: 1750px) {

		.seccion-form{
			right: 12%;
		}
	}

	.txt-formulario-mitad{	
		width: 100%;
	}
	
	.txt-formulario-mitad p{
		
		text-align: center;
		font-size: 29px;
	    font-family: 'AcronisCyberUltraBold';
		letter-spacing: 0px;
		color: #8DB70E;
		opacity: 1;
		padding: 13%;
		padding-bottom: 4%;
		padding-top: 6%;	
	}

	.txt-formulario-abajo p{
		
		text-align: center;
		font-size: 10px;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
		letter-spacing: 0px;
		color: #3F3F40;
		opacity: 1;
		padding: 18%;	
		padding-top: 0px;
        padding-bottom: 3%;
	}
	form{
		width: 60%;
		align-items: center;
	}
	/* Cambio logo superior */ 

.vercompu{
	display: block;
	width: 15%; 
	float: right; 
	margin-top: 3%;
	margin-right: 8%;
}

.vercelu{
	display: none;
}
@media screen and (max-width: 800px) {

	.footer{
		width: 100%;
		  background-image: url("../imges/footer-solo-mobile.png");
		  background-repeat: no-repeat;
		  background-size: cover;
		  background-position: center;
		  padding-bottom: 4%;
	}
	.auto{
		width: 100%;
		background-image: url("../imges/f1-mobile.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom: 4%; 
		height: 795px;
	}
	
	.vercompu{
		display: none;
	}
	.vercelu{
	display: block;
	width: 5%; 
	float: right; 
	margin-top: 7%;
	margin-right: 7%;
	}
	.top{
		width: 100%;
		margin-top: 5px; /* Le da un lindo aire en la parte superior */
		background-image: url("../imges/top-para-800.png"); /* al replicar par aotras páginas aquí se cambia la imagen del top */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 518px;
		padding-bottom: 0%;
		margin-left: 0;
		margin-right: 0;
		height:0%;
	 }
	.flex-container {
		flex-direction: column;
		width: 70%;
		margin-left: 17%;
	}
	.titulo-1{
		  font-size: 40px;
		  padding-top: 35%;
	 }
	.titulo-2{
		  width: 70%;
		  
	}
	.top p{
		  font-size: 16px;
		  padding-top: 20%;
	}
	.logo-1{
		 
		  float: left;
		  width: 21%;
		  margin-top: 6%;
		  margin-left: 8%;
	}
	.logo-footer img{
		width: 20%;
	}



}

@media screen and (max-width: 450px) {

	/*.footer{
		width: 100%;
		  background-image: url("../imges/final-mobile.png");
		  background-repeat: no-repeat;
		  background-size: cover;
		  background-position: center;
		  padding-bottom: 4%;
	}*/

	.seccion-3{
		font-family: 'AcronisCyberUltraLight';
		font-size: 30px;
		text-align: center;
		color: #00204D;
		font-weight: 700;
		padding-left: 5px;
		padding-right: 5px;
	  }
	.boton-1{
		background-color: #8DB70E;
		margin-left: 7%;
		text-align: center;
		width: 55%;
		z-index: 999;
		/*padding-right: 4%;
		padding-left: 4%;*/
		border-radius: 7px;
		border-color: #8DB70E;
		border-width: 2px;
		border-style: solid;
		cursor: pointer;
	}
	.boton-2{
		background-color: #8DB70E;
		margin-bottom: 25%;
		margin-top: 5%;
		text-align: center;
		width: 60%;
		z-index: 999;
		/*padding-right: 4%;
		padding-left: 4%;*/
		border-radius: 7px;
		border-color: #8DB70E;
		border-width: 2px;
		border-style: solid;
		cursor: pointer;
	}
	.top{
		width: 100%;
		margin-top: 5px; /* Le da un lindo aire en la parte superior */
		background-image: url("../imges/top-para-450.png"); /* al replicar par aotras páginas aquí se cambia la imagen del top */
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: 518px;
		padding-bottom: 0%;
		margin-left: 0;
		margin-right: 0;
		height: 518px;
	  }

	  .vercelu{
		display: block;
		width: 7%; 
		float: right; 
		margin-top: 18%;
		margin-right: 7%;
		}

		.titulo-1{
			font-size: 35px;
			padding-top: 70%;
		}
		.titulo-2{
			width: 100%;
			padding-right: 5px;
		}
		.top p{
			font-size: 14px;
			padding-top: 40%;
			margin-top: 0%;
		}
		.logo-1{
			   
			float: left;
			width: 31%;
			margin-top: 16%;
			margin-left: 8%;
		}
		.logo-footer img{
			width: 25%;
		}
	
		form{
			width: 90%;
			align-items: center;
		}
		.formulario-mitad{
			width: 100%;
			background: #FFFFFF;
		}
		
		}
		
		@media (max-width: 420px) {
			.logo-1{
			   
				float: left;
				width: 26%;
				margin-top: 18%;
				margin-left: 8%;
			}
			.vercelu{
				display: block;
				width: 6%; 
				float: right; 
				margin-top: 20%;
				margin-right: 7%;
				}
			
		  }


/*ajustes de tamanos

@media (max-width: 800px) {
	
	/*.logo-2 img{
	  display: none;
	  width: 0%; 
	  float: right; 
	  margin-top: 7%;
	  margin-right: 8%;
  }
  .logo-3 img{
	display: block;
	width: 15%; 
	float: right; 
	margin-top: 7%;
	margin-right: 8%;
}

	
	.auto{
		width: 100%;
		background-image: url("../imges/f1-mobile.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom: 4%; 
		display: block;	
	}

	.auto{
		width: 100%;
		background-image: url("../imges/f1.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom: 4%; 
		
	}

  }*/



 




  

/*.video{
	width: 60%;
	background-image: url('/video-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.video img{
	padding: 0%;
}*/
/*.boton-1 im
g{
	width: 10%;
}*/
  

/* ALERTS */

/*.alert {
	padding: 20px;
	background-color: #00204D;
	color: #F0F0F0;
	position: relative;
	top: 70%;
	left: 20%;
	right: 20%;
	bottom: 20%;
	z-index: 99999999;
	width: 100vh;
	height: 100vv;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	border-radius: 0px;
	box-shadow: 0px 0px 400px 200px rgba(0,0,0,0.41);
-webkit-box-shadow: 0px 0px 400px 200px rgba(0,0,0,0.41);
-moz-box-shadow: 0px 0px 400px 200px rgba(0,0,0,0.41);
}

.closebtn {
	margin-left: 15px;
	color: #F0F0F0;
	font-weight: bold;
	float: right;
	font-size: 42px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

@media screen and (max-width: 850px){
	.alert{	
		width: 60%!important;
		height: 60%!important;
	}
}*/


/* OVERLAY */

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 25%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	color: #f1f1f1;
	font-size: 60px;
}

.overlay {
	padding: 8px;
	text-decoration: none;
	color: #818181;
	display: block;
	transition: 0.3s;
	font-family: 'Open Sans', sans-serif;
}

.overlay a {
	color: #f1f1f1;
}

.overlay a:hover {
	color: #D0D0D0;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}


@media screen and (max-height: 550px) {
  .overlay-content {
	  font-size: 35px!important
	}
	
  .overlay .closebtn {
  font-size: 40px!important;
  top: 15px;
  right: 35px;
  }
}

@media screen and (max-width: 550px) {
  .overlay-content {
	  font-size: 35px!important
	}
	
  .overlay .closebtn {
  font-size: 40px!important;
  top: 15px;
  right: 35px;
  }
}