@font-face {
    font-family: 'b-medium';
    src: url('../fonts/Barlow-Medium.otf');
}

@font-face {
    font-family: 'b-medium-italic';
    src: url('../fonts/Barlow-MediumItalic.otf');
}


@font-face {
    font-family: 'b-italic';
    src: url('../fonts/Barlow-Italic.otf');
}

@font-face {
    font-family: 'b-bold';
    src: url('../fonts/Barlow-Bold.otf');
}


@font-face {
    font-family: 'b-bold-italic';
    src: url('../fonts/Barlow-BoldItalic.otf');
}

@font-face {
    font-family: 'ms300';
    src: url('../fonts/ms300.otf');
}

@font-face {
    font-family: 'b-regular';
    src: url('../fonts/Barlow-Regular.otf');
}

@font-face {
    font-family: 'b-semibold';
    src: url('../fonts/Barlow-SemiBold.otf');
}

@font-face {
    font-family: 'ms700';
    src: url('../fonts/ms700.otf');
}

@font-face {
    font-family: 'm-regular';
    src: url('../fonts/MyriadRegular.ttf');
}


@font-face {
    font-family: 'ms900';
    src: url('../fonts/MuseoSans-900.otf');
}

@font-face {
    font-family: 'ms700';
    src: url('../fonts/MuseoSans-700.otf');
}

@font-face {
    font-family: 'ms500';
    src: url('../fonts/MuseoSans-500.otf');
}

@font-face {
    font-family: 'ms300';
    src: url('../fonts/MuseoSans-300.otf');
}


:root{
    --cor-verde: #084411;
    --cor-branca: #ffffff;
    --cor-verde-claro: #60BC56;
    --cor-laranja: #f38826;
    --cor-cinza: #a0afaa;
    --cor-verde: #5a786c;
    --cor-verde-escuro: #285251;
    --cor-preta: #010101;
    --cor-marrom: #736458;
    --cor-amarela: #FFF579;
}

.c-branca{
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    font-size: 'ms500';
    text-transform: uppercase;
}

.f-light{
    font-family: 'ms300';

}


html {
    scroll-behavior: smooth;
}

header {
    display: none;

}

body {
    font-family: 'ms300';
    font-size: 1.1rem;
}


.mobile-container {
    display: none;
    box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
}

.close-btn svg {
    fill: #fdca6a;
}
.logo-menu {
    width: 150px;
    height: 150px;

    left: 0;
    padding-left: 8%;

}

#back-to-top svg {
    fill: #fdca6a; 
}

.text-bold{
    font-family: 'ms700';
}

.text-semi-bold{
    font-family: 'b-semibold';
}
.title_perguntas{
    font-size: 1rem !important;
    margin-bottom: 50px !important;
}

.resp_container{
    color: var(--cor-verde);

}
.hidden-arrow {
    display: none;
  }

.map-link img{
    margin-left: 2px;
}
.side-bar {
    backdrop-filter: blur(15px);
    width: 170px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100%;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: right;
    background: #e4c792;
    min-height: 100vh;
    z-index: 20;
    background: var(--cor-verde);
}

.side-bar.active {
    right: 0;
}

.side-bar .menu-item {
    width: 100%;
    margin-top: 80px;
}

.text-projeto{
    color: var(--cor-verde);
}

.side-bar .menu-item .item {
    position: relative;
    cursor: pointer;
}


  .fig {
    width: 100%;
    color: white;
    position: relative;
    overflow: hidden;
  }
  
 
  .fig:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #ae895d;
    opacity: 0.5;
    transform: translateY(100%);
    transition: all 0.25s;
    transition-delay: 0.25s;
  }
  
  .fig:hover:before {
    transform: translateY(0);
    transition-delay: 0s;
  }
  
  .fig .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-20px);
    opacity: 0;
    transition: all 0.25s ease;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .fig svg{
    font-size: 3rem;
    fill: #A7A7A7;
  }
  
  
  .fig h3,
  .fig h5 {
    margin: 0;
    letter-spacing: 1px;
  }
  .fig h3 {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .fig h5 {
    background-color: #ae895d;
    padding: 3px 10px;
  }
  
  .fig:hover .caption {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
  }

.side-bar .menu-item .item a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
    text-align: center;
    font-family: 'Monteserrat-Regular';
}

.side-bar .menu-item .item a:hover {
    background: #e4a52f;
    transition: 0.3s ease;
}

.side-bar .menu-item .item i {
    margin-right: 15px;
}

.side-bar .menu-item .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}

