@charset "utf-8";
* {
    outline: none !important
}
html {
    height: 100%;
}
body {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    color: #616161;
    min-width: 320px;
    margin: auto;
    background: #fff;
    line-height: 19px;
}
body p {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: normal
}
.container {
    margin: auto;
    line-height: 23px;
    text-align: justify;
    position: relative;
    color: #757575;
    max-width: 980px;
}
.container:before,
.container:after {
    display: block;
    content: "";
    clear: both;
}
.animar {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

#header {
    width: 100%;
    z-index: 3;
    height: 157px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
}
#darkTop {
    /*background-image: url(../images/nav-top-background.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: -6px;
    background-size: contain;*/
    padding-top: 5px;
    position: relative;
}
#darkTop:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 100%;
    background: url(../images/banner/topd.png);
}
.contentDarkTop {
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#logo {
    display: block;
    width: 230px;
    position: unset;
    top: auto;
    bottom: 0;
    margin: auto 0;
    left: calc(50% - 140px);
}
#logo a {
    display: block;
    position: relative;
}
#logo img {
    display: block;
    width: 161px;
    margin: 0 auto;
    height: auto;
    mix-blend-mode: multiply;
    padding: 5px;
}
#redes {
    width: auto;
    height: 26px;
    position: absolute;
    top: 24px;
    right: 15px;
    display: flex;
    align-items: center;
}

#header #darkTop .contentDarkTop .menu-1 .contact-info .tel1 a:nth-child(3){
    display: none;
}

#redes a {
    color: #ffffff;
    height: 26px;
    width: 26px;
    text-align: center;
    display: inline-block;
    margin-right: 6px;
}
#redes a:last-child {
    margin-right: 0;
}
#redes a .fa {
    display: none;
}
#redes .fb {
    background: url(../images/redes/red.png) left center no-repeat;
}
#redes .tr {
    background: url(../images/redes/red.png) center no-repeat;
}
#redes .in {
    background: url(../images/redes/red.png) right center no-repeat;
}
#redes a:hover, #redes a:focus {
    transform: scale(1.1);
}

#topMenu {
    height: 74px;
    width: 100%;
    position: relative;
    background: url(../images/banner/menu.png);
}
#menu {
    margin: auto;
    position: absolute;
    left: -9px;
    top: 0;
    height: 74px;
}
#menu ul {
    margin: 0;
    position: relative;
}
#menu ul:before,
#menu ul:after {
    display: block;
    content: "";
    clear: both;
}
#menu li {
    float: left;
    position: relative;
    padding: 0 15px;
}
#menu li:before {
    content: '';
    position: absolute;
    top: calc(50% - 8.5px);
    right: -0.5px;
    background: url(../images/banner/li.png);
    width: 1.1px;
    height: 17px
}
#menu li a {
    display: block;
    color: #ffffff;
    position: relative;
    background: transparent;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-weight: 700;
    line-height: 74px;
    height: 74px;
    padding: 0 9px;
}
#menu li:first-child {
}
#menu li:last-child {
    float: right;
    background: transparent;
}
#menu li:last-child:before {
    width: 0;
    height: 0;
    border-radius: 0;
}
#menu li.active a, #menu li a:hover, #menu li a:focus {
    color: #ffffff;
}
#menu li.active a:before, #menu li a:hover:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #ffffff;
}
/*Footer*/
#datFooter {
    background: url(../images/banner/dat.png?v2.1) top center no-repeat;
    background-size: cover;
    padding-top: 74px;
    padding-bottom: 115px;
    margin-bottom: -1.5px;
}
#datFooter a {
    color: #ffffff;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
}
#datFooter a img{
    margin-right: 6px;
}
#datFooter .dirDat {
    color: #616161;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    font-size: 14px;
    padding-left: 15px;
    background: url(../images/iconos/icoDir.png) no-repeat;
    background-position: 0px 2px;
    color: #ffffff;
    margin-bottom: 17px;
}
#datFooter ul {
    display: inline-block;
}
#datFooter li {
    list-style: none;
}
#datFooter .tit {
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 0px;
    padding-bottom: 14px;
}
.contentDatFooter {
    display: flex;
    flex-wrap: wrap;
}

#datFooter .itemDat2 a div,
#datFooter .itemDat3 a div{
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#datFooter .itemDat3 a div{
    width: 16px;
}

.itemDat1 {
    width: 100%;
    border-right: 0;
    padding-right: 0px;
    margin-right: 0px;
    padding-bottom: 50px;
    position: relative;
}

.itemDat1 img {
    margin: auto;
}
.itemDat2 {
    margin-right: 92px;
}
.itemDat3 {
    margin-right: 92px;
}
#footer {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #D97217;
    line-height: 18px;
    font-family: 'Arial', sans-serif;
    min-height: 44px;
}
#footer .container {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    font-family: inherit;
    font-size: inherit;
}
#footer .tfooter {
    color: #FFF;
    line-height: 16px;
    text-align: left;
    float: left;
}
#footer #powered {
   color: #FFF;
    line-height: 16px;
    margin: 0 auto 0;
    width: auto;
    text-align: right;
    float: right
}
#footer a {
    color: #FFF;
}
#footer #powered a {
    background: url(../images/iconGlobal.png) no-repeat center left;
    padding: 3px 0 3px 20px
}

