*:active,
*:focus {
	outline:none;
}
body {
	font-family: 'Prata', serif;
	color: #555658;
	font-size: 13px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}


header .logotipo {
	margin: 0 auto;
	text-align: center;
}
/*
header .logotipo img {
	max-width: 100%;
}
*/

.menu_pequeno_mostra {
	display: none;
}

.barra_menu_grande {
	position: relative;
	/*border-top: solid 3px #B9B9B8;*/
	z-index: 9999;
	background: #fff;
	/*border-bottom: solid 1px #B9B9B8;*/
}

/*.menu_pequeno_mostra {
	position: fixed;
	display: none;
	top: 0px;
}*/

a,
a:link,
a:visited,
a:active {
	color: #8B8B8B;
}
a:hover {
	color: #000;
}

.menu_idiomas a,
.menu_idiomas a:link,
.menu_idiomas a:visited,
.menu_idiomas a:active
.redes_sociais a,
.redes_sociais a:link,
.redes_sociais a:visited,
.redes_sociais a:active {
	color: #D7E0DE;
	/* CSS Transitions */	
	-webkit-transition: color 0.15s ease-in-out;
	   -moz-transition: color 0.15s ease-in-out;
         -o-transition: color 0.15s ease-in-out;
	        transition: color 0.15s ease-in-out;		
}
.menu_idiomas a:hover,
.redes_sociais a:hover {
	color: #000;
}

.conteudos {
	/*padding-top: 60px;*/
}

h1, h2, h3 {
	font-family: 'prata', serif;
	font-weight: 300;
    letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 1.25em;
	margin: 2em 0;
}

h1.sublinhado {
	height: 34px
}

.img_responsiva {
	max-width: 100%;
}

.sublinhado {
  margin: 0;
  display: inline-block;
  position: relative;
}
/*
.sublinhado:after {
  content: '';
  position: relative;
  display: block;
  height: 1px;
  width: 46px;
  margin: auto;
  bottom: -17px;
  border-radius: 0;
  z-index: -2;
  background: #8B8B8B;
}
.sublinhado:before {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  margin-left: -50%;
  left: 50%;
  bottom: -43px;
  z-index: -2;
  background: #fff;
  margin-bottom: 23px;
}
*/
.sobre {
	font-family: 'Cormorant Garamond', serif;
	font-size: 1.1em;
	color: #555658;
	line-height: 1.74em;
    letter-spacing: .051em;
	font-weight: 500;
}

.sobre p {
	padding: 0x;
	margin: 0px;
}

.prata {
	font-family: 'Prata', serif;
	font-size: 1em;
	letter-spacing: 0.1em;
}

.morada {
	font-family: 'Prata', serif;
	font-size: 11px;
	color: #555658;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
}

