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

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
a {
	outline: none !important;
}

.pointer_idioma{
cursor:pointer;}

.columnas li{
margin:0px 0px 10px 0px;}

/*-----Header & inicio Starts-------*/
.navbar-brand {
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top:0px;
	padding-top:0px;
}
.navbar-brand:hover {
	color: #DE162D;
}
.navbar-toggle {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
	background-color: RGBA(0, 0, 0, 0.48);
}
.inicio {
	background-attachment: fixed;
	background-color: #2A3A54;
	background-image: url(images/home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	cursor: default;
	text-align: center;
	width: 100%;
	float: left;
}
.bg-overlay {
	padding: 220px 0 200px;
	background-color: RGBA(20 , 22, 25, 0.78);
}
.inicio-text h2 {
	font-size: 50px;
}
.inicio-text h2 span {
	color: #DE162D;
}
.inicio-text p {
	font-size: 15px;
}
.inicio-button {
	border: rgba(204, 204, 204, 0.18) 1px solid;
	padding: 12px 35px;
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	margin-top: 50px;
}
.inicio-button:hover {
	background-color: #C9CFD1;
	text-decoration: none;
	color: #000;
}
.mynav {
	transition: all 0.8s ease-in;
	background: rgb(50, 68, 97) none repeat scroll 0% 0%;
}
.mynav li a {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
.nav > li > a:focus, .nav > li > a {
	color: #C9CFD1;
}
.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
	background-color: #2A3A54;
	color: #fff;
	border-bottom: 2px solid #DE162D;
}
.navbar-nav > li > a {
	padding-top: 28px;
	padding-bottom: 28px;
}
/*-----Header & inicio Ends-------*/

/*-----Features Starts-------*/
.features {
	padding: 100px 0px;
	float: left;
	width: 100%;
}
.icon-box {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0px;
	display: inline-box;
	border: rgba(204, 204, 204, 0.18) 1px solid;
	;
	border-radius: 50%;
	padding: 0px !important;
}
.icon-box i {
	line-height: 70px;
	font-size: 25px;
	color:#D1D1D1;
}
.feature-text {
	padding-left: 20px;
}
.feature-text h4 {
	color: rgb(68, 51, 68);
}

/*agregado_icono_directores*/
.icono_directores{
border: rgba(204, 204, 204, 0.18) 1px solid; 
border-radius: 50%; 
line-height: 70px; 
font-size: 25px; 
color: #DE162D; 
width: 70px; 
height: 70px; 
padding:15px;
 margin:0px 10px 0px 0px;
 }
/*fin agregado_icono_directores*/

/*Otros iconos*/
.icon-box-cambio {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0px;
	display: inline-box;
	border: rgba(204, 204, 204, 0.18) 1px solid;
	;
	border-radius: 50%;
	padding: 0px !important;
}

.icon-box-cambio i {
	line-height: 70px;
	font-size: 25px;
	color:#DE162D; 
}
/*Iconos Contacto*/
.icon-box-contacto {
	position: relative;
	width: 25px;
	height: 25px;
	margin: 4px;
	display: inline-box;
	border:#CCCCCC 1px solid;
	;
	border-radius: 50%;
	padding: 5px !important;
}

.icon-box-contacto i {
	line-height: 15px;
	font-size: 15px;
	color:rgba(204, 204, 204, 0.18); 
}
/*Fin de otros iconos*/

/*Titulos Blancos*/
.titulos_blancos h4{
color:#FFFFFF;
}

/*Fin de Titulos Blancos*/





/*-----Features Ends-------*/

/*------Porqué elegirnos--------*/
.porque {
	width: 100%;
	float: left;
}

.porque a{
color:#FFFFFF;
text-decoration:none;
}

.porque h3 {
	margin-top: 0px;
	margin-bottom: 70px;
	border-bottom: 2px solid #DE162D;
	display: inline-block;
	line-height: 35px;
}

.quita_margen{
margin:0px;
padding:0px;
}

.text-center{
text-align:center;
}

#svs{
text-align:center;
margin:60px 0px 0px 0px;
}
.icono_svs{
margin-bottom:3px;
}
/*-------Fin de Porqué elegirnos-----*/

/*-----Portfolio or Work Starts-------*/

.portfolio {
	padding: 100px 0;
	background-color:#f4f4f4;
	float: left;
	width: 100%;
}
.portfolio-item {
	margin-bottom: 30px;
}
.img-portfolio {
	margin: 0 auto;
}
.img-portfolio:hover {
	opacity: 0.8;
}
.portfolio h3 {
	margin-top: 0px;
	margin-bottom: 50px;
	border-bottom: 2px solid #DE162D;
	display: inline-block;
	line-height: 35px;
}
.view-more {
	padding: 12px 35px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	background-color: #DE162D;
	margin-top: 20px;
}
.view-more:hover {
	text-decoration: none;
	color: #ffffff;
}

/*-----Portfolio or Work Ends-------*/


