/* Stylesheet for the 'Intersa' */


/* Reset Styles
***********************/

html,
body {
    font-family: 'Montserrat', sans-serif;
    color: var(--main-color);
    color: #453625;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 0;
    height: 100% !important;
    position: relative;
}

.row {
    max-width: 78rem;
}


/*initialization*/

*:focus {
    outline: medium none !important;
    border-color: transparent !important;
    border-width: 0 !important;
}

a {
    color: #222;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    color: #000;
}

#container-main p a {
    text-decoration: underline;
    color: var(--main-color) !important;
    color: #453625 !important;
}

::selection {
    background: var(--tertiary-color);
    background-color: #e20613;
    color: #fff;
}

::-moz-selection {
    background: var(--tertiary-color);
    background-color: #e20613;
    color: #fff;
}

.underline {
    text-decoration: underline;
}


/*Utility*/

hr {
    border-color: #ddd;
    max-width: 100%;
}

hr.grey {
    border-color: #ddd;
    border-width: 4px;
    margin: 2em auto;
}

.cite,
.date {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: inherit !important;
}

.style-none {
    list-style: none;
    margin: 0;
}

.label {
    border-radius: 0px;
    color: #fefefe;
    cursor: default;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.border-right {
    border-right: 3px solid #555555;
}

.border-right-large {
    border-right: 3px solid #555555;
}

html.swipebox-touch .header-bar {
    display: none !important;
}

.separador {
    width: 50px;
    height: 4px;
    display: inline-block;
    margin-bottom: 0.5em;
}

.italic {
    font-style: italic;
}

.wow {
    visibility: visible !important;
}


/*colors*/

:root {
    --main-color: #453625;
    --secundary-color: #e5deaf;
    --tertiary-color: #e20613;
}

.main-color {
    color: var(--main-color);
    color: #453625;
}

.secundary-color {
    color: var(--secundary-color);
    color: #e5deaf;
}

.tertiary-color {
    color: var(--tertiary-color);
    color: #e20613;
}

.white {
    color: #fff;
}

.white-link {
    color: #fff;
}

.white-link:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.black {
    color: #222;
}

.red {
    color: #e20613;
}

.ocher {
    color: #e5deaf;
}

.grey {
    color: #efefef;
}

.grey1 {
    color: #999999;
}

.grey2 {
    color: #f7f7f7;
}

.grey3 {
    color: #231f20;
}

.grey4 {
    color: #555555;
}

.opacity {
    color: rgba(0, 0, 0, 0.5);
}


/*bg colors*/

.main-bg-color {
    background-color: var(--main-color);
    background-color: #453625;
}

.secundary-bg-color {
    background-color: var(--secundary-color);
    background-color: #e5deaf;
}

.tertiary-bg-color {
    background-color: var(--tertiary-color);
    background-color: #e20613;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-red {
    background-color: #e20613;
}

.bg-ocher {
    background-color: #e5deaf;
}

.bg-grey {
    background-color: #efefef;
}

.bg-grey1 {
    background-color: #999999;
}

.bg-grey2 {
    background-color: #f7f7f7;
}

.bg-grey3 {
    background-color: #231f20;
}

.bg-grey4 {
    background-color: #555555;
}

.bg-grey5 {
    background-color: #e8e7e7;
}

.bg-opacity {
    background-color: rgba(0, 0, 0, 0.5);
}


/*titles*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: var(--main-color);
    color: #453625;
}


/*a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover  h6 {color: #9B132B;}*/


/*font*/

.montserrat {
    font-family: 'Montserrat', sans-serif;
}


/*.hello-regular {font-family: 'hello_beautifulregular';line-height: 1em;}
.hello-marker {font-family: 'hello_beautifulmarker';line-height: 1em;}
.hello-washes {font-family: 'hello_beautifulswashes';}*/


/* novedades */

#container-main .tabs .button-group li {
    float: left;
}

#container-main .tabs .button-group {
    margin: 0;
}

.hello-regular {
    font-family: HelloBeautiful;
    line-height: 1em;
}

.hello-marker {
    font-family: HelloBeautifulMarker-Regular;
    line-height: 1em;
}

.hello-washes {
    font-family: HelloBeautifulSwashes-Regular;
}

.dancing {
    font-family: 'Dancing Script', cursive !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fs-09 {
    font-size: 0.9em;
}

.fs-1 {
    font-size: 1em;
}

.fs-15 {
    font-size: 1.5em;
}

.fs-2 {
    font-size: 2em;
}

.fs-25 {
    font-size: 2.5em;
}

.fs-3 {
    font-size: 3em;
}

.fs-35 {
    font-size: 3.5em;
}

.fs-4 {
    font-size: 4em;
}

.fs-45 {
    font-size: 4.5em;
}

.fs-5 {
    font-size: 5em;
}

.fs-55 {
    font-size: 5.5em;
}

.fs-6 {
    font-size: 6em;
}

.fs-65 {
    font-size: 6.5em;
}

.fs-7 {
    font-size: 7em;
}

.fs-75 {
    font-size: 7.5em;
}

.fs-8 {
    font-size: 8em;
}

.fs-85 {
    font-size: 8.5em;
}


/*fontello*/

@media only screen and (min-width: 64.063em) {
    i.small::before {
        font-size: 0.5em;
    }
    i.medium::before {
        font-size: 2em;
    }
    i.large::before {
        font-size: 3em;
    }
    i.xlarge::before {
        font-size: 4em;
    }
}


/*p*/

p {
    color: var(--main-color);
    color: #453625;
}

.xxsmall {
    font-size: 0.5em;
}

.xsmall {
    font-size: 0.8em;
}

.small {
    font-size: 0.9em;
}

.medium {
    font-size: 1.2em;
}

.large {
    font-size: 1.4em;
}

.xlarge {
    font-size: 2em;
}


/*block*/

.block {
    display: block;
}


/*display*/

.inline {
    display: inline-block !important;
}

ul.inline {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

ul.inline li {
    display: inline-block;
    margin: 0 0.5em;
}

ul.style-none li {
    list-style: none;
}

.block {
    display: block !important;
}


/*opacity*/

.opacity-fixed {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
}


/*z-index*/

.fixed-corner .upbutton {
    z-index: 10000;
}

#cookie-bar {
    z-index: 100000;
}

.item-overlay {
    z-index: 100000;
}

.highlight {
    z-index: 100000;
}


/*button*/

.button.ocher {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    background-color: #e5deaf;
    border: none !important;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    box-shadow: none;
    color: #453625 !important;
    cursor: pointer;
}

.button.ocher:hover,
.button.ocher:focus {
    background-color: #d9d092;
    color: #453625;
    border: none !important;
}

.button.webform-submit,
.button.border {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
    color: var(--main-color);
    color: #453625;
    font-weight: 400;
}

.button.webform-submit:hover,
.button.webform-submit:focus,
.button.border:hover,
.button.border:focus {
    background-color: var(--main-color);
    background-color: #453625;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
}

.button.webform-submit.white,
.button.border.white {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #fff !important;
    color: #fff;
    font-weight: 400;
}

.button.webform-submit.white:hover,
.button.webform-submit.white:focus,
.button.border.white:hover,
.button.border.white:focus {
    background-color: #fff;
    color: #222;
    border: 1px solid #fff !important;
}


/*bgfixed*/

.bgfixed {
    background-attachment: fixed !important;
}


/*bgimage*/

.bgimage {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    position: relative;
}

.bgimage.xs {
    min-height: 60px;
}

.bgimage.small {
    min-height: 80px;
}

.bgimage {
    min-height: 120px;
}

.bgimage.big {
    min-height: 180px;
}

.bgimage.xl {
    min-height: 270px;
}

.bgimage.xxl {
    min-height: 380px;
}

.bgimage.xxxl {
    min-height: 410px;
}

.bgimage.100x100 {
    min-height: 100%;
}


/*line*/

.xsLine {
    padding: 0.3em 0;
}

.smallLine {
    padding: 0.8em 0;
}

.mediumLine {
    padding: 1.8em 0;
}

.line {
    padding: 3em 0;
}

.largeLine {
    padding: 5em 0;
}

.xlLine {
    padding: 10em 0;
}

.xxlLine {
    padding: 12em 0;
}

.xxxlLine {
    padding: 14em 0;
}

@media only screen and (max-width: 40em) {
    .largeLine,
    .xlLine,
    .xxlLine,
    .xxxlLine {
        padding: 3em 0;
    }
}


/*margins*/

.xsMargin {
    margin-bottom: 0.3em;
}

.smallMargin {
    margin-bottom: 0.8em;
}

.mediumMargin {
    margin-bottom: 1.5em;
}

.largeMargin {
    margin-bottom: 2.5em;
}

.xlMargin {
    margin-bottom: 3.5em;
}

.xxlMargin {
    margin-bottom: 5.5em;
}


/*border*/

.b-a-0 {
    border: none;
}

.b-a-1 {
    border: 1px solid #ddd;
}

.borderbottom {
    border-bottom: 3px solid #c1e76e;
}

.border-brown {
    position: relative;
}

.border-brown:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    background-color: #645757;
}


/*borderline*/

.borderline::after {
    background: #888888 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    margin: 0;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 10%;
}

.borderline.active::after,
.borderline:hover::after,
.float:hover .borderline::after {
    width: 10%;
}

.borderline.purple::after {
    background: #24A1A9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 0.5em;
    position: relative;
    width: 50px;
}

