body{
    margin: 0;
    font-family: "Roboto", sans-serif;
}

/* Container com submenu */
.has_submenu {
    position: relative;
    display: inline-table;
  }
  
  .has_submenu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 10;
    border-radius: 0.4vw;
    text-align: left;
    margin-top: 10%;
  }
  
  .has_submenu .submenu li a {
    display: block;
    padding: 10px 15px;
    color: #747474 !important;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 0.4vw;
    font-size: 0.8vw !important;
  }
  
  .has_submenu .submenu li a:hover {
    background:#d8f2f7;
    color: #25cbd3 !important;
  }
  
  .has_submenu:hover .submenu {
    display: block;
  }

/* GOOGLE TRANSLATE */

.bandeirolas{
	color: #fff;
    text-align: right;
    width: 30px;
    float: left;
}
#bandeirinhas{
	width: 28px;
    margin-top: 8px;
    border-radius: 3px;
}

.skiptranslate, .skiptranslate iframe{
	margin-top: -4.5vw;
    margin-bottom: 10px;
    height: 0;
}
#google_translate_element{
    float: right;
}
.bandeirinhas{
	color: #fff;
    text-align: right;
    width: 30px;
    float: right;
}
#google_translate_element span{
	display: none;
	}
	.goog-te-gadget{
	  color: #fff0 !important;
	}
.goog-te-combo{
	border: 0;
	border-radius: 4px;
	text-transform: uppercase;
    font-size: 0.7vw !important;
	/* font-weight: 800 !important; */
	color: #fff;
	padding: 6px !important;
	background: #10334900;
	box-sizing: initial;
    letter-spacing: 0.5px;
    width: 10vw;
}
.goog-te-combo:focus-visible{
	border: 0 !important;
	outline: none;
}
.goog-te-combo option{
    color: #bfc0c2;
    background: #ffffff;
	line-height: 20px;
	font-size: 12px;
}

/* width */
.goog-te-combo::-webkit-scrollbar {
width: 10px;
}

/* Track */
/* .goog-te-combo::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 10px;
} */

/* Handle */
.goog-te-combo::-webkit-scrollbar-thumb {
background: #25cbd3; 
border-radius: 10px;
}

/* Handle on hover */
.goog-te-combo::-webkit-scrollbar-thumb:hover {
background: #28a2a8;
}

/* TOP BLOG */

#header {
    position: absolute;
    width: 100%;
    z-index: 9;
}
.header_content {
    background: #027083;
    height: 8vw;
}
#content_topo {
    width: 80%;
    margin: auto;
}
#logo {
    margin-top: 2vw;
    width: 17%;
    float: left;
}
#logo img {
    width: 100%;
}
#menu_top {
    margin-top: 3.5vw;
    float: right;
    color: #fff;
    width: 60%;
    text-align: right;
}

#menu_top a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9vw;
    padding: 1vw;
}
#menu_top a:hover {
    color: #3EC1CD;
}
.line_menu {
    height: 1vw;
    margin-top: 0.3vw;
    position: absolute;
    width: 0.01vw;
    background: #fff;
}
@media only screen and (min-width: 800px) {
    .login_vis {
        display: none;
    }
    .menu_mob, .closed {
        display: none;
    }
}

/* FIM TOP BLOG */

#topo{
    position: initial !important;
}

#menu_blog_content{
    background: #5fbfcb;
    width: 100%;
    float: left;
    padding: 0.7vw 0vw;
}
#menu_blog{
    text-align: center;
    /* padding: 1vw; */
    width: 60vw;
    margin: 0 auto;
}
#menu_blog a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1vw;
    padding: 1vw 0.5vw;
    transition: 0.3s ease-in-out all;
}
#menu_blog a:hover{
    color: #ffffff8c;
}
#menu_blog span{
    color: #fff;
    font-size: 1vw;
}

