/*
Theme Name: Kaprige
Theme URI: https://widd.com.br
Author: WIDD Digital Team
Description: Kaprige 
Version: 0.2.0
*/
 
@font-face {
    font-family:'Dax-Regular';
    src:url('assets/fonts/Dax-Regular/Dax-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Dax-Regular/Dax-Regular.otf')  format('opentype'),
    url('assets/fonts/Dax-Regular/Dax-Regular.woff') format('woff'),
    url('assets/fonts/Dax-Regular/Dax-Regular.ttf')  format('truetype'),
    url('assets/fonts/Dax-Regular/Dax-Regular.svg#Dax-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Dax-Medium';
    src:url('assets/fonts/Dax-Medium/Dax-Medium.woff2') format('woff2'),
    url('assets/fonts/Dax-Medium/Dax-Medium.woff') format('woff'),
    url('assets/fonts/Dax-Medium/Dax-Medium.ttf')  format('truetype');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Dax-Bold';
    src:url('assets/fonts/Dax-Bold/Dax-Bold.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/Dax-Bold/Dax-Bold.otf')  format('opentype'),
    url('assets/fonts/Dax-Bold/Dax-Bold.woff') format('woff'),
    url('assets/fonts/Dax-Bold/Dax-Bold.ttf')  format('truetype'),
    url('assets/fonts/Dax-Bold/Dax-Bold.svg#Dax-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'KronaOne-Regular';
    src:url('assets/fonts/KronaOne-Regular/KronaOne-Regular.eot?#iefix') format('embedded-opentype'),
    url('assets/fonts/KronaOne-Regular/KronaOne-Regular.woff') format('woff'),
    url('assets/fonts/KronaOne-Regular/KronaOne-Regular.ttf')  format('truetype'),
    url('assets/fonts/KronaOne-Regular/KronaOne-Regular.svg#KronaOne-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

/* Global
   ================================================== */

* {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
input,
button,
select,
textarea {
    font-family:'Dax-Regular', Verdana, Arial, "Bitstream Vera Sans", sans-serif;
}
html, body {
    background-color: #fff;
    margin: 0 ;
    padding: 0;
    height: 100%;
    width: 100%;
}
html {
    line-height: 1.15;
    position: relative;
    min-height: 100%;
}
body {
    color: #000;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.4;
    padding-top: 5.6rem;
}
b, strong {
    font-family:'Dax-Bold';
    font-weight:normal;
}
a {
    background-color: transparent;
    color:#333;
    text-decoration: none;
}
a:hover {
    color:#6c6c6c;
    text-decoration: none;
}

.p1{
  padding: 10% 0;
}

img {
    border-style: none;
}
[hidden] {
    display: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}
ul {
  font-family:'Dax-Regular';
  list-style: none;
  padding: 0;
  margin: 0;
}
button, input {
    border: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border: none;
    box-shadow: none;
    outline: 0 none;
}



/* Sections
   ================================================== */

/*section {*/
    /*position: relative;*/
    /*padding: 70px 130px;*/
/*}*/

/* Header
   ================================================== */

header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    height: 5.6rem;
    padding: 13px 0;
}
.header__info {
    font-size: .9em;
    color: #cfab79;
    margin: 0;
    text-transform: uppercase;
}

/* NAV
   ================================================== */

.header__utils .hamburger-text {
    color: #000;
    font-size: .8em;
    margin-left: 50px;
    text-transform: uppercase;
    width: 40px;
    top: 0px;
    position: absolute;
}
.header__utils .hamburger-in {
    position: relative;
    height: 17px;
    width: 35px;
}
#menu-bar-top, #menu-bar-middle, #menu-bar-bottom {
    background-color: #000;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    transform-origin: 0 0;
    transition: all .4s cubic-bezier(.19, 1, .22, 1);
}
#menu-bar-top {
    top: 2px;
    transform: scaleX(.8) translateZ(0)
}
#menu-bar-middle {
    left: 5px;
    top: 9px;
    transform: scaleX(.8) translateZ(0)
}
#menu-bar-bottom {
    top: 16px;
    transform: scaleX(.8) translateZ(0)
}
.header__utils:hover #menu-bar-middle {
    transform: scaleX(.5) translateZ(0)
}
.header__utils:hover #menu-bar-top, .header__utils:hover #menu-bar-bottom {
    transform: scaleX(1) translateZ(0)
}
.header__cart {
  position: relative;
  top:10px;
  width: 60%;
  float: left;
}

.header__cart a img{
  margin-right: 45px;
  margin: 0 auto;
  float: right;
}

  

/* para padronizar todos os navegadores */
*{
  margin:0;
  padding: 0;
  box-sizing: border-box;
  list-style-position: inside;
}


.nav-toggle {
  display: block;
  /*padding: 10px 10px 15px 10px;
  background: #fff;*/
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 50;
}
.hamburger {
    width: 2.2em;
    position: relative;
    display: inline-block;
    height: 1.3em;
    font-size: 1.2em;
    top: 15px;
}

.btn-menu{
  float: right;
  width: 100px;
}

.hamburger-text{
  margin-left: 50px;
  font-size: 13px;
  font-family:'Dax-Regular';
  position: relative;
  top: -5px;
}

