/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
select{
    -webkit-appearance:none;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Montserrat-Light.ttf);
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url(../fonts/Montserrat-ExtraLight.ttf);
    font-weight: 200;
}

/*
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/logo.png);
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 317px;
}*/

body{
    background: #f8f3ed;
}

.menu{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all .5s;
    /*z-index: 3;*/
    z-index: 99999;
}

.menu .nav-link{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5rem 1rem !important;
    font-weight: 400;
    border-bottom: solid 2px transparent;
    transition: all .3s;
}
.menu .nav-link:hover{
    border-bottom: solid 2px #fff;
}



.menu.fixed{
    background: #f2eae1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: solid 3px #e51937;
    position: fixed;
    transition: all .5s;
}

.menu.fixed .nav-link{
    color: #e51937;
    font-size: 13px;
    text-transform: uppercase;
    padding: .5rem 0.5rem !important;
    font-weight: 400;
    border-bottom: solid 2px transparent;

    transition: all .5s;
}

.menu.fixed .nav-link:hover{
    border-bottom: solid 2px #e51937;
}


.slider{
    width: 100%;
    position: relative;
    height: calc(100vh);
    background-size: cover;
}

.slider .text-slider{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
    color: #fff;

    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    animation-delay: .5s;
}
.slider .text-slider p{
    margin: 5px 0;
}
.slider .text-slider p:nth-child(2){
    font-size: 58px;
    font-family: 'Montserrat', sans-serif;
}

/*
.slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.scrolldown{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.descripcion{
    padding: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #ba9765;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 1px;
    position: relative;
    display: block;
    margin-bottom: 140px;
}

/*
.descripcion p:after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #ba9765;
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translateX(-50%);
}*/




.carousel-laiberica{
    position: relative;
    /*padding-bottom: 90px;*/
}
.carousel-laiberica .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carousel-laiberica .item .item-info{
    padding: 40px;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
}
.slick-arrow img{
    width: 60px;
}
.slick-arrow:focus{
    outline: none;
    border: none;
    box-shadow: none;
}

.slick-prev{
    transform: rotate(180deg);
    left: -60px;
    background: transparent;
    border: none;
    top: 46%;
}
.slick-next{
    right: -60px;
    background: transparent;
    border: none;
}

.bg-laiberica{
    background: #F2EAE1;
}

.carousel-laiberica .item .item-info h3{
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    user-select: text;
}

.carousel-laiberica .item .item-info h3:after{
    /*content: '..............................';*/
    display: block;
    position: absolute;
    width: 50%;
    height: auto;
    top: 30px;
}

.carousel-laiberica .item .item-info #ic:after{
    /*content: '................................................';*/
    /*content: '...................................';*/
}

.carousel-laiberica .item .item-info #mi:after{
    /*content: '............................................';*/
    content: '...................................';
}

.carousel-laiberica .item .item-info #sv:after{
    content: '............................';
}

.carousel-laiberica .item .item-info #ch:after{
    content: '...................................';
}







.carousel-laiberica .item .item-info p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 20px;
    user-select: text;
}

.btn-laiberica{
    padding: 15px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border: solid 2px #d8182a;
    color: #d8182a;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;

    position: relative;
    overflow: hidden;
}

