/*
font-family: "Vidaloka", serif;
font-family: "Montserrat", serif;
font-family: "Mr Dafoe", cursive;

#eae1da - bege claro
#b5a5a3 - bege
#BD8457 - bege avermelhado
#0e3059 - azul
#1e1c1c - grafite escuro

cores noorskin
#BD8457 dark cream
#a06e47 brown
#575756 chumbo

alinhar colunas na row
.centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

left: calc(50% - 72px);

row align-items-center

col align-self-start

-
align-self-center

|
justify-content-center

@media (min-width: 576px) {
    
}

@media (min-width: 768px) {
    
}

*/

body {
    color: #666666;
    background: url(../img/bg.jpg) fixed no-repeat center center;
    font-family: "Montserrat", serif !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a {
    color: #575756;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #cecece;
    outline: none;
    text-decoration: none!important;
}

p {
    font-size: 17px;
    padding: 0;
    line-height: 20px;
    color: #000;
    text-align: justify;
    margin: 0;
    ]
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    font-family: "Vidaloka", serif !important;
}

@media (max-width: 768px) {
    body {
        background: url(../img/bg_responsive.jpg) !important;
    }

    h1 {
        font-size: 40px;
    }

    .btn {
        font-size: 20px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        background: url(../img/bg_responsive_ipad.jpg) !important;
    }
}

hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #191a1a;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    border-radius: 50%;
    left: 15px;
    bottom: 15px;
    padding-top: 10px;
    z-index: 11;
    transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -ms-transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}


/*BOTÕES LATERAIS*/

/* instagram-btn */

.notification-btn {
    position: fixed;
/*    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);*/
    background: #717171;
    color: #fff;
    width: 280px;
    height: 46px;
    line-height: 1;
    font-size: 25px;
    border-radius: 15px 0 0 0;
    right: -225px;
    bottom: 116px;
    transition: all 0.3s;
    padding: 10px 0 10px 15px;
    z-index: 11;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
}

.notification-btn:hover {
    color: #fff;
    right: 0;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    border-radius: 15px 0 0 0;
}

@media (max-width: 768px) {
    .notification-btn {
        position: fixed;
        /*background: #4fac68;*/
        color: #fff;
        width: 260px;
        height: 46px;
        line-height: 1;
        font-size: 25px;
        border-radius: 15px 0 0 0;
        right: -205px;
        bottom: 125px;
        transition: all 0.3s;
        padding: 10px 0 10px 15px;
        z-index: 11;
        text-transform: uppercase
    }
}

.notification-btn i {
    padding: 12px 10px 0 0;
    color: #fff;
}

/* Whatsapp-btn */
.whatsapp-btn {
    position: fixed;
    background: #4fac68;
    color: #fff;
    width: 230px;
    height: 46px;
    line-height: 1;
    font-size: 25px;
    border-radius: 0px 0 0 15px;
    right: -175px;
    bottom: 70px;
    transition: all 0.3s;
    padding: 10px 0 10px 15px;
    z-index: 11;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.whatsapp-btn:hover {
    color: #fff;
    right: 0px;
    padding: 10px 0 10px 20px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .whatsapp-btn {
        position: fixed;
        color: #fff;
        width: 270px;
        height: 46px;
        line-height: 1;
        font-size: 25px;
        border-radius: 0 0 0 15px;
        right: -215px;
        bottom: 80px;
        transition: all 0.3s;
        padding: 10px 0 10px 15px;
        z-index: 11;
        text-transform: uppercase
    }
}

.whatsapp-btn i {
    padding: 12px 15px 0 0;
    color: #fff;
}

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #BD8457;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
    -webkit-animation: animate-preloader 1s linear infinite;
    -moz-animation: animate-preloader 1s linear infinite;
    -o-animation: animate-preloader 1s linear infinite;
    -ms-animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform'': rotate(360deg);
        -ms-transform: rotate(360deg);
    }
}

/*Barra de contato*/

#direct-bar {
    color: #fff;
    height: 40px;
    width: 100%;
    position: fixed;
    background-color: #414141;
    z-index: 997;
    font-size: 15px;
    border: none;
    padding-top: 9px;
}

