#Slideshow .mobile{
    display:none;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #f2f2f2; 
}
 
::-webkit-scrollbar-thumb {
  background: #2f3b47; 
}

#heightVideo .credits{
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    margin-left: auto;
    right: 30px;
    bottom: 0;
    padding: 6px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#heightVideo .credits svg{
	width: 36px;
    height: 36px;
}

#heightVideo .credits svg path{
    fill: #fff;
}

#heightVideo .credits .icon{
	height: 36px;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    float:right;
}

#heightVideo .credits .autor{
	display:none;
	padding-right: 15px;
    padding-left: 10px;
	color: #fff;
}

#heightVideo .credits .autor a{
	color: #fff !important;
	margin-left: 5px;
}

#heightVideo .credits .icon, #heightVideo .credits .autor{
    justify-content: center;
    align-items: center;
}

#barratopo .w30 svg path:nth-child(3){
    fill: #7dcef1;
}

#menuBTSD, #menuBTSE{
    position: fixed;
    top: 0;
    background-color: #333;
    height: 100%;
    z-index: 99999;
    display: none;
    padding: 10px;
}

#menuBTSD .backgroundImage{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    opacity:0.5;
}

#menuBTSD .g-content, #menuBTSE .g-content{
    margin: 0 auto;
    padding: 0;
    width: 100% !important;
    max-width: 1600px;
}

#menuBTSD .closeMenu, #menuBTSE .closeMenu{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 110px;
    cursor: pointer;
    position: relative;
    top: 0;
    margin-left: auto;
    z-index: 9;
}

#menuBTSD .closeMenu svg, #menuBTSE .closeMenu svg{
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width:25px;
    height:25px;
    margin-left:10px;
}

#menuBTSD .closeMenu svg path, #menuBTSE .closeMenu svg path{
	fill:#fff;
}

#menuBTSD .contentMenu, #menuBTSE .contentMenu{
    padding: 0 50px;
    overflow-y: scroll;
    margin-top: 40px;
    margin-bottom: 60px;
    z-index: 9;
    position: relative;
}

#menuBTSD .contentMenu .w50{
    width: 47.5%;
    display: inline-block;
    vertical-align: top;
}

#menuBTSD .contentMenu .w50.left{
	margin-right:2%;
}

#menuBTSD .contentMenu .w50.right{
	margin-left:2%;
}

#menuBTSD .contentMenu span{
    color: #5cb9b1;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Hamish',sans-serif;
    display:none;
}

#menuBTSD .contentMenu .w50.left a{
    font-weight: 100;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: 2.5px;
    line-height: 1;
    color:#fff;
    font-family: 'Hamish',sans-serif;
}

#menuBTSD .contentMenu .w50.left div{
    margin: 40px 0 0 0;
    display:none;
}

#menuBTSD .contentMenu .w50.left div:nth-child(2){
	margin: 35px 0 0 0;
}

#menuBTSD .contentMenu .w50.right a{
    color: #ffcc00;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}

#menuBTSD .contentMenu .w50.right a:hover{
	color: #fff !important;	
}

#menuBTSD .contentMenu .w50.right div{
    margin-top: 20px;
    display:none;
}

#menuBTSE h2 {
    font-size: 36px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom:60px;
    font-family: 'Raleway', Arial, sans-serif;
}

#menuBTSE .contentMenuTopico .w25{
    width: 24.5%;
    display: inline-flex;
    vertical-align: top;
    border-left: 1px solid #ffcc00;
    padding: 0 40px 0 30px;
    text-transform: uppercase;
    font-family: 'Raleway', Arial, sans-serif;
    height: 40px;
    align-items: center;
    letter-spacing: 2px;
}

#menuBTSE .contentMenuItens{
	margin-top:50px;
	margin-bottom:50px;
}

#menuBTSE .contentMenuItens .w25{
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 40px 0 30px;
    text-transform: uppercase;
    font-family: 'Raleway', Arial, sans-serif;
}

#menuBTSE .contentMenuItens ul {
    margin-left: 1.5rem;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

#menuBTSE .contentMenuItens .w25 ul{
	margin-left:0;
}

