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

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

cores noorskin
#BD8457 dark cream
#a06e47 brown
#3D3935 chocolate

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: #000;
    background-color: #000;
    background: url(../img/bg.jpg) center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    font-family: 'Open Sans', sans-serif!important;
}

@media (max-width: 768px) {
    body {
        background: url(../img/bg_v.jpg);
        background-attachment: fixed;
        background-repeat: repeat;
        background-size: 591px 1280px;
        background-size: contain;
    }
}

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: "Frijole", 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;
}

/* Whatsapp-btn */
.whatsapp-btn {
    position: fixed;
    background: #4fac68;
    color: #fff;
    width: 230px;
    height: 46px;
    line-height: 1;
    font-size: 23px;
    border-radius: 50px 0 0 50px;
    right: -177px;
    bottom: 50px;
    transition: all 0.3s;
    padding: 12px 0 10px 20px;
    z-index: 11;
}

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

@media (max-width: 768px) {    
    .whatsapp-btn {
        position: fixed;
        color: #fff;
        width: 270px;
        height: 46px;
        line-height: 1;
        font-size: 25px;
        border-radius: 50px 0 0 50px;
        right: -215px;
        bottom: 30px;
        transition: all 0.3s;
        padding: 10px 0 10px 20px;
        z-index: 11;
        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);
    }
}

/*Barra de contato*/

#direct-bar {
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    position: fixed;
    background-color: #262626;
    color: #fff;
    text-align: center;
    z-index: 999;
}

#direct-bar ul {
    text-align: center;
    padding: 6px 0 0 0;
    text-transform: uppercase;
}

#direct-bar li {
    display: inline;
}

#direct-bar i {
    margin: 0 5px 0 5px;
    font-size: 14px;
    transition: all 0.3s;
}

#direct-bar i:hover {
    transform: scale(1.4)
}

#direct-bar a {
    color: #fff;
    font-size: 14px;
}

#direct-bar a:hover {
    color: #fff;
}

#direct-bar .original {
    font-size: 12px;
    font-weight: 700;
    margin-right: 20px;
}
@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: 280px;
    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: "Frijole", 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: 64px;
    }

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

#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: #1f1f1f;
    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: 17px;
    overflow: hidden;
    padding: 5px 0 5px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#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 {
/*    margin-top: 10px;*/
/*    padding-top: 12px;*/
    height: 90px;
    background: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    /*    background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0.79));*/
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.0);
    position: fixed;
    left: 0;
    top: 40px;
    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: #000;
    height: 90px;
    position: fixed;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.2);
    border: none;
    transition: all 0.5s;
        -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 {
    float: left;
    margin-top: 4px;
}

.logo-menu img {
    width: 280px;
    padding-top: 2px;
}

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

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

.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;
  top: 600px;
  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;
}

.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: 85vh;
}

#intro .carousel-indicators .active {
    display: none;
}
#intro .carousel-item {
    width: 100%;
    height: 85vh;
}

#intro h2 {
    position: relative;
    top: 45%;
    color: #fff;
    font-size: 50px;
    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: 55%;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

#intro .btn {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    border: 1px solid #fff;
    padding: 10px 40px;
    border-radius: 50px;
    transition: 0.3s;
}

#intro .btn:hover {
    color: #BD8457;
    transform: scale(1.08);
    background: #fff;
}

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

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

@media (max-width: 768px) {
    #intro {
        height: 100vh;
    }

    #intro h2 {
        font-size: 30px;
        margin: 0 50px;
    }
    
    #intro h3 {
        font-size: 30px;
        margin: 0 35px;
    }
    
    #intro .btn {
        font-size: 15px;
    }
}

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

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

#estilos .pcard {
    background-color: rgba(255, 255, 255, 0.30);
    padding: 50px;
    border-radius: 10px;
    margin: 40px 0 0 0;
}

#estilos img {
/*    max-height: 500px;*/
    transition: 0.3s;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 10px;
}

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

#estilos h1 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
/*    margin-bottom: 40px;*/
}

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

#estilos a {
    border: 1px solid #FFF;
    color: #eae1da;
    background-color: rgba(255, 255, 255, 0);  
    border-radius: 100px;
    padding: 5px 30px;
    margin-top: 10px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 4px;
}

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

@media (max-width: 768px) {
    #estilos {
        padding: 20px 0 10px 0;
    }
    
    #estilos h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    
    #estilos .pcard {
        padding: 30px 15px 15px;
    }

}

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

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

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