#footer a:hover {
    text-decoration: underline;
}
#footer #powered a {
    color: #FFF;
}
#footer .tfooter,
#footer #powered {
    text-align: center;
}
#footer .tfooter span {
    display: block;
    text-align: center;
    line-height: 18px
}
/*Footer*/
/*==================     ToTop     ======================*/
a.toTop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    background: #000;
    border: solid 1px #fff;
    left: 21px;
    bottom: 65px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    z-index: 20;
    opacity: .75
}
a.toTop:hover,
a.toTop:active {
    color: #000;
    text-decoration: none;
    opacity: 1;
    background: #fff
}
a#toTop
a#toTop .fa {
    color: #FFF !important;
}
a.toTop:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.mobile .toTop,
.tablet .toTop {
    display: none !important;
}
#sliderTop {
    height: 330px;
    position: relative;
    overflow: unset;
}

#sliderTop:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 100%;
    bottom: 0;
    width: 120%;
    height: 63px;
    left: 50%;
    transform: translateX(-50%);
    background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 30%);
    background: radial-gradient(ellipse at 50% -3%, rgba(00, 00, 00, 0.5), rgba(97, 97, 97, 0.0) 30%);
}
#sliderTop .slides li {
    height: 330px;
    position: relative;
    background-position: center center !important
}
#sliderTop .slides li img {
    display: none;
}
.contSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}



.contSlider .container {

    height: 100%;

}

.contSlider .container .caption{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 25px;
    line-height: 30px;
    text-align: right;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
}

.contSlider .container .caption2{
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #654425;
    position: absolute;
    left: 20px;
    top: 50px;
    line-height: 35px;
    text-align: left;
}
.contSlider .container .caption2 strong{display: block;}





@media (max-width: 580px) {

    .contSlider .container .caption .caption-text h1, .contSlider .container .caption .caption-text h2 {

        font-size: 23px !important;

    }



    .contSlider .container .caption .caption-text h2 {

        padding-top: 6px !important;

    }

}



.contSlider .container .caption .caption-text h1 {

    font-family: 'Oswald', sans-serif;

    font-size: 25px;

    font-weight: 800;

    color: white;

    text-transform: uppercase;

    height: 20px;

}



.contSlider .container .caption .caption-text h2 {

    padding-top: 15px;

    font-family: 'Oswald', sans-serif;

    font-size: 25px;

    font-weight: 300;

    color: white;

    text-transform: uppercase;

}



.contSlider .container .caption strong {

    display: block;

}



.flex-direction-nav a {

    width: 34px;

    height: 35px;

}



.flex-direction-nav .flex-prev {

    margin-left: -360px;

    opacity: 1;

    background: url(../images/slider/prev.png);

}



.flex-direction-nav .flex-next {

    margin-left: -320px;

    opacity: 1;

    background: url(../images/slider/next.png);

}



#main {

    overflow: hidden

}



.desktop .wow {

    visibility: hidden;

}



#formTop {

    position: relative;

    padding-bottom: 40px;

    padding-top: 0px;

}



#frmContacto {

    overflow: hidden;

}



#frmContacto .tit {

    color: #5e5e5e;

    font-family: Arial, sans-serif;

    font-size: 13px;

    font-weight: 400;

    line-height: normal;

    position: relative;

    margin-bottom: 28px;

    padding: 3px 0;

    text-align: center;

}



#frmContacto .row {

    margin: 0 -4px;

}



#frmContacto div[class*="col-"] {

    padding: 0 4px;

}



#frmContacto .form-group {

    margin-bottom: 7px

}



#frmContacto .form-control {

    display: block;

    height: 44px;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    font-family: "Verdana", serif;

    font-size: 11px;

    font-weight: 400;

    color: #949494;

    box-shadow: inset 0 1px 1px transparent !important;

    border: 1px solid #d5d5d5;

}



#frmContacto .textarea {

    height: 91px;

    padding-top: 12px;

}



#frmContacto input[type=submit],

#frmContacto input[type=reset] {

    display: inline-block;

    height: 42px;

    background: #423020;

    color: #ffffff;

    text-transform: uppercase;

    font-family: Arial, sans-serif;

    font-size: 11px;

    width: 83px;

    text-align: center;

    font-weight: 400;

    border-radius: 5px;

}



#frmContacto input[type=reset] {

    margin-right: 8px;

}



#frmContacto input[type=submit]:hover,

#frmContacto input[type=reset]:hover {

    opacity: .8

}



#frmContacto .error input,

#frmContacto .error textarea {

    border: solid 1px #000;

    background: rgba(255, 216, 217, 1.00);

    color: #000

}