.menu-sidebar {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  top: 5.6rem;
  left: 0px;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -ms-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.menu-menu-home-container {
  position: relative;
  top: 10%;
  float: right;
  padding: 5%;
}

.login-cadastro {
  position: relative;
  top: 10%;
  padding: 5%;
}

.login-cadastro li a{
  color: #CFAA79;
  font-size: 30px;
  line-height: 60px;
  font-family:'KronaOne-Regular';
}


.menu-menu-home-container ul li {
    text-align: left;
  }

  .menu-menu-home-container ul li a {
      color: white;
      font-size: 30px;
      line-height: 60px;
      font-family:'KronaOne-Regular';
  }

  .menu-menu-home-container ul li a:hover {
    color: #CFAA79;
  }

  .menu-menu-home-container ul li.current-menu-item a{
    color: #CFAA79;
  }

.badge{
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .90rem;
  float: right;
  background: #000;
  color: #CFAA79;
}

#navicon {
  display: none;
  height: 0.8em; 
}
#navicon:checked ~ .menu-sidebar {
  visibility: visible;
  opacity: 1;
}
#navicon:checked ~ .nav-toggle > .hamburger span {
  top: -5px;
}



/* Home
   ================================================== */

#home__banner {
    background: black;
    height: 628px;
    width: 100%;
}
#home__title {
    padding: 35px 0;
}
#home__title h2 {
  color: #cfab79;
  font-family:'Dax-Bold';
  margin-bottom: 0;
  text-transform: uppercase;
  font-size:30px;
}
#home__title h2>span {
    color: #000;
}
#home__events {
    background: #cea978; /* Old browsers */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fff), color-stop(50%,#fff), color-stop(50%,#cea978), color-stop(100%,#cea978));
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(206,169,120,1) 50%, rgba(206,169,120,1) 100%);
    background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(206,169,120,1) 50%, rgba(206,169,120,1) 100%);
    background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(206,169,120,1) 50%, rgba(206,169,120,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(206,169,120,1) 50%, rgba(206,169,120,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cea978',GradientType=1 );
}
#home__events .col-search {
    height: 120px;
    padding-right: 0;
}
.search-title {
    color: #fff;
}
.search-title p {
    font-family:'Dax-Medium';
    font-size: .9em;
    margin-bottom: 0;
}
.search-title form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.search-title input[type="text"] {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: .9em;
    height: 43px;
    padding: 8px 16px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}
.search-title input[type="submit"] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: url("assets/images/icon-search.png") no-repeat scroll center center #fff;
    border-left: none;
    color: #fff;
    cursor: pointer;
    font: 100 normal .9em / 1.1em 'Dax-Regular';
    font-size: 0;
    height: 43px;
    outline: 0;
    padding: 10px 22px;
    width: 45px;
}

#home__create-events { margin:-1px; }
#home__create-events .col-btn-big {
    background-color: #e1caac;
    height: 250px;
}

.fa-chevron-right {
    color: #000;
    font-size: 1em;
    position: absolute;
    right: 0;
    top: 50px;
}

.fa-chevron-down{
  color: #fff;
  font-size: 40px;
  position: relative;
  top: 10px;
}

#home__graduations {
    padding: 130px 0 70px;
}
#home__graduations h2 {
    font-family:'KronaOne-Regular';
    font-size: 3.8em;
    margin-bottom: 90px;
    text-transform: uppercase;
}
#home__imgs {
    padding: 70px 0;
}
#home__imgs .container-fluid {}
#home__imgs .home__imgs-col {
    padding: 0;
}
#home__imgs img {
    width: 100%;
}
#home__collation {
    padding: 70px 0;
}
#home__collation h2 {
    color: #cea978;
    font-family:'KronaOne-Regular';
    font-size: 3.5em;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#home__collation p {
    font-size: 1.15em;
    line-height: 1.6;
    margin-bottom: 50px;
    padding-top: 12vw;
}

.pes-city{
    height: 119px;
    float: right;
    padding: 5px;
}


/***** Slideshow ********************/


.home__slides-flexslider li {
    position: relative;
}

.home__slides-flexslider li .meta {
    align-items: flex-start;
    background: transparent;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 13px 15px;
    position: absolute;
    left: 16%;
    top: 20%;
    width: 69rem;
    
  }

.home__slides-flexslider li .meta p{
  font-family:'KronaOne-Regular';
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}

.flexslider {
      margin: 0 0 60px;
      background: #fff;
      position: relative;
      zoom: 1;
      border: 0; 
      /*-webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;*/
      -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
      -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
      box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  }

  .flexslider .slides img {
      height: auto;
      list-style: none;
      background-position: center;
      background-size: cover;
  }

.view-more {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: -12px;
    background: none;
    border: 1px solid #781FBD;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0px 20px 20px 0px;
    border-left:0;
}

