@charset "utf-8";
/* CSS Document */

*{font-family: 'Roboto', sans-serif;}
/*.intro-section{ 
background: url(../images/shutterstock_74177476_opt.jpg) fixed 50%;
}
.services-section{ 
background: url(../images/shutterstock_134150393_opt.jpg) fixed 50%;
}*/
.quienes_somos{
	background: url(../images/quienes_somos000.jpg);
width:100%;
max-width:100%;
height:auto;
min-height:250px;
/*border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;*/
margin:40px auto;
}

.servicios{
	background: url(../images/servicios001.jpg);
	/*background-color:#FFF;*/
width:100%;
max-width:100%;
height:auto;
min-height:250px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
margin:40px auto;
}

.contenidos{
	background: url(../images/quienes_somos001.jpg);
width:100%;
max-width:100%;
height:auto;
min-height:250px;
/*border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;*/
margin:40px auto;
}
.callcenter{
		background: url(../images/callcenter001.jpg);
	/*background-color:#FFF;*/
width:100%;
max-width:100%;
height:auto;
min-height:250px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
margin:40px auto;
}
.medios{
		background: url(../images/medios001.jpg);
	/*background-color:#FFF;*/
width:100%;
max-width:100%;
height:auto;
min-height:250px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-ms-border-radius:5px;
margin:40px auto;
}

.servicios-p{
	background-color:#FEFEFE;
  margin: 0 auto 40px auto;
  padding: 2%;
  }