#menuBTSE .contentMenuItens .w25 ul li{
    line-height: 2;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 2px;
}

#menuBTSE .contentMenuItens .w25 ul li a{
	color:rgba(255, 255, 255, 0.6);
}

#menuBTSE .contentMenuItens .w25 ul li:hover a{
	color:#ffcc00;
}


#myBar1, #myBar2, #myBar3, #myBar4, #myBar5, #myBar6, #myBar7, #myBar8{
	width: 1%;
	height: 3px;
	background-color: #fff;
	margin-left: 8px;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}

.customslideV2 .mySlides{
	display: none
}

.customslideV2 img{
	vertical-align: middle;
    width: 100%;
    opacity: 1;	
}

.customslideV2 .text .subtitle{
    font-size: 20px;
    margin-top: 20px;
    overflow: hidden;
    width: 1000px;
    padding-left: 0;
    font-family: 'Hamish',sans-serif;
}

.section-horizontal-paddings {
    padding-left: 0;
    padding-right: 0;
}

#ingallery-shade{
	z-index: 99999999 !important;
}

/* Slideshow container */
.customslideV2 .slideshow-container
	max-width: 100%;
	position: relative;
	margin: auto;
}

/* Caption text */
.customslideV2 .text {
	color: #ffffff;
    font-size: 15px;
    padding: 8px 0;
    position: relative;
    bottom: 500px;
    width: 1600px;
    text-align: left;
    margin: 0 auto;
    height: 130px;
}

.customslideV2 .text h3 {
    font-family: 'Hamish',sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    width: 900px;
    text-align: left;
    line-height: 1.5;
    overflow: hidden;
    max-height: 115px;
}

/* Number text (1/3 etc) */
.customslideV2 .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

#Slideshow .g-content {
    margin: 0;
    padding: 0;
}

/* Fading animation */

.customslideV2 .fade2{
	-webkit-animation-name: fade;
	-webkit-animation-duration: 0s;
	animation-name: fade;
	animation-duration: 0s;
	opacity: 1;
	background: #000;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

.alturaBarraTopo{
    height: 90px;
}

#pubTop{
	background: #fff;
}

#pubTop .g-content {
    margin: 0;
    padding: 0;
}

#pubTop img{
    width: auto;
    height: 160px;
    padding: 15px 0;
}

#pubTop .pub{
    text-align: center;
}

#pubTop .multiplo .pub1, #pubTop .multiplo .pub2, #pubTop .multiplo .pub3, #pubTop .multiplo .pub4, #pubTop .multiplo .pub5{
	display:none;
}

#Pub2 .g-content {
    margin: 0;
    padding: 0;
}

#Pub2 img{
	padding: 40px 0;
}

#g-top{
    position: fixed;
    top: -1000px;
}

#g-page-surround{
	background-image: none;
}

#g-copyright .g-content {
    opacity: 1;
    text-align: center;
}

#g-copyright .nopaddingtop .g-content {
    padding-top: 20px !important;
	padding-bottom: 20px;
}

#g-copyrightmain .size-15{
	display: none;
}

body .g-side-column {
    min-width: 0 !important;
}

.g-block.g-side-column.size-15{
	display: none;
}

.g-middle-column{
	width: 100%;
	margin: 0 auto;
}

.ls-overflow-visible{
	overflow: hidden !important;
}

#g-showcase{
	background: white;
}

#g-header{
	background: white;
	padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 999999;
    margin-top: 105px;
}

#g-header .g-middle-column{
	max-width: 100%;
	margin: 0 auto;
}

#g-navigation{
	width: 100%;
    box-shadow: none;
    background-image: none;
    position: fixed;
    top: 0;
    z-index: 9999999;
    height: 107px;
    background: #fff;
    border-bottom: 1px solid #2f3b47;
}

#g-header #g-navigationleft .g-content, #g-header #g-navigationright .g-content, #g-navigation .g-content {
    padding-top: 0;
    padding-bottom: 0;
}

#barratopo{
    border-bottom: 0px;
	z-index: 9999;
	color: #333;
	background: white;
	height: 106px;
}

#barraTopoSuperior .g-content, #barratopo .g-content{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

