/*
font-family: "Paytone One", sans-serif;
font-family: 'Open Sans', sans-serif;

#d71920 - vermelho claro
#8b0304 - vermelho escuro
#c7ac70 - dourado

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;
    font-family: 'Open Sans', sans-serif !important;
}

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

a:hover,
a:active,
a:focus {
    color: #BD8457;
    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: "Paytone One", sans-serif !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 */

.instagram-btn {
    position: fixed;
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
    /*    background: #8134AF;*/
    color: #fff;
    width: 250px;
    height: 46px;
    line-height: 1;
    font-size: 25px;
    border-radius: 15px 0 0 0px;
    right: -195px;
    bottom: 146px;
    transition: all 0.3s;
    padding: 10px 0 10px 20px;
    z-index: 11;
    font-family: 'Dosis', sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

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

@media (max-width: 768px) {
    .instagram-btn {
        position: fixed;
        /*        background: #4fac68;*/
        color: #fff;
        width: 230px;
        height: 46px;
        line-height: 1;
        font-size: 25px;
        border-radius: 15px 0 0 0;
        right: -175px;
        bottom: 150px;
        transition: all 0.3s;
        padding: 10px 0 10px 20px;
        z-index: 11;
        font-family: 'Dosis', sans-serif;
        font-weight: 900;
        text-transform: uppercase
    }
}

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

/* Whatsapp-btn */
.whatsapp-btn {
    position: fixed;
    background: linear-gradient(45deg, #4fac68, #338d4b);
    /*    background: #4fac68;*/
    color: #fff;
    width: 250px;
    height: 46px;
    line-height: 1;
    font-size: 25px;
    border-radius: 0 0 0 15px;
    right: -195px;
    bottom: 100px;
    transition: all 0.3s;
    padding: 10px 0 10px 20px;
    z-index: 11;
    font-family: 'Dosis', sans-serif;
    font-weight: 900;
    text-transform: uppercase
}

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

@media (max-width: 768px) {
    .whatsapp-btn {
        position: fixed;
        /*        background: #4fac68;*/
        color: #fff;
        width: 230px;
        height: 46px;
        line-height: 1;
        font-size: 25px;
        border-radius: 0 0 0 15px;
        right: -175px;
        bottom: 104px;
        transition: all 0.3s;
        padding: 10px 0 10px 20px;
        z-index: 11;
        font-family: 'Dosis', sans-serif;
        font-weight: 900;
        text-transform: uppercase
    }
}

.whatsapp-btn i {
    padding: 12px 10px 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);
    }
}

/*-- #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: 270px;
    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: "Paytone One", sans-serif !important;
    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;
    left: 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-left: 26px;
    margin-top: 34px;
    margin-right: 0;
    z-index: 1000;
}

/*}*/

@media (max-width: 576px) {
    #mobile-nav-toggle {
        margin-left: 10px;
        margin-top: 30px;
    }
}

#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;
    padding-left: 50px;
    bottom: 0;
    z-index: 999;
    background: linear-gradient(45deg, #8b0304, #d71920);
    /*    background: #8b0304;*/
    left: -430px;
    width: 430px;
    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: "Paytone One", sans-serif;
}

#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(to right, rgba(199, 172, 112, 0), rgba(215, 25, 32, 0));*/
    background: rgba(139, 3, 4, 0);
    /*    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);*/
    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 {
/*    background: linear-gradient(to right, rgba(199, 172, 112, 0.9), rgba(215, 25, 32, 0.9));*/
    background-color: rgba(139, 3, 4, 0.8);
    transition: all 0.5s;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.46));
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

@media (max-width: 768px) {
    #header.header-scrolled {}
}

#header .logo-menu {
    text-align: center;
    margin-top: 4px;
}

.logo-menu img {
    width: 260px;
    padding-top: 7px;
}

.logo-menu img-scrolled {}

@media (max-width: 576px) {
    .logo-menu img {
        /*        float: left;*/
        width: 235px;
        padding-top: 17px;
    }
}

.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;
}

/*SCROLL-DOWN*/
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 60px;
    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;
}

.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;
    }
}

/*-- # Intro --*/

#intro {
    display: table;
    width: 100%;
    height: 100vh;
}

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

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    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 .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
    position:absolute;
    left: 0;
    top: 33px;
}

#intro .carousel-content {
    width: 100%;
    padding: 25px 15%;
    bottom: 0;
    position: absolute;
}

#intro .img-slide1 {
    padding-top: 140px;
}

#intro h2 {
    position: relative;
    top: 40%;
    color: #fff;
    text-align: left;
    font-size: 60px;
    margin: 0;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}

#intro a.btn {
    position: relative;
    top: 44%;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-size: 17px;
    text-transform: uppercase;
/*    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));*/
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 30px;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s;
}
#intro a.btn:hover {
    color: #f6b414;
    text-transform: uppercase;
    filter: drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.5));
    margin-top: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    transform: scale(1.1);
}

