/* CSS Document */

@font-face {
    font-family: 'nowayregular';
    src: url('../fonts/noway-regular-webfont.eot');
    src: url('../fonts/noway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/noway-regular-webfont.woff2') format('woff2'),
         url('../fonts/noway-regular-webfont.woff') format('woff'),
         url('../fonts/noway-regular-webfont.ttf') format('truetype'),
         url('../fonts/noway-regular-webfont.svg#nowayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Steelfish';
    src: url('../fonts/Steelfish-Bold.eot');
    src: url('../fonts/Steelfish-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Steelfish-Bold.woff2') format('woff2'),
        url('../fonts/Steelfish-Bold.woff') format('woff'),
        url('../fonts/Steelfish-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: "Arial",Sans-serif;
    font-size: 14px;
    color: #614f45;
    min-width: 320px;
}

html, body {
	height: 100%;
	background-color: #FCF9F2;
}

ol, ul {
	list-style: none;
}

a {
  color: #FFB31D;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "nowayregular",Sans-serif;
    font-size: 38px;
    color: #614f45;
    font-weight: 600;
}

p {
    line-height: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.container {
	position: relative;
}

.aligner {
    align-items: center;
    justify-content: center;
}

/*############################# HEADER #############################*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 10px 15px;
	height: 70px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active {
    background: #111;
}

#header .active-logo {
    position: fixed;
    left: 20px;
    z-index: 9;
    top: 20px;
	left: 20px;
	max-width: 170px;
	display: none;
}

#header.active .active-logo {
    display: block;
}

#header .fixed-logo {
    position: fixed;
    left: 20px;
    z-index: 9;
    top: 20px;
	left: 20px;
	max-width: 170px;
}

#header.active .fixed-logo {
    display: none;
}

#header .active-logo {
    max-width: 130px;
	top: 15px;
    left: 20px;
    display: none;
}

#header.active .active-logo {
    display: block;
}

#header .fixed-button {
    position: fixed;
	top: 41px;
	right: 20px;
	background: #ff9800;
	z-index: 9;
	text-align: center;
	padding: 10px;
}

#header .fixed-button i {
    font-size: 29px;
    color: #FFF;
}

#main-menu {
    display: none;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

#header.active #main-menu {
    display: block;
}

#main-menu li {
    display: inline-block;
    padding: 15px 5px;
	font-size: 14px;
	font-weight: normal;
    text-transform: uppercase;
}

#main-menu a {
    color: #fff;
    font-family: "nowayregular",Sans-serif;
    font-size: 14px;
    line-height: 18px;
}

#main-menu a:hover {
    color: #FFB31D;
}

#header .navbar-toggler {
    position: absolute;
    right: 20px;
	top: 18px;
    width: 26px;
    outline: none;
}

#header .navbar-toggler span {
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
    display: none;
    margin-bottom: 4px;
}

#header.active .navbar-toggler span {
    background: #fff;
    display: block;
}

#header .close {
    position: fixed;
    top: 28px;
    right: 14px;
    color: #FFF;
    font-size: 40px;
    z-index: 100;
    opacity: 1;
    display: none;
}

.customize-support #header .close {
	top: 60px;
}

#header .close:hover {
    opacity: 0.7;
}

#header .close .line,
#header .close .line:after {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
}

#header .close .line:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#header .close .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#content {
    position: relative;
    width: 100%;
}

#main-banner {
    position: relative;
    width: 100%;
}

#main-banner .video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#main-banner .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    cursor: pointer;
    background-image: url('../img/portada-2.jpg');
}

#main-banner .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#main-banner .play-button svg {
    color: #fff;
    font-size: 86px;
    text-shadow: 0 0 0 rgba(0,0,0,.3);
    opacity: 0.8;
    transition: all .5s;
    display: inline-block;
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0,0,0,.3);
    border: 3px solid rgba(255,255,255,.8);
    border-radius: 100%;
    padding: 22px;
}

#main-banner .video-overlay:hover .play-button svg {
    opacity: 1;
    border: 3px solid rgba(255,255,255,1);
}

section.section {
    padding: 10%;
}

section.section.large {
    padding: 6% 0;
}

#animated-images,
#animated-images-2 {
    position: relative;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    max-width: 768px;
}

#animated-images img,
#animated-images-2 img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

#animated-images img.img1,
#animated-images-2 img.img1 {
    position: relative !important;
    left: auto;
    display: inline-block !important;
}

.items .btn {
    background: #ff9800;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 40px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}

.items .btn:hover {
    background: #614f45;
}

.parallax {
    position: relative;
    display: flex;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: none;
}

.parallax:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #614f45;
    opacity: 0.32;
    content: "";
}

.parallax.bg1 {
    background-image: url('../img/portada-4.jpg');
}

.parallax.bg2 {
    background-image: url('../img/portada-3.jpg');
}

.parallax.bg3 {
    background-image: url('../img/portada-2.jpg');
}

.section.parallax h2 {
    position: relative;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-size: 65px;
    font-family: 'Steelfish';
    letter-spacing: 13px;
    z-index: 2;
}

.section h3 {
    position: relative;
	font-size: 45px;
	color: #614f45;
	margin-bottom: 30px;
	padding-bottom: 30px;
	letter-spacing: 0px;
}

.section h3:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
	height: 3px;
    background: #ff9800;
    content: "";
}

.section h3.large {
    font-size: 65px;
}

.section img.resize {
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.section img.fixed {
    max-width: 87%;
}

.section img.resize:hover {
    transform: scale(1.1);
}

#accordion {
    margin: 60px 0;
}

#accordion .card {
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

#accordion .card-header {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

#accordion .btn-link {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
    font-family: "Arial", sans-serif;
    color: #614f45;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    white-space: normal;
}

#accordion .btn-link i {
    margin-right: 5px;
    transform: rotate(180deg);
}

#accordion .btn-link.collapsed i {
    margin-right: 5px;
    transform: rotate(0deg);
}

#accordion .card-body {
    padding: 20px 0 15px 0;
    color: #929292;
}

section.gallery {
    overflow: hidden;
}

#gallery-menu {
    text-align: center;
    padding: 30px 0;
}

#gallery-menu li {
    display: inline-block;
    margin: 0 10px;
}

#gallery-menu a {
    color: #929292;
}

#gallery-grid .grid-item {
    float: left;
    width: 33.33%;
}

.divider {
    display: block;
    margin: 15px auto;
    background: #FFB31B;
    margin: 10px auto 25px;
    width: 300px;
    height: 2px;
}

#footer {
    background: #111;
    padding: 30px 0;
}

#footer .menu li {
    margin-bottom: 0;
    display: inline-flex;
}

#footer .menu a {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
	font-weight: bold;
	padding: .5rem 1rem .3rem;
}

#footer .menu a:hover,
#footer .social li a:hover {
    color: #FFB31D;
}

#footer .footer-logo {
    max-width: 40%;
    display: inline-block;
}

#footer .info {
	color: #fff;
    text-align: right;
}

#footer .info a {
	color: #fff;
}

#footer .social li {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 10px 22px;
}

#footer .social li a {
    color: #fff;
}

#footer .info p {
    text-align: right;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

#main-slider .item {
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-image: url(../img/portada-1.jpg);
}

#main-slider .owl-nav,
#product-slider .owl-nav,
#related-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    /*display: none;*/
}

#main-slider:hover .owl-nav,
#product-slider:hover .owl-nav,
#related-slider:hover .owl-nav {
    display: block;
}

#main-slider .owl-prev,
#main-slider .owl-next,
#product-slider .owl-prev,
#product-slider .owl-next,
#related-slider .owl-prev,
#related-slider .owl-next {
    position: absolute;
    top: 0;
    margin-top: -25px;
    width: 49px;
    height: 49px;
    content: "";
    text-indent: -9999em;
    overflow: hidden;
}