#barraTopoSuperior{
	background: #fff;
    height: 26px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

#barraTopoSuperior .botao {
    height: 25px;
    float: left;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    font-family: 'Hamish',sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    color: #333;
    padding: 0 20px;
    border-left: 1px solid rgba(51, 51, 51, 0.2);
    background-color: white;
}

#barraTopoSuperior .botao:hover, #barraTopoSuperior a:hover .botao{
    color: #333;
    background-color: rgb(249, 248, 248);
    border-left: 1px solid rgba(51, 51, 51, 0.1);
}

#barraTopoSuperior a:nth-child(1) .botao{
	color: #fff;
    background-color: rgb(51, 51, 51);
}

#barraTopoSuperior a:nth-child(1):hover .botao{
	background-color: #7dcef1;
	color: #fff;
}

#barraTopoSuperior .botao.btsd{
	border-right: 1px solid rgba(51, 51, 51, 0.2);
}

#barraTopoSuperior svg{
	width: 25px;
    height: 16px;
}

#barraTopoSuperior svg path{
	fill:#333;
}

#barraTopoSuperior .modulo{
    float: right;
    width: auto;
    color: #333;
    font-family: 'Hamish',sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    border-right: 1px solid rgba(51, 51, 51, 0.2);
    padding: 0 10px;
    cursor:pointer;
}

#barraTopoSuperior .modulo.idioma{
	border-left: 1px solid rgba(51, 51, 51, 0.2);	
}

#barraTopoSuperior .modulo .mod-languages{
	width: 46px;
    display: inline-block;
    vertical-align: middle;
}

#barraTopoSuperior .modulo .mod-languages form {
    margin: 0;
}

#barraTopoSuperior .modulo .mod-languages form select{
	margin-bottom: 0;
	border: 0px !important;
	outline: none !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 18px;
    height: 25px;
}

#barraTopoSuperior .modulo .mod-languages form select option{
    font-size: 12px;
}


#barraTopoSuperior .modulo.areaPessoal span{
    padding-right: 10px;
}

body{
    margin: 0px auto;
}

#barratopo .g-content{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#barratopo .w30{
    width: 30%;
    display: inline-flex;
    vertical-align: middle;
    justify-content: left;
    align-items: center;
    height: 106px;
}

#barratopo .w30 svg{
    margin-top: 10px;
}

#barratopo .w30 img{
	height: 95px;
}

#barratopo .w70{
    width: 69%;
    display: inline-block;
    vertical-align: middle;
    text-align:right;
}

#barratopo .w70 .facebook, #barratopo .w70 .instagram, #barratopo .w70 .contactos{
    width: 32px;
    height: 33px;
    border: 1px solid #2f3b47;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

#barratopo .w70 .separador{
	width: 1px;
    height: 33px;
    display: inline-block;
    background: #000000;
    margin: 0px 10px;
    vertical-align: middle;
}

#barratopo .w70 .contactos{
	display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-left:0;
}

#barratopo .w70 .contactos svg{
	width: 20px;
    height: 20px;
}

#barratopo .w70 .instagram{
    padding: 4px;
}

#barratopo .w70 .instagram path, #barratopo .w70 .instagram circle{
    fill: #2f3b47;
}

#barratopo .w70 .switch:before {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    border-top: 1px solid #333;
    font-size:0;
}

#barratopo .w70 .switch .copy.blog:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: -2px;
    left: 12px;
    margin: -12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #333;
}

#barratopo .w70 .switch .copy.site:after {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    top: -2px;
    left: 15px;
    margin: -12px;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #b0b0b0;
}

#barratopo .w70 .switch__drag:after {
    content: "";
    height: 17px;
    width: 17px;
    position: absolute;
    left: 13px;
    margin: -11px -15px;
    vertical-align: middle;
    border-radius: 24px;
    transition: all 0.3s linear;
    background: #7dcef1;
    background: linear-gradient(to bottom, #7dcef1 0%, #7dcef1 100%);
}

#barratopo .w70 .switch{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #333;
    border-radius: 48px;
    float: right;
    position: relative;
    width: 98px;
    color: #333;
    overflow: hidden;
}

#barratopo .w70 .switch__track {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 20px;
}