#direct-bar ul {
    padding: 0;
    margin: 0;
}

#direct-bar ul.ourteam {
    text-align: right;
}

#direct-bar li {
    display: inline;
}

#direct-bar i {
    margin-left: 4px;
}

#direct-bar a {
    color: #b5a5a3;
}

#direct-bar a:hover {
    color: #7c615e;
}

@media (max-width: 768px) {
    #direct-bar li.divmenu {
        margin: 0 10px;
    }
}

/*-- #Menu --*/
/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.logo_w {
    width: 200px;
    padding: 0 0 10px 20px;
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

/*@media (max-width: 768px) {*/
/*@media (max-width: 992px) {*/
@media (max-width: 1199px) {
    #nav-menu-container {
        display: none;
    }
}

@media (min-width: 1024px) {
    #nav-menu-container {
        padding-right: 0px;
    }
}

.nav-menu-hr {
    margin: 5px 15px !important;
    border-color: rgba(255, 255, 255, 0.5)
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 27px 17px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-family: "Vidaloka", serif;
    font-size: 17px;
    outline: none;
    text-transform: uppercase;
}

.nav-menu li:hover > a,
.nav-menu > a {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #BD8457;
}

.menu-active > a {
    border-bottom: 2px solid #BD8457;
}

.nav-menu > li {
    /*    margin-left: 10px;*/
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

.nav-menu ul li {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: #BD8457;
}

.nav-menu a.compreonline {
    /*    color: aliceblue;*/
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

/*@media (max-width: 768px) {*/
/*@media (max-width: 992px) {*/
/*@media (max-width: 1200px) {*/
#mobile-nav-toggle {
    display: inline;
    margin-right: 36px;
    margin-top: 30px;
}
}

@media (max-width: 576px) {
    #mobile-nav-toggle {
        margin-right: 25px;
        margin-top: 58px;
    }
}

#mobile-nav-toggle i {
    color: #fff;
    font-size: 23px;
}

#mobile-nav i {
    margin-right: 10px;
    padding: auto;
    min-width: 14px;
}

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 999;
    background: #575756;
    left: -313px;
    width: 313px;
    overflow-y: auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li .menu-drop {
    padding: 0 0 0 20px;
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 5px 0 5px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-family: "Vidaloka", serif;
    font-weight: 100;
}

#mobile-nav ul li a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

#mobile-nav ul .submenu {
    padding-left: 20px;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #BD8457;
}

#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}

#mobile-nav ul .menu-item-active {
    color: #BD8457;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 998;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

#header .dropdown a {
    display: block;
}

#header .dropdown-item {
    padding: 10px;
}

#header .dropdown-item:hover {
    color: #fff;
    background-color: #656c71;
}

/* Nav Menu Arrows */

/* Header */

#header {
    height: 110px;
    background: linear-gradient(#000, rgba(0, 0, 0, 0));
    position: fixed;
    left: 0;
    right: 0;
    z-index: 997;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#header.header-scrolled {
    position: fixed;
    background: linear-gradient(#000, rgba(0, 0, 0, 0));
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#header .logo-menu {
    float: left;
    margin-top: 4px;
}

.logo-menu img {
    width: 175px;
    padding-top: 12px;
}

.logo-menu img-scrolled {
    width: 175px;
}

@media (max-width: 786px) {
    .logo-menu img {
        width: 185px;
        padding-top: 10px;
    }
}

.logo-toogle img {
    margin: 0 0 10px 15px;
    width: 120px;
}

.logo-toogle strong {
    color: #ffcc04;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/*selection*/
#selection {
    padding: 7% 0;
    background: linear-gradient(to right, #575756, #211e1b, #575756, #211e1b, #575756);
    height: 100vh;
}

#selection .logo {
    max-width: 250px;
    margin-bottom: 50px;
}

#selection .unidades {
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.44);
    margin: 20px 0 10px 0;
    transition: all 0.2s;
    top: 0px;
    position: relative;
}

