/* STYLES FOR INCEDO */

@font-face {
    font-family: 'gotham_lightregular';
    src: url('../fonts/gotham-light-webfont.eot');
    src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-light-webfont.woff2') format('woff2'),
         url('../fonts/gotham-light-webfont.woff') format('woff'),
         url('../fonts/gotham-light-webfont.ttf') format('truetype'),
         url('../fonts/gotham-light-webfont.svg#gotham_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL ------------------*/
body{
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	color: #666;
}

.no_padding{
	padding: 0;
}

.clearfix{
	clear: both;
}

a,
a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline: none;
	color: #f53c2d;
}

.img_cnt img{
	width: 100%;
}

.video_cnt {
	position: relative;
	padding-bottom: 54%;
	padding-top: 25px;
	margin: 50px 0 0;
	height: 0;
}

.video_cnt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TEXT ------------------*/
h2.section_tit{
	margin-bottom: 30px;
	font-size: 1.6em;
	color: #f53c2d;
}

h2.section_tit.form{
	margin-bottom: 5px;
}

h3.section_sub{
	margin-bottom: 20px;
	font-size: 1em;
	color: #000;
	font-weight: 600;
}

h3.section_sub.red,
ul.red li{
	color: #f53c2d;
}

p.list_tit{
	font-weight: 600;
}

section ul {
	padding-left: 20px;
}

ul.small {
	padding-left: 0;
}

ul.small li {
	list-style-type: none;
	font-size: 1em;
	font-weight: 600;
	line-height: 30px;
}

ul.red h3.section_sub.red{
	margin-bottom: 0;
}

ul.red li p{
	color: #666;
}

p.clients{
	margin-top: 20px;
}

h4.clients_tit{
	width: 100%;
	margin-top: 50px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f53c2d;
	font-weight: 600;
	font-size: 1.2em;
	color: #f53c2d;
}

/* NAVBAR ------------------*/
.navbar-default{
	min-height: 70px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #A1A1A1;
}

.navbar-default .container{
	padding-left: 50px;
}

.navbar-brand{
	height: 30px;
	margin: 25px 100px 15px 0;
	padding: 0; 
}

ul.navbar-nav{
	margin-top: 40px;
}

ul.navbar-nav li{
	padding-right: 30px;
}

.navbar-default .navbar-nav>li>a{
	color: #A1A1A1;
	font-size: .9em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active{
	color: #f53c2d;
}

.navbar-toggle{
	margin: 17px 0 0;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:hover{
  background-color: #fff; 
}

.navbar-default .navbar-collapse{
	border-color: #fff;
}

.navbar-nav>li>a{
	padding: 0;
}

/* SUB NAVBAR ------------------*/
ul.sub_nav{
	padding-left: 0;
	margin-top: 20px;
	width: 100%;
}

ul.sub_nav li{
	list-style-type: none;
	width: 100%;
	min-height: 40px;
	padding: 8px 0;
	margin-bottom: 5px;
	background: #f6f4f4;
}

ul.sub_nav li.active{
	padding-left: 15px;
	color: #f53c2d;
}

ul.sub_nav li a{
	display: block;
	width: 100%;
	min-height: 24px;
	padding-left: 15px;
	color: #000;
}

ul.sub_nav li a:hover{
	color: #f53c2d;
}

aside .logo_cnt{
	margin: 50px 0 20px;
}

aside a.rew_cta{
	font-weight: 600;
	color: #f53c2d;
}

.separator{
	width: 100%;
	margin: 40px 0;
	border-bottom: 1px solid #A1A1A1;
}

aside .cases_tit{
	color: #000;
	font-size: 1.5em;
	font-weight: 600;
	margin: 0 0 30px;
}

/* SLIDER ------------------*/
.carousel{
	margin-top: 20px;
	min-height: 380px;
}

.carousel-control.right{
	background-image: none;
}

.carousel a.arrow{
	display: block;
	width: 40px;
	height: 70px;
	position: absolute;
	top: 30%;
	right: 0;
}

.item .text{
	color: #666;
}

.item .text h2{
	color: #2a2a2a;
}

.item .text p span{
	color: #ff0600;
	font-weight: bold;
}

.item .text a.cta{
	display: block;
	width: 200px;
	height: 35px;
	background: #f53c2d;
	color: #fff;
	text-align: center;
	line-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.item .text a.cta:hover{
	background: #2a2a2a;
}

/* FOOTER ------------------*/
footer{
	color: #000;
	margin: 70px 0 50px;
}

footer h4{
	font-size: 4.5em;
    font-family: 'gotham_lightregular';
 	text-align: center;   
}

footer ul.tel{
	margin-top: 30px;
}

footer ul.tel li{
	display: inline-block;
	list-style-type: none;
}

footer ul.tel li.separator{
	margin: 0 10px;
	width: 1px;
	height: 12px;
	background: #ff0600;
}

footer ul.tel li a{
	display: inline;
	color: #000;
	text-transform: uppercase; 
	border-bottom: 2px solid #ff0600; 
}

footer .logo_rp img{
	margin: 15px 55px 0 0;
	float: right;
}

footer .map_cnt{
	width: 100%;
	margin-top: 40px;
	padding: 40px 0 0 25px;
	border-top: 1px solid #A1A1A1;	
}

footer .map_cnt ul{
	padding-left: 0;
}

footer .map_cnt ul li{
	list-style-type: none;
}

footer .map_cnt ul li a,
footer .map_cnt ul li a:hover,
footer .map_cnt p{
	color: #ccc;
	font-weight: 600;
	font-size: .8em;	
}

footer .map_cnt .input_cnt{
	width: 100%;
	height: 35px;
	border: 1px solid #ccc;
}

footer .map_cnt .input_cnt input[type="mail"],
footer .map_cnt .input_cnt input[type="mail"]:hover,
footer .map_cnt .input_cnt input[type="mail"]:active,
footer .map_cnt .input_cnt input[type="mail"]:focus{
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;	
	-o-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	outline: none;
	float:left;
	width: 80%;
	height: 35px;
	margin: 0;
	padding: 0 15px 0;
	background-color: transparent;
}

footer .map_cnt .input_cnt .btn_mail{
	display: block;
	float:left;
	width: 20%;
	height: 35px;
	background: url("../img/arrow_mail.jpg") no-repeat center;
}

/* CLIENTS -----------------------*/
.clients_img_cnt img{
	margin: 0 auto;
}

/* SERVICES -----------------------*/
.desarrollo_cnt{
	float: left;
	width: 220px;
}

.desarrollo_cnt img{
	width: 100%;
	height: auto;
}

/* CONTACT -----------------------*/
form .form-control{
	height: 40px;
	border-radius: 0;
	box-shadow: none;
}

form p{
	margin: 15px 0 5px;
}

form textarea.form-control{
	height: 121px;
	resize: none;
}

a.btn_submit,
a.btn_regis{
	display: block;
	float: right;
	margin-top: 20px; 
	width: 150px;
	height: 40px;
	background: #f53c2d;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 1.5em;
	font-weight: 200; 
}

a.btn_regis{
	margin-top: 0; 
	width: 100%;
	font-size: 1.3em;

}

.gmap{
	margin: 20px 0 0;
}

.mailto{
	float: right;
	color: #f53c2d;
	font-weight: 600;
}

.mensaje{
	width: 100%;
	margin: 20px 0 0;
	font-weight: 200;
	font-size: 2em;
	color: #666;
	text-align: right;
}




/* MEDIA QUERIES -----------------*/

/* DESKTOP SMALL -----------------*/
@media (max-width: 1199px) and (min-width: 992px){
	/* FOOTER ------------------*/
	footer h4{
		font-size: 3.8em;
	}

	footer ul.tel{
		padding-left: 20px;
	}

	footer ul.tel li{
		font-size: .8em;
	}

	footer .map_cnt{
		padding-left: 5px;
	}
}

/* TABLET -----------------*/
@media (max-width: 991px) and (min-width: 768px){
	/* NAVBAR ------------------*/
	.navbar-brand{
		margin: 25px 50px 15px 0;
	}

	ul.navbar-nav li{
		padding-right: 10px;
	}

	/* FOOTER ------------------*/
	footer h4{
		font-size: 3em;
	}

	footer ul.tel{
		padding-left: 0;
		text-align: center;
	}

	footer ul.tel li{
		font-size: .95em;
	}

	footer .logo_rp{
		width: 210px;
		margin: 30px auto 0;
	}

	footer .logo_rp img{
		float: none;
	}

	footer .map_cnt{
		padding-left: 0;
	}

	footer .map_cnt .ul_wrapper{
		padding-left: 0;
	}
}

/* MOBILE -----------------*/
@media (max-width: 767px){
	/* NAVBAR ------------------*/
	.navbar-default .container{
		padding-left: 15px;
	}

	.navbar-brand{
		margin: 15px 0 25px 5px;
	}

	.navbar-default .navbar-collapse{
		width: 100%;
		margin: 0;
		text-align: center;
	}

	ul.navbar-nav{
		margin: 0;
	}

	ul.navbar-nav li {
		height: 40px;
		padding-right: 0;
		font-size: 1.2em;
	}

	/* SLIDER ------------------*/
	.carousel{
		margin-top: 0;
	}

	.carousel .img_cnt{
		min-height: 245px;
		padding-right: 50px;
		position: relative;
	}

	.carousel .img_cnt img{
		position: absolute;
		bottom: 0;
		padding-right: 50px;
	}

	.carousel .text{
		min-height: 290px;
	}

	.carousel .text.no_padding{
		padding: 0 15px;
	}

	.item .text h2{
		font-size: 1.5em;
	}

	.carousel a.arrow{
		right: 10px;
	}

	/* FOOTER ------------------*/
	footer h4{
		font-size: 2.5em;
	}

	footer ul.tel{
		margin-top: 15px;
		text-align: center;
		padding-left: 0;
	}

	footer ul.tel li.separator{
		display: none;
	}

	footer .logo_rp{
		width: 210px;
		margin: 30px auto 0;
	}

	footer .logo_rp img{
		float: none;
	}

	footer .map_cnt {
  		margin: 25px 0;
  		padding: 25px 0 0;
  	}

  	footer .map_cnt .ul_wrapper{
  		padding: 0;
  	}

  	footer .map_cnt .ul_cnt{
  		padding: 0;
  	}

  	footer .map_cnt p{
  		margin-top: 20px;
  	}

  	a.btn_regis{
		margin-top: 20px; 
	}

}