@charset "UTF-8";

/*
CONTENTS:
01. Common
02. Header
03. Footer
04. Button
05. Form
06. Home
07. Slider
08. Faq
09. Articulos
10. Responsive
*/

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

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

a {
    background-color: transparent;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}


button,
select {
    text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

/* 01. Common */

body {
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.6;
    margin: 0;
    color: #404040;
    line-height: 1.7;
    font-size: 21px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #ab201a;
    font-family: 'Libre Baskerville';
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none
}

::-moz-selection {
    background: #ab201a;
    color: #fff;
}

::selection {
    background: #ab201a;
    color: #fff;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.page-header {
    background-image: url(../../images/slider/bubbles-teas.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 33px 0;
}

.page-header:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.page-header h1 {
    margin: 20px 0;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: -.03em;
    text-align: center;
    font-size: 50px;
    position: relative;
    z-index: 2;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}

section {
    padding: 80px 0
}

/* 02. Header */

header {
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 555;
}

.header-topbar {
    background: #ab201a;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}


.header-topbar-right,
.header-topbar-left {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-topbar-right {
    float: right;
}

.header-topbar-right li,
.header-topbar-left li {
    float: left;
    padding: 5px 0;
}

.header-topbar-right li+li {
    margin-left: 20px;
}

.header-navbar .logo {
    display: block;
    margin: 10px 0;
    float: left;
    height: 67px;
}

.header-navbar .logo img {
    max-width: 100%;
    height: 100%;
    vertical-align: top;
}

.header-navbar nav {
    float: right;
    height: 100%;
    display: block;
    margin-right: -20px;
}

.header-navbar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-navbar nav>ul>li {
    float: left;
    position: relative;
}

.header-navbar nav>ul>li>a {
    color: #3b3b3b;
    padding: 30px 20px;
    display: block;
    font-weight: 400;
    font-size: 17px;
}

.header-navbar nav>ul>li.active>a {
    color: #ab201a;
}

.header-navbar-toggle {
    display: none
}

/* 03. Footer */

footer {
    background-color: #ad1d0f;
    color: #FFF;
}

.footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    text-align: center;
}

.footer-top .footer-text {
    position: relative;
    font-weight: 700;
}


.footer-bottom {
    text-align: center;
    padding: 60px 0
}

.footer-bottom ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.footer-bottom ul li {
    display: inline-block;
    padding: 0 11px 0;
}

.footer-bottom ul li a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
}

.footer-bottom .copyright {
    font-size: 15px;
}

.footer-bottom .copyright a {
    color: inherit;
}

/* 04. Button */

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 14px 46px 12px;
    font-size: 12px;
    line-height: 1.84615385;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #ad1d0f;
    border-color: #ad1d0f;
}

.btn-secondary {
    color: #495057;
    background-color: #fff;
    border-color: rgba(0, 40, 100, 0.12);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

/* 05. Form */

.form-group {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.has-error label {
    color: #dc3545;
}

.has-error .form-control {
    border-color: #dc3545;
}

.has-error .form-control:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, .25);
}

textarea.form-control {
    height: auto;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

/* 06. Home */

.intro,
.funcionamiento,
.faq {
    background: #f7f7f9;
}


.intro .title {
    color: #ab201a;
}

.intro .title p {
    margin-bottom: 5px;
}

.intro .title h1 {
    margin-top: 10px;
    line-height: 1;
}

.heading {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.heading h2 {
    font-size: 30px;
}

.producto-item {
    text-align: center;
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0 20px;
}

.producto-item:hover img {
    opacity: .4;
}

.producto-item img {
    max-width: 100%;
    height: auto;
    transition: all .2s;
}

.producto-item span {
    font-size: 30px;
    color: #ab201a;
}

.producto-item:hover span.ver {
    opacity: 1;
    visibility: visible;
}

.producto-item span.ver {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    padding: 14px 46px 12px;
    font-size: 12px;
    line-height: 1.84615385;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    color: #fff;
    background-color: #ab201a;
    border-color: #ab201a;
    margin-top: -25px;
    margin-left: -102px;
    opacity: 0;
    visibility: hidden;
    transition: all .2s;
}

.sobre-nosotros {
    position: relative;
}

.sobre-nosotros .image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
}

.sobre-nosotros .texto {
    padding-left: 60px;
}

.faq a {
    margin-top: 30px;
}

.funcionamiento .item {
    text-align: center;
}

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

.funcionamiento .item h3 {
    font-size: 18px;
    margin-top: 20px;
}

/* 07. Slider */

.ms-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.ms-title {
    font-size: 80px;
    color: #FFF;
    font-weight: 600;
}

/* 08. Faq */

.question+.question {
    margin-top: 45px;
}

.question .title {
    border-bottom: 1px solid #DDD;
    font-weight: 500;
    color: #ab201a;
    font-family: 'Libre Baskerville';
}

/* 09. Articulos */
.articles-text h2 {
    font-size: 19px;
}

.articles .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
    margin-bottom: 30px;
}

.articles .submenu .header {
    font-size: 28px;
    color: #ab201a;
    font-weight: 400;
    padding: 11px 25px;
}

.articles .submenu li a {
    display: block;
    padding: 9px 25px;
    color: inherit;
    font-size: 22px;
}

.articles .submenu li.activo {
    border-right: 3px solid #ab201a;
}

.articles .submenu li+li {
    border-top: 2px solid #f9f9f9;
}

.articles .submenu li a img {
    width: 50px;
}

.articles .submenu li a span {
    vertical-align: middle;
    margin-left: 20px;
}

.article-item {
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.article-item .article-image {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 15px;
}

.article-item .article-image img {
    width: 100%;
    height: auto;
    display: block;
}

.article-item .article-content {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    padding: 15px;
    border-left: 2px solid #f9f9f9;
}

.article-item .article-content {
    font-size: 16px;
}

.article-item .article-content p {
    margin-bottom: 5px;
}

.article-item .article-content table {
    width: 100%;
    margin-top: 15px;
}

.article-item .article-content table strong {
    display: block;
    text-align: right;
}
@media (max-width:767px){
    .article-item .article-image,
    .article-item .article-content{
        display: block;
        width: auto;
    }
    .article-item .article-image{
        max-width: 300px;
        margin: 0 auto;
    }
}
/* 10. Responsive */

@media (max-width:991px) {
    .header-navbar nav {
        margin-right: -15px;
    }

    .header-navbar nav>ul>li>a {
        padding: 30px 15px;
    }
}

@media (max-width:767px) {
    .header-navbar-top {
        display: block;
        margin: 0 -15px;
        padding: 15px 15px;
    }

    .header-navbar .logo {
        margin: 0;
        height: auto;
        max-width: 150px;
    }
    .header-navbar .logo img{
        height: auto;
    }

    .header-navbar nav {
        margin: 0 -15px;
        float: none;
        display: none;
    }

    .header-navbar nav>ul>li {
        float: none;
    }

    .header-navbar nav>ul>li>a {
        padding: 5px 15px;
    }

    .header-navbar nav ul {
        padding: 10px 0
    }

    .header-topbar-left {
        display: none
    }

    .header-topbar-right {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .header-navbar-toggle {
        display: block;
        float: right;
        padding: 9px 10px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .header-navbar-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #ab201a;
    }

    .header-navbar-toggle span+span {
        margin-top: 4px;
    }

    .header-navbar-top:after,
    .header-navbar-top:before {
        content: '';
        display: table;
    }

    .header-navbar-top:after {
        clear: both;
    }

    .sobre-nosotros .image {
        width: 100%;
        position: relative;
        height: 350px;
        top: -80px;
    }

    .sobre-nosotros .texto {
        padding-left: 15px;
    }
}

@media (min-width:768px) {
    .header-navbar nav {
        display: block !important
    }
}

.aviso-cookies {
    position: fixed;
    bottom: 0;
    z-index: 55;
    background: rgba(255, 255, 255, 0.9);
    color: #171717;
    padding: 14px 40px;
    padding-right: 154px;
    font-size: 15px;
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
}

.aviso-cookies p {
    margin: 0;
}

.aviso-cookies a {
    color: #af1b00;
}

.aviso-cookies button {
    position: absolute;
    right: 40px;
    top: 20px;
    background: transparent;
    border: 2px solid #af1b00;
    color: #af1b00;
    font-weight: bold;
    padding: 8px 20px;
    transition: all .2s;
}

.aviso-cookies button:hover {
    background: #af1b00;
    color: #FFF;
}

@media (max-width:767px) {
    .aviso-cookies button {
        position: relative;
        display: block;
        top: auto;
        right: auto;
        margin-top: 16px;
    }

    .aviso-cookies {
        padding-right: 40px;
    }
}