@charset "UTF-8";
/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
.cc-cookies {
    position: fixed;
    width: 90%;
    left: 0;
    bottom: 0;
    padding: 0.8em 5%;
    background: #eee;
    z-index: 11;
    text-align: center;
    color: #000000;
    opacity: .95;
}


@media (min-width:767px){
    .div1{
        width: 100%;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:center
    }
}
@media (min-width:767px){
    .div2{
        width: 100%;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:center
    }
}

@media (min-width:767px){
    .figure1{
        width: 450px;
        align-items:center;
        justify-content:center
    }
}
@media (min-width:767px){
    .figure2{
        width: 450px;
        align-items:center;
        justify-content:center
    }
}

.but1{
    padding:10px;
    background-color:orange;
    font-weight:900;
    color:white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative!important;
}

.but2{
    padding:10px;
    background-color:orange;
    font-weight:900;
    color:white;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position:relative!important;
    text-decoration:none!important;
    font-style:normal!important;
}

.cc-cookies p {
    width: 60%;
    margin: 1% auto;
    line-height: 1.4em;
    font-size: .7em;
    color: #000000;
    font-weight: 400;
}

.cc-cookies a, .cc-cookies a:hover {
    text-decoration: underline;
    color: #000000;
}

.cc-cookies a:hover {
    text-decoration: none;
}

.cc-overlay {
    height: 100%;
    padding-top: 25%;
}

.cc-cookies-error {
    float: left;
    width: 90%;
    text-align: center;
    margin: 1em 0 2em 0;
    padding: 2em 5%;
}

.cc-cookies a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 0.5em 0.75em;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.25s ease-in;
    -moz-transition: background 0.25s ease-in;
    padding: 1em 4em;
    border: 1px solid #000000;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    background: none;
}
.cc-cookies a.cc-cookie-accept:hover,
.cc-cookies-error a.cc-cookie-accept:hover,
.cc-cookies a.cc-cookie-decline:hover,
.cc-cookies-error a.cc-cookie-decline:hover,
.cc-cookies a.cc-cookie-reset:hover {
    border: 1px solid black;
}
.cc-cookies a.cc-cookie-accept:after,
.cc-cookies-error a.cc-cookie-accept:after,
.cc-cookies a.cc-cookie-decline:after,
.cc-cookies-error a.cc-cookie-decline:after,
.cc-cookies a.cc-cookie-reset:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cc-cookies a.cc-cookie-accept:hover,
.cc-cookies-error a.cc-cookie-accept:hover,
.cc-cookies a.cc-cookie-decline:hover,
.cc-cookies-error a.cc-cookie-decline:hover,
.cc-cookies a.cc-cookie-reset:hover {
    background-color: black;
}
.cc-cookies a.cc-cookie-accept:hover p, .cc-cookies a.cc-cookie-accept:hover a, .cc-cookies a.cc-cookie-accept:hover span,
.cc-cookies-error a.cc-cookie-accept:hover p,
.cc-cookies-error a.cc-cookie-accept:hover a,
.cc-cookies-error a.cc-cookie-accept:hover span,
.cc-cookies a.cc-cookie-decline:hover p,
.cc-cookies a.cc-cookie-decline:hover a,
.cc-cookies a.cc-cookie-decline:hover span,
.cc-cookies-error a.cc-cookie-decline:hover p,
.cc-cookies-error a.cc-cookie-decline:hover a,
.cc-cookies-error a.cc-cookie-decline:hover span,
.cc-cookies a.cc-cookie-reset:hover p,
.cc-cookies a.cc-cookie-reset:hover a,
.cc-cookies a.cc-cookie-reset:hover span {
    position: relative;
    z-index: 12;
    color: #fff;
}
.cc-cookies a.cc-cookie-accept:hover:after,
.cc-cookies-error a.cc-cookie-accept:hover:after,
.cc-cookies a.cc-cookie-decline:hover:after,
.cc-cookies-error a.cc-cookie-decline:hover:after,
.cc-cookies a.cc-cookie-reset:hover:after {
    width: 100%;
}

.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline {
    background: #000;
    margin-left: 0.5em;
}

.cc-cookies a.cc-cookie-reset {
    background: #f15b00;
}

.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline {
    display: block;
    margin-top: 1em;
}

.cc-cookies.cc-discreet {
    width: auto;
    padding: 0.5em 1em;
    left: auto;
    top: auto;
}