.title-underline:after {
    content: '';
    display: block;
    background: #d72d1e;
    height: 5px;
    max-width: 50px;
    width: 100%;
    margin: 1% 0;
}


/*padding*/

.p-a-0 {
    padding: 0;
}

.p-x-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-y-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-a-03 {
    padding: 0.3em;
}

.p-x-03 {
    padding-left: 0.3em;
    padding-right: 0.3em;
}

.p-y-03 {
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

.p-t-03 {
    padding-top: 0.3em;
}

.p-r-03 {
    padding-right: 0.3em;
}

.p-b-03 {
    padding-bottom: 0.3em;
}

.p-l-03 {
    padding-left: 0.3em;
}

.p-a-05 {
    padding: 0.5em;
}

.p-x-05 {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.p-y-05 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.p-t-05 {
    padding-top: 0.5em;
}

.p-r-05 {
    padding-right: 0.5em;
}

.p-b-05 {
    padding-bottom: 0.5em;
}

.p-l-05 {
    padding-left: 0.5em;
}

.p-a-1 {
    padding: 1em;
}

.p-x-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.p-y-1 {
    padding-top: 1em;
    padding-bottom: 1em;
}

.p-t-1 {
    padding-top: 1em;
}

.p-r-1 {
    padding-right: 1em;
}

.p-b-1 {
    padding-bottom: 1em;
}

.p-l-1 {
    padding-left: 1em;
}

.p-a-15 {
    padding: 1.5em;
}

.p-x-15 {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.p-y-15 {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.p-t-15 {
    padding-top: 1.5em;
}

.p-r-15 {
    padding-right: 1.5em;
}

.p-b-15 {
    padding-bottom: 1.5em;
}

.p-l-15 {
    padding-left: 1.5em;
}

.p-a-2 {
    padding: 2em;
}

.p-x-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.p-y-2 {
    padding-top: 2em;
    padding-bottom: 2em;
}

.p-t-2 {
    padding-top: 2em;
}

.p-r-2 {
    padding-right: 2em;
}

.p-b-2 {
    padding-bottom: 2em;
}

.p-l-2 {
    padding-left: 2em;
}

.p-a-25 {
    padding: 2.5em;
}

.p-x-25 {
    padding-left: 2.5em;
    padding-right: 2.5em;
}

.p-y-25 {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.p-t-25 {
    padding-top: 2.5em;
}

.p-r-25 {
    padding-right: 2.5em;
}

.p-b-25 {
    padding-bottom: 2.5em;
}

.p-l-25 {
    padding-left: 2.5em;
}

.p-a-3 {
    padding: 3em;
}

.p-x-3 {
    padding-left: 3em;
    padding-right: 3em;
}

.p-y-3 {
    padding-top: 3em;
    padding-bottom: 3em;
}

.p-t-3 {
    padding-top: 3em;
}

.p-r-3 {
    padding-right: 3em;
}

.p-b-3 {
    padding-bottom: 3em;
}

.p-l-3 {
    padding-left: 3em;
}

.p-a-35 {
    padding: 3.5em;
}

.p-x-35 {
    padding-left: 3.5em;
    padding-right: 3.5em;
}

.p-y-35 {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}

.p-t-35 {
    padding-top: 3.5em;
}

.p-r-35 {
    padding-right: 3.5em;
}

.p-b-35 {
    padding-bottom: 3.5em;
}

.p-l-35 {
    padding-left: 3.5em;
}

.p-a-4 {
    padding: 4em;
}

.p-x-4 {
    padding-left: 4em;
    padding-right: 4em;
}

.p-y-4 {
    padding-top: 4em;
    padding-bottom: 4em;
}

.p-t-4 {
    padding-top: 4em;
}

.p-r-4 {
    padding-right: 4em;
}

.p-b-4 {
    padding-bottom: 4em;
}

.p-l-4 {
    padding-left: 4em;
}


/*margin*/

.m-a-0 {
    margin: 0;
}

.m-x-0 {
    margin-left: 0;
    margin-right: 0;
}

.m-y-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-a-03 {
    margin: 0.3em;
}

.m-x-03 {
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.m-y-03 {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.m-t-03 {
    margin-top: 0.3em;
}

.m-r-03 {
    margin-right: 0.3em;
}

.m-b-03 {
    margin-bottom: 0.3em;
}

.m-l-03 {
    margin-left: 0.3em;
}

.m-a-05 {
    margin: 0.5em;
}

.m-x-05 {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.m-y-05 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.m-t-05 {
    margin-top: 0.5em;
}

.m-r-05 {
    margin-right: 0.5em;
}

.m-b-05 {
    margin-bottom: 0.5em;
}

.m-l-05 {
    margin-left: 0.5em;
}

.m-a-1 {
    margin: 1em;
}

.m-x-1 {
    margin-left: 1em;
    margin-right: 1em;
}

.m-y-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.m-t-1 {
    margin-top: 1em;
}

.m-r-1 {
    margin-right: 1em;
}

.m-b-1 {
    margin-bottom: 1em;
}

.m-l-1 {
    margin-left: 1em;
}

.m-a-15 {
    margin: 1em;
}

.m-x-15 {
    margin-left: 1.5em;
    margin-right: 1.5em;
}

.m-y-15 {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.m-t-15 {
    margin-top: 1.5em;
}

.m-r-15 {
    margin-right: 1.5em;
}

.m-b-15 {
    margin-bottom: 1.5em;
}

.m-l-15 {
    margin-left: 1.5em;
}

.m-a-2 {
    margin: 2em;
}

.m-x-2 {
    margin-left: 2em;
    margin-right: 2em;
}

.m-y-2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.m-t-2 {
    margin-top: 2em;
}

.m-r-2 {
    margin-right: 2em;
}

.m-b-2 {
    margin-bottom: 2em;
}

.m-l-2 {
    margin-left: 2em;
}

.m-a-25 {
    margin: 2.5em;
}

.m-x-25 {
    margin-left: 2.5em;
    margin-right: 2.5em;
}

.m-y-25 {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.m-t-25 {
    margin-top: 2.5em;
}

.m-r-25 {
    margin-right: 2.5em;
}

.m-b-25 {
    margin-bottom: 2.5em;
}

.m-l-25 {
    margin-left: 2.5em;
}

.m-a-3 {
    margin: 3em;
}

.m-x-3 {
    margin-left: 3em;
    margin-right: 3em;
}

.m-y-3 {
    margin-top: 3em;
    margin-bottom: 3em;
}

.m-t-3 {
    margin-top: 3em;
}

.m-r-3 {
    margin-right: 3em;
}

.m-b-3 {
    margin-bottom: 3em;
}

.m-l-3 {
    margin-left: 3em;
}

.m-a-35 {
    margin: 3.5em;
}

.m-x-35 {
    margin-left: 3.5em;
    margin-right: 3.5em;
}

.m-y-35 {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
}

.m-t-35 {
    margin-top: 3.5em;
}

.m-r-35 {
    margin-right: 3.5em;
}

.m-b-35 {
    margin-bottom: 3.5em;
}

.m-l-35 {
    margin-left: 3.5em;
}

.m-a-4 {
    margin: 4em;
}

.m-x-4 {
    margin-left: 4em;
    margin-right: 4em;
}

.m-y-4 {
    margin-top: 4em;
    margin-bottom: 4em;
}

.m-t-4 {
    margin-top: 4em;
}

.m-r-4 {
    margin-right: 4em;
}

.m-b-4 {
    margin-bottom: 4em;
}

.m-l-4 {
    margin-left: 4em;
}


/*item-overlay - effect hover*/

.item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.item-border {
    /*padding-bottom: 1em;*/
    border: 1px solid #ddd;
    position: relative;
}

.item-overlay {
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(69, 54, 37, 0);
    position: absolute;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-overlay {
    background: rgba(69, 54, 37, 0.5);
    opacity: 1;
}

.item .item-magnified {
    font-size: 3.5em;
    line-height: 0;
    top: 36%;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    -ms-transform: translateY(10%);
    -webkit-transform: translateY(10%);
    -o-transition: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item:hover .item-magnified {
    opacity: 1;
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -o-transition: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

hr.black-separator {
    border-color: black;
    margin-bottom: 35px;
    width: 97.5%;
}

.parent {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.parent .child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.parent:hover .child,
.parent:focus .child {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before,
.parent:focus .child:before {
    display: block;
}

.parent:hover a,
.parent:focus a {
    display: block;
}

.parent .child .title {
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.parent .child:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(46, 34, 20, 0.3);
}


/*list-actions - effect hover*/

.list-actions .item {
    margin-bottom: 2rem;
    position: relative;
}

.list-actions .item article {
    position: relative;
}

.list-actions .item .image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20rem;
    position: relative;
}

.list-actions .item .actions {
    background-color: #d1cdc3;
    bottom: 0;
    color: rgba(10, 10, 10, 0.66);
    float: left;
    font-size: 0.875em;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s ease 0s;
    width: 100%;
    z-index: 9;
}

.list-actions .item .actions:hover {
    opacity: 1;
}

.list-actions .item .actions ul {
    float: left;
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
}

.list-actions .item .actions li {
    display: table;
    float: left;
    height: 100%;
    width: 100%;
    left: 0%;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.list-actions .item .actions a {
    color: rgba(10, 10, 10, 0.66);
    display: table-cell;
    font-weight: 600;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 101;
}

.list-actions .item .actions a .moreIcon {
    text-align: center;
    border: 1px solid rgba(10, 10, 10, 0.66);
    border-radius: 500em;
    display: block;
    font-size: 1.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
    margin: 0 auto 1em;
    position: relative;
    width: 3.75rem;
}

.list-actions .item .actions a:hover,
.list-actions .item .actions a:focus {
    color: #ffffff;
    outline: medium none;
}

.list-actions .item .actions a:hover .moreIcon,
.list-actions .item .actions a:focus .moreIcon {
    border-color: #ffffff;
    color: #ffffff;
}

.list-actions .item .actions div {
    color: rgba(10, 10, 10, 0.66);
    display: table-cell;
    font-weight: 600;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 101;
}

.list-actions .item .actions div .moreIcon {
    text-align: center;
    border: 1px solid rgba(10, 10, 10, 0.66);
    border-radius: 500em;
    display: block;
    font-size: 1.5rem;
    height: 3.75rem;
    line-height: 3.75rem;
    margin: 0 auto 1em;
    position: relative;
    width: 3.75rem;
}

.list-actions .item .actions div:hover,
.list-actions .item .actions div:focus {
    color: #ffffff;
    outline: medium none;
}

.list-actions .item .actions div:hover .moreIcon,
.list-actions .item .actions div:focus .moreIcon {
    border-color: #ffffff;
    color: #ffffff;
}

.list-actions .item .content-actions {
    bottom: 0;
    float: left;
    font-size: 0.875em;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.25s ease 0s;
    width: 100%;
    z-index: 9;
}

.list-actions .item .content-actions:hover {
    opacity: 0;
}

.list-actions .item .content-actions ul {
    float: left;
    height: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
    position: relative;
}

.list-actions .item .content-actions li {
    display: table;
    float: left;
    height: 100%;
    width: 100%;
    left: 0%;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.list-actions .item .content-actions p {
    text-align: center;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    z-index: 101;
}

.list-actions .item .more {
    border-radius: 50%;
    display: inline-block;
    line-height: 1.4em;
}

.list-actions .item a.more:hover,
.list-actions .item a.more:focus {
    opacity: 0.7;
}


/*cf - effect hover*/

.cf {
    position: relative;
    margin: 0 auto;
}

.cf * {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.cf .img-secundary {
    opacity: 0;
}

.cf:hover .img-secundary {
    opacity: 1;
}

.cf .details {
    bottom: 0;
    height: 50%;
    position: absolute;
    width: 100%;
}

.cf:hover .details {
    height: 60%;
}

.cf .details::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.cf:hover .details::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0;
}

.cf .details p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    color: #fff;
}

.cf:hover .details p {
    padding-bottom: 30px;
}

.cf .details-contact {
    height: 100%;
    width: 100%;
    padding-top: 40%;
    text-align: center;
}

.cf .details-contact p {
    width: 100%;
}

.cf:hover .details-contact p {
    margin-top: -15px;
}


/*effect-lily*/

.effect-lily figcaption,
.effect-lily figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.effect-lily figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-lily figcaption>div {
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    transition: height .5s;
}

.effect-lily .title {
    -webkit-transition: -webkit-transform 0.65s;
    transition: transform 0.65s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}

.effect-lily .text {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.65s;
    transition: opacity 0.2s, transform 0.65s;
    height: 0px !important;
}

.effect-lily:hover figcaption>div {
    background-color: rgba(255, 255, 255, 0.8);
}

.effect-lily:hover .text {
    opacity: 1;
}

.effect-lily:hover .title,
.effect-lily:hover .text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.effect-lily:hover .text {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    height: auto !important;
}


/*menu-overlay*/

body.full-menu {
    overflow: hidden;
	position:fixed;
	width:100%;
}

.level2 {
    display: none;
}

.menu-overlay {
    overflow-y: auto;
    background-color: rgba(69, 54, 37, 0.95);
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(1);
    transition: all 200ms ease-in-out;
    z-index: 1000000000000000000000000000000000000;
}

.menu-overlay.no-flex {
    display: block;
}

.menu-overlay .is-accordion-submenu-parent>a::after {
    border: none;
}

.menu-overlay.full-menu {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}


/*level1*/

.menu-overlay .level1 .menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-toggle {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.menu-overlay .level1 ul.nav {
    margin: 0;
    list-style: none;
    text-align: center;
    font-size: 1.5em;
}

.menu-overlay .level1 ul.nav li {
    margin-bottom: 1em;
}

.menu-overlay .level1 ul.nav li a {
    display: block;
    color: #fff;
}

.menu-overlay .level1 ul.nav li a:hover {
    opacity: 0.8;
}

.menu-overlay .level1 ul.nav li a img {
    max-width: 155px;
}


/*level2*/

.menu-toggle-products {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.submenu-productos .menu-toggle:hover {
    opacity: 0.9;
    /*position: absolute;top: 10px;right: 0px;*/
}

.submenu-productos .tabs {
    margin: 0;
    border: none;
    background: transparent;
    list-style-type: none;
}

.submenu-productos .tabs-title>a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
}

.submenu-productos .tabs-title>a:focus,
.submenu-productos .tabs-title>a:hover {
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 22px;
}

.submenu-productos .tabs-title>a[aria-selected="true"] {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 22px;
}

.submenu-productos .tabs-content {
    border: none;
    border-top: 0;
    background: none;
    color: #fff;
    transition: all 0.5s ease;
    padding: 0.5em 0 !important;
}

.submenu-productos .tabs-content * {
    color: #fff;
}

.submenu-productos .tabs-content .tabs-panel {
    padding: 0;
}

.submenu-productos .tabs-content #familias a {
    display: block;
}

.submenu-productos .aprolis-adultos:hover {
    background-color: #ee1c25;
}

.submenu-productos .aprolis-kids:hover {
    background-color: #ee1c25;
}

.submenu-productos .aprolis-alergias:hover {
    background-color: #ee1c25;
}

.submenu-productos .aprolis-beecosmetics:hover {
    background-color: #ee1c25;
}

.submenu-productos .artiprotect:hover {
    background-color: #293991;
}

.submenu-productos .plantsinergy-caps:hover {
    background-color: #87c440;
}

.submenu-productos .neurosalud:hover {
    background-color: #fcb03f;
}

.submenu-productos .memoactive:hover {
    background-color: #4f1971;
}

.submenu-productos .bipole-jaleareal:hover {
    background-color: #f7941d;
}

.submenu-productos .bipole:hover {
    background-color: #6ba042;
}

.submenu-productos .hierro-organic:hover {
    background-color: #be1e2d;
}

.submenu-productos .phyto-biopole:hover {
    background-color: #005826;
}

.submenu-productos .omegaline:hover {
    background-color: #c08329;
}

.submenu-productos .bisiluet:hover {
    background-color: #0c9341;
}

.submenu-productos .sportenergy:hover {
    background-color: #303192;
}

.submenu-productos .womanlife:hover {
    background-color: #ec008d;
}

.submenu-productos .probiotics:hover {
    background-color: #9e1f62;
}

.submenu-productos .phytolevure:hover {
    background-color: #d06919;
}

.submenu-productos .phytocirculacion:hover {
    background-color: #ac4c49;
}


/* .submenu-productos .tabs-content #necesidades .column {
    border-right: 1px solid #fff;
} */

.submenu-productos .tabs-content #necesidades .column:last-child {
    border-right: none;
}

.submenu-productos .tabs-content #necesidades ul {
    margin: 0;
    list-style: none;
}

.submenu-productos .tabs-content #necesidades ul li {
    margin-bottom: 1.5em;
}

.submenu-productos .tabs-content #necesidades ul li a:hover {
    opacity: 0.6;
}

@media only screen and (max-width: 40em) {
    .torna-a-menu .fs-35 {
        font-size: 2em;
    }
    .cerrar img {
        max-height: 46px;
    }
    /*tabs*/
    .submenu-productos h3 {
        text-align: center;
    }
    .submenu-productos .tabs {
        text-align: center;
        margin-bottom: 1em;
    }
    .submenu-productos .tabs-title {
        float: none;
        display: inline-block;
    }
    .submenu-productos .tabs-title>a {
        padding: 0.5em 0.8em;
        font-size: 0.9rem;
    }
    /*tab-content necesidades*/
    .submenu-productos .tabs-content #necesidades ul li {
        margin-bottom: 0.5em;
    }
    .submenu-productos .tabs-content #necesidades .column {
        border-right: none;
    }
}


/*search form*/

.menu-overlay .search-form .menu-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

.menu-overlay .search-form form {
    border-radius: 40px;
    background-color: transparent;
    border: 1px solid #fff !important;
    padding: 1em;
}

.menu-overlay .search-form input,
.menu-overlay .search-form input:hover,
.menu-overlay .search-form input:focus {
    background-color: transparent;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border: none !important;
    box-shadow: 5px 10px transparent !important;
    font-weight: 400;
    padding: 0 !important;
    margin: 0 !important;
}

.menu-overlay .search-form button,
.menu-overlay .search-form button:hover,
.menu-overlay .search-form button:focus {
    background-color: transparent;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0.8em 0 0.8em;
    float: right;
    border: none !important;
}

.menu-overlay .search-form button:hover {
    opacity: 0.8;
}


/*forms*/

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 0.9 !important;
}

form *:focus {
    border: 1px solid #ddd !important;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
select {
    border-radius: 0;
    box-shadow: none;
    border-color: #ddd;
    font-weight: 300;
}

label {
    font-weight: 300;
}


/*form border*/

.form-border input::-moz-placeholder,
.form-border textarea::-moz-placeholder {
    opacity: 1 !important;
    color: #453625;
}

.form-border form *:focus {
    border-width: 0px 0px 1px 0px !important;
    border-color: #453625 !important;
    border-style: solid !important;
}

.form-border [type="text"],
.form-border [type="password"],
.form-border [type="date"],
.form-border [type="datetime"],
.form-border [type="datetime-local"],
.form-border [type="month"],
.form-border [type="week"],
.form-border [type="email"],
.form-border [type="number"],
.form-border [type="search"],
.form-border [type="tel"],
.form-border [type="time"],
.form-border [type="url"],
.form-border [type="color"],
.form-border textarea,
.form-border select {
    padding: 0.5rem 0;
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
    background-color: transparent;
    border-width: 0px 0px 1px 0px !important;
    border-color: #453625 !important;
    border-style: solid !important;
}


/*cookie-bar*/

.skip-link {
    display: none !important;
}

#cookie-bar {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    max-width: 250px;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: auto;
    line-height: 24px;
    padding: 1.5em 1.5em;
    text-align: left;
    position: fixed;
    left: 1em;
    bottom: 1em;
    border-radius: 5px;
}

#cookie-bar p {
    color: #222;
}

#cookie-bar a {
    color: #222 !important;
    border-color: #222 !important;
    text-align: center;
    display: block;
    margin-top: 1em;
    margin-left: 0;
    max-width: 150px;
    cursor: pointer;
}

@media only screen and (max-width: 40em) {
    #cookie-bar {
        max-width: 90%;
        width: 90%;
    }
}


/*greyscale*/

.greyscale {
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: grayscale(1);
    /* Current draft standard */
    -webkit-filter: grayscale(1);
    /* New WebKit */
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: gray;
    /* IE6+ */
    opacity: 0.4;
}

.greyscale:hover {
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: grayscale(0);
    /* Current draft standard */
    -webkit-filter: grayscale(0);
    /* New WebKit */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: gray;
    /* IE6+ */
    opacity: 1;
}

.greyscale.noopacity {
    opacity: 1;
}


/*absolute-arrows*/

.absolute-arrows {
    position: relative;
}

.absolute-arrows #arrows-previous,
.absolute-arrows #arrows-next {
    position: absolute;
    top: 45%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.absolute-arrows #arrows-previous i,
.absolute-arrows #arrows-next i {
    font-size: 4em;
    color: var(--main-color);
    color: #453625;
}

.absolute-arrows #arrows-previous {
    left: 0;
}

.absolute-arrows #arrows-next {
    right: 0;
}

@media only screen and (min-width: 90.063em) {
    .absolute-arrows #arrows-previous {
        left: -5em;
    }
    .absolute-arrows #arrows-next {
        right: -5em;
    }
}