#selection .unidades:hover {
    transform: scale(1.02);
    position: relative;
    top: -14px;
    box-shadow: 0 14px 15px rgba(0, 0, 0, 0.33);
}

#selection h1 {
    font-size: 33px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

#selection h2 {
    font-size: 30px;
    color: #fff;
    text-align: left;
    margin-bottom: 80px;
    font-family: "Montserrat", serif !important;
}

#selection h2 span {
    font-weight: 700;
}

#selection .bi {
    font-size: 20px;
}

#selection .ass {
    max-height: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 767px) {
    #selection {
        padding: 20px;
        height: 100vh;
    }

    #selection .logo {
        max-width: 200px;
        margin-bottom: 20px;
    }

    #selection h1 {
        margin-bottom: 20px;
    }

    #selection h2 {
        margin-bottom: 20px;
    }

    #selection h2:last-child {
        margin-bottom: 0px;
    }
}

/*SCROLL-DOWN*/
.scroll-downs {
    position: relative;
    top: 690px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 30px;
}

.mousey {
    width: 2px;
    height: 28px;
    padding: 3px 8px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    margin-top: 90px !important;
    position: absolute;
}

@media (max-width: 576px) {
    .mousey {
        position: absolute;
        margin-top: 0px !important;
    }
}

.scroller {
    width: 3px;
    height: 8px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

@media (max-width: 576px) {
    .scroll-downs {
        top: 700px;
    }
}

@media (max-width: 768px) {
    .scroll-downs {
        top: 750px;
    }
}

/*-- # Institucional --*/
#intro {
    display: table;
    width: 100%;
    height: 100vh;
}

#intro .carousel-indicators .active {
    display: none;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    /*    max-height: 650px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro h2 {
    position: relative;
    top: 46%;
    color: #cecece;
    font-size: 50px;
    margin: 0;
    text-align: center;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
    text-transform: uppercase;
    margin: 0 300px;

}

#intro h3 {
    position: relative;
    top: 47%;
    color: #cecece;
    text-align: center;
    font-size: 28px;
}

#intro p {
    position: relative;
    top: 48%;
    text-align: center;
}

#intro h3.magic {
    font-family: "Mr Dafoe", cursive!important;
    font-size: 90px!important;
    transform: rotate(-6deg);
    margin-bottom: 20px
}

#intro .btn {
    font-size: 20px;
    border: 1px solid #cecece;
    padding: 6px 35px;
    color: #cecece;
    border-radius: 50px;
    transition: 0.3s;
}

#intro .btn:hover {
    font-size: 20px;
    border: 1px solid #cecece;
    color: #cecece;
    border-radius: 50px;
    transform: scale(1.07);
}

#intro .carousel-inner i {
    font-size: 25px;
}

.carousel-control-next,
.carousel-control-prev {
    padding-top: 115px;
}

@media (min-width: 768px) {
    #intro h2 {
        font-size: 50px;
        margin: 0 0px;
        top: 45%;
    }

    #intro h3 {
        font-size: 30px;
        margin: 0 100px;
        top: 45%;
    }

    #intro p {
        top: 47%;
    }
    
    #intro .magic {
        font-size: 40px!important;
    }
}

@media (max-width: 768px) {
    #intro {}

    #intro h2 {
        font-size: 50px;
        margin: 0 0px;
        top: 35%;
    }

    #intro h3 {
        font-size: 30px;
        margin: 0 50px;
        top: 35%;
    }

    #intro p {
        top: 37%;
    }
    
    #intro .magic {
        font-size: 100px!important;
    }
}

/*hydrafacial*/
#hydrafacial {
    padding: 0;
    color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70));
    padding-bottom: 50px;
}

#hydrafacial .pcard {
    background-color: rgba(87, 87, 86, 0.45);
    padding: 50px;
    border-radius: 10px;
    margin: 40px 0 0 0;
}

#hydrafacial img {
    /*    max-height: 500px;*/
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 8px 80px;
}

#hydrafacial img:hover {
    transform: scale(1.03);
}

#hydrafacial h1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

#hydrafacial h1.title {
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
}