.view-more a{
  font-family: 'Calibri-Bold';
  color: #7212bc; 
  font-size: 15px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  /*position: absolute;
  bottom: 8px;*/
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.numeros{
    width: 75%;
    margin: 0 auto;
    padding: 0 0 40px;
}

.alta{
    background: #f9e7e7;
    padding-bottom: 80px;
}

.img-forma {
    -moz-box-shadow: 0px 15px 10px -15px #781FBD;
    -webkit-box-shadow: 0px 15px 10px -15px #781FBD;
    padding: 25px;
    width: 100%;
    }

.box-forma {
  padding: 0px 0 10%;  
}

.img-down{
  position: relative;
  top: 6%;
}


.moldura-dois {
    background: url("assets/images/faxa.png") transparent no-repeat;
    margin-left: 20px;
}

.text-inf{
    width: 80%;
    margin: 0 auto;
}

.btn-descubra {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-indent: -12px;
    background: none;
    border: 1px solid #781FBD;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0px 20px 20px 0px;
    border-left:0;
    font-family: 'Calibri-Bold';
    
    color: #7212bc; 
    font-size: 15px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Buttons
   ================================================== */

.btn.btn-clean {
    border-color: #000;
    border-radius: 0;
    color: #000;
    font-family:'Dax-Bold';
    font-size: .97em;
    padding: 8px 22px;
    text-transform: uppercase;
}
.btn.btn-big-bg {
    color: #fff;
    font-size: 2.7em;
    font-family: 'KronaOne-Regular';
    line-height: 1.4;
    padding-right: 140px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}
.btn.btn-white-black {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-family:'Dax-Bold';
    height: 42px;
    text-transform: uppercase;
    width: 100px;
}
.btn.btn-round-lg {
    background-color: #fff;
    border-color: #000;
    border-radius: 50%;
    font-family:'Dax-Bold';
    font-size: 1.4em;
    height: 170px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 1rem;
    text-transform: uppercase;
    width: 170px;
    white-space: normal;
}
.btn.btn-round-lg:hover {
    background-color: #000;
    color: #fff;
}
.btn.btn-round-lg .fa-chevron-right {
    color: #000;
    font-size: 1.6em;
    margin-top: 10px;
    position: static;
}
.btn.btn-round-lg:hover .fa-chevron-right {
    color: #fff;
}
.btn.btn-round-small {
    background-color: #000;
    border-radius: 40px;
    color: #fff;
    font-family:'Dax-Bold';
    font-size: .9em;
    line-height: 1.2em;
    padding: 10px 25px;
    text-transform: uppercase;
}

.btn.btn-round-more {
    background-color: #000;
    color: #fff;
    border-color: #000;
    border-radius: 50%;
    font-family:'Dax-Bold';
    font-size: 1.4em;
    height: 170px;
    line-height: 1.2;
    margin: -50px auto 200px;
    padding: 1rem;
    text-transform: uppercase;
    width: 170px;
    white-space: normal;
}

.btn.btn-round-lg:hover {
    background-color: #fff;
    border-color: #000;
}

/********* Mobile *************/

@media only screen and (max-width: 800px) {
    body {
        padding-top: 7.5rem;
    }
    .logo-mobile{
       float: left;
       width: 50%;
    }
    .menu-mobile{
        float: right;
        width: 50%;
    }
    .logo{
        width: 230px;
        height: 92px;
        padding: 0px 5px;
        position: relative;
        float: left;
    }
    .nav-menu{
        float: right;
    }
    .info{
        display: none;
    }
    .city {
        width: 130px;
        border: 1px solid #000;
        padding: 8px 24px 8px 24px;
        text-align: center;
        float: right;
        position: relative;
        top: 40px;
        right: 30px;
    }
    .linha {
        width: 50%;
        margin:0 auto;
    }
    .news{
        margin: 0 auto;
        width: 100% !important;
    }
    
    input[type=text], input[type=submit] {
        width: 100% !important;
    }
    .sidebar{
        position:relative;
    }
    .title-comprar {
        font-family:'Dax-Bold';
        font-size: 18px;
        color: white;
        padding: 20px 30px;
        text-align: center;
        background: #CFAA79;
    }

    .sidebar-compra {
      /*padding: 0px 20px;*/
      font-family: 'Dax-Medium';
      font-size: 13px;
      font-weight: 100;
    }
    .botao {
        padding: 10px;
        margin: 20px 30px;
        background: black;
        text-align: center;
    }
    .botao a {
        color: white;
        font-family:'Dax-Bold';
        font-size: 16px;
    }



    .valores{
        padding: 15px 0px;
    }
    .number{
       border: 1px solid #000;
       padding: 5px 12px;
       width: 60px;
    }
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .foto-img{
        padding: 50px;   
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 100%;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 100%;
    }
    .woocommerce button.button{width: 100%;}
}

@media only screen and (max-width: 600px) {
    .sidebar{
        display:block;
        position:relative;
        width: 230px;
        height: 373px;
        background: white;
        border: 1px solid #cea978;
    }
    .title-comprar{
        font-family:'Dax-Bold';
        font-size: 18px;
        color: white;
        padding: 20px;
        text-align: center;
        background: #CFAA79;
    }
    .sidebar-compra{
        /*padding: 0px 20px;*/
        color: black;
        font-family:'Dax-Bold';
        font-size: 14px;
    }
    input[type=text], input[type=submit] {
        width: 80% !important;
    }
    .botao {
        padding: 10px;
        margin: 20px 30px;
        background: black;
        text-align: center;
    }
    .botao a {
        color: white;
        font-family:'Dax-Bold';
        font-size: 16px;

    }
    .valores{
        padding: 15px 0px;
    }
    .number{
       border: 1px solid #000;
       padding: 5px 12px;
       width: 60px;
    }
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 100%;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 100%;
    }
}

@media only screen and (max-width: 300px) {
    .sidebar{
        display:block;
        position:relative;
        width: 230px;
        height: 373px;
        background: white;
        border: 1px solid #cea978;
    }
    .title-comprar{
        font-family:'Dax-Bold';
        font-size: 18px;
        color: white;
        padding: 20px;
        text-align: center;
        background: #CFAA79;
    }
    .sidebar-compra{
        /*padding: 0px 20px;*/
        color: black;
        font-family:'Dax-Bold';
        font-size: 14px;
    }
    .botao {
        padding: 10px;
        margin: 20px 30px;
        background: black;
        text-align: center;
    }
    .botao a {
        color: white;
        font-family:'Dax-Bold';
        font-size: 16px;
    }
    .valores{
        padding: 15px 0px;
    }
    .number{
       border: 1px solid #000;
       padding: 5px 12px;
       width: 60px;
    }
    .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 100%;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 100%;
    }
}