/*list-padding*/

.list-padding .column {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    padding-bottom: 0.4rem !important;
}

@media only screen and (max-width: 40em) {
    .list-padding .column {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
    .list-padding .column-block {
        margin-bottom: 1.875rem;
    }
}


/* filter shuffle */

#filter a {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
    color: var(--main-color);
    color: #453625;
    font-weight: 400;
    padding: 0.5em 3em;
    display: inline-block;
}

#filter a.active,
#filter a.active:hover,
#filter a.active:focus {
    background-color: var(--main-color);
    background-color: #453625;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
}

#filter select {
    cursor: pointer;
    background-position: right -1rem center;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
    color: var(--main-color);
    color: #453625;
    font-weight: 400;
    padding: 0.5em 2em;
    max-width: 155px;
}

#filter select.active {
    background-color: var(--main-color);
    background-color: #453625;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
}

#filter select.active option {
    background-color: #fff !important;
    color: #555 !important;
}

@media only screen and (max-width: 40em) {
    ul#filter li {
        display: block;
        margin-bottom: 0.5em;
    }
}


/*#grid {height:auto !important;}*/

.highlight {
    position: absolute;
    top: 1em;
    right: 1em;
    background: url('../intersa-images/theme/new.png') no-repeat center center transparent;
    background-size: auto auto;
    background-size: contain;
    padding: 2em 1em;
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-block;
}

