.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  filter: grayscale(1);
}

.my-float{
	margin-top:16px;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    -webkit-transition-duration: inherit;
            transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
            transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
            transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
            animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0;
            transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(linear,
        left bottom, left top,
        from(rgba(0, 0, 0, .85)),
        color-stop(50%, rgba(0, 0, 0, .3)),
        color-stop(65%, rgba(0, 0, 0, .15)),
        color-stop(75.5%, rgba(0, 0, 0, .075)),
        color-stop(82.85%, rgba(0, 0, 0, .037)),
        color-stop(88%, rgba(0, 0, 0, .019)),
        to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
            animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
            transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
            transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
            transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
            transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
            transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
            transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
            transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
            transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}@charset "UTF-8";

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/images/vendor/slick-carousel/slick/ajax-loader.gif?68b0c4fcb84d239f261c1a5e65818142) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(/fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(/fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(/fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(/fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fa-brands-400.eot");
  src: url("/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2") format("woff2"), url("/fonts/fa-brands-400.woff") format("woff"), url("/fonts/fa-brands-400.ttf") format("truetype"), url("/fonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fa-solid-900.eot");
  src: url("/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2") format("woff2"), url("/fonts/fa-solid-900.woff") format("woff"), url("/fonts/fa-solid-900.ttf") format("truetype"), url("/fonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fa-regular-400.eot");
  src: url("/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2") format("woff2"), url("/fonts/fa-regular-400.woff") format("woff"), url("/fonts/fa-regular-400.ttf") format("truetype"), url("/fonts/fa-regular-400.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Lato';
  src: url("/fonts/Lato-Black.eot");
  src: url("/fonts/Lato-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/Lato-Black.woff2") format("woff2"), url("/fonts/Lato-Black.woff") format("woff"), url("/fonts/Lato-Black.ttf") format("truetype"), url("/fonts/Lato-Black.svg#Lato-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 17px;
  font-family: 'Lato';
  font-weight: 300;
  margin: 0;
  padding: 0;
  overflow: auto;
  color: #303031;
}

body {
  overflow: hidden;
  position: relative;
  padding-top: 70px;
}

input,
select,
button,
textarea {
  -webkit-appearance: none !important;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: 100%;
}

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

.hiddenAnimation {
  opacity: 0;
}

.general-container {
  min-height: 50vh;
}

header {
  background-color: #303031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 5%;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
}

header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .left .logo {
  width: 150px;
}

header .left .logo img {
  height: auto;
}

header .left .collapse-menu {
  margin-left: 20px;
  display: none;
}

header .left .collapse-menu ul.p-menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

header .left .collapse-menu ul.p-menu li {
  padding: 12px 25px;
  position: relative;
}

header .left .collapse-menu ul.p-menu li a {
  color: #fff;
  text-decoration: none;
}

header .left .collapse-menu ul.p-menu li .sub-menu {
  position: absolute;
  width: 425px;
  padding: 20px;
  margin: 0;
  background-color: #3a3a3a;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 100%;
}

header .left .collapse-menu ul.p-menu li .sub-menu ul {
  list-style: none;
  padding: 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .left .collapse-menu ul.p-menu li .sub-menu ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}

header .left .collapse-menu ul.p-menu li .sub-menu ul li a {
  width: 100%;
  font-size: .9em;
  text-decoration: none;
  color: #565656;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  font-weight: 500;
}

header .left .collapse-menu ul.p-menu li .sub-menu ul li a:hover {
  color: #fff;
}

header .left .collapse-menu ul.p-menu li .sub-menu .muestra {
  width: 50%;
}

header .left .collapse-menu ul.p-menu li .sub-menu .muestra img {
  height: inherit;
  display: none;
}

header .left .collapse-menu ul.p-menu li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .right .languaje {
  margin-right: 20px;
}

header .right .languaje a {
  color: #fff;
  text-decoration: none;
  font-size: .8em;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

header .right .languaje a:first-child::after {
  height: 100%;
  width: 1px;
  background-color: #fff;
  content: '';
  display: inline-block;
  position: absolute;
  right: -5px;
}

header .right form {
  margin-right: 25px;
}

header .right form input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-align: right;
}

header .right form label {
  color: #fff;
}

header .right form label input {
  display: none;
}

header .right button {
  border: 0;
  background: transparent;
}

header .right .animated-icon {
  width: 25px;
  height: 18px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

header .right .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  background: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

header .right .animated-icon span:nth-child(1) {
  top: 0px;
}

header .right .animated-icon span:nth-child(2),
header .right .animated-icon span:nth-child(3) {
  top: 8px;
}

header .right .animated-icon span:nth-child(4) {
  bottom: 0;
}

header .right .open span:nth-child(1),
header .right .open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

header .right .open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .right .open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 446px) {
  header {
    padding-bottom: 45px;
  }

  header .left nav.collapse-menu {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    background-color: #303031;
    padding: 10px 0;
  }

  header .left nav.collapse-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  header .left nav.collapse-menu ul li {
    width: 100%;
    padding: 5px 0;
  }

  header .left nav.collapse-menu ul li:hover .sub-menu {
    display: none;
  }

  header .left nav.collapse-menu ul li .sub-menu {
    opacity: 0;
  }

  header .right {
    position: relative;
  }

  header .right form {
    position: absolute;
    margin-right: 0;
    right: 0;
    width: 90vw;
    bottom: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header .right form input[type="text"] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 15px;
  }
}

.message-popup {
  position: fixed;
  width: 350px;
  left: calc((100% - 350px) / 2);
  top: 30px;
  background-color: #3a3a3a;
  padding: 15px 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  z-index: 1000000;
}

.message-popup p {
  color: #fff;
  text-align: center;
  margin: 0;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #303031;
  color: #fff;
  margin-top: 50px;
  padding: 20px 0 0;
  font-family: 'Lato';
}

footer .nav-footer {
  max-width: 1170px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 45px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

footer .nav-footer .col15,
footer .nav-footer .col13 {
  margin: 0 20px;
}

footer .nav-footer .col15 ul,
footer .nav-footer .col13 ul {
  padding: 0;
  list-style: none;
}

footer .nav-footer .col15 ul li,
footer .nav-footer .col13 ul li {
  margin: 10px 0;
}

footer .nav-footer .col15 ul li h3,
footer .nav-footer .col13 ul li h3 {
  text-transform: uppercase;
  font-size: 1em;
}

footer .nav-footer .col15 ul li a,
footer .nav-footer .col13 ul li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

footer .nav-footer .col15 ul li a:hover,
footer .nav-footer .col13 ul li a:hover {
  opacity: .6;
}

footer .nav-footer .col15 {
  width: 150px;
}

footer .nav-footer .col13 {
  width: 265px;
  font-size: .9em;
}

footer .logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

footer .logo img {
  width: 200px;
  height: 100%;
}

footer form {
  width: 300px;
}

footer form label {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  font-size: .8em;
  font-style: italic;
}

footer form label input {
  margin-top: 7px;
  width: 100%;
  border: none;
  font-size: 1em;
  font-family: inherit;
  padding: 3px 0;
  border-radius: 0;
  text-align: center;
}

footer form input[type="submit"] {
  display: none;
}

footer .address {
  width: 100%;
  margin: 30px 0;
}

footer .address p {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}

footer .redes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

footer .redes a {
  display: inline-block;
  margin: 0 15px;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  width: 100%;
}

footer .copyright p {
  font-size: .9em;
  text-align: center;
  font-style: italic;
}

footer .braigo p {
  font-size: .9em;
  font-weight: bold;
}

footer .braigo p a {
  color: #fff;
  text-decoration: none;
}

footer .bottom-bar {
  width: 100%;
  background-color: #891e34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .bottom-bar img {
  width: 150px;
}

footer .bottom-bar a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  footer .nav-footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  footer .nav-footer .col13,
  footer .nav-footer .col15 {
    width: 100%;
  }

  footer .bottom-bar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .bottom-bar img {
    margin: 15px 0;
  }

  footer .address p {
    padding: 0 15px;
  }
}

#home {
  padding-top: 0;
}

#home .slide-principal .slide {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 calc((100% - 1170px) / 2);
  color: #fff;
  position: relative;
}

#home .slide-principal .slide h1 {
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  font-size: 50px;
  font-weight: 500;
}

#home .slide-principal .slide h1 img {
  width: 400px;
}

#home .slide-principal .slide p {
  margin: 20px 0;
  font-size: 23px;
  width: 100%;
  margin-bottom: 100px;
}