/*************Eventos****************/

.col-white {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}
.box-branco{
   max-width: 100%;
   background: white;
   padding: 30px;
}

.box-branco,
.box-branco * {
	box-sizing: border-box;
}
.box-branco {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.box-branco .box-branco-layer_bottom {
	display: block;
}
.box-branco .box-branco-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.box-branco:hover .box-branco-layer_top,
.box-branco.active .box-branco-layer_top {
	opacity: 1;
}
.box-branco .box-branco-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box-branco .box-branco-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.box-branco.active .box-branco-text_mobile {
	display: block;
}

.botao-ver{
    width: 130px;
    border: 1px solid #000;
    padding: 8px 24px 8px 24px;
    text-align: center;
    position: relative;
    top: 40px;
    margin:0 auto;
}

.botao-ver a {
    font-size: .9em;
    color: #000;
} 

.box{
   max-width: 100%;
}

.box1{
   max-width: 100%;
   background: #d7b890;
   padding: 30px;
}

.box1:nth-of-type(1) {
  background: #fff;
}

.box1:nth-of-type(5) {
  background: #DFC9AC;
}



.box1,
.box1 * {
	box-sizing: border-box;
}
.box1 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.box1 .box1-layer_bottom {
	display: block;
}
.box1 .box1-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #D7B88F;
	color: #000;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.box1:hover .box1-layer_top,
.box1.active .box1-layer_top {
	opacity: 1;
}
.box1 .box1-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box1 .box1-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.box1.active .box1-text_mobile {
	display: block;
}


.box2{
   max-width: 100%;
   background: #e1caac;
   padding: 30px;
}

.box2,
.box2 * {
	box-sizing: border-box;
}
.box2 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.box-branco img, .box1 img, .box2 img {
    height: auto;
    width: 100%;
}
.box2 .box2-layer_bottom {
	display: block;
}
.box2 .box2-layer_top {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #E0CAAC;
	color: #000;
	padding: 15px;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.box2:hover .box2-layer_top,
.box2.active .box2-layer_top {
	opacity: 1;
}
.box2 .box2-text {
	text-align: center;
	font-size: 18px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.box2 .box2-text_mobile {
	font-size: 15px;
	border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
	border-top: 1px solid rgba(179, 179, 179, 0.7);
	margin-top: 5px;
	padding-top: 2px;
	display: none;
}
.box2.active .box2-text_mobile {
	display: block;
}


.title-blog{
   float: left;
   margin-bottom: 20px;
   font-size: 13px;
}

.title-blog a{
   color: black;
}

.mes{
    float: right;
    font-family:'Dax-Regular';
    font-size: 13px;
    text-transform: uppercase;
}

.img{
  background-size: 100%;
  margin-bottom: 20px; 
}

.titulo-evento{
  padding: 0 0 20px;
  margin: 0;
  font-size: 13px;
  color: black;  
}

.local{
   color: black;
   font-size: 13px;
   padding: 0px 0 20px;
   position: absolute;
   bottom: 0;
}

/******************** formaturas ****************/

.title-text{
   text-align: left;
   padding: 40px 0;
}
.title-text h1{
    font-family:'KronaOne-Regular';
    color: #000;
    font-size: 65px;
}
.container-forma{
    max-width:1530px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.box-forma{
   background: black;
}
.box-forma .box-forma-title {
    height: 100px;
    padding: 25px 100px;
}
.box-forma .title-forma{
    font-family:'Dax-Bold';
    font-size: 1.4em;
    color: #cea978;
    line-height: 1.15;
    text-transform: uppercase;
    vertical-align: middle;
}
.box-forma .img-fluid {
    width: 100%;
}
.box-forma .txt-code {
    color: #fff;
    font-family:'Dax-Medium';
    font-size: .85em;
    padding: 30px 30px 20px;
    text-align: center;
    text-transform: uppercase;
}
.box-forma .box-forma-form {
    padding: 0 30px 30px;
}
.form-control.form-control-black {
    border-color: #fff;
    background-color: #000;
    color: #fff;
    margin-right: 30px;
    height: 42px;
    width: 120px;
}
input.form-control.form-control-black[type="text"]:focus {
    border: #fff;
    box-shadow: none;
    outline: 0 none;
}
.home__graduations-buttons {
    margin-top: 100px;
}
/*.img{*/
    /*width: 100%;*/
/*}*/
#home__imgs h3 {
    color: #fff;
    font-family:'KronaOne-Regular';
    font-size: 4.6em;
    margin: 0;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 22vw;
}
#home__imgs .imgs-col-right h3 {
    left: 15px;
    right: auto;
}
#home__imgs .imgs-col-right img {
    padding-top: 10vw;
}

/******************** Colação ****************/

.text-box{
    font-family:'Dax-Regular';
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    top:200px;
}

.text-box p{
   padding: 50px;
}

.btn-default {
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    font-family:'Dax-Bold';
    margin-top: 40px;
}


/******************** Footer ****************/

footer{
  background: black;
  /*margin-top: 70px;
  margin-bottom: 0;*/
  padding: 85px 0;
  width: 100%;
  height: 345px;
  flex-shrink: 0;
}

.content {
  flex: 1 0 auto;
}


ul.footer__list1 li a{
    color: #fff;
    font-family:'Dax-Medium';
    font-size: .9em;
}
ul.footer__list2 li a{
    color: #CFA979;
    font-family:'Dax-Medium';
    font-size: .9em;
}
.footer_col-center {
    color: #fff;
    font-family:'Dax-Medium';
    font-size: .9em;
}
.footer_col-center p {
    margin-bottom: 5px;
}
.footer_col-center p>a {
    color: #fff;
}
.footer_col-center .separador {
    border-top: 1px solid #fff;
    list-style-type: none;
    margin:30px auto 20px;
    width: 20%;
}
.fa-facebook,.fa-instagram,.fa-twitter{
    color: white;
    padding:0 10px;
    font-size: 20px;
}
.footer__news {
    color: #fff;
}
.footer__news p {
    font-family:'Dax-Medium';
    font-size: .9em;
    margin-bottom: 0;
}
.footer__news form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-top: 10px;
}
.footer__news input[type="email"] {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    height: 43px;
    padding: 8px 16px;
    width: 185px;
}
.footer__news input[type="submit"] {
    background: url("assets/images/global/arrow-form-white.png") no-repeat scroll center center #000;
    border-left: none;
    color: #fff;
    cursor: pointer;
    font: 100 normal .9em / 1.1em 'Dax-Regular';
    font-size: 0;
    height: 43px;
    outline: 0;
    padding: 10px 22px;
    width: 45px;
}
.footer__copyright p {
    color: #CFA979;
    font-size: .8em;
    margin-top: 20px;
    margin-bottom: 0;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 20px;
    margin:0 12px 0 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
input[type=submit] {
    color: white;
    border: 1px solid #fff;
}
input[type=submit]:hover {
    opacity: 0.8;
}
.select2-search__field{
    color: black;
    background: white;
}


::-webkit-input-placeholder {
   color: black;
}
:-moz-placeholder { /* Firefox 18- */
   color: black; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: black; 
}
:-ms-input-placeholder {  
   color: black;  
}

.submit {
    content: "\f054";
    font-size: 20px;
    color: black;
    position: relative;
}

/************** Loja ***************/

.col-woo{}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    /*margin-top: 80px;*/
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 80%;
    clear: none;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 0;
    font-family:'Dax-Bold';
    font-size: 30px;
}