.btn-laiberica.btn-back{
    padding-left: 50px;
}
.btn-laiberica.btn-back span:after {
    content: '';
    width: 31px;
    display: inline-block;
    height: 12px;
    /*background: url(../img/flecha-roja.svg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    fill: red;
    position: absolute;
    left: -60px;
    transform: translateY(-50%) rotate(-180deg);
    top: 50%;
}



.btn-laiberica:focus, .slick-slide:focus, .slick-dots li button:focus{
    outline: none;
    box-shadow: none;
}


.btn-laiberica span{
    display: inline-block;
    transition: all .3s linear;
    z-index: 2;
    position: relative;
}

/**/
.btn-laiberica-milky{
    padding: 15px 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border: solid 2px #d8182a;
    color: #d8182a;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;

    position: relative;
    overflow: hidden;
}
.btn-laiberica-milky .btn-back{
    padding-left: 80px;
}
.btn-laiberica-milky .btn-back span:after {
    content: '';
    width: 31px;
    display: inline-block;
    height: 12px;
    background: url(../img/flecha-roja.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    fill: red;
    position: absolute;
    left: -60px;
    transform: translateY(-50%) rotate(-180deg);
    top: 50%;
}



.btn-laiberica-milky :focus, .slick-slide:focus, .slick-dots li button:focus{
    outline: none;
    box-shadow: none;
}


.btn-laiberica-milky span{
    display: inline-block;
    transition: all .3s linear;
    z-index: 2;
    position: relative;
}
/**/

.btn-small {
    font-size: 12px;
}
.form-laiberica label span, .form-laiberica p span{
    font-weight: bold;
    color: #d8182a;
}

@keyframes button-roll{
    35% {
        transform: translateY(50px);
    }
    35.001% {
        transform: translateY(-50px);
    }
    100% {
        color: #fff;
        transform: translateY(0);
    }
}

.btn-laiberica:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;

}



.btn-laiberica span:after{
    content: '';
    /* width: 31px; */
    display: inline-block;
    height: 12px;
    /* background: url(../img/flecha-roja.svg); */
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    fill: red;
}

/**/
.btn-laiberica-milky:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;

}



.btn-laiberica-milky span:after{
    content: '';
    /* width: 31px; */
    display: inline-block;
    height: 12px;
    /* background: url(../img/flecha-roja.svg); */
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    fill: red;
}

/**/

.carousel-laiberica .slick-dots{
    position: absolute;
    width: 100%;
    top: -120px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.carousel-laiberica .slick-dots li:not(:last-child):after{
    content: '';
    width: 2px;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ba9765;
}
.carousel-laiberica .slick-dots li.slick-active:not(:last-child):after{
    background-color:  #d8182a;
}

.carousel-laiberica .slick-dots li.slick-active button:before{
    color: #d8182a;
    font-weight: bold;
    opacity: 1;
}

.carousel-laiberica .slick-dots li button:before{
    content: 'contenido';
    display: inline-block;
    color: #ba9765;
    font-weight: bold;
    opacity: .5;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: all .2s;
}

.carousel-laiberica .slick-dots li:nth-child(1) button:before{
    content: 'La Ib\00E9rica Cl\00E1sica';
}
.carousel-laiberica .slick-dots li:nth-child(2) button:before{
    content: 'Milky La Ib\00E9rica';
}
.carousel-laiberica .slick-dots li:nth-child(3) button:before{
    content: 'Fábrica de Chocolate';
}
.carousel-laiberica .slick-dots li:nth-child(4) button:before{
    content: 'La Ib\00E9rica Chocolatier';
}


.carousel-laiberica .slick-dots li button{
    color: transparent;
    position: relative;
    /*width: 230px;*/
    width: 190px;
    height: 50px;
    background: transparent;
    border: none;
    cursor: pointer;
}


.carousel-laiberica .slick-dots li{
    display: inline-block;
    position: relative;
}

/* .carousel-laiberica .item .single-line h3{
    font-size: 40px;
} */

.w-adorns{
    padding: 60px;
    background: #f2eae1;
    position: relative;
}

.w-adorns:before{
    content: '';
    width: 100%;
    height: 28px;
    background: url(../img/adorno.png);
    background-size: 150px;
    position: absolute;
    top: -26px;
    left: 0;
}
.w-adorns:after{
    content: '';
    width: 100%;
    height: 28px;
    background: url(../img/adorno.png);
    background-size: 150px;
    position: absolute;
    transform: rotate(180deg);
    bottom: -26px;
    left: 0;
}


.laiberica-title{
    font-size: 40px;
    line-height: 40px;
    color: #ba9765;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-bottom: 80px;
}

.laiberica-title2{
    font-size: 35px;
    line-height: 40px;
    color: #ba9765;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin: 0;
    padding-top: 40px;
}

.laiberica-p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.laiberica-title span{
    font-size: 16px;
    line-height: 16px;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.laiberica-title:after{
    content: '';
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #ba9765;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translateX(-50%);
}

.carousel-vertical{
    padding-left: 30px;
    position: relative;
}

.carousel-vertical .item{
    display: flex;
    justify-content: space-between;
     align-items: center;
}

.carousel-vertical .item .item-info{
    padding: 40px;
    width: 65%;
    /*padding-left: 50px;!**!*/
    user-select: text;/**/
}

.chocolate .carousel-vertical .item .item-info{
    /*padding-right: 60px;*/
    user-select: text;/**/
}

.carousel-vertical .item .item-info h3{
    font-size: 35px;/*40*/
    font-family: 'Montserrat', sans-serif;
    color: #d8182a;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}

.carousel-vertical .item .item-info h3:after{
    /* content: '........................................'; puntos h */
    display: block;
    position: relative;
    width: 50%;
    height: auto;
    top: 0;
    line-height: 8px;
    color:#d8182a;

}

.carousel-vertical .item .item-info #ef:after{
    content: '......................................'; /* puntos h*/
}

.carousel-vertical .item .item-info #uh:after{
    content: '..................................'; /* puntos h*/
}

.carousel-vertical .item .item-info #ut:after{
    content: '......................................'; /* puntos h*/
}


