/* LICENSE & DETAILS
==================================================

Theme Name: Llongueras Theme
Author: Microbio Pixelman
Author URI: https://microbiogentleman.com/
Description: Plantilla custom para Llongueras en casa
Version: 1.0
License: Edu Richard - All rights reserved
Text Domain: edu-theme


================================================== */


@font-face {
    font-family: 'SF Pro Display';
    src: url('./assets/fonts/SFProDisplay-Ultralight.woff2') format('woff2'),
        url('./assets/fonts/SFProDisplay-Ultralight.woff') format('woff'),
        url('./assets/fonts/SFProDisplay-Ultralight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('./assets/fonts/SFProDisplay-Thin.woff2') format('woff2'),
        url('./assets/fonts/SFProDisplay-Thin.woff') format('woff'),
        url('./assets/fonts/SFProDisplay-Thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('./assets/fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('./assets/fonts/SFProDisplay-Light.woff') format('woff'),
        url('./assets/fonts/SFProDisplay-Light.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SF Pro Display';
    src: url('./assets/fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('./assets/fonts/SFProDisplay-Medium.woff') format('woff'),
        url('./assets/fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('./assets/fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('./assets/fonts/SFProDisplay-Bold.woff') format('woff'),
        url('./assets/fonts/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }    
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
body#tinymce {
  margin: 12px !important;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next { float: right; text-align: right; width: 50%; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous { float: left; text-align: left; width: 50%; }


.comments-area { clear: both; -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .media-body { overflow: auto; }

.comments-area .comment-list { list-style: none; padding-left: 0; }

.comments-area .comment-list > li { border-bottom: 1px solid #dee2e6 !important; padding: 2.5rem 4rem; }

.comments-area .comment-list ul.children { list-style: none; padding-left: 2rem; }

.comments-area .comment-list ul.children li { padding: 2.5rem 0 0; }

.comments-area .comment-list .comment-respond { padding: 2.5rem 4rem; }

.comments-area .comments-title { padding: 2.5rem 4rem; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .comment-navigation { padding: 1rem 4rem 0; border-bottom: 1px solid #dee2e6 !important; }

.comments-area .wb-comment-form { padding: 2.5rem 4rem; }

.comments-area .wb-cancel-reply { margin-left: 2rem; }

.comments-area .logged-in-as { padding-left: 15px; font-size: .9rem; }

.comments-area .logged-in-as a { color: #6c757d; }

.comments-area .logged-in-as a:hover { color: #212529; text-decoration: none; }

.comments-area .wb-comment-notes { font-size: .9rem; }

.comments-area .no-comments { padding: 1rem 4rem; }

.comments-area small { font-size: .9rem; }

.comments-area p { -ms-word-wrap: break-word; word-wrap: break-word; overflow-wrap: break-word; word-break: break-word; }

.comments-area .comment-reply-link, .comments-area .comment-edit-link { margin-right: 1rem; color: #6c757d; }

.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover { color: #212529; text-decoration: none; }

.comments-area .comment-author a:hover { text-decoration: none; color: #212529; }


/* RESET */

input:focus, textarea:focus, select:focus { outline-offset: 0 !important; outline-width: 0 !important; }

:focus, :focus:active { outline: none; outline-offset: 0; }

a:focus, a:hover { text-decoration: none; }



/* IMG */

img { max-width: 100%; height: auto; }

.img-wrap > img { position: absolute; left: -100%; right: -100%; top: -100%; bottom: -100%; margin: auto; min-height: 100%; min-width: 100%; height: 100%; width: auto; max-width: none; max-height: none; display: block; object-fit: cover; transition: all 700ms; -moz-transition: all 700ms; -webkit-transition: all 700ms; -o-transition: all 700ms; }

a:hover .img-wrap > img, a.img-wrap:hover > img { min-height: 115%; min-width: 115%; }

.img-wrap { display: block; position: relative; overflow: hidden; }

.clear{ clear:both }

/* COLORS */

body { color: #000; }

a { color: #aaa; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a:hover { color: #ff854f; text-decoration: underline; }


.black { color: #000; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.black:hover, a:hover .black { color: #585959; }

.bg-black { background-color: #000; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-black:hover, a:hover .bg-black { background-color: #585959; }

.bg-black-85 {  background-color: rgba(51, 51, 51, 0.85); transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }


.white { color: white; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.white:hover, a:hover .white { color: #f4f4f4; }

.bg-white { background-color: white; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-white:hover, a:hover .bg-white { background-color: #f4f4f4; }


.bg-white-85 { background-color: rgba(255, 255, 255, 0.85); transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-white-85:hover, a:hover .bg-white-85 { background-color: rgba(244, 244, 244, 0.85); }


.bg-light-gray { background-color: #f4f4f4; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-light-gray:hover, a:hover .bg-light-gray { background-color: white; }


.groc { color: #fddc04; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.groc:hover, a:hover .groc { color: #c6a818; }

.bg-groc { background-color: #fddc04; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-groc:hover, a:hover .bg-groc { background-color: #c6a818; }



.lila { color: #5d5aa4; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.lila:hover, a:hover .lila { color: #323268; }

.bg-lila { background-color: #5d5aa4; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-lila:hover, a:hover .bg-lila { background-color: #323268; }



.magenta { color: #e94963; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.magenta:hover, a:hover .magenta { color: #c1304c; }

.bg-magenta { background-color: #e94963; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-magenta:hover, a:hover .bg-magenta { background-color: #c1304c; }



.verd { color: #45b8a9; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.verd:hover, a:hover .verd { color: #2c9382; }

.bg-verd { background-color: #45b8a9; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-verd:hover, a:hover .bg-verd { background-color: #2c9382; }


.light-lila { color: #aeacd1; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.light-lila:hover, a:hover .light-lila { color: #7977b4; }

.bg-light-lila { background-color: #aeacd1; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-light-lila:hover, a:hover .bg-light-lila, button.bg-light-lila:hover { background-color: #7977b4; }


.dark-lila { color: #323268; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.dark-lila:hover, a:hover .light-lila { color: #5d5aa4; }

.bg-dark-lila { background-color: #323268; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-dark-lila:hover, a:hover .bg-dark-lila, button.bg-dark-lila:hover { background-color: #5d5aa4; }


.taronja { color: #FF5000; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.taronja:hover, a:hover .taronja { color: #ff854f; }

.bg-taronja { background-color: #FF5000; transition: all 300ms; -moz-transition: all 300ms; -webkit-transition: all 300ms; -o-transition: all 300ms; }

a.bg-taronja:hover, a:hover .bg-taronja { background-color: #ff854f; }

    
/* FONTS */ 

* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body { font-family: 'SF Pro Display', sans-serif; font-weight: 400; }

.ttuc { text-transform: uppercase; }

.tdul { text-decoration: underline; }

.tdul:hover { text-decoration: underline; }

.fw-light { font-weight: 300; }

.fw-regular { font-weight: 400; }

.fw-bold, strong { font-weight: 700; }

.fw-black { font-weight: 900; }

h1 {}

h2 {}

h3 {}

h4 {}

h5 {font-size: 0.875rem;}

h6 {font-size: 0.75rem;}

p { margin-bottom: .5rem; }

.fs-12 { font-size: 0.75rem; }

.fs-13 { font-size: 0.8125rem; }

.fs-14 { font-size: 0.875rem; }

.fs-16 { font-size: 1rem; }

.fs-18 { font-size: 1.125rem; }

.fs-20 { font-size: 1.25rem; }

.fs-22 { font-size: 1.375rem; }

.fs-24 { font-size: 1.5rem; }

.fs-26 { font-size: 1.625rem; }

.fs-32 { font-size: 2rem; }

.fs-36 { font-size: 2.25rem; }

.fs-40 { font-size: 2.5rem; }

.fs-50 { font-size: 3.125rem; }

.fs-60 { font-size: 3.75rem; }

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

iframe {
	max-width: 100%;
}

button {
	cursor: pointer;
	border: 0;
	background: transparent;
}

.btn {
	border-radius: 0;
	margin-bottom: 4px;
}

.btn.focus, .btn:focus, button:focus {
	box-shadow: none;
	outline: none;
}
.btn-primary {
    background: url(./assets/img/flecha.png) scroll no-repeat 100% 50% transparent;
    border: 0;
    color: #aaaaaa;
    font-weight: 500;
    padding: 0 50px 0 0;
    cursor: pointer;
}
.btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.form-control, .form-control-lg {
    border-radius: 0;
}
span.wpcf7-list-item {
    margin: 0 0 5px;
}


/* HEADER */ 
header.banner {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
    padding: 0;
}
.admin-bar header.banner {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar header.banner {
    top: 32px;
  }
}

header.banner {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255,0) 100%);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
header.banner.fixed-active,
header.banner.menu-active {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header.banner > .navbar {
    z-index: 1001;
}

.banner .img-wrap {
    height: 450px;
}
.big-title {
    padding: 200px 50px 0px 0px;
    text-align: right;
    color: #aaaaaa;
    font-size: 72px;
    line-height: 1.2em;
    border-right: 1px solid #000;
    font-weight: 400;
    text-transform: uppercase;
}
.big-subtitle {
    padding: 0px 0px 10px 80px;
    font-size: 28px;
}
/* Top menu */

#top-menu .navbar-nav a.nav-link {
    text-align: center;
    padding: 1rem;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    font-weight: 400;
}
#top-menu .navbar-nav a.nav-link:hover {
    color: #aaaaaa;
}
#top-menu .navbar-nav a.nav-link.active {
    color: #aaaaaa;
    font-weight: 600;
}

#top-menu ul li+li {
    content: "\00b7";
    display: inline-block;
}

.search-box {
    margin: 0 15px;
}
#top-menu .search-label{
    margin: 0 7px 0 0;
    font-weight: 400;
    font-size: 20px;
}
.footer-widget input.wpcf7-text,
#top-menu input.search-field {
    border: 0;
    border-bottom: 1px solid #000;
    line-height: 1;
    height: 18px;
    background-color: transparent;
}
.search-box form#search-form {
    position: relative;
}
.footer-widget .wpcf7-submit,
#top-menu input.search-submit {
    background: url(./assets/img/flecha.png) scroll no-repeat 100% 43% transparent;
    border: 0;
    text-indent: -10000px;
    width: 40px;
    cursor: pointer;
}
.footer-widget .wpcf7-submit {
    margin-left: -43px;
}
#top-menu input.search-submit {
    position: absolute;
    right: 0;
    background-size: 30px 6px;
}

.footer-widget input.wpcf7-text {
    padding: 0.5rem 0 1.5rem 0;
    border-bottom: 1px solid #fff;
}
.footer-widget .wpcf7-submit {
    background-position-y: 15%;
}
#top-menu input.search-field::-webkit-input-placeholder {
   color:transparent;
}
#top-menu input.search-field:-moz-placeholder { /* Firefox 18- */
   color:transparent; 
}
#top-menu input.search-field::-moz-placeholder {  /* Firefox 19+ */
   color:transparent; 
}
#top-menu input.search-field:-ms-input-placeholder {  
   color:transparent;
}
#top-menu .buy-box {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-top: -10px;
}
#top-menu .buy-box a {
    color: inherit;
    text-decoration: none;
}
#top-menu .buy-box a:hover {
    color: #aaaaaa;
}
#top-menu .buy-box a:hover img {
    opacity: 0.6;
}
#top-menu .buy-box img {
    vertical-align: baseline;
}

.fixed-banner-area {
    display: none;
    position: fixed;
    z-index: 10000;
    top: 50vh;
    left: 0;
    overflow-x: hidden;
    padding: 0 0 0 25px;
}
.fixed-banner-area a {
    display: block;
    color: #000;
    margin-bottom: 10px;
}
.fixed-banner-area a:hover {
    opacity: .7;
}

@media (min-width: 992px)  {
    header.banner {
        padding: 0 15px;
    }
    #top-menu .navbar-nav a.nav-link {
        font-size: 20px;
        padding: 0 1rem;
    }
    #top-menu ul.navbar-nav li+li:before {
        content: "|";
        float: left;
        line-height: 25px;
    }  
    .fixed-banner-area { display: block; }  
}

@media (max-width: 991px)  {
    #top-menu .buy-box {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 30px;
    }
    .search-box {
        margin: 30px 0;
        float: left;
        width: 100%;
    }
    .search-box form#search-form {
        max-width: 245px;
        margin: 0 auto;
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
 /*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
   

/* BLOG */
.entry-news {
    margin-bottom: 50px;
}
.entry-news .entry-title {
    font-size: 24px;
    font-weight: 600;
}
.entry-news .entry-summary {
    font-size: 18px;
}
.entry-news .read-more {
    color: #aaa;
    font-weight: 500;
}
.tags-links {
    line-height: 50px;
    margin-bottom: 0.5rem;
}
.tags-links, .tag-link a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.entry-header .entry-title {
    font-size: 36px;
    font-weight: 600;
}
.sidebar-blog h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.related-post {
    margin-bottom: 25px;
}
.related-post .entry-title {
    font-size: 20px;
    font-weight: 600;
    margin: 1rem 0 0.5rem;
}

/* GAMAS */
.gamas-thumb,
.gamas-link {
    position: relative;
}
.gamas-item a {
    display: block;
}
.logo-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 33px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.gamas-item:hover .logo-hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gamas-logo {
    position: absolute;
    right: 10px;
    bottom: -10px;
}
.gamas-item-02 img.gamas-logo {
    right: 0;
}
.gamas-item-03 img.gamas-logo {
    bottom: 0;
    height: 50px;
}
.term-men-advance .hide-module, .section_men-advance .hide-module {
    display: none !important;
}

/* BLOG */
.blog-header {
    margin-top: 150px;
    margin-bottom: -40px;
}
.blog-title {
    font-size: 160px;
    font-weight: 200;
    line-height: 1;
    margin-left: -8px;
}
.blog-subtitle {
    font-size: 22px;
    font-weight: 400;
}
.navigation {
    text-align: center;
    margin: 1rem 0 5rem;
}
@media (max-width: 767px) {
    .blog-header {
        margin-top: 150px;
        margin-bottom: 0px;
    }
    .blog-title { font-size: 100px !important;}
}

/* FAQS */
.ewd-ufaq-faq-category-title h4 {
    font-size: 2.5rem;
    font-weight: 600;
}
.ufaq-faq-title {
    border-bottom: 1px solid;
    margin-bottom: 25px;
}
div.ufaq-faq-title h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 5px 0 !important;
}
.ewd-ufaq-post-margin {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.ufaq-faq-toggle:hover, .ufaq-faq-toggle a:hover {
    opacity: 0.6;
    color: #000;
}
.ewd-ufaq-post-margin-symbol {
    float: right;
    margin-top: 7px;
}
.ufaq-faq-post .wp-block-media-text {
    align-items: flex-start;
    grid-template-columns: 5% auto !important;
}
.ufaq-faq-body {
    padding: 0;
    padding-left: 0;
    margin-bottom: 30px;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 4%;
}


 /* FAQS slider */
.faq-slider .slick-slide  {
    display: table;
}
.faq-slider .slick-slide .card-title {
    vertical-align: middle;
    float: none;
    display: table-cell;
    margin-bottom: .75rem;
    height: 8rem;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.faq-slider .slick-slide > div {
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: table-row;
    font-weight: 400;
}
.faq-slider h2 {
    margin-bottom: 1rem;
    font-size: 35px;
}
.faq-slider .slick-slide > div p {
    margin-bottom: 30px;
}
.faq-slider .slick-slide .faq-link {
    margin-top: 2rem;
    display: block;
    color: #fff;
    font-weight: 600;
}
.faq-slider .slick-slide .faq-link img {
    display: inline-block;
    margin-left: 10px;
}

/* GAMAS SLIDER */
/*slide styles !!!YOU NEED THEM */
.slider-container {
    overflow: hidden;
}
.flexbox-slider {
  display: flex;
  width: 100%;
  height: 558px;
  visibility: hidden;
  z-index: 1;
}
.flexbox-slider .flexbox-slide {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
  width: 60px;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  visibility: visible;
  margin-right: 10px;
}
.flexbox-slider .flexbox-slide:last-child {
    margin: 0;
}
.flexbox-slider .flexbox-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  opacity: 0;
}
.flexbox-slider .flexbox-slide img.img-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.flexbox-slider .flexbox-slide .text-block {
  position: absolute;
  right: 90px;
  top: 120px;
  max-width: 350px;
  font-weight: 400;
  z-index: 4;
}

@media (max-width: 767px) {
    .flexbox-slider .flexbox-slide img.img-slide {
        left: 0%;
    }
    .flexbox-slider .flexbox-slide .text-block {
        right: 10%;
        width: 80%;
    }
}

.flexbox-slider .flexbox-slide .text-block .text {
    margin-top: 1rem;
}

.flexbox-slider:hover .flexbox-slide:hover,
.flexbox-slider.hover .flexbox-slide.hover {
  flex-shrink: 0;
  width: 180px;
}

.flexbox-slider .flexbox-slide.active {
  width: calc(100% - 140px);
}

.flexbox-slider:hover .flexbox-slide.active:hover,
.flexbox-slider.hover .flexbox-slide.active.hover {
  width: calc(100% - 140px);
}

.flexbox-slider:hover .flexbox-slide:not(.active):hover,
.flexbox-slider.hover .flexbox-slide:not(.active).hover {
    background-position-x: -60px;
}

/* effect 1 styles */
.flexbox-slide.slide1 {
    background: url(./assets/img/slider/tab-advance.jpg) no-repeat #b7c31a;
}

.flexbox-slide.slide2 {
    background: url(./assets/img/slider/tab-optima.jpg) no-repeat #eae9e5;
}

.flexbox-slide.slide3 {
    background: url(./assets/img/slider/tab-man.jpg) no-repeat #AB0033;
    color: #fff;
}

.flexbox-slide.slide2.active {
    border: 15px solid #c10468;
}

.flexbox-footer {
    position: relative;
    min-height: 115px;
    z-index: 10;
}
.flexbox-footer hr {
    margin-top: 1.5rem;
}
.flexbox-footer img.logo-bottom {
    position: absolute;
    top: 15px;
}
.flexbox-footer img.bottom-advance {
    top: -70px;
    margin-left: 30px;
}
.flexbox-footer .descubre {
    display: none;
    position: absolute;
}

/* 404 */
.error-404.not-found {
    text-align: center;
    font-size: 30px;
    margin: 1rem 0 5rem;
}
/* SEARCH */
.entry-search .entry-title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}


/* SHARE BUTTON */
.share-menu {
  z-index: 999;
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
}
.share-menu .share {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.share-menu .share i.fa {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 2px;
}

.share-menu .share:hover.left .submenu li:nth-child(1) {
  opacity: 1;
  left: -51px;
  transform: rotate(0deg);
  transition-delay: 0.5s;
}
.share-menu .share:hover.left .submenu li:nth-child(2) {
  opacity: 1;
  left: -102px;
  transform: rotate(0deg);
  transition-delay: 1s;
}
.share-menu .share:hover.left .submenu li:nth-child(3) {
  opacity: 1;
  left: -153px;
  transform: rotate(0deg);
  transition-delay: 1.5s;
}
.share-menu .share:hover.left .submenu li:nth-child(4) {
  opacity: 1;
  left: -204px;
  transform: rotate(0deg);
  transition-delay: 2s;
}
.share-menu .share:hover.left .submenu li:nth-child(5) {
  opacity: 1;
  left: -255px;
  transform: rotate(0deg);
  transition-delay: 2.5s;
}
.share-menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.share-menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.share-menu .submenu li a {
  color: #212121;
}
.share-menu .submenu li a:hover i.fa {
  color: #fff;
}
.share-menu .submenu li a:hover.facebook i.fa {
  background-color: #3b5999;
}
.share-menu .submenu li a:hover.twitter i.fa {
  background-color: #55acee;
}
.share-menu .submenu li a:hover.linkedin i.fa {
  background-color: #0077b5;
}
.share-menu .submenu li a:hover.whatsapp i.fa {
  background-color: #25d366;
}
.share-menu .submenu li:nth-child(1) {
  transform: rotateX(45deg);
}
.share-menu .submenu li:nth-child(2) {
  transform: rotateX(90deg);
}
.share-menu .submenu li:nth-child(3) {
  transform: rotateX(135deg);
}
.share-menu .submenu li:nth-child(4) {
  transform: rotateX(180deg);
}

@media (max-width: 767px) {
    .share-menu .share:hover.left .submenu li:nth-child(1) {
      opacity: 1;
      left: 50px;
      transform: rotate(0deg);
      transition-delay: 0.08s;
    }
    .share-menu .share:hover.left .submenu li:nth-child(2) {
      opacity: 1;
      left: 100px;
      transform: rotate(0deg);
      transition-delay: 0.16s;
    }
    .share-menu .share:hover.left .submenu li:nth-child(3) {
      opacity: 1;
      left: 150px;
      transform: rotate(0deg);
      transition-delay: 0.24s;
    }
    .share-menu .share:hover.left .submenu li:nth-child(4) {
      opacity: 1;
      left: 200px;
      transform: rotate(0deg);
      transition-delay: 0.32s;
    }
    .share-menu .share:hover.left .submenu li:nth-child(5) {
      opacity: 1;
      left: 250px;
      transform: rotate(0deg);
      transition-delay: 0.4s;
    }    
}



/* PRODUCTOS */

/* ARCHIVE PRODUCTOS */
.productos-header {
    margin-top: 150px;
}

/* Slider productos */
.prod-slider .entry-producto {
    padding: 4rem;
}
.prod-slider .entry-thumb img {
    display: block;
    max-height: 620px;
    width: auto;
    margin: 0 auto;
}
.prod-slider .entry-body {
    text-align: center;
    margin-top: 1rem;
}
.prod-slider .entry-body h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.prod-slider .entry-body h2 a {
    color: #3d3d3d;
}
.prod-slider .entry-body h2 a:hover {
    text-decoration: none;
}
.prod-slider .entry-body h2 a span.num-gama {
    display: block;
    font-weight: 900;
    font-size: 30px;
}
.prod-slider .entry-body h2 a img {
    margin: 1rem auto;
}


/* Slider related productos */
.related-productos .entry-header {
    text-align: center;
}
.related-productos article img {
    margin: 0 auto 1rem;
    padding: 0 10px;
}
.related-productos .entry-header h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.related-productos .entry-header h4 a {
    color: #000;
}
.related-productos .entry-header h4 a:hover {
    text-decoration: none;
}
.related-productos .entry-header h4 a span.num-gama {
    display: block;
}
.related-productos .slick-list {
    margin: 0 50px;
}

/* Gama productos */
.page-prev a, .page-next a
{
    width: 33px;
    height: 44px;
    text-indent: -10000px;
    display: block;
}
.page-prev a
{
    left: 5px;
    background: url(assets/img/arrow-right.png) no-repeat scroll 0 0 transparent;
}

.page-next a
{
    right: 5px;
    background: url(assets/img/arrow-left.png) no-repeat scroll 0 0 transparent;
}

.gama-color-advance-profesional .page-prev a {
    background: url(assets/img/arrow-right-advance.png) no-repeat scroll 0 0 transparent;
}
.gama-color-advance-profesional .page-next a {
    background: url(assets/img/arrow-left-advance.png) no-repeat scroll 0 0 transparent;
}

.gama-optima .page-prev a {
    background: url(assets/img/arrow-right-optima.png) no-repeat scroll 0 0 transparent;
}
.gama-optima .page-next a {
    background: url(assets/img/arrow-left-optima.png) no-repeat scroll 0 0 transparent;
}
.gama-men-advance .page-prev a {
    background: url(assets/img/arrow-right-men.png) no-repeat scroll 0 0 transparent;
}
.gama-men-advance .page-next a {
    background: url(assets/img/arrow-left-men.png) no-repeat scroll 0 0 transparent;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 3rem;
}

.productos-description h1 {
    margin-bottom: 2rem;
    font-weight: 600;
    margin-top: 5rem;
}
.productos-description p {
    margin-bottom: 1rem;
}

.productos-description .num {
    background-color: #b5ce00;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    float: left;
    margin-right: 10px;
}


/* Single Productos */
.producto-content {
    margin-bottom: 6rem;
}
.producto-content .sidebar-blog img {
    padding: 0 0 0 10%;
    max-height: 650px;
    width: auto;
}
.producto-content .title-tax {
    text-align: right;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.producto-content h1.producto-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: -5px 25px 0;
    text-align: right;
    line-height: 1;
}
.producto-content h1.producto-title .num-gama {
    display: block;
    font-weight: 900;
    font-size: 30px;
}
.producto-content .descripcion {
    margin: 2rem 0;
}
.producto-content ul.share-menu {
    margin-bottom: 1rem;
}
@media (min-width: 768px) {
    .producto-content .ficha-product {
        float: right;
        clear: both;
    }
}


/* FOOTER */
#colophon {
    background-color: #aaa;
}
.footer-widgets {
    padding-top: 6rem;
}
.logo-footer {
    text-align: center;
    padding: 2rem 0 3rem;
    border-top: 3px solid #000;
    margin-top: 5rem;
}
.footer-widgets .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
#colophon a {
    color: #000;
    font-weight: 400;
}
/* DEBUG */
#content {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 50vh;
  box-shadow: 3px 2px 2px 0px rgba(51,51,51,0.5);
}
.debug {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50vh;  
  background: url(./assets/img/fondo-debug.jpg) scroll no-repeat 0 0 transparent;
  background-size: cover;
}

.ot-form-wrapper {
  max-width: 780px;
  height: 800px;
  border: none;
  margin: 115px auto 50px;
}
.ot-form-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}