.woocommerce a.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 15px 30px;
    font-weight: 100;
    border-radius: 0px;
    left: auto;
    color: #fff;
    background-color: black;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-transform: uppercase;
}

.woocommerce a.button:hover{
    background-color: #CFA979;
    color: #fff;
}

.woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button{
    font-size: 15px;
    font-family:'Dax-Bold';
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 18px 3em;
    font-weight: 100;
    border-radius: 0px;
    left: auto;
    color: #fff;
    background-color: black;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 210px;
    text-transform: uppercase;
}

.woocommerce-Button button:hover{
  background-color: #CEA878;
}


.product_meta{
   display: none;
}


.mais-eventos {
    width: 340px;
    padding: 40px 54px 20px 109px;
    position: relative;
    line-height: 10px;
}

.mais-eventos a {
    font-size: 30px;
    font-family:'Dax-Bold';
    color: #000;
    animation-delay: 650ms;
    text-transform: uppercase;
} 

.mais-eventos a .fa-chevron-right {
    content: "\f054";
    font-size: 40px;
    color: black;
    position: relative;
    left: 20px;
    top: -15px;
}

.redes {
    margin: 0 auto;
    width: 124px;
}


.redes a .fa-facebook{
   color: black;
   font-size: 23px;
}

.redes a .fa-twitter{
   color: black;
   font-size: 23px;
}

.redes a .fa-instagram{
   color: black;
   font-size: 23px;
}

.col-inf{
    border: 1px solid #CFAA79;
    padding: 0px 30px;
}

.col-mapa{
    border: 1px solid #CFAA79;
    padding: 0;
}