.carousel-vertical .item .item-info #oc:after{
    content: '.......................................'; /* puntos h*/
}

.carousel-vertical .item .item-info #bc:after{
    content: '......................................'; /* puntos h*/
}

.carousel-vertical .item .item-info #bb:after{
    content: '......................................'; /* puntos h*/
}


.carousel-vertical .item .item-info p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
}

.carousel-vertical .item .line p{
    line-height: 30px !important;
    /* user-select: text; */

}


.carousel-vertical .slick-dots{
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-vertical .slick-dots li:not(:last-child){
    margin-bottom: 60px;
    position: relative;
}
.carousel-vertical .slick-dots li button{
    background: none;
    border: none;
    color: transparent;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.carousel-vertical .slick-dots li button:after{
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/circle-br-out.svg);
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    transition: all .3s linear;
}

.carousel-vertical .slick-dots li.slick-active button:after{
    background: url(../img/circle-red.svg);
}

.carousel-vertical .slick-dots li:not(:last-child):after{
    content: '';
    width: 2px;
    height: 50px;
    display: block;
    background-color: #d7c6b4;
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
}



.carousel-vertical .pic-item{
  height: 520px;/**/
  width: 35%;
}
.carousel-vertical .pic-item img{
    position:relative;
    /*object-fit: cover;*/
    height: 100%;
    width: 100%;
    object-position: top;
}



.about{
    padding-bottom: 80px;
}
.chocolate{
    padding: 80px;
    background: url(../img/fondo_chocolate.jpg);
}

.chocolate .carousel-vertical .slick-dots{
    left: inherit;
    right: 0;
}
.chocolate .carousel-vertical{
    padding-left: inherit;
    padding-right: 30px;
}
.chocolate .carousel-vertical p{
    margin-bottom: 10px;
}

.w-adorns-top{
    padding: 60px;
    background: #f2eae1;
    position: relative;
    display: flex;
    align-items: center;
}

.w-adorns-top:before{
    content: '';
    width: 100%;
    height: 28px;
    background: url(../img/adorno.png);
    background-size: 150px;
    position: absolute;
    top: -26px;
    left: 0;
}



.contactanos h3{
    font-size: 40px;
    color: #ba9765;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.contactanos p{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}


.contactanos .oficina-item p{
    margin: 3px 0;
    line-height: 22px;
}
.contactanos .oficina-item strong,
.contactanos .oficina-item strong a{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    font-weight: bold;
    display: block;
}
.contactanos .oficina-item strong + strong{
    margin-top: 5px;
}
.contactanos .oficina-item{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}
.contactanos .oficina-item i {
    color: #ba9765;
}
.contactanos .oficina-item span {
    color: #ba9765;
}

.br-li{
    border-right: solid 1px #ba9765;
}
.form-laiberica{
    width: 100%;
}
.form-laiberica .form-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-laiberica .trap{
   visibility:hidden;
}

.form-laiberica .form-group label{
    width: 20%;
    font-size: 14px;
    color: #ba9765;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.form-laiberica .form-group .form-li{
    width: 78%;
    font-size: 14px;
    color: #ba9765;
    font-family: 'Montserrat', sans-serif;
    border: solid 2px #ba9765;
    background: transparent;
    height: 40px;
    padding-left: 16px;
}
.form-laiberica .form-group .form-li:focus{
    outline: none;
    border: solid 2px #ba9765;
}

.form-laiberica .form-group textarea{
    height: 150px !important;
    resize: none;
    padding: 16px;
}

.footer-laiberica{
    background: #d8182a;
    /*padding: 80px 0 20px;*/
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.footer-laiberica .ft-title{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}
.footer-laiberica .ft-title:hover{
    color: #fff;
}
.buscador-sec{
    position: fixed;
    width: 100%;
    height: 100%;
    background:  transparent;
    z-index: 9;
    display: none;
    align-items: center;
    transition: all .5s;
}

.buscador-sec.active{
    display: flex;
    background: rgba(216,24,42,.9);
    transition: all .5s;
}
li{
    list-style: none;
}
.times{
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 50px;
    color: #fff;
    opacity: .5;
    transition: all .3s;
}
.times:focus{
    outline: none;
}
button.search-button{
    width: 70px;
    background: transparent;
    border: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
button.search-button:focus{
    outline: none;
}


.times:hover{
    opacity: 1;
    color: #fff;
}

.buscador-sec input{
    display: block;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: solid 2px #fff;
    font-size: 60px;
    color: #fff;
    padding-left: 20px;
    padding-bottom: 20px;
    font-weight: bold;
}
.buscador-sec input::placeholder{
    color: #fff;
}
.buscador-sec input:focus{
    outline: none;
}

.footer-laiberica .ft-list li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}
.footer-laiberica .socials{
    width: 100%;
    text-align: right;
    padding: 20px 0;
}
.footer-laiberica .socials a{
    color: #fff;
    /* padding-left: 15px; */
    padding-right: 15px;
    font-size: 25px;
}

.pd-top{
    padding-top: 120px;
}

.footer-laiberica .col-lg-3{
    padding-top: 45px;
}

.text-laiberica{
    font-family: 'Montserrat', sans-serif;
    color: #ba9765;
    text-align: center;
}

.copy{
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    background: #c21827;
    color: #fff;
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}


.menu .dropdown-menu{
    padding: 10px 25px;
    top: 80px;
    left: 50%;
    background: #F2EAE1;
    box-shadow: 0 2px 10px rgba(193, 134, 0, 0.22);
    border: solid 2px #D8182A;
    border-radius: 0;
    transform: translateX(-50%);
}
.menu .dropdown-menu-choco{
    transform: translateX(-67%)!important;
}
.menu .dropdown-menu:before{
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: #F2EAE1;
    position: absolute;
    border-top: solid 2px #D8182A;
    border-right: solid 2px #D8182A;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}

.menu .dropdown-menu .dropdown-item{
    padding: 18px 20px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #d8182a;
    transition: all .5s;
}
.menu .dropdown-menu .dropdown-item:not(:last-child){
    border-bottom: solid 1px #D8182A;
}

.menu .dropdown-menu .dropdown-item:hover{
    background: transparent;
}

#laiberica .descripcion p{
    width: 35%;
    margin: auto;
    font-style: normal;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.modal-backdrop.show {
    color: #f2eae1 !important;
    opacity: 0.5 !important;
}
#preguntas .modal-body{
    background: #522d24;
    color: #ba9765;
    padding: 30px;
}

#anuncios .modal-body{
    background: #522d24;
    color: #ba9765;
    padding: 10px;
}

#preguntas .modal-body h2{
    font-size: 40px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
#preguntas #scroll {
    height: 60vh;
    overflow-y: auto;
}
#preguntas #scroll::-webkit-scrollbar {
    width: 8px;
}


