/*
Theme Name: Jellycode - CHILD THEME
Template: Jellycode
Description: website template by JellyCode
Author: jellycode.pt
Author URI: http://jellycode.pt/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/


@import url("../Jellycode/style.css");

/*FONTS*/
@font-face {
    font-family: 'veneerregular';
    src: url('webfonts/veneer-webfont.eot');
    src: url('webfonts/veneer-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneer-webfont.woff') format('woff'),
         url('webfonts/veneer-webfont.ttf') format('truetype'),
         url('webfonts/veneer-webfont.svg#veneerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneer_extrasregular';
    src: url('webfonts/veneerextras-webfont.eot');
    src: url('webfonts/veneerextras-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneerextras-webfont.woff') format('woff'),
         url('webfonts/veneerextras-webfont.ttf') format('truetype'),
         url('webfonts/veneerextras-webfont.svg#veneer_extrasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneer_extrasitalic';
    src: url('webfonts/veneerextrasitalic-webfont.eot');
    src: url('webfonts/veneerextrasitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneerextrasitalic-webfont.woff') format('woff'),
         url('webfonts/veneerextrasitalic-webfont.ttf') format('truetype'),
         url('webfonts/veneerextrasitalic-webfont.svg#veneer_extrasitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneeritalic';
    src: url('webfonts/veneeritalic-webfont.eot');
    src: url('webfonts/veneeritalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneeritalic-webfont.woff') format('woff'),
         url('webfonts/veneeritalic-webfont.ttf') format('truetype'),
         url('webfonts/veneeritalic-webfont.svg#veneeritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneer_threeregular';
    src: url('webfonts/veneerthree-webfont.eot');
    src: url('webfonts/veneerthree-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneerthree-webfont.woff') format('woff'),
         url('webfonts/veneerthree-webfont.ttf') format('truetype'),
         url('webfonts/veneerthree-webfont.svg#veneer_threeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneer_threeitalic';
    src: url('webfonts/veneerthreeitalic-webfont.eot');
    src: url('webfonts/veneerthreeitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneerthreeitalic-webfont.woff') format('woff'),
         url('webfonts/veneerthreeitalic-webfont.ttf') format('truetype'),
         url('webfonts/veneerthreeitalic-webfont.svg#veneer_threeitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneer_tworegular';
    src: url('webfonts/veneertwo-webfont.eot');
    src: url('webfonts/veneertwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneertwo-webfont.woff') format('woff'),
         url('webfonts/veneertwo-webfont.ttf') format('truetype'),
         url('webfonts/veneertwo-webfont.svg#veneer_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'veneer_twoitalic';
    src: url('webfonts/veneertwoitalic-webfont.eot');
    src: url('webfonts/veneertwoitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/veneertwoitalic-webfont.woff') format('woff'),
         url('webfonts/veneertwoitalic-webfont.ttf') format('truetype'),
         url('webfonts/veneertwoitalic-webfont.svg#veneer_twoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'blackest-text-regular';
    src: url('webfonts/Blackest-Text-Regular.eot');
    src: url('webfonts/Blackest-Text-Regular.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Blackest-Text-Regular.woff') format('woff'),
         url('webfonts/Blackest-Text-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/***************************************************************************************************************************
GENERAL
***************************************************************************************************************************/

body {
	font-family:"Lato",sans-serif;
	color:#38342A;
	letter-spacing:0;
}
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	letter-spacing:0!important;
}
h1 {
	font-family: 'veneerregular';
	font-size:152px;
	line-height:132px;
	text-transform:uppercase;
	font-weight:400;
}

a {
	color:#38342A!important;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #AFA598;
}

::selection {
  color: #ffffff;
  background: #AFA598;
}
.btn {
    float:none;
}
section {
    padding:0;
}
path {
    transition: unset;
}
.warning {
    width:100vw;
    height:100vh;
    background-color:#F8DC7B;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
}
.warning.active {
    display:block;
}
.warning .warning-wrapper {
    font-size: 20px;
    color: #000!important;
    font-family: "veneerregular";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 35%;
}
.warning .warning-wrapper .lion:before {
    content:"";
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:250px;
    height:250px;
    background-image:url(../images/aro.svg);
    background-position:center center;
    background-size:100% auto;
    background-repeat:no-repeat;
}
.warning .warning-wrapper .lion {
    width:180px;
    height:auto;
    max-width: 25vw;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.warning.landscape.primary .warning-wrapper .lion img {
    margin:0 auto 25px auto;
    transform-origin: center center;
    -webkit-animation: spin-primary 5s linear infinite;
    animation: spin-primary 5s linear infinite;
}
@-webkit-keyframes spin-primary {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(-90deg);}
    100% {-webkit-transform: rotate(0deg);}
}

@keyframes spin-primary {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(-90deg);}
    100% {-webkit-transform: rotate(0deg);}
}
.warning.landscape.secondary .warning-wrapper .lion img {
    margin:0 auto 25px auto;
    transform-origin: center center;
    -webkit-animation: spin-primary 5s linear infinite;
    animation: spin-secondary 5s linear infinite;
}
@-webkit-keyframes spin-secondary {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(90deg);}
    100% {-webkit-transform: rotate(0deg);}
}

@keyframes spin-secondary {
    0% {-webkit-transform: rotate(0deg);}
    50% {-webkit-transform: rotate(90deg);}
    100% {-webkit-transform: rotate(0deg);}
}
.warning .warning-wrapper span {
    margin-top: 30px;
    display: inline-block;
}
.warning.landscape,
.warning.refresh {
    display:none;
}
.warning.landscape.active,
.warning.refresh.active {
    display:block;
}
.warning.refresh {
    background-color:#B5DEDE;
    font-size:20px;
    font-family:"blackest-text-regular";
    color:#466AAE !important;
}
.warning.refresh .refreshWrapper {
    width:100%;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.warning.refresh #animFishRefresh {
    width:150px;
    height:150px;
    margin:0 auto;
}
.page-template.warning footer,
.page-template.warning header {
    display:none;
}
.loading {
    width:100vw;
    height:100vh;
    background-color: #B5DEDE;
    position: fixed;
    top:0;
    left:0;
    display: block;
	z-index: 998;
	padding: 150px;
}
.loading .loadingWrapper {
    width:100%;
    text-align: center;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.loading #pageloader {
    width:250px;
    height:250px;
    margin:0 auto;
}
.loading .loading-text {
    font-size:20px;
    font-family:"blackest-text-regular";
    color:#466AAE !important;
}

.loading .loading-text span.dot1,
.loading .loading-text span.dot2,
.loading .loading-text span.dot3 {
    opacity:0;
    transition: all 0.5s; 
    animation: animate 2s infinite; 
} 
span.dot1 { 
    animation-delay: 0.1s; 
} 
span.dot2 { 
    animation-delay: 0.2s; 
}
span.dot3 {
    animation-delay: 0.3s;
}
.no-verification {
    width:100vw;
    height:100vh;
    background-color:#D8CBBA;
    font-family:"blackest-text-regular";
    color:#fff;
    font-size:25px;
    text-align: center;
    z-index:99999999;
    position:fixed;
    top:0;
    left:0;
    display:none;
}
.no-verification-animation-wrapper {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: Translate(-50%,-50%);
}
#animCryingStatueNoVerification {
    width: 392px;
    height: 407px;
    display: inline-block;
}
.no-verification span {
    margin-top:45px;
}


body.page-template-page-geral {
    background-color:#fff;
}

body.page-template-page-geral .the-content {
    width: 50vw;
    margin: 0 auto;
    padding-top:32vh;
    padding-bottom:32vh;
}
body.page-template-page-geral h1 {
    font-size: 6.2em;
    color: #466AAE !important;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
    width: 100%;
    margin: 0;
    margin-bottom: 2%;
    display: inline-block;
    font-family: 'veneerregular';
    margin-bottom:55px;
}

body.page-template-page-geral .entry-content {
    max-width:80%;
}

body.page-template-page-geral p {
    color: #38342A;
    font-size: 21px;
    line-height: 32px;
    margin: 2em 0;
    font-weight: 400;
    max-width:100%;
    margin:0 auto;
    font-family: "Lato",sans-serif;
}
body.page-template-page-geral li {
    color: #38342A;
    font-size: 21px;
    line-height: 32px;
    margin: 2em 0;
    font-weight: 400;
    max-width:100%;
    margin:0 auto;
    font-family: "Lato",sans-serif;
}
body.page-template-page-geral h2 {
    font-family:"blackest-text-regular";
    font-size:32px;
}
body.page-template-page-geral h3 {
    font-family:"blackest-text-regular";
    font-size:24px;
}
body.page-template-page-geral #site-footer svg.triangle {
    fill:#F8DD7B !important;
}

/***************************************************************************************************************************
BOTÕES
***************************************************************************************************************************/

.buttonTrindade {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    padding: 20px 25px;
    position: relative;
	z-index: 9;
    cursor:pointer;
}
.buttonTrindade span {
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.buttonTrindade .outside span.top {
    position: absolute;
    height: 1px;
    width: 40%;
    background-color: #fff;
    left: -5px;
    top: -5px;
}
.buttonTrindade:hover .outside span.top {
    width: calc(100% + 10px);
}
.buttonTrindade .outside span.bottom {
    position: absolute;
    height: 1px;
    width: 58%;
    background-color: #fff;
    right: -5px;
    bottom: -5px;
}
.buttonTrindade:hover .outside span.bottom {
    width: calc(100% + 10px);
}
.buttonTrindade .outside span.left {
    position: absolute;
    width: 1px;
    height: 40%;
    background-color: #fff;
    left: -5px;
    top: -5px;
}
.buttonTrindade:hover .outside span.left {
    height:calc(50% + 5px);
}
.buttonTrindade .outside span.left.empty1 {
    position: absolute;
    width: 1px;
    height: 10%;
    background-color: transparent;
    left: -5px;
    top: calc(40% - 5px);
}
.buttonTrindade .outside span.left2 {
    position: absolute;
    width: 1px;
    height: 30%;
    background-color: #fff;
    left: -5px;
    top: calc(50% - 5px);
}
.buttonTrindade:hover .outside span.left2 {
    top:50%;
    height: calc(50% + 5px);
}
.buttonTrindade .outside span.left.empty2 {
    position: absolute;
    width: 1px;
    height: calc(20% + 10px);
    background-color: transparent;
    left: -5px;
    top: calc(80% - 5px);
}
.buttonTrindade .outside span.right {
    position: absolute;
    width: 1px;
    height: 40%;
    background-color: #fff;
    right: -5px;
    bottom: -5px;
}
.buttonTrindade:hover .outside span.right {
    height:calc(100% + 10px);
}


.buttonTrindade .inside span.top {
    height:1px;
    width:20%;
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
}
.buttonTrindade:hover .inside span.top {
    height:1px;
    width:30%;
    background-color:#fff;
    position:absolute;
    left:0;
    top:0;
}
.buttonTrindade .inside span.top.empty1 {
    height:1px;
    width:10%;
    background-color:transparent;
    position:absolute;
    left:20%;
    top:0;
}
.buttonTrindade .inside span.top2 {
    height:1px;
    width:10%;
    background-color:#fff;
    position:absolute;
    left:30%;
    top:0;
}
.buttonTrindade:hover .inside span.top2 {
    height:1px;
    width:70%;
    background-color:#fff;
    position:absolute;
    left:30%;
    top:0;
}

.buttonTrindade .inside span.left {
    width: 1px;
    height: 22%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
}
.buttonTrindade:hover .inside span.left {
    height:100%;
}
.buttonTrindade .inside span.right {
    width: 1px;
    height: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.buttonTrindade:hover .inside span.right {
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.buttonTrindade .inside span.right.empty1 {
    width: 1px;
    height: 10%;
    position: absolute;
    right: 0;
    bottom: 20%;
    background-color: transparent;
}

.buttonTrindade .inside span.right2 {
    width: 1px;
    height: 12%;
    position: absolute;
    right: 0;
    bottom: 30%;
    background-color: #fff;
}
.buttonTrindade:hover .inside span.right2 {
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    bottom: 60%;
    background-color: #fff;
}
.buttonTrindade .inside span.bottom {
    height: 1px;
    width: 20%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
}
.buttonTrindade:hover .inside span.bottom {
    width: 100%;
}
.buttonTrindade:hover span.empty,
.buttonTrindade:hover span.empty1,
.buttonTrindade:hover span.empty2 {
    width:0;
    height:0;
}

.button{
	width:auto;
	margin: 0 10px;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
	background: Transparent!important;
    background-color: transparent!important;
	color: #fff!important;
	position: relative;
	z-index: 9;
}
.button p{
	color: #fff;
	font-family: futura-pt-condensed, sans-serif;
	font-weight: 400;
    font-style: normal;
    font-size: 22px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	margin: 0;
}
.button .border-top-bottom-1:before, .button .border-top-bottom-2:before, .button .border-top-bottom-1:after, .button .border-top-bottom-2:after{
	content: "";
	position: absolute;
	height: 1px;
	background: #fff;
	transition: all 0.5s ease;
}	
.button .border-top-bottom-1:before{
	width: 30px;
	top: -9px;
	left: -10px;
}
.button .border-top-bottom-2:before{
	width: 23px;
	top: -5px;
	left: -6px;
}
.button .border-top-bottom-1:after{
	width: 30px;
	bottom: -9px;
	right: -10px;
}
.button .border-top-bottom-2:after{
	width: 23px;
	bottom: -5px;
	right: -6px;
}	
.button .border-left-right-1:before, .button .border-left-right-2:before, .button .border-left-right-1:after, .button .border-left-right-2:after{
	content: "";
	position: absolute;
	width: 1px;
	background: #fff;
	transition: all 0.5s ease;
}
.button .border-left-right-1:before{
	top: -9px;
	left: -10px;
	height: 30px;
}
.button .border-left-right-2:before{
	top: -5px;
	left: -6px;
	height: 23px;
}
.button .border-left-right-1:after{
	bottom: -9px;
	right: -10px;
	height: 30px;
}
.button .border-left-right-2:after{
	bottom: -5px;
	right: -6px;
	height: 23px;
}

div#wpadminbar a {
    color:#eee!important;
}


/***************************************************************************************************************************
HEADER
***************************************************************************************************************************/

header#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color:transparent;
    -ms-transition: background 0.8s ease-in-out;
    -moz-transition: background 0.8s ease-in-out;
    -o-transition: background 0.8s ease-in-out;
    -webkit-transition: background 0.8s ease-in-out;
    transition: background 0.8s ease-in-out;
    z-index: 100;
    /* max-width: 100vw; */
}
header#site-header.open {
    height: 100%;
    background-color:transparent;
}
.blackLayer {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0);
    z-index: -1;
    opacity:0;
    -ms-transition: opacity 0.8s ease;
	-moz-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	-webkit-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}
.blackLayer.open {
    opacity:.7;
    z-index:100;
}
header#site-header .trindadeLogo {
	width:130px;
	position:absolute;
	left:30px;
	top:30px;
}
header#site-header .trindadeLogo .black {
	fill:#2A271F;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
header#site-header .trindadeLogo .triangle {
	opacity:0.5;
	fill:#AC8E70;
	enable-background:new    ;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
header#site-header .trindadeLogo .white {
	fill:#F1E8DF;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
header#site-header.open .trindadeLogo .black {
	fill:#F2ECE5;
}
header#site-header.open .trindadeLogo .triangle {
	fill:#B89F83;
}
header#site-header.open .trindadeLogo .white {
	fill:#F2ECE5;
}
header#site-header .menuEye .menuIcon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    cursor: pointer;
    width: 77px;
    height: 62px;
    /*background-image: url(images/triangleBackground.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;*/
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
/*header#site-header .menuEye .menuIcon .triangleBackground {
    width: 66px;
    height: 50px;
    background-image: url(images/triangleBackground.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 5px;
    
}*/
header#site-header.open .menuEye .menuIcon {
    width:100vw;
    height:100vh;
}
/*header#site-header.open .menuEye .menuIcon .triangleBackground {
    width: 100%;
    height: auto;
}*/
header#site-header .menuTitle {
    font-family: "blackest-text-regular";
    font-size: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