.font {
    font-family:'Dax-Medium';
    text-align: left;
    padding: 10px 0;
    font-size: 13px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 25px;
}

.title-event {
  font-family:'Dax-Bold';
  text-align: left;
  padding: 40px 0px 0px;
  font-size: 14px;
  color: #cea978;
  line-height: 25px;
  vertical-align: middle;
  text-transform: uppercase;
}

.separador {
    width: 100%;
    border-top: 1px solid #cea978;
    list-style-type: none;
    margin: 20px auto 0;
}
.espaco{
   height:80px; 
}
.title-produtos{
    font-family:'Dax-Bold';
    padding: 20px 0;
    color: #cfa979;
    font-size: 30px;
    text-transform: uppercase;
}
.lista {
    padding-bottom: 32px;
    font-size: 15px;
}
.list ul {
  list-style-image: url('http://localhost/kaprige/site/wp-content/themes/kaprige/assets/images/lista.png');
  padding-left: 15px;
}
.quebra{
  padding-left: 5%;
}

.text-sobre{
  padding:10px 0;
  font-family:'Dax-Regular';
  font-size: 15px; 
}

.text-sobre h4{
  font-family:'Dax-Bold';
  text-transform: uppercase; 
}



.text-sobre ul {      
  margin-left:0; /* Remove margin padrão */      
  padding-left:0; /* Remove padding padrão */
  list-style: none;  
}  

.text-sobre ul > li {      
  position:relative; /* Cria contexto de posicionamento */      
  margin:0 0 6px 2em; /* margem para abrir espaço para a numeração */      
  padding:4px 0; /* Espaçamento em volta do conteúdo */      
  list-style:none; /* retira o padrão (o marcador da lista) */  
}  

.text-sobre ul > li:before {      
  content: "•";           
  position:absolute;      
  top:-20px;      
  left:-2em;           
  width:3em;    
  margin-right:8px;      
  padding:4px;            
  color: #C59B61;           
  text-align:center;
  font-size: 50px;  
 }  


.text-user{
  font-family:'Dax-Regular';
  font-size: 15px;
  padding: 5px 0;  
}

.clientes{
    width:80%;
    margin: 0 auto;
    padding:30px 0;
}

.clientes-img{
    width:200px;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
}


.center-content{
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
}

.mapa{
  /*margin: 0 0 -70px 0;*/  
}

.block{
    /*width: 60%;*/
    padding: 10% 0;
    margin: 0 auto;
}

.linha{ 
    border: 1px solid #cea978;
}

.organizacao{
    width: 80%;
    margin: 0 auto;
}

.contact-info{
  /*width: 65%;
  float: right;*/
  font-family: 'Dax-Bold';
  padding: 80px 0;
  text-transform: uppercase;
  
}

.contact-tels{
  font-size: 30px;
  font-family:'Dax-Bold';
  height: auto;
  text-transform: uppercase;
}

.cont-email{
  font-family:'Dax-Bold';
  font-size: 30px;
  line-height: 80px;
  text-transform: uppercase;
}

.andress{
  font-family:'Dax-Bold';
  font-size:18px;
  margin: 20px 0;
  text-transform: uppercase;
}



.orga-membros{
    margin: 50px 0px;
    font-family:'Dax-Bold';
    font-size: 14px;
    text-align: center;
    
    
}


.sidebar-carrinho{
  display:block;
  position:fixed;
  top:32%;
  height: auto;
  background: white;
  border: 1px solid #cea978;
}

.sidebar{
  display:block;
  position:fixed;
  top:21%;
  height: auto;
  background: white;
  border: 1px solid #cea978;
  width: 13%;
  }
    
    
    .title-comprar{
        font-family:'Dax-Bold';
        font-size: 18px;
        color: white;
        padding: 20px;
        text-align: center;
        background: #CFAA79;
    }

    .sidebar-compra{
        /*padding: 0px 20px;*/
        color: black;
        font-family:'Dax-Bold';
        font-size: 14px;
    }

    .botao{
      padding: 5% 20% 15%;
    }
    
    .botao a {
      font-size: 100%;
      margin: 0;
      line-height: 1;
      cursor: pointer;
      position: relative;
      text-decoration: none;
      overflow: visible;
      padding: 15px 30px;
      font-weight: 100;
      border-radius: 0px;
      left: auto;
      color: #fff;
      background-color: black;
      border: 0;
      display: inline-block;
      background-image: none;
      box-shadow: none;
      text-shadow: none;
      text-transform: uppercase;
    }

    

    .form-submit{
      width: 250px;
    }


    .valores{
        padding: 15px 0px;
    }


    .number{
       border: 1px solid #000;
       padding: 5px 12px;
       width: 60px;
    } 

/************* CHECKOUT ***********/




.title-finalizar h1{
    font-family:'KronaOne-Regular';
    font-size: 45px;
    padding: 50px 0;
    text-transform: uppercase;
}

.title-detalhes h1{
    font-family:'KronaOne-Regular';
    font-size: 45px;
    padding: 50px 0 10px;
    text-transform: uppercase;
}

.sub-title{
  font-family:'KronaOne-Regular';
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10%;
  text-transform: uppercase;
}

