@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
h1{
	font-family: 'Roboto', sans-serif;
	font-size: 2.7em;
	font-weight: 500;
	padding-bottom: 50px;
}
h2{
	font-family: 'Bebas Neue', cursive;
	font-size: 1.7em;
	font-weight: 600;
	padding-bottom: 15px;
}
h3{
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	font-weight: 500;
	color: #000;
}
h4{
	font-family: 'Roboto', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #000;
}
ul{

}
ul li{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	
}
p{
	font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
	text-align: justify;
}
footer{
	background-image: url(../fds/footer.jpg);
}
#headerTop_a{
	background-color: #EBE9E9;
}
#headerTop_b{
	background-color: #fff;
}
.fontResaltante_a{
	color:red;
}
.iconSocialTop{
	list-style: none;
	margin: 0;
}
.iconSocialTop li{
	display: inline-flex;
}
.iconSocialTop li a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: #000;
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.iconSocialTop li a span{
	color: #fff;
}
.iconSocialBottom{
	list-style: none;
	margin: 0;
	padding: 0;
}
.iconSocialBottom li{
	display: inline-flex;
}
.iconSocialBottom li a{
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: #fff;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	margin-right: 5px;
}
.iconSocialBottom li a span{
	color: #000;
}
.contSection_a{
	background-color:#f0f0f0;
}
.contSection_c{
	background-color:#04060F;
}
.contSection_d{
	background-color:red;
}
.contSection_e{
	background-color:#20303c;
}
.padSection{
	padding-top: 80px;
	padding-bottom: 80px;
}
.padCol{
	padding-top: 25px;
	padding-bottom: 25px;
}
.aServices{
	text-decoration: none;
	color: #000;
}
.aServices:hover img{
	filter:brightness(30%);
}
.contService{
	position: relative;
}
.infoServ{
	position: absolute;
	color: #fff;
	z-index: 100;
	display: none;
	padding: 30px 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 1.0rem;
}

.aServices:hover .infoServ{
	display:block;
}
.descService{
	font-weight: 600;
	padding: 10px 5px;
	text-align: center;
}
.contBtn_a{
	margin-top: 15px;
	text-align: center;
}
.btn_a{
	display:inline-flex;
	text-decoration: none;
	padding: 7px 15px;
	color: #fff;
	background-color: rgba(184,2,5,1.00);
}
.contImgNos{
	width: 185px;
	height: 185px;
	margin-bottom: 3px;
}
.numCount{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
}
.contSocial{
	position: absolute;
	z-index: 100;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.contSocial span{
	color: #fff;
	font-size: 2.5rem;
}
.descSocial{
	font-family: 'Roboto', sans-serif;
	color: #fff;
}
.contSpan_b{
	
}
.contSpan_b span{
	font-size: 2.3rem;
	color: #fff;
	margin-right: 15px;
}
.desc_b{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
}
.span_c{
	font-size: 4.0rem;
	color:#fff;
	text-align: center;
}
.descSpan_c{
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: center;
	font-size: 1.0rem;
}
.imgServ{
	width: 38%;
}
.titleSectionsDesc{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 2.3rem;
	font-weight: 600;
	line-height: normal;
	padding: 40px 0;
}
.titleMaquinaria{
	margin-bottom: 15px;
}
.contMaquinaria{
	margin: 0 25px 75px 25px;
}
.descObra_a{
	width: 40%;
}
.contAnio{
	color:#fff;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	padding: 20px 15px;
	background-color: red;
	width: 20%;
	text-align: center;
	text-shadow:   1px 1px 1px rgba(0,0,0,1.0);
}
.contProy{
	background-color: #fff;
	padding: 20px 15px;
	border-radius: 5px;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 50%;
	/*box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.8), 1px 4px 10px rgba(0, 0, 0, 0.7);*/
}
.contImgLogo{
	width: 20%;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.descMaq{
	width: 30%;
}
.fotoMaq{
	width: 50%;
}





.pFont{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	color:#fff;
}
#header_a{
	background:#034284;
	padding: 3px 0;
}
#header_a span{
	margin-left: 15px;
	margin-right: 5px;
	position: relative;
	top:2px;
}
#header_c{
	/*z-index: 5210;*/
	/*
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.64);
-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.64);
box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.64);
	*/
}
#nom_empresa{
	font-family: 'Patua One', cursive;
	font-size: 2.1em;
	line-height: normal;
	color: #F90206;
	font-weight: 400;
}
#desc_empresa{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	line-height: normal;
}
#contIconsSup{
	position: absolute;
}
.row{
	padding: 0;
}
.contLogo{
	display: flex;
  	justify-content:flex-end;
}
.logo{
	text-decoration: none;
	color: #000;
}
.title_a{
	font-family: 'Antonio', sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
}
.title_b{
	font-family: 'Antonio', sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
}
.fdo_section_b{
	background-image:url(../fds/fdo_mineria.jpg);
	background-size: cover;
}
.fdo_section_c{
	background-image:url(../fds/section2.jpg);
	background-size: cover;
}
.fdo_section_d{
	background-image: url(../fds/section3.jpg);
	background-size: cover;
}
.container_section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.icon_header{
	list-style: none;
	margin: 0;
}
.icon_header li{
	
}
.icon_header li a{
	border:solid 4px #fff;
	text-decoration: none;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.5);
	background: #4c4c4c;