.frmContacto input::-webkit-input-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto input:-moz-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto input::-moz-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto input:-ms-input-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto textarea::-webkit-input-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto textarea:-moz-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto textarea::-moz-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto textarea:-ms-input-placeholder {

    color: #959595;

    opacity: 1;

}



.frmContacto input:focus::-webkit-input-placeholder {

    opacity: 0.5

}



.frmContacto input:focus:-moz-placeholder {

    opacity: 0.5

}



.frmContacto input:focus::-moz-placeholder {

    opacity: 0.5

}



.frmContacto input:focus:-ms-input-placeholder {

    opacity: 0.5

}



.frmContacto textarea:focus::-webkit-input-placeholder {

    opacity: 0.5

}



.frmContacto textarea:focus:-moz-placeholder {

    opacity: 0.5

}



.frmContacto textarea:focus::-moz-placeholder {

    opacity: 0.5

}



.frmContacto textarea:focus:-ms-input-placeholder {

    opacity: 0.5

}



#frmContacto .has-error .form-control-feedback {

    line-height: 36px;

    height: 100%;

}



#frmContacto .has-error input {

    border-color: #a94442;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;

}



#dirMap {

    background: #F39400;

    border-radius: 5px 5px 0 0;

}



#dirMap .tit {

    font-family: Arial, sans-serif;

    font-weight: 300;

    font-size: 14px;

    line-height: 30px;

    text-align: center;

    color: #ffffff;

    padding: 10px 0;

    display: flex;

    justify-content: center;

    align-items: center;

}



#dirMap .tit img {

    margin-right: 7px;

    width: max-content;

    height: auto;

}





@media (max-width: 551px) {

    #dirMap .tit{

        display: inline-block;

        text-align: center;

        line-height: normal;

        padding: 15px 15px;

    }

    #dirMap .tit img {

        margin-right: 4px;

        width: max-content;

        height: auto;

        transform: translateY(3px);

    }

}





#textNos1 {

    padding-top: 137px;

    padding-bottom: 121px;

}





#textNos2 {

    background: url(../images/nosotros/fondo1.jpg) center no-repeat;

    background-size: cover;

    position: relative;

}



#textNos2:before {

    content: '';

    position: absolute;

    top: 0;

    left: calc(50% - 3.5px);

    width: 7px;

    height: 100%;

    background: #ffffff;

}



.contentNos2 {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



.itemNos1 {

    width: 50%;

    height: 536px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    padding-right: 25px;

}



.itemNos2 {

    width: 50%;

    height: 536px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-left: 25px;

}



.cntNos2 {

    background: url(../images/nosotros/bg.png);

    padding-top: 33px;

    padding-bottom: 33px;

    padding-right: 34px;

    max-width: 445px;

    position: relative;

    font-family: 'Lato', sans-serif;

    font-weight: 400;

    font-size: 14px;

    line-height: 24px;

    text-align: left;

    color: #ffffff;

}



.cntNos22 {

    text-align: right;

    padding-right: 0px;

    padding-left: 34px;

}



.cntNos2:before {

    content: '';

    position: absolute;

    top: 0;

    left: -50px;

    width: 50px;

    height: 100%;

    background: url(../images/nosotros/bg.png);

}



.cntNos22:before {

    left: auto;

    right: -50px;

}



.titleNos2 {

    font-family: 'Oswald', sans-serif;

    font-weight: 700;

    font-size: 36px;

    line-height: 30px;

    text-transform: uppercase;

    padding-bottom: 19px;

}



.subtitleNos1 {

    font-family: 'Oswald', sans-serif;

    font-weight: 300;

    font-size: 19px;

    line-height: 23px;

    text-transform: uppercase;

    letter-spacing: 0.25;

    padding-bottom: 15px;

}



#textNos3 {

    padding: 52px 0;

}



#textProductos2 {

    padding-top: 68px;

    padding-bottom: 29px;

}



#textProductos2 .row {

    margin: 0 -11.33px;

}



#textProductos2 div[class*="col-"] {

    margin-bottom: 29px;

    padding: 0 11.33px;

    width: 33.333%;

}



.contGaleria {

    margin: auto;

    max-width: 233px;

    padding: 9.5px;

    border: solid 1px #9e9e9e;

}



.contGaleria figure {

    position: relative;

}



.contGaleria a:hover figure:before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: url(../images/galeria/hover.png?v2) center no-repeat;

    background-size: cover;

}



.noHayImg {

    padding-bottom: 39px;

    text-align: center;

    font-weight: 600;

    font-size: 18px;

}

#preDatfooter{
    background: url(../images/banner/pre.png) center no-repeat;
    background-size: cover;
}
#preDatfooter .container{
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    padding: 50px 15px;
}
#preDatfooter .container strong{
    font-weight: 900;
}

#icoWa{
    background: url(../images/icoWha.png) 0 0 no-repeat;
    width: 292px;
    height: 77px;
    position: fixed;
    bottom: 46px;
    right: 0px;
    z-index: 5
}