.contactos {
	font-family: 'Prata', serif;
	font-size: 13px;
	color: #000;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}

.contactos a,
.contactos a:link,
.contactos a:visited,
.contactos a:active {
	color: #000;
}
.contactos a:hover {
	color: #8B8B8B;
}


.tasm20 {
	font-size: 22px;
}

.fundo {
	display: inline-block;
	background: red;
	width: 20px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
}

.fundo i {
	font-size: 16px;
}

.fundo a,
.fundo a:link,
.fundo a:visited,
.fundo a:active {
	color: #fff;
}

/*.navbar {
	font-family: 'Montserrat', serif;
	font-size: 10px; /* original 9px
	text-transform: uppercase;
}*/

footer {
	padding-top: 25px;
	padding-bottom: 6px;
	font-size: 9px; /* original 8px */
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.linha_separadora_cinza {
	height: 1px;
	background: #B9B9B8;
}
.separador_10 {
	height: 10px;
}
.separador_12 {
	height: 12px;
}
.separador_16 {
	height: 16px;
}
.separador_17 {
	height: 17px;
}
.separador_18 {
	height: 18px;
}
.separador_19 {
	height: 19px;
}
.separador_20 {
	height: 20px;
}
.separador_60 {
	height: 60px;
}
.separador_50 {
	height: 50px;
}
.separador_70 {
	height: 70px;
}
.separador_80 {
	height: 80px;
}
.separador_90 {
	height: 90px;
}
.separador_96 {
	height: 96px;
}
.separador_22 {
	height: 22px;
}
.separador_24 {
	height: 24px;
}
.separador_26 {
	height: 26px;
}
.separador_30 {
	height: 30px;
}
.separador_32 {
	height: 32px;
}
.separador_46 {
	height: 46px;
}
.separador_76 {
	height: 76px;
}
.separador_48 {
	height: 48px;
}
.separador_56 {
	height: 56px;
}
.separador_92 {
	height: 92px;
}
.separador_106 {
	height: 106px;
}

.separador_64 {
	height: 64px;
}
.separador_66 {
	height: 66px;
}

form {
	width: 87%;
	margin: 0 auto;
	font-family: 'Montserrat', serif;
}

form label {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	margin-top: 26px;
	margin-bottom: 3px;
}

form input {
	width: 100%;
	border: none;
	border-bottom: solid 1px #e6e6e6;
	padding: 4px;
}
form button {
	font-size: 24px;
	font-family: 'Cormorant Garamond', serif;
	margin: 0 auto;
	text-align: center;
	padding: 0px 6px;
	height: 30px;
	line-height: 24px;
	background: none;
	border: none;
	text-transform: uppercase;
	letter-spacing: .08em;
    font-style: italic;
	cursor: pointer;
}

.menu_principal {
	font-family: 'Montserrat', serif;
	font-weight: 300;
	letter-spacing: .1em;
}

.menu_principal .navbar {
	padding: .5rem 0;
}

.menu_principal .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .4rem;
    padding-left: .4rem;
	margin: 0 1.5rem;
}

.menu_principal .navbar-expand-md .navbar-nav .nav-link:first-child {
	margin-left: 0;
}

.menu_principal .navbar-expand-md .navbar-nav .nav-link:first-child {
	margin-right: 0;
}

.menu_principal .navbar-light .navbar-nav .nav-link {
	color: #212325;
	/* color: #2a2a37; greg */
	/* CSS Transitions */	
	-webkit-transition: color 0.15s ease-in-out;
	   -moz-transition: color 0.15s ease-in-out;
         -o-transition: color 0.15s ease-in-out;
	        transition: color 0.15s ease-in-out;
}

.menu_principal .navbar-light .navbar-nav .nav-link:hover {
	color: #D7E0DE;
}

.menu_principal .nav-item {
	margin: 0 .9rem;
}

.menu_principal .nav-item:last-child {
	margin-right: .1rem;
}

.menu_principal .nav-item:first-child {
	margin-left: .1rem;
}

.menu_principal .navbar-light .navbar-nav {
	color: #555658;
}
/*
.redes_sociais {
	margin-top: 20px;
}

.redes_sociais svg,
.redes_sociais i {
	margin-right: 6px;
}
.redes_sociais svg:last-child,
.redes_sociais i:last-child {
	margin-right: 8px;
}

.menu_idiomas {
	font-family: 'Montserrat', serif;
	font-weight: 300;
	margin-top: 24px;
	font-size: 9px;
}

.menu_idiomas ul {
	margin: 0;
	padding: 0;
	padding-right:4px;
}

.menu_idiomas ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 3px;
}

.menu_idiomas ul li.selecionada {
	font-weight: 600;
}

.menu_idiomas ul li.separador {
	padding: 0px;
	display: inline-block;
}
*/
.sidenav {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: -250px;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    padding-top: 60px;
}

.sidenav li {
	padding: 10px 30px;
	border-top: 1px solid #c1c1c1;
}

.sidenav li.li-idiomas {
	display: block;
	text-align: left;
}

.sidenav a {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 18px;
    color: #c1c1c1;
    display: block;
    
    /*transition: 0.3s;*/
}
.sidenav .li-idiomas a {
	padding: 10px 15px;
	display: inline-block;
}
.sidenav a:hover {
    color: #fff;
    text-decoration: none;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    border: 0px;
}

.sidenav .nav-item:nth-child(6n) {
    margin-right: 0px!important;
}
.sidenav .separador {
	content: "|";
    display: inline-block;
    width: 15px;
    font-size: 20px;
    height: 13px;
    margin-right: 15px;
    border-right: solid 1px #fff;
}

a.btn_menu,
.btn_menu {
	font-size: 26px;
	font-weight: normal;
	text-decoration: none;
}

.banner {
	position: relative;
}
/*
.logotipo_menu {
	display: none;
}

.logotipo_menu_normal {
	display: block;
}

.logotipo_menu_normal img,
.logotipo_menu img {
	max-height:50px;
	padding: 5px 0px;
}

.banner .logotipo {
	z-index:2;
	position: absolute;
    top: 0px;
    padding-top: 42px;
	margin: 0 auto;
	padding-left:50%;
}

.banner .logotipo img {
	margin-left: -50%;
}
*/
.banner .linha_1 {
	position: absolute;
	top: 42%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-family: 'Montserrat', serif;
	letter-spacing: .13em
}

.banner .linha_2 {
	position: absolute;
	top: 51%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', serif;
}

.banner.transparente .linha_1,
.banner.transparente .linha_2 {
	color: #ffffff80;
}

.banner .titulo {
	top: 0px;
	width: 100%;
	padding-top: 47%;
	position: absolute;
	text-align: center;
	font-size: 14px;
	font-family: 'Montserrat', serif;
	color: #5B5B5B;
	text-transform: uppercase;
	letter-spacing: .4em;
	font-weight: 500;
}

.banner .trans {
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opactiy .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

.banner:hover .trans {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
	cursor: pointer;
}

.banner:hover {
	cursor: pointer;
}

.btn_topo {	cursor: pointer;
	border: none;
	display: inline-block;
	color: #EBECEC;

	/* IE7 inline-block fix */
	zoom: 1;
	*display: inline;
	
	width: auto;
	line-height: 16px;
	margin: 0;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
    background: rgba(157, 158, 158, 0.8);
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 5px 10px;
		
	font-size: 10px;
	
	/* Fancy box shadows */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	
	/* CSS Transitions */	
	-webkit-transition: background-color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out;
         -o-transition: background-color 0.15s ease-in-out;
	        transition: background-color 0.15s ease-in-out;	
}

.btn_topo:hover {
	color: #fff;
    background: rgba(157, 158, 158, 1);
}


.embed-responsive-4by3 {
    padding-bottom: 58%;   
}

.carousel {
	width: 100%;
	height: 686px;
}

.carousel .carousel-item {
	width: 100%;
	height: 100%;
	border: solid 1px red;
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 9px;
	text-transform: none;
}
    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
		display: none;
    }
.control_indicator {
    position: relative;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
	margin: 0 auto;
    background: #fff;
    border: 1px solid #e6e6e6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.control-radio .control_indicator {
    border-radius: undefined%;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #cccccc;
}

.control input:checked ~ .control_indicator {
    /*background: #555658;*/
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #0e6647d;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #7b7b7b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}

.jssorl-003-oval img {
    animation-name: jssorl-003-oval;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    color: red;
    animation-timing-function: linear;
}

.portfolio img {
	margin-bottom: 10px;
}

@keyframes jssorl-003-oval {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.banner_topo_home {
	width: 100%;
	position: relative;
}

.buttonBar {
	display: none;
}

.banner_topo_home .banner_fundo {
	width: 100%;
	height: 100%;
	background-size:cover;
	position: absolute;
	top: 0;
	left: 0;
}

.alertify-button,
.bx-wrapper .bx-pager,
.cc-btn,
.cc-header,
.nivo-controlNav a.active {
	font-weight: 700
}


.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
	height: 190px
}

.cc-window.cc-invisible {
	opacity: 0
}

.cc-animate.cc-revoke {
	transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0)
}

.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
	text-decoration: underline
}