#preguntas #scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#preguntas #scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:  #ac895c;
}
#preguntas #scroll::-webkit-scrollbar-thumb:window-inactive {
    background:  #ac895c;
}

#preguntas .modal-body .accordion button{
    padding: 5px 0;
}
#preguntas .modal-body .accordion button span{

    display: block;
    white-space: normal;
    text-align: left;
    font-size: 15px;
}

#preguntas .modal-body p{
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 20px;
}
#preguntas .modal-body .card{
    background: transparent;
    border: 0;
    border-radius: 0;
}
#preguntas .modal-body .card button{
    color: #ba9765;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    align-items: center;
}

#preguntas .modal-body .card button[aria-expanded="true"] i{
    transform: rotate(180deg);
}
 #preguntas .modal-dialog{
     max-width: 1110px;
 }

 #preguntas .accordion{
     /*max-width: 75%;*/
 }

#preguntas .modal-body .card-header{
    padding: 20px 0;
    background: transparent;
    border-bottom: solid 1px #ba9765;
}
#preguntas .modal-body .card-body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}
#preguntas .modal-body .card-body a{
    color: #ba9765;
    font-weight: bold;
}
.resp-logo{
    display: none;
}
.navbar-toggler{
    position: relative;

    padding: 11px 15px;
    border: solid 1px #ba9765;
    border-radius: 0;
}
.navbar-toggler img{
    width: 20px;
}