/*-----quienes-somos Starts-------*/
.quienes-somos {
	padding: 50px 0px;
	width: 100%;
	float: left;
}
.quienes-somos h3 {
	margin-top: 0px;
	margin-bottom: 50px;
	border-bottom: 2px solid #DE162D;
	display: inline-block;
	line-height: 35px;
}
.test {
	background-color:#f4f4f4;
	padding: 20px 20px 10px;
}
.item {
}
.test p {
	font-size: 15px;
	font-weight: 300;
}
.test i {
	padding: 0px 8px;
}
.test-img {
	margin-top: 30px;
}
.test-img img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid rgba(68, 51, 68, 0.46);
	display: inline-block;
}
.test-img p {
	display: inline-block;
	font-size: 15px;
	padding-left: 10px;
}
.owl-theme .owl-controls .owl-page span {
	background-color: #A30B1B !important;
}
/*-----quienes-somos Ends-------*/


/*-----Call to action Starts-------*/
.call-to-action {
	background-attachment: fixed;
	background-color: #2A3A54;
	background-image: url(images/working.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	cursor: default;
	text-align: center;
	width: 100%;
	float: left;
}
.call-overlay {
	padding: 50px 0px;
	background-color: RGBA(20 , 22, 25, 0.80);
}
.subscribe-text {
	text-align: left;
}
.subscribe-text h3 {
	margin-top: 0px;
	margin-bottom: 20px;
	border-bottom: 2px solid #DE162D;
	display: inline-block;
	line-height: 35px;
	text-align: left;
}
.subscribe-button {
	padding: 12px 35px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	background-color: #DE162D;
	margin-top: 30px;
}
.subscribe-button:hover {
	text-decoration: none;
	color: #ffffff;
}
/*-----Call to action Starts-------*/

/*-----servicios Starts-------*/
.servicios {
	padding: 90px 0px;
	width: 100%;
	float: left;
}

.servicios li{
list-style:none;
margin:0px 0px 10px 0px;}
}

.servicios h3 {
	margin-top: 0px;
	margin-bottom: 50px;
	border-bottom: 2px solid #DE162D;
	display: inline-block;
	line-height: 35px;
}
.servicios-text p {
	font-size: 15px;
	font-weight: 300;
}
.counter-item h5 {
	margin: 0px !important;
	font-family: 'Work Sans', sans-serif;
}
.timer {
	color: #DE162D;
	font-size: 50px;
	font-weight: 200;
}
.block {
	padding-left: 0px !important;
}
/*-----servicios Ends-------*/


/*-----contacto Starts-------*/
.contacto {
	background-color:#f4f4f4;
	padding: 90px 0px;
	float: left;
	width: 100%;
}
.contacto h3 {
	margin-top: 0px;
	margin-bottom: 50px;
	border-bottom: 2px solid #DE162D;
	display: inline-block;
	line-height: 35px;
}
.contacto-form {
	margin-top: 45px;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #242424;
	background-color:#FFFFFF;
	background-image: none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	border-bottom: 2px solid #f0f0f0;
	resize: none;
	margin-top: 25px;
}
.form-control:hover, .form-control:focus {
	box-shadow: none;
	border-bottom: 2px solid #C9CFD1;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #242424 !important;
}
 input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
color: #242424 !important;
}
 input::-moz-placeholder, textarea::-moz-placeholder {  /* Firefox 19+ */
color: #242424 !important;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #242424 !important;
}
.contacto-button {
	border: none;
	padding: 12px 35px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	border-radius: 10px 10px 10px 10px;
	font-size: 15px;
	background-color: #A30B1B;
	margin-top: 30px;
}
.address {
	color: #242424;
	margin-top: 70px;
}
.address h4 {
	color: #DE162D;
	font-size: 22px;
}
.address p {
	font-size: 12px;
	font-weight: 500;
}
.email i {
	color: #DE162D;
	padding-right: 10px;
	font-weight: 400;
	font-size: 16px;
}
.email {
	padding-top: 15px;
}
footer {
	padding: 25px 0;
	text-align: center;
	width: 100%;
	float: left;
}
footer span.copyright {
	line-height: 40px;
	text-transform: none;
}
footer ul.quicklinks {
	margin-bottom: 0px;
}
footer ul.quicklinks a {
	color:#999999;
	line-height: 40px;
	text-decoration: none;
}
ul.social-buttons {
	margin-bottom: 0;
}
ul.social-buttons li a {
	background-color: #222;
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	transition: all 0.3s ease 0s;
	width: 40px;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: #DE162D;
}
.btn:focus, .btn:active, .btn.active, .btn:active:focus {
	outline: 0 none;
}

/*-----contacto Starts-------*/

@media (min-width:0px) and (max-width: 600px) {
.bg-overlay {
	padding: 180px 0 120px;
}
.inicio-text h2 {
	font-size: 35px;
}
nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
	border-bottom: none;
	;
}
.features, .servicios, .portfolio, .contacto, .quienes-somos {
	padding: 50px 0px;
}
}
