/*
23hebe
              .         .        |      *
   *             *              -O-          .
         .             *         |     ,
                .           o
        .---.
  =   _/__~0_\_     .  *            o       '
 = = (_________)             .
                 .                        *
       *               - ) -       *
*/

/*===== GOOGLE FONTS =====*/

@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@700&display=swap');



/*===== VARIABLES CSS =====*/
:root{

  /*===== Colors =====*/
  --first-color: #FBFBFB;
  --first-color-dark: #333;
  --first-color-darken: #A83E51;
  --white-color: #333333;

  /*===== Font and typography =====*/
  --body-font: 'Inter', sans-serif;
  --big-font-size: 2.5rem;
  --normal-font-size: .938rem;

  /*===== z index =====*/
  --z-fixed: 100;
}


@media screen and (min-width: 768px){
  :root{
    --big-font-size: 5rem;
    --normal-font-size: 1rem;
  }
}

/*===== BASE =====*/

::-moz-selection { /* Code for Firefox */
  background: #333333;
}

::selection {
  background: #333333;
}

*,::before,::after{
  box-sizing: border-box;
}

body{
  margin: var(--header-height) 0 0 0;
  padding: 0;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);

}

h1,p,ul{
margin: 0;
color: #333;
}

p{
    font-size:1.3em;
    line-height: 1.5;
    padding: 3% 10% 3% 10%;

}

ul.list li{
    font-size:1.3em;
    line-height: 1.5;
    padding: 0% 10% 1% 10%;
}
p2{
    font-size:1.3em;
    line-height: 1.5;
}

tag{
    text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.25rem;
	font-size: 0.95rem;
}

h1 {

    font-family: 'Inter', sans-serif;
    letter-spacing: 20;
    line-height: 1.3;
    font-weight: 600;
}

h2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: 20;
    line-height: 1.3;
    font-weight: 900;
    font-size:5vw;
    text-align: center;

}

h3{
    font-family: 'Epilogue', sans-serif;
    letter-spacing: 20;
    line-height: 1.2;
    font-weight: 700;
    font-size:3em;
    text-align: left;
margin-bottom: 0;
    padding-top: 5%;
        }

h4 {
    font-family: 'Epilogue', sans-serif;
    letter-spacing: 20;
    line-height: 1.2;
    font-weight: 700;
    font-size:3em;
    text-align: left;
    margin-bottom: 0;
    margin-top: 40px;

}

h5 {
    font-size:1.3em;
    line-height: 1.5;
    padding: 0;

}

h6{
    line-height: 1.2;
    font-weight: 700;
    font-size:1.2em;
    text-align: left;
    margin-bottom: 2%;
    margin-top: 0;
    text-transform: uppercase;
        }

h7 {
    font-size: 1.4em;
    letter-spacing: 20;
    line-height: 1.3;
    font-weight: 600;
    padding: 3% 10% 3% 10%;

}

h8 {
    font-family: 'Epilogue', sans-serif;
    letter-spacing: 20;
    line-height: 1.2;
    font-weight: 700;
    font-size:1.5em;
    text-align: left;
    margin-top: 100px;

}

ul{
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}

a{
    color: #333;
    transition: 0.3s;
    cursor: pointer;


}

a:hover{
    color: #000;
    background: #000;
    cursor: pointer;

}


imagem{
  max-width: 100%;
  height: auto;
}

img {
    width: 100%;
}


/*===== filter =====*/
.filter {
/*margin-left: 18rem;    */
    padding: 0;
    width: 100%;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: center;
    align-content: center;
    column-gap: 1rem;
    z-index: 1000;
}

.filter-container {
    margin-top: 80px;
}

.filter_item {
    cursor: pointer;
    padding: 1rem;
    background-color: white;

}


.filter_item:hover {
    background-color: #f2f2f2;
    color: #333;
}
.mixitup-control-active{
    background-color: #333;
    padding: 1rem;
    color: white;
}

/*===== Image hover text =====*/

/* Show Image on Hover */
.hover-menu-image {
    display: inline;
    z-index: 0 !important;

}

.hover-menu-item:hover + .hover-menu-image  {
	display: inline;
}

/* Positioning */
.show-in-right-menu {
	position: fixed;
}