.navbar-toggler i{
    color: #fff;
    font-size: 25px;

}

.fixed .navbar-toggler{
    padding: 10px 15px;
    border: none;
}

.fixed .navbar-toggler i{
    color: #d8182a;
    font-size: 25px;

}

.navbar-toggler:focus{
    outline: none;

}

.carousel-laiberica .item-info :nth-child(1){
    animation-duration: .7s;
    animation-delay: .1s;
}
.carousel-laiberica .item-info :nth-child(2){
    animation-duration: .7s;
    animation-delay: .3s;
}
.carousel-laiberica .item-info :nth-child(3){
    animation-duration: .7s;
    animation-delay: .5s;
}

.carousel-laiberica .foto{
    animation-duration: .2s;
    animation-duration: .6s;
}


@media screen and (min-width: 992px){
    .btn-laiberica:hover:before{
        width: 100%;
        height: 100%;
        background: #d8182a;
    }
    .btn-laiberica:hover{
        /*background: #d8182a;*/
        color: #fff;
    }
    .btn-laiberica:hover span{
        animation: button-roll .3s forwards cubic-bezier(.165,.84,.44,1);
    }
    .btn-laiberica:hover span:after{
        /* background: url(../img/flecha.svg); */
        filter: invert(100%);
    }

    .btn-laiberica-milky:hover:before{
        width: 100%;
        height: 100%;
        background: #d8182a;
    }
    .btn-laiberica-milky:hover{
        /*background: #d8182a;*/
        color: #fff;
    }
    .btn-laiberica-milky:hover span{
        animation: button-roll .3s forwards cubic-bezier(.165,.84,.44,1);
    }
    .btn-laiberica-milky:hover span:after{
        background: url(../img/flecha.svg);
        filter: invert(100%);
    }
}