#content_blog, #content_blog_post{
    width: 90%;
    margin: 4% auto 0 auto;
    display: flex;
}
#content_blog_post{
    margin-top: 2%;
}
#content_form{
    display: block;
    width: 90%;
    margin: 4% 0 0 5%;
    padding-bottom: 3vw;
}
.soul_tour_button{
    float: right;
    background-color: #5fbfcb;
    font-size: 0.9vw;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 0.6vw;
    border: 0;
    margin-left: 1vw;
    cursor: pointer;
}
.byfilter{
    float: left;
}
.byfilter p{
    padding-left: 3.5vw;
    text-transform: uppercase;
    font-size: 1vw;
    font-weight: 600;
    color: #818181;
}
.byfilter .material-icons{
    color: #5fbfcb;
    position: absolute;
    font-size: 3vw;
}
.menu_filtro{
    float: left;
    padding: 0.3vw 0vw 0vw 4vw;
    font-size: 0.9vw;
    color: #818181;
}
.menu_filtro span{
    padding: 0 0.4vw 0 0.5vw;
}
.menu_filtro select{
    padding: 0.5vw 2.5vw 0.5vw 0.5vw;
    text-transform: uppercase;
    font-size: 0.9vw;
    color: #818181;
    border-radius: 0.4vw;
    border-color: #5fbfcb;
    border-width: 0.1vw;
}
#content_blog .data_post, #content_blog_post .data_post{
    font-size: 0.9vw;
}
.tag_categoria_post{
    width: 90%;
    margin: 80px auto 0 auto;
}
.tag_categoria_post a, .tag_categoria_post span{
    text-decoration: none;
    font-weight: 600;
    color: #878787;
    text-transform: uppercase;
    font-size: 0.9vw;

}
.tag_categoria_post span{
    padding: 0 0.2vw;
}
.tag_categoria_post a:hover{
    text-decoration: underline;
}
.content_principal, .content_principal_post{
    width: 74%;
    margin-right: 2%;
}
.box_post{
    width: 31%;
    background: #e9e9e9;
    float: left;
    margin: 0 2% 2% 0;
    transition: 0.3s ease-in-out all;
}
.box_post:hover{
    background: #d5d5d5;
    /* border: solid 1px #dbdbdb; */
}
.box_post img{
    width: 100%;
    height: 12.3vw;
    object-fit: cover;
}
.box_post .tag_categoria{
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.7vw;
    padding: 1vw;
    color: #fff;
    text-shadow: -1px 2px 7px black;
}
.content_menu_lateral{
    width: 24%;
    float: left;
    background: #f3f3f3;
    color: #4e4e4e;
}
.content_menu_lateral h3{
    padding: 30px;
    border-bottom: 1px solid #5fbfcb;
    font-size: 1vw;
}
.box_post_descritivo{
    padding: 10%;
    color: #4e4e4e;
    height: 16.5vw;
}
.box_post_descritivo .post_resumo{
    height: 8vw;
}
.box_post_descritivo button{
    color: #fff;
    text-decoration: none;
    font-size: 0.9vw;
    transition: 0.3s all ease-in-out;
    width: 100%;
    display: inline-block;
    background: #5fbfcb;
    border-radius: 4px;
    text-align: center;
    padding: 0.5vw 0;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}
.box_post h2{
    margin-top: 0;
    font-size: 1.1vw;
    text-transform: uppercase;
    height: 2vw;
}
.box_post p{
    font-size: 0.98vw;
    line-height: 1.5vw;
}
.content_principal_post{
    color: #4e4e4e;
    padding-bottom: 5%;
}
.content_principal_post .foto_topo{
    width: 100%;
    object-fit: cover;
    height: 27vw;
    padding-top: 13px;
}
.content_principal_post h1{
    text-transform: uppercase;
    font-size: 1.5vw;
    padding-top: 25px;
}
.post_texto{
    padding: 20px;
    line-height: 1.7vw;
    font-size: 1.1vw;
}
.post_texto h2{
    font-size: 1.4vw;
}
.post_texto img{
    /* max-width: 100%;
    float: left;
    width: 100%; */
    width: 69%;
}
.video-blog{
    text-align: center;
}
.meta_description h5{
    padding-top: 4vw;
    margin-bottom: 0;
}
.meta_description span{
    font-size: 0.9vw;
}