/*===== LAYOUT =====*/
.bd-grid{
  max-width: 1024px;
  display: grid;
  grid-template-columns: 100%;
  column-gap: 2rem;
/*  width: calc(100% - 2rem);*/
  margin-left: 1rem;
  margin-right: 1rem;
}

.l-header{
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: var(--z-fixed);
}

/*===== NAV =====*/
.logo {
  color: #333;
  float: left;
  letter-spacing: 1px;
  padding-bottom: 15px;
  transition: 0.2s ease-out;

}

.logofixed {
 position: fixed;
 top: 10px;
 left: 12px;
width: 50%;
display: block;
font-family: 'Epilogue', sans-serif;
font-weight: 800;
}

.nav{
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
      max-width: 97%;
}


.nav__close{
  position: absolute;
  top: 5px;
  right: 16px;
  font-size: 1.5rem;
  cursor: pointer;
}

.nav__item{
  margin-bottom: 1rem;

}

.nav__item .active{
background: #333;
}

.nav__close, .nav__link, .nav__logo, .nav__toggle{
  color: var(--white-color);
      transition: 0.3s;

}

.nav__link:hover{
  color: #000;
    background-color: #000;
}

.nav__toggle{
  font-size: 1.5rem;
  cursor: pointer;

}

/*=== Show menu ===*/
.show{
  right: 0;
}


/*===== HOME =====*/
.draw {
/*
filter: grayscale(100%);
*/
width: 100%;
position: absolute;
max-height: 75vh;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}

#home{max-height: 62vh;  }

.home{
  background-color: var(--first-color);
  overflow: hidden;
}

.home__container{
  /*height: calc(100vh - var(--header-height));*/
  grid-template-rows: repeat(2, max-content);
  row-gap: 1.5rem;
    height: 100px;
}

.home__img{
  position: relative;
  width: 100%;
    height: auto;

 border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);

}

.home__img img{
  position: absolute;
  top: 0;
  left: 0;
}

.home__data{
  color: var(--white-color);
}

.home__title{
  font-size: var(--big-font-size);
  margin-bottom: 1rem;
  line-height: 1.1;
}

.home__description{
  margin-bottom: 2.5rem;
}


/* about  */
.texto{ margin-top: 15%;}

.titulo {margin-top: 300px}


/* accordion + */
#accordion-container {
    border-top: 1px solid #333;
}
.accordion-header {
    border-bottom: 1px solid #333;
    font-size: 2em;
    }