#grid .item .img-product {
    display: block !important;
    height: 400px;
    text-align: center;
}

#grid .item .img-product img {
    max-height: 400px;
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
    #grid .item .img-product {
        height: 300px !important;
    }
    #grid .item .img-product img {
        max-height: 300px;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    #grid .item .img-product {
        height: 300px !important;
    }
    #grid .item .img-product img {
        max-height: 300px;
    }
}


/*line-title*/

.line-title {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}

.line-title:before,
.line-title:after {
    content: '';
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 50%;
    position: relative;
    vertical-align: middle;
}

.line-title:before {
    left: -0.5em;
    margin-left: -50%;
}

.line-title:after {
    right: -0.5em;
    margin-right: -50%;
}

.line-title.brown:before,
.line-title.brown:after {
    background: #453625;
}


/*opacity*/

.opacity-brown::before {
    content: "";
    background-color: rgba(46, 34, 20, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opacity-green::before {
    content: "";
    background-color: rgba(85, 122, 102, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opacity-black::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opacity-ocher::before {
    content: "";
    background-color: rgba(229, 222, 175, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*accordion foundation*/

.accordion {
    background: transparent;
}

.accordion .accordion-item,
.accordion .accordion-item:hover,
.accordion .accordion-item:focus {
    background: transparent !important;
}

.accordion .accordion-item .accordion-title {
    padding: 1.25rem 0rem;
    border-width: 0px 0px 1px 0px;
    border-color: #453625;
    border-style: solid;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #453625;
    text-transform: uppercase;
    font-weight: 600;
}

.accordion .accordion-item .accordion-title:hover,
.accordion .accordion-item .accordion-title:focus {
    background-color: transparent;
    border-width: 0px 0px 1px 0px !important;
    border-color: #453625 !important;
    border-style: solid !important;
}

.accordion .accordion-item .accordion-title.is-active {
    border-width: 0px 0px 1px 0px;
    border-color: #453625;
    border-style: solid;
}

.accordion .accordion-item .accordion-title::before {
    border-radius: 50%;
    right: 0rem;
    padding: 0.3em 0.6em;
    border: 1px solid #453625;
    height: 28px;
    width: 28px;
}

.accordion .accordion-content {
    padding: 1.25rem 0rem;
    background: transparent;
    border: none;
}

.document-listing-container .file-element a:hover {
    border-bottom: 1px solid #dc0000;
    color: #dc0000;
}


/*related-bar*/

.related-bar .float-right ul.inline li {
    margin: 0 !important;
}

.related-bar .float-right ul.inline li {
    margin: 0 !important;
}

@media only screen and (max-width: 40em) {
    .related-bar {
        text-align: center;
    }
    .related-bar .float-right,
    .related-bar .float-left {
        float: none !important;
        display: block;
    }
    .related-bar .float-left li {
        display: block;
    }
}


/* START Popups de campanyes */

#active-popup {
    background-color: rgba(52, 73, 94, 0.7);
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 999999;
}

#popup-container {
    width: 325px;
    position: fixed;
    right: 1%;
    z-index: 999999;
    bottom: 2%;
    display: none;
}

#popup-container .bgimage {
    min-height: 225px;
}

#popup-container a.close {
    position: relative;
    float: right;
    top: 15px;
    right: -11px;
    z-index: 99;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 2px 5px 2px 6px;
    line-height: 1em;
    text-align: center;
    background: #E20613;
    border: 4px solid #fff;
    cursor: pointer;
    color: #fff;
}

#popup-container .splash-description {
    line-height: 1.5em;
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

#popup-container .webform .form-item {
    margin-top: 0;
    margin-bottom: 0.5em;
}

#popup-container .webform .form-item label {
    font-size: 0.75rem;
}

#popup-container .webform .form-item input[type="text"],
#popup-container .webform .form-item input[type="email"] {
    margin: 0 0 0.3rem;
    height: 1.7rem;
    padding: 0.3rem;
    font-size: 0.9em;
}

#popup-container .webform .form-item input[type="checkbox"] {
    margin: 0;
}

#popup-container .webform .form-item.form-type-checkbox input,
#popup-container .webform .form-item.form-type-checkbox label {
    float: left;
}

#popup-container .webform button {
    padding: 0.5em 0.8em;
    font-size: 0.9em;
    margin-top: 0.3em;
    margin-bottom: 0;
}


/*#popup-container .modal-content {position: relative;text-align: center;}
#popup-container #popup-window {position: relative;}
#popup-container .modal-content h1,
#popup-container .modal-content p {color: #fff;}
#popup-container .modal-content p {padding: 20% 5% 0 5%;}
#popup-container .alert-box {color: white !important}
#popup-container .webform .close {display: none}
#popup-container #popup-window .webform label {font-size: 12px;}
#popup-container #popup-window .webform label,
#popup-container #popup-window .webform button {color: white}
#popup-container #popup-window .webform button {border-color: white !important;}
#popup-container #edit-submitted-newsletter-mailchimp-signup {position: relative;top: 8px;}
#popup-container #edit-submitted-he-leido-y-acepto-las-condiciones-de-uso-1 {position: relative;top: 8px;}
.form-item-submitted-he-leido-y-acepto-las-condiciones-de-uso-1 label {color:white;}
.form-item-submitted-he-leido-y-acepto-las-condiciones-de-uso-1 label a {color:white;}
#popup-container .webform-component--he-leido-y-acepto-las-condiciones-de-uso, .webform-component--quiero-recibir-novedades--mailchimp-signup {text-align: left;}
.webform-confirmation p {color:#ffffff !important}
.webform .links {display: none !important}*/