.video-blog iframe{
    box-shadow: 0px 0px 16px #00000036;
    border: 32px solid #fff;
    width: 60%;
    height: 20vw;

}
.post_lateral, .content_menu_lateral h5{
    padding: 0 2.2vw;
}
.content_menu_lateral h5{
    margin: 1vw 0 0 0;
    color: #5fbfcb;
}
.post_lateral img{
    width: 100%;
    padding-top: 30px;
    object-fit: cover;
    height: 11vw;
}
.post_lateral h4{
    font-size: 1.1vw;
}
.post_lateral p{
    font-size: 0.9vw;
    line-height: 1.6vw;
}

.post_lateral a{
    color: #5fbfcb;
    font-weight: 600;
    text-decoration: none;
    font-size: 1vw;
    padding: 5px 5px 5px 0px;
    transition: 0.3s ease-in-out all;
}

.post_lateral a:hover{
    padding-left: 5px;
}
.line_post_lateral{
    width: 100%;
    height: 1px;
    background: #cbcbcb;
    display: block;
    margin-top: 30px;
}

#barra_navegacao2 {
    width: 100%;
    margin: auto;
    padding: 1.5vw 0;
    background-color: #103349;
}
.mobile_default {
    display: none;
}
#logo_topo2 {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 80px 0 0  0;
}


/* #menu_filtro {
    width: 100%;
    margin: auto;
    height: 60px;
    margin-top: 1%;
    color: #fff;
    line-height: 60px;
} */

#menu_home {
    width: 100%;
    margin: auto;
    height: 60px;
    margin-top: 1%;
    color: #fff;
    line-height: 60px;
}
#menu_home_links {
    margin: auto;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 0.8vw;
    font-weight: 700;
}
#menu_home_links a {
    text-decoration: none;
    color: #fff;
}
#menu_img_virtuoso {
    width: 15%;
    float: right;
    margin-top: -5vw;
}
#menu_img_virtuoso img {
    width: 50%;
}
#box_busca_reserva2{
    width: 10vw;
    float: right;
    height: 1.6vw;
    margin: -0.15vw 0px 0px 0px;
    background: #fff;
    border-radius: 0.4vw 0vw 0vw 0.4vw;
}
#box_busca_reserva2 input {
    width: 9vw;
    /* height: 1.3vw; */
    color: #999999;
    text-align: center;
    font-size: 0.7vw;
    letter-spacing: 0.05vw;
    border-bottom: 2px solid #fff;
    outline: none;
    padding: 0.3vw 0vw 0.2vw 0.8vw;
    border: 0;
}
#box_busca_reserva2 input:focus {
    border-color: #fff;
  }
#box_busca_reserva3 {
    height: 25px;
    width: 0vw;
    float: right;
    margin: 0px 0px 0px 0px;
}
#box_busca_reserva3 button {
    width: 1.8vw;
    height: 1.6vw;
    cursor: pointer;
    border-radius: 0vw 0.4vw 0.4vw 0vw;
    background: #ffffff;
    border: 0;
    border-left: 1px #999999 solid;
}
#box_busca_reserva3 .material-icons{
    font-size: 1vw;
    color: #999999;
}
.busca_title{
    position: absolute;
    margin-top: -3vw;
    font-weight: 600;
    color: #878787;
    font-size: 0.9vw;
}

#box_filtros_soul_7_2 {
    float: right;
    background-color: #a7a7a7;
    font-size: 0.9vw;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 0.6vw;
    border: 0;
    margin-left: 0.3vw;
    cursor: pointer;
    }

.categoria_mobile{
    display: none;
}