.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}

.cc-window.cc-static {
	position: static
}

.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column
}

#cboxWrapper,
.cboxPhoto {
	max-width: none
}

.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.cc-revoke {
	padding: .5em
}

.cc-header {
	font-size: 18px
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer
}

.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}

.cc-link:hover {
	opacity: 1
}

.cc-link:active,
.cc-link:visited {
	color: initial
}

.cc-btn {
	display: block;
	padding: 1.4em .8em;
	font-size: .9em;
	border-width: 2px;
	border-style: solid;
	white-space: nowrap
}

.cc-banner .cc-btn:last-child {
	min-width: 140px
}

.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}

.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}

.cc-close:focus,
.cc-close:hover {
	opacity: 1
}

.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.cc-revoke.cc-left {
	left: 3em;
	right: unset
}

.cc-revoke.cc-right {
	right: 3em;
	left: unset
}

.cc-top {
	top: 1em
}

.cc-left {
	left: 1em
}

.cc-right {
	right: 1em
}

.cc-bottom {
	bottom: 1em
}

.cc-floating>.cc-link {
	margin-bottom: 1em
}

.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}

.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}

.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}

.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}

.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.cc-compliance>.cc-btn {
	-ms-flex: 1;
	flex: 1
}

.cc-btn+.cc-btn {
	margin-left: .5em
}