#home .slide-principal .slide a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 25%;
}

#home .slide-principal .slide .indicadores {
  position: absolute;
  right: 5%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  top: calc((100% - 300px) / 2);
}

#home .slide-principal .slide .indicadores .nums {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: 100%;
}

#home .slide-principal .slide .indicadores .nums p {
  font-size: 16px;
  margin: 0;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
}

#home .slide-principal .slide .indicadores .nums p:hover {
  opacity: .7;
}

#home .slide-principal .slide .indicadores .nums .active {
  font-weight: bold;
  font-size: 21px;
}

#home .slide-principal .slide .indicadores .bar {
  height: 100%;
  width: 3px;
  background-color: #fff;
  position: relative;
}

#home .slide-principal .slide .indicadores .bar span {
  position: absolute;
  height: 25%;
  width: 11px;
  background-color: #fff;
  left: -4px;
  opacity: 0;
}

#home .slide-principal .slide .indicadores .bar span:nth-child(1) {
  top: 0;
}

#home .slide-principal .slide .indicadores .bar span:nth-child(2) {
  top: calc(100% / 4);
}

#home .slide-principal .slide .indicadores .bar span:nth-child(3) {
  top: calc(100% / 4 * 2);
}

#home .slide-principal .slide .indicadores .bar span:nth-child(4) {
  bottom: 0;
}