#cta h3 {
    color: #fff;
    font-size: 28px;
    line-height: 100%;
    margin: 40px 0 20px;
}

#cta p {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
}

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

@media (max-width: 576px) {

}

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

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

/*SOBRE*/
#sobre {
    padding: 110px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
}

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

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

#sobre p {
    color: #fff;
    line-height: 150%;
    font-weight: 300;
    font-size: 18px;
}

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

#sobre img {
    border-radius: 50%;
    border: 2px solid #b5a5a3;
    padding: 3px;
    transition: 0.3s;
}

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

@media (max-width: 768px) {
    #sobre img {
        margin-bottom: 30px;
    }
}


/* faq */
#faq {
    padding: 80px 0;
    text-align: center;
    background-color: rgba(189, 132, 87, 0.19);
}

#faq h1 {
    margin-bottom: 20px;
    color: #fff;
}

#faq a {
    color: #ec1c24;
}

#faq p {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
    text-align: justify!important;
}

#faq hr {
    border-color: rgba(255, 255, 255, 0.38);
}

#faq #accordion .card {
    background: none;
    text-align: left;
    border: none;
}

#faq #accordion .card-header {
    background: none;
    margin-bottom: 10px;
    padding: 0;
    background-color: rgba(189, 132, 87, 0.69);
    border: none;
    border-left: 4px solid #1a1a1a;
    border-radius: 8px;
}

#faq #accordion .card-body {
    text-align: justify;
    padding: 0 0 20px 0;
    margin: 0 20px 0px 20px;
    color: #fff;
}

#faq .btn {
    white-space: normal;
}

#faq #accordion .btn-link {
    font-size: 24px;
    padding: 5px 10px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    width: 100%;
    border: none;
    cursor: pointer;
}

#faq #accordion .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 576px) {
    #faq .faq-row {
        padding: 0!important;
    }
    
    #faq .offset-1 {
        padding: 0!important;
    }
    
    #faq .card-body {
        margin: 0!important;
        padding: 0!important;
        margin-bottom: 40px!important;
    }
}


/*ORÇAMENTO*/
#orcamento {
    padding: 90px 0 50px 0;
    color: #fff;
}

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


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

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

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

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

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

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

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

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

@media (min-width: 768px) {

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

#orcamento .btn {
    margin: 20px 0;
    padding: 7px 50px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
}

#orcamento .btn:hover {
    margin: 20px 0;
    padding: 7px 50px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    color: #000;
    transform: scale(1.1);
}

#orcamento .form-group {
    margin-bottom: 0;
}

#orcamento .form-control {
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
    margin-bottom: 20px
}

#orcamento .form #sendmessage {
    color: #fdb913;
    border: 1px solid #fdb913;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#orcamento .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#orcamento .form #sendmessage.show,
#orcamento .form #errormessage.show,
#orcamento .form .show {
    display: block;
}

#orcamento .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#orcamento .form input,
#orcamento .form textarea {
    padding: 15px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

#orcamento .form button[type="submit"] {
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 7px 50px;
    color: #b5a5a3;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(255, 255, 255, 0);
}

#orcamento .form button[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #BD8457;
    transform: scale(1.1);
}

@media (min-width: 768px) {

}

/*CONTACT*/

#contact {
    padding: 90px 0 50px 0;
    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;
    font-size: 17px;
    color: #fff!important;
}

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

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

#contact .btn {
    margin: 20px 0;
    padding: 7px 50px;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: 1px solid #fff;
    transition: 0.3s;
}

#contact .btn:hover {
    margin: 20px 0;
    padding: 7px 50px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    color: #000;
    transform: scale(1.1);
}

#contact .form-group {
    margin-bottom: 0;
}

#contact .form-control {
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
    margin-bottom: 20px
}

#contact .form #sendmessage {
    color: #fdb913;
    border: 1px solid #fdb913;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    padding: 15px 14px;
    border-radius: 5px;
    box-shadow: none;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

#contact .form button[type="submit"] {
    border: 1px solid #dedede;
    border-radius: 50px;
    padding: 7px 50px;
    color: #b5a5a3;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(255, 255, 255, 0);
}

#contact .form button[type="submit"]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #BD8457;
    transform: scale(1.1);
}

@media (min-width: 768px) {

}



/*Footer*/

footer {
    background-color: #000;
    padding: 10px 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: 70px;
    margin-right: 10px;
    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*/
.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: #ba141a;
    border: 1px solid #ba141a;
    color: #fff;
    border-radius: 10px;
}

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

.cookie-popup_container {
    background: #d3d0b1;
}

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


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