@media (max-width: 576px) {
    #intro {
        width: 100%;
        height: 95vh;
    }
    
    #intro .img-slide1 {
        padding-top: 130px;
    }
    
    #intro .img-slide1 img {
        max-height: 460px;
        display: block;
        margin: auto;
    }

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

    #intro .carousel-item {
        height: 95vh;
        min-height: 780px;
    }
    
    #intro .fitness {
        padding-top: 100px;
    }
    
    #intro .fitness img {
        max-height: 450px;
    }
    
    #intro h2 {
        top: 0;
        color: #fff;
        font-size: 40px;
        margin: 0;
        text-align: center;
        filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
        padding: 0 30px;
    }
    
    #intro a.btn {
        top: 0;
        font-size: 15px;
        left: calc(50% - 110px);
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10% !important;
}

@media (min-width: 1024px) {

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-size: 16px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #f6b414;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #f6b414;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/*energeticos*/
#energeticos {
    padding: 60px 0;
    color: #000;
/*    background-color: #f4f1f0;*/
/*    background: linear-gradient(#d71920, #8b0304);*/
/*    background: linear-gradient(#cf5260, #d71920);*/
    padding-bottom: 50px;
}

#energeticos .card {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #fdfdff;
}

#energeticos img {
    max-height: 500px;
    transition: 0.3s;
}

#energeticos img:hover {
    transform: scale(1.06);
}

#energeticos h1 {
    font-size: 50px;
    color: #8b0304;
    margin-bottom: 40px;
}

#energeticos h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #3c3c3c;
    margin-top: 20px;
}

#energeticos p {
    color: #3c3c3c;
    font-weight: 300;
    text-align: center;
    line-height: 160%;
    margin-bottom: 0
}

#energeticos a {
    border: 1px solid #8b0304;
    color: #eae1da;
    background-color: #8b0304;
    border-radius: 10px;
    padding: 5px 30px;
    margin-top: 10px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#energeticos a:hover {
    border: 1px solid #BD8457;
    color: #fff;
    background-color: #BD8457;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #energeticos {
        padding: 60px 0 10px 0;
    }

    #energeticos h1 {
        font-size: 35px;
        margin-bottom: 40px;
    }
}

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

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

#destaque h2 {
    color: #fff;
    font-size: 65px;
    line-height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}


@media (max-width: 768px) {
    #destaque h2 {
        font-size: 50px;
        /*        letter-spacing: -2px;*/
        /*        padding-right: 0px !important;*/
        /*        padding: 4vh 0 0 0;*/
        /*        margin: 10px 0;*/
    }
}

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

#destaque .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;
    margin-top: 30px;
}

#destaque .btn:hover {
    background-color: rgba(255, 0, 0, 0.53);
    color: #fff;
    transform: scale(1.05);
    border: 1px solid rgba(215, 175, 157, 0);
}

/*sobre*/
#about {
    padding: 0;
    text-align: center;
    background-color: #faf9ff;
}

#about h1 {
    font-size: 38px;
    text-align: left;
}

#about h2 {
    font-size: 25px;
    text-align: left;
    color: #008d7c;
}

#about p {
    font-size: 16px;
    line-height: 180%
}

#about .about-img {
    height: 700px;
    overflow: hidden;
    background: url(../img/about.jpg) center center no-repeat;
    background-size: cover;
}

#about .logo-vertexs {
    margin: 25% 0;
    max-width: 500px;
    transition: 0.3s
}


#about .logo-vertexs:hover {
    transform: scale(1.08);
}

@media (max-width: 568px) {
    #about .logo-vertexs {
        margin: 10% 0;
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    #about .about-img {
        height: 300px;
        overflow: hidden;
        margin-bottom: 60px;
    }

    #about {
        padding-bottom: 50px;
    }

    #about h1 {
        text-align: center;
        margin: 0 0 20px 0;
    }
}

.borda-zero {
    padding: 0 !important;
}


/*CONTACT*/

#contact {
    background: url(../img/contato.jpg) fixed center center;
    padding: 90px 0 30px 0;
    background-size: cover;
    background-color: #d71921;
    color: #000;
}

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


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

#contact p {
    text-align: center;
    font-size: 17px;
    color: #000 !important;
}

#contact .contact-info i {
    font-size: 52px;
    display: inline-block;
    color: #d71921;
}

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

#contact .contact-info i {
    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 {
    transform: scale(1.04);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    color: #BD8457;
}

#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;
    }
}

/*Footer*/

footer {
    background-color: #313131;
    padding: 25px 0;
    color: #fff;
}

@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;
}

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

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

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

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

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



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

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


/*COOKIE*/

.cookieConsentContainer {
    z-index: 999;
    width: 330px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 8px 20px 20px;
    background: #8b0304;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 15px;
    display: none;
    border-radius: 8px 8px 0 0;
}

.cookieConsentContainer .cookieTitle a {
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block;
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
    color: #fff;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #b5a5a3;
    box-sizing: border-box;
    padding: 10px 30px;
    text-align: center;
    transition: background .3s;
    border-radius: 50px;
    text-transform: uppercase;
    width: 100%;
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #fff;
    color: #8b0304 !important;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 50 !important;
        width: 90% !important;
    }
}


/*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);
}