/*....................................................     PRINCIPAL       ....................................................*/
*{
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	

}

body{
	font-family: 'Montserrat', sans-serif;
}
.contenedor{
	width: 100%;
	

}
.container{
	max-width: 1280px;
	margin-left: auto !important;
	margin-right: auto !important;
	padding-left: 0;
	padding-right: 0;
}
.contenedor_palabras_menu a{
	margin-left: 58px; /* distancia entre cada uno*/
	font-size: 13px;
	text-decoration: none;
	font-weight: 500;
	text-align: left;
	margin-top: 20px;
}
header{
	background: url('../img/Banner_cavm.jpg');
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	height: 685px;
	width: 100%;
	padding: 0;
}
header .primary-nav .activo{
	background: #f00;
}

.contenedor_palabras_menu ul li{
	display:inline-block;
	list-style: none;
	padding-top: 22px;
	margin-left: 0px;
}

.header_resp {
	width: 100%;
	position: fixed;
	z-index: 1000;
	margin-top: -2px;
}
.header_resp nav {
	width: 90%;
	max-width: 1000px;
	margin: 20px auto;
	background: #024959;
}
.menu_bar {
	display: none;
}
.header_resp nav ul {
	overflow: hidden;
	list-style: none;
	margin-left: -30px;
}
.header_resp nav ul li {
	float: left;
}
.header_resp nav ul li a{
	color: #ffffff;
	padding: 20px;
	display: block;
	text-decoration: none;

}
.header_resp nav ul li a:hover {
	background: #037e8c;
}
.header_resp nav ul li span {
	margin-right: 10px;
}
.hidden { display: none; }

/*....................    FOOTER   ....................*/



.bg_primera_fila{
	background: #648d0c;
	margin-bottom: 60px;

}
.primera_fila_footer{
	/*background: url('../img/patron_circulos.png');
	background-repeat: repeat-x;:*/


}

.contenedor_logo_footer{
	padding-left: 35px;
}

.titulo1_footer{
	text-align: center;
}
.titulo2_footer{
	text-align: center;
}
.formulario{
	max-width: 35%;
	border-radius: 2px;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-top: -135px;
	margin-bottom: -15px;
	box-shadow: 0px 5px 10px  rgba(0, 0, 0, .1);
}
.contenedor_logo_menu2{
	margin-top: 20px;
	padding-left: 35px;
}
.mensaje{
	/*padding-top: 40px;*/
	padding-bottom: 80px;
}

.footer_proyectos{
	margin-top: 20px;
}


.social{
	text-align: center;
	margin-bottom: 20px;
}
footer ul{
	list-style: none;

}
footer .redes_sociales li{
	display:inline-block;
}
footer .servicio_contactanos p {
    margin-bottom: 5px !important;
}
footer  .seccion4 {
	margin-top: -5%;
}