#hydrafacial p {
    color: #fff;
    font-weight: 300;
    text-align: center;
    line-height: 160%;
}

#hydrafacial ul {
    column-count: 2;
}

#hydrafacial li {
    color: #fff;
    font-weight: 300;
    line-height: 160%;
}

#hydrafacial a {
    border: 1px solid #cecece;
    color: #fff;
    background-color: rgba(206, 206, 206, 0.6);
    border-radius: 30px;
    padding: 5px 30px;
    margin-top: 10px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#hydrafacial a:hover {
    border: 1px solid #cecece;
    color: #fff;
    background-color: rgba(206, 206, 206, 0.37);
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #hydrafacial {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70)), url(../img/bg.jpg) fixed no-repeat center center;
        background-size: cover;
        padding: 0 0 50px 0;
    }

    #hydrafacial .pcard {
        padding: 30px 10px;
    }

    #hydrafacial h1 {
        margin-top: 30px;
        font-size: 40px;
    }

    #hydrafacial p {
        font-size: 20px;
    }

    #hydrafacial ul {
        column-count: 1;
        font-size: 20px;
    }
}

/* highlight */
#highlight {
    background: url(../img/bg-highlight.jpg) fixed center center;
    background-size: cover;
    padding: 25vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #highlight {
        background-size: 100% !important;
        background: url(../img/highlight_v.jpg) no-repeat center center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #highlight {
        background: url(../img/bg-highlight_ipad.jpg) !important;
    }
}

#highlight h2 {
    color: #fff;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight p {
    color: #cecece;
    font-size: 30px;
    line-height: 130%
}

@media (max-width: 768px) {
    #highlight {
        padding: 80px 0;
    }

    #highlight h2 {
        font-size: 50px;
    }

    #highlight p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#highlight .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#highlight .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}

/* highlight-stretchmarks */
#highlight-stretchmarks {
    background: url(../img/highlight-stretchmarks.jpg) fixed center center;
    background-size: cover;
    padding: 20vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #highlight-stretchmarks {
        background-size: 100% !important;
        background: url(../img/highlight-stretchmarks_v.jpg) fixed repeat top center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #highlight-stretchmarks {
        background: url(../img/highlight-stretchmarks_ipad.jpg) fixed !important;
    }
}

#highlight-stretchmarks h2 {
    color: #fff;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight-stretchmarks h3 {
    color: #fff;
    font-size: 35px;
    line-height: 100%;
    margin: 40px 0 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight-stretchmarks p {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

#highlight-stretchmarks ul {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: left;
}

#highlight-stretchmarks img {
    margin-bottom: 40px;
    padding: 5px;
    border: 2px solid #fff;
}

@media (max-width: 768px) {
    #highlight-stretchmarks {
        padding: 80px 0;
    }

    #highlight-stretchmarks h2 {
        font-size: 50px;
    }

    #highlight-stretchmarks p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#highlight-stretchmarks .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#highlight-stretchmarks .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}

/* aliya */
#aliya {
    background: url(../img/bg-aliya.jpg) fixed center center;
    background-size: cover;
    padding: 25vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #aliya {
        background-size: 100% !important;
        background: url(../img/aliya_v.jpg) no-repeat center center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #aliya {
        background: url(../img/bg-aliya_ipad.jpg) !important;
    }
}

#aliya h2 {
    color: #fff;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#aliya h3 {
    color: #fff;
    font-size: 35px;
    line-height: 100%;
    margin: 40px 0 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#aliya p {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

#aliya img {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin: 40px 0;
    transition: 0.2s;
}

#aliya img:hover {
    transform: scale(1.08);
}

#aliya img.aliya {
    margin: 0;
    
}

#aliya ul {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: left;
}

#aliya hr {
    color: #fff;
    margin-top: 3rem !important;
}

@media (max-width: 768px) {
    #aliya {
        padding: 80px 0;
    }

    #aliya h2 {
        font-size: 50px;
    }

    #aliya p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#aliya .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#aliya .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}

