@charset "UTF-8";
/* Importaciones */
/*@import 'https://use.fontawesome.com/a412dfafbb.css';*/
/*@import 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css';*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");*/
/* Importaciones */

/* Fuentes *//*
@font-face {
    font-family: 'EJEMPLO';
    src: url('../fonts/EJEMPLO.eot');
    src: url('../fonts/EJEMPLO.eot') format('embedded-opentype'),
         url('../fonts/EJEMPLO.woff2') format('woff2'),
         url('../fonts/EJEMPLO.woff') format('woff'),
         url('../fonts/EJEMPLO.ttf') format('truetype'),
         url('../fonts/EJEMPLO.svg#EJEMPLO') format('svg');
}


/* Fuentes */
@font-face
{
   font-family: "Dolce Vita";
   src: url("../fonts/Dolce Vita.ttf");
   src: url("../fonts/Dolce Vita.ttf?") format("embedded-opentype"),
        url("../fonts/Dolce Vita.ttf") format("truetype"),
        
}


@font-face
{
   font-family: "Antraste";
   src: url("../fonts/Antraste.ttf");
   src: url("../fonts/Antraste.ttf?") format("embedded-opentype"),
        url("../fonts/Antraste.ttf") format("truetype"),
        
}

@font-face
{
   font-family: "Avenir";
   src: url("../fonts/Avenir-Medium.ttf");
   src: url("../fonts/Avenir-Medium.ttf?") format("embedded-opentype"),
        url("../fonts/Avenir-Medium.ttf") format("truetype"),
        
}



/* Base General */
.flex-padre,.flex-hijo{display: -ms-flex;display: -webkit-flex;display: flex;}
.flex-hijo{justify-content: center;flex-direction: column;}

pre{
    display: block;
    overflow: auto;
    padding: 15px;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 1.5em 0;
}


body *{
    transition: all 0.3s;
    letter-spacing: 1px;

}
html, body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    height: 100%;
    --variable1: red;
    --variable2: #FFF;
}

h1{
     font-family: "Dolce Vita";
}
h2{
    font-family: "Antraste";
}
h3{}
h4{}
h5{}
h6{}
p{
     font-family: "Avenir";
     font-size: 16px;
}

/* Base General */


/* Ayudas */
.bold{font-weight: 700;}

.font-10{font-size: 10px;}
.font-15{font-size: 15px;}
.font-13{font-size: 13px;}
.font-17{font-size: 17px;}
.font-20{font-size: 20px;}
.font-23{font-size: 23px;}
.font-25{font-size: 25px;}
.font-30{font-size: 30px;}
.font-33{font-size: 33px;}
.font-35{font-size: 35px;}
.font-40{font-size: 40px;}
.font-45{font-size: 45px;}
.font-50{font-size: 50px;}
.font-55{font-size: 55px;}
.font-60{font-size: 60px;}
.font-70{font-size: 70px;}
.font-80{font-size: 80px;}

.mt0{margin-top: 0px}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}

.mb0{margin-bottom: 0px}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}

.pd10{padding: 10px;}
.pd30{padding: 30px;}
.pd40{padding: 40px;}
.pd50{padding: 50px;}
.pd60{padding: 60px;}
.pd70{padding: 70px;}
.pd80{padding: 80px;}

.pt0{padding-top: 0px}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pt60{padding-top: 60px;}
.pt70{padding-top: 70px;}

.pb0{padding-bottom: 0px}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.pb60{padding-bottom: 60px;}
.pb70{padding-bottom: 70px;}

.pdnone {padding: 0 !important;}

.img-size1 {
    width: 30%;
    margin: 0 auto;
}