header#site-header.open .menuTitle {
	opacity:0;
}
header#site-header.open .menuEye .menuIcon {
	position: relative;

}
header#site-header .menuEye #animMenuEye {
    width: 86px;
    height: 94px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -15px!important;
}
header#site-header .menuEye .menuIcon img {
	position:Absolute;
	left:50%;
	transform:translateX(-50%);
	top:0px;
}
header#site-header .menuEye .menuIcon img.triangleBackground {
    width:100%;
    height:100%;
    top:0px;
}
header#site-header .menuEye .menuIcon img#eye-center,
header#site-header .menuEye .menuIcon img#eye-left,
header#site-header .menuEye .menuIcon img#eye-right {
    width: 87px;
    height: 50px;
    position:Absolute;
    top:8px;
    transform:translateX(-50%);
    left:50%;
}
header#site-header .menuEye .menuIcon img#eye-left,
header#site-header .menuEye .menuIcon img#eye-right {
	display:none;
}
header#site-header .menuEye .menuIcon #triangleBackground {
	fill:#ffffff;
	/*width:65px;
	height:65px;*/
	width: 64px;
    height: 56px;
	position: absolute;
    top: 0;
    left: 50%;
    transform: TranslateX(-50%);
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
header#site-header.open .menuEye .menuIcon #triangleBackground {
    width: 60vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: TranslateX(-50%);
}
header#site-header .menuEye .menuWrapperContainer {
    height:calc(100% - 150px);
    opacity:0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow:hidden;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