.page-title{
    font-family:'KronaOne-Regular';
    font-size: 45px;
    padding: 20px 0 50px;
    display: none;
}

.title-detalhes{
    font-family:'Dax-Bold';
    font-size: 18px;
    padding: 20px 0;
    text-transform: uppercase;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: '\e028';
    display: none;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.form-compra{
    border-bottom: 1px solid #000;
    margin: 0px 0 40px 0;
    /*padding-bottom: 20px;*/
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-family:'Dax-Bold';
    font-size: 18px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 25px 0;
    margin: 0;
    position: relative;
    background-color: white;
    color: #000;
    border-top: 1px solid #000;
    /*border-bottom: 1px solid #000;*/
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

#coupon_code{
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 20px;
    outline: 0;
    line-height: normal;
    background: white;
    color: black;
    border: 1px solid #d3ced2;
    padding: 12px 15px;
}

#coupon_cart{
    box-sizing: border-box;
    width: 230px;
    margin: 0px 20px 20px 0px;
    padding: 16px 15px;
    outline: 0;
    line-height: normal;
    background: white;
    color: black;
    border: 1px solid #d3ced2;
}

.added_to_cart {
  display: block;
}

.valorTotal{
  color: #cfab79;
}


.showcoupon, .showlogin{
    color: #cea978;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 8px;
    outline: 0;
    line-height: normal;
    background: white;
    color: black;
    border: 1px solid #d3ced2;
}

.input-text{
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 3em;
  padding: 10px;
  outline: 0;
  line-height: normal;
  background: white;
  color: black;
  border: 1px solid #000;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 20px;
}

.woocommerce form .form-row .input-checkbox {
  border: 1px solid #d3ced2;
  padding: 0px 7px;
  border-radius: 3px;
}

.register {
    width: 23%;
    padding: 15px 60px;
    border: 1px solid #fff;
    background: black;
    color: white;
    font-family:'Dax-Bold';
    font-size: 17px;
    border-radius: 0;
}

.apply_coupon {
    width: 50%;
    padding: 15px 30px;
    border: 1px solid #fff;
    background: black;
    color: white;
    font-family:'Dax-Bold';
    font-size: 17px;
    border-radius: 0;
}

.woocommerce-input-wrapper{
    width: 100%;
}

.woocommerce-billing-fields{
    padding: 0;
}

#customer_details{
    padding: 0;
}

.order_review{
    border: 0;
}

.space-table{
  height: 5em;
}


#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fff;
    border-radius: 5px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #fff;
    color: #515151;
    border: 1px solid #d3ced2;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: "";
    position: absolute;
    left: 40px;
    top: 7px;
    width: 15px;
    height: 15px;
    transform: rotateZ(135deg);
    background-color: #fff;
    border: 1px solid #d3ced2;
    border-right-color:#fff;
    border-top-color:#fff;
}


.woocommerce table.shop_table {
  border: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  padding: 0 20px;
}

.woocommerce table.shop_table th {
    font-weight: 100;
    padding: 0;
    line-height: 1.5em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 2em 0;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 2em 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    margin: 50px auto 0 auto;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    margin: 50px auto 0 auto;
    padding: 20px;
    font-family:'Dax-Bold';
    font-size: 15px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #DAD8DA;
    color: #515151;
}

.woocommerce-terms-and-conditions-wrapper{width: 100%;}

.woocommerce-privacy-policy-link{
    color: #cea978;
}


.woocommerce-LostPassword, .lost_password a{
    color: #cea978;
}

.woocommerce-cart-form{
    width: 100%;
    float: left;
}


.woocommerce table.shop_table th{
  /*border-bottom: 1px solid #000;*/
  font-family:'Dax-Medium';
  font-size: 13px;
  text-transform: uppercase;
}

.woocommerce table.shop_table thead{
  border-bottom: 1px solid #000;
}


.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 15px 2px;
    vertical-align: middle;

}

.woocommerce table.shop_table td {
  border-top: 0;
  padding: 0;
  vertical-align: middle;
  color: #000;
  font-size: 13px;
  font-weight: 100;
  font-family:'Dax-Bold';
  text-transform: uppercase;
  line-height: 4em;
}

.woocommerce-order-details{
  padding: 1em 0;
}


.woocommerce-orders-table__row, .woocommerce-orders-table__row--status-processing order{
  height: 70px;
}

.woocommerce-orders-table__cell, .woocommerce-orders-table__cell-order-number a{
  color: #CFA979;
}

.woocommerce table.my_account_orders .button {
  white-space: nowrap;
  color: white;
  width: 110px;
  padding: 20px;
  text-align: center;
  float: right;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
    overflow: visible;
}




#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
    padding: 5px 0;
    font-size: 15px;
    font-family:'Dax-Medium';
}

.woocommerce-cart-form__cart-item, .cart_item{
  height: 4em;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 20%;
    float: right;
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #808080 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

.product-name a{
    font-family:'Dax-Bold';
    font-size: 13px;
    color: #cfab79;
}

.product-detalhes{

}

.product-detalhes a {
    font-family: 'Dax-Bold';
    font-size: 13px;
    color: #000;
    text-decoration:underline;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 80px;
    box-shadow: none;
}


.woocommerce .quantity .qty {
    width: 5.631em;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
}

#update-carrinho{
    color: white;
    padding: 18px;
    margin-top: 2em;
}

