


/*MENU*/
.menu-bg {background: #95c6ec;} /*color fondo*/

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a {
    color: #222 !important; /*color texto menu*/
	font-family: 'Montserrat', sans-serif; /*tipografia texto menu*/
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 17px;
}
.navigation-tb {
    margin: 3px 0;
}
/*FIN MENU*/



/*PORTADA*/

#home h1, #home p, .header-head1, .header-bgimage P { 
font-family: 'Montserrat', sans-serif;
font-weight: 700;
color: #fff;} /*tipografia texto portada*/


.header-bgimage P {font-size: 28px;} /*tamaño parrafo*/
 

.header-btn {
    background-color: #da251d;/*fondo color boton*/
    border: 1px solid #f3f3f3;
    border-radius: 3px;
    color: #f3f3f3;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 20px 15px 20px;
}
.header-btn-black {color: #fff; border: 1px solid #333333;}/*texto y borde color boton*/

.header-section-space {
    padding: 285px 0 285px 0;
}
/*FIN PORTADA*/


/*TODOS LOS TITULOS H2*/

h2 {font-family: 'Montserrat', sans-serif;
font-weight: 700;
color: #212529;
font-size: 40px;
margin-top: 40px;
    margin-bottom: 35px;
}

p {
   line-height: 1.75;
   font-size: 110%;
}

/*SECCION GRIS quienes somos*/
.section-bg-2 {background-color: #f8f9fa;} /*color fondo*/

.section-bg-2 h3 {color: #333333;} /*color titulo*/

.section-bg-2 p { color: #212529;} /*color texto*/
/*FIN SECCION GRIS*/



/*SECCION BLANCO*/
.section-bg-3 {
    background-color: #fff;
}
.section-bg-1 {
    background-color: #95c6ec;
}
.section-bg-1 h3 {
	color: #333333;
}
.section-bg-1 p {
   color: #212529;
   line-height: 1.75;
}
/*FIN SECCION BLANCO*/

/*SECCION SERVICIOS*/
#services img {
border: 7px solid #e9ecef;
}
h2 {
 
    line-height: 1;
}
@media (min-width: 768px) {
.navbar-right {
    padding-top: 30px; /*dejar en 0 o darle padding para bajar el menu*/
}
}

/*css de rainel */
.builder-content-height {
   overflow: visible;
}
.builder-bgimage-pad {
    padding: 40px 0 120px 0;
}
h3 {font-size: 23px;}

.common-full {

	padding-top: 0px;
		
}	
.testimonial-indicator	{
	border-bottom: 6px solid #e9ecef;
	background-color:#f8f9fa;

}
.res-image-bottom-1  {
	padding-top: 40px;}
	
.header-text-bottom  {
	text-shadow: 2px 2px 4px #000000
}

.header-head1	{
	text-shadow: 2px 2px 4px #000000
}
@media (max-width: 768px) {
.header-head1 img {
    width: 100%!important;
}
}