header#site-header .menuEye .menuWrapperContainer .menuWrapper {
    text-align: center;
    position: absolute;
    left: 50%;
	top:50%;
    transform: translate(-50%,-50%);
	overflow:hidden;
	padding:0;
	width:40vw;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
header#site-header .menuEye .menuWrapperContainer.open {
    opacity:1;
}
header#site-header .menuEye .menuWrapper ul {
	list-style-type:none;
	margin:0;
}
header#site-header .menuEye .menuWrapper ul li {
	text-align: center;
	margin:0;
	padding-top:80px;
	padding-bottom:80px;
	transition: transform 0.2s ease;
    position: relative;
}
header#site-header .menuEye .menuWrapper ul li a {
	font-size:40px;
	color:#B89F83!important;
	font-family:"veneerregular";
	text-decoration:none;
	opacity:.5;
	-ms-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
    position: relative;
	/*cursor: url(#magnifyer), auto;*/
}

header#site-header .menuEye .menuWrapper ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #B89F83;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
header#site-header .menuEye .menuWrapper ul li a:hover:after,
header#site-header .menuEye .menuWrapper ul li.current-menu-item a:after { 
  width: 100%; 
  left: 0%; 
}
header#site-header .menuEye .menuWrapper ul li.current-menu-item a {
    opacity:1;
}
#magnifyer {
	display:none;
	position: absolute;
}
#magnifyer.active {
	display:block;
}

