/*fonts*/



html, body {
	height: 100%;
}
#wrapper_gral {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
}
#push {
	height: 70px;
}
body {
	padding: 0;
	margin: 0;
	min-width: 320px;
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: 100;
	font-style: normal;
	color: #000;
	background-color: #DEDEDE;
}
*, body {
	-webkit-font-smoothing: antialiased;
}
body.fixedbody {
}
section {
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
.wrapper {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-family: 'Archivo Black', sans-serif;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 .1em;
}
* {
	outline: none;
}
a {
	text-decoration: none;
	color: #FFF;
}
a img {
	border: 0;
}
.clearfix {
	clear: both;
}
/*terminan estilos generales*/



/*header*/

.header {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 10003;
	-webkit-transition: all ease-out .6s;
	-moz-transition: all ease-out .6s;
	transition: all ease-out .6s;
	/* display: flex; */
	align-items:  center;
	justify-content: flex-end;
	background: url(../../../images/menu.jpg) center bottom no-repeat;
	background-size: cover;
}
header .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
	/* position: absolute; */
	width: 330px;
	/* top: 20px; */
	/* left: 20px; */
}
.logo img {
	display: block;
	width: 100%;
	max-width: 250px;
	margin-top: 1em;
}
/*termina header*/



/*nav*/



.mainmenu {
	/* position: absolute; */
	/* right: 2%; */
	/* top: 0; */
}
.mainmenu ul {
	display: inline-block;
}
.mainmenu ul li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.mainmenu ul li a, .separator {
	display: block;
	padding: 5px 15px;
	font-family: 'Archivo Black', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.mainmenu ul li a:hover, .mainmenu ul li.current a, a.current {
	color: #fff;
	background: #000;
}
/*2o nivel*/
.mainmenu>ul>li>ul {
	position:absolute;
	left:0;
	top: 100%;
	visibility:hidden;
	opacity:0;
	background: #000000;
	/* padding:15px 0; */
	margin:0;
	list-style:none;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
	transform:translateY(20px);
}
.mainmenu>ul>li:hover>ul {
	transform:translateY(0);
	visibility:visible;
	opacity:1;
}
.mainmenu>ul>li>ul>li {
	position:relative;
	display:block;
	font-size: 1em;
}
.mainmenu>ul>li>ul>li>a,
.mainmenu>ul>li>ul>li>span {
	position:relative;
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	padding:0 20px;
	color: #fff;

	white-space: nowrap;
	transition:1s cubic-bezier(0, 0.88, 0.15, 0.99);
}
.mainmenu>ul>li>ul>li.active>a, .mainmenu>ul>li>ul>li:hover>a, .mainmenu>ul>li>ul>li.active>span, .mainmenu>ul>li>ul>li:hover>span {
	color: #ffffff;
	background: #6d6e70;
}
ul.nav-child.unstyled.small li {
    margin: 0;
}
/*--------*/
/*termina nav*/

/*COLUMNAS ====================================*/

/*.columnas {
	margin: 0 -14px 15px;
}*/
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
	height: auto;
	width: 90%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;

}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
}
.col3 {
	width: 25%;
}
.col2 {
	width: 16.66666667%;
}
.col1a {
	width: 12.5%;
}
.col1 {
	width: 8.33333334%;
}
/*terminan columnas*/



/* titulos-subtitulos*/

h1 {
	font-size: 3em;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-weight: bold;
	font-size: 2.6em;
}
h3 {
	font-size: 1.25em;
	font-weight: bold;
	    color: #fff;
}
h4 {
	font-size: 1.12em;
	font-weight: bold;
	letter-spacing: 2pt;
	text-align: left;
}

/*banner HOME*/
/*.slide-text {
    display:  inline-flex;
}*/

.slide-desc-text-default a.readmore {
    margin-top:  1em;
    float: none;
    margin-left: 0;
    font-size: 1.2em;
    font-weight: 800;
}

