@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: 120px auto 0px;
	padding: 4px;
	z-index: 0;
}


/* SLIDER */
#myCarousel{
	margin-bottom: 1.25em;
}
.carousel-indicators li{
	background-color: #000;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin: 0px 7px;
}
.carousel-indicators li.active{
	background-color: #426F9B;
}
.slide_ppal{
	height: 520px;
}
.slide_ppal img{
	width: 90%;
	height: 500px;
	margin-top: 5px;
	margin-left: 5%;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.carousel-control-prev,
.carousel-control-next{
	font-size: 35px;
	color: #000;
}
.carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
}
.div_btnslider{
	width: 100%;
	position: absolute ;
	margin: 250px auto;
	z-index: 99;
}
.div_btnslider a{
	background-color: #FFFFFF;
	margin-left: 43.5%;
	width: 13%;
	border-radius: 50px;
	border-color: #0069d9;
	font-size: 0.9em;
	color: #0069d9;
	font-family: Arial, IBMPlexMono-BoldItalic, SourceSansPro, Helvetica;
}
.div_btnslider a:hover{
	background-color: #FFFFFF;
	color: #0069d9;
	border-color: #0069d9;
	transition: all .5s ease-in-out;
	transform: scale(1.1);
		-webkit-transform: scale(1.1);
}
.resum1, .moreserv{
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 40px;
}
.item{
	flex-direction: column;
	width: 32%;
}
.div_imagen {
	margin: 10px auto;
}
.div_subtit{
	margin: 0px auto 10px;
}
.div_subtit h4{
	font-family: IBMPlexMono-BoldItalic, Courgette-Regular, RobotoMono-LightItalic, Arial, Helvetica, SansSerif;
	color: #274690;
	font-size: 20px;
}
.div_text p{
	font-family: Arial, Helvetica,SourceSansPro, SansSerif;
	color: #303030;
	font-size: 16px;
	text-align: center;
}
.btn_portafolio{
	margin: 25px auto;
}
.btn_portafolio a, .div_btnmodal button{
	font-family: Arial, Helvetica,SourceSansPro, SansSerif;
	font-size: 1em;
	border: 1px solid #3137B9;
	color: #3137B9;
	background-color: #FFFFFF;
	border-radius: 10px
}
.div_btnmodal button{
	font-size: 0.8em;
}
.btn_portafolio a:hover{
	background-color: #6167D4;
	color: #FFFFFF;
	transition: all .5s ease-in-out;
	transform: scale(1.1);
		-webkit-transform: scale(1.1);
}
.div_btnmodal{
	justify-content: center;
}
.div_btnmodal button:hover{
	background-color: #6167D4;
	color: #FFFFFF;
}