.img-magnifier-glass {
  position: absolute;
  z-index: 3;
  border: 3px solid #000;
  border-radius: 40%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
  opacity:0;
  pointer-events:none;
}
a:hover .img-magnifier-glass{
  opacity:1;
  pointer-events:initial;
}


header#site-header .menuEye .menuWrapper ul li a:hover {
	opacity:1;
}
header#site-header .menuEye .menuWrapper ul li.cervejas {
	width:100%;
	clear:both;
}
header#site-header .menuEye .menuWrapper ul li.eventos,
header#site-header .menuEye .menuWrapper ul li.fabrica {
	width:calc(100% / 2);
	float:left;
}
header#site-header .menuEye .menuWrapper ul li.eventos {
	padding-left:85px;
}
header#site-header .menuEye .menuWrapper ul li.fabrica {
	padding-right:85px;
}
header#site-header .menuEye .menuWrapper ul li.blog,
header#site-header .menuEye .menuWrapper ul li.beer-finder,
header#site-header .menuEye .menuWrapper ul li.historia {
	width:calc(100% / 3);
	float:left;
	
}
header#site-header .menuEye .menuWrapper.open {
	max-height:100000px;
}
.age-verification-active header#site-header .menuEye {
    opacity:0;
    
}
.age-verification-active header#site-header .trindadeLogo {
    /*width: 25%;
    position: fixed;
    left: 25%;
    top: 15%;*/
    opacity:0;
}