.menu_blog_respon {
    width: 80%;
    display: block;
    float: left;
}

@media only screen and (min-width: 250px) and (max-width: 799px){
    
    .header_content{
        background: #027083;
        height: 19vw;
    }
    .desktop_be{
        display: none;
    }
    .menu_mob {
        display: block;
        cursor: pointer;
    }
    #banner_carrossel img{
        height: 150vw;
    }
    #logo {
        width: 47%;
    }
    .login_menu {
        padding-top: 15vw;
    }
    .login_menu button {
        color: #027083;
        background: #fff;
        border: none;
        border-radius: 0.8vw;
        padding: 4vw 20vw;
    }
    #menu_top{
        width: 100% !important;
        position: fixed;
        height: 100%;
        background: #027083;
        margin: 0 !important;
        left: 0;
        z-index: 9;
        text-align: center !important;
        padding-top: 30vw;
        display: none;
        top: 0;
    }
    #menu_top a{
        display: block;
        font-size: 4.5vw !important;
        font-weight: 100 !important;
        padding: 4vw;
    }
    #google_translate_element{
        position: absolute;
        top: 25vw;
        width: 50%;
        left: 25%;
    }
    .goog-te-combo{
        font-size: 2.7vw !important;
        width: 37vw;
    }
    #menu_top .closed{
        position: absolute;
        right: 0;
        top: 0;
        padding: 4vw;
        display: block;
    }
    #menu_top .material-icons{
        font-size: 12vw;
    }
    .carousel-indicators{
        z-index: 8;
    }
    .menu_mob i.open{
        color: #fff;
        font-size: 11vw;
        padding: 3vw 4vw;
        position: absolute;
        right: 0;
    }
    .menu_mob i.login{
        display: none;
    }
    #login_bar{
        width: 80%;
        position: fixed;
        top: 17%;
        left: 10%;
        border-radius: 4vw;
        z-index: 9;
        padding: 11vw 0;
        display: none;
    }
    #login_bar2{
        width: 85%;
    }

    #menu_mobile_home {
        width: 80px;
        height: 80px;
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        display: block;
    }
    .closed_menu {
        width: 80px;
        height: 80px;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        z-index: 12;
    }
    #menu_mobile_home .tampa,
    #menu_mobile_home .tampa2,
    #menu_mobile_home .tampa3,
    .closed_menu .tampa,
    .closed_menu .tampa2,
    .closed_menu .tampa3 {
        width: 40px;
        height: 3px;
        background: #fff;
        display: block;
        position: absolute;
        transition: all 0.4s ease-in-out;
        float: right;
        right: 20px;
        top: 19px;
    }
    #menu_mobile_home .tampa2,
    .closed_menu .tampa2 {
        margin-top: 10px;
    }
    #menu_mobile_home .tampa3,
    .closed_menu .tampa3 {
        margin-top: 20px;
    }
    .closed_menu .tampa,
    .closed_menu .tampa2,
    .closed_menu .tampa3 {
        transform: rotate(0deg);
    }
    .tampa_rotate {
        transform: rotate(45deg) !important;
        top: 28px !important;
    }
    .tampa_rotate3 {
        transform: rotate(-45deg) !important;
        top: 9px !important;
    }
    .tampa_rotate2 {
        width: 0 !important;
    }
    .goog-te-gadget {
        height: 40px;
        background: #ffffff21;
        padding: 0 10px;
        border-radius: 3px;
    }

    #menu_home {
        height: 100vh;
        background: #103349;
        float: left;
        margin-top: 0;
        display: none;
        position: fixed;
        width: 0%;
        right: 0;
        top: 0;
        z-index: 9;
        line-height: 0;
    }
    #menu_home_links{
        font-size: 3.8vw;
        padding-top: 40vw;
    }
    #menu_home_links a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 30px 0;
    }
    #menu_home_links span {
        display: none;
    }
    .content_menu_lateral{
        display: none;
    }
    .content_principal, .content_principal_post{
        width: 100%;
        margin-right: 0;
    }
    .box_post{
        width: 100%;
    }
    .box_post .tag_categoria{
        font-size: 3.7vw;
        padding: 4vw;
        text-shadow: -1px 2px 7px #0000008a;
    }
    .box_post h2{
        font-size: 4.4vw;
        height: 6.5vw;
    }
    .box_post p {
        font-size: 4vw;
        line-height: 5.5vw;
    }
    .box_post_descritivo, .post_resumo{
        height: auto !important;
    }
    .box_post_descritivo button{
        font-size: 3.2vw;
        padding: 1.5vw 0;
    }
    .box_post{
        margin-bottom: 6vw;
    }
    #menu_img_virtuoso {
        width: 50%;
        margin: 20px 25%;
        float: initial;
        text-align: center;
    }
    .tag_categoria_post a, .tag_categoria_post span{
        font-size: 2.9vw;
    }
    .content_principal_post h1{
        font-size: 4.5vw;
    }
    .content_principal_post .foto_topo{
        height: 57vw;
    }
    #content_blog_post .data_post, .post_texto, #content_blog .data_post{
        font-size: 3.9vw;
    }
    .post_texto{
        line-height: 6.7vw;
        text-align: justify;
    }
    .post_texto img{
        width: 100%;
    }
    .byfilter .material-icons{
        font-size: 8vw;
    }
    .byfilter p{
        font-size: 3.4vw;
        padding-left: 9.5vw;
        margin-top: 7px;
    }
    .menu_filtro{
        width: 100%;
        padding: 0.3vw 0vw 0vw 0vw;
        display: none;
    }
    .menu_filtro select {
        padding: 2.5vw;
        font-size: 3.9vw;
        border-radius: 1.4vw;
        border-width: 0.5vw;
        width: 100%;
        margin-bottom: 3vw;
    }
    .menu_filtro span{
        display: none;
    }
    .soul_tour_button, #box_filtros_soul_7_2{
        margin-left: 0;
        font-size: 3.9vw;
        width: 60%;
        float: initial;
        padding: 2.6vw;
    }
    #box_filtros_soul_7_2{
        float: right;
        width: 32%;
        font-size: 3.5vw;
    }
    #content_form{
        float: left;
    }
    .menu_blog_respon{
        display: none;
        width: 100%;
        /* display: grid; */
        position: absolute;
        background: #5fbfcb;
        z-index: 9;
        left: 0;
    }
    .menu_blog_respon a{
        font-size: 4vw !important;
        padding: 4vw 4.5vw !important;
        text-align: left;
        display: block;
    }
    .menu_blog_respon span{
        display: none;
    }
    .categoria_mobile{
        display: flex;
        width: 40%;
    }
    .categoria_mobile a{
        font-size: 4vw !important;
        float: left;
        padding: 3vw 7.5vw !important;
    }
    .categoria_mobile .material-icons{
        position: absolute;
        margin-left: -8vw;
        margin-top: -1vw;
        font-size: 7vw;
    }
    #menu_blog{
        width: 90%;
    }
    #box_busca_reserva2{
        width: 43%;
        margin: -8.1vw 9vw 0px 0px;
        height: auto;
    }
    #box_busca_reserva2 input{
        font-size: 4vw;
        padding: 1.1vw 0vw 0.2vw 0.8vw;
        width: 35vw;
    }
    #box_busca_reserva3 button{
        width: auto;
        height: auto;
    }
    #box_busca_reserva3 .material-icons{
        font-size: 6vw;
    }
    .busca_title{
        font-size: 2.9vw;
    }
    .categoria_mobile span {
        font-size: 5vw !important;
        padding-top: 2vw;
    }
    #logo_topo2{
        width: 50%;
        z-index: 10;
        left: 25%;
        padding: 19vw 0 0 0;
    }
    .box_post img{
        height: 52.3vw;
    }
}



