@font-face {
    font-family: Lato-Thin;
    src: url('../fonts/Lato-Thin.ttf') format('truetype');
}
@font-face {
    font-family: Lato-ThinItalic;
    src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
}
@font-face {
    font-family: Lato-Light;
    src: url('../fonts/Lato-Light.ttf') format('truetype');
}
@font-face {
    font-family: Lato-LightItalic;
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {
    font-family: Lato-Italic;
    src: url('../fonts/Lato-Italic.ttf') format('truetype');
}
@font-face {
    font-family: Lato-Bold;
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}
@font-face {
    font-family: Lato-BoldItalic;
    src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
}
@font-face {
    font-family: Lato-Black;
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}
@font-face {
    font-family: Lato-BlackItalic;
    src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
}
@font-face {
    font-family: Futura-Medium;
    src: url('../fonts/Futura-Medium.ttf') format('truetype');
}
@font-face {
    font-family: Futura-Bold;
    src: url('../fonts/Futura-Bold.ttf') format('truetype');
}
@font-face {
    font-family: Futura-Heavy;
    src: url('../fonts/Futura-Heavy.ttf') format('truetype');
}
@font-face {
    font-family: apple-chancery;
    src: url('../fonts/apple-chancery.ttf') format('truetype');
}
@font-face {
    font-family: century-gothic-bold;
    src: url('../fonts/century-gothic-bold.ttf') format('truetype');
}
@font-face {
    font-family: century-gothic-italic;
    src: url('../fonts/century-gothic-italic.ttf') format('truetype');
}
@font-face {
    font-family: century-gothic;
    src: url('../fonts/century-gothic.ttf') format('truetype');
}
@font-face {
    font-family: cinzel-decorative-black;
    src: url('../fonts/cinzel-decorative-black.ttf') format('truetype');
}
@font-face {
    font-family: cinzel-decorative-bold;
    src: url('../fonts/cinzel-decorative-bold.ttf') format('truetype');
}
@font-face {
    font-family: cinzel-decorative-regular;
    src: url('../fonts/cinzel-decorative-regular.ttf') format('truetype');
}
body {
    overflow-x: hidden;
}
/* header */
.navHeader {
    height: 60px;
    padding: 0 15px;
}
.btDropdown {
    border: none;
    background-color: #f8f9fa;
    font-family: Lato-Bold;
}
.btCerrar {
    border: none;
    background-color: #f8f9fa;
    font-size: 20px;
}
.titHeader {
    font-family: Lato-Regular;
    line-height: 17px;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}
.titHeader:hover {
    text-decoration: line-through;
    color: #666666;
}
.menu {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    bottom: 50px;
    z-index: 5;
}
.bgMenu {
    position: absolute;
    background-color: #000000c0;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    bottom: 50px;
    z-index: 4;
}
.bgMenu:hover { 
    cursor: default;
}
.menuBg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 100vh;
    bottom: 50px;
    z-index: 6;
    background-color: #ffffff;
    padding: 100px 50px 0 50px;
}
.linkNav { 
    list-style: none;
    margin-top: 20px;
}
.linkNav a {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    letter-spacing: 2px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}
.linkNav a:hover {
    color: #666666;
    font-size: 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ulMenu {
    padding-left: 0px;
}
/* header */
/* carousel */
.contCarousel {
    position: relative;
    overflow: visible;
}
.diapo1, .diapo2, .diapo3, .diapo4 {
    background-repeat: repeat;
    background-size: cover;    
    width: 100vw;
    border-bottom: 10px solid #E7B000;
}
.carousel-inner {
    overflow: visible;
}
.contIndicators {
    bottom: 0;
}
.btIndicator {
    background-image: url("../images/icon-oval.svg") !important;
    background-repeat: no-repeat;
    background-position: center;
    width: 18px !important;
    height: 50px !important;
    background-color: #ffffff00 !important;
}
.logoSlider {
   margin-bottom: 10px;
}
.contImgSlider {
    position: absolute;
}
.contTxtBanner {
    position: absolute;
    text-align: center;
}
.titBanner {
    color: white;
    font-family: century-gothic-bold;
    font-size: 40px;
    text-shadow: 1px 1px 1px #00000080;
}
.txtBanner {
    color: white;
    font-family: century-gothic;
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 38px;
    text-shadow: 1px 1px 1px #00000080;
}
/* carousel */
/* menu */
.contMenu {
    background-image: url('../images/bg.jpg');
}
.contTitMenu {
    padding-bottom: 100px;
}
.titMenu {
    font-family: cinzel-decorative-bold;
    color: #580000;
    font-size: 40px;
}
.txtMenu {
    font-family: century-gothic;
    font-size: 24px;
    color: #404040;
}
.linkCorreo {
    font-family: century-gothic-bold;
    color: #404040;
    text-decoration: none;
}
.contCardMenu {
    margin: 10px 0px;
}
.cardMenu {
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 0px 6px #00000020;
}
.borderInside {
    padding: 20px;
    width: 100%;
    border: 1px solid #E7B000;
    border-radius: 25px;
}
.titCardMenu {
    font-family: cinzel-decorative-bold;
    color: #580000;
    font-size: 24px;
    height: 70px;
}
.imgMenu {
    height: 120px;
    margin: -100px auto 0 auto;
}
.listaMenu {
    list-style-type: none;
    padding-left: 0px;
}
.linkMenu {
    text-decoration: none;
    font-family: century-gothic;
    font-size: 24px;
    color: #404040;
    margin-bottom: 0px;
}
.linkMenu:hover, .linkMenu:active, .linkMenu:focus {
    color: #580000;
}
.btPortafolio {
    padding: 10px 25px;
    border-radius: 25px;
    background-color: #580000;
    color: white;
    text-decoration: none;
}
.btPortafolio:hover {
    padding: 10px 25px;
    border-radius: 25px;
    background-color: #580000;
    color: white;
    text-decoration: none;
}
.separatorHr {
    margin: 2px 0px;
}
.contCardProducto {
    margin: 10px 0px;
}
.cardProducto {
    width: 100%;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 0px 6px #00000020;
}
.titLineaProducto {
    font-family: cinzel-decorative-bold;
    color: #580000;
    font-size: 24px;
    padding-left: 10px;
    margin-top: 10px;
}
.titProducto {
    font-family: cinzel-decorative-bold;
    color: #580000;
    font-size: 18px;
    min-height: 30px;
}
.txtProducto {
    font-family: century-gothic;
    font-size: 14px;
    color: #404040;
    margin-bottom: 10px;
}
.txtPeso {
    font-family: century-gothic-bold;
    font-size: 14px;
    color: #404040;
    margin-bottom: 0px;
}
.txtPrecio {
    font-family: century-gothic;
    font-size: 14px;
    color: #404040;
    margin-bottom: 0px;
}
/* menu */
/* contacto */
.contContacto {
    background-color: #006E39;
    border-top: 10px solid #E7B000;
    border-bottom: 10px solid #E7B000;
    padding: 20px;
}
.titContacto {
    font-family: century-gothic-bold;
    color: white;
}
.txtContacto {
    font-family: century-gothic;
    color: white;
}
.linkContacto {
    font-family: century-gothic-bold;
    color: white;
    text-decoration: none;
    margin-bottom: 30px;
}
.labelContacto {
    font-family: century-gothic-bold;
    color: white;
}
.btnContacto {
    font-family: century-gothic;
    color: white;
    background-color: #580000;
    padding: 10px 35px;
    border-radius: 25px;
}
/* contacto */
/* footer */
.containerFooter {
    padding: 0 2%;
}
.txtFooter {
    font-family: Lato-Regular;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 53px;
    font-weight: 400;
    font-style: normal;
    color: #666666;
    font-size: 10px;
    margin-bottom: 0px;
} 
/* footer */

@media (max-width: 319px) { 
    .diapo1, .diapo2, .diapo3, .diapo4 {
        background-image: url('../images/slider-mobile.jpg');
        height: 580px;
    }
    .contTxtBanner {
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 320px) { 
    .diapo1, .diapo2, .diapo3, .diapo4 {
        background-image: url('../images/slider-mobile.jpg');
        height: 580px;
    }
    .contTxtBanner {
        width: 80%;
        top: 15%;
        left: 50%;
        transform: translateX(-50%);
    }
    .logoSlider {
        width: 250px;
    }
    .titBanner {
        font-size: 40px;
    }
    .txtBanner {
        font-size: 30px;
    }
    .contImgSlider {
        width: 90%;
        right: 50%;
        transform: translateX(50%);
        bottom: -100px;
    }
    .imgSlider {
        width: 100%;
    }
    .linkCorreo {
        font-size: 18px;
    }
    .contMenu {
        padding: 110px 0;
    }
    .imgLogoRojo {
        width: 70%;
    }
    .cardMenu {
        min-height: auto;
    }
    .borderInside {
        min-height: auto;
    }
    .contTitProductos {
        margin: 10px 0px;
    }
    .cardProducto {
        padding: 20px 3px;
    }
    .imgProducto {
        width: 130px;
        margin: 0 auto;
    }
}
@media (min-width: 375px) { 

}
@media (min-width: 425px) { 
    .contImgSlider {
        width: 76%;
    }
}
@media (min-width: 576px) { 

}
@media (min-width: 620px) { 

}
@media (min-width: 768px) { 
    .diapo1, .diapo2, .diapo3, .diapo4 {
        height: 780px;
    }
    .logoSlider {
        width: 270px;
    }
    .contImgSlider {
        bottom: -70px;
    }
    .contMenu {
        padding: 50px 0;
    }
    .linkCorreo {
        font-size: 28px;
    }
    .imgLogoRojo {
        width: 330px;
    }
    .cardMenu {
        min-height: auto;
    }
    .borderInside {
        min-height: auto;
    }
}
@media (min-width: 992px) { 

}
@media (min-width: 1024px) { 
    .diapo1, .diapo2,.diapo3, .diapo4 {
        background-image: url('../images/slider-desktop.jpg');
        height: 365px;
    }
    .contTxtBanner {
        width: 40%;
        top: 30%;
        left: 5%;
        transform: translateX(0%);
    }
    .logoSlider {
        width: 200px;
    }
    .titBanner {
        font-size: 40px;
    }
    .txtBanner {
        font-size: 22px;
    }
    .contImgSlider {
        width: 44%;
        right: 0%;
        transform: translateX(0%);
        bottom: -120px;
    }
    .imgSlider {
        width: 80%;
    }
    .cardMenu {
        min-height: 450px;
    }
    .borderInside {
        min-height: 450px;
    }
    .contTitProductos {
        margin: 10px 0px 100px 0px;
    }
    .marginProductosDesktop {
        margin-bottom: 90px;
    }
    .cardProducto {
        padding: 0 20px 20px 20px;
    }
    .imgProducto {
        width: 130px;
        margin: -100px auto 0 auto;
    }
}
@media (min-width: 1200px) { 

}
@media (min-width: 1440px) { 
    .diapo1, .diapo2,.diapo3, .diapo4 {
        height: 380px;
    }
    .cardMenu {
        min-height: 410px;
    }
    .borderInside {
        min-height: 410px;
    }
}