/*--------------------- HEADER -----------------------*/

body{
    height: 100%;
    background: #E3E3E3;
}

header{
    width: 100%;
/*
    position: absolute;
    top:0;
*/
}

	
.hidedesktop{
	display: none !Important;
}	
	
	
.llamada{
       display: inline-block;
    padding: 10px;
    padding-right: 0px;
    right: 0;
    position: fixed;
    bottom: 0;
    /* width: 100%; */
    z-index: 999;
    /* background: #2e2e2e; */
}

.call-btn {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #45ed48;
    background-image: -webkit-linear-gradient(top, #45ed48, #5ad431);
    background-image: -moz-linear-gradient(top, #45ed48, #5ad431);
    background-image: -ms-linear-gradient(top, #45ed48, #5ad431);
    background-image: -o-linear-gradient(top, #45ed48, #5ad431);
    background-image: linear-gradient(to bottom, #45ed48, #5ad431);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    margin: 0 auto;
    float: right;
    font-size: 30px;
    margin-right: 20px;
    
    /* border: solid #3e3e3e 4px; */
    text-decoration: none;
    text-align: center;
	
}

.btn-block{
	display: block;
}


.call-btn:hover {
background: #46fc3c;
color: white !Important;
  background-image: -webkit-linear-gradient(top, #46fc3c, #42d934);
  background-image: -moz-linear-gradient(top, #46fc3c, #42d934);
  background-image: -ms-linear-gradient(top, #46fc3c, #42d934);
  background-image: -o-linear-gradient(top, #46fc3c, #42d934);
  background-image: linear-gradient(to bottom, #46fc3c, #42d934);
  text-decoration: none;
}


.top_header{
    height: 40px;
    background: #232323;
    margin: 0 !important;
    width: 90% !important;
    padding: 0 5%;
    z-index: 999999999;
    position: relative;
}

.btn{
    background: #ffcb0a;
    border-radius: 4px;
    color: black;
    font-family: 'sansB';
    font-size: 16px;
    padding: 10px 15px;
    margin: 15px 0;
    float: left;
}

.btn:hover{
    background: #ffd433;
    color: black;
}

.desc_ul{
    font-family: 'sansL';
    font-size: 16px;
    margin: 20px 10px 10px 18px;
}

.desc_ul2{
    font-family: 'sansL';
    font-size: 16px;
    margin: 20px 10px 10px 18px;
}

.desc_ul2 li{
    display: inline-block;
    margin: 5px 20px 5px 0;
    
}

.desc_ul2 li:before{
    content: '• ';
    
    
}

.sub_header{
/*    background: #ffcb0a;*/
    margin: 0 !important;
    width: 90% !important;
    padding: 0 5%;
    background: #ffcb0a url(../images/gears.png) no-repeat;
    background-size: 100%;
}

.sub_header .col_1x2{
    margin: 0 !important;
    width: 50%;
}

.sub_header .col_1x2:last-of-type{
    text-align: right;
    padding: 35px 0 0 0; 
}

.max_image{
    max-width: 100%;
    width: 100%;
}

.interna_image{ 
/*    margin: 20px;*/
    float: left;
}

/*--------------------- CATEGORIA COVER -----------------------*/

.cat-prod{
    background: url("../images/cat-prod.jpg") no-repeat;
    background-size: cover;
    padding: 9px;
}

.cat-cover{
    position: relative;
    padding-bottom: 30%;
}

.cat-cover h1{
    font-family: 'dinR';
    font-size: 50px;
    color: #ffcb0a;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 110px;
    left: 20px;
    border: none;
    z-index: 10;
    
}

.cat-prod h1{
    font-family: 'dinR';
    font-size: 32px;
    color: #ffcb0a;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.8);
    border: none;
    z-index: 10;
    padding-left: 10px;
    text-transform: uppercase;
}

.cat-cover h2{
    font-family: 'dinR';
    font-size: 30px;
    color: white;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.79);
    border-bottom: 2px solid #ffcb0a;
    padding: 10px;
}

.cat-image{
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


.h_subcat{
    background: #FFCB0A;
    padding: 10px;
    float: left;
}

    
.item_prod{

    
}

.item_prod h1{
    border: none;
    font-size: 24px;
    margin: 15px 0 25px 0;
    float: left;
    width: 100%;
}

.item_prod p{
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.item_prod ul{
    float: left;
    width: 100%;
    margin-left: 17px;
    font-family: 'sansB';
    
}

.item_prod ul li{
    font-size: 14px;
    margin: 5px 0;
    color: black;
    font-family: 'sansL';
/*    float: left;*/
/*    width: 100%;*/
}

.item_prod p span{
    font-family: 'sansB';
}


/*#items {width:300px;}*/

.col_1x3.expandable {
    width: calc(25% - 42px);
    border: 1px solid #e2e2e2;
/*    border-bottom: 5px solid #d6d6d6;*/
}

.expandable {
    float:left;
/*    height:200px;*/
    z-index:0;
    overflow:hidden;
    
    position:relative;
    padding-bottom: calc(25% + 65px);
}

.expandable:hover{overflow:visible;z-index:100; border: 1px solid rgba(226, 226, 226, 0);}
.expandable:hover .inner{z-index: 100;}
.item_prod{
    position: absolute;
    background: white;
    background: white !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
/*    border-bottom: 5px solid #d6d6d6;*/
    text-align: left !important;
/*    width: calc(100% - 40px) !important;*/
    
}

#spin {
    -webkit-animation: rotation 2s infinite linear;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

/*--------------------- NAV PRODDUCTOS -----------------------*/

.nav_productos{
    background: #e3e3e3;
    margin: 0 !important;
    width: 20%;
    float: left;
    z-index: 9;
    position: relative;
    padding-bottom: 100px;
}

.nav_productos h1{
    font-family: 'dinR';
    color: white;
    background: #333;
    font-size: 30px;
    padding: 10px;
    text-align: center;
}

.nav_productos h1:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #333333;
    right: -13px;
    top: 14px;
    position: absolute;

}


.nav_productos ul{
    padding: 20px;
}

.nav_productos ul li{
    font-family: 'sansL';
    font-size: 16px;
    color: #666;
    padding: 10px;
    border-bottom: 1px solid #b1b1b1;
    list-style-type: none;
    position: relative;
}

.nav_productos ul li:hover{
    background: rgb(216, 216, 216);
}



.nav_productos ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom: 1px solid #EFEFEF;
}

/*--------------------- COVER -----------------------*/

.cover{
    width: 100%;
    float: left;
    background: url(../images/cover.jpg);
    background-size: cover;
    padding-top: 100px;
}

.cover h1{
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.79);
    font-size: 60px;
    margin: 20px 0;
}

.cover h2{
    margin: 30px 0 0 0;
    background: rgba(0, 0, 0, 0.70);
    padding: 20px;
    color: white;
    position: relative;
}

.cover h2:before{
    content: '';
    width: 0;
    position: absolute;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 0, 0, 0.7);
    top: -15px;
    left: 50%;
    margin-left: -7px;

}

.cover .col_2x3{
    text-align: center;
}

.cover_items{
    text-align: center;
    width: 100%;
    margin: 0 !important;
}

.cover_items li{
    border-radius: 4px;
    background: tomato;
    padding: 10px;
    font-family: 'sansL';
    color: white;
    font-size: 16px;
    margin: 5px;
    list-style-type: none;
    display: inline-block;
    margin-left: 35px;
    border-bottom: 2px solid white;
    
}

.cover_items li .fa-li{
    top: 0.642857em !important;
}

    
/*--------------------- MENU ----------------------*/


#menu
{
margin-top:4px;
    width: auto;
    float: right;
    z-index: 10;
    position: relative;
}

#menu ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#menu ul a
{
	display:block;
	color:#333;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
	line-height:32px;
	padding: 0 4px;

}

#menu ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#menu ul li a
{
    display: inline-block;
    font-family: 'sansL';
    font-size: 14px;
    color: white;
}


#menu ul li.current-menu-item
{
	background:#ddd
}

#menu ul li:hover
{
	background:rgba(62, 155, 182, 0.85)
}

#menu ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:rgba(0, 0, 0, 0.77);
	padding:0
}

#menu ul ul li
{
	float:none;
	width:200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}

#menu ul ul li:last-of-type
{
    border-bottom: none;
}

#menu ul ul li:last-of-type
{
padding-bottom: 4px}

#menu ul ul li:last-of-type:before
{
 
    content:'';
    position:absolute;
    width:100%;
    height:4px;
    background:linear-gradient(to right, #37a7c6, #437211);
    bottom:0;
    left:0;
}

#menu ul ul a
{
	line-height:120%;
	padding:18px 15px
}

#menu ul ul ul
{
	top:0;
	left:100%
}

#menu ul li:hover > ul
{
	display:block
}




/*--------------------- HEADLINES -----------------------*/

.headline{
    text-align: center;
    position: relative;
    margin: 50px 0;
}

.headline h1{
    border-bottom: 5px tomato solid;
    display: inline-block;
}

.headline h1:before{
    background: url(../images/ribb.png);
    width: 25px;
    left: 50%;
    height: 23px;
    position: absolute;
    content: '';
    margin-left: -12px;
    bottom: -23px;
}

h1{
    font-family: 'dinR';
    font-size: 40px;
    color: #333;
    border-bottom: 2px solid #ffcb0a;
}

h2{
    font-family: 'sansL';
    font-size: 25px;
/*    padding: 10px 0;*/
    color: #333;
}

h3{
    font-family: 'sansB';
    font-size: 30px;
    color: #333;
}

h4{
    font-family: 'sansL';
    font-size: 20px;
    color: #333;
}

p{
    font-family: 'sansL';
    font-size: 18px;
    color: #333;
}

.c_white{
    color: white;
}

.c_tomato{
    color: tomato;
}

/*--------------------- COLS -----------------------*/

.but_thin:visited, .but_thin:link {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 30px auto;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: 'sansL';
    font-size: 18px;
    color: black;
    text-decoration: none;
/*    float: left;*/
}

.but_thin:hover{
    border: 1px solid #3E9AB4;
    color: #3E9AB4;

}

.but_pdf{
    border: 1px solid #3E9AB4;
    display: inline-block;
    margin: 10px auto;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'sansL' !important;
    font-size: 14px;
    color: black;
    text-decoration: none;
/*    float: left;*/
}

.but_pdf:hover{
    background: #FFCB0A;
    border-color: #FFCB0A;
    color: black;

}

.but_contact{
    border: 1px solid #3E9AB4;
    display: inline-block;
    margin: 10px auto;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: 'sansL' !important;
    font-size: 14px;
    color: white;
    text-decoration: none;
/*    float: left;*/
    background: #3E9AB4;
}

.but_contact:hover{
    background: #FFCB0A;
    border-color: #FFCB0A;
    color: black;

}


/*--------------------- COLS -----------------------*/

.container{
    width: 90%;
    margin: 0 auto;
}

.boxedfoot{
    padding: 20px;
    background: black;
    text-align: center;
    color: white;
    font-family: 'dinR';
    font-size: 25px;
}

.boxed{
    padding: 20px;
    background: black;
    text-align: center;
    color: white;
    font-family: 'dinR';
    font-size: 25px;
}

.boxed:before{
    content: 'ver mas';
    background: rgba(0, 0, 0, 0.40);
    top: 40px;
    color: white;
    font-size: 16px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    padding: 10px;
    border-radius: 5px;
}

.row{
    margin: 50px auto;
    float: left;
    width: 100%;
}

.col_2x3{
/*    background: yellow;*/
    float: left;
    margin: 0 20px;
    width: calc(66.66% - 40px);
/*    padding: 0 20px;*/
}



.col_1x3{
/*    background: tomato;*/
    float: left;
    width: calc(33.33% - 40px);
    margin: 20px;
/*    padding: 20px;*/
/*    text-align: center;*/
}

.col_1x2{
    float: left;
    width: calc(50% - 40px);
    margin: 20px;
    text-align: left;
}

.col_1x4{
    float: left;
    width: calc(25% - 40px);
    margin:20px;
    text-align: left;
}

.col_1x1{
    float: left;
    width: calc(100% - 40px);
    margin: 20px;
    text-align: left;
}

.main_col_izq{
    float: left;
    width: calc(25% - 40px);
    margin: 20px;
    text-align: left;
}

.main_col_der{
    float: left;
    width: 80%;
/*    margin: 20px;*/
    text-align: left;
    background: white;
}

/*--------------------- FOOTER -----------------------*/

footer{
    background: white;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid grey;
/*
    position: absolute;
    bottom: 0;
*/
}


footer .col_1x1{
    text-align: right;
    padding-top: 20px;
}

#footer{
/*    margin-bottom: 600px;*/
/*    margin-top: 0;*/
}

.scrollToTop{
    left: 0;
    position: fixed;
    bottom: 20px;
    z-index: 9;
}

/*--------------------- FIXED TOP -----------------------*/


.fixed_top {
    height:100px;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background-color:#333;
    opacity:0;
    z-index:999;
}
.visible {
    opacity:1;
}

.fixed_top .col_1x2:last-of-type {
    text-align: right;
    
}

.fixed_top img{
    height:60px; margin-top: -15px;
}



.fixed_top a {
    color: #FFF !important;
    text-decoration: none;  
    font-family: 'sansL';
    font-size: 24px;
}

.fixed_top a:hover, 
.fixed_top a:focus {
    color: #e5e5e5;
}

.fixed_top a:active {
    color: #FFF !important;
}

/*--------------------- FORM -----------------------*/

form{
    width: calc(96% - 40px);
    text-align: left;
    background: #F7F7F7;
    margin: 20px 2%;
    float: left;
    padding: 20px;
}

form p{
    margin-bottom: 30px;
}

form p span{
    font-family: 'sansB'
}

label{
    font-family: 'sansL';
    font-size: 14px;
/*    margin: 10px 10px 0 10px;*/
    float: left;
}

.col_contacto{
    width: 50%;
    float: left;
}

input, textarea, select{
    width: calc(100% - 34px);
    padding: 7px;
    margin: 7px 0;
    border: none;
    border-bottom: 1px solid #E0E0E0;
    background: #FFFFFF;
    font-family: 'sansL';
    font-size: 18px;
    border-radius: 2px !important;
}


#signup-header {
    background: url(../images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    -moz-border-radius-topright: 5px; 
    -webkit-border-top-right-radius: 5px; 
}

#signup_cover {
     width: 100%;
     padding-bottom: 2px;
     background: #FFF;
     border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
     box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#signup_cover .txt-fld {
    position: relative;
    width: calc(100% - 60px);
    float: left; padding: 14px 20px;
    border-bottom: 1px solid #EEE;
    text-align: right;
}

#signup_cover .btn-fld {
    width: 100%;
    overflow: hidden;
}

#signup_cover .txt-fld label {
    display: block;
    float: left;
    width: 100%;
    padding-top: 8px;
    color: #222;
    font-size: 1.3em;
    text-align: left;
}

#signup_cover .txt-fld input {
    width: 100%;
    padding: 8px;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "sansL";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6; 
}

#signup_cover .txt-fld textarea {
    width: 100%;
    padding: 8px;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #DEF5E1 !important ;
    font-family: "sansL";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
    height: 100px;
}

#signup_cover .txt-fld select { 
    width: 100%;
    padding: 8px;
    border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
    font-size: 1.2em; color: #222;
    background: #DEF5E1 !important;
    font-family: "sansL";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}

