/* CSS Document */



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

.mascara {
	background: rgba(0,0,0,0.75);
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}


.banner_content {
	width:50%;
	height: auto;
	float: left;
	margin-left: 12%;
	margin-right: 5%;
	margin-top: 35%;
	margin-bottom: 5%;
}


.banner_content p  {
	width:60%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	font-weight: 200;
	padding: 1% 0%;	
	color: #fff;
	font-size: 4.4rem;
	text-align: left;
	line-height: 4.2rem;
}



.video_desktop {
	width:100%;
	height:auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	display: block;
}


video {
	width:100%;
	height:auto;
	opacity: 0.45;
}



.video_content {
	width:50%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 70vh;
	position: absolute;
	z-index: 20;
}


h1  {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	font-weight:800;
	padding: 1% 0%;	
	color: rgba(255, 255, 255, 0.55);
	font-size: 4.4rem;
	text-align: left;
	line-height: 4.2rem;
}



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


section {
	width:100%;
	border-bottom: 3px dashed #d6d6d6;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
}



.section_content {
	width:80%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 5%;
	margin-bottom: 5%;
	align-items: center;
}


h2 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 1%;
	font-weight: 800;
	color: #d6d6d6;
	font-size: 5.3rem;
	text-align: left;
}


h3 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	font-weight: 200;
	color: #d6d6d6;
	font-size: 1.3rem;
	text-align: left;
	line-height: 1.7rem;
}


.boton a:link,
.boton a:hover,
.boton a:visited {
	width:40%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 0%;
	font-weight: 400;
	color: #767676;
	font-size: 0.9rem;
	text-align: left;
	line-height: 1.3rem;
	text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}


.presupuesto a:link,
.presupuesto a:hover,
.presupuesto a:visited {
	width:40%;
	height: auto;
	float: left;
    border: 3px dashed#d6d6d6;
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 0%;
	margin-bottom: 5%;
	font-weight: 400;
	color: #d6d6d6;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.3rem;
	text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    padding: 1% 0%;
}



@media screen and (max-width: 1600px) {
	
	
.video_content {
    width: 60%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 55vh;
	position: absolute;
	z-index: 20;
}


h1  {
	font-weight: 800;
	padding: 1% 0%;	
	color: rgba(255, 255, 255, 0.55);
	font-size: 4.4rem;
	text-align: left;
	line-height: 4.8rem;
}	
	
	
.section_content {
	margin-top: 7%;
	margin-bottom: 7%;
}
	
h2 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 1%;
	font-weight: 800;
	color: #d6d6d6;
	font-size:4.3rem;
	text-align: left;
}
	
	
h3 {
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	font-size: 1.2rem;
	line-height: 1.6rem;
}


.boton a:link,
.boton a:hover,
.boton a:visited {
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 2%;
	margin-bottom: 0%;
	font-size: 1rem;
	text-align: left;
	line-height: 1.2rem;
}	
	
	
}


@media screen and (max-width:1400px) {
    
    
 .video_content {
    width: 60%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 45vh;
	position: absolute;
	z-index: 5%;
}    
    
    
}




@media screen and (max-width:500px) {
	
	
.banner {
	background: url("../images/Fondos/SOFTWARE.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%;
	display:block;
}	
	
.banner_content {
	width:90%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-right: 0%;
	margin-top: 60vh;
	margin-bottom: 12vh;
}



.banner_content p  {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	font-weight:800;
	padding: 1% 0%;	
	color: rgba(255, 255, 255, 0.95);
	font-size: 1.8rem;
	text-align: left;
	line-height: 2rem;
}
	
	
.video_desktop {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 0%;
	display: none;
}	
	
.video_content {
	width:30%;
	height: auto;
	float: left;
	margin-left: 10%;
	margin-top: 70vh;
	position: absolute;
	z-index: 20;
	display: none;
}	
	

section {
	border-bottom: 1px dashed #d6d6d6;
}
	
	
.section_content {
	width:96%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 5%;
	margin-bottom: 5%;
	align-items: center;
}


h2 {
	width:100%;
	height: auto;
	float: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 3%;
	margin-bottom: 3%;
	font-weight: 800;
	color: #d6d6d6;
	font-size:1.8rem;
	text-align: left;
	line-height: 1.8rem;
}
	
	
h3 {
	margin-left: 0%;
	margin-right: 0%;
	margin-top: 0%;
	margin-bottom: 4%;
	font-size: 0.9rem;
	line-height: 1.4rem;
}

.presupuesto a:link,
.presupuesto a:hover,
.presupuesto a:visited {
	width:70%;
    border: 1px dashed #d6d6d6;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
	margin-bottom:10%;
	font-weight: 400;
	color: #d6d6d6;
	font-size: 1rem;
	text-align: center;
	line-height: 1.3rem;
	text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    padding: 2% 0%;
}

	
	
}