/*........................................       ESTILOS GENERALES EN LOS HTML        .........................................*/
.caja{border: 1px solid #f00;}

ul{list-style: square; padding-left: 20px;}



.color_text_white{color: #fff;}
.color_text_gray{color: #7b7b7b;}
.color_text_green1:{color: #81a435;}
.color_text_green2{color: #32562c;}
.color_text_green3{color: #648d0c;}
.color_text_green4{color: #2D9C9C;}

.font_s11{font-size: 11px;}
.font_s12{font-size: 12px !important;}
.font_s13{font-size: 13px;}
.font_s14{font-size: 14px;}
.font_s16{font-size: 16px;}
.font_s18{font-size: 18px;}
.font_s19{font-size: 19px;}
.font_s20{font-size: 20px;}
.font_s25{font-size: 25px;}
.font_s30{font-size: 30px;}
.font_s32{font-size: 32px;}
.font_s35{font-size: 35px;}
.font_s40{font-size: 40px;}

.monserrat_light{font-weight: 300;} 
.monserrat_regular{font-weight: 400;} 
.monserrat_medium{font-weight: 500;} 
.monserrat_semi_bold{font-weight: 600;} 
.monserrat_bold{font-weight: 700;} 
.monserrat_extra_bold{font-weight: 800;} 

.bg-color-white{background: #fff;}
.bg-color-gray1{background: #F2F2F2;}
.bg-color-gray2{background: #4A4A4A;}
.bg-color-blue1{background: #3593a4;}
.bg-color-blue2{background: #484848;}
.bg_color_degradado{ background: radial-gradient(circle at 50% 90%, #ffffff 40%, #70a42f 90%) no-repeat; }

.imgs{width: 100%;}

.parrafo{text-align: center; margin: 0;}

.ctn_breadcrumbs{margin-right: 0; margin-left: 0; font-size: 13px; font-weight: 300; background: #70a42f;}

.breadcrumbs{  color: #fff; max-width: 1280px; padding-left: 35px; padding-bottom: 5px; padding-top: 5px;}

.imagen_texto{margin-top:40px; margin-bottom:40px;}

.elementos{text-align: center; color: #fff;}

.texto_breadcrumbs{margin-bottom: 0; max-width: 1280px;}

.margin0{margin-right: 0; margin-left: 0;}

.padding0{padding-left: 0; padding-right: 0;}

.ctn_logo_palabras_general{margin-bottom: 20px;}

.mt-50 { margin-top: -50px; }
.mt_0 { margin-top: 0px; }

.pdd { padding: 3px 26px }

.pos_abs { position: absolute; }

.mt-34 { margin-top: -34px; }
.mt-35 { margin-top: -35px; }
.mt-8 { margin-top: -8px; }
.mt_50 { margin-top: 50px; }
.mt_90 { margin-top: 90px; }



.pl_0 { padding-left: 0px; }
.pb_0 { padding-bottom: 0px; }

.menu_fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	/*box-shadow:0px 10px 10px rgba(0,0,0,.5);*/
}
.pos_ab { position: absolute; }
.logo_header_resp { 
	float: right;
	margin-right: 20%px; 
}

.tac{ text-align: center; }
.he_textarea { height: 140px !important; }
.p_succes {
	text-align: center;
	margin-right: 25px;
}
.p_succes_contact {
	text-align: center;
	margin-right: 120px;
}


/*....................................................       HOME        ......................................................*/

.contenedor_logo_menu{
	margin-top: 20px;
	padding-left: 35px;
}
.contenedor_palabras_menu{
	margin-top: 20px;

}
.home{
	background: #112b25;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #112b25;
	padding: 3px 26px;
	
	}
.ctn_logo_palabras{
	margin-bottom: 130px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.titulo_primera_fila{
	text-align: ;
}
.contenedor_btn{
	padding: 0;
}
.contenedor_btn a{
	border-radius: 2px;
	border: 2px solid #648d0c;
	color: #ffffff;
	margin-left: 0;
	padding: 8px 16px;
	font-weight: 400;
	background: #648d0c;
	font-size: 12px;
}
.btn_formulario{
	border-radius: 1px;
	border: 2px solid #648d0c;
	color: #ffffff;
	margin-left: 0;
	padding: 8px 16px;
	font-weight: 400;
	background: #648d0c;
	font-size: 13px;
}
.ctn_img_carousel{
	padding-right: 0;
	padding-left: 0;
}
.primera_fila{
	margin: 40px;
}
.segunda_fila{
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}
.tercera_fila{
	margin: 0;
}
.cuarta_fila{
	margin: 50px;
}
.inicio_cavm .texto_segunda_fila {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;

	
}
/*....................................................     NOSOSTROS     ......................................................*/
.nosotros{
	background: #81a435;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #81a435;
	padding: 3px 26px;
	
}
.fab{
	background: url('../img/nosotros.jpg');
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
	height: px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.mision_vision{
	padding-top: 50px;
	padding-bottom: 50px;
}
.parrafo1{
	padding-top: 40px;
}
/*....................................................     SERVICIOS     ......................................................*/
.servicios{
	background: #81a435;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #81a435;
	padding: 3px 26px;
	
}
.serv{
	background: url('../img/servicios.jpg');
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
	height: px;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 100px;
}
.texto_servicios{
	text-align: right;
}
.texto_servicios_margin{
	margin-bottom: 110px;
}

/*....................................................     PROYECTOS     ......................................................*/
.proyectos{
	background: #81a435;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #81a435;
	padding: 3px 26px;
	
}
.proy{
	background: url('../img/proyectos.jpg');
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	/*margin-bottom: 30px;*/
}


/*....................................................    CONTACTANOS    ......................................................*/
.contactanos{
	background: #81a435;
	color: #fff;
	border-radius: 2px;
	border: 2px solid #81a435;
	padding: 3px 26px;
	
}
.texto_primera_fila_footer{
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
.mapa{
	margin-bottom: 60px;
}
.mapa_iframe{
	margin: 0px;
	padding-left: 0;	
}
.formulario_contactanos{
	width: 80%;
	margin:auto;
}
.mar1_footer{
	margin-top: 5px;
}
.mar2_footer{
	margin-top: 15px;
}
.texto_banner {
	padding: 0 12%;
}
.ctn_form_contact { 
	margin-right: 30px;
	margin-left: 30px; 
}