#home .slide-principal .slide .indicadores .bar .active {
  opacity: 1;
}

#home .phrase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 100px;
  background-image: url("/img/home/background-ow.jpg");
  background-position: center;
  background-size: cover;
}

#home .phrase img {
  width: 100px;
}

#home .phrase h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 32px;
}

#home .phrase h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
}

#home .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
}

#home .section img {
  width: 60%;
}

#home .section .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 150px 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

#home .section .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-style: italic;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  width: 40%;
  margin-bottom: 50px;
}

#home .section .text span:before {
  content: '';
  margin-right: 10px;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  background-color: #303031;
}

#home .section .text h3 {
  width: 100%;
  text-transform: uppercase;
  font-size: 25px;
}

#home .section .text p {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  width: 250px;
}

#home .section .text a {
  position: absolute;
  bottom: 150px;
  left: 100px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #303031;
}

#home .slide-gallery {
  width: 100%;
  background-color: #d8d8d8;
  position: relative;
  padding: 50px 0;
}

#home .slide-gallery .slick-slider {
  z-index: 2;
}

#home .slide-gallery .text-container {
  position: absolute;
  right: 67%;
  width: 15%;
  top: 20%;
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  z-index: 3;
}

#home .slide-gallery .text-container span {
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#home .slide-gallery .text-container span:after {
  content: '';
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #303031;
}

#home .slide-gallery .text-container h3 {
  width: 100%;
  margin: 0;
}

#home .slide-gallery .text-container h2 {
  margin: 0;
  width: 100%;
}

#home .slide-gallery .text-container p {
  margin-top: 0;
  margin-bottom: 50%;
}

#home .slide-gallery .text-container a {
  text-transform: uppercase;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
  position: relative;
}

#home .slide-gallery ul.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  list-style: none;
  margin-bottom: -10px;
  height: 1.6em;
}

