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

.uk-navbar-container{
	padding: 10px 30px 20px 30px;
	background: url("../img/GreenBorder.png");
	background-position: bottom center;
	background-size: 100% 5px;
	background-repeat: no-repeat;
	background-color: #fff;
}
.logo{
		height: 60px;
		width: auto;
	}
.separador{
	background: url("../img/Line.png");
	background-size: 2px 25px;
	background-position: right center;
	background-repeat: no-repeat;
}
.uk-active{
	color: #002E5D;
}
.overlaySlides{
	background: rgba(0,46,93,0.50);
	border-radius: 30px;
}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

#nosotros{
	background-color: #002E5D;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background: url("../img/BG-blueimg.jpg");
	background-size: cover;
	background-position: center center;
}
.titleNosotros{
	background: linear-gradient(90deg, #18B877 32.47%, #07b159 77.92%);
	border-top: solid;
	border-color: #ffffff;
	border-width: 8px;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	
}
.titleNosotros h1{
	color: #a1debf;
	padding: 20px;
	font-weight: 600;
}

.titleContacto{
	background: linear-gradient(90deg, #18B877 32.47%, #07b159 77.92%);
	
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	
}
.titleContacto h1{
	color: #a1debf;
	padding: 20px;
	font-weight: 600;
}


#servicios{
	background: #ffffff;
	background-image: url("../img/white-pattern.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	margin-top: 50px;
	
}
#servicios h3{
	color: #18B877;
	font-weight: 600;
}
.bloqueServicios{
	position: relative;
	top: -40px;
}
.iconservicio {
	display: block;
	padding: 20px;
	width: 70px;
	border-radius: 10px;
	background-color: #fff;
}
.iconservicio img{
	width: auto;
	height: 65px;
}
#equipos{
	background-color: #eeedf2;
	min-height: 500px;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding-bottom: 50px;
	background-image: url("../img/pattern-2.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-blend-mode: multiply;
	
}
.uk-slidenav-button {
	background: #ffffff;
	padding: 10px;
	width: 50px;
	border-radius: 50px;
	margin: 0px 10px 0px 10px;
}

.img-circle{
	max-width: 250px;
	border-radius: 250px;
}
.bodyequipos{
	margin-top: 50px;
}
.bodyequipos h3{
	
}
.bodyequipos a:hover{
	background-color: #fff;
	padding: 10px;
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.2s ease-out;
}
.boton-descargar {
	background-image: url("../img/download.png");
	background-repeat: no-repeat;
	padding: 10px 10px 10px 25px;
	background-size: 20px;
	background-position: center left;
	color: #666;
	text-decoration: none;
	transition: all 0.2s ease-out;
	
}
.uk-box-shadow-bottom::after{
	background: #afafaf;
}
.bloquecontacto{
	background-color: #002E5D;
	padding-bottom: 50px;
	margin-bottom: 0px;
	background: url(../img/GreenBorder.png), url(../img/BG-blueimg.jpg);
	background-size: 100% auto , cover;
	background-repeat: repeat-x, no-repeat;
	background-position: bottom center , center center ;
	min-height: 500px;
}
.bloquecontacto textarea , .bloquecontacto input{
	border-radius: 25px;
	color: #002E5D;
	font-size: 21px;
	padding: 15px;
}
.buttonSend{
	background-color: #18B877;
	border-radius: 25px;
	color: #ffffff;
	font-weight: 700;
	font-size: 21px;
}
.buttonSend:hover{
	color: #ffffff;
	background-color: #8BEA98;
	
}
.link-mail{
	padding-left: 35px;
	background-image: url("../img/MAIL.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
.link-Tel{
	padding-left: 25px;
	background-image: url("../img/PHONE.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
.link-Office{
	padding-left: 35px;
	background-image: url("../img/OFFICE.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
}
.Links a{
	color: #ffffff;
}
.Links a:hover{
	color: #ffffff;
	text-decoration: none;
}
.Links2 a{
	color: #ffffff;
	padding: 15px;
	
}

.Links2 a:hover{
	color: #18B877;
	text-decoration: none;
}

.uk-offcanvas-bar a{
	color: #ffffff;
	font-size: 24px;
}
.uk-offcanvas-bar .link{
	margin-bottom: 25px;
	
}
.uk-offcanvas-bar a:hover{
	color: #18B877;
	text-decoration: none;
}
.titleHacemos{
		
	}
.contenidoNosotros{
	min-height: 300px;
}
.uk-offcanvas-overlay::before{
	background: rgba(0,0,0,.5);
}
.uk-offcanvas-flip .uk-open>.uk-offcanvas-bar{
	background: #002E5D;
}
@media only screen and (max-width: 420px) {
	.logo{
		height: 40px;
		width: auto;
	}
	#equipos li{
		max-width: 300px;
		
	}
	#equipos h3{
		font-size: 15px;
	}
	
	.img-circle{
	max-width: 200px;
	border-radius: 250px;
}
	.uk-h3, h3{
		font-size: 18px;
	}
	.titleHacemos{
		margin-top: 50px;
	}
	.buttonSend{
	background-color: #18B877;
	border-radius: 25px;
	color: #ffffff;
	font-weight: 700;
	font-size: 18px;
}
}
