@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: 1030px;
}

.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: 204px;
    position: absolute;
    top: 0;
    left: 0;
}

#logo {
}

#logo a {
    display: block;
    position: relative;
}

#logo img {
    display: block;
    width: 100%;
    height: auto;
}

#redes {
    width: auto;
    height: 26px;
    position: absolute;
    top: 24px;
    right: 15px;
    display: flex;
    align-items: center;
}

#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;
    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: 3px;
    left: 0;
    height: 3px;
    width: 100%;
    background: #005732;
}


/*Footer*/
#datFooter {
    background: url(../images/banner/footer.jpg) top center no-repeat;
    background-size: cover;
    padding-top: 82px;
    padding-bottom: 91px;
}

#datFooter a {
    color: #616161;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.25px;
    font-size: 16px;
}

#datFooter ul {
    display: inline-block;
}

#datFooter li {
    list-style: none;
}

#datFooter .tit {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #000101;
    line-height: 23px;
    padding-bottom: 20px;
}

#footer {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #2a2a2a;
    line-height: 18px;
    font-family: 'Arial', sans-serif;
    min-height: 44px;
}

#footer .container {
    padding-top: 19px;
    padding-bottom: 72px;
    font-family: inherit;
    font-size: inherit;
}

@media (min-width: 768px) {
    #footer .container{
        padding-bottom: 19px;
    }
}

#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 {
    margin-bottom: 10px;
}

#footer .tfooter,
#footer #powered {
    float: none;
    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:before {
    display: block;
    content: "";
    position: absolute;
    height: 6px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
    z-index: 2;
}

#sliderTop {
    height: 330px;
    margin-top: 208px;
}

#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: 40px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 53px;
    line-height: 50px;
    text-align: right;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.35);
}

.contSlider .container .caption strong {
    display: block;
}

.flexslider {
    position: relative;
}

.flexslider[data-slider-length="1"] .flex-direction-nav{
visibility: hidden;
}
.flex-direction-nav {
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    height: 40px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    position: absolute;

    margin: auto;
    line-height: 23px;
    text-align: justify;

    color: #757575;
    max-width: 1030px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .flex-direction-nav {
        width: 750px;
        transform: translateY(-10px);
    }
}

@media (min-width: 992px) {
    .flex-direction-nav {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .flex-direction-nav {
        width: 1170px;
    }
}

.flex-direction-nav a {
    width: 33px;
    height: 33px;
}

.flex-direction-nav .flex-prev {
    /*margin-left: -360px;*/
    opacity: 1;
    display: block;
    background-image: url(../images/slider/prev.png);
    color: transparent;
    background-color: rgba(217, 217, 218, .7);
    margin-right: 5px;
}

.flex-direction-nav .flex-next {
    /*margin-left: -320px;*/
    opacity: 1;
    display: block;
    background-image: url(../images/slider/next.png);
    color: transparent;
    background-color: rgba(217, 217, 218, .7);
    margin-left: 5px;
}


#main {
    overflow: hidden
}

.desktop .wow {
    visibility: hidden;
}

#frmContacto {
    overflow: hidden;
}

#frmContacto .tit {
    color: #5e5e5e;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin-bottom: 33px;
    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;
    color: #ffffff;
    background: #363636;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 11px;
    width: 83px;
    text-align: center;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 20px;
}

#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: #464646;
}

#dirMap .tit {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    padding: 26.5px 0;
}

.noHaycats {
    padding-bottom: 45px;
    padding-top: 45px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.noHaycats {
    padding-top: 0;
    padding-bottom: 17px;
}

.contentCats {
    background: #2594bf;
    margin-bottom: 62px;
}

.contentCats ul:before,
.contentCats ul:after {
    display: block;
    content: "";
    clear: both;
}

.contentCats ul {
    list-style: none;
    margin: 0;
    position: relative;
}

.contentCats ul li {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 55px;
    height: 55px;
    float: left;
    padding: 0 12px;
    margin-right: 1px;
    margin-top: 5px;
}


.contentCats ul li.active, .contentCats ul li:hover {
    color: #535353;
    background: #ffffff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.contentCats ul li.active, .contentCats ul li:hover {
    color: #535353;
    background: #ffffff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.productosRsp {
    padding-bottom: 45px;
}

.colfProd1 {
    padding-right: 50px;
}

.colfProd2 {
    padding-left: 0;
}

.productosRsp ul {
    list-style-image: url(../images/li.png);
    margin-left: 18px;
}

.productosRsp li {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 11px;
    color: #616161;
    text-align: left;
}