#main-slider .owl-prev,
#product-slider .owl-prev,
#related-slider .owl-prev {
    background: url('../img/slider-nav-prev.png');
    left: 0;
}

#main-slider .owl-next,
#product-slider .owl-next,
#related-slider .owl-next {
    background: url('../img/slider-nav-next.png');
    right: 0;
}

.owl-thumb-item {
    border: medium none;
    padding: 0;
    width: 25%;
}

.owl-thumb-item img {
    height: auto;
    width: 100%;
}

.hero {
    left: 0;
    padding: 50px 100px;
    position: absolute;
    top: 100px;
    width: 100%;	
}

.hero h2 {
	color: #fff;	
	font-size: 60px;
}

.hero p {
	color: #fff;	
	font-size: 35px;
}

.gallery .grid-text {
	position: absolute;
	left: 0;
	bottom: -30px;
	background-color: #443a34;
	color: #fff;
	font-size: 20px;
	width: 100%;
	text-align: center;
	padding: 20px;
	opacity: 0.8;
	font-weight: normal;	
}

.text-about p {
	text-align: center;
}

.btn-primary {
  	background-color: #FFB31B !important;
  	border-color: #FFB31B !important;
}

.btn-primary:hover {
 	background-color: #F0A40C !important;
 	border-color: #F0A40C !important;
}