#home .slide-gallery ul.dots li {
  margin: 0 10px;
  font-style: italic;
  font-weight: 400;
  cursor: pointer;
}

#home .slide-gallery ul.dots .active {
  font-weight: bold;
  font-size: 1.2em;
}

#home .invert .slide-special .slick-center .img .bg-img {
  -webkit-transform: translate3d(calc(-100% + 200px), 0, 0) scale(1.2);
          transform: translate3d(calc(-100% + 200px), 0, 0) scale(1.2);
}

#home .invert .slide-special .slick-slide.slick-center + .slick-slide .img .bg-img {
  -webkit-transform: scale(1) translate3d(calc(-100% + 200px), 0, 0);
          transform: scale(1) translate3d(calc(-100% + 200px), 0, 0);
}

#home .invert .text-container {
  left: 67%;
  right: inherit;
}

#home .slide-special {
  width: 100vw;
}

#home .slide-special .img {
  padding: 65px 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  height: 45vw;
}

#home .slide-special .img .bg-img {
  position: absolute;
  right: 0;
  width: 60%;
  height: 80%;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform  .5s;
  transition: -webkit-transform  .5s;
  transition: transform  .5s;
  transition: transform  .5s, -webkit-transform  .5s;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  color: #fff;
}

#home .slide-special .img .bg-img h1 {
  text-align: center;
}

#home .slide-special .slick-center .img .bg-img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.2);
          transform: translate3d(0, 0, 0) scale(1.2);
  z-index: 4;
  -webkit-box-shadow: 5px 0px 11px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 0px 11px -2px rgba(0, 0, 0, 0.75);
}

#home .slide-special .slick-slide.slick-center + .slick-slide .img .bg-img {
  -webkit-transform: scale(1) translate3d(-100%, 0, 0);
          transform: scale(1) translate3d(-100%, 0, 0);
}

#home .instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

#home .instagram h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

#home .instagram p {
  font-weight: 500;
  width: 100%;
  text-align: center;
}

#home .instagram p i {
  margin-right: 5px;
}

#home .instagram .content-ig {
  max-width: 700px;
  width: 90%;
}

@media only screen and (max-width: 1300px) {
  #home .slide-principal .slide {
    padding: 0 5%;
    padding-right: calc(5% + 85px);
  }
}

@media only screen and (max-width: 1169px) {
  #home .slide-gallery .text-container {
    left: calc(1% + 100px);
  }
}

@media only screen and (max-width: 768px) {
  #home .slide-principal .slide h1 {
    font-size: 28px;
  }

  #home .slide-principal .slide p {
    font-size: 18px;
  }

  #home .slide-principal .slide .indicadores .nums {
    width: 45px;
  }

  #home .phrase {
    padding: 70px 5%;
  }

  #home .section img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #home .section .text {
    padding: 100px 10%;
  }

  #home .section .text a {
    position: static;
  }

  #home .slide-gallery .text-container {
    margin: 30px 10%;
    position: static;
    width: 250px;
  }

  #home .slide-special .img {
    height: 100vw;
  }

  #home .slide-special .img .bg-img {
    width: 100%;
    height: 65%;
  }

  #home .slide-special .img .bg-img h1 {
    font-size: 1.2em;
  }

  #home .slide-special .slick-slide.slick-center + .slick-slide .img .bg-img {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
  }

  #home .invert .slide-special .slick-center .img .bg-img {
    -webkit-transform: translate(0) scale(1.2);
            transform: translate(0) scale(1.2);
  }

  #home .invert .slide-special .slick-slide.slick-center + .slick-slide .img .bg-img {
    -webkit-transform: scale(1) translate(0);
            transform: scale(1) translate(0);
  }
}

#contact .captcha {
  position: relative;
}

#contact .captcha .captcha-fake-field {
  background: transparent;
  bottom: 0;
  border: none !important;
  display: block;
  height: 1px;
  left: 12px;
  width: 1px;
  position: absolute;
  z-index: -1;
  border: 0;
}