/***************************************************************************************************************************
AGE VERIFICATION
***************************************************************************************************************************/
body .ageVerification {
	display:none;
	width:100%;
	/*
	height:100vh;
	background-color: #D8CBBA;
	*/
}
body.age-verification-active {
	background-color: #D8CBBA;
    background-image: url(images/madeira-fundo.png);
    background-repeat: repeat;
    background-size: 100% auto;
    background-position: center center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

body.age-verification-active .ageVerification {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index:999;
    overflow:hidden;
    
}
body.age-verification-active .ageVerification .ageBackground {
    width: 100vw;
    height: 100vh;
    position:absolute;
    top:0;
    left:0;
    background-image: url(images/madeira.png);
    background-color:#D8CBBA;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    /*transform:scale(1);*/
    /*transform-origin: 1520px 748px;*/
    transform-origin: 70.4% 85%;
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
/*
body.age-verification-active .ageVerification.active .ageBackground {
    transform:scale(70); 
}*/
.ageVerification .shadow {
    z-index: -2;
    width: 100%;
    height: 100%;
    
}
.age-verification-active #main {
    /*
	-webkit-clip-path: url("#clipPolygon"); 
	clip-path: url("#clipPolygon");
    width: 89px;
    height: 104px;
    position: absolute;
    bottom:50%;
    left:50%;
    */
}
.age-verification-active #main:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #313131;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    opacity:1;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}
.age-verification-active #main.logged {
    width:440px;
    height:517px;
}
.age-verification-active #main.logged:before {
    opacity:0;
}
.ageVerification .verifyWrapper {
	width: 50vw;
    height:100vh;
    position:absolute;
    top:0;
    left:0;
    z-index:2;
}
.ageVerification .verifyWrapper .containerVerification {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ageVerification .verifyWrapper h2 {
    font-size:28px;
    font-family:"blackest-text-regular";
    font-weight:700;
    color:#ffffff;
    text-transform:uppercase;
}
.ageVerification .verifyWrapper .trindadeLogoAgeVerify {
    width: 507px;
    height: 419px;
    background-image:url(images/trindadeLogoCervejaCulto.svg);
    background-size:100% auto;
    background-position:center center;
    background-repeat:no-repeat;
}
.ageVerification .verifyWrapper .verification {
    text-align: center;
}
.ageVerification .batenteWrapper {
	width: 100vw;
    height:100vh;
    position:absolute;
    right:0;
    top:0;
}
.ageVerification .batenteWrapper .batenteLeao {
    width: 50vw;
    height: 100vh;
    position: absolute;
    left: 50vw;
    top: 0;
}
.ageVerification .batenteWrapper .path2,
.ageVerification .batenteWrapper .path3 {
    display:none;
}
.ageVerification .batenteWrapper #animBatente {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none!important;
    position: absolute;
	transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}