/* pdrn-salmon */
#pdrn-salmon {
    background: url(../img/pdrn-salmon.jpg) fixed center center;
    background-size: cover;
    padding: 20vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #pdrn-salmon {
        background-size: 100% !important;
        background: url(../img/pdrn-salmon_v.jpg) fixed repeat top center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #pdrn-salmon {
        background: url(../img/pdrn-salmon_ipad.jpg) fixed !important;
    }
}

#pdrn-salmon h2 {
    color: #fff;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#pdrn-salmon h3 {
    color: #fff;
    font-size: 35px;
    line-height: 100%;
    margin: 40px 0 10px 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#pdrn-salmon p {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

#pdrn-salmon ul {
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
    text-align: left;
}

#pdrn-salmon img {
    margin-bottom: 40px;
    padding: 5px;
    border: 2px solid #fff;
}

@media (max-width: 768px) {
    #pdrn-salmon {
        padding: 80px 0;
    }

    #pdrn-salmon h2 {
        font-size: 50px;
    }

    #pdrn-salmon p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#pdrn-salmon .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#pdrn-salmon .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}


/* highlight-bride */
#highlight-bride {
    background: url(../img/highlight-bride.jpg) fixed center center;
    background-size: cover;
    padding: 25vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #highlight-bride {
        background-size: 100% !important;
        background: url(../img/highlight-bride_v.jpg) no-repeat center center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #highlight-bride {
        background: url(../img/highlight-bride_ipad.jpg) !important;
    }
}

#highlight-bride h2 {
    color: #000;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight-bride h3 {
    color: #000;
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight-bride p {
    color: #000;
    font-size: 30px;
    line-height: 130%
}

@media (max-width: 768px) {
    #highlight-bride {
        padding: 35px 0;
    }

    #highlight-bride h2 {
        font-size: 50px;
    }

    #highlight-bride p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#highlight-bride .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#highlight-bride .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}


/* highlight-man */
#highlight-man {
    background: url(../img/man.jpg) fixed center center;
    background-size: cover;
    padding: 25vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #highlight-man {
        background-size: 100% !important;
        background: url(../img/highlight-man_v.jpg) no-repeat center center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #highlight-man {
        background: url(../img/highlight-man_ipad.jpg) !important;
    }
}

#highlight-man h2 {
    color: #fff;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight-man p {
    color: #cecece;
    font-size: 30px;
    line-height: 130%
}

@media (max-width: 768px) {
    #highlight-man {
        padding: 80px 0;
    }

    #highlight-man h2 {
        font-size: 50px;
    }

    #highlight-man p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#highlight-man .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#highlight-man .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}

/* highlight-teen */
#highlight-teen {
    background: url(../img/teen.jpg) fixed center center;
    background-size: cover;
    padding: 25vh 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #highlight-teen {
        background-size: 100% !important;
        background: url(../img/teen_v.jpg) no-repeat center center;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #highlight-teen {
        background: url(../img/teen_ipad.jpg) !important;
    }
}

#highlight-teen h2 {
    color: #000;
    font-size: 45px;
    line-height: 100%;
    margin-bottom: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#highlight-teen p {
    color: #000;
    font-size: 30px;
    line-height: 130%
}

@media (max-width: 768px) {
    #highlight-teen {
        padding: 80px 0;
    }

    #highlight-teen h2 {
        font-size: 50px;
    }

    #highlight-teen p {
        text-align: center;
        font-size: 26px;
    }
}

@media (max-width: 576px) {}

#highlight-teen .btn {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    padding: 6px 40px;
    transition: all 0.3s;
    font-weight: 300;
    font-size: 18px;
    border: 1px solid #b5a5a3;
}

#highlight-teen .btn:hover {
    background-color: rgba(61, 57, 53, 0.79);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}

/*services*/
#services {
    padding: 100px 0 ;
    color: #000;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70));
    padding-bottom: 50px;
}

#services .pcard {
    background-color: rgba(87, 87, 86, 0.45);
    padding: 50px;
    border-radius: 10px;
    margin: 40px 0 0 0;
}

#services img {
    /*    max-height: 500px;*/
    transition: 0.3s;
    border: 2px solid #fff;
    border-radius: 5px;
}

