#loom-companion-mv3{display: none;}

html a{
    color: #0092d3;
    text-decoration: underline;
}

ins{margin: 40px 0;}

.mobile{display: block;}
.desktop{display: none;}

@media(max-width:900px){
    #nav{
        position: absolute;
        top: 97px;
        left: 0;
        background: #000;
        flex-direction: column;
        width: 100%;
        padding: 40px 20px 0;
    }
    header nav a{
        position: relative;
        margin: 0 0 30px;
        line-height: 1;
        text-align: center;
    }
    header nav a::after{
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-image: url(../../img/home-encontre/linha-ciano.png);
        position: absolute;
        bottom: -10px;
        background-size: cover;
    }
    #btn-mobile{
        display: flex;
        gap: 0.5rem;
        padding: .5rem 1rem;
        font-size: 1rem;
        border: none;
        background: none;
        cursor: pointer;
        color: #c4d0dc;
    }
    #hamburger{
        border-top: 2px solid;
        width: 20px;
    }

    #hamburger::after,#hamburger::before{
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.4s;
        position: relative;
        background: #c4d0dc;
    }

    #nave.active #hamburger{
        border-top-color: transparent;
    }

    #nave.active #hamburger::after{
        transform: rotate(135deg);
        top: -7px;
    }

    #nave.active #hamburger::before{
        transform: rotate(-135deg);
    }
    #menu{
        z-index: 1000;
        visibility: hidden;
        overflow-y: hidden;
        position: relative;
        background: #fff;
        height: 0;
        transition: .6s;
    }
    #nav{
        /*display: none;*/
        visibility: hidden;
        position: absolute;
        width: 100%;
    }
    #nav.active{
        /*display: block;*/
        /*top: 55px;*/
        z-index: 99;
    }
    #nav.active{
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;
    }
}

header .logo{
    max-width: 110px;
}
header p{
    color: #b5b5b5;
    font-size: 12px;
    max-width: 150px;
    line-height: 1.2;
    margin: 10px 0;
}

header{    
    padding: 10px 20px;
    background: #000;
}