/*list-products
ul#filter.inline li {margin:0;}
.list-products {overflow: hidden;}
.label-product {position: absolute;bottom:0;right:0;background-color: rgba(0,0,0,0.5);padding:10px;color:#fff;font-size: 0.7rem;line-height: 0.7em;}
.highlight {position: absolute;top:0;right:0;background: url('../images/theme/highlight.png');padding:10px;color:#fff;text-transform: uppercase;width:69px;height:70px;}
.highlight div {display:inline-block;font-size:0.7em;padding: 0.5em 0.6em 0 !important;transform: rotate(46deg);-webkit-transform: rotate(46deg);-moz-transform: rotate(46deg);-o-transform: rotate(46deg);writing-mode: lr-tb;}
.label-view {position: absolute;bottom:0;right:0;background-color: rgba(0,0,0,0.5);padding:10px;color:#fff;}
.label-caption {position: absolute;bottom:0;left:0;background-color: rgba(0,0,0,0.5);padding:10px;color:#fff;}*/


/*arrow_box
.arrow_box {position: relative;}
.arrow_box:after {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(101, 103, 92, 0);border-top-color: #65675c;border-width: 30px;margin-left: -30px;}
.arrow_box-left {position: relative;}
.arrow_box-left:after {top: 100%;left: 98%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(101, 103, 92, 0);border-top-color: #efefef;border-width: 10px;margin-left: -30px;}
.box-arrow:after {bottom: 100%;left: 80%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(255, 255, 255, 0);border-bottom-color: #ffffff;border-width: 11px;margin-left: -11px;}
*/


/*bxslider*/


/*.slider-nav-top {text-align:right;}
.slider-nav-top a {color:#999999;display: inline-block;font-size: 3.5em;}
.slider-nav-top a:hover {color:#555555;}
.slider-nav-top [class^="icon-"]:before,
.slider-nav-top [class*=" icon-"]:before {width: 0.3em;}*/


/*review
.review {position: relative;}
.review::before {content: "\"";font-size: 3em;font-style: italic;left: 0;line-height: 0.8em;position: absolute;top: 0;}
.review::after {bottom: 0;content: "\"";font-size: 3em;font-style: italic;line-height: 0;position: absolute;right: 0;}*/


/*pagination
.pagination .current {background: #666;}*/


/*link - effect hover
.link {position:relative;}
.link a {height:100%; left:0; overflow:hidden; position:absolute; top:0; width:100%;}
.link a .linkfooter {background-color:rgba(255,255,255,1); box-sizing:border-box; height:90px; width:100%; position:absolute; bottom:0; margin-bottom:0; transition:height .5s; overflow:hidden}
.link a:hover .linkfooter {background-color:rgba(255,255,255,0.8);box-sizing:border-box;float:left;width:100%;height:80%;}
.link a .linkfooter p.fw-700 {min-height:60px;}
@media only screen and (max-width: 40em) {
	.link a .linkfooter {height:20%;}
	.link a:hover .linkfooter {height:80%;}
}
@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
	.link a .linkfooter {height:20%;}
	.link a:hover .linkfooter {height:80%;}
}*/


/* ==========================================================================
   HEADER
   ==========================================================================*/


/*header-bar */

.header-bar {
    /*background-color: transparent;*/
    background-color: rgba(46, 34, 20, 0.5);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.header-bar .brand {
    display: block;
}

.header-bar .brand img {
    display: block;
    max-height: 90px;
}

.header-bar .menu-icon::after {
    background: #977943 none repeat scroll 0 0;
    box-shadow: 0 7px 0 #977943, 0 14px 0 #977943;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-bar .menu-icon:hover::after {
    background: #977943 none repeat scroll 0 0;
    box-shadow: 0 7px 0 #977943, 0 14px 0 #977943;
}

.header-bar .languages {
    margin-left: 1em;
    position: relative;
    top: -8px;
}


/*.header-bar .languages a:hover {
    opacity: 1;
}

.header-bar .languages a.active {
    font-weight: 600;
}*/

.header-bar .languages select {
    font-family: 'Montserrat', sans-serif !important;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    width: 115px !important;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    margin: 0 !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(255, 255, 255)'></polygon></svg>");
}

.header-bar .languages select option {
    color: #000;
    text-transform: none;
    padding: 0.1em;
}

.header-bar .languages select:hover,
.header-bar .languages select:focus {
    border: none !important;
    box-shadow: none !important;
}

.header-bar .nav li a {
    color: #fff;
}

.header-bar .nav li a.uppercase {
    background-color: transparent;
    padding: 0.5em 0.7em;
    border-radius: 1em;
}


/*.header-bar .nav li a img {
    margin-top: -8px;
    max-width: 90px;
}*/

.header-bar .nav li a img {
    margin-top: -5px;
    max-width: 75px;
}

.header-bar .nav li a.estasin img.normal,
.header-bar .nav li a.estasin:hover img.hover,
.header-bar .nav li a.estasin.active img.hover {
    display: inline-block;
}

.header-bar .nav li a.estasin img.hover,
.header-bar .nav li a.estasin.active img.normal,
.header-bar .nav li a.estasin:hover img.normal {
    display: none;
}

.header-bar .nav a.uppercase:hover,
.header-bar .nav a.uppercase.active {
    background-color: var(--tertiary-color);
    background-color: #e20613;
}

.header-bar a.menu-toggle-form,
.header-bar a.menu-toggle-form:hover {
    color: #fff !important;
}


/*header-bar.sticky*/

.header-bar.sticky {
    position: fixed;
    top: 0;
    background-color: rgba(46, 34, 20, 0.5);
    box-shadow: none;
    padding: 1em 0 0 0;
}

.header-bar.sticky .brand img {
    max-height: 60px;
}

.header-bar.sticky .m-t-35 {
    margin-top: 1.5em;
}

.header-bar.sticky .m-t-3 {
    margin-top: 1em;
}


/*.header-bar.sticky {background-color: #fff;padding:0.5em 0;position: fixed;}
.header-bar.sticky .brand {margin-top: 0;}
.header-bar.sticky .brand img {max-height: 60px;}
.header-bar.sticky .menu-icon::after {background: #977943 none repeat scroll 0 0;box-shadow: 0 7px 0 #977943, 0 14px 0 #977943;content: "";display: block;height: 3px;left: 0;position: absolute;top: 0;width: 100%;}
.header-bar.sticky .menu-icon:hover::after {background: #977943 none repeat scroll 0 0;box-shadow: 0 7px 0 #977943, 0 14px 0 #977943;}*/

@media only screen and (max-width: 40em) {
    #header .header-bar .menu-toggle.m-t-15 {
        margin-top: 0;
    }
    #header .header-bar .logo--main1 .m-t-3 {
        margin-top: 0;
    }
    #header .header-bar .logo--main1 .menu-toggle {
        padding: 0;
        margin-top: 0;
    }
    #header .header-bar .languages {
        margin-left: 0em;
        top: 0;
    }
    #header .header-bar .languages li {
        margin: 0;
    }
    .header-bar .languages select {
        width: 109px !important;
        font-size: 0.7em;
    }
    .header-bar.sticky .m-t-3 {
        margin-top: 0em;
    }
    .header-bar .brand img {
        max-height: 45px;
    }
    .header-bar.sticky .brand img {
        max-height: 45px !important;
    }
    .menu-overlay .fs-35 {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
    #header .header-bar .brand {
        margin-top: 0em;
    }
    #header .header-bar .menu-toggle.m-t-15 {
        margin-top: 0;
    }
    #header .header-bar .logo--main1 .m-t-3 {
        margin-top: 8px;
    }
    #header .header-bar .logo--main1 .menu-toggle {
        padding: 0;
        margin-top: 0;
    }
    #header .header-bar .languages {
        margin-left: 0em;
    }
    .header-bar.sticky .m-t-3 {
        margin-top: 0em;
    }
    .header-bar .brand img {
        max-height: 50px;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .header-bar .nav li {
        margin: 0em;
    }
}

.comment-wrapper .title {
    font-size: 21px;
}


/*node-type-producto*/

