body, html {
	font-family: 'Nunito', sans-serif;
	height: 100%;
}


#header {
	width: 100%;
	position: fixed;
	top: 0;
	padding: 20px 0;
	z-index: 999;
	background: linear-gradient(to bottom, #000,transparent);

}

.error{
	color: red!important;
	font-size: 11px;
	/*text-transform: uppercase;*/
}
#response {
	color: orange;
	/*font-weight: bolder;*/
}


 .logotipo  {
	width: 100%;
	max-width: 180px;
}

.nav-link {
	/*text-transform: uppercase;*/
	/*font-weight: bolder;*/
	font-size: 1.2em;
	margin-left: 20px;
}

.ico-email {
	/*color: red!important;*/
	font-size: 1em;
	text-transform: lowercase;
}
.ico-wsp {
	/*color: #4FBE1E!important;*/
	color: #fff;
	font-size: 1.3em;
	transform: translateY(2px);
}

.main-slider {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_slider.png);
	background-position: center;
	background-size: cover;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.slider-text{
	width: 100%;
	text-align: center;
	color: #fff;
	
}

.slider-text div {
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}

.slick-slide {
    outline: none
}

.slider-btn {
	position: absolute;
	bottom: 50px;
}


.services {
	width: 100%;
	display: flex;
}

.services .services-item {
	flex: auto;
	background: orange;
}



.modal-dialog {
	max-width: 40%;
}

.modal-header {
	width: 100%;
	text-align: center;
}
.text-center {
	width: 100%;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
    box-sizing: border-box;
}

.services {
	width: 100%;
	display: block;
	float: left;
	margin-top: 1px;
}
.services .service-item {
	width: 100%;
}
.services .service-item img {
	 width: 100%;
} 
.service-box {
	width: 100%;
	overflow: hidden;
}



.service-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #fff;
}


.service-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(240,197,24,.3);
	z-index: 98;
	transition: all .4s;
}
.service-item:hover:before {
	background-color: transparent;
}
.service-item:hover:before img{
	transform: scale(1.1);
}


.service-item img {
	transition: all .4s;
}
.service-item img:hover {
	width: 100%;
	transform: scale(1.1);
}


.btn-miss {
	/*width: 100%;*/
	background: #f1ae00;
	color: #fff;
	text-transform: uppercase;
	font-weight: bolder;
	line-height: 2;
	margin: 0 10px;	
}
.c-miss {
	color: #f1ae00;
}

.btn-english {
	background: #f1ae00;
	color: #fff;
	font-weight: bolder;
	margin-top: -3px;
}

.btn-modal {
	width: 100%;
	background: #f1ae00;
	color: #fff;
	font-weight: bolder;
	margin-top: -3px;
}


.modal-header h4 {
	color: #f1ae00;
	/*font-size: 1em;*/
	font-weight: bolder;
}


.why {
	width: 100%;
	float: left;
	height: 550px;poedrito
	text-align: center;
	background: url('../images/porque-elegirnos.png') no-repeat;
	/*background-size: contain;*/
	background-position: top center;
	position: relative;
}

/*iconos porque elegirnos*/
.why-item {
	width: 300px;
	cursor: pointer;
	text-align: center;
}
.why-item h5 {
	font-weight: bold;
	color: #f1ae00;
}
.why-item p{
	font-size: 13px;
	opacity: 0;
	transition: all .3s;
}
.why-item:hover p {
	opacity: 1;
	text-align: center;
}



.ico-metodologia {
	position: absolute;
	top: 50px;
	left: 300px;
	/*margin-left: -200px;*/
}
.ico-seguridad {
	position: absolute;
	bottom: 10px;
	left: 300px;
}
.ico-tiempo {
	position: absolute;
	right: 300px;
	bottom: 10px;
}
.ico-especialistas {
	position: absolute;
	right: 300px;
	top: 50px;
}






.confian {
	width: 100%;
	float: left;
	background: url(../images/confian-bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	position: relative;
	padding: 30px;
}
.confian:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
}