.icon_services{
	color:#F90;}

.dropdown-menu{
	background-color: rgba(0, 0, 0, 0.6);
	}
.dropdown-menu a{
	color:#FFFFFF;
	font-size:14px;
	}
/*.top-nav-collapse {
  padding: 7px;
}*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
color: #DBDBDB!important;
  background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  
 
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color:#00BFFF;
  background-color: rgba(0, 0, 0, 0.7);
    border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  
}


.navbar-default {
  background: rgba(0, 0, 0, 0.7)!important;
  border: none!important;
  background-color: #111111;
}

.navbar-default li{
	font-size:17px;
	font-weight:300;
	margin:0 5px;
	}
.navbar-default li a{
	color: #FFF!important;
}
.navbar-default li a:hover{
	color: #00BFFF!important;
	background-color: rgba(0, 0, 64, 0.4);
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 20px;
}
.carousel-caption {
  position: absolute;
  right: auto;
  bottom: 10%;
  left: 31%;
  z-index: 10;
  
  padding: 0 3% 3% 3%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  /* text-shadow: 0 1px 2px rgba(0,0,0,.6); */
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.text-photo{
  margin-top: 5%;
  color: #FFF;
  font-weight: 100!important;
  background: rgba(9, 26, 52, 0.8);
  font-size: 2em!important;
  padding: 1%;
  }
 .callcenter-photo {
  margin-top: 5%;
  color: #FFF;
  font-weight: 100!important;
  background: rgba(9, 26, 52, 0.8);
  font-size: 2em!important;
  padding: 1%;
  }
  
  
  
  

body {
	font-size: 15px !important;
	line-height: 1.50 !important;
	color: #333333 !important;
	background-color: #ffffff !important;
	position: relative !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333 !important;
}
h1 {
  font-size: 50px;
  font-weight: 300;
  line-height: 40px;
  color: rgb(0, 0, 0);
}
h2 {
	font-size: 30px !important;
	margin-bottom: 15px !important;
	font-weight: 700 !important;
}
h3 {
	font-size: 20px !important;
	font-weight: 700 !important;
}
h4 {
	font-size: 21px !important;
	font-weight: 700 !important;
}
h5 {
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
}
h6 {
	font-weight: 700 !important;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB !important;
}
.text-colored {
	color: #55acee !important;
}
a {
	color: #55acee !important;
}
a:hover {
	color: #F60!important;
}
a:focus,
a:active {
	outline: none !important;
}
.large {
	font-size: 18px !important;
}
img {
	/*display: block !important;*/
	max-width: 100% !important;
	height: auto !important;
}
.list-unstyled li {
	padding: 5px 0 !impor
	tant;
}
.list-horizontal {
	padding: 15px 0 !important;
}
.list-horizontal-item img {
	display: block !important;
	margin: 0 auto !important;
}
.list-icons {
	padding: 0 !important;
	margin: 20px 0 !important;
	list-style: none !important;
	font-size: 18px !important;
}
.list-icons li {
	padding: 0 0 15px 0 !important;
}
blockquote {
	border-left: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.title {
	margin-top: 0 !important;
}*/

/* Layout
----------------------------------------------------------------------------- */
.header {
	background:#FFFFFF;
background-image: -webkit-linear-gradient(top, #EEEEEE, #ffffff);
background-image: -moz-linear-gradient(top, #EEEEEE, #ffffff);
background-image: -ms-linear-gradient(top, #EEEEEE, #ffffff);
background-image: -o-linear-gradient(top, #EEEEEE, #ffffff);
background-image: linear-gradient(to bottom, #EEEEEE, #ffffff);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.subfooter {
	
	background-color:#132B40;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
	color:#CCC;
	background-image: url(../images/mapamundi.png) ;
	background-repeat: no-repeat;
}

.section {	
	padding: 2% 0!important;
}

.bg-image-1 {
	background:url(../images/gray_jean.png) 50% 0 fixed!important;
}
.bg-contactenos{
	background:url(../images/mapamundo-dotted-compressor.png) 50% 0 fixed #FFF!important;
}
.datos_contacto_footer{
	padding: 10px 3%;
	/*border: 1px solid #D5D5D5;*/
	 }
/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
  padding: 7px 15px;
  font-size: 22px;
  font-weight: 400!important;
  color: #FFF!important;
  line-height: 1.42857143;
  min-width: 160px;
  text-align: center;
  border-radius: 3px;
  /* text-transform: uppercase; */
  font-weight: 200;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
	background-color:#FD8B12;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #272727;
	border-color: #339BEB;
}
/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}
/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.modal-header {
	background-color: #55acee;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}
/*---------------------------------------------------------*/
.container-fluid {
padding-right: 0px !important;
padding-left: 0px !important;
margin-right: auto !important;
margin-left: auto !important;
}
/*.jumbotron{
	padding: 0px 2% 2% 2%!important;
	margin-bottom: 5px !important;
	border: 1px solid #EAEAEA;
	background: #F4F4F4;
background-image: -webkit-linear-gradient(top, #F4F4F4, #F9F9F9);
background-image: -moz-linear-gradient(top, #F4F4F4, #F9F9F9);
background-image: -ms-linear-gradient(top, #F4F4F4, #F9F9F9);
background-image: -o-linear-gradient(top, #F4F4F4, #F9F9F9);
background-image: linear-gradient(to bottom, #F4F4F4, #F9F9F9);
	}*/
.img{
	margin: 0!important;
  padding: 0!important;
  display: inline-block!important;
  }
.img-center{
		margin:0 auto !important;
		}
.panel{
	margin:0 !important;
padding:2%!important;
background-color:#F7F7F7!important;

}

.divider{
	border-right:1px dotted #CCCCCC;
	}
	
.back-to-top {
background: none;
margin: 15px;
position: fixed;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 100;
display: none;
text-decoration: none;
color: #CCC;

}

.back-to-top i {
  font-size: 40px;
}
/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
}
.social-links li {
margin: 0px 10px 10px 0;
display: inline-block;
font-size: 30px;
}
.social-links li a {
	color: #333333;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.instagram a:hover {
	color: #cb2027;
}
/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}


@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}


@media (min-width:768px) {

}
@media (min-width:768px) and (max-width:991px) {

}
@media (max-width:767px) {


}


@media (min-width:768px) {

}
@media (max-width:991px) {
	.divider{
		border-right:none;
		border-bottom:1px dotted #CCC
		}
}



.fuentecasalista1 {
	color: #ffffff;
	
}

.contenedorpaso{

display:table; 
margin:auto;
}




.divpaso {
display:table; 
float:left;

margin: 15px;
width: 250px;
height: 180px;

}


.textpaso{
	font-size:14px;
	line-height:16px;
	color: #ffffff
	}
	
.titletpaso{
	font-size:17px; 
	font-weight:bold
	line-height:16px;
	color: #ffffff
	}
	
	.textblanco{
	
	font-size:15px; 
	font-weight:300;
	line-height:25px;
	color: #ffffff
	}
	
	
	.textblancolink {
	color: #ffffff;
	font-size:13px; 
	line-height:25px;
	
	}
	
	
	
	.textblancolink a {
		
	color: #ffffff;
	text-decoration:none;
	font-size:13px; 
	line-height:25px;
	
	}
	
	.textblancolink a:hover {
	color: #ffffff;
	font-size:13px; 
	text-decoration:underline;
	line-height:25px;
	
	}
	
	
	.textblancolinkp{
	
	font-size:11px; 
	font-weight:300;
	line-height:16px;
	color: #ffffff
	}
	
	.textblancolinkp a {
	
	font-size:11px;
	text-decoration:none 
	font-weight:300;
	line-height:16px;
	color: #ffffff
	}
	.textblancolinkp a:hover{
	
	font-size:11px;
	text-decoration:underline
	font-weight:300;
	line-height:16px;
	color: #ffffff
	}
	
	.textblanco2{
	
	font-size:14px; font-weight:bold;
	line-height:22px;
	color: #ffffff
	}
	
	.textblanco3{
	
	font-size:12px; font-weight:300;
	line-height:18px;
	color: #ffffff
	}
	
	.titletpup{
	font-size:23px; 
	font-weight:bold;
	line-height:16px;
	color: #666666
	}
	
	.divproducto {

float:left;
margin: 11px;
width: 253px;
height: 295px;
}


.divservicios {

float:left;
background-color: #ffffff;
margin:28px 40px 11px 11px ;
width: 226px;
height: 330px;
}


.divservicios1 {

float:left;

margin:28px 40px 11px 25px ;
width: 226px;
height: 330px;
}


.titleservicios{
	font-size:14px;
	margin-top: 10px; 
	font-weight:bold;
	line-height:25px;
	color: #333333 
	}
	
.titleservicios2{
	font-size:13px; 
	font-weight:normal;
	line-height:20px;
	color: #666666 
	}

.titleservicios3{
	font-size:11px; 
	font-weight:bold;
	line-height:16px;
	color: #666666 
	}
	
	
	.titlecontacto{
	font-size:30px;
	margin-top: 10px; 
	font-weight:bold;
	line-height:40px;
	color: #333333 
	}

	.titlecontactoblanck{
	font-size:30px;
	margin-top: 10px; 
	font-weight:bold;
	line-height:40px;
	color: #ffffff 
	}
	
.divnorma {

float:left;
background-color: #ffffff;
margin:28px 25px 11px 11px ;
width: 440px;
height: 400px;
background-image:url(../images/fondonorma.png);
background-repeat: no-repeat;
}

.divcarros {

float:left;
background-color: #ffffff;
margin:28px 0px 11px 11px ;
width: 456px;
height: 400px;
background-image:url(../images/fondocarros.png);
background-repeat: no-repeat;
}


.titlenorma2{
	font-size:30px;
	margin: 10px 2px 3px 25px 
	font-weight:bold;
	line-height:25px;
	color: #333333 
	}

.textgris{
	font-size:15px; 
	font-weight:normal;
	line-height:20px;
	color: #666666 
	}
	
.textgrisbold{
	font-size:15px; 
	font-weight:bold;
	line-height:20px;
	color: #999999 
	}
	
	
	.textgrisbold2{
	font-size:18px; 
	font-weight:bold;
	line-height:20px;
	color: #999999 
	}
	
	
	.titlecarrotipo{
	font-size:25px;
	margin: 10px 2px 3px 25px 
	font-weight:bold;
	line-height:25px;
	color: #333333 
	}
	

.divserviciostodos {

float:left;
background-color: #ffffff;
margin:28px 25px 11px 11px ;
width: 440px;
height: 400px;

}	


.cajas { border: 1px; border-style: solid;
border-color: #C9BDBD; margin-bottom: 25px; }



.textgrisbold12{
	font-size:22px; 
	font-weight:bold;
	line-height:20px;
	color: #999999 
	}
	
	
	.cajaform1 {

width: 300px;
height: 120px;

}

	.cajaform2 {

width: 80%;
height: 30px;

}
	
	