#barratopo .w70 .switch__drag {
    position: absolute;
    left: 0;
    transition: none;
}

#barratopo .w70 .switch .copy.blog {
    left: 18px;
    color: #febd28;
}

#barratopo .w70 .switch.website .copy.blog {
    color: #333;
    font-size: 10px;
    text-transform: capitalize;
}

#barratopo .w70 .switch.website .copy.site {
    color: #333;
    font-size: 10px;
    text-transform: capitalize;
}

#barratopo .w70 .switch .copy.site {
    left: 55px;
    color: #adadad;
    margin-left: 9px;
}

#barratopo .w70 .switch .copy {
    font-size: 0.5em;
    text-transform: uppercase;
    position: absolute;
    bottom: 4px;
    line-height: 1em;
    transition: all 0.3s linear;
}

#barratopo .conteudo{
	width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#barratopo .leftSide, #barratopo .rightSide{
	width: 30%;
    display: inline-flex;
    vertical-align: middle;
    float: left;
    align-items: center;
    height: 80px;	
}

#barratopo .leftSide .botao{
    width: 55px;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#barratopo .leftSide .botao svg{
    width: 25px;
    height: 25px;
}

#barratopo .leftSide .botao svg path{
    fill: #333;
}

#barratopo .w40{
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	float: left;
}

#barratopo .w40 img{
	margin: 18px auto;
    height: 25px;
}

#barratopo button{
	outline: none;
	background: transparent;
	text-align: center;
}

#barratopo .rightSide .botao{
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 5px;
    color: #333;
    margin-right: 10px;
}

#barratopo .rightSide .botao.anunciar{
    border: 1px solid #5cb9b1;
}

#barratopo .rightSide .botao:hover{
	background: #5cb9b1;
	color: #ffffff;
}

.mod-languages .btn {
    background: #ffffff;
    box-shadow: none;
    padding: 6px 5px 5px 5px;
    margin-top: -9px;
    border-radius: 0px !important;
    color: #333 !important;
}

.mod-languages .btn .caret{
	display:none;
}

.mod-languages .btn-group.open .btn.dropdown-toggle {
    background-color: #ffffff;
    outline: none;
    box-shadow: none;
}

.mod-languages .btn-group.open .dropdown-menu{
    margin-left: -42px;
    margin-top: 10px;
    border-radius: 0px;
}

.mod-languages .btn-group.open .dropdown-menu > li > a{
	color:#333 !important;
	border-bottom: 1px solid #333333 !important;
    width: 90%;
    margin: 0 auto;
    padding: 3px 5px;
}

.mod-languages .dropdown-menu > li > a:hover, .mod-languages .dropdown-menu > li > a:focus, .mod-languages .dropdown-submenu:hover > a, .mod-languages .dropdown-submenu:focus > a {
    background: #ffffff;
    color: #333 !important;
    border: 0px !important;
}

#barratopo .rightSide .content{
    width: 100%;
    text-align: right;
    padding: 0;
}

#barratopo .rightSide .mod-languages{
    width: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
	padding: 0;
}

#Publicidade3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

#Publicidade3:hover, #alert:hover{
	color: #55acee
}

#altura{
	height: 80px;
}

#MenuSecundario .g-content {
    margin: 0 auto;
    padding: 0;
	max-width: 1600px;
	width: auto;
}

#MenuSecundario{
	background: #e1e1e1;
	text-align: left;
    top: 90px;
    z-index: 999;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
}

#MenuSecundario .g-main-nav .g-toplevel > li {
    margin: 0 -2px;
	height: 30px;
}

#MenuSecundario .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    color: #333;
}

#MenuSecundario .g-main-nav .g-toplevel > li.active, #MenuSecundario .g-main-nav .g-toplevel > li:hover{
	background: #7dcef1 !important;
}

#MenuSecundario .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    color: #333;
}

#MenuSecundario .g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
    color: #fff !important;
}

#MenuSecundario .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 11px;
    font-weight: bold;
    padding: 8px 15px;
    margin-left: 0;
}

#menuHide{
    position: absolute;
    z-index: 9999;
    width: 350px;
	top: 0;
	display: none;
}