.menu-diferente{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
header .largura-total{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav{
    display: flex;
}


header nav a{
    color: #fff!important;
    font-size: 18px;
}
header nav a:hover{
    text-decoration: underline;
}
.botao:hover{
    transform: scale(1.1);
    transition-duration: .4s;
}
header{
    background: #003D58;
    padding: 10px;
}
header .menu{
    max-width: 1350px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
header img{max-width: 155px;}
header .input{
    display: flex;
    align-items: center;
}
header form{
    display: flex;
    border: 2px solid #0ff;
    border-radius: 80px;
    max-width: 170px;
}
header input#s{
    background: #0000;
    border: none;
    color: #fff;
    padding: 10px;
}
header input#s::placeholder{
    color: #fff;
}
#lupa{
    background-color: #0000!important;
    background-image: url("../lupa.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

.post-categories{list-style: none;}
.home1{
	background-image: url("../img/bg-home.png");
	padding: 40px 20px;
}
.home1 h1{
	text-align: center;
    padding: 40px 0 10px;
    color: #0ff;
    font-size: 2.4rem;
}
.home1 h1 strong{
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.8rem;
}
.home1 h2{
	text-align: center;
    padding: 30px 0 0;
    color: #fff;
    font-size: 2rem;
}
@keyframes seta{
	from{
		position: relative;
		top: 0px;
	}
	to{
	    position: relative;
	    top: 40px;
	}
}
.gps{
	animation: seta 1s infinite;
}

.filtro{
    background: #333;
    padding: 40px 20px;
}
.filtro select{
	background: #0000;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin: 0 0 20px;
}
.filtro option {opacity: .5;background: #000;}
.filtro select::before{
	content: "▼";
	position: absolute;
}

.botao{
	font-size: 26px;
	text-transform: uppercase;
	background: #003D58;
	border: 3px solid #00FFFF;
	border-radius: 10px;
	color: #fff;
    padding: 5px 30px;
    margin: auto;
    display: block;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.anuncie{position: relative;margin: 0 0 80px;}
.anuncie .slick-arrow{display: none!important;}
.anuncie h2{
    text-align: center;
    padding: 20px 10px 15px;
}
.anuncie .cta{
    background: hsl(0deg 0% 100% / 75%);
    padding: 5px;
    padding-left: 10px;
    max-width: 130px;
    position: absolute;
    z-index: 90000;
    border-radius: 0 5px 5px 0;
    color: #000000b5;
    font-size: 0.4rem;
    text-transform: uppercase;
    font-weight: bold;
    bottom: 10px;
    line-height: 1.4;
}
.anuncie .cta span{
    display: block;
    font-size: .97rem;
}
#anuncie{
    width: 400px;
    max-width: 93%;
    margin: auto;
    padding: 0 ;
}
#anuncie .slick-slide{
    max-width: 100%;
    right: -10px;
    margin: 0 10px;
}

.conteudo .banner{
    max-width: 94%;
    margin: auto;
    display: block;
}

.publi{
    max-width: 1050px;
    margin: auto;
}
.publi p{
    text-align: center;
    color: #898989;
    font-size: 12px;
}
.publi ins{margin: 0 auto 20px;}

.empresa{
    position: relative;
    border: 3px solid #003D58;
    box-shadow: 9px 10px 19px rgba(0, 0, 0, 0.66);
    border-radius: 5px;
    max-width: 90%;
    width: 1000px;
    margin: 80px auto;
    padding: 20px;
    text-align: center;
}
.empresa #btn_compartilhar{
    position: absolute;
    top: -40px;
    background: #003d58;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5px 5px 0 0;
}
/*#btn_compartilhar input{
    visibility: hidden;
    position: absolute;
}*/
#btn_compartilhar i{
    color: #fff;
    font-size: 35px;
    vertical-align: -webkit-baseline-middle;
}
.empresa .right ul{text-align: left;}
.empresa .foto-perfil{
    width: 187px;
    height: 187px;
    border-radius: 200px;
    border: 3px solid #003D58;
    box-shadow: 5px 8px 10px 0px rgb(0 0 0);
    margin-bottom: 40px;
    object-fit: cover;
    object-position: bottom;
}
.empresa h2{
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #333;
}
.empresa h3{color: #003D58;}
.post-categories{padding: 0}
.post-categories a{color: #003D58;}
.post-categories a:hover{color: #003D58;text-decoration: underline;}
.empresa p{text-align: left;}
.empresa .icones{
    max-width: 200px;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.botao-empresa{
    background: #c8c8c8;
    padding: 5px 30px;
    display: block;
    width: fit-content;
    margin: 20px auto 10px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 1.2rem;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 5px #c8c8c8;
    border-radius: 5px;
    color: #003D58!important;
}
.on{
    cursor: pointer;
    background: #0ff;
    box-shadow: 0px 0px 5px #00FFFF;
    pointer-events: visible;
}
.off{
    pointer-events: none;
    cursor: default;
}
.on.botao-empresa:hover{
    text-decoration: underline;
    box-shadow: 0px 0px 20px 4px #0ff;
    filter: brightness(1.2);
}
.empresa .site{
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 30px;
    display: block;
}

.texto-seo{
    padding: 40px 20px;
    margin-top: 60px;
    max-width: 800px;
}

footer{
    background: #003D58;
    text-align: center;
    padding: 5px 20px;
    color: #b0b0b0;
    text-transform: uppercase;
}
footer p{margin: 10px 0 0;}
footer a:hover{text-decoration: underline;}

.pagination{text-align: center;}
.pagination .page-numbers {
    border: 1px solid;
    border-radius: 0;
    padding: 5px 8px;
    display: initial!important;
}