.card {
	background-color: #FCF9F2 !important;	
}

.customize-support #header {
    top: 32px;
}

.customize-support #header .fixed-logo,
.customize-support #header .active-logo {
    top: 46px;
}

#main-menu .sub-menu {
	min-width: auto !important;
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 9999;
	background: #111;
	width: 345px;
}

#main-menu .sub-menu li {
	position: absolute;
	left: 0;
	padding: 0;
}

#main-menu .sub-menu li a {
	margin: 10px 15px;
	display: flex;
	width: 315px;
}

#main-menu .menu-item-has-children:hover .sub-menu {
	display: block;	
}

#main-menu li.menu-item {
	position: relative;
	white-space: nowrap;
	white-space: normal;
}

.dropdown-menu li .sub-menu li.menu-item {
	display: block;
	float: none;
}

#main-menu, #main-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.navbar-nav li:hover > ul.sub-menu {
    display: block;
}
.sub-menu {
    position:relative;
}
.sub-menu>.menu-item {
    top:0;
    left:100%;
    margin-top:-6px;
}

.sub-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.banner {
	background-attachment: unset;
	background-position: 0 30%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	position: relative;
}

.grid-block {
	position: relative;	
	max-height: 235px;
    overflow: hidden;
    border-radius: 10px;
}

.accordion-flush .accordion-item .accordion-button {
    background: #999;
    color: #000;
}

.slide-caption {
  padding: 0;
    height: 100px;
    margin: 0;
    bottom: 100px;
    width: auto;
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0); */
    /* text-align: center; */
    position: absolute;
    left: 15%;
    width: 75%;
}

.slide-caption .row, 
.slide-caption .col-md-2 {
  height: 100%;
}
.slide-caption .slide-text {
  padding: 25px 0 10px;
}

.slide-title {
	color: #fff;
    z-index: 5;
    white-space: normal;
    font-size: 70px;
    
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 10px;
    font-weight: 400;
    min-height: 60px;
    max-height: 60px;
    font-family: 'Steelfish';
    text-transform: uppercase;
    transition: none 0s ease 0s;
}

.slide-title a {
	color: #fff;
}

.slide-title-blog {
    color: #fff;
    z-index: 5;
    white-space: normal;
    font-size: 44px;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 5px;
    font-weight: 400;
    min-height: 60px;
    max-height: 60px;
    font-family: 'Steelfish';
    text-transform: uppercase;
    transition: none 0s ease 0s;
}

.wpcf7 {
    max-width: 600px;
    margin: auto;
}

.content-single h2 {
	font-size: 20px;
	padding-bottom: 10px;
}

table {
	background: #fff;
    margin: 0 0 18px;
    border: 1px solid #878787;
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
    width: 100%;
}

table tbody tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table tbody tr:nth-child(even) {
    background: #f4f4f4;
}

table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
}

.fixed-block {
	height: 235px;
	width: 100%;
	position: relative;
	background: rgba(17, 17, 17, 0.6);
	text-align: center;
	border: 2px solid #FFB31D;
	border-radius: 10px;	
}

.fixed-block h4 {
	position: absolute;
	top: 40%;
	width: 90%;
	margin: 0 5%;
	color: #FFB31D;
	font-size: 2rem;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	padding: 5px 10px !important; 
}

.wp-pagenavi span.pages {
	display: none;	
}

.social-icons {
	display: inline-flex;
	margin: 5px 15px;
}

.w-60 {
	width: 60%;	
}