body.age-verification-active .locker-peek {
	transform: scale(10);
	transform-origin: -50% 0%;
	transition: all 2s ease-in-out;
}
.verifyWrapper .buttonTrindade {
    margin-left:25px;
    margin-right:25px;
	cursor:pointer;
}


/***************************************************************************************************************************
SINGLE
***************************************************************************************************************************/
.loader {
    width: 100vw;
    height: 110vh;
    background-color: rgba(255,255,255,1);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    -ms-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

/***************************************************************************************************************************
FOOTER
***************************************************************************************************************************/

#site-footer {
    background-color: transparent;
    text-align: center;
    padding: 0;
    border: 0px;
    height: 526px;
    position: relative;
}
#site-footer .head {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -205px;
    width: 100%;
    text-align: center;
}
#site-footer #animCryingStatue {
    width: 392px;
    height: 407px;
    margin: 0 auto;
	position: relative;
}
#site-footer .footer-triangle .footer-wrapper {
    position: absolute;
    width: 50%;
    height: auto;
    left: 50%;
    transform: TranslateX(-50%);
    top: 130px;
}
#site-footer svg.triangle {
    height: 530px;
	width:100%;
    fill: #fff;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
#site-footer .footer-proverbio h2 {
	font-family:"veneerregular";
	font-weight:400;
	font-size:60px;
	line-height:55px;
}
#site-footer .trindade-contacts a:after {
	content:"|";
	padding:5px;
}
#site-footer .trindade-contacts a:last-child:after {
	display:none;
}
#site-footer .trindade-contacts,
#site-footer .footer-copyrights {
    font-weight: 300;
}

#site-footer .footer-copyrights {
	font-size:12px;
}
#site-footer .footer-copyrights .divisoria {
	padding: 0 8px;
}
#site-footer .trindade-social {
	margin-bottom:25px;
}
#site-footer .trindade-social a {
    font-size: 25px;
    font-family: "blackest-text-regular";
    text-decoration: underline;
    padding: 0 40px;
}
#site-footer .trindade-policies {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight:300;
}
#site-footer .trindade-policies ul {
	list-style-type:none;
	margin:0;
}
#site-footer .trindade-policies ul li {
	display:inline;
	font-size:14px;
	margin:0;
}
#site-footer .trindade-policies ul li:after {
	content:"|";
	padding-right:5px;
	padding-left:5px;
}
#site-footer .trindade-policies ul li:last-child:after {
	display:none;
}
#site-footer .trindade-policies ul li.cookie-settings-link button {
    font-size: 14px;
    font-family: "Lato",sans-serif;
    color: #000000;
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
    text-transform: none;
    font-weight: 300;
    letter-spacing:normal;
}
#site-footer .trindade-policies ul li.cookie-settings-link button:hover {
    text-decoration:underline;
}

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