#services img:hover {
    transform: scale(1.03);
}

#services h1 {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0px;
}

#services h1.title {
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
}

#services p {
    color: #fff;
    font-weight: 300;
    text-align: justify;
    line-height: 160%;
    margin-bottom: 10px;
}

#services ul {
}

#services li {
    color: #fff;
    font-weight: 300;
    line-height: 190%;
}

#services a {
    border: 1px solid #cecece;
    color: #fff;
    background-color: rgba(206, 206, 206, 0.6);
    border-radius: 30px;
    padding: 5px 30px;
    margin-top: 25px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#services a:hover {
    border: 1px solid #cecece;
    color: #fff;
    background-color: rgba(206, 206, 206, 0.37);
    transform: scale(1.1);
}

#services iframe {
    margin-top: 40px;
    width: 100%;
    height: 700px;
    border: 0;
}

@media (max-width: 768px) {
    #services {
        padding: 0 0 50px 0;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70)), url(../img/bg.jpg) fixed no-repeat center center;
        background-size: cover;
    }

    #services .pcard {
        padding: 30px 10px;
    }

    #services h1 {
        margin-top: 30px;
        font-size: 40px;
    }

    #services p {
        font-size: 20px;
    }

    #services ul {
        column-count: 1;
        font-size: 20px;
    }
}

/*Our consultation*/
#ourconsultation {
    padding: 100px 0;
    color: #fff;
}

#ourconsultation li {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #ourconsultation {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70)), url(../img/bg.jpg) fixed no-repeat center center;
        background-size: cover;
    }
}

/*about*/
#about {
    padding: 70px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

#about h1 {
    margin-bottom: 10px;
}

#about h2 {
    margin-bottom: 20px;
}

#about p {
    color: #cecece;
    line-height: 160%;
    font-weight: 300;
    font-size: 18px;
}

#about hr {
    padding-bottom: 30px;
}

#about img {
    transition: 0.3s;
}

#about img:hover {
    transform: scale(1.04);
}

@media (max-width: 768px) {
    #about {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70)), url(../img/bg.jpg) fixed no-repeat center center;
        background-size: cover;
    }
    
    #about h1 {
        margin-bottom: 20px;
        font-size: 40px;
    }

    #about img {
        margin-bottom: 30px;
    }
}

/*our team*/
#ourteam {
    padding: 80px 0;
    background-color: rgba(0, 0, 0, 0.08);
}

#ourteam h1 {
    padding-bottom: 40px;
    color: #fff
}

#ourteam h2 {
    color: #fff
}

#ourteam h3 {
    color: #fff;
    margin-top: 40px;
}

#ourteam p {
    color: #cecece;
    text-align: center;
}

#ourteam a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

#ourteam .card {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    transition: 0.2s;
}

#ourteam .card:hover {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    transform: scale(1.05);
}

#ourteam .card-body {
    background-color: rgba(255, 255, 255, 0);
    padding: 15px 0 0
}

@media (max-width: 768px) {
    #ourteam {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70)), url(../img/bg.jpg) fixed no-repeat center center;
        background-size: cover;
    }
    
    #ourteam .card {
        margin-bottom: 45px;
    }
}

/*testimonial*/
#testimonial {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#testimonial h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 40px;
}

#testimonial p {
    font-size: 26px;
    line-height: 140%;
    color: #fff;
    text-align: center;
}

#testimonial .swiper {
    width: 100%;
    height: 100%;
}

#testimonial .swiper-slide {
    text-align: center;
    font-size: 25px;
    background: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 90px;
    color: #fff;
}

#testimonial .swiper-button-prev:after, .swiper-rtl {
    color: #fff;
}

#testimonial .swiper-button-next:after, .swiper-rtl {
    color: #fff;
}

@media (max-width: 768px) {
    #testimonial {
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.70)), url(../img/bg.jpg) fixed no-repeat center center;
        background-size: cover;
    }
    
    #testimonial .swiper-slide {
        font-size: 20px;
        padding: 0 45px;
    }
}