#menuHide .g-content {
    margin: 0;
    padding: 0;
}

#menuHide .moduletable .nav.menu, #menuHide .moduletable .unstyled{
	border: 0px solid rgba(231, 232, 234, 0.25);
	display: block;
	padding: 0px 20px;
	border-radius: 0px;
}

#menuHide .nav.menu {
    height: 100%;
    overflow-y: scroll;
	background: #0e448b;
    position: fixed;
	border-radius: 0;
	width: 350px;
	text-transform: uppercase;
    font-size: 12px;
}

#menuHide .moduletable .nav.menu li{
	padding-bottom: 10px;
	padding-top:10px;
	margin-bottom: 0;
}

.pubFull{
    text-align: center;
}

#g-header .g-content {
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}

.fp-showcase {
    margin: 0 0.625rem 0.625rem 0.625rem;
}

#Slideshow{
    overflow: hidden;
}

#g-above {
    background: #f9f8f8;
    position: relative;
    z-index: 99;
}

#g-abovemain .g-content {
    padding: 30px 0 70px 0;
    margin: 0 auto;
    width:1600px;
}

body {
    font-family: 'Hamish',sans-serif;
}

#g-mainbar {
    box-shadow: none;
    border-radius:0;
    margin: 0;
}

#g-mainbar .moduletable {
    margin: 0;
}

#g-showcase #g-showcasemain > .g-grid{
    padding: 0;
}

#VideoFixed{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    z-index:0;
}

#VideoFixed .g-content {
    margin: 0;
    padding: 0;
}

#VideoFixed video{
    width: 100%;
}

#g-main{
    position: relative;
    z-index: 99;
}

#heightVideo .g-content {
    margin: 0;
    padding: 0;
}

#g-footer, #g-copyright{
    position: relative;
    z-index: 99;
}

#g-slideshow {
    position: relative;
    z-index: 99;
    background: #fff;
}

#g-slideshow #g-slideshowmain > .g-grid {
    padding: 0;
}

.bold{
	font-weight:bold;
}

#Instagram .ingallery-style-grayscale-back .ingallery-item-img {
    opacity: 1 !important;
}

#Instagram .g-content {
    margin: 0 auto;
    padding: 70px 0 0 0;
    width: 100%;
}

#g-bottom{
	background: rgb(255, 255, 255);
    z-index: 999;
}

#g-bottom #g-bottommain > .g-grid:last-child {
    padding: 0;
}

#totop-5866{
    position: fixed;
    margin: 0;
    padding: 0px;
    bottom: 50px;
    right: 0;
    background: #333;
    font-family: 'Hamish',sans-serif;
    opacity: 0.3;
    display:none;
}

#totop-5866:hover{
	opacity: 1;
}

#totop-5866 a{
	color:#fff;
	padding: 10px;
    background: #333;
}

#g-copyright {
    background: #000;
}

#g-copyright .g-content {
    margin: 0.625rem;
    padding: 0;
    color: #fff;
}

#g-footer {
    background: #333;
}

#Instagram h3{
    font-family: 'Hamish',sans-serif;
    color: #333;
    font-weight: 100;
    margin: 1.5rem 0;
    font-size: 45px;
    text-align: center;
}

.tooltip {
	z-index: 999999 !important;
}

#MenuNivel2{
    display: none;
}

#MenuNivel2 .g-content{
    width: 1600px;
    background: #fff;
    margin: 0 auto;
    padding: 0 !important;
    height: auto;
}

#MenuNivel2 .platform-content{
    margin: 0;
    padding: 0;
}

#MenuNivel2 a, #MenuNivel2 a:hover {
    color: #333;
}

#MenuNivel2 .text .menuTop{
    margin-bottom: 30px;
    text-align: center;
}

#MenuNivel2 .text .menuTop a{
    margin: 0 15px;
    font-size: 13px;
    text-transform: uppercase;
}

#MenuNivel2 .text .w25{
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 30px;
    border-right: 1px solid rgba(51, 51, 51, 0.3);
}

#MenuNivel2 .text .menuBlock{
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

#MenuNivel2 .text .w25:nth-last-child(2){
	border-right:1px solid transparent;
}