.cc-cookies.cc-discreet a.cc-cookie-reset {
    background: none;
    text-shadow: none;
    padding: 0;
    text-decoration: underline;
}

.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {
        display: block;
        margin: 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .cc-cookies {
        position: relative;
        float: left;
    }
}

/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */
@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #fff;
}

.swiper-container {
    padding-bottom:40px!important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:red!important;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */ }

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #1B1D1B1B1D1B;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */ }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #1B1D1B;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #1B1D1B1B1D1B;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */ }

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #1B1D1B;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -11B1D1B;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #1B1D1B;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Montserrat', sans-serif;
    background-color: #fff;
    margin: 0;
}

* {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

img {
    width: 100%;
}

.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #F6412E;
    bottom: 10px;
    right: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
}
.back-to-top:before {
    content: '▲';
    font-size: 1.6em;
}
.back-to-top:hover:before {
    transform: rotate(360deg);
}

.page {
    position: relative;
}
.page .top {
    width: 100%;
    height: 5px;
    background: #56d0c2;
    background: #fceabb;
    background: -moz-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fceabb), color-stop(50%, #fccd4d), color-stop(51%, #f8b500), color-stop(100%, #fbdf93));
    background: -webkit-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -o-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -ms-linear-gradient(left, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to right, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=1 );
}

