@import url('reset.css');
@import url('useful.css');
@import url('jquery.fancybox.css');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

header, nav, section, article, aside, footer {
    display:block;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #e7e7e7;
    color: #0e0101;
    font-size: 12px;
}

html.iframe {
    overflow:hidden;
}

html.iframe body {
    background:none;
}

a {
    cursor:pointer;
    text-decoration:none;
    color: #0d0200;
}

#logo {
    width:950px;
    height:380px;
    float:left;
    position:relative;
    left:50%;
    margin:0 0 0 -475px;
    text-align:center;
}

nav {
    width:100%;
    float:left;
    height:52px;
    line-height:52px;
    border-bottom:1px solid #0d0200;
/*    background:url(../images/menu_bg.gif) repeat-x;*/
background: #0d0200;
}

nav .center {
    width:1090px;
    margin:0 auto;
    text-align:center;
}

nav a,
.submenu a {
    display: inline;
    color: white;
    font-size: 14px;
    border-left: 1px solid white;
    padding: 0 45px;
}

.submenu {
    float: left;
    height: auto;
    margin: 50px 0 0;
    left: 50%;
    position: absolute;
    z-index: 15;
    background: #66554e;
    border-radius:25px;
    padding: 0 20px;
}

footer .submenu {
    float: left;
    height: auto;
    margin: 50px 0 0;
    left: 50%;
    position: absolute;
    z-index: 15;
    background: #66554e;
    border-radius:25px;
    padding: 15px 20px;
}
footer.submenu a,
footer nav a {
    border-left: 1px solid black;
}

.submenu li.bgLeft,
.submenu li.bgRight {
    width:12px;
    float:left;
/*    background:url(../images/submenu_bg_left.png) no-repeat;*/
}

.submenu li.bgRight {
/*    background:url(../images/submenu_bg_right.png) no-repeat right;*/
}

.submenu li {
    float:left;
    text-transform:uppercase;
    position:relative;
}

.submenu li a {
    border:0;
}

header .submenu li ul,
footer .submenu li ul {
    display:none;
    position:absolute;
    top:40px;
    z-index:50;
    background:rgb(107, 14, 14);
    padding:8px;
    margin-left:14px;
    box-shadow:#000 2px 2px 5px;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

footer .submenu li ul {
    top:20px;
    left:-6px;
    background-color:#072E0F;
}

header .submenu li ul li,
footer .submenu li ul li {
    background:none;
    height:auto;
    padding:5px 0;
    float:left;
    clear:both;
}

header .submenu li:last-child ul,

footer .submenu li:last-child ul {
    right:0;
}

header .submenu li ul li a,
footer .submenu li ul li a {
    padding:0;
    margin:0;
    white-space:nowrap;
}

header {
    width:100%;
    float:left;
    position:relative;
    z-index:50;
   background-image: url("../images/bg-header.jpg");
   background-repeat: no-repeat;
}

header .info {
    width:900px;
    float:left;
    position:absolute;
    left:50%;
    margin:0 0 0 -450px;
    top:35px;
    z-index:30;
    color:#0d0200;
    font-size:19px;
}

header .info a {
    color:#0d0200;
    font-size: 14px;
}

header .info .left {
    float:left;
    font-size: 14px;

}

header .info .right {
    float:right;
    font-size: 14px;
}

header .submenu {
    top:305px;
}

header .submenu li {
    height:57px;
/*    background:url(../images/submenu_bg_mod.png) repeat-x;*/
}

header .submenu li a {
    padding:0 15px;
    float:left;
    margin:17px 0 0;
}

header .social {
    width: 900px;
    height: 41px;
    z-index:20;
    display: block;
    float: left;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -450px;
    top: 70px;
}

header .social a {
    width:41px;
    height: 36px;
    display: block;
    float:right;
    background:url("../images/social_sprite-1.png") no-repeat;
}

header .social a.fb {
    background-position:-81px 0;
    background-repeat:no-repeat;
}

header .social a.fb:hover {
    background-position: -81px -36px;
    background-repeat:no-repeat;
}

header .social a.ig {
    float:right;
    background-position:-41px 0;
    background-repeat:no-repeat;
}

header .social a.ig:hover {
    background-position: -41px -36px;
    background-repeat:no-repeat;
}

header .social a.lk {
    float:right;
    background-position:0 0;
    background-repeat:no-repeat;
}

header .social a.lk:hover {
    background-position: 0 -36px;
    background-repeat:no-repeat;
}

.submenu li a {
    padding:0 10px;
    font-size:14px;
    position:relative;
}

nav a:hover,
.submenu a:hover {
    color:#d7c788;
}

nav a:first-child,
.submenu li:first-child a,
header .submenu li:nth-child(2) a {
    border:0;
}

footer {
    width:100%;
    float:left;
    height:253px;
    background-image: url("../images/bg-header.jpg");
    background-repeat: no-repeat;    
    position:relative;
}

footer .overlay {
    width:588px;
    height:183px;
/*     background:url(../images/footer_overlay.png) no-repeat; */
    float:left;
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -294px;
    z-index:10;
}


nav.footer {
    background:none;
    border:0;
    position:relative;
    z-index:0;
    margin:160px 0 0;
}
nav.footer .center a, 
nav.footer .center a:visited, 
nav.footer .center a:focus,
nav.footer .center a:active,
nav.footer .center a:hover {
    color: #0d0200;
}

footer .nubazon {
    position:absolute;
    bottom:-5px;
    right:31px;
    float:right;
}

footer .datafiscal {
    position:absolute;
    bottom:15px;
    right:78px;
    float:right;
}

.slider {
    width:100%;
    height:460px;
    float:left;
    position:relative;
    background-color: #dbd8d8;
}

.slider .mask {
    width:945px;
    height:394px;
    float:left;
    position:relative;
    left:50%;
    top:0;
    margin:50px 0 0 -500px;
    overflow:hidden;
}

.slider ul {
    float:left;
    position:relative;
}

.slider li {
    width:1000px;
    float:left;
}

.slider .img {
    width:341px;
    height:341px;
    float:left;
    margin:0 80px 0 0;
    border: 5px solid white;
    border-radius: 20px;
    box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
-webkit-box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
-moz-box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
}

.slider .img img {
    width:324px;
    height:324px;
    float:left;
    margin:8px 0 0 9px;
}

.slider h1 {
    color:#0d0200;
    font-size:34px;
    padding:45px 0 30px;
}
#slider h1 a,
#slider h1 a:hover, 
#slider h1 a:visited,
#slider h1 a:active {
    color: #0d0200!important;
}