.contenido-flex{position: relative;height: 0;padding-bottom: 75%;margin-bottom: 1rem;overflow: hidden;}
.contenido-flex iframe,.contenido-flex object,.contenido-flex embed{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.col-vertical-center{display: flex;align-items: center;justify-content: center;flex-direction: row;}
.contenedor-img-responsive img{display:block;max-width:100%;height:auto}
.col-block{float: none;}
.sinpadding[class*="col-"]{padding: 0;}
.sinmargin[class*="col-"]{margin: 0;}
.col-center{float: none;margin: 0 auto;}

/* Ayudas */

/* Contenidos General */

.bg1{background: #fdfdfd;}

header {
    background: #fdfdfd;
    border-right: 2px solid #6d6d6d;
    position: fixed;
    width: 25%;
    min-height: 920px;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    transition: all 1s;
}

.logo_header_2 {
    width: 40%;
    position: relative;
    bottom: 3px;
    right: 3%;
}

.logo {
    margin-top: 10%;
    text-align: center;
}

.logo img {
    margin: 0 auto;
    width: 50%;
}

nav {
    text-align: center;
    margin-top: 20%;
    -ms-flex: 0 100px;
-webkit-box-flex:  0;
-moz-box-flex:  0;
-ms-box-flex:  0;
box-flex:  0;  
}

.item-menu {
    min-height: 30px;
    line-height: 10px;
    margin-top: 10px;
    padding: 5px;
}

.item-menu a {
    color: #000;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Dolce Vita";
}

.item-menu a:hover {
    color: rgb(224, 120, 16);
    text-decoration: none;
}

.contenido {
    max-height: 560px;
    height: 100%;
    overflow: hidden;
}

/* Contenidos General */

.nosotros {
    background: #fdfdfd;
    color: #6d6d6d;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: justify;
    position: relative;
    bottom: 50px;
    z-index: 1;
    margin: 0 auto;
    width: 80%;
    box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.27);
}

.nosotros h1 {
    margin-bottom: 2%;
    color: #3e3e3e;
}

section.producciones h1 {
    margin-bottom: 40px;
    letter-spacing: 2px;
}

section.producciones {
    background: #7c7c7c;
    background-image: url(../images/textura-01.png);
    background-size: cover;
    color: #ffffff;
    margin-top: 30px;
    padding: 40px;
    height: 800px;
    padding: 100px;
}

.cards {
    /* background: #f1f1f1; */
    border: 1px solid #b6b6b6;
    padding: 30px;
    min-height: 230px;
    color: #818181;
    transition: all .2s;
}

.cards2 {
    border: 1px solid #b6b6b6;
    padding: 30px;
    min-height: 230px;
    color: #818181;
    min-height: 415px;
    transition: all .2s;
    
}

.cards2:hover, .cards:hover {
    background: #404041;
    color: #fff;
    box-shadow: 0px 7px 1px -3px rgba(0, 0, 0, 0.13);
    transform: translateY(-10px);
}

section.separador2 {
    width: 100%;
    background: #404041;
    color: #fff;
}

section.separador2 h1 {
    text-align: center;
    margin: 0 auto;
    align-content: center;
    line-height: 100px;
}

section.catalogo {
    background: #494949;
    background-image: url(../images/textura-01.png);
    color: #fff;
    text-align: center;
    padding: 29% 0;
}

input.btn-enviar {
    background: #a87c4f;
    border: 0;
    padding: 4px 20px;
}

input#email {
    color: #494949;
    padding: 2px 10px;
    border-radius: 5px;
}

.bb1 {
    border-bottom: 2px solid #000;
    position: relative;
    bottom: 30px;
    left: 0;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.productos {
    height: 100%;
    min-height: 500px;
    background: #fdfdfd;
    color: #414141;
    padding: 40px;
}

.infoprod {
    /* background: #f8f8f8; */
    min-height: 345px;
    /* border: 1px solid #ececec; */
    padding: 20px;
}

.info-productos {
    /* background: #fff; */
    padding: 10px;
    /* border-bottom: 2px solid #000; */
    min-height: 430px;
    /* box-shadow: 1px 3px 4px 4px rgba(0, 0, 0, 0.17); */
}

.instagram {
    height: 80vh;
    width: 100%;
}

h4.titulo1 {
    padding: 11px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid;
    background: #000;
    color: #fff;
}

h4.titulo1 {
    padding: 11px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid;
    background: #404041;
    color: #fff;
}

ul li {
    right: 3%;
    position: relative;
    line-height: 30px;
    list-style-type: circle;
}

a.dowload-btn {
    background: #a87c4f;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.43);
    transition: all .3s;
}

footer {
    background: #A87C4F;
    color: #fff;
    height: 100px;
    /* margin-top: 150px; */
    position: absolute;
    bottom: -100px;
    width: 100%;
}

.icon-social i {
    margin: 10px;
    font-size: 1.5em;
}

section.contacto {
    background: #414141;
    color: #fff;
    height: 900px;
    padding: 15%;
}

h4.nombre-contacto {
    letter-spacing: 2px;
    border-bottom: 1px solid;
    width: 63%;
}

.contacto .bb1 {
    border-bottom: 2px solid #fff;
    position: relative;
    bottom: 13px;
    left: 0;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.mg0{margin: 0 auto;}

.cards p {
    text-align: justify;
}

.icon-social a {
    color: #fff;
}

section.separador3 h1 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    line-height: 100px;
    background: #A87C4F;
}

section.separador4 h1 {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    line-height: 100px;
    background: #A87C4F;
}

.producciones p {
    text-align: justify;
}


.contenidoOculto {
    padding: 10px;
    background: #272324;
    color: #fff;
    display: none;
    transition: all 1s;
    height: 0;
    overflow: hidden;
    text-align: justify;
    line-height: 20px;
    font-family: "Avenir";
}

.contenidoOculto h3 {
    font-family: "Dolce Vita";
    text-align: center;
}

.cuadroSombra2 .cuadroSombra, h3 {
    font-size: 19px;
}

.contenidoMostrar { 
transition: all 0.5s ease;
}

.contenidoMostrar:hover .contenidoOculto {
    display: block;
    position: relative;
    height: 100%;

}

/*--------estilos instagram-------*/



#ig-footer {
position:relative;
text-align:center;
overflow:hidden;
}
#ig-footer h4 {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
background: #fff;
padding: 20px 22px;
z-index: 999;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
}
#ig-footer .instagram-pics li {
width:16.66666666666667%;
display:inline;
float:left;
}
#ig-footer .instagram-pics li img {
max-width:100%;
height:auto;
vertical-align:middle;
}
#ig-footer .instagram-pics li img:hover {
opacity:.87;
}
#ig-footer p.clear {
display:none;
}