.p4 {
    padding-right: 4px;
    padding-left: 4px;
}

.pagina {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
}

.progress 
{
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 10px;
 z-index: 999999999;
 background-color: #F2F2F2;
}

.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}

.caixa {
    display: inline-block;
    cursor: pointer;
}
/*
.bar1, .bar3 {
    width: 35px;
    height: 1px;
    background-color: #333;
    margin: 10px 0;
    transition: 0.4s;
}

.bar2 {
	width: 35px;
    height: 8px;
    background-color: none;
    margin: 6px 0;
    transition: 0.4s;
}

.btn_menu2 .bar1,
.btn_menu2 .bar3 {
	background-color: #fff;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-9px, 7px);
}

.btn_menu .change .bar1,
.btn_menu .change .bar2 {
	opacity: 0;	
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
    transform: rotate(45deg) translate(-9px, -8px);
}
*/
.noscroll { 
	overflow: hidden; 
	width: 100%;
}



/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */

@media print {
	.cc-revoke,
	.cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}
	.cc-window.cc-bottom {
		bottom: 0
	}
	.cc-window.cc-banner,
	.cc-window.cc-left,
	.cc-window.cc-right {
		left: 0;
		right: 0
	}
	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}
	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}
	.cc-window.cc-floating {
		max-width: none
	}
	.cc-window .cc-message {
		margin-bottom: 1em
	}
	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}


.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}

.cc-theme-classic .cc-btn {
	border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}

.cc-theme-edgeless.cc-window {
	padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}

#instagram li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline-block;
	width: 30%;
	margin-bottom: 10px;
}

#instagram li:nth-child(2),
#instagram li:nth-child(5) {
	margin: 0 10px;
}

#instagram li img {
	width: 100%;
	height: 100%;
}

@media (max-width: 320px) {
	.barra_menu_grande .tam20 {
		font-size: 16px;
	}
	.barra_menu_grande .tam20 img {
		width: 15px;
		height: 15px;
	}
}
@media (max-width: 575px) {
	.btn_menu2,
	.btn_menu {
		bottom: 0px;
		position: absolute;
		right: 15px;
	}
	.psb10 {
		margin-bottom: 10px;
	}
	.banner .img_responsiva {
		width: 100%;
		margin-bottom: 10px;
	}
	.col-6.p4:first-child {
		padding-left: 5px;
	}
	.col-6.p4:last-child {
		padding-left: 5px;
	}
	
	#instagram li:nth-child(2),
	#instagram li:nth-child(5) {
		margin: 0 10px;
	}

	.menu_principal {
		margin-top: 0;
	}

	.instagram_iframe {
		width: 100%;
	}
	
	/*.banner .titulo {
		display: none;
	}*/
	.banner .titulo {
		font-size: 4vw;
	}	
	.banner {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.banner .imagem_banner {
		width: 100%;
		height: 100%;
	}
	.banner .linha_1 {
		font-size: 30px;
		top: 20%;
		line-height: 34px;
	}
	.banner .linha_2 {
		font-size: 16px;
		top: 60%;		
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.btn_menu2,
	.btn_menu {
		bottom: 0px;
		position: absolute;
		right: 15px;
	}
	.menu_principal {
		margin-top: 0;
	}
	.instagram_iframe {
		width: 520px;
	}
	.banner .titulo {
		font-size: 13px;
	}
	#slider1_container .banner {
		width: 540px;
		height: 550px;
	}
}
@media (min-width: 768px) {
	.menu_principal {
		margin-top: 7px;
	}
	#instagram li:nth-child(2),
	#instagram li:nth-child(5) {
		margin: 0 10px;
	}
}
@media (min-width: 992px) {
	.banner .linha_1 {
		top: 40%;
		font-size: 52px;
	}
	.banner .linha_2 {
		top: 53%;
		font-size: 22px;
	}
	h1, h2, h3 {
		font-size: 1.7em;
	}
	.sobre {
		font-size: 1.15em;
	}
	.banner .titulo {
		font-size: 1.8vw;
	}
	.prata {
		font-size: .95em;
	}
}
@media (min-width: 1200px) {
	.banner .titulo {
		font-size: 20px;
	}
}