/*booknow*/
#booknow {
    padding: 100px 0;
    background-color: rgba(206, 206, 206, 0.84);
}

#booknow p {
    text-align: center;
}

#booknow span {
    font-size: 15px;
    font-style: italic;
}

/*CONTACT*/
#contact {
    padding: 80px 0 0px 0;
    background-size: auto;
    background-color: rgba(87, 87, 86, 0.9);
    color: #fff;
}

#contact .contact-info {
    text-align: center;
}


#contact .contact-info h3 {
    font-size: 20px;
    margin-bottom: 1px;
    color: #fff;
    font-weight: 700;
}

#contact p {
    text-align: center;
    color: #fff !important;
}

#contact ul {
    text-align: left;
    color: #fff !important;
    padding-left: 25px;
}

#contact .contact-info address,
#contact .contact-info p {
    margin-bottom: 0;
    color: #000;
    font-weight: 300;
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#contact .contact-info i:hover {
    color: #000;
    transform: scale(1.04);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

#contact .contact-info a:hover {
    color: #fdb913;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
    margin-bottom: 20px;
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

@media (min-width: 768px) {

    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 0 0 10px 0;
    }
}

/*GOOGLE MAPS*/
#googlemaps .col-12 {
    position: a;
    padding: 0;
    margin: 0;
    background-color: rgba(87, 87, 86, 0.9);
}

#googlemaps {
    height: 500px;
    margin: 1px;
    margin-top: 0;
}

#googlemaps a {
    text-decoration: none;
}

#googlemaps h3 {
    color: #fff;
    margin-bottom: 30px;
}

#googlemaps .container-fluid {
    margin: 0;
    padding: 0;
    border: 0;
    width: 99%;
}

#googlemaps iframe {
    border: 0;
    width: 100%;
    height: 500px;
}

/*Footer*/
footer {
    background-color: #313131;
    padding: 30px 0 25px 0;
    color: #fff;
    position: relative;
}

@media (max-width: 767px) {
    footer {
        text-align: center;
    }
}

footer span.copyright {
    font-size: 11px;
    display: inline-flex;
    line-height: 130%;
}

footer p {
    font-size: 13px;
    line-height: 160%;
    color: #fff;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    footer p {
        margin: 35px 0 0px 0;
        padding: 0;
        text-align: center;
    }
}

footer .footer-logo {
    width: 100px;
    margin-right: 10px;
    padding-top: 10px;
}

footer .logo-mediatom {
    width: 35px;
}

footer p.logo-img {
    margin: 0;
    text-align: right;
}

footer .partners {
    padding: 30px 0;
}


footer .partners img {
    padding: 20px;
    border-radius: 35px;
}

footer .dev {
    margin-bottom: 10px;
    text-align: right;
    font-size: 10px;
}

*::-moz-selection {
    background: #fff1cf;
    color: #000;
}

*::selection {
    background: #fff1cf;
    color: #000;
}

/*modal*/
.btn-close {
    background-color: #fff;
}

.modal {
    background-color: rgba(0, 0, 0, 0.52);
    color: #cecece;
}

.modal p {
    color: #cecece;
    line-height: 140%;
    margin-bottom: 25px;
}
.modal p.notif {
    line-height: 140%;
    margin-bottom: 5px;
    font-weight: 700;
}

.modal li {
    color: #cecece;
    margin-bottom: 10px;
    text-align: justify
}

.modal .logo {
    max-width: 160px;
}

.modal img {
    transition: 0.2s;
}

.modal img:hover {
    transform: scale(1.08)
}

.modal-header {
    background-color: #575756;
}

.modal-body {
    background-color: #575756;
    padding: 60px;
}

.modal p.booknow {
    text-align: center;
    margin-bottom: 0;
}

.modal .btn {
    font-size: 20px;
    border: 1px solid #cecece;
    padding: 6px 35px;
    color: #cecece;
    border-radius: 50px;
    transition: 0.3s;
}

.modal .btn:hover {
    font-size: 20px;
    border: 1px solid #cecece;
    color: #cecece;
    border-radius: 50px;
    transform: scale(1.07);
}

