@charset "UTF-8";
/* CSS Document */


banner {
	background: url("../images/BANNER-1.jpg") no-repeat center center; background-size: cover;
    width: 100%;
    height: auto;
    float:left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}


h1 {
	width:60%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 30%;
	margin-bottom: 12%;
	font-size: 3.2rem;
    color:#F5F5F5;
	font-weight: 600;
	text-align: center;
    line-height: 3.6rem;
}



wrapper {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0%;
	margin-bottom: 0%;
}




section {
	width:70%;
	height: auto;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 3%;
	margin-bottom: 1%;
}



.ventajas {
	background:#f59f59;
	width:23%;
	height: 250px;
	border-radius: 15px;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 3%;
	margin-bottom: 0%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.85);
}


.intersection {
	width:0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
} 
    
    
.intersection img {
    width:0%;
    height: auto;
    float: left;
}




.paralax {
	background: url("../images/banner-4.png") no-repeat center center; background-size: cover;
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 4%;
	margin-bottom: 4%;
}

.paralax_concent {
	width:40%;
	height:auto;
	float: left;
	margin-left: 10%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.paralax_concent p {
	width:90%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 1%;
	font-size: 1.1rem;
	font-weight: 400;
	color: #F5F5F5;
	text-align: left;
	line-height: 1.5rem;
	padding: 2% 5%;
}

.paralax img {
	width:40%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
}




section2 {
	width:60%;
	height: auto;
	float: left;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 1%;
	margin-bottom: 1%;
}


.soporte {
	background: #f59f59;
	width:32%;
	height: 250px;
	border-radius: 15px;
	float: left;
	margin-left: 0.75%;
	margin-right: 0.5%;
	margin-top: 5%;
	margin-bottom: 5%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.85);
}





h2 {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 2.2rem;
	font-weight: 600;
	color: #F5F5F5;
	text-align: center;
}




h5 {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 1.2rem;
	font-weight: 400;
	color: #F5F5F5;
	text-align: center;
	line-height: 1.6rem;
}



.icon {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 10%;
	margin-bottom: 1%;
	font-size: 3rem;
	font-weight: 600;
	color: #160821;
	text-align: center;
}


h3 {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 1.2rem;
	font-weight: 600;
	color: #160821;
	text-align: center;
}


p {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
	font-size: 0.9rem;
	font-weight: 400;
	color: #160821;
	text-align: center;
	line-height: 1.3rem;
}


iframe {
	width:80%;
	height: 500px;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
}



.boton a:link,
.boton a:visited,
.boton a:hover {
    background: #f59f59;
    width:60%;
    height: auto;
    border-radius: 15px;
    float: left;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 12%;
    margin-bottom: 12%;
    font-size: 1.6rem;
    color: #160821;
    font-weight: 600;
    text-align: center;
    padding: 2% 0%;
    text-decoration: none;
}




@media screen and (max-width:1600px) {	
    
wrapper {
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}  
    
    
section {
	width:80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3%;
	margin-bottom: 1%;
}

    
	
}


@media screen and (max-width:1200px) {	
	
}


@media screen and (max-width:1000px) {	
	
}


@media screen and (max-width:850px) {

h1 {
	width:70%;
	height: auto;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40%;
	margin-bottom: 12%;
	font-size: 2.5rem;
    line-height: 2.8rem;
}	
	
	
	
	
h2 {
	margin-top: 7%;
	margin-bottom: 1%;
	font-size: 2.2rem;
}




h5 {
	margin-top: 1%;
	margin-bottom: 5%;
	font-weight: 400;
}	
	
	
section {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 3%;
	margin-bottom: 1%;
}
	
	
.ventajas {
	background:#f59f59;
	width:49%;
	height: 250px;
	border-radius: 15px;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 3%;
	margin-bottom: 0%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.85);
}

.paralax {
	background: transparent;
	margin-top: 4%;
	margin-bottom: 4%;
}
	
	
.paralax_concent {
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.paralax_concent p {
	width:90%;
	margin-left: 5%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 1%;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
}
	
	
section2 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 3%;
	margin-bottom: 1%;
}
	
	
.soporte {
	background: #f59f59;
	width:70%;
	height: 250px;
	border-radius: 15px;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 2%;
	margin-bottom: 2%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.85);
}
	
	
iframe {
	width:80%;
	height: 500px;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
}	
	
    
.boton a:link,
.boton a:visited,
.boton a:hover {
    margin-top: 12%;
    margin-bottom: 12%;
}	    
	
	
}


@media screen and (max-width:500px) {	

wrapper {
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0%;
	margin-bottom: 0%;
}	
	
	
	
h1 {
	width:90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 50%;
	margin-bottom: 12%;
	font-size: 2.2rem;
    line-height: 2.4rem;
}	
			
h2 {
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 7%;
	margin-bottom: 1%;
	font-size: 1.6rem;
	line-height: 1.9rem;
}

h5 {
	margin-top: 1%;
	margin-bottom: 10%;
	font-weight: 400;
}
	
.ventajas {
	background:#f59f59;
	width:80%;
	height: 230px;
	border-radius: 15px;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 3%;
	margin-bottom: 0%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.85);
}	
	
.paralax_concent p {
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 1%;
	font-size: 1.2rem;
	font-weight: 400;
	text-align: center;
}
	
	
.soporte {
	width:80%;
	height: 230px;
	border-radius: 15px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 2%;
	margin-bottom: 2%;
	box-shadow: 0px 12px 22px -6px rgba(0,0,0,.85);
}
	
	
iframe {
	width:96%;
	height: 250px;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 15%;
	margin-bottom: 15%;
}	
    
    
.boton a:link,
.boton a:visited,
.boton a:hover {
	width:80%;
    border-radius: 15px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 12%;
    font-size: 1.2rem;
    padding: 4% 0%;
}		
	   
	
	
	
}