@media all and (max-width:1700px) {
    
    .ageVerification .verifyWrapper .trindadeLogoAgeVerify {
        background-size: 78% auto;
    }
    .ageVerification .verifyWrapper h2 {
        font-size: 20px;
        margin-bottom: 55px;
    }
}

@media all and (max-width:1600px) {
    
    .ageVerification .verifyWrapper .trindadeLogoAgeVerify {
        background-size: 70% auto;
    }
    header#site-header .menuEye .menuWrapper ul li a {
        font-size:32px;
    }
    
}

@media all and (max-width:1366px) {
    
    header#site-header .trindadeLogo {
        width: 115px;
        position: absolute;
        left: 30px;
        top: 30px;
    }
    .ageVerification .verifyWrapper .trindadeLogoAgeVerify {
        background-size: 55% auto;
        height:50vh;
    }
    .ageVerification .verifyWrapper .verification {
        max-width:70%;
        margin:0 auto;
    }
    .ageVerification .verifyWrapper h2 {
        font-size: 19px;
        margin-bottom: 55px;
        margin-top: 0;
    }
    header#site-header .menuEye .menuWrapper ul li {
        padding-top:35px;
        padding-bottom:35px;
    }
    header#site-header .menuEye .menuWrapper ul li a {
        font-size:30px;
    }
    body.page-template-page-geral h1 {
        font-size:60px;
    }
    body.page-template-page-geral p,
    body.page-template-page-geral li {
        font-size:18px;
        line-height:28px;
    }

}

@media all and (max-width: 1300px) {
    
    .buttonTrindade {
        padding: 10px 15px;
    }
    
}

@media all and (max-width: 1100px) {
    
    #site-footer #animCryingStatue {
        width: 35vw;
        height: 40vw;
        margin: 0 auto;
    }
    
    #site-footer .footer-proverbio h2 {
        font-family: "veneerregular";
        font-weight: 400;
        font-size: 45px;
        line-height: 49px;
    }
    
}

@media all and (max-width:1024px) {
    
    /*HEADER*/
    
    header#site-header .trindadeLogo {
        width: 135px;
        position: absolute;
        left: 50%;
        top: -65px;
        transform: translateX(-50%);
        -ms-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    header#site-header .trindadeLogo path#simbolo-t,
    header#site-header .trindadeLogo .triangle,
    header#site-header .trindadeLogo g#numeros_1_,
    header#site-header .trindadeLogo g#numeros {
        display: none;
    }
    header#site-header .menuEye .menuIcon {
        top:85px;
        -ms-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    header#site-header .menuTitle {
        top: 153px;
        font-size: 12px;
        -ms-transition: top 0.8s ease;
        -moz-transition: top 0.8s ease;
        -o-transition: top 0.8s ease;
        -webkit-transition: top 0.8s ease;
        transition: top 0.8s ease;
    }
    header#site-header.open .menuEye .menuIcon {
        width: 330vw;
        height: 100vh;
    }
    header#site-header.sticky .trindadeLogo {
        top:-200px;
    }
    header#site-header.sticky .menuEye .menuIcon {
        top: 25px;
    }
    header#site-header.sticky .menuTitle {
        top: 93px;
    }
    header#site-header .menuEye .menuWrapper {
        /* width: 100%; */
        height: auto;
        max-height: 100%;
        /* bottom: 0; */
        /* top: calc(50% + 80px); */
        /* left: 50%; */
        /* transform: translate(-50%,-50%); */
    }
    header#site-header .menuEye .menuWrapper ul li.cervejas,
    header#site-header .menuEye .menuWrapper ul li.eventos, 
    header#site-header .menuEye .menuWrapper ul li.fabrica,
    header#site-header .menuEye .menuWrapper ul li.blog, 
    header#site-header .menuEye .menuWrapper ul li.beer-finder, 
    header#site-header .menuEye .menuWrapper ul li.historia {
        width: 100%;
        float: none;
        display: block;
        padding-left:0;
        padding-right:0;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    header#site-header .menuEye .menuWrapper ul li a {
        font-size:25px;
    }
    .no-verification-animation-wrapper {
        width:80%;
    }
    #animCryingStatueNoVerification {
        width:200px;
        height:208px;
    }
    
}