/*accordion*/
#accordionExample {
    background-color: rgba(255, 255, 255, 0);
}

.accordion-item {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-bottom: 1px solid #fff;
}
.accordion-button {
    font-family: "Montserrat", serif;
    font-weight: 700;
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

.accordion-collapse {
    background-color: rgba(255, 255, 255, 0);
}

.accordion-body {
    color: #fff;
}

/*COOKIE*/
.cookie-popup_container_btn {
    float: right;
}

.cookie-popup {
    transition: .3s;
    z-index: -999;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.cookie-popup.active {
    z-index: 999;
    pointer-events: auto;
    opacity: 1;
}

.cookie-popup_container {
    margin: auto;
    width: 100%;
    padding: 8px 25px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, .19);
}

.cookie-popup_container_text {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.cookie-popup_container_btn {
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 45px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    letter-spacing: .4px;
}

.cookie-popup_container_btn:nth-child(2) {
    background: #32cd32;
    color: #fff;
    border: 1px solid #32cd32;
}

.cookie-popup_container_btn:nth-child(3) {
    background: #828282;
    color: #333;
    border: 1px solid #828282;
}

.cookie-popup_container_link {
    color: #fff;
    text-decoration: none;
    float: right;
    height: 45px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    text-transform: uppercase;
}

.cookie-configurador {
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: -1000;
    max-width: 600px;
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, .18);
    overflow-y: auto;
}

.cookie-configurador.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}

.cookie-configurador_container {
    width: 100%;
    padding: 25px;
}

.cookie-configurador_container .ccc {
    margin-bottom: 22px;
}

.cookie-configurador_container .ccc_maintitle {
    font-size: 15px;
    font-weight: 700;
    color: #32cd32;
    text-transform: uppercase;
}

.cookie-configurador_container .ccc_text {
    font-size: 17px;
}

.cookie-configurador_container .ccc_text:nth-child(3) {
    font-size: 13px;
}

.cookie-configurador_container .ccc_line {
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}

.cookie-configurador_container .ccc_title {
    font-size: 20px;
    margin-bottom: 18px;
}

.cookie-configurador_container .ccc_btn {
    background: #32cd32;
    border: 1px solid #32cd32;
    color: #fff;
}

.cookie-configurador_container .ccc_newfuncs {
    font-size: 14px;
    margin-top: 30px;
    color: #666;
}

.cookie-configurador_container .ccc_minimalbtn {
    border: 0;
    background: transparent;
    font-size: 14px;
    padding: 0;
    color: #0074ff;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
}

.cookie-configurador_container .ccc_breaker {
    display: inline-block;
    height: 4px;
    width: 4px;
    background: #0074ff;
    margin: 0 12px;
    vertical-align: middle;
    border-radius: 50%;
}

.cookie-configurador_container .ccc_policies {
    margin-bottom: 0;
}

.cookie-configurador_container .ccc a {
    color: #0074ff;
    text-decoration: none;
}

.cookie-popup_wrapper_text {
    width: 80%;
    padding: 10px;
}

.cookie-popup_wrapper_btn {
    width: 20%;
    padding: 10px;
}


.cookie-popup_wrapper_btn .cookie-popup_container_btn {
    background: #575756;
    border: 1px solid #575756;
    color: #fff;
    border-radius: 10px;
}

.cookie-popup_wrapper_btn .cookie-popup_container_btn:hover {
    background: #575756;
}

.cookie-popup_container {
    background: #cecece;
}

.cookie-popup_container .cookie-popup_container_text a {
    color: #ba141a;
}

/*slick*/
.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.slider {
    width: 100%;
    margin: 50px auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .9;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    color: #b5a5a3 !important;
}

.col-home:after {
    animation: mouse-sprite-animation 5s steps(120) infinite;
    background: url("../img/scroll_sprite.png") no-repeat left center;
    background-size: 9600px 80px;
    background-position: left;
    bottom: 110px;
    content: '';
    display: block;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    opacity: .8;
    position: absolute;
    width: 80px;
    filter: brightness(1);
}