
/* Imports */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

/*Subscribe form*/
.mauticform-label {
    display: none !important;
}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {
    padding: 5px !important;
    border: none !important;
    background: rgba(250, 250, 250, .95) !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.center {
    text-align: center;
    padding: 10px;
}
.mauticform-button {
    border-radius: 0 !important;
}
.subscribe {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 50%;
    height: auto;
    margin: 0 auto;
    background: rgba(50, 50, 50, 0.95);
    padding: 5%;
    color: white;
    font-weight: normal;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.subscribe h2 {
    font-size: 24px;
    font-weight: 100;
    color: #83c341;
    text-align: center;
}
.subscribe-close {
    float: right;
    color: #f1f1f1;
    background-color: rgba(50, 50, 50, 0.95);
    border-color: #f1f1f1;
    font-size: 12px;
}
.subscribe-close:hover {
    background-color: rgba(250, 250, 250, 0.55);
}
.mauticform_wrapper {
    max-width: inherit !important;
}
/* Gerais */
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track {background: rgb(54,56,56); }
::-webkit-scrollbar-thumb {background: rgb(79,81,80); }
::-webkit-scrollbar-thumb:hover {background: #555; }
hr.gerais {
    background: rgb(180,227,145, .5);
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    width: 0%;
    border: none !important;
    height: 1px;
}
body {
    background: #ffffff;
    /*font-family: 'PT Sans', sans-serif !important;*/
}
.wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(79,81,80);
    background: -moz-radial-gradient(center, ellipse cover, rgba(79,81,80,1) 0%, rgba(54,56,56,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(79,81,80,1) 0%,rgba(54,56,56,1) 100%);
    background: radial-gradient(ellipse at center, rgba(79,81,80,1) 0%,rgba(54,56,56,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f5150', endColorstr='#363838',GradientType=1 );
}
.content {
  width: 70%;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: none;
  top: 50%;
  transform: translateY(-50%);
}

/* top bar styles */
.topbar {
  height: auto;
  max-width: 70%;
  margin: 0 auto;
}
.topbar section {
}
.topbar img {
  margin: 15px;
}
/* Navigation */
.topnav {
    overflow: hidden;
    background: rgba(54,56,56,1);
}
.topnav a {
    display: none;
    color: #f2f2f2;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px solid #333;
    width: 100%;
}
.topnav a:hover {
    background: rgb(129,194,65);
    text-decoration: none;
    animation:backgroundfill .1s;
    -moz-animation:backgroundfill .1s ease-out;
    -webkit-animation:backgroundfill .1s ease-out;
    color: white;
}
#icon {
    position: absolute;
    right: 15%;
    display: block;
    font-size: 2rem;
    color: white;
    opacity: 1;
    cursor: hand;
    margin: 15px;
}
#icon:hover {
  opacity: .8;
}
/* Navigation @media query */
@media screen and (max-width: 1920px) {
  .topnav.responsive {
    display: block;
    min-width: 175px;
    position: absolute;
    right: 75px;
    z-index: 1;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* Icons Menu */
.icon-menu {
  height:  90%;
}
.icon-menu-row {
    height: 33.333333%;
}
.menu-drop {
    opacity: 1;
    z-index: 1;
    height: 100%;
    padding: 20px;
    display: block;
    margin: 0 auto;
    transition: .2s;
    backface-visibility: hidden;
}
.overlay {
    top: 60%;
    left: 50%;
    opacity: 0;
    z-index: -1;
    transition: .2s;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.menu-text {
    color: white;
    padding: 10px;
    font-size: 1rem;
    transition: .3s;
    line-height: 1rem;
    text-align: center;
}
.icon-menu:hover .menu-drop {
    opacity: 0.3;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.icon-menu:hover .overlay {
    top: 60%;
    left: 50%;
    opacity: 1;
    position: absolute;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.icon-menu:hover .overlay .menu-text {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.active > a > img {height: 105%; opacity: .25;} 
.active .overlay {
    position: absolute;
    z-index: 100;
    opacity: .25;
}
.active .menu-drop {
    opacity: .5;
}
#image > img {width: 50%; float: left;}
/* main content styles */
.container {
  height: 75%;
}
.leftbar {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}
.icon-menu.col-12 {
    padding-left: 10px !important;
}
.rightbar {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    padding: 15px;
    text-align: justify;
    color: white;
    font-size: 14px;
    font-weight: 300;
}
.rightbar ol {
    list-style: circle;
}
.rightbar h2 {
    padding: 5px;
    color: #83c341;
    font-size: 20px;
    font-weight: bold;
    text-align: left
}
.rightbar img {
        width: 100%;
    padding: 5px;
}
.rightbar p {
    padding: 5px;
}
.bottombar {
  font-size: .8rem;
  color: white;
  text-align: center;
  line-height: .8rem;
}
.home {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
/*estilos gerais*/
h1 {
    padding: 2rem;
}
.center {
	text-align: center
}
.top {
    position: relative;
    top: 2rem;
}
.direita {
    float: right;
    position: relative;
    right: 2rem;
}
.esquerda {
    float: left;
    position: relative;
    left: 2rem;
}
.clear {
    clear: both;
}

/* header */
.pre-header {
    height: 1%;
    width: 0%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0;
    border: none;
    position: absolute;
    background: rgb(180,227,145);
    background: -moz-linear-gradient(left, rgba(180,227,145,1) 0%, rgba(129,194,65,1) 100%);
    background: -webkit-linear-gradient(left, rgba(180,227,145,1) 0%,rgba(129,194,65,1) 100%);
    background: linear-gradient(to right, rgba(180,227,145,1) 0%,rgba(129,194,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#81c241',GradientType=1 ); 
    animation:backgroundanimation 5s;
    -moz-animation:backgroundanimation 5s infinite;
    -webkit-animation:backgroundanimation 5s infinite;
}
.header {
    width: 100%;
    height: 50px;
    opacity: 0.8;
    background: #83c341;
}

/* footer */
.footer {
  opacity: .7;
}
.after-footer {
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    height: 1%;
    width: 0%;
    border: none;
    opacity: 0.8;
    position: fixed;
    right: 0;
    background: rgb(180,227,145); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(180,227,145,1) 0%, rgba(129,194,65,1) 100%);
    background: -webkit-linear-gradient(left, rgba(180,227,145,1) 0%,rgba(129,194,65,1) 100%);
    background: linear-gradient(to right, rgba(180,227,145,1) 0%,rgba(129,194,65,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#81c241',GradientType=1 ); 
    animation:backgroundanimation 5s;
    -moz-animation:backgroundanimation 5s infinite;
    -webkit-animation:backgroundanimation 5s infinite;
}
@-moz-keyframes backgroundanimation {
    0% {background: rgb(129,194,65);}
    50% {background: rgb(180,227,145);}
    100% {background: rgb(129,194,65);}
}
@-webkit-keyframes backgroundanimation {
    0% {background: rgb(129,194,65);}
    50% {background: rgb(180,227,145);}
    100% {background: rgb(129,194,65);}
}
hr.transition {
    -webkit-transition: all 1s ease-out;
    transition: all 1s  ease-out;
}
hr.expansion {
    width: 100%;
}
.footer p {
  margin: 1rem;
}
.footer a {
    font-weight: bold;
    text-decoration: none;
    color: #83c341;
    -webkit-transition: all .2s ease;
    transition: all .2s  ease;
}
.footer a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #f1f1f1;
}
ol li a {
    text-decoration: none;
    color: #83c341;
    -webkit-transition: all .2s ease;
    transition: all .2s  ease;
}
ol li a:hover {
    text-decoration: none;
    color: #f1f1f1;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .logo {
        top: 20px;
  }
	.loja {
		display: none
	}
    .content {
        width: 100%;
    }
    .leftbar {display: none;}
    .overlay {
        top: 60%;
        left: 65%;
        opacity: 0;
        z-index: -1;
        transition: .2s;
        text-align: center;
        position: absolute;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .menu-text {
        color: white;
        padding: 10px;
        font-size: 1rem;
        transition: .3s;
        line-height: 1rem;
        text-align: center;
    }
    .icon-menu:hover .menu-drop {
        opacity: 0.3;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .icon-menu:hover .overlay {
        top: 60%;
        left: 65%;
        opacity: 1;
        position: absolute;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .icon-menu:hover .overlay .menu-text {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}
@media screen and (max-width: 575px) {
    
    .container {
        overflow-y: auto;
  }
	.icon-menu-row {
		height: auto;
	}
	.icon-menu {
		height: 33.33%;
		}
    .overlay {
        top: 60%;
        left: 50%;
        opacity: 0;
        z-index: -1;
        transition: .2s;
        text-align: center;
        position: absolute;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .menu-text {
        color: white;
        padding: 10px;
        font-size: 1rem;
        transition: .3s;
        line-height: 1rem;
        text-align: center;
    }
    .menu-drop {
		width: 100%;
        height: auto !important;
    }
    .subscribe {
        width: 95%;
        top: 50px;
    }
    .icon-menu:hover .menu-drop {
        opacity: 0.3;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
    .icon-menu:hover .overlay {
        top: 60%;
        left: 50%;
        opacity: 1;
        position: absolute;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .icon-menu:hover .overlay .menu-text {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