.accordion_list{
  font-size:1.3em;
  line-height: 1.5;
}
.accordion-header:hover {
    background: #f2f2f2;
}
.active-header {
    border-bottom: 0px;
    background: #f2f2f2;
    font-weight: bold;

}
.accordion-content {
        border-bottom: 1px solid #333;
}
#accordion-container {
    padding: 0px;
    margin: 80px 0px 30px 0px;
    width: 100%;
    position: relative
}
.accordion-header {
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 35px 30px 35px 15px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;

}
.accordion-header:after {

    
    content: "\2b";
    font-family: 'FontAwesome';
    font-size: 3.4rem;
    text-align: center;
    line-height: 24px;

    color: #333;
    position: absolute;
    top: 35%;
    right: 25px;
    width: 24px;
    height: 24px;
    /*background: url(../images/plus.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s linear;
}
.accordion-header:hover:after {
    opacity: 1;
}
.accordion-header.active-header:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1;
}
.accordion-content {
    display: none;

padding: 15px 0px 30px 15px;        
    width: 100%;
    background: #f2f2f2;
}
.margin_bottom10 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 20px;
    text-decoration-line: underline;

}
.accordion .plus-minus{ left: 325px; right: auto; }

.plus-minus:after, .plus-minus:before {
      width: 40%;
}


/* Gallery */

.titulo{font-size: 3em; margin-top: 15%;}

.coluna{
    float: left;
    width: 50%;
    padding: 10px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
    padding-bottom: 3%;
}

.fundo {position: absolute; width: 100%; height: 65vh;
}

.fundoA {position: absolute; width: 100%; height: 40vh;}

.imgGallery{
    height: auto;
    width: 100%;
/*    background-image: url(../img/mount-min.jpg);  */
    background-attachment: fixed;
    background-size: cover;
     border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
margin-top: 10%;
    margin-bottom: 2%;
}

.imagems {
    height: 40rem;
    width: 100%;
      border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -khtml-border-radius: 12px;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
margin-top: 10%;
    margin-bottom: 2%;
}

.ct-galeria{ margin-top :10%; margin-bottom: 2%; }




/* Footer */
footer{
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    border-radius: 30px;
    height: auto;
    width: 100vw;
    padding-top: 80px;
    color: #f2f2f2;
    margin-top: 100px;
}

.footer-content{
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
}

.footer-content a {
 color: #f2f2f2
}

.footer-content a:hover {
background-color: white}

.footer-content h2{
text-align: left; margin-left: 10%; margin-right:10%; margin-bottom: 0; font-size: 1.5em; font-weight: 300; padding-bottom: 10%; color: #f2f2f2
}

.footer-content h1{
text-align: left; margin-left: 10%; margin-right: 10%; margin-bottom: 0;  font-size: 3em; font-weight: 700; font-family: "Epilogue"; color: #f2f2f2
}


footer .ct-footer{ display: flex; align-items: center; justify-content: center; font-size: 0.85em; position: relative; color: #f2f2f2
}

footer .ct-footer .link {padding-bottom: 50px;z-index: 500;position: relative}

.footer-bottom{
    background: #231F20;
    width: 100vw;
    padding: 20px;
    padding-bottom: 200px;
    text-align: center;
}



/* drop */
.dropdown {
  position: relative;
  display: inline-block;
font-family: 'Epilogue', sans-serif;
    text-decoration: underline;
    text-underline-offset: 0.1em;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
    height: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
    top: -210px;
    left: 50px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.desc {
  padding: 15px;
  text-align: center;
}



.primeiroTexto{ margin-top: 100px; }

/* cookies */
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #f2f2f2;
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #333;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #333;
  cursor: pointer;
  align-self: normal;
    color: white;
    border: none;
}

.sobrepor{  position: absolute;  top: 50%;  left: 50%;  font-family: 'Inter', sans-serif;  font-size: 1em;  text-align: center;   transform: translate(-50%, -50%);
}


.primeiroTexto{ padding: 10px; }

.l-main{height: 62vh;}


/* ===== MEDIA QUERIES =====*/

@media screen and (max-width: 768px){
  .nav__menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    padding: 3.5rem 1.5rem 0;
    background: rgba(255,255,255,.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: .5s;
  }

.show{
  right: 0;
}

    .filter {
/*margin-left: 18rem;    */
    padding: 0;
    width: 100%;
    top: 32px;
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: center;
    align-content: center;
    column-gap: 0.5rem;
    z-index: 1000;
}

.filter-container {
    margin-top: 0;
}

.filter_item {
    cursor: pointer;
    padding: 5px;
    background-color: white;
 }

      .nav__toggle {
    position: fixed;
    right: 16px;
    top: 5px;
  }

    .titulo{font-size: 1.5em}

    .sobrepor{display: none}

    .home {background-color: yellow; height: 32vh}
    .draw {display: none}
    .box-cookies {
    flex-direction: column;
  }

 .coluna {
    width: 100%;
  }

.filter_item:hover {
    background-color: #f2f2f2;
    color: #333;
}
.mixitup-control-active{
    background-color: #333;
    padding: 5px;
    color: white;
}
}


@media screen and (min-width: 768px){
  body{
    margin: 0;
  }

  .nav{
    height: calc(var(--header-height) + 10rem);
  }

  .nav__toggle, .nav__close{
    display: none;
  }

  .nav__list{
    display: block;
  }

  .nav__item{
  }

  .home__container{
    height: 100vh;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows:  1fr;
    row-gap: 0;
    align-items: center;
    justify-content: center;
  }

  .home__img{
    order: 1;
    width: 375px;
    height: auto;
  }

  .home__img img{
    width: 375px;
  }
}

@media screen and (min-width: 1024px){
  .bd-grid{
    margin-left: auto;
    margin-right: auto;
  }

  .home__container{
    justify-content: initial;
    column-gap: 4.5rem;
  }

  .home__img{
    width: 604px;
    height: auto;
  }

  .home__img img{
    width: 604px;
  }
}