.body {
    /*max-width: 1400px;*/
    margin: 0 auto;
    /*padding: 0px 10% 10px;*/
}
.body article {
    margin-top: 30px;
}
.body article:first-child {
    margin-top: 0;
}
.body article .content {
    background: #ffffff;
    /*margin-bottom: 30px;*/
    position: relative;
    padding-top: 40px;
    /*padding-bottom: 40px;*/
}
.body article .content section {
    max-width: 1200px;
    padding: 60px 20px;
    margin: 0 auto;
}
.body article .content section h2 {
    margin-bottom: 40px;
    font-weight: bold;
}
.body article .content .featured-center {
    text-align: center;
}
.body article .content .featured-center p:first-child {
    width: 40%;
}
.body article .content .featured-center p:last-child {
    font-size: 28px;
}
/*.body img {
    margin: -30px auto auto auto;
}*/
.body .separador {
    width: 70%;
    margin: auto;
}
.body .separador hr {
    display: inline-block;
    border: 0;
    height: 5px;
    width: 50px;
    background-color: #5c666e;
}
.body h2 {
    /*width: 70%;*/
    margin: 0 auto auto auto;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    font-size: 42px;
    font-weight: 400;
}
.body h3 {
    width: 70%;
    margin: 0 auto auto auto;
    color: #1c1c1c;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.body h4 {
    /*width: 90%;*/
    /*margin: 0 auto 30px;*/
    color: #1c1c1c;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.body p {
    /*margin: 1em 40px;*/
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.body p .tipos {
    display: block !important;
    width: 70% !important;
    text-align: justify;
}
.body p.featured {
    color: #696969;
    font-size: 20px;
    font-style: italic;
}
.body p.featured img {
    max-width: 301px;
    position: absolute;
    right: 0;
}
.body ul, .body ol {
    width: 70%;
    margin: auto;
    font-size: 14px;
}
.body ul li, .body ol li {
    margin: 40px 0;
}
.body ul.no-margin, .body ol.no-margin {
    width: 70%;
}
.body ol {
    width: 60%;
    font-weight: 800;
    font-size: 14px;
}
.body ol span {
    line-height: 26px;
    font-weight: 400;
}
.body .productos {
    margin-top: 100px;
}
.body .productos p {
    width: 78%;
    clear: both;
    text-align: justify;
}
.body .productos p strong, .body .productos p span {
    display: block;
}
.body .productos p strong {
    font-size: 18px;
}
.body .productos p span {
    color: #737373;
    font-style: italic;
}
.body .productos img {
    max-width: 252px;
    margin: -10px auto 34px;
}
.body .productos img.left {
    float: left;
}
.body .productos img.right {
    float: right;
}

.lightbox {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.8;
}

.page-is-changing .cover-layer {
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    opacity: 1;
}

.pace {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-pointer-events: none;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999 !important;
}

.pace-inactive {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.pace .pace-progress {
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 9999999;
    width: 100%;
    height: 2px;
    background: #000;
}

.pace-iactive .pace-progress {
    display: none;
}

.hide-desktop {
    display: none;
}

.parallax__bg {
    /*    height: 56vh;*/
    background: #fff;
    /*background: transparent url("../img/section-img-1.jpg") fixed 0 center;*/
    background-size: cover !important;
    width: 100% !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 1.25 / 1), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
    .parallax__bg {
        background: transparent url("../img/section-img-1@x2.jpg") fixed 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .head {
        height: inherit !important;
    }
    .nav-wrapper .nav {
        background: #004380 !important;
    }
    .head {
        height: inherit;
    }
    body {
        background-color: #fff;
    }
    .hide-desktop {
        display: block;
    }
    .parallax__bg {
        display: none;
    }
}

@media (max-width: 962px) {
    .nav-wrapper.sticky ul li {
        background: #004380 !important;
    }
    .nav-wrapper.sticky ul li:hover {
        background: white;
        border: 1px solid #004380;
        color: #004380;
    }
/*    .nav-wrapper.sticky ul li a {
        color: #000 !important;
    }*/
    #aviso-legal, #politica-cookies, #politica-privacidad {
        padding: 0;
    }
    .section img {
        margin: 0;
    }
    .nav-wrapper.sticky {
        padding: 0 !important;
    }
    .nav-wrapper.sticky nav {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .nav-wrapper.sticky ul {
        padding: 0 !important;
    }
    .back-to-top {
        display: none;
    }
    .body {
        padding: 0;
    }
    .body h1 {
        padding: 0 6%;
    }
    .body h2 {
        width: 100%;
        font-size: 26px;
    }
    .body article .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .body article .content .featured-center p:first-child {
        width: 55%;
    }
}

div.fancybox-opened {
    transition: none !important;
}

.head {
    justify-content: space-around;
    text-align: lef;
    background-color: #004380;
    position: relative;
    /*height: 100vh;*/
}
.head figure {
    margin: 0;
}
.head .buttons {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */ }
.head .button {
    text-align: center;
}
.head .button a {
    margin: 0 auto;
    display: inline-block;
    background: #ffffff;
    margin: 3px;
    text-align: center;
    line-height: 16px;
    border-style: solid;
    border-weight: 5px;
    border-color: #ffffff;
    color: #5c666e;
    padding: 24px 58px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.head .button a:hover {
    background: #5c666e;
    color: #ffffff;
}
.head h1 {
    /*position: absolute;*/
    /*    bottom: 1px ;*/
    /*left: -80px;*/
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #f7f3f3;
}
.head div {
    position: absolute;
    width: 100%;
    overflow: hidden;
    /*height: 85vh;*/
}
.head div div {
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 135px;
    bottom: 131px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    height: 100vh;
}
.head img {
    position: relative;
    filter: brightness(60%);
    object-fit: cover;
}
.head img.arrow-down {
    max-width: 40px;
    position: absolute;
    bottom: 65px;
    left: 50%;
    cursor: pointer;
}
.head img.arrow-down:hover {
    opacity: 0.6;
}

.nav-wrapper {
    height: auto !important;
    background-size: cover;
}
.nav-wrapper.top {
    display: none;
}
.nav-wrapper.sticky {
    display: block;
    position: fixed !important;
    bottom: initial;
    width: 100%;
    z-index: 2;
    top: 0;
    box-shadow: -4px 0px 16px #999;
    padding: 10px 0;
}
.nav-wrapper.sticky nav {
    padding: 0 2%;
}
.nav-wrapper.sticky ul {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.nav-wrapper.sticky ul li {
    background: #56d0c2;
}
.nav-wrapper.sticky ul li:hover {
    background: #5c666e;
}
.nav-wrapper.sticky ul li.brand {
    background: none;
    margin: auto;
}
.nav-wrapper.sticky ul li.brand:hover {
    opacity: 1;
}

.nav {
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}
.nav span {
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
}
.nav ul {
    margin: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.nav ul li {
    margin: 3px;
    text-align: center;
    line-height: 1.7em;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #ffffff;
}
.nav ul li:first-child a {
    width: 300px;
}
.nav ul li a {
    color: #ffffff;
    padding: 17px 0;
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.nav ul li:hover a {
    text-decoration: underline;
}

@media (max-width: 962px) {
    .head img.arrow-down {
        bottom: 28px;
        margin-bottom: 10px;
    }
/*    .head h1 {
        padding: 0 6%;
    }*/
    .head div {
        background: none !important;
        height: auto;
    }
    .head div div {
        height: 40vh;
    }
    ul {
        flex-direction: column;
    }
    .top {
        padding-top: 5px;
    }
    .foot img {
        display: none;
    }
    .nav-wrapper {
        background-image: none !important;
        background-color: #56d0c2;
        position: absolute;
        bottom: 0;
    }
    .nav-wrapper .nav span {
        font-size: 18px;
    }
    .nav-wrapper.sticky {
        background: #004380 !important;
    }
    .nav-wrapper.sticky nav {
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 0;
    }
    .nav-wrapper.sticky ul {
        padding: 22px 0 2px;
    }
    .nav-wrapper.sticky ul li {
        margin: -2px -3px -2px 0;
    }
    .nav-wrapper.sticky ul li.brand {
        display: none;
    }
    .body .content h2 {
        margin-top: auto;
        margin-right: auto;
        margin-bottom: 30px;
        margin-left: auto;
    }
}

.nav-wrapper.sticky {
    background: #004380 !important;
}

.foot {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 0;
    padding-bottom: 0;
}
.foot .content {
    display: flex;
    justify-content: space-between;
    /*padding-top: 15px;*/
    padding: 20px;
    font-size: 0.8em;
}
.foot .content span {
    color: #383838;
    display: inline-block !important;
    font-size: 1em !important;
    margin-top: 0 !important;
}
.foot .content ul {
    list-style: none;
    display: flex;
    flex-flow: row;
    margin: 0 1em;
    padding: 0;
}
.foot .content ul li {
    margin-left: 10px;
}
.foot .content ul li:after {
    content: '|';
    margin: 0 5px;
}
.foot .content ul li:last-child:after {
    display: none;
}
.foot .content ul li:first-child {
    margin-left: 10px;
}
.foot .content span {
    color: #383838;
    display: block;
    font-size: 28px;
    margin-top: 40px;
}
.foot .content a {
    color: #383838;
    text-decoration: none;
}
.foot .content a:hover {
    text-decoration: underline;
    color: #F6412E;
}
.foot img:first-child {
    max-width: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.foot img:last-child {
    max-width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.foot .button {
    text-align: center;
}
.foot .button a {
    margin: 0 auto;
    display: inline-block;
    background: #ffffff;
    margin: 3px;
    text-align: center;
    line-height: 16px;
    border-style: solid;
    border-weight: 5px;
    border-color: #ffffff;
    color: #5c666e;
    padding: 24px 58px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.foot .button a:hover {
    background: #5c666e;
    color: #ffffff;
}

#aviso-legal,
#politica-cookies,
#politica-privacidad {
    padding: 2em;
}

@media (max-width: 962px) {
    .foot {
        padding: 0;
    }
    .foot .content {
        flex-flow: column;
        text-align: center;
    }
    .foot .content ul {
        margin: 1em;
        flex-flow: column;
    }
    .foot .content ul li {
        text-align: center;
    }
    .foot .content ul li:after {
        display: none;
    }
    .foot .content span {
        font-size: 26px;
    }
}

.distribuidores__grid {
    margin: 1em 40px;
}
.distribuidores__grid figure {
    margin: 0 !important;
}
.distribuidores__grid .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
}
.distribuidores__grid .row .col {
    margin: 10px;
}
.distribuidores__grid .row .col:first-child {
    margin-left: 0 !important;
}
.distribuidores__grid .row .col:last-child {
    margin-right: 0 !important;
}

.sorteo {
    justify-content: center;
    display: flex !important;
    align-items: center;
    flex-flow: column !important;
}

.sorteo__form {
    justify-content: center;
    display: flex !important;
    align-items: center;
    flex-flow: column !important;
}

.sorteo__premio {
    justify-content: center;
    display: flex !important;
    align-items: center;
    flex-flow: column !important;
}
.body article .content section .distribuidores__grid {
    max-width: 700px;
    margin: 0 auto;
}

.body article .content section.contact-section {
    background: #f3f3f3;
    max-width: 100%;
    padding: 60px 0px;
}
.body article .content section.contact-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.body article .content section.contact-section .container form {
    margin-top: 40px;
}

.body article .content section.contact-section .container form .column {
    float: left;
    width: calc(50% - 30px);
    padding: 0 10px;
}
@media (max-width: 700px) {
    .body article .content section.contact-section .container form .column {
        width: calc(100% - 30px);
    }
}
.body article .content section.contact-section .container form .row > div {
    padding: 7px;
}
.body article .content section.contact-section .container form .row .actions {
    text-align: center;
}
.body article .content section.contact-section .container form button {
    padding: 10px 40px;
    border-radius: 7px;
    background-color: #134380;
    color: white;
    margin-top: 20px;
}
.body article .content section.contact-section .container form .row:after {
    content: "";
    display: table;
    clear: both;
}
.body article .content section.contact-section .container form .column input {
    width: 100%;
    border-radius: 7px;
    height: 30px;
    border: 1px solid #c4c4c4;
}
.body article .content section.contact-section .container form select {
    border: 1px solid #c4c4c4;
}
form {
    /*max-width: 500%;*/
    /*margin: 0 auto;*/
}
form fieldset {
    border: 0;
    /*background: #d6e2f7;*/
}
/*#d6e2f7*/
form fieldset legend {
    color: #87766d;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
form fieldset ul {
    padding: 0px;
}
form fieldset ul li {
    list-style-type: none;
    text-align: left;
    margin-top: 10px;
}
form fieldset ul li:last-child {
    text-align: center;
}

.head {
    /*background: #004380;*/
}

.head div, .head div div {
    position: relative;
}

.head div div {
    z-index: 0;
    bottom: 0;
    height: auto;
}

.head .producto {
    display: flex;
    justify-content: center;
}

.head .producto ul {
    display: inline-block;
    width: 100%;
}

.nav-wrapper {
    background-image: none;
    background-color: #004380;
    position: absolute;
    bottom: 0;
}

.nav span {
    color: #000;
    padding-top: 35px;
}

.nav ul li a {
    color: #f7f3f3;
}

.nav-wrapper.sticky ul li {
    background-color: #004380;
}

.nav-wrapper.sticky ul li:hover {
    background-color: #004380;
}

.cover__header {
    /*    display: flex !important;*/
    /*    max-width: 980px !important;*/
    height: 100px;
    position: absolute !important;
    /*    z-index: 2;*/
    top: 0;
    /*    margin: 0 auto;*/
    left: 10%;
    top: 35%;
    color: white;
    width: calc(100% - 10%) !important;
    /*    transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 100% !important;*/
    /*    flex-flow: row;*/
    /*    justify-content: space-around;
        padding-top: 3em !important;*/
}
.cover__header p {
    font-weight: bold;
}/*
.cover__header figure:first-child, .cover__header figure:last-child {
    margin-top: 4em !important;
}

@media screen and (max-width: 1024px) {
    .cover__header {
        padding-top: 0em !important;
    }
    .cover__header figure:first-child, .cover__header figure:last-child {
        margin-top: 2em !important;
    }
}*/


/* Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .head {
        height: inherit;
    }
    .head div {
        height: inherit;
    }
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .head {
        height: inherit;
    }
    .head div {
        height: inherit;
    }
}

/* Ipad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .head {
        height: inherit;
    }
    .head div {
        height: inherit;
    }
}

/*iPhone 6, 7, & 8 in portrait*/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .head {
        height: inherit;
    }
}

/**/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .head {
        height: inherit;
    }
}

/*iPhone 6, 7, & 8 Plus in portrait & landscape*/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
    .head {
        height: inherit;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: portrait) {
    .head {
        height: inherit;
    }
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 40px;
    background-color: #fff;
    /*padding: 40px;*/
    /*margin: top;*/
}

.grid-container > div {
    background-color: #fff;
    text-align: left;
    /*padding: 10px 0;*/
    font-size: 10px;
}

/*@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  
    .grid-container  {
        height: inherit;
    }
    .grid-container{
       height: inherit;
}}*/
/*@media (max-width: 962px) {
    .grid-container  {
        padding: 0;
        width: 100%;
    }
    .grid-container{
        padding: 0;
        width: 100%;
    }
}*/
/*.videor{
    display: inline-block;
    vertical-align: baseline;
}*/

@media (max-width: 840px) {
    .body article .content section {
        padding: 40px 20px;
    }
    .body article .content section.grid-section .grid-container{
        grid-template-columns: none;
    }
    .head img {
        height: 40vh;
    }
    
    .cover__header h1 {
        font-size: 28px;
        margin: 0.3em 0;
    }
}
@media (min-width: 1200px) {
    .head h1 {
        font-size: 52px;
    }
}

.img_sorteo{
    max-width: 700px;
    margin: 0 auto;
    display: block;
}


.oferta{margin-bottom:40px!important;}
.oferta img{max-width: 1080px!important; margin:auto!important; display:block!important; clear:both!important; float:none!important;}