/* imagen contactanos */
.div_imgContac{
	margin-top: 45px;
	margin-bottom: 30px;
}
.div_imgContac img{
	width: 98%;
	margin: 0px auto;
	border-color: transparent;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.div_btncontact{
	width: 80%;
	position: absolute ;
	margin: 150px auto;
	z-index: 99;
}
.div_btncontact a{
	font-family: SourceSansPro, RobotoMono-LightItalic, Arial, SansSerif;
	font-size: 18px;
	margin-left: 45%;
	width: 13%;
	border: 1px solid #3137B9;
	color: #3137B9;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.div_btncontact a:hover{
	background-color: #3137B9;
	border: 1px solid #3137B9;
	color: #FFFFFF;
	transition: all .5s ease-in-out;
	transform: scale(1.1);
		-webkit-transform: scale(1.1);
}
.separador{
    width: 70%;
    border: 1px solid #f28c32;
    margin: 0px auto;
}




/* VENTANA MODAL */
.modal{
	z-index: 10020;
	margin-top: 10%;
}
.modal-header{
	width: 95%;
	margin: 0px auto;
}
.modal-title{
	font-family: IBMPlexMono-BoldItalic, Courgette-Regular, RobotoMono-LightItalic, Arial, Helvetica, SansSerif;
	color: #6167D4;
	font-size: 1.5em;	
}
.modal-body{
	width: 90%;
	margin: 0px auto;
}
.modal-body p{
	color: #303030;
	font-size: 1em;
}
.icoparrf{
	color: #6167D4;
}
.modal-content{
	border: 2px solid #3137B9;
	/* border: 3px solid #E87714; */
	border-radius: 50px;
	background-color: #FFFFFF;
}
.modal-backdrop{
    z-index: 10010;
}
.close{
	color: #3137B9;
}
.div_emerg{
	flex-direction: column;
}
.div_mttopc{
	justify-content: space-between;
}
.div_servcs{
	flex-direction: column;
	width: 60%;
}
.div_imgn{
	width: 37%;
}
.div_imgn img{
	width: 100%;
	height: 80%;
	margin: auto;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}








/* MEDIA QUERYS */

/* SCREEN 1920 */
@media screen and (min-width:1900px) {
	.btn-whatsapp {
		bottom: 4em;
		right: 0.2em;
	}
	.ir_arriba {
		bottom: 0em;
		right: 0.7em;
		z-index: 998;
	}

}

@media (max-width:1600px) and (max-height:900px) {
	.ir_arriba {
		bottom: 0em;
		right: 1.7em;
	}

}


/* SCREEN 1366 */
@media screen and (max-width:1366px) {
	.div_btnslider a{
		margin-left: 42%;
		width: 16%;
	}
	.div_btncontact a{
		width: 14%;
		margin-left: 43%;
	}
	.div_servcs{
		width: 60%;
	}
	.div_imgn{
		width: 37%;
	}
	.div_imgn img{
		margin: 0px auto;
		width: 100%;
	}
	.btn-whatsapp {
		bottom: 4em;
		right: 0.2em;
	}
	.ir_arriba {
		bottom: 0em;
		right: 0.7em;
		z-index: 998;
	}

}


/* SCREEN 1024 */
@media screen and (max-width:1024px) {
	.main{
		width: 97%;
	}
	.div_btnslider{
		display: none;
	}
	.div_btnslider a{
		margin-left: 41.5%;
		width: 17%;
	}
	.div_btncontact{
		margin: 200px auto;
	}
	.div_btncontact a{
		width: 19%;
		margin-left: 53%;
	}
	.slide_ppal {
		height: 445px;
	}
	.slide_ppal img{
		width: 100%;
		height: 100%;
	}
	.div_img{
		width: 45%;
		margin-left: 10px;
	}
	.div_img img{
		height: 90px;
	}

}




/* SCREEN 768 */
@media screen and (max-width:768px) {
	.main{
		margin-top: 180px;
	}
	.div_btnslider{
		margin: 150px auto;
	}
	.div_btnslider a{
		margin-left: 41.5%;
		width: 23%;
	}
	.slide_ppal img{
		height: 450px;
	}
	.resum1, .moreserv{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.item{
		width: 43%;
	}
	.div_btncontact{
		margin: 75px auto;
		width: 97%;
	}
	.div_btncontact a{
		margin-left: 37.5%;
		width: 25%;
	}


}


/* SCREEN 414 */
@media screen and (max-width:414px) {
	.div_img{
		width: 85%;
	}
	.div_img img{
		width: 280px;
		height: 85px;
	}
	.div_btnslider{
		margin: 60px auto;
	}
	.div_btnslider a{
		margin-left: 28.5%;
		width: 43%;
	}
	.slide_ppal{
		height: 190px;
	}
	.slide_ppal img{
		height: 100%;
	}
	.item{
		width: 86%;
	}
	.div_btncontact a{
		margin-left: 31%;
		width: 38%;
	}

}



/* SCREEN 360 */
@media screen and (max-width:360px) {
	.div_btnslider{
		margin: 60px auto;
	}
	.div_btnslider a{
		margin-left: 25%;
		width: 50%;
	}
	.slide_ppal{
		height: 160px;
	}
	.slide_ppal img{
		height: 100%;
	}
	.item{
		width: 93%;
	}
	.moreserv div{
		margin-bottom: 10px;
	}
	.div_btncontact a{
		margin-left: 27.5%;
		width: 45%;
	}

}


@media (max-width:768px) and (max-height:1024px) {
	.div_imgn img{
		width: 100%;
		height: 130px;
		margin: auto 0px;
	}


}


@media (max-width:712px) and (max-height:1138px) {
	.div_imgn img{
		width: 100%;
		height: 130px;
		margin: auto 0px;
	}

}

@media (max-width:414px) and (max-height:736px) {
	.div_mttopc{
		flex-direction: column;
	}
	.div_servcs{
		width: 100%;
	}
	.div_imgn{
		width: 100%;
	}
	.div_imgn img{
		margin: 0px auto;
		width: 70%;
		height: 100px;
	}
	.div_footer2 p{
		text-align: justify;
	}

}


@media (max-width:412px) and (max-height:915px) {
	.div_mttopc{
		flex-direction: column;
	}
	.div_servcs{
		width: 100%;
	}
	.div_imgn{
		width: 100%;
	}
	.div_imgn img{
		margin: 0px auto;
		width: 70%;
		height: 100px;
	}
	.div_footer2 p{
		text-align: justify;
	}

}

@media (max-width:390px) and (max-height:844px) {
	.div_mttopc{
		flex-direction: column;
	}
	.div_servcs{
		width: 100%;
	}
	.div_imgn{
		width: 100%;
	}
	.div_imgn img{
		margin: 0px auto;
		width: 70%;
		height: 100px;
	}
	.div_footer2 p{
		text-align: justify;
	}

}


@media (max-width:360px) and (max-height:740px) {
	.div_mttopc{
		flex-direction: column;
	}
	.div_servcs{
		width: 100%;
	}
	.div_imgn{
		width: 100%;
	}
	.div_emerg p,
	.div_servcs p{
		font-size: 0.95em;
	}
	.div_imgn img{
		margin: 0px auto;
		width: 70%;
		height: 100px;
	}
	.div_footer2 p{
		text-align: justify;
	}

}


@media (max-width:320px) and (max-height:658px) {
	.div_subtit h4{
		font-size: 1.1em;
	}
}