.confian h3 {
	color: #fff;
	position: relative;
	z-index: 87;
	font-size: 1.3em;
	text-align: center;
	color: #f1ae00;
	font-weight: bolder;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.testimonios {
	z-index: 88;
	display: flex;
	flex: auto;
	padding: 0;
	margin: 0;
}


.test-profile {
	width: 15%;
	float: left;
	background: #f1ae00;
	border-radius: 50%;
	width: 200px;
	overflow: hidden;
	height: 200px;
}
.test-profile img {
	width: 200px;
	
}
.test-description {
	width: 80%;
	float: left;
	padding: 25px 0 30px 30px;
	font-size: 1.1em;
}
.test-firma {
	color: #f1ae00;
	font-weight: bolder;
}
.test-uni {
	width: 100%;
	color: #f1ae00;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
}


.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f1ae00;
    font-size: 12px;
}

.slick-dots li button:before {
	font-size: 12px;
	color: rgb(241,174,0,.9);
}



.footer {
	width: 100%;
	float: left;
	background: #212121;
	padding: 20px 20px;
}




.logo-footer {
	max-width: 180px;
	opacity: .5;
	margin: 0 auto;
	display: block;
}

.footer span {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #fff;
	/*text-transform: uppercase;*/
	display: block;
	margin-top: 30px;
}


.footer ul {
	padding: 0;
	color: #fff;
	list-style: none;
	margin: 0;
}
.footer h5 {
	font-weight: bolder;
	font-size: 1em;
	margin-bottom: 15px;
	color: #f1ae00;
	transform: translateX(-14px);
}
.footer ul {
	/*text-align: center;*/
	/*margin: 5px 0;*/
	position: relative;
}
.footer ul:before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 2px;
	height: 120%;
	background: #f1ae00;
}
.footer ul li a {
	color: #fff;
	font-size: 15px;
	/*text-transform: uppercase;*/
	transition: all .4s;
	display: block;
	padding: 3px 0;
}
.footer ul li a:hover {
	/*text-decoration: none;*/
	/*padding-left: 10px;*/
	color: #f1ae00;
}

.footer ul li a i {
	/*display: none;*/
	transform: translateX(-10px);
}


.title-modal {
	color: #f1ae00;
	/*color: #2B2B2B;*/
	font-weight: bolder;
	font-size: 15px;
	margin-top: 30px;
	border-bottom: 2px solid #f1ae00;
}
.modal-body p {
	font-size: 15px;
}


.why-mobil {
	display: none;
}


.powered {
	width: 100%;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	transform: translateY(13px);
	font-size: 10px;
	text-transform: uppercase;
}

.powered a {
	color: #F1991B;
}



@media only screen and (max-width: 600px){
	.why img {
		width: 100%;
	}

	.service-item {
		margin-bottom: 1px;
	}

	.test-profile {
		width: 100px;
		height: 100px;
		text-align: center;
		margin: 0 auto;
	}
	.test-profile img {
		width: 100%;
	}	

	.testimonios {
		display: flex;
	}

	
	.slider-text div {
		color: #fff;
		font-size: 20px;
		font-weight: 700;
		padding: 0 10px;
		text-transform: uppercase;
		padding-top: 20px;
	}

	.main-slider {
		height: 400px;
		position: relative;

	}

	.why {
		background: #fff;
		height: auto;
		display: flex;
		flex: auto;
		flex-direction: column;
	}

	.why-mobil {
		display: block;
		color: #f1ae00;
		font-weight: bold;
		text-align: center;
		padding: 20px 10px;
		width: 100%;
		text-transform: uppercase;
	}

	.ico-metodologia, .ico-seguridad, .ico-tiempo, .ico-especialistas {
		position: relative;
		top: 0;
		left: 0;
	}
	
	.why p {
		opacity: 1;
		font-size: 15px;
		padding: 5px 10px;
		margin-bottom: 20px;
	}
	.why img {
		width: 100px;
	}
	.why-item {
		text-align: center;
		width: 100%;
	}
	


	.testimonios li {
		width: 100%;
	}

	.test-profile {
		width: 200px;
		height: 200px;
		margin: 0 auto;
		text-align: center;
	}
	.test-description {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	
	.test-imagen {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.slick-dots {
		display: flex;
	}
	
	.main-slider {

	}

	.slider-btn {
		display: flex;
		/*position: relative;*/
		margin-bottom: 10px;
		bottom: 0;
		/*margin-bottom: -20px;*/
	}

	.modal-dialog {
		max-width: 100%;
	}

}