#contact .general-container {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#contact .general-container h1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  font-size: 40px;
  width: 100%;
}

#contact .general-container .col-text {
  margin-right: 10%;
}

#contact .general-container .col-text .redes a {
  color: #303031;
  text-decoration: none;
  font-size: 25px;
  margin-right: 15px;
}

#contact .general-container form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#contact .general-container form input,
#contact .general-container form textarea {
  width: 100%;
  font-family: inherit;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid #303031;
  font-size: 1em;
  margin-bottom: 15px;
}

#contact .general-container form label span {
  display: inline-block;
  margin: 7px 0;
  font-size: 1em;
  font-weight: 500;
}

#contact .general-container form textarea {
  border: 1px solid #303031;
}

#contact .general-container form input[type="submit"] {
  background: #fff;
  border: 1px solid #303031;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: bold;
  -webkit-transition: ease .5s;
  transition: ease .5s;
  cursor: pointer;
}

#contact .general-container form input[type="submit"]:hover {
  color: #fff;
  background-color: #303031;
}

@media only screen and (max-width: 767px) {
  #contact .general-container .col-text {
    margin-right: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}

#us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#us .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

#us .title img {
  height: 80px;
}

#us .title h1 {
  width: 100%;
  text-align: center;
}

#us .introduction {
  width: 560px;
  margin-bottom: 30px;
}

#us .introduction p {
  width: 100%;
  text-align: justify;
  font-weight: 500;
}

#us .showroom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d8d8d8;
  padding: 50px calc((100% - 1170px) / 2);
}

#us .showroom .showroom-slide {
  width: 60%;
  margin-right: 40px;
}

#us .showroom .showroom-slide .slick-arrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  color: #9c9c9c;
}

#us .showroom .showroom-slide .slick-next:before {
  content: '\F105';
}

#us .showroom .showroom-slide .slick-prev:before {
  content: '\F104';
}

#us .showroom .showroom-slide .slide img {
  height: inherit;
}

#us .showroom .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5%;
}

#us .showroom .text p {
  text-align: right;
  font-weight: 500;
  font-size: 1.1em;
}

#us .showroom .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
}

#us .showroom .text span:before {
  content: '';
  background-color: #303031;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

#us .brands {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#us .brands h3 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
}

#us .brands .col-4 {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 20px 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#us .brands .col-4 img {
  width: 100%;
  height: inherit;
}

#us .brands .col-4 a {
  font-size: .9em;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #303031;
  border: 1px solid #303031;
  font-weight: bold;
  margin-top: 15px;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

#us .brands .col-4 a:hover {
  background-color: #303031;
  color: #fff;
}

@media only screen and (max-width: 1300px) {
  #us .showroom {
    padding: 50px 5%;
  }
}

@media only screen and (max-width: 767px) {
  #us .title {
    margin-top: 50px;
  }

  #us .introduction {
    width: 90%;
  }

  #us .introduction iframe {
    width: 100%;
    height: 56vw;
  }

  #us .showroom .showroom-slide {
    width: 100%;
    margin-right: 0;
  }

  #us .showroom .text {
    padding: 0;
    margin-top: 10px;
  }

  #us .showroom .text p {
    text-align: left;
  }
}

#gallery .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

#gallery .title h1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin: 15px 0;
}

#gallery .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px calc((100% - 1170px) / 2);
}

#gallery .row .showroom-slide {
  width: 55%;
  margin-right: 40px;
}

#gallery .row .showroom-slide .slick-arrow:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 30px;
  color: #9c9c9c;
}

#gallery .row .showroom-slide .slick-next:before {
  content: '\F105';
}

#gallery .row .showroom-slide .slick-prev:before {
  content: '\F104';
}

#gallery .row .showroom-slide .slide img {
  height: 30vw;
  margin: 0 auto;
}

#gallery .row .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 7%;
}