.cuadroSombra {
    background: #535353;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 2px 4px 3px 0px #00000021;
    color: #fff;
}

.cuadroSombra2 {
    background: #929292;
    padding: 10px;
    border: 1px solid #ebebeb;
    box-shadow: 2px 4px 3px 0px #00000021;
    color: #fff;
}

 .separador3 p{  color: #fff;
    text-align: center;
    margin: 0 auto;
    align-content: center;
    font-size: 16px;
    background: #A87C4F;
    padding-bottom: 30px;

}

.contenido-oculto {
    margin-bottom: 20px;
}

section.servicios {
    height: 900px;
    padding-top: 200px;
}

.marcas {
    height: 944px;
    padding-top: 172px;
}

/*-----estilos responsivos-------*/

@media only screen and (max-width : 1366px) {
section.contacto {
    height: 590px;
    padding: 15% 0;
}

}

@media only screen and (max-width : 1200px) {
    .col-lg-center{float: none;margin: 0 auto;}
    .text-lg-left{text-align: left;}
    .text-lg-right{text-align: right;}
    .text-lg-center{text-align: center;}
    .text-lg-justify{text-align: justify;}
  
  header {
    height: 674px;
}
  
  .contenido {
    max-height: 974px;
  }

section.contacto {
    height: 590px;
    padding: 15% 0;
}  
  
}
@media only screen and (max-width : 1199px) {
    .col-md-center{float: none;margin: 0 auto;}
    .text-md-left{text-align: left;}
    .text-md-right{text-align: right;}
    .text-md-center{text-align: center;}
    .text-md-justify{text-align: justify;}
}
@media only screen and (max-width : 992px) {
    .col-sm-center{float: none;margin: 0 auto;}
    .text-sm-left{text-align: left;}
    .text-sm-right{text-align: right;}
    .text-sm-center{text-align: center;}
    .text-sm-justify{text-align: justify;}
}


@media only screen and (max-width : 768px) {
    .col-sm-center{float: none;margin: 0 auto;}
    .text-sm-left{text-align: left;}
    .text-sm-right{text-align: right;}
    .text-sm-center{text-align: center;}
    .text-sm-justify{text-align: justify;}

header {
    height: auto;
    position: relative;
    width: 100%;
    min-height: 200px;
}

.logo {
    margin-top: 0;
    text-align: center;
}

.logo img {
    width: 35%;
}

  nav {
    
    margin-top: 0;
   
}
  
  
  header {
    height: 600px;
    border-bottom: 3px solid #424242;
    border-right: none;
}

section.servicios {
    height: auto;
    padding-top: 30px;
}

.marcas {
    height: auto;
    padding-top: 30px;
}
  
    .main {
    height: 100%;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    display: -ms-block;
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: block;
}

.instagram {
    height: 85vh;
    width: 100%;
}

.contenidoMostrar {
    transition: all 0.5s ease;
    margin-bottom: 40px;
}
  
h4.nombre-contacto {
    width: 70%;
}    
  
}


@media only screen and (max-width : 600px) {
    .col-sm-center{float: none;margin: 0 auto;}
    .text-sm-left{text-align: left;}
    .text-sm-right{text-align: right;}
    .text-sm-center{text-align: center;}
    .text-sm-justify{text-align: justify;}
}


@media only screen and (max-width: 480px) {
    .col-xs-center{float: none;margin: 0 auto;}
    .text-xs-left {text-align: left;}
    .text-xs-right {text-align: right;}
    .text-xs-center {text-align: center;}
    .text-xs-justify {text-align: justify;}
  
  header {
    height: 550px;
    position: relative;
    width: 100%;
    min-height: 200px;
}

h4.nombre-contacto {
    width: 100%;
}
    
section.contacto {
    height: 560px;
}

section.separador3 h1 {
   
    /*line-height: 60px;*/
        font-size: 20px;
    
}

section.separador4 h1 {

    line-height: 60px;
        font-size: 20px;
   
}

.logo_header_2 {
    width: 100%;
}

section.catalogo {
    margin-top: 90px;
}

section.servicios {
    height: 900px;
    padding-top: 50px;
}

.contenidoMostrar {
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

.marcas {
    height: auto;
    padding-top: 172px;
}

section.producciones {

    height: auto;
    padding: 100px 15px;
}
  
}


@media only screen and (max-width : 320px) {
    .col-xs-center{float: none;margin: 0 auto;}
    .text-xs-left {text-align: left;}
    .text-xs-right {text-align: right;}
    .text-xs-center {text-align: center;}
    .text-xs-justify {text-align: justify;}
}

@media screen and (orientation:portrait) {
    /* Orientación 'portrait' */
}

@media screen and (orientation:landscape) {
    /* Orientación 'landscape' */
}

/* Bootstrap */


