@import url('../fuentes.css');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
body {	
	background: #EEEEEE;
}
body input, body select,
body textarea{
	border-radius: 7px !important;
	font-size: 0.85em !important;
}
body label{
	font-size: 0.85em !important;
	margin: auto 0px;
}
textarea{
	resize: none;
}
.main{
	flex-direction: column;
	width: 80%;
	margin: 60px auto 0px;
	padding: 4px;
	z-index: 0;
}
.div_imgentrad{
}	
.parallax{
	margin-top: 80px;

	position: relative;
    background: url('../../img/codigo-programacion.jpg') no-repeat fixed;
	    -webkit-background-size: 30% 150px;
	    -moz-background-size: 30% 150px;
	    -o-background-size: 30% 150px;
    min-height: 430px;
    background-size: 100% 428	px;
    background-repeat: no-repeat;
    background-position : 0px 145px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	border-radius: 7px;
}
.content{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
	position: relative;
	z-index: 2;
	flex-direction: column;
	margin-top: 45px;
	margin-bottom: 35px;
}
.content h4, .subtit{
	font-family: IBMPlexMono-BoldItalic, SourceSansPro, Arial, Helvetica, SansSerif;
	color: #274690;
	font-size: 1.7em;
	margin-bottom: 30px;
}
.div_service{
	justify-content: space-around;
}
.div_softw{
	width: 45%;
	flex-direction: column;
}
.div_disen{
	width: 42.5%;
	flex-direction: column;
}
.imgSoft img, .imgWeb img{
	width: 100%;
	height: 200px;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contSoft, .contWeb{
	flex-direction: column;
	background-color: #FFFFFF;
	padding: 15px 17px;
	height: 240px;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contSoft p, .contWeb p{
	font-family: Arial, SourceSansPro, Helvetica, SansSerif;
	font-size: 1em;
}
.div_btnaCntct{
	justify-content: flex-end;
	align-items: center;
	background-color: #FFFFFF;
	height: 50px;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.div_btnaCntct a{
	font-family: Arial, SourceSansPro, Helvetica;
	background-color: #0069D9;
	width: 140px;
	border-radius: 25px;
	font-size: 0.85em;
	color: #FFFFFF	;
	padding: 7px;
	margin-right: 10px;
	/* border: 1px solid #939393; */
	cursor: pointer;
}
.div_btnaCntct a:hover{
	background-color: #FFFFFF;
	border: 1px solid transparent;
	color: #0069D9	;
	border: 1px solid #0069D9;
}
.marg_Izq{
	margin-left: 7px;
}


/* SLIDER */
#myCarousel{
	width: 80%;
	margin: 0px auto;
}
.carousel-indicators li{
	background-color: #000;
	width: 15px;
	height: 15px;
	border-radius: 100%;
}
.carousel-indicators li.active{
	background-color: #426F9B;
}
.slide_ppal img{
	width: 90%;
	height: 110px;
	margin-bottom: 50px;
}
.carousel-control-prev,
.carousel-control-next{
	font-size: 35px;
	color: #000;
}
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
.separador{
    width: 70%;
    border: 1px solid #f28c32;
    margin: 50px auto 50px;
}






/* MEDIA QUERYS */

@media (max-width:1920px) and (max-height:1980px) {
	.parallax{
		width: 100%;
    	margin-top: 80px;
		min-height: 450px;
    	background-size: 100% 445px;
    	background-repeat: no-repeat;
    	background-position : 0px 147px;
    }	

}

@media (min-width:1600px) and (max-height:900px) {
	.btn-whatsapp {
		bottom: 4em;
		right: 0.2em;
	}
	.ir_arriba {
		bottom: 0em;
		right: 0.7em;
		z-index: 998;
	}

}


@media (min-width:1366px) and (max-height:768px) {
	.parallax{
		width: 100%;
    	margin-top: 80px;
		min-height: 450px;
    	background-size: 100% 446px;
    	background-repeat: no-repeat;
    	background-position : 0px 147px;
    }	

}


@media (max-width:1024px) and (max-height:1366px) {
	.main{
    	width: 97%;
	}
	.parallax{
		width: 100%;
    	margin-top: 170px;
		min-height: 350px;
    	background-size: 100% 342px;
    	background-repeat: no-repeat;
    	background-position : 0px 239px;
    }	
    .div_service{
    	width: 100%;
    }
    .div_softw, .div_disen{
    	width: 48%;
    	margin-bottom: 10px;
    }
    #myCarousel{
    	width: 98%;
    }
	.slide_ppal img{
		width: 100%;
		height: auto;
	}
	.btn-whatsapp {
		bottom: 9em;
		right: 0.2em;
	}
	.div_footer2 p{
		font-size: 0.8em;
		text-align: justify;
	}

}


@media (max-width:768px) and (max-height:1024px) {
	.main{
    	width: 97%;
	}
	.parallax{
		width: 100%;
    	margin-top: 140px;
		min-height: 300px;
    	background-size: 100% 296px;
    	background-repeat: no-repeat;
    	background-position : 0px 206px;
    }	
	.div_service{
		width: 100%;
	}
	.div_softw, .div_disen{
		width: 48%;
		margin-bottom: 10px;
	}
    #myCarousel{
    	width: 98%;
    }
	.slide_ppal img{
		width: 100%;
		height: auto;
	}
	.div_footer1{
		margin-top: 0px;
	}
	.div_footer2{
		margin-bottom: 10px;
	}
	.separador{
	    border: 1px solid #f28c32;
	    margin: 40px auto 50px;
	}
	.btn-whatsapp {
		bottom: 4em;
		right: 0.2em;
	}
	.ir_arriba {
		bottom: 0em;
		z-index: 998;
	}
	.div_footer2 p{
		font-size: 0.8em;
		text-align: justify;
	}

}