body.node-type-producto .header-bar,
body.page-node-397 .header-bar {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

body.node-type-producto .header-bar.sticky,
body.page-node-397 .header-bar.sticky {
    position: fixed !important;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
}

body.node-type-producto .header-bar .nav li a,
body.page-node-397 .header-bar .nav li a {
    color: #453625;
}

body.node-type-producto .header-bar .nav li a:hover,
body.page-node-397 .header-bar .nav li a:hover,
body.page-node-397 .header-bar .nav li a.active {
    color: #fff;
}

body.node-type-producto .header-bar a.menu-toggle-form,
body.node-type-producto .header-bar a.menu-toggle-form:hover,
body.page-node-397 .header-bar a.menu-toggle-form,
body.page-node-397 .header-bar a.menu-toggle-form:hover {
    color: #453625 !important;
}

body.node-type-producto .button.webform-submit.white,
body.node-type-producto .button.border.white,
body.page-node-397 .button.webform-submit.white,
body.page-node-397 .button.border.white {
    border: 1px solid #453625 !important;
    color: #453625;
}

body.node-type-producto .button.webform-submit.white:hover,
body.node-type-producto .button.border.white:hover,
body.page-node-397 .button.webform-submit.white:hover,
body.page-node-397 .button.border.white:hover {
    border: 1px solid #e20613 !important;
    background-color: #e20613;
    color: #fff;
}

body.node-type-producto .header-bar .languages select,
body.page-node-397 .header-bar .languages select {
    color: #453625;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb(69, 54, 37)'></polygon></svg>");
}

body.node-type-producto .header-bar .menu-toggle.white,
body.page-node-397 .header-bar .menu-toggle.white {
    color: #453625 !important;
}

body.node-type-producto .section-bar,
body.page-node-397 .section-bar {
    display: none;
}


/*slide-bar */

.slide-bar .orbit {
    background-color: #453625;
    border: none !important;
}

.slide-bar .orbit:focus {
    border: none;
}

.slide-bar .orbit .bgimage {
    min-height: 100vh;
}

.slide-bar .orbit .bgimage::before {
    content: "";
    background-color: rgba(46, 34, 20, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide-bar .orbit .caption {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 1000;
}

.slide-bar .orbit .caption .row {
    width: 100%;
    margin: 0 !important;
}

.slide-bar .orbit .caption h1 {
    font-size: 6.5em;
    color: white;
    line-height: 1em;
}

.slide-bar .orbit .caption h1 span {
    background: url('../intersa-images/theme/brush.png') no-repeat center center transparent;
    background-size: contain;
}

.slide-bar .orbit-controls .orbit-previous,
.slide-bar .orbit-controls .orbit-next {
    z-index: 1000000000;
    cursor: pointer;
}

.slide-bar .orbit-controls .orbit-previous:hover,
.slide-bar .orbit-controls .orbit-next:hover,
.slide-bar .orbit-controls .orbit-previous:focus,
.slide-bar .orbit-controls .orbit-next:focus {
    background: transparent;
}

.scrollup {
    z-index: 10000;
    display: block;
    bottom: 0;
    position: absolute;
    right: 50%;
    font-size: 2em;
}

.scrollup:hover,
.scrollup:focus {
    color: #fff;
}

.scrollup i {
    margin-left: -20px;
    position: absolute;
    top: 3px;
    left: 50%;
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 0.3;
    }
}

@keyframes sdb05 {
    0% {
        transform: translate(0, 0);
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0px, 0px);
        opacity: 0.3;
    }
}

@media only screen and (max-width: 40em) {
    .scrollup {
        right: 40%;
    }
    .slide-bar .orbit .caption h1 {
        font-size: 3.5em;
        color: white;
        line-height: 1em;
    }
}


/*social-icons*/

.share-buttons.fixed {
    position: inherit !important;
    right: 0 !important;
    top: 0 !important;
    margin: 0px !important;
    z-index: 10000000000000000 !important;
    pointer-events: none;
}

.sticky-element,
.sticky-element-positioner {
    z-index: 10000000000000000 !important;
}

.sticky-element {
    position: absolute;
    top: 8em;
    right: 0;
}

.sticky-element.sticky-element-sticky {
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    margin-left: 8px;
}

.sticky-element.social-icons ul {
    list-style: none;
    margin: 0;
}

.sticky-element.social-icons ul li {
    margin-bottom: 0.5em;
}

.sticky-element.social-icons ul li a:hover {
    opacity: 1 !important;
}

.sticky-element.social-icons ul li a:hover img {
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*section-bar*/

.section-bar {
    padding: 16em 0;
    min-height: 80vh;
}

.section-bar.profiles {
    min-height: 50vh;
}

.section-bar .back {
    z-index: 10000;
    width: 100%;
    display: block;
    bottom: 0;
    position: absolute;
    display: block;
    text-align: center;
}

.section-bar .back a {
    font-size: 1.2em;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}

.section-bar .back a:hover {
    color: white;
    opacity: 0.8;
}

.section-bar.bgimage::before {
    content: "";
    background-color: rgba(46, 34, 20, 0.3);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}


/*.section-bar.bgimage::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(69, 54, 37, 0.7) 20%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 54, 37, 0.7) 20%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(69, 54, 37, 0.7) 20%, rgba(255,255,255,0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#453625', endColorstr='#00ffffff', GradientType=0);
}*/

.section-bar .caption {
    z-index: 1000;
    position: relative;
}

.section-bar .caption h1 {
    font-size: 3.5em;
    color: white;
    line-height: 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

.section-bar .caption h2 {
    font-size: 6.5em;
    color: white;
    line-height: 0.8em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5)
}

@media only screen and (max-width: 40em) {
    .section-bar .caption h1 {
        font-size: 2.5em;
        color: white;
        line-height: 1em;
    }
    .section-bar .caption h2 {
        font-size: 3.5em;
        color: white;
        line-height: 0.8em;
    }
}


/*video*/

.video-bar {
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

.video-bar::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(69, 54, 37, 0.6) 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 54, 37, 0.6) 20%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(69, 54, 37, 0.6) 20%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#453625', endColorstr='#00ffffff', GradientType=0);
}

.video-bar video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #453625;
    background-size: cover;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
}

.audio-video {
    cursor: pointer;
    margin-right: 0.5em;
}

@media only screen and (max-width: 40em) {
    .video-bar #bgvid {
        display: none;
    }
    .video-bar {
		background-position: center center;
		background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
    .audio-video {
        margin-right: 0em;
    }
    .audio-video i {
        font-size: 1.2em;
    }
}


/*breadcrumbs-bar*/

.breadcrumbs-bar {
    border-bottom: 1px solid #ddd;
    padding: 1em 0 0 !important;
    text-align: center;
}

.breadcrumbs-bar * {
    color: var(--main-color) !important;
    color: #453625;
}

.breadcrumbs-bar .breadcrumbs {
    text-align: center;
    display: inline-block;
}

.breadcrumbs-bar h2 {
    font-size: 15px;
    display: inline;
    margin-right: 20px;
    position: relative;
    top: 1px !important;
}

.breadcrumbs-bar .breadcrumbs a {
    font-size: 14px;
    color: var(--main-color) !important;
    color: #453625;
}

.breadcrumbs-bar ul.breadcrumbs li {
    margin: 0 0.5em 0 0;
    display: inline-block !important;
    text-transform: inherit;
    float: none;
}

.breadcrumbs-bar ul.breadcrumbs li::after {
    position: relative !important;
    margin-left: 1rem !important;
    opacity: 1;
    content: "/" !important;
}

.breadcrumbs-bar ul.breadcrumbs li:last-child::after {
    position: relative !important;
    margin-left: 0;
    display: none;
}

.breadcrumbs-bar ul.breadcrumbs li:last-child {
    font-weight: bold;
}

@media only screen and (max-width: 40em) {
    .breadcrumbs-bar h2 {
        display: block;
        margin-right: 0px;
        top: 0px !important;
    }
}


/* ==========================================================================
   CONTAINER-MAIN
   ==========================================================================*/

#container-main {
    position: relative
}


/*torn*/

.torn {
    top: -35px;
    position: absolute;
    background: url(../intersa-images/theme/torn.png) repeat-x 0 0 transparent;
    height: 6em;
    width: 100%;
}

@media only screen and (max-width: 40em) {
    .torn {
        top: -25px;
        height: 3em;
    }
}

#footer .torn-grey {
    /* bottom: 0;
    position: absolute;*/
    background: url(../intersa-images/theme/torn-grey.png) repeat-x 0 0 transparent;
    height: 2em;
    width: 100%;
    margin-top: -1.5em;
}

@media only screen and (max-width: 40em) {
    #footer .torn-grey {
        height: 1em;
    }
}


/*.torn {top: -50px;position: absolute;background: url(../images/theme/torn.png) no-repeat 0 0 transparent;background-size: cover;height: 5em;width: 100%;}
@media only screen and (max-width: 40em) {
	.torn {top: -25px;height: 3em;}
}*/


/*quality-bar*/

.quality-bar .bgimage::before {
    content: "";
    background-color: rgba(46, 34, 20, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.quality-bar .bgimage .quality-heart {
    z-index: 1000;
    background: url('../intersa-images/theme/quality-heart.png') no-repeat center 0 transparent;
    background-size: contain;
    position: relative;
}

.quality-bar .bgimage .quality-heart h2 {
    line-height: 2.3em;
}

.quality-bar .bgimage .quality-heart a:hover {
    color: #fff;
}

.quality-bar .bgimage .quality-heart .hello-washes {
    line-height: 0.5em;
}


/*comolohacemos-bar*/

.comolohacemos-bar .has-tip {
    border-bottom: none;
}

.tooltip {
    background-color: var(--secundary-color) !important;
    background-color: #e5deaf;
    font-size: 1em !important;
    color: var(--main-color) !important;
    color: #453625;
    text-align: center;
    max-width: 15rem !important;
    border-radius: 15px !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.8);
}

.tooltip.top::before {
    border-color: var(--secundary-color) transparent transparent !important;
    border-color: #e5deaf transparent transparent !important;
}


/*newsletter-bar*/

.newsletter-bar label,
.newsletter-bar input[type="checkbox"] {
    float: left !important;
    max-width: 90%;
    font-size: 0.8em;
}

.newsletter-bar input[type="checkbox"] {
    margin-top: 0.3em;
}

.contingut-bar .alert-box.secondary {
    display: none
}

.newsletter-bar input[type="text"],
.newsletter-bar input[type="email"] {
    /* text-transform: uppercase; */
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-width: 0 0 1px 0;
    border-color: #fff;
    box-shadow: none;
    text-align: center;
    color: #fff;
}

.newsletter-bar input[type="text"]:hover,
.newsletter-bar input[type="text"]:focus,
.newsletter-bar input[type="email"]:hover,
.newsletter-bar input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-width: 0 0 1px 0 !important;
    border-color: #fff;
    box-shadow: none;
}