#gallery .row .text p {
  text-align: justify;
  font-weight: 500;
  font-size: 20px;
}

#gallery .row .text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: italic;
  font-size: 20px;
}

#gallery .row .text span:after {
  content: '';
  background-color: #303031;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 10px;
}

#gallery .row .text span:before {
  display: none;
  content: '';
  background-color: #303031;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
}

#gallery .row .justify p {
  text-align: justify !important;
}

#gallery .row .align-right p {
  text-align: right;
}

#gallery .row:nth-child(2n) {
  background-color: #d8d8d8;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

#gallery .row:nth-child(2n) .text p {
  text-align: right;
}

#gallery .row:nth-child(2n) .text span:before {
  display: block;
}

#gallery .row:nth-child(2n) .text span:after {
  display: none;
}

@media only screen and (max-width: 1300px) {
  #gallery .row {
    padding: 70px 5%;
  }

  #gallery .row .text {
    padding: 0 5%;
  }

  #gallery .row .showroom-slide {
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  #gallery .title {
    margin-top: 50px;
  }

  #gallery .row .showroom-slide {
    width: 90%;
    margin-bottom: 15px;
  }

  #gallery .row .showroom-slide .slide img {
    height: 60vw;
  }

  #gallery .row:nth-child(2n) {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

#catalogue .general-container {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#catalogue .general-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#catalogue .general-container .title h1 {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-size: 2.5em;
}

#catalogue .general-container .title .logo-brand {
  max-width: 400px;
  text-align: center;
}

#catalogue .general-container .title .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

#catalogue .general-container .title .brands h3 {
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  color: #000;
}

#catalogue .general-container .title .brands .col-3 {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
}

#catalogue .general-container .sort {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#catalogue .general-container .sort p {
  font-style: italic;
}

#catalogue .general-container .sort .options select {
  padding: 3px 10px;
  font-size: .9em;
  padding-right: 30px;
}

#catalogue .general-container .sort .options a {
  margin-left: 20px;
  border: 1px solid #000000;
  color: #000;
  padding: 1px 2px;
  font-size: 1.2em;
  text-decoration: none;
}

#catalogue .general-container .filters {
  width: 250px;
}

#catalogue .general-container .filters .type h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

#catalogue .general-container .filters .type h4 .arrow {
  padding-right: 10px;
}

#catalogue .general-container .filters .type h4 .arrow:before {
  content: '\F078';
  font-family: 'Font Awesome 5 Free';
  -webkit-transition: ease .5s;
  transition: ease .5s;
  display: inline-block;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

#catalogue .general-container .filters .type h4:after {
  content: '';
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-right: 90px;
  background-color: rgba(0, 0, 0, 0.3);
}

#catalogue .general-container .filters .type .f-active .arrow:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

#catalogue .general-container .filters .type .f-container {
  display: none;
}

#catalogue .general-container .filters .type label {
  display: inline-block;
  width: 100%;
  padding-left: 25px;
  position: relative;
  margin: 5px 0;
  cursor: pointer;
}

#catalogue .general-container .filters .type label input {
  width: 0;
  height: 0;
  opacity: 0;
}

#catalogue .general-container .filters .type label input:checked ~ .checkmark:before {
  display: block;
}

#catalogue .general-container .filters .type label .checkmark {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  left: 0;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#catalogue .general-container .filters .type label .checkmark:before {
  content: '\F00C';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: .65em;
  display: none;
}

#catalogue .general-container .products {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#catalogue .general-container .products .col-4 {
  width: 200px;
  margin-bottom: 30px;
  text-decoration: none;
}

#catalogue .general-container .products .col-4 .img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-bottom: 15px;
}

#catalogue .general-container .products .col-4 p {
  margin: 0;
  text-align: center;
  font-weight: normal;
  color: #000;
  text-transform: capitalize;
}

#catalogue .general-container .pag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#catalogue .general-container .pag a {
  color: inherit;
  text-decoration: none;
  font-size: .8em;
}