@media screen and (min-width: 992px) and (max-width: 1200px){

    .carousel-laiberica .item img{/**/
        width: 300px;
    }
    .carousel-laiberica .item-info{
        width: 440px;
    }
    .carousel-laiberica .item{
        justify-content: center;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next{
        right: 0;
    }
    .carousel-laiberica .item .item-info h3{
        font-size: 35px;
        /* user-select: text; */
    }
    .menu.fixed .nav-link, .menu .nav-link{
        font-size: 13px;
        padding: 10px !important;
    }

    .carousel-vertical .pic-item {
        height: 460px;/**/
        width: 40%;
    }

    .carousel-vertical .pic-item img{
        width: 100%;/**/
        object-fit: fill;
    }
    .carousel-vertical .item .item-info {
        padding: 0 20px 0 40px;/**/

    }


    /**/
    .carousel-vertical .item{
        flex-direction: column;
        margin-top: 40px;
        align-items: center;
    }
    .carousel-vertical .item .item-info{
        padding: 40px 0;
        width: 100%;
        order: 2;
    }


    .carousel-vertical img{
        order: 1;
    }
    .carousel-vertical{
        padding-left: 0;
    }

    .pic-item{
        height: 200px;
        overflow: hidden;
    }

    .chocolate{
        padding: 60px 0;
    }
    .chocolate .carousel-vertical{
        padding: 0;
    }

    .chocolate .carousel-vertical .slick-dots{
        right: initial;
        left: 50%;
        bottom: -180px;/**/
        transform: translateX(-50%) rotate(-90deg);
    }
    .carousel-vertical .slick-dots{
        top: initial;
        bottom: -12%;
        right: 40%;
        left: initial;
        transform: rotate(-90deg) translateX(-50%);
    }

}


@media screen and (min-width: 768px) and (max-width: 992px){
    #preguntas .accordion{
        max-width: 80%;
    }
    .carousel-laiberica .item .item-info h3{
        /*font-size: 35px;*/
        font-size: 28px;
        user-select: text;
    }
    .slider{
        height: calc(60vh - 90px) !important;
    }
    .carousel-laiberica .item img{
        width: 300px;
    }
    .carousel-laiberica .item-info{
        width: 370px;
    }
    .btn-laiberica{
        font-size: 13px;
    }
    /**/
    .btn-laiberica-milky{
        font-size: 13px;
    }
    /**/
    .slick-arrow{
        z-index: 2;
    }
    .slick-next{
        right: -20px;
    }
    .slick-prev{
        left: -20px;
    }
    .carousel-laiberica .slick-arrow img{
        width: 40px !important;
    }
    .pic-item img{
        width: 200px;
    }
    .carousel-vertical .pic-item{
        width: 60%;
        order: 1;
    }
    .carousel-vertical .item .item-info{
        width: 100%;
        order: 2;
    }
    .carousel-vertical .item{
        flex-direction: column;
    }
    .carousel-vertical .slick-dots{
        transform: rotate(-90deg) translateX(-50%) !important;
        left: 45% !important;
        bottom: -15%;
        top: initial !important;
        margin: 20px 0;
    }
    .chocolate .carousel-vertical .slick-dots {
        transform: rotate(-90deg) translateX(-50%) !important;
        left: 45% !important;
        bottom: -8%;
        top: initial !important;
        margin: 20px 0;
        right: initial;
    }
    .br-li{
        border-right: 0;
        border-bottom: solid 1px #ba9765;
        margin-bottom: 40px;
    }
    .menu .dropdown-menu{
        box-shadow: none;
        background: transparent;
        transform: none!important;
        border: none;

    }
    .menu .dropdown-menu:before{
        display: none;
    }

    .menu:not(.fixed) .navbar-collapse{
        background: rgba(0,0,0,.6);
        padding: 20px;
    }
    .menu.fixed .navbar-collapse{
        padding: 20px 0;
    }
    .menu:not(.fixed) .dropdown-menu .dropdown-item{
        color: #fff;
    }
    .menu:not(.fixed) .dropdown-menu .dropdown-item:not(:last-child){

        border-bottom: solid 1px #fff;
    }

}