.woocommerce-terms-and-conditions-checkbox-text{
  font-family:'Dax-Bold';
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
}

.woocommerce-terms-and-conditions-checkbox-text a{
  font-family:'Dax-Bold';
  font-size: 13px;
  color: #cfab79;
  text-transform: uppercase;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: left;
    padding-top: 2em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #000;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}


.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-family:'Dax-Medium';
    font-size: 13px;
    border-top: 0px;
    font-weight: 100;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: right;
  border-top: 1px dotted #808080;
  padding: 0.3em;
}


.woocommerce-customer-details{
    display: none;
}

#logado{
  background-color: #000;
  color: #fff;
  height: 45px;
}

.login-usuario{
  float: right;
  
}

.btn-group>.btn:first-child {
  margin-left: 0;
  border-right-style: solid;
  border-right-color: #818181;
  font-family: 'Dax-Regular';
  font-size: 15px;
  text-transform: uppercase;
  top: 10px;
  line-height: 10px;
}

.dropdown-menu.show {
  border-radius: 0;
  border-top: 3px solid #CFAA79;
  margin-left: -95px;
  width: 250px;
  margin-top: 11px;
}

.dropdown-menu.show a{
  font-family:'Dax-Medium';
  font-size: 13px;
  color: #818181;
}

.fa-user, .fa-heart-o, .fa-times{
  padding: 10px;
  width: 30px;
  color: #818181;
}


.woocommerce-MyAccount-navigation ul{
    list-style: none;
}

.btn-login {
    color: #fff;
    background-color: #000;
}


.btn-padrao {
  padding: 15px 2.0em;
  background: black;
  text-align: center;
  color: white;
  font-family:'Dax-Bold';
  font-size: 16px;
  border-radius: 0;
  /*margin: 0 5px;*/
}
    
.btn-padrao:hover {
  color: white;
  background: #CEA878;
  text-decoration: none;
}

a .btn-padrao {
  color: white;
  font-family:'Dax-Bold';
  font-size: 14px;
  }

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d3ced2;
    border-radius: 0px;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
    
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 25%;
  height: auto;
  margin-left: 0;
}

.woocommerce .products ul li, .woocommerce ul.products li:nth-of-type(1) {
  background: #fff;
}

.woocommerce .products ul li, .woocommerce ul.products li:nth-of-type(2) {
  background: #DFC9AC;
}

.woocommerce .products ul li, .woocommerce ul.products li:nth-of-type(4) {
  background: #DFC9AC;
}

.woocommerce .products ul li, .woocommerce ul.products li:nth-of-type(5) {
  background: #DFC9AC;
}

.shop-box {
  float: left;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 25%;
  height: auto;
  margin-left: 0;
  background: #D7B88E;
}


.shop-box2 {
  float: left;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  width: 25%;
  height: auto;
  margin-left: 0;
  background: #DFC9AC;
}

.woocommerce-loop-product__title  {
  padding: 20px 0;
  margin: 0;
  font-size: 13px;
  color: black;
}

.cart-subtotal{
  height: 50px;
}

.order-total{
  height: 50px;
}

.quantidade{
  font-size:15px;
  padding: 0px 20px;
  height: 50px;
  font-family:'Dax-Medium';
  color: #000;
}

.woocommerce-Price-amount, .amount{
  font-family:'Dax-Medium';
  color: #000;
  font-size:15px;
}

.line-sidebar{
  border-bottom: 1px solid #cea978;
}

.table-cart{
  border-bottom: 1px solid #000;
  height: 13px;
}

.table-detalhes{
  height: 20px;
}


/*
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
   background: white !important;
}
*/

.post-90, .post-first{
    background: white !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 13px;
    color: black;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%;
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    display: none;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-size: 13px;
    font-weight: 100;
    font-family:'Dax-Medium';
}


/****************** FORMULARIOS **********/

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CFAA79;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.inputText{
    font-family:'Dax-Bold';
    font-size: 15px;
    padding: 15px 0;
    text-transform: uppercase;
}


.maisinformacoes a span{
    color: #cea978;
    font-family:'Dax-Bold';
    font-size: 15px;
    text-decoration: none;
}

.fa-plus-circle{
    padding: 5px;
    font-size: 40px;
    color: black;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn-final{
    content: "\f054";
    font-size: 25px;
    position: relative;
    left: 20px;
    top: 5px;
    padding: 0 10px;
    color: white;
}

.enviar {
  position: relative;
  top: 50px;
  margin-bottom: 20px;
  font-family:'Dax-Bold';
  font-size: 16px;
  background: #000;
  padding: 15px 80px;
}

.title-gold{
    font-family:'Dax-Bold';
    font-size: 15px;
    padding: 0;
}

#upload_file{
    width:0.1px;
    height:0.1px;
    opacity:0;
    overflow:hidden;
    position:absolute;
    z-index:-1;
}

.more, .more2{
  font-family:'Dax-Bold';
  color: #CFAA79; 
  font-size: 15px;
  background:#fff;
}