@media all and (max-width:1024px) and (orientation:portrait) {
    
    body.age-verification-active .ageVerification .ageBackground {
        background-size: auto 100%;
    }
    .ageVerification .verifyWrapper {
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .ageVerification .verifyWrapper .containerVerification {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
    }
    .ageVerification .verifyWrapper .trindadeLogoAgeVerify {
        background-size: 25% auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    .ageVerification .batenteWrapper .batenteLeao {
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
    }
    .ageVerification .batenteWrapper #animBatente {
        width: 40vw!important;
        height: 50vh;
        max-width: none;
        max-height: none!important;
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
    }
    .ageVerification .verifyWrapper .trindadeLogoAgeVerify {
        width: 100%;
        height: 20vh;
    }
    .ageVerification .verifyWrapper .verification {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10vh;
    }
    
}

@media all and (max-width:950px) and (orientation:landscape) {
    
    .warning.landscape.primary .warning-wrapper .lion img,
    .warning.landscape.secondary .warning-wrapper .lion img {
        width:115px;
    }
    .warning .warning-wrapper .lion:before {
        width:175px;
        height:175px;
    }
    .warning .warning-wrapper span {
        font-size: 17px;
        margin-top: 30px;
        display: inline-block;
    }
    
       
}

@media all and (max-width: 850px) {
    
    #site-footer .head {
        top:-15vh;
    }
    
    #site-footer .footer-proverbio h2 {
        font-family: "veneerregular";
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
    }
    
    #site-footer .trindade-social a {
        font-size: 18px;
    }
    #site-footer .trindade-contacts a {
        font-size:16px!important;
    }
    body.page-template-page-geral .the-content {
        width:80vw;
    }
}

@media all and (max-width: 768px) {
    #site-footer #animCryingStatue {
    width: 40vw;
    height: 50vw;
    margin: 0 auto;
}

@media all and (max-width:450px) {
    
    .loading #pageloader {
        width:200px;
        height:200px;
        margin:0 auto;
    }
    .ageVerification .verifyWrapper .trindadeLogoAgeVerify {
        background-size: 40% auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    body.age-verification-active .ageVerification .ageBackground {
        background-size: auto 310%;
    }
    .ageVerification .verifyWrapper h2 {
        font-size: 19px;
        margin-bottom: 25px;
        margin-top: 0;
    }
    .ageVerification .batenteWrapper {
        width: 100vw;
        height: 40vh;
        position: absolute;
        right: 0;
        top: 20vh;
    }
    .ageVerification .batenteWrapper .batenteLeao {
        width: 100%;
        height: 100%;
        position: relative;
        left: unset;
        top: unset;
    }
    .ageVerification .verifyWrapper .verification {
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        height: 40vh;
        max-width:100%;
        width:90vw;
        padding-bottom:50px;
        padding-top:25px;
    }
    .ageVerification .batenteWrapper #animBatente {
        width: auto!important;
        height: 80%;
        max-width: none;
        max-height: none!important;
        position: absolute;
        transform: translate(-50%,-50%);
        left: 50%;
        top: 50%;
    }
    #site-footer .footer-triangle .footer-wrapper {
        position: absolute;
        width: 65vw;
        height: auto;
        left: 50%;
        transform: TranslateX(-50%);
        top: 130px;
    }
    #site-footer .footer-proverbio h2 {
        font-family: "veneerregular";
        font-weight: 400;
        font-size: 25px;
        line-height: 28px;
    }
    #site-footer #animCryingStatue {
        width: 68vw;
        height: 85vw;
        /*width: 235px;
        height: 300px;*/
        margin: 0 auto;
    }
    #site-footer .head {
        /*top: -10vh;*/
        top:-95px;
    }
    #site-footer .footer-triangle .footer-wrapper {
        position: absolute;
        width: 80vw;
        height: auto;
        left: 50%;
        transform: TranslateX(-50%);
        top: unset;
        bottom: 2vh;
    }
    #site-footer .trindade-social a {
        font-size: 18px;
        line-height: 28px;
    }

}
    
@media all and (max-width: 360px) {
    header#site-header .menuEye .menuWrapper ul li.cervejas, header#site-header .menuEye .menuWrapper ul li.eventos, header#site-header .menuEye .menuWrapper ul li.fabrica, header#site-header .menuEye .menuWrapper ul li.blog, header#site-header .menuEye .menuWrapper ul li.beer-finder, header#site-header .menuEye .menuWrapper ul li.historia {
        width: 100%;
        float: none;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
    
    @media all and (max-height: 370px) {
        
        .warning .warning-wrapper span {
            margin-top:15px;
        }
        
    }







	
	
	