@media screen and (max-width: 768px){
    #laiberica .descripcion p{
        width: 100%;
    }
    #preguntas .accordion{
        max-width: initial;
    }
    #preguntas .modal-body .card-body {
        text-align: left;
    }
    .carousel-laiberica .item{
        flex-direction: column;
    }
    .slick-slide img{
        width: 65%;
    }
    .carousel-laiberica .item .item-info{
        width: 100%;
    }
    .carousel-laiberica .item .item-info h3{
        font-size: 25px;
    }
    .btn-laiberica{
        width: 100%;
        font-size: 13px;
    }
    .btn-laiberica span:after{
        display: none;
    }
    /**/
    .btn-laiberica-milky{
        width: 80%;
        font-size: 13px;
    }
    /**/
    .slider{
        height: calc(100vh) !important;
    }
    .descripcion{
        font-size: 15px;
        line-height: 25px;
        letter-spacing: 1px;
        margin-bottom: 60px;
    }
    .w-adorns{
        /*padding: 60px 0;*/
        padding: 110px 0;
    }
    .carousel-vertical .item{
        flex-direction: column;
        margin-top: 40px;
        align-items: initial;
    }
    .carousel-vertical .item .item-info{
        /*padding: 40px 0;*/
        order: 2;
    }


    .carousel-vertical img{
        order: 1;
    }
    .carousel-vertical{
        padding-left: 0;
    }

    .pic-item{
        height: 200px;
        overflow: hidden;
    }

    .chocolate{
        padding: 60px 0;
    }
    .chocolate .carousel-vertical{
        padding: 0;
    }
    .w-adorns-top{
        padding: 60px 0;
    }
    .br-li{
        border-right: none;
        border-bottom: solid 1px #ba9765;
        margin-bottom: 30px;
    }
    .form-laiberica .form-group{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .form-laiberica .form-group label{
        margin-bottom: 10px;
    }
    .form-laiberica .form-group .form-li{
        width: 100%;
    }
    .footer-item{
        margin-bottom: 30px;
        text-align: center;
    }
    .copy{
        text-align: center;
    }
    .footer-laiberica .socials{
        text-align: center;
    }
    .ft-list{
        padding-left: 0;
    }
    .footer-laiberica{
        padding: 60px 0 20px;
    }
    .carousel-vertical .item .item-info h3{
        font-size: 30px;
    }

    .navbar-nav{
        position: fixed;
        padding: 20px;
        width: 100%;
        height: 100vh;
        background-color: #4f291f;
        background-image: url(../img/back-menu.png);
        background-size: contain;
        top: 0;
        left: 0;
    }


    .resp-logo{
        display: block;
        height: 95px !important;

        margin-bottom: 30px;
    }
    .resp-logo i{
        color: #ba9765;
        font-size: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        padding: 15px;
        border: solid 1px #ba9765;
    }
    .resp-logo img{
        width: 50%;
        margin: 10px auto;
        display: block;
        /*border-bottom: solid 2px #ba9765;*/
        padding-bottom: 25px;
    }
    .menu {
        z-index: 4;
    }
    .menu .nav-item, .menu.fixed .nav-item{
        text-align: center;
        max-width: 220px;
        margin: 0 auto;
    }
    .menu .nav-item .nav-link, .menu.fixed .nav-item .nav-link{
        color: #ba9765;
        padding: 15px 0 !important;
        text-align: center;
        display: block;
    }

    .menu .nav-link:active, .menu.fixed .nav-link:active{
        color: #fff;
    }
    .menu .dropdown-menu:before{
        display: none;
    }
    .menu .dropdown-menu, .fixed .menu .dropdown-menu{
        transform: none!important;
        padding: 0;
        top: 35px;
        background: transparent;
        color: #ba9765;
        box-shadow: none;
        border: none;
        border-radius: 0;
    }
    .menu .dropdown-menu .dropdown-item, .fixed .menu .dropdown-menu .dropdown-item {
        padding: 18px 20px;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
        color: #ba9765;
        transition: all .5s;
    }


    .carousel-laiberica .slick-next{
        right: 0;
        top: 18%;
        transform: scale(.6);
    }
    .carousel-laiberica .slick-prev{
        left: 0;
        top: 18%;
        transform: rotate(180deg) scale(.6);
    }

    .slider .text-slider p{
        text-shadow: 0 2px 10px rgba(0,0,0,.4);
    }
    .descripcion{
        margin-bottom: 0;
    }
    .carousel-laiberica .item .item-info h3{
        text-align: center;
    }

    .carousel-laiberica .item .item-info h3:after{
        margin: 20px auto;
    }
    .carousel-vertical .pic-item{
        display: flex;/**/
        height: 380px;/*280*/
        width: 100%;
        justify-content: space-around;/**/
    }
    .carousel-vertical .pic-item img{
        width: 70%;/**/
        object-fit: fill;/**/
    }
    .carousel-vertical .item .item-info{
        width: 100%;
    }
    .laiberica-title{
        transform: scale(.7);
    }
    .carousel-vertical .item{
        margin-top: 0;
    }
    .chocolate .carousel-vertical .slick-dots{
        right: initial;
        left: 50%;
        bottom: -122px;/**/
        /*bottom: -80px;!**!*/
        transform: translateX(-50%) rotate(90deg);
    }
    .carousel-vertical .slick-dots{
        top: initial;
        bottom: -12%;
        right: 40%;
        left: initial;
        transform: rotate(-90deg) translateX(-50%);
    }
    .footer-laiberica .col-lg-3{
        padding-top: 0;
    }
    .footer-laiberica{
        padding-bottom: 0;
    }
    .contactanos h3{
        font-size: 30px;
    }
    .laiberica-title2{
        font-size: 30px;
    }
    .menu.fixed{
        z-index: 4;
    }
    .navbar-brand img{
        height: 40px !important;
    }
    #preguntas .modal-body .accordion button span{
        width: 90%;
        display: block;
        white-space: normal;
        text-align: left;
    }
    .slider .text-slider p:nth-child(2){
        font-size: 45px;
    }
    .slider .text-slider p:nth-child(3){
        font-size: 15px;
    }
    .carousel-laiberica .item .item-info h3:after {
        /*content: '.......................';*/
        display: block;
        position: absolute;
        width: 50%;
        height: auto;
        top: 0;
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
    }
    .carousel-vertical .item .item-info h3:after {
        content: '................................';
        display: block;
        position: relative;
        width: 50%;
        height: auto;
        top: 0px;
        line-height: 8px;
    }
    .menu .dropdown-menu .dropdown-item{
        text-align: center;
    }
    .menu .nav-item .nav-link:hover, .menu.fixed .nav-item .nav-link:hover {
        border-bottom: solid 2px transparent;
    }
    .menu .dropdown-menu .dropdown-item:not(:last-child){
        border-bottom: solid 1px transparent;
    }
    .menu .dropdown-menu .dropdown-item:last-child{
        border-bottom: solid 1px #ba9765;
    }
    .nav-item.show .nav-link{
        border-top: solid 2px #ba9765;
        border-bottom: solid 2px #ba9765 !important;
    }

    .nav-item .dropdown-toggle::after{
         background-image: url(../img/arrow-iberica.png);
         border: none;
         width: 13px;
         height: 12px;
         transform: rotate(90deg) translateX(5px);
         background-size: 6px;
         background-repeat: no-repeat;
         background-position: center;
        transition: all .3s;
     }

    .nav-item.show .dropdown-toggle::after{
        transform: rotate(-90deg) translateX(-5px);
    }

    .navbar-nav .nav-item:nth-child(2):before, .navbar-nav .nav-item:last-child:after{
      transition: all .3s;
    }

    .navbar-nav .nav-item:not(.show):nth-child(2):before, .navbar-nav .nav-item:not(.show):last-child:after{
        content: '';
        width: 250px;
        display: inline-block;
        height: 1px;
        background: #ba9765;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }



}
.cerrar{
    position: absolute;
    right: 30px;
    padding: 15px;
    border: solid 1px #ba9765;
    cursor: pointer;
}
.cerrar img{
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
}