.slider p {
    color:#0d0200;
    font-size:18px;
}

.slider .telefonos {
    color:#0d0200;
    font-size:18px;
}

.slider h2 {
    font-size:30px;
    padding:40px 0 0;
}

.slider h3 {
    font-size:14px;
}

.slider .buttons {
    float:left;
    margin:10px 0 0;
}

.slider .buttons a,
section.producto .center .description .consulta {
    background:url(../images/slider_buttons_sprite.png) no-repeat;
    float:left;
    height:38px;
}

.slider .buttons .mas {
    width:82px;
    background-position:0 0;
}

.slider .buttons .mas:hover {
    background-position:0 -41px;
}

.slider .buttons .consulta,
section.producto .center .description .consulta {
    width:156px;
    margin:0 0 0 10px;
    background-position:-87px 0;
}

.slider .buttons .consulta:hover,
section.producto .center .description .consulta:hover {
    background-position:-87px -41px;
}

.slider .index {
    float:left;
    position:relative;
    top:20px;
}

.slider .index a {
    width:11px;
    height:11px;
    background:url(../images/slider_index.png) no-repeat top;
    float:left;
    margin:0 0 0 3px;
    cursor:default;
}

.slider .index a.current {
    background-position:bottom;
}

.slider .center {
    width:1000px;
    float:left;
    position:relative;
    left:50%;
    margin:0 0 0 -500px;
}

.slider .arrow {
    width:27px;
    height:55px;
    float:left;
    background:url(../images/slider_arrows.png) no-repeat;
    position:absolute;
    top:200px;
    left:-50px;
}

.slider .arrow:hover {
    background-position:0 -55px;
}

.slider .arrow:active {
    background-position:0 -110px;
}

.slider .arrow.right {
    right:-50px;
    left:auto;
    float:right;
    background-position:-27px 0;
}

.slider .arrow.right:hover {
    background-position:-27px -55px;
}

.slider .arrow.right:active {
    background-position:-27px -110px;
}

section {
    width:1090px;
    float:left;
    clear:both;
    padding:50px 0 0;
    position:relative;
    left:50%;
    margin-left:-545px;
}

section h1 {
    width:100%;
    float:left;
    color: #0d0200;
    font-size:32px;
    font-weight:normal;
    text-align:center;
    padding:0 0 20px;
    margin:0 0 30px;
    position:relative;
    text-transform:uppercase;
    font-weight: 700;
}

section h1.big {
    text-transform:uppercase;
    font-size:45px;
}

section .txt {
    width:100%;
    float:left;
    padding:0 0 70px;
    font-size:16px;
}

section .catalog {
    width:100%;
    float:left;
    position:relative;
    z-index:10;
}

section .catalog li {
    width:363px;
    height:445px;
    float:left;
    padding:0 0 70px;
    position:relative;
}

section .catalog li .img {
    width:341px;
    height:341px;
    margin:0 0 0 12px;
    float:left;    
    position:relative;
}

section .catalog li .img img {
    width:324px;
    height:324px;
    float:left;
    margin:8px 0 0 9px;
    border: 5px solid white;
    border-radius: 20px;
    box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
-webkit-box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
-moz-box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
}

section .catalog li .img .box {
    width:192px;
    height:56px;
    float:right;
    position:absolute;
    bottom:15px;
    right:15px;
    background:url(../images/box_bg.png) no-repeat;
}