#catalogue .general-container .pag nav {
  margin: 0 15px;
}

#catalogue .general-container .pag nav ul.pagination {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#catalogue .general-container .pag nav ul.pagination li {
  width: 25px;
  text-align: center;
  border: 1px solid #000;
  border-left: 0;
  padding: 5px 0;
}

#catalogue .general-container .pag nav ul.pagination li a {
  text-decoration: none;
  color: inherit;
}

#catalogue .general-container .pag nav ul.pagination li:first-child {
  border-left: 1px solid #000;
}

#catalogue .general-container .pag nav ul.pagination .active {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  #catalogue {
    padding-top: 100px;
  }

  #catalogue .general-container .title {
    margin-top: 20px;
  }

  #catalogue .general-container .title h1 {
    font-size: 2em;
  }

  #catalogue .general-container .title .logo-brand {
    width: 100%;
  }

  #catalogue .general-container .filters {
    width: 100%;
  }

  #catalogue .general-container .products {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #catalogue .general-container .products .col-4 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

#product .general-container {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#product .general-container .title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

#product .general-container .title a {
  height: 100px;
}

#product .general-container .title img {
  height: 100px;
}

#product .general-container .title h2 {
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 2.5em;
  font-style: italic;
  text-transform: capitalize;
}

#product .general-container .next-prev {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#product .general-container .next-prev a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}

#product .general-container .next-prev a i {
  margin: 0 5px;
}

#product .general-container .col-6 {
  width: 50%;
  padding: 0 5%;
  margin-top: 30px;
}

#product .general-container .col-6 p {
  font-size: 1.1em;
  margin: 0;
  margin-bottom: 20px;
}

#product .general-container .col-6 p b {
  font-weight: 500;
}

#product .general-container .col-6 img {
  height: auto;
}

#product .general-container .col-6 a {
  color: inherit;
  font-weight: normal;
  margin-top: 15px;
  display: inline-block;
}

#product .general-container .col-6 .btn {
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid #303031;
  font-size: 1.1em;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}

#product .general-container .col-6 .btn:hover {
  background-color: #303031;
  color: #fff;
}

#product .general-container .col-info {
  padding-right: 10%;
}

#product .general-container .share {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  margin: 50px 0;
}

#product .general-container .share p {
  margin: 0;
  margin-right: 15px;
}

#product .general-container .share a {
  text-decoration: none;
  color: inherit;
  margin: 0 15px;
  cursor: pointer;
}

#product .general-container .return {
  margin-top: 25px;
}

#product .general-container .return a {
  color: inherit;
  text-decoration: none;
  font-style: italic;
  font-size: 1em;
}

#product .general-container .return a i {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  #product .general-container .title {
    margin-top: 35px;
  }

  #product .general-container .title a {
    height: inherit;
  }

  #product .general-container .title a img {
    height: inherit;
  }

  #product .general-container .col-6 {
    width: 100%;
    padding: 0;
  }
}

#menu-products .general-container {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}

#menu-products .general-container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#menu-products .general-container .title img {
  height: 100px;
}

#menu-products .general-container .title h2 {
  font-size: 2.5em;
  width: 100%;
  text-align: center;
}

#menu-products .general-container ul {
  width: 100%;
  list-style: none;
  padding: 0;
}

#menu-products .general-container ul li {
  width: 100%;
  text-align: center;
}

#menu-products .general-container ul li a {
  font-size: 2em;
  padding: 30px 0;
  border-bottom: 1px solid transparent;
  display: inline-block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  position: relative;
  -webkit-transition: ease .15s;
  transition: ease .15s;
}

#menu-products .general-container ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: rgba(48, 48, 49, 0.4);
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}

#menu-products .general-container ul li a:hover {
  font-weight: 600;
}

#menu-products .general-container ul li a:hover:after {
  width: 100%;
}

@media only screen and (max-width: 446px) {
  #menu-products {
    padding-top: 96px;
  }
}