background: -moz-linear-gradient(-45deg,  #4c4c4c 0%, #000000 100%);
background: -webkit-linear-gradient(-45deg,  #4c4c4c 0%,#000000 100%);
background: linear-gradient(135deg,  #4c4c4c 0%,#000000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#000000',GradientType=1 );

}
.face{
	color: #fff;
	font-size: 1.1em;
}
.youtube{
	color: #fff;
	font-size: 0.9em;
}
.webmail{
	color:#fff ;
	font-size: 0.8em;
}
.actiweb{
	color:#fff;
}
.contDirec{
	width: 30%;
	margin-bottom: 30px;
}
.contFotoDirec{
	border: solid 4px #fff;
	border-radius: 3px;
	margin-right: 15px;
}
.contNomDirec{
	font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
	font-weight: 400;
	color:#fff;
	text-shadow:0px 1px 0px #000;
	text-align: center;
	display: block;
}
.contCargoDirec{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 1.0em;
	font-weight: 600;
	color:#fff;
	text-shadow:0px 1px 0px #000;
	text-align: center;
}
/* BOTONES SUPERIORES */
.btnSupHeader{
	list-style: none;
	margin: 0;
	padding: 0;
}
.btnSupHeader li{
	display:inline-block;
	
}
.btnSupHeader li a{
	display:flex;
	align-items: center;
	flex-direction: column;
	border-radius: 7px;
	text-decoration: none;
	color: #000;
	padding: 15px 0;
	width: 68px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #e0e0e0 100%);
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%);
background: linear-gradient(to bottom,  #f4f4f4 0%,#e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 );
}
.btnSupHeader li a:hover{
	background: #e5e5e5;
background: -moz-linear-gradient(top,  #e5e5e5 1%, #a5a5a5 100%);
background: -webkit-linear-gradient(top,  #e5e5e5 1%,#a5a5a5 100%);
background: linear-gradient(to bottom,  #e5e5e5 1%,#a5a5a5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#a5a5a5',GradientType=0 );
}
.btnSupHeader li a span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-bottom: 5px;
	
}
.afiBtn{
	background: #B50003;
	color:#fff;
	font-size: 1.1em;
}
.actiBtn{
	color:#fff;
	background: #00acfc;
background: -moz-linear-gradient(-45deg,  #00acfc 0%, #0069ea 100%);
background: -webkit-linear-gradient(-45deg,  #00acfc 0%,#0069ea 100%);
background: linear-gradient(135deg,  #00acfc 0%,#0069ea 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acfc', endColorstr='#0069ea',GradientType=1 );
	font-size: 1.1em;

}
.webmailBtn{
	color:#fff;
	background: #f9e900;
	font-size: 1.1em;
background: -moz-linear-gradient(-45deg,  #f9e900 0%, #f9b700 100%);
background: -webkit-linear-gradient(-45deg,  #f9e900 0%,#f9b700 100%);
background: linear-gradient(135deg,  #f9e900 0%,#f9b700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e900', endColorstr='#f9b700',GradientType=1 );

}
.DescBtnSupHeader{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	text-shadow:0px 1px 0px #fff;
}
#contDenunBN{
	display:flex;
	align-items: center;
	border-radius: 7px;
	text-decoration: none;
	color: #fff;
	padding: 12px 15px;
	margin-right: 5px;
	text-shadow:0px 1px 0px #000;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.4);
	background: #E2001A;
}
.denunIco{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.denunIco span{
	color: #fff;
	font-size: 1.3em;
}
.contDescDenun{
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	line-height: normal;
}
/* FIN BOTONES SUPERIORES */

/* ESTIULOS FORMULARIO */
form .form-label{
	margin: 15px 0 2px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
}
form .form-control{
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
}
/* FION ESTILOS FORMULARIO */
.icoOk{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: solid 3px #026301;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.icoOk span{
	color: #1A7300;
	font-size: 3.0em;
}
.contMsjeSend{
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.contAlbum{ width:260px;
}
.contAlbum .aLink{
	display: block;
	border: solid 5px #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}
.contPhoto{
	width: 250px;
	height: 160px;
}

.contImgAlbum{ border:solid 6px #fff; box-shadow: inset 0 0 0 20px rgba(255, 255, 255, 0.8), 1px 4px 10px rgba(0, 0, 0, 0.7); width:238px; height:151px; border-radius:3px; overflow: hidden;
}
.contDescAlbum{ padding:10px 0; text-align: center; }
.contTxtAlbum{ line-height:110%; text-align:center; min-height: 30px; }
.mascPlay{
    position: absolute; margin: 6px;
    background-color: rgba(0, 0, 0, 0.0);
    transition: 1s;
}
.mascPlay:hover{
    background-color: rgba(0, 0, 0, 0);
}
a.albumGallery {
	font-family: 'Roboto', sans-serif;
	font-size:1.0em;
	color: #fff;
	text-decoration:none;
	line-height:1;
	
}
a.albumGallery:visited {
	color: #fff;
}
a.albumGallery:hover {
	color: #fff;
	text-decoration:none;
}
a.albumGallery:active {
	color: #fff;
}
a.albumGallery:link {
	color: #fff;
	
}

/* FOTOS Y VIDEOS */
.contPhoto{
	
}

.titleSection_a{
	position: absolute;
	margin-top: 3px;
	width: 630px;
	padding: 10px;
	color: #000;
	z-index: 5000;
	font-family: 'Antonio', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	/*text-shadow:0px 1px 0px #999;*/
	background: rgba(255,255,255,0.50)
}
.titleSection_b{
	position: absolute;
	margin-top: 3px;
	width: 320px;
	padding: 10px;
	color: #000;
	z-index: 5000;
	font-family: 'Antonio', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	/*text-shadow:0px 1px 0px #999;*/
	background: rgba(255,255,255,0.50)
}
.titleSection_c{
	position: absolute;
	margin-top: 3px;
	width: 320px;
	padding: 10px;
	color: #000;
	z-index: 5000;
	font-family: 'Antonio', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	/*text-shadow:0px 1px 0px #999;*/
	background: rgba(255,255,255,0.50)
}
.contTitleImg_a:hover .titleSection_a{
	display: none;
}
.contTitleImg_b:hover .titleSection_b{
	display: none;
}
.contTitleImg_c:hover .titleSection_c{
	display: none;
}
/* FIN FOTOS */
.contLinkFooter{
	padding: 15px 10px;
}
.contIconFooter span{
	font-size: 2.5rem;
	margin-right: 10px;
}
.contDescFooter_a{
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #FFF;
	line-height: 1em;
	font-weight: 500;
}
.iconFooter{
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}
.iconFooter li{
	margin-left: 10px;
}
.iconFooter li a{
	text-decoration: none;
	font-size: 1.6rem;
	color: #000;
}
.video{ cursor: pointer;
	display: block;
	background:#222222;
	border-radius: 4px;
	
}
.video:first-child{ background:#404040;
}
.video:hover{
	background:rgba(217,215,215,1.00);
	
}
.video:hover .contTitVideo{
	color: #000;
}
.contDescVideo ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.contDescVideo li{
	display: flex;
	flex-direction: row;
	text-decoration: none;
	margin-top: 2px;
	border-radius: 4px;
	
	
}
.contTxtVideo{
	background:rgba(251,5,9,1.00);
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size:1.0em;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	border-radius: 4px 0 0 4px;
	
}
.contTitVideo{
	display: flex;
	align-items: center;
	padding: 9px 10px;
	/*background: rgba(247,244,244,1.00);*/
	line-height: normal;
	font-family: 'Roboto', sans-serif;
	font-size:0.8em;
	color:#fff;
	
}
.contPlay{
	background:rgba(189,2,5,1.00);
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.conPlay span{
	color: #fff;
	font-size: 6em;
}
.contOjoTv{
	font-family: 'Fredoka One', cursive;
	font-size: 1.3em;
	padding: 5px;
	margin: 5px 0;
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.contAtencion{
	background-color: #FBBD00;
	padding: 15px 20px;
	line-height: normal;
	font-family: 'Roboto', sans-serif;
	font-size:0.9em;
	color:#000;
	font-weight: 500;
}
.datAten{
	margin-left: 20px;
	margin-bottom: 10px;
}
.icon-messages{
	font-size: 2.2em;
	margin-right: 10px;
}
.btnFooter_a{
	list-style: none;
	padding: 0;
	margin: 0;
}
.btnFooter_a li{
	
}
.btnFooter_a li a{
	text-decoration: none;
	color: #FFF;
	padding: 10px 15px;
	border-radius: 5px;
}
.btnFooter_a li a:hover{
	background: rgba(251,248,248,0.4);
}
@media screen and (max-width: 800px) {
	#header_a{
	display: none;
	}
	.contLogo{
	display: flex;
  	justify-content:center;
}
 }