header {
	height: 86px;
	width: 100%;
	position: fixed;
	background: #fff;
	border-bottom: solid 1px #B9B9B8;
	z-index: 1;
	-webkit-transition: all .4s ease-in-out .3s;
	transition: all .4s ease-in-out .3s	
}

.logotipo,
.logotipo_pequeno {
	-webkit-transition: all .4s ease-in-out .3s;
	transition: all .4s ease-in-out .3s	
}

.logotipo_pequeno {
	opacity: 0;
	height: 100%;
}

.logotipo img {
    max-height: 66px;
}

.logotipo_pequeno img {
	max-width: 100%;
}

.pagina {
	margin-top: 86px;
	z-index: 0;
}

	
.menu_topo {
	font-family: 'Montserrat', serif;
	font-weight: 300;
	letter-spacing: .1em;
	/*padding-top: 12px;*/
	/*-webkit-transition: all .4s ease-in-out .3s;
	transition: all .4s ease-in-out .3s*/
}

.menu_topo .nav-link {
    text-align: center;
}

.menu_topo .navbar {
	text-transform: uppercase;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	visibility: hidden;
	opacity: 0;
	
}

/*
.menu_topo .nav-link:first-child {
    text-align: left;
}

.menu_topo .nav-link:last-child {
    text-align: right;
}
*/
.menu_topo .navbar-light .navbar-nav .nav-link {
	color: #212325;
	/* color: #2a2a37; greg */
	/* CSS Transitions */	
	-webkit-transition: color 0.15s ease-in-out;
	   -moz-transition: color 0.15s ease-in-out;
         -o-transition: color 0.15s ease-in-out;
	        transition: color 0.15s ease-in-out;
}

.menu_topo .navbar-light .navbar-nav .nav-link:hover {
	color: #D7E0DE;
}

.redes_sociais {
	padding-bottom: 16px!important;
	-webkit-transition: all .4s ease-in-out .3s;
	transition: all .4s ease-in-out .3s
}

.redes_sociais svg,
.redes_sociais i {
	margin-right: 6px;
}

.redes_sociais svg:last-child,
.redes_sociais i:last-child {
	margin-right: 8px;
}

.redes_sociais_esquerda {
	padding-bottom: 4px!important;
}


.menu_idiomas {
	font-family: 'Montserrat', serif;
	font-weight: 300;
	padding-bottom: 18px!important;
	font-size: 10px;
	-webkit-transition: all .4s ease-in-out .3s;
	transition: all .4s ease-in-out .3s
}

.menu_idiomas ul {
	margin: 0;
	padding: 0;
	padding-right:4px;
}

.menu_idiomas ul li {
	list-style: none;
	display: inline-block;
	padding: 0px 3px;
}

.menu_idiomas ul li.selecionada {
	font-weight: 600;
}

.menu_idiomas ul li.separador {
	padding: 0px;
	display: inline-block;
}

.bar1, .bar3 {
    width: 21px;
    height: 1px;
    background-color: #d5d6d6;
    margin: 10px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 7px);
    transform: rotate(-45deg) translate(-0px, 0px);
	background-color: #000;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
	background-color: #000;
}

/*
header.pequena {
	height: 60px!important;
}

header.pequena .logotipo,
header.pequena .redes_sociais,
header.pequena .menu_idiomas,
header.pequena .menu_topo {
	opacity: 0;
}

header.pequena .logotipo_pequeno {
	opacity: 1;
}

header.pequena .redes_sociais_esquerda_caixa_x {
	display: none;
}

header.pequena .menu_topo {
	opacity: 1;
}	
*/
@media (max-width: 320px) and (max-height: 568px) {
	.redes_sociais_esquerda,
	.menu_pequeno_mostra_ham {
		min-height: 80px;
	}
}	
	