.newsletter-bar input[type="submit"],
.newsletter-bar button[type="submit"] {
    font-family: HelloBeautifulMarker-Regular;
    background: url('../intersa-images/theme/send.png') no-repeat center center transparent;
    background-size: contain;
    padding: 1.2em 2em;
    font-size: 2.2em;
    border: none;
    cursor: pointer;
}

.newsletter-bar input[type="submit"]:hover,
.newsletter-bar input[type="submit"]:focus,
.newsletter-bar button[type="submit"]:hover,
.newsletter-bar button[type="submit"]:focus {
  border: none !important;
}

@media only screen and (max-width: 40em) {
    .newsletter-bar label,
    .newsletter-bar input[type="checkbox"] {
        float: left !important;
        max-width: 87%;
    }
    .newsletter-bar .column-block {
        margin-bottom: 0 !important;
    }
    .newsletter-bar .line-title span {
        display: inline-block;
        max-width: 66%;
    }
}

.newsletter-bar .form-type-checkbox label {
  color: #fff;
}

.newsletter-bar.in .form-type-checkbox label {
  color: #0a0a0a;
}

.newsletter-bar.in input[type="text"],
.newsletter-bar.in input[type="email"] {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-width: 0 0 1px 0;
    border-color: #453625;
    box-shadow: none;
    text-align: center;
    color: #453625;
}

.newsletter-bar.in input[type="text"]:hover,
.newsletter-bar.in input[type="text"]:focus,
.newsletter-bar.in input[type="email"]:hover,
.newsletter-bar.in input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-width: 0 0 1px 0 !important;
    border-color: #453625;
    box-shadow: none;
}

.newsletter-bar.in input[type="submit"],
.newsletter-bar.in button[type="submit"] {
    background: url('../intersa-images/theme/send-brown.png') no-repeat center center transparent;
}

.newsletter-bar.in .more-newsletter {
    font-family: HelloBeautifulMarker-Regular;
    background: url('../intersa-images/theme/send-brown.png') no-repeat center center transparent;
    background-size: contain;
    padding: 0.4em 1em 0.7em;
    color: #fff;
    margin-top: 0.3em;
    font-size: 4.2em;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.reveal-overlay .alert-box.secondary {
    display: none;
}


/*banners-bar*/

.banners-bar .bgimage {
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: all 200ms ease-in-out;
    z-index: 100 !important;
}


/*slide-product*/

.slide-product .orbit {
    border: none !important;
}

.slide-product .orbit:focus {
    border: none;
}

.slide-product .orbit .bgimage {
    min-height: 100vh;
}

.slide-product .orbit-controls .orbit-previous,
.slide-product .orbit-controls .orbit-next {
    z-index: 1000;
    cursor: pointer;
}

.slide-product .orbit-controls .orbit-previous:hover,
.slide-product .orbit-controls .orbit-next:hover,
.slide-product .orbit-controls .orbit-previous:focus,
.slide-product .orbit-controls .orbit-next:focus {
    background: transparent;
}

.slide-product .orbit-bullets button {
    cursor: pointer;
    background-color: #9a9a9a;
    width: 0.8rem;
    height: 0.8rem;
}

.slide-product .orbit-bullets button.is-active {
    background-color: #d12d14;
}


/*custom forms*/

.gobackbutton {
    border: 1px solid #b1b1b1;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.gobackbutton:hover {
    background-color: #333333;
    color: #fff;
}

#webform-client-form-88 .form-item:nth-child(odd),
#webform-client-form-390 .form-item:nth-child(odd) {
    float: left;
    margin-bottom: 0;
    width: 48%;
}

#webform-client-form-88 .form-item:nth-child(even),
#webform-client-form-390 .form-item:nth-child(even) {
    float: right;
    margin-bottom: 0;
    width: 50%;
}

#webform-client-form-88 .form-item-submitted-que-eres {
    position: relative;
    width: 50% !important;
}

#webform-client-form-88 .form-item .form-item,
#webform-client-form-390 .form-item .form-item {
    width: 100%;
}

#webform-client-form-88 .webform-component--he-leido-y-acepto-las-condiciones-de-uso {
    width: 50% !important;
    float: left !important;
}

#webform-client-form-88 .webform-component--quiero-recibir-novedades--mailchimp-signup {
    float: right !important;
    width: 50% !important;
}

#webform-client-form-88 .captcha.form-wrapper,
#webform-client-form-390 .captcha.form-wrapper {
    display: table-cell;
    width: 50% !important;
    clear: both !important;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

#webform-client-form-390 .captcha.form-wrapper .fieldset-description,
#webform-client-form-88 .captcha.form-wrapper .fieldset-description {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}

#edit-submitted-que-eres-1 {
    position: relative;
    top: 8px;
}

#edit-submitted-que-eres-2 {
    position: relative;
    top: 8px;
}

#webform-client-form-88 .form-item label,
#webform-client-form-390 .form-item label {
    text-align: left;
}

#webform-client-form-88 button.webform-submit,
#webform-client-form-390 button.webform-submit {
    margin-top: 2rem;
    clear: both !important;
    width: 100% !important;
}

#webform-client-form-88 .webform-component--message,
#webform-client-form-390 .webform-component--message {
    width: 100% !important;
}

.webform-component--he-leido-y-acepto-las-condiciones-de-uso,
.webform-component--quiero-recibir-novedades--mailchimp-signup {
    width: 100% !important;
    text-align: center;
}

.webform-client-form-8549 .webform-component--he-leido-y-acepto-las-condiciones-de-uso {
    text-align: left !important;
}

#webform-ajax-wrapper-8549 #edit-submitted-quiero-recibir-vuestra-e-newsletter-mailchimp-signup {
    position: relative;
    top: 7px;
}

#webform-ajax-wrapper-8549 #edit-submitted-he-leido-y-acepto-las-condiciones-de-uso-1 {
    position: relative;
    top: 7px;
}

#webform-client-form-88 input[type="checkbox"],
#webform-client-form-390 input[type="checkbox"] {
    margin: 0 !important;
}

.inline.nav.dropdown.menu .is-dropdown-submenu-parent a:after {
    display: none;
}

.inline.nav.dropdown.menu .is-dropdown-submenu-parent ul {
    border-radius: 7px;
    position: absolute;
    top: 38px;
}

.inline.nav.dropdown.menu .is-dropdown-submenu-parent li {
    padding: 7px 7px;
    cursor: pointer;
}


/*section estas in*/

.estasin-menu li a,
.estasin-menu li a:hover,
.estasin-menu li a:focus {
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    border-radius: 20px;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
    color: var(--main-color);
    color: #453625;
    font-weight: 400;
    padding: 0.5em 0.7em;
    display: block;
}

.estasin-menu li.active a {
    background-color: var(--main-color) !important;
    background-color: #453625;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: var(--main-color) !important;
    border-color: #453625 !important;
}

.splash-bg .webform-component--newsletter--mailchimp-signup label,
.splash-bg .form-item-submitted-he-leido-y-acepto-las-condiciones-de-uso-1 label {
    padding-left: 0;
    margin-left: 0;
}

.splash-bg .form-item-submitted-he-leido-y-acepto-las-condiciones-de-uso-1 label {
    margin-left: 6px;
    position: relative;
    top: -3px;
}

@media only screen and (max-width: 40em) {
    .estasin-menu li {
        margin: 0 0 0.5em 0 !important;
        display: block !important;
    }
    .estasin-menu li a,
    .estasin-menu li a:hover,
    .estasin-menu li a:focus {
        font-size: 0.8em;
        padding: 0.3em 0.5em;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
    .estasin-menu li {
        margin: 0 0.3em;
    }
    .estasin-menu li a,
    .estasin-menu li a:hover,
    .estasin-menu li a:focus {
        font-size: 0.8em;
        padding: 0.3em 0.5em;
    }
}


/*page-search*/

body.page-search #search-form {
    margin: 3em auto;
}

body.page-search #search-form #edit-basic {
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 1em;
    clear: both;
}

body.page-search #search-form #edit-basic label {
    display: none;
}

body.page-search #search-form #edit-basic input {
    max-width: 90%;
    border-color: transparent;
    display: inline-block;
}

body.page-search #search-form #edit-basic #edit-submit {
    display: inline-block;
    text-transform: uppercase;
    text-align: right;
    cursor: pointer;
    padding: 1em;
}

body.page-search #search-form #edit-basic #edit-submit:hover,
body.page-search #search-form #edit-basic #edit-submit:focus {
    color: var(--tertiary-color);
    color: #e20613;
    border: none !important;
}

@media only screen and (max-width: 40em) {
    body.page-search #search-form #edit-basic input {
        max-width: 60%;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
    body.page-search #search-form #edit-basic input {
        max-width: 70%;
    }
}


/* ==========================================================================
   FOOTER
   ==========================================================================*/


/*direct-bar*/

#footer .direct-bar {
    position: relative;
}

#footer .direct-bar .logo img {
    max-width: 170px;
}

#footer .direct-bar .num {
    color: #999999;
}