@media (max-width:712px) and (max-height:1138px) {
	.main{
    	width: 97%;
	}
	.parallax{
		width: 100%;
    	margin-top: 120px;
		min-height: 350px;
    	background-size: 100% 346px;
    	background-repeat: no-repeat;
    	background-position : 0px 187px;
    }	
	.div_service{
		flex-direction: column;
		width: 92%;
		margin: 0px auto;
	}
	.div_softw, .div_disen{
		width: 100%;
		margin-bottom: 30px;
	}
	.contSoft, .contWeb{
		height: 230px;
	}
    #myCarousel{
    	width: 98%;
    }
	.slide_ppal img{
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	.btn-whatsapp {
		bottom: 2.8em;
		right: 0.5em;
	}
	.ir_arriba {
		bottom : 0;
		right : 1em;
	}
	.div_footer2 p{
		font-size: 0.8em;
		text-align: justify;
	}

}

@media (max-width:414px) and (max-height:736px) {
	.parallax{
		width: 100%;
    	margin-top: 130px;
		min-height: 200px;
    	background-size: 100% 197px;
    	background-repeat: no-repeat;
    	background-position : 0px 195px;
    }	
    .content h4, .subtit{
    	font-size: 1.4em;
    }
    .contSoft, .contWeb{
    	height: 250px;
    }
    .contSoft p, .contWeb p{
    	font-size: 0.9em;
    }

}


@media (max-width:412px) and (max-height:915px) {
	.parallax{
		width: 100%;
    	margin-top: 140px;
		min-height: 200px;
    	background-size: 100% 197px;
    	background-repeat: no-repeat;
    	background-position : 0px 206px;
    }
    .div_service{
    	width: 98%;
    }
    .div_softw, .div_disen{
    	width: 100%;
    }
    .contSoft, .contWeb{
    	height: 290px;
    }
    .content h4, .subtit{
    	font-size: 1.4em;
    }

}

@media (max-width:412px) and (max-height:914px) {
	.parallax{
		width: 100%;
    	margin-top: 140px;
		min-height: 200px;
    	background-size: 100% 197px;
    	background-repeat: no-repeat;
    	background-position : 0px 206px;
    }
    .contSoft, .contWeb{
    	height: 290px;
    }

}


@media (max-width:390px) and (max-height:844px) {
	.parallax{
		width: 100%;
    	margin-top: 130px;
		min-height: 200px;
    	background-size: 100% 197px;
    	background-repeat: no-repeat;
    	background-position : 0px 196px;
    }	
	.content h4, .subtit{
		font-size: 1.4em;
	}

}


@media (max-width:360px) and (max-height:740px) {
	.main{
    	width: 97%;
	}
	.parallax{
		width: 100%;
    	margin-top: 130px;
		min-height: 200px;
    	background-size: 100% 197px;
    	background-repeat: no-repeat;
    	background-position : 0px 196px;
    }	
    .content h4, .subtit{
    	font-size: 1.4em;
    	margin-bottom: 30px;
    }
    .div_service{
    	flex-direction: column;
    	width: 98%;
    }
    .div_softw, .div_disen{
    	width: 100%;
    	margin-bottom: 30px;
    }
    .contSoft, .contWeb{
    	height: 280px;
    }
    #myCarousel{
    	width: 98%;
    }
	.slide_ppal img{
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	.btn-whatsapp {
		bottom: 2.8em;
		right: 0.5em;
	}
	.ir_arriba {
		bottom : 0;
		right : 1em;
	}
	.div_footer2 p{
		font-size: 0.8em;
		text-align: justify;
	}

}

@media (max-width:320px) and (max-height:658px) {
	.contWeb{
		height: 300px;
	}
	.contSoft p, .contWeb p{
		font-size: 0.9em;
	}

}

@media (max-width:280px) and (max-height:653px) {
	.div_img{
		width: 98%;
		margin-bottom: 10px;
	}
	.div_img img{
		width: 98%;
		height: auto;
	}
	.content h4, .subtit{
		font-size: 1.1em;
	}
	.div_service{
		width: 98%;
	}
	.div_softw, .div_disen{
		width: 100%;
	}
	.contSoft{
		height: 270px;
	}
	.contWeb{
		height: 320px;
	}
	.contSoft p, .contWeb p{
		font-size: 0.85em;
	}
    #myCarousel{
    	width: 98%;
    }
	.slide_ppal img{
		width: 100%;
		height: auto;
		/* margin-bottom: 50px; */
	}
	.div_titred h4{
		font-size: 1.1em;
	}
	.div_titubic h4{
		font-size: 1.4em;
	}
	.div_datosubic p{
		font-size: 0.95em;
	}
	.div_footer2 {
		width: 100%;
	}
	.div_footer2 p{
		font-size: 0.75em;
		text-align: justify;
	}

}