.side-bar .menu-item .item .sub-menu {
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

.side-bar .menu-item .item .sub-menu a {
    padding-left: 80px;
}

.rotate {
    transform: rotate(90deg);
}

.close-btn {
    position: absolute;
    color: #e4a52f;
    font-size: 20px;
    right: 0;
    margin: 25px;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn {
    position: absolute;
    color: #000000;
    font-size: 29px;
    margin: 25px;
    right: 0;
    cursor: pointer;
    z-index: 20;
}

.menu-t-btn svg {
    fill: #faa914;

}

.mobile-container {

    height: 70px;

}



.topnav {
    overflow: hidden;
    background-color: #ffffff;
    position: relative;
    display: none;
}

.topnav #myLinks {
    display: none;
}

.topnav img {
    width: 10%;
    height: 10%;
}

.topnav a {
    color: #484848;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
}

.topnav a.icon {
    background: #F2CA80;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}



.topnav .logo-elza {
    color: transparent;

}

/* .active {
    color: white;
} */

body {
    margin: 0 auto;

    overflow-x: hidden;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

ul {
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

nav {
    display: grid;
    grid-template-columns: 20% 60%;
    justify-content: center;
    grid-template-rows: 85px;
        padding-top: 5px;
    padding-bottom: 5px;
    z-index: 222;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 4px 4px -2px rgba(151, 145, 145, 0.75);
    position: fixed;
}

.nav-menu{
    height:88px;
}

.menu-btn {
    display: none;
}

.logo {
    display: flex;
    justify-content: start;
    z-index: 1;
}

.logo img {
object-fit: cover;
    width: 100%;
    margin-top: 0px;
height: 80px;
}

nav ul {
    display: flex;
    list-style: none;
    padding-left: 9px;
    padding-bottom: 83px;
    margin-top: 20px;
    justify-content: flex-end;
}

nav ul li {
    margin-top: 17px;
    padding-right: 4px;
    padding-left: 27px;
    font-family: Monteserrat-Regular, Geneva, Tahoma, sans-serif;
    color: #3f692a;
    letter-spacing: 1px;
    display: flex;
    align-items: center;

}

.simulacao {

    font-family: Monteserrat-Regular, Geneva, Tahoma, sans-serif;
    color: white;
    letter-spacing: 1px;
    background-color: var(--cor-verde-claro);
    border-radius: 22px;


}



nav ul li a {
    color: var(--cor-verde);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;



    letter-spacing: 1px;
    transition: all 0.3 ease;
    text-wrap: nowrap;

}

nav .menu .text-simulacao {
    background: #F2CA80;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    font-weight: 900;
}

nav ul li a.active {

    border-radius: 15px;
    color: var(--cor-verde-escuro);
    font-family: 'b-semibold';
}

nav li:last-child {
    border-right: none;

}

nav .menu-btn svg {
    color: #fff;
    cursor: pointer;
    display: none;
}

.tour iframe{
width:100%;
height:600px;

}

.tour{
margin-top: 50px;
}

.text_tour{
text-align: center;
margin-bottom:50px;

}

@media only screen and (max-width: 782px) {
    header {
        display: block;
    }
.tour iframe{
width:100%;
height:300px;
}

    .nav-menu{
        height:0px;
    }


    .mobile-container {
        display: block;
        box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.75);
        background-color: white;
    }

    .logo img {
        object-fit: contain;
        width: 150px;
        height: 106px;
    }



    ul {
        display: block;
        list-style-type: disc;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

    .topnav {
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
        display: block;
    }

    nav {

        grid-template-rows: 45px;
        display: none;
        margin-top: 200px;

    }

    .menu-btn {
        display: block;
        order: 2;
        text-align: center;
    }


    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        height: 35px;
    }

    nav ul {
        position: fixed;
        top: 0;
        left: -100%;
        background-color: #f2ca80;
        height: 100vh;
        max-width: 50%;
        text-align: center;
        display: block;
        transition: all 0.3s ease;
        z-index: 5;
    }

    nav ul.open {
        left: 0;
    }

    nav li a {
        padding-right: 5%;
    }

    nav ul li {
        width: 100%;
        margin-top: 50px;
        margin-left: -4%;
        border: 0;
    }

    nav ul li a {
        font-size: 1.4375rem;
    }

    nav ul li a.active,
    nav ul li a:hover {
        background: none;
        color: white;
        font-weight: bold;
    }



    nav .menu-btn svg {
        display: block;
        padding-top: 10px;
        float: right;
        margin-right: 10px;
        width: 35px;
        fill: #f2ca80;
        height: 35px;
    }

    .fig svg{
        display: none;
      }


      #back-to-top {
        visibility: visible;
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
      }
      
      #back-to-top a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #333;
        color: #fff;
        text-decoration: none;
        transition: opacity 0.3s ease-in-out;
      }
      
      #back-to-top a:hover {
        opacity: 0.7;
      }
      
      #back-to-top svg {
        height: 35px;
      }

 
      
}