#MenuNivel2 .text .wImage{
	border-right:1px solid transparent;
	padding: 0;
	background-size: cover;
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    background-image:URL('images/accommodation-rc.jpg');
}

#MenuNivel2 #menuVisitMe .text .w25 svg{
    height: 260px;
}

#MenuNivel2 .verMaisMenu{
    margin: 30px 20px 30px 0;
    font-family: 'Hamish',sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    width: auto;
    float: right;
}

#MenuNivel2 #menuVisitMe .text .w25 svg path {
    fill: rgb(125, 206, 241);
    stroke: #333;
    stroke-width: 0.1px;
    cursor:pointer;
}

#MenuNivel2 #menuVisitMe .text .w25 svg path:hover{
	fill: #333;	
}

#MenuNivel2 .text .w25 a.title{
    color: #333;
    font-family: 'Hamish',sans-serif;
    font-size: 16px;
    font-weight: 100;
}

#MenuNivel2 .text .w25 a span{
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#MenuNivel2 .text .w25 a:hover span{
	background: #7dcef1;
}

#MenuNivel2 .text .w25 ul {
    margin-left: 0.75rem;
    margin-top: 0.75rem;
    padding: 0;
    list-style: none;
}

#MenuNivel2 #menuVisitMe .text .w25:nth-child(1){
	display: inline-flex;
    justify-content: center;
    align-items: center;
}

#MenuNivel2 .image .w40{
    width: 40%;
    float: left;
    display: inline-block;
    vertical-align: top;
}

#MenuNivel2 .image a{
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    background: #7dcef1;
    float: left;
}

#MenuNivel2 .image a img{
	opacity:0.8;
}

#MenuNivel2 .image .menuName{
	text-align: right;
    padding: 0 10px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: -50px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    font-family: 'Hamish',sans-serif;
    font-size: 20px;
}

#MenuNivel2 .image a:hover .menuName{
	color: #7dcef1;
}

@media (max-width: 767px){
    #Slideshow .mobile{
        display:block;
    }
    
    #Slideshow .slideshow-container{
        display:none !important;
    }
    
    .customslideV2 img{
        opacity:1;
    }
    
    #barratopo .conteudo{
        max-width: 100%;
    }
    
    #barratopo .w30{
        width: 44%;
        justify-content: left;
        padding-left: 15px;
    }
    
    #barratopo .w70 {
        width: 52%;
    }
    
    #barratopo .w30 img {
        height: auto;
        max-width: 80px;
    }
    
    #Instagram .g-content {
        padding: 50px 0 0 0;
    }
    
    #Instagram h3 {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 958px){
    #barratopo .g-content{
        max-width:748px;
    }
}

@media (min-width: 959px) and (max-width: 1199px){
    #barratopo .g-content{
        max-width:919px;
    }
}

@media (min-width: 1200px) and (max-width: 1439px){
	
	#barraTopoSuperior .g-content, #MenuNivel2 .g-content, #barratopo .g-content, #g-abovemain .g-content{
	    max-width: 1100px;
	}
	
	.customslideV2 .text{
		width: 1100px;
		bottom: 450px;
	}
	
	#MenuSecundario .g-main-nav {
	    width: 1100px;
	    margin: 0 auto;
	}
}

@media (min-width: 1440px) and (max-width: 1599px){
	
	#barraTopoSuperior .g-content, #MenuNivel2 .g-content, #barratopo .g-content, #g-abovemain .g-content{
	    max-width: 1340px;
	}
	
	.customslideV2 .text{
		width: 1340px;
	}
	
	#MenuSecundario .g-main-nav {
	    width: 1340px;
	    margin: 0 auto;
	}
}

@media (min-width: 1600px) and (max-width: 1799px){
	
	#barraTopoSuperior .g-content, #MenuNivel2 .g-content, #barratopo .g-content, #g-abovemain .g-content{
	    max-width: 1500px;
	}
	
	.customslideV2 .text{
		width: 1500px;
	}
	
	#MenuSecundario .g-main-nav {
	    width: 1500px;
	    margin: 0 auto;
	}
}

@media (min-width: 1800px){
    
}