@media (max-width: 767px) {
	.separador_64 {
		display: none;
	}
	
	.separador {
		color: #000;
		position: relative;
		top:-2px;
	}
	
	.menu_topo .navbar {
		-webkit-transition: all .4s ease-in-out .3s;
		transition: all .4s ease-in-out .3s
	}

	.menu_topo {	
		height: 100%;
		width: 100%;
		/*display: none;*/
		position: fixed;
		z-index: 0;
		/*opacity: 0;*/
		left: 0;
		top: 0;
		margin-top: 5586px;
		background: rgba(245, 243, 240, 0.95);
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		overflow-x: hidden!important;
		/*-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;*/
		opacity: 0;
		animation-name: fadeOutOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.3s;			
	}
	
	.menu_topo .navbar-nav {	
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		padding: 0px;
	}

	.menu_topo .navbar-nav .nav-item,
	.menu_topo .navbar-nav .nav-item a {
		height: 44px;
	}

	.menu_topo .navbar-nav .nav-item a {
		padding: 8px;
		text-decoration: none;
		font-size: 18px;
		color: #000;
		text-align: center;
		display: block;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas {
		text-align: center;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas a {
		display: inline-block;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas nav ul {
		margin: 0;
		padding: 0;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas nav ul li {
		display: inline-block;
	}
	
	.open-mobile-nav .menu_topo {
		display: flex;
		padding-top: 86px;
		margin-top:0px;
		opacity: 1;
		animation-name: fadeInOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.3s;
	}

	.open-mobile-nav .menu_topo .navbar {
		visibility: visible;
		opacity: 1;		
		-webkit-transform: translateY(0px);
		transform: translateY(0px);	
	}
}

@media (min-width: 576px) {
	/*header {
		background: red;
		/*height: 120px;*/
	/*}*/
	/*.pagina {
		padding-top: 120px;
	}*/
	.logotipo img {
		padding-top: 10px;
	}
	.menu_pequeno_mostra_ham .caixa {
		/*padding-bottom: 20px;*/
	}
}

@media (min-width: 768px) and (min-height: 376px) { 
	/*header {
		background: blue;
	}*/
	header {
		height: 172px;
	}
	.logotipo img {
		max-height: 100%;
	}
	.pagina {
		margin-top: 172px;
	}
	.menu_topo .navbar {
		visibility: visible;
		opacity: 1;
		
	}	
}

@media (min-width: 992px) {
	/*header {
		background: green;
	}*/

}

@media (min-width: 1200px) {
	

}


@media (min-width: 768px) and (max-height: 376px) {
	header {
		height: 86px;
	}
	.separador {
		color: #fff;
		position: relative;
		top:-2px;
	}
	.separador_64 {
		height: 32px;
	}
	
	.menu_idiomas_x, 
	.redes_sociais_x {
		display: none!important;
	}
	.redes_sociais_esquerda_caixa_x {
		display: block!important;
	}
	.menu_pequeno_mostra_ham,
	.redes_sociais_esquerda {
		display: flex!important;
	}
	.menu_topo .navbar {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
		-webkit-transition: all .4s ease-in-out .3s;
		transition: all .4s ease-in-out .3s
	}
	
	/*.open-mobile-nav .menu_topo .navbar {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}*/	

	.menu_topo {	
		height: 100%;
		width: 100%;
		/*display: none;*/
		position: fixed;
		z-index: 0;
		/*opacity: 0;*/
		left: 0;
		top: 0;
		margin-top: 5586px;
		background: #1c1c1ce8;
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		overflow-x: hidden!important;
		/*-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;*/
		opacity: 0;
		animation-name: fadeOutOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.3s;
	}
	
	.menu_topo .navbar-nav {	
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		padding: 0px;
	}

	.menu_topo .navbar-nav .nav-item,
	.menu_topo .navbar-nav .nav-item a {
		height: 44px;
	}

	.menu_topo .navbar-nav .nav-item a {
		padding: 8px;
		text-decoration: none;
		font-size: 18px;
		color: #fff;
		text-align: center;
		display: block;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas {
		text-align: center;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas a {
		display: inline-block;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas nav ul {
		margin: 0;
		padding: 0;
	}

	.menu_topo .navbar-nav .nav-item.li-idiomas nav ul li {
		display: inline-block;
	}
	
	.open-mobile-nav .menu_topo {
		display: flex;
		padding-top: 86px;
		margin-top:0px;		
		opacity: 1;
		animation-name: fadeInOpacity;
		animation-iteration-count: 1;
		animation-timing-function: ease-in;
		animation-duration: 0.3s;
	}
	
	.redes_sociais_x_item,
	.menu_idiomas_x_item {
		display: list-item!important; 
	}
	
	.open-mobile-nav .menu_topo .navbar {
		visibility: visible;
		opacity: 1;		
		-webkit-transform: translateY(0px);
		transform: translateY(0px);	
	}	
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}