section .catalog li .img .box h3 {
    font-size:11px;
    color:#fac975;
    float:left;
    text-transform:uppercase;
    width:92px;
    margin:12px 0 0 10px;
}

section .catalog li .img .box h2 {
    font-size:37px;
    float:right;
    margin:12px 10px 0 0;
}

section .catalog li .mas {
    width:180px;
    height:40px;
    float:left;
    margin:10px 0 0 91px;
    background:url(../images/bt_ver_mas.png) no-repeat top;
    position: relative;
    z-index: 1;
}

section .catalog li .mas:hover {
    background-position:bottom;
}

section .catalog li h4 {
    width:341px;
    float:left;
    font-size:20px;
    margin:10px 0 0;
    text-align:center;
    line-height:30px;
    font-weight:normal;
    padding:0 15px 0 15px;
    color: #0d0200;
    font-weight: 700;
}

section .catalog li p {
    width:100%;
    float:left;
    font-size:14px;
    text-align:center;
    color: #0d0200;
}

.glow {
    width:329px;
    height:272px;
    float:left;
    display: none;
    position:absolute;
    left:50%;
    margin:0 0 0 -165px;
    z-index:0;
}

section h1 .glow {
    top:-100px;
}

section .catalog .glow {
    z-index:-1;
    top:240px;
}

#contact {
    width:220px;
    height:350px;
    float:left;

}

#contact input,
#contact textarea {
    outline:0;
    width:206px;
    font-size:14px;
    margin:10px 0 0;
    padding:5px;
    font-family:tahoma, Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#666;
    background-color:#f1f1f1;
    border:1px solid #999;
    border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}

#contact textarea {
    width:208px;
    height:150px;
}

#contact #submit {
    width:220px;
    cursor:pointer;
}

#contact #submit:hover {
    background:#ccc;
}

.btVolver {
    width:73px;
    height:40px;
    float:left;
    margin:10px 0;
    background:url(../images/bt_volver.png) no-repeat top;
}

.btVolver:hover {
    background-position:bottom;
}

section.producto {
    width:100%;
    height:1200px;
    float:left;
    left:0;
    margin:0;
    padding:0 0 43px 0;
}

section.producto .center {
    width:1090px;
    float:left;
    position:relative;
    left:50%;
    margin:40px 0 0 -545px;
}

section.producto .center .btVolver {
    clear:both;
}

section.producto .center .imgBig {
    width:428px;
    height:428px;
    float:left;
    clear:left;       
}

section.producto .center .imgBig img {
    width:407px;
    height:407px;
    float:left;
    margin:10px 0 0 11px;
    border-radius: 20px;
    border: 5px solid white;
    box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
-webkit-box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
-moz-box-shadow: -1px 1px 42px -8px rgba(0,0,0,0.82);
}

section.producto .center .description {
    width:600px;
    padding:0 0 0 62px;
    float:left;
}

section.producto .center .description h3 {
    font-size:42px;
    font-weight:normal;
    color: #0d0200;
}

section.producto .center .description .introduccion {
    font-size:18px;
    height:87px;
    overflow:hidden;
}

section.producto .center .description .moreInfo {
    margin:20px 0;
}

section.producto .center .description .precio {
    float:left;
    clear:both;
}

section.producto .center .description .precio big {
    font-size:30px;
    float:left;
    clear:both;
}

section.producto .center .description .precio small {
    font-size:14px;
    float:left;
    clear:both;
}

section.producto .center .description .consulta {
    margin:10px 0 0 0px;
}

section.producto .center .description .telefonos {
    margin:20px 0 0;
    float:left;
    clear:both;
    font-size:25px;
    color:#0d0200;
}

section.producto .center .description .telefonos big {
    font-size:36px;
}

section.producto .center h1 {
    margin:60px 0 0;
    color: #0d0200;
}

section.producto .center .catalog {
    margin:40px 0 0;
}

ul .success {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#006633;
}

.contactenos_response {
    background:none;
    font-family:Helvetica, Arial, sans-serif;
}

.contactenos_response li {
    padding:5px 0;
}

.contactenos_response li a {
    color:#333;
}
#whatsapp-icon{
    position:fixed;
    bottom:20px;
    left:20px;
    width:174px;
    z-index:15;
}
#whatsapp-icon img{
    display:block;
    float:left;
}
#whatsapp-icon span{
    animation-name:whatsappAni;
    animation-duration:2s;
    animation-iteration-count:infinite;
    background-color:#293;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.3);
    box-shadow:0 0 7px 0 rgba(0,0,0,.3);
    color:#fff;
    display:block;
    float:right;
    font-size:11px;
    height:60px;
    text-align:center;
    margin-top:12px;
    padding:6px 0 0;
    text-transform:uppercase;
    width:84px;
    line-height: 16px;
}
#whatsapp-icon span em{
    display:block;
    font-style:normal;
    font-size:14px;
}