.send_cover_form {
	float: right;
    margin: 20px 20px 20px 0;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #3F9D4A; 
	border: none;
    width: auto;
    overflow: visible;
    font-size: 1.4em;
    color: #FFF;
    padding: 7px 10px; 
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}






/*--------------------- VIDEO -----------------------*/

.container_video {
    position: relative;
    width: 100%;
    height: 0;
    float: left;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------- FUENTES -----------------------*/

@font-face {
    font-family: 'dinR';
    src: url('fonts/din-webfont.eot');
    src: url('fonts/din-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din-webfont.woff2') format('woff2'),
         url('fonts/din-webfont.woff') format('woff'),
         url('fonts/din-webfont.ttf') format('truetype'),
         url('fonts/din-webfont.svg#din') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinB';
    src: url('fonts/dinpro-bold-webfont.eot');
    src: url('fonts/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinpro-bold-webfont.woff2') format('woff2'),
         url('fonts/dinpro-bold-webfont.woff') format('woff'),
         url('fonts/dinpro-bold-webfont.ttf') format('truetype'),
         url('fonts/dinpro-bold-webfont.svg#din') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansR';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansB';
    src: url('fonts/sourcesanspro-bold-webfont.eot');
    src: url('fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-bold-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansL';
    src: url('fonts/sourcesanspro-light-webfont.eot');
    src: url('fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-light-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-light-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*--------------------- RESPONSIVENESS -----------------------*/

@media only screen and (min-width: 0px) and (max-width: 768px) {
    
    .js #menu, .top_header {		display:none;	}
	
	.js .slicknav_menu {		display:block;	}
    
    header {  top: 70px; }
    
    header .col_1x1 {  text-align: center; }
    
    .cover {        padding-top: 180px;    }
    
    .nav_productos {display: none;}
    
    .main_col_der {width: 100%}
    
    .fixed_top {display: none}
    
    .sub_header .col_1x2 img {height: 80px;}
    
    .sub_header {padding: 10px 5% 5px 5%; margin-top: 49px !important; background-size: cover}
    
    .sub_header .col_1x2:last-of-type{    padding: 25px 0 0 0;}
    
    
    
    
.hidemobile{ display: none;}
		.showmobile{ display: block !important;}
		.llamada{display: block}
		footer {padding-bottom: 35px; }
    
    

}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    container{width: 100%;}
    
    footer .col_1x3:last-of-type{text-align: left;padding: 0}
    
    .col_1x2, .col_2x3, .col_1x3, .col_1x1, .col_1x4{ width: calc(100% - 40px);    }
    
    .fixed_top {display: none;}
    
    .col_1x3.expandable {    width: calc(100% - 42px);}
    
    .expandable {    padding-bottom: calc(100% + 50px);}
    
    .sub_header .col_1x2 {width:100%;}
    .sub_header .col_1x2:last-of-type {    padding: 0;    text-align: center;}    
    .sub_header .col_1x2:last-of-type h3{font-size: 20px}
    
    .interna_image{    max-width: 100%;}
    
    .scrollToTop{display: none !important}
	
	
        

     
}

@media only screen and (min-width: 0px) and (max-width: 375px) {

  
        .sub_header .col_1x2 img {height: 60px;}

     
}