.slide-desc {
    height:  100%;
    display:  flex;
    width:  100%;
    /* margin:  auto; */
}
.text_banner img {
    width: 21%;
    height: 100%;
    display:  inline-block;
    vertical-align:  middle;
}

.text_banner {
    display: flex;
    align-items: flex-end;
}

.text_banner p {
    font-size: 1.6em;
    line-height: 1.2;
}
.slide-desc-bg.slide-desc-bg-default {
    left:  0;
    right:  0;
}

.slide-desc-in {
    width: 100%;
    margin:  auto;
    height: 100%;
    text-align:  center;
    display:  flex;
}

.slide-desc-text.slide-desc-text-default {
    margin:  auto;
    max-width: 54%;
}
.djslider-default .navigation-container-custom, .djslider-default .navigation-numbers {
    position: absolute;
    top: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.djslider-default img.dj-image {
    height:  100% !important;
    object-fit:  cover;
}

div#main_banner {
    margin-top: 100px;
}
.djslider-default .load-button {
    background: #fff;
    border-radius: 0;
}
a.readmore:before {
    content: "";
    display:  inline-block;
    vertical-align:  middle;
    width: 40px;
    background: url(../../../images/iconos/icono_ver_mas.png);
    height: 35px;
    background-size: cover;
}
/*FRASE*/
.manu_frase { 
	background: url(../../../images/textura_manufactura.jpg) center center;
}
#manufacturas .custom {
    width: 60%;
    margin: 0 auto;
    padding: 4% 0;
    text-align: center;
    font-size: 1.7em;
    line-height: 1.2;
}


/*fondos */
.item-page {
    background: url(../../../images/textura_fondo.jpg) center center repeat;
    color: #fff;
}
.bg_subtitulo .wrapper {
    text-align: left;
}

.bg_subtitulo {
    background: url(../../../images/textura-23.png);
    text-align: left;
    padding: 15px;
}
/*SECCION SERVICIOS*/

.columna.col6.serv1 {
    float:  none;
}
.ContTitulo {
    display:  flex;
    align-items:  center;
    /* height: 100%; */
    /* justify-content:  stretch; */
}
.FraseTitulo {
    width: 50%;
    height:  100%;
    background: url(../../..//images/textura_titulo.jpg);
    padding: 8% 0px;
}

.item-page.pag_inicio .cont_img, .pag_inicio .contText {
    display:  inline-block;
    width: 48%;
    vertical-align:  middle;
    text-align:  left;
}

.cont_img:before {
    content: "";
    width: 35%;
    display:  block;
    position:  absolute;
    height: 78%;
    /* left: 0; */
    border: 2px solid #3c3a3b;
    z-index: -1;
}

.contText p {
    margin: 15px 0;
    color: #7e7e7e;
}
h2.titulo {
    font-size: 1.55em;
    font-family: 'PT Sans Caption', sans-serif;
    color: rgba(57, 65, 79, 0.33);
    text-shadow: 1px 4px 6px #d3d6d8ba, 0 0 0 #000, 1px 4px 6px #def0;
}

h2.titulo span {
    font-size: 1.69em;
    line-height: 1;
}

::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

/*CONTACTO*/
footer {
    background: url(../../../images/textura_contacto.jpg) center center;
    padding: 4% 0 0;
}
div#formulario, div#datos_contacto {
    display:  inline-block;
    vertical-align: top;
    /* width: 48%; */
    text-align:  left;
}

div#datos_contacto {
    margin-top: 3em;
    width: 30%;
    padding: 0 45px;
    box-sizing:  border-box;
}

.formControlLabel {
    display:  none;
}



.formControls {
    margin: 0 !important;
}

div#formulario {
    width: 68%;
}
.rsform-block.rsform-block-telefono {
    margin-left: 28px !important;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	    background-color: #e8e6e6b8;
    padding: 15px;
    margin:  0;
    width: 100%;
    box-sizing:  border-box;
    height:  auto;
    font-size:  inherit;
    box-shadow: inset -1px 0px 11px #9a9a9a;
}

.formResponsive .formHorizontal .rsform-block {
    margin: 0;
}
.rsform-block.rsform-block-telefono, .rsform-block.rsform-block-nombre {
    display:  inline-block;
    width: 48%;
    vertical-align:  middle;
}
.rsform-block.rsform-block-telefono, .rsform-block.rsform-block-nombre {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
}
.copyright {
    font-size:  80%;
    text-align:  center;
    padding: 15px;
    background:  #231f20;
    color: #4c4c4c;
}

.copyright a {
    color: #4c4c4c;
}
.rsform h2 {
    font-size: 3em;
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    color: rgba(57, 65, 79, 0.33);
    text-shadow: 1px 4px 6px #d3d6d8ba, 0 0 0 #000, 1px 4px 6px #def0;
}
.rsform-block.rsform-block-telefono {
    margin-left: 28px !important;
}

div#datos_contacto p , div#datos_contacto a {
    margin-bottom: 15px !important;
    font-weight: 800;
    color: #333;
    display: block;
}

.btn {
/*    background: #333 !important;*/
  background: rgba(89,83,89,1) !important;
background: -moz-radial-gradient(center, ellipse cover, rgba(89,83,89,1) 0%, rgba(2,2,2,1) 98%, rgba(0,0,0,1) 100%) !important;
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(89,83,89,1)), color-stop(98%, rgba(2,2,2,1)), color-stop(100%, rgba(0,0,0,1))) !important;
background: -webkit-radial-gradient(center, ellipse cover, rgba(89,83,89,1) 0%, rgba(2,2,2,1) 98%, rgba(0,0,0,1) 100%)!important;
background: -o-radial-gradient(center, ellipse cover, rgba(89,83,89,1) 0%, rgba(2,2,2,1) 98%, rgba(0,0,0,1) 100%)!important;
background: -ms-radial-gradient(center, ellipse cover, rgba(89,83,89,1) 0%, rgba(2,2,2,1) 98%, rgba(0,0,0,1) 100%)!important;
background: radial-gradient(ellipse at center, rgba(89,83,89,1) 0%, rgba(2,2,2,1) 98%, rgba(0,0,0,1) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595359', endColorstr='#000000', GradientType=1 );
    box-shadow: none !important;
    text-shadow: none;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 60px !important;
}
/*LISTAS*/
.ContTabla ul li {
    list-style:  none;
    padding-left: 19px;
    position:  relative;
}

.ContTabla ul li:before {
    content: "";
    display:  inline-block;
    position:  absolute;
    vertical-align:  middle;
    width:  10px;
    height:  10px;
    background: #ddd;
    left: 0;
    top: 9px;
}
/*INTERNAS SERIVICIO*/

.columna.col6.ContImg, .columna.col6.ContTabla {
    float:  none;
    display:  inline-block;
    width:  49%;
    vertical-align:  middle;
    padding-left: 0;
}

.columna.col6.ContTabla p {
    margin-bottom: .75em;
}

table {
    width: 100%;
    margin-bottom: 1.5em;
}

table td {
    padding: 10px;
    border: 1px solid #868686;
    /* text-align: left; */
}

table td:nth-child(1) {
    text-align:  center;
}
/*frase 2*/
div#manu_frase2 {
    background: url(../../..//images/textura_titulo.jpg);
    background-size: 100%;
    padding: 5% 0;
}

div#manu_frase2 .custom {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
}

div#manu_frase2 .custom p {
    font-size: 1.8em;
    padding: 3%;
    /* background: #333; */
    margin: 0 1em;
    /* color: #fff; */
    position: relative;
}

div#manu_frase2 .custom p:before {
    content: "-";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    left: -18px;
    top: 76px;
    background: #1c1c1c;
    color: #b1acb0;
    box-shadow: #333 -1px 3px 5px;
}

div#manu_frase2 b {
    text-transform: uppercase;
    font-family: 'PT Sans Caption', sans-serif;
    color: rgb(28, 28, 28);
    text-shadow: 1px 4px 6px #d3d6d8ba, 0 0 0 #000, 1px 4px 6px #def0;
}