@media screen and (max-width: 321px){
    .carousel-laiberica .item .item-info h3:after {
        top: 33px;
    }
    .chocolate .carousel-vertical .item .item-info{
        /*padding-right: 0;*/
    }
}
@media screen and (max-width: 375px){
    .item-info .btn-laiberica {
        padding: 15px 0;
    }
    /**/
    .item-info .btn-laiberica-milky {
        padding: 15px 0;
    }
    /**/
    .chocolate .carousel-vertical .item .item-info{
        /*padding-right: 0;*/
    }
}

.bottom-float{
    position: fixed;
    top: 120px;
    right: 0px;
    z-index: 90;
    padding: 10px 10px;
}

.bottom-float ul{
    list-style: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.bottom-float ul a{
    text-decoration: none;
}
.bottom-float ul li{
    background:#f8f3ed;
    border: 2px solid #d8182a;
    margin: 20px 0px;
    padding: 8px;
    color: #d8182a;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.bottom-float ul li:hover{
    background:#d8182a;
    padding: 10px;
    color: #fff;
    border: 2px solid #d8182a;
    transition: all .5s ease-out;
}

#anuncios .modal-lg {
    max-width: 70%;
}

@media (max-width: 575px){
    .bottom-float{
        top: 120px;
        padding: 0px 0px;
    }
    #anuncios .modal-lg {
    max-width: 100%;
}
}

.redes {
    background-color: #d8182a;
    padding-top: 0;
    padding-bottom: 0;
}

.redes a {
    color: #fff;
    padding-left: 15px;
    font-size: 25px;
    width: 100%;
}
.redes.fixed {
    background: #d8182a;
    font-weight: 700;
    position: fixed;
    transition: all .5s;
}

.menu + .menu {
    margin-top: 38px;
}

.imagen {
    padding-left: 15px;
}

.hr-modelo {
    height:2px;
    background-color:#BA9765;
    margin-top:-20px;
}
.hr-modelo-2 {
    height:2px;
    background-color:#BA9765;
    margin-top:0px;
}
.footer-item li {
    text-align: left;
}

.footer-item li a {
    color: white;
    text-transform: uppercase;
}
.flex-fill {
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important;
}




/* .redes + .menu {
    margin-top: 50px;
} */