#footer .direct-bar .dancing {
    vertical-align: middle !important;
}

#footer .direct-bar a {
    color: #333;
}

#footer .direct-bar a:hover {
    color: #666;
}

#footer .info-bar .num {
    color: #999999;
}

#footer .info-bar a {
    color: #333;
}

#footer .info-bar a:hover {
    color: #666;
}

@media only screen and (max-width: 40em) {
    #footer .direct-bar .logo {
        text-align: center;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {
    /*#footer .direct-bar .logo {
        border-bottom:1px solid #ddd;
        text-align: center;
        padding-bottom:1em;
        margin-bottom:1em;
    }*/
    #footer .direct-bar .logo img {
        max-width: 125px;
    }
    /*#footer .direct-bar .logo a,
    #footer .direct-bar .logo p {
        display:inline-block;
    }*/
    #footer .info-bar.text-right {
        margin-top: 1em;
        text-align: center !important;
    }
}


/*accordion*/

#footer .webmap-bar .accordion {
    padding: 0;
    text-align: center;
    margin: 0 0 1em;
    background: transparent !important;
}

#footer .webmap-bar .accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .webmap-bar .accordion li {
    margin-bottom: 1em;
}

#footer .webmap-bar .accordion li>a:last-child {
    border: 0;
}

#footer .webmap-bar .accordion li>a:focus,
#footer .webmap-bar .accordion li>a:hover {
    background-color: transparent;
    text-decoration: none;
}

#footer .webmap-bar .accordion ul.submenu {
    display: none;
}

#footer .webmap-bar .accordion ul.submenu li {
    margin-bottom: 0;
}

#footer .webmap-bar .accordion ul.submenu li:first-child {}

#footer .webmap-bar .accordion ul.submenu li:focus,
#footer .webmap-bar .accordion ul.submenu li:hover {}

#footer .webmap-bar .accordion ul.submenu li a {
    text-transform: inherit;
    font-size: 0.8em;
    font-weight: 400;
}

#footer .webmap-bar .accordion .is-expanded {
    display: block;
    padding-bottom: 0;
}


/*develop-bar*/

#footer .develop-bar {
    text-align: center;
}

#footer .develop-bar p {
    color: #222 !important;
}

@media only screen and (max-width: 40em) {
    /*footer*/
    #footer {
        text-align: center;
    }
    #footer .inline.enllacos li {
        display: block !important;
    }
    /*direct-bar*/
    #footer .direct-bar * {
        text-align: center;
    }
    #footer .direct-bar .social {
        font-size: 0.8em;
    }
    #footer .direct-bar .logo {
        margin-bottom: 1.5em;
        text-align: center;
    }
    #footer .direct-bar .logo img {
        margin-bottom: 0.5em;
    }
    #footer .direct-bar .logo .inline {
        display: block !important;
    }
    #footer .direct-bar .float-left,
    #footer .direct-bar .float-right {
        float: none !important;
    }
    #footer .direct-bar p {
        margin-bottom: 0 !important;
    }
    /*develop-bar*/
    #footer .develop-bar {
        padding-top: 1em;
    }
}


/* ==========================================================================
   Media Queries
   ==========================================================================*/

// Small screens
@media only screen {}


/* Define mobile styles */

@media only screen and (max-width: 40em) {
    #webform-client-form-88 .form-item label,
    #webform-client-form-390 .form-item label {
        text-align: center !important;
        min-height: 48px;
        display: inline-block;
    }
    .contact-professional form #edit-submitted-temas-de-interes .form-item {
        width: 100% !important;
        text-align: left !important;
    }
    .contact-professional form #edit-submitted-temas-de-interes .form-item input {
        display: inline-block;
        text-align: left !important;
    }
    .contact-professional form #edit-submitted-temas-de-interes .form-item label {
        float: right;
        text-align: left !important;
        width: 75%;
    }
}


/* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) {}


/* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.9em) {}


/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

@media only screen and (min-width: 64.063em) and (max-width: 84em) {}

// Large screens
@media only screen and (min-width: 64.063em) {}


/* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {}


/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) {}


/* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {}


/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) {}


/* min-width 1921px, xxlarge screens */

@media print {
    #header,
    .breadcrumbs-bar,
    .related-bar,
    .videos-bar,
    .temporada-bar,
    .newsletter-bar,
    .bg-grey.largeLine,
    #footer {
        display: none !important;
    }
    /*container-main*/
    .contingut-bar .large-6 {
        width: 100% !important;
    }
    .accordion-content {
        display: block !important;
    }
}

div#comments .filter-help.form-wrapper {
    display: none;
}

div#comments .filter-guidelines.form-wrapper.filter-guidelines-processed {
    display: none;
}

fieldset.captcha.form-wrapper {
    margin: 1em 0;
}

.share-buttons-mobile {
    width: 100%;
    text-align: center;
    padding: 1.5em 0;
}

.share-buttons-mobile li {
    display: inline-block;
    vertical-align: middle;
}

.share-buttons-mobile a {
    display: block;
    position: relative;
}

.share-buttons-mobile a:before {
    position: absolute;
    transition: .35s;
    width: 90%;
    height: 80%;
    left: 50%;
    top: 50%;
    background-color: #222;
    content: "";
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(.8);
    box-shadow: 0px 1px 12px 2px #333;
}

.share-buttons-mobile a:hover:before {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 45%;
    background-color: #fff;
}

@media screen and (max-width: 500px) {
    .share-buttons-mobile a:before {
        box-shadow: 0px 1px 5px 0px #000;
    }
    .share-buttons-mobile li {
        width: 35px;
        height: 35px;
    }
    .share-buttons-mobile li svg {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 350px) {
    .share-buttons-mobile a:before {
        box-shadow: 0px 1px 5px 0px #000;
    }
    .share-buttons-mobile li {
        width: 25px;
        height: 25px;
    }
    .share-buttons-mobile li svg {
        width: 25px;
        height: 25px;
    }
}

#webform-client-form-88 .g-recaptcha,
#webform-client-form-390 .g-recaptcha {
    margin: 0 auto !important;
    text-align: center !important;
    width: 100%;
}

#webform-client-form-88 .g-recaptcha>div:first-child,
#webform-client-form-390 .g-recaptcha>div:first-child {
    margin: 0 auto;
}

@media screen and (max-width: 350px) {
    .captcha {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 800px) {
    .rss-mobile li i {
        font-size: 2em;
    }
    .rss-mobile a {
        text-decoration: none;
    }
}

.menu-overlay div.column.grid>figure>div {
    background-position: center center;
    background-size: cover;
}

#product-images-owl .owl-nav {
    margin-top: -70% !important;
}

.productedelmesSlider .owl-nav {
    margin-top: -23em !important;
}

.productedelmesSlider .owl-nav button i {
    background: #000000b5;
    color: #FFF;
}

.owl-nav {
    position: absolute;
    width: 100%;
}

.owl-nav .owl-prev {
    float: left;
}

.owl-nav .owl-next {
    float: right;
}

.owl-nav i {
    font-size: 3em;
    border-radius: 6px;
}

.owl-nav button {
    background: none;
}

@media screen and (min-width: 500px) {
    .owl-nav button:hover i {
        background: #e20612;
    }
}

.owl-nav button:hover,
.owl-nav button:active,
.owl-nav button:focus {
    background: none !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: none !important;
}

#webform-client-form-390 .form-item.webform-component.webform-component-textarea.webform-component--mensaje {
    width: 100% !important;
}

#webform-client-form-390 .form-item.webform-component.webform-component-textarea.webform-component--mensaje textarea {
    width: 100% !important;
}

#webform-client-form-390 .form-item.webform-component.webform-component-textarea.webform-component--mensaje textarea {
    width: 100% !important;
}

.webform-component--asunto {
    width: 100% !important;
}

#webform-client-form-390 .form-item.webform-component.webform-component-checkboxes.webform-component--he-leido-y-acepto-las-condiciones-de-uso,
#webform-client-form-390 .form-item.webform-component.webform-component-mailchimp.webform-component--quiero-recibir-vuestra-e-newsletter--mailchimp-signup {
    width: 50% !important;
}

#product-images-owl.owl-carousel .owl-item img{width:auto !important;margin:0 auto;}



/*logged-in*/
body.logged-in .section-bar .caption {
    z-index: 10 !important;
}

body.logged-in .header-bar {
    z-index: 10;
}
body.logged-in .header-bar.sticky {
    position: inherit !important;
}

body.logged-in #cookie-bar {
    display:none;
}

body.logged-in .share-buttons.fixed {
    z-index: 10 !important;
}
body.logged-in .scrollup {
    z-index: 10;
}

/* TLG */
.characteristics-bar {
    padding: 0 15px;
}
/* Guia terapeutica */
.guia-terapeutica .row {
    display: flex;
    justify-content: center;
}
ul.list-guia-terapeutica {
    display: flex;
    list-style-type: none;
    gap: 10px;
}
/* #104887 */
.page-node-100 .section-bar.profiles .caption h1 {
    font-size: 2.5em;
}
.page-node-100 .section-bar.profiles .caption h2 {
    font-size: 4.5em;
}
/* 104891 */
.home-blog-title {
    font-size: 2em;
}
/* 104879 */
.webform-component--intereses {
    display: none;
}
/* 104880 */
button.orbit-next, button.orbit-previous {
    z-index: 9999;
    font-size: 30px;
    padding: 50px 10px;
    background-color: rgba(10, 10, 10, 0.2);
}