/*
Theme Name: labbotheme
Version: 3.0.57
*/
/* Browser Reset */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: bold;
    src:    url('../font/gotham-rounded/Gotham-Rounded-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 100;
    src:    url('../font/gotham-rounded/Gotham-Rounded-Book_.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 300;
    src:    url('../font/gotham-rounded/Gotham-Rounded-Light.ttf') format('truetype');
}
@font-face {
    font-family: 'Gotham Rounded';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src:  url('../font/gotham-rounded/Gotham-Rounded-Medium.ttf') format('truetype');
}


/*---------------------------------------------------
# RESET
---------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    box-sizing: border-box;
    outline: none;
}
body {
    font-family: 'roboto';
    font-weight: normal;
}

.link-seo {
    cursor: pointer;
}

a{
    font-size: 0.937rem;
    text-decoration: none!important;
    font-family: 'Gotham Rounded', sans-serif, arial;
    font-style: normal;
}
a:hover{
    text-decoration: none!important;
}

button{
    font-size: 0.937rem;
    font-family: 'Gotham Rounded', sans-serif, arial;;
    font-style: normal;
}

p{
    font-size: 0.937rem;
    font-weight: 600;
    line-height: 1.375rem;
    font-family: 'roboto', sans-serif, arial;
    font-style: normal;
}

span{
    font-family: 'Gotham Rounded', sans-serif, arial;
    font-style: normal;
    font-size: 0.937rem;
}

h1{
    font-size: 3.25rem;
    font-family: 'Gotham Rounded', sans-serif, arial;
    font-style: normal;
    font-weight: bold;
}
h2{
    font-size: 2.875rem;
    font-family: 'Gotham Rounded', sans-serif, arial;
    font-style: normal;
    font-weight: bold;
}


h3{
    font-size: 2.250rem;
    font-family: 'Gotham Rounded', sans-serif, arial;
    font-weight: bold;
}

h4{
    font-size: 1.125rem;
    font-family: 'Gotham Rounded', sans-serif, arial;
    font-style: normal;
    font-weight: bold;
}

@media (max-width: 992px) {
    p{
        font-size: 0.750rem!important;
    }
    span{
        font-size: 0.750rem!important;
    }

    a{
        font-size: 0.750rem!important;
    }

    h1{
        font-size: 1.875rem!important;
    }

    h2{
        font-size: 1.625rem!important;
    }
    h3{
        font-size: 1.125rem!important;
    }
    h4{
        font-size: 1.125rem!important;
    }
}

/*---------------------------------------------------
# PROJETO - GRID - PADRÕES
---------------------------------------------*/

:root {
    --main-azul-gradiente: linear-gradient(131.03deg, #00DBBB 2.54%, #00C3F7 77.08%);
    --main-azul-escuro: #2D4B7D;
    --main-verdinho: #00DBBB;
}

.gradient-border{
    border: 1px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-radius: 8px;
}

.blue{
    border-image-source: linear-gradient(158.74deg, #00DBBB 2.54%, #00C3F7 77.08%);
}

.grid {
    display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap;
    position: relative;
}

@media (min-width: 576px) {
    .grid {
        max-width: 540px;
        padding: 0px 0px;
    }
}

@media (min-width: 768px) {
    .grid {
        max-width: 720px;
        padding: 0px 0px;
    }
}

@media (min-width: 992px) {
    .grid {
        max-width: 960px;
        padding: 0px 0px;
    }
}

@media (min-width: 1200px) {
    .grid {
        max-width: 1140px;
        padding: 0px 15px;
    }
}

/*---------------------------------------------------
# OWL SLIDER
---------------------------------------------*/


.owl-nav {
    position: absolute;
    top: 48%;
    left: 19%;
    display: flex;
    justify-content: space-between;
    width: 63%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-next:hover,
.owl-next {
    background-color: transparent !important;
    outline: none;
    right: 20%;
    width: 32px;
    height: 66px;
    border-style: none !important;

}

.owl-next span,
.owl-prev span {
    outline: none;
    display: none;
}

.owl-prev:hover,
.owl-prev {
    background-color: transparent !important;
    outline: none;
    right: 20%;
    width: 32px;
    height: 66px;
    border-style: none !important;
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.owl-dots {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -57px;
    max-width: 300px;
    margin: 0 auto;
}

.owl-dot{
    display: inline-block;
    zoom: 1;
    background: 0 0;
    outline: none;
    border: none;
}
.owl-dot.active{
    outline: none;
}
.owl-dot:focus, .owl-dot:active{
    border: none;
    outline: none;
}

.owl-dot:hover.active span, .owl-dot.active span {
    background-color: transparent !important;
    width: 26px !important;
    height: 26px !important;
    position: relative;
    outline: none !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.owl-dot:hover span, .owl-dot span {
    margin: 5px 0px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    background-color: #fff !important;
    width: 6px !important;
    height: 6px !important;
    outline: none !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}


@media (max-width: 992px) {
    .owl-nav{
        display: none!important;
    }
}

/* Animation + Hover */

button:hover,
a:hover {
    transition: .5s cubic-bezier(0, 0, 0, 1.07);
    text-decoration: none !important;
}

.especialidades-input button:active,
.especialidades-input button:focus,
.especialidades-input button:hover,
.contato-form button:active,
.contato-form button:focus,
.contato-form button:hover,
.envie-seu-curriculo button:active,
.envie-seu-curriculo button:focus,
.envie-seu-curriculo button:hover,
.contact-2 button:active,
.contact-2 button:focus,
.contact-2 button:hover{
    transition: .5s;
    background: linear-gradient(131.03deg,#00c3f7 50.54%,#00dbbb 77.08%);
    color: #fff;
}
.menu-principal .menu-item a:hover,
footer .bottom .center ul li a:hover{
    text-decoration: none !important;
}
.menu-principal .menu-item a,
footer .bottom .center ul li a{
    text-decoration: none !important;
    position: relative;
}
.menu-principal .menu-item a::before,
footer .bottom .center ul li a::before {
    content: '';
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
	width: 0%;
	height: 1px;
	background: #2D4B7D;
    transition: all ease .3s;
	opacity: 0;
}
.menu-principal #menu-item-76.menu-item > a::before,
.menu-principal .menu-item.especialidades > a::before{
    display: none;
}

.menu-principal .menu-item a:hover::before,
footer .bottom .center ul li a:hover::before,
.menu-principal .menu-item a:focus::before,
footer .bottom .center ul li a:focus::before {
    width: 100%;
    opacity: 1;
}
footer .bottom .center ul li a.footer-button::before,
footer .bottom .center ul li a.footer-button:hover::before{
    display: none;
}
.inner-unidades .conteudo a:focus,
.inner-unidades .conteudo a:active,
.inner-unidades .conteudo a:hover,
footer .bottom .center ul li a.footer-button:focus,
footer .bottom .center ul li a.footer-button:active,
footer .bottom .center ul li a.footer-button:hover{
    background-color: #2D4B7D;
    color: white;
}
.menu-principal .sub-menu .ver-todas a:active:before,
.menu-principal .sub-menu .ver-todas a:focus:before,
.menu-principal .sub-menu .ver-todas a:hover:before,
.bottom .buttons:active img,
.bottom .buttons:focus img,
.bottom .buttons:hover img,
.institucional-compliance-button a:active img,
.institucional-compliance-button a:focus img,
.institucional-compliance-button a:hover img,
.blog-slide .top a:active img,
.blog-slide .top a:focus img,
.blog-slide .top a:hover img{
    transition: all ease .2s;
    filter: brightness(0) invert(1);
}
.trabalhe-conosco .cards .botao-candidatar:focus,
.trabalhe-conosco .cards .botao-candidatar:active,
.trabalhe-conosco .cards .botao-candidatar:hover{
    background: #00c3f7;
    color: #fff;
}
.slider-especialistas .acessar-especialidade:active,
.slider-especialistas .acessar-especialidade:focus,
.slider-especialistas .acessar-especialidade:hover{
    border: 1px solid #00c3f7;
    background: #00c3f7;
    color: #fff;
}
.menu-principal .sub-menu .ver-todas a:active,
.menu-principal .sub-menu .ver-todas a:focus,
.menu-principal .sub-menu .ver-todas a:hover,
.institucional-compliance-button a:active,
.institucional-compliance-button a:focus,
.institucional-compliance-button a:hover,
.bottom .buttons:active,
.bottom .buttons:focus,
.bottom .buttons:hover,
.blog-slide .top a:active,
.blog-slide .top a:focus,
.blog-slide .top a:hover{
    border: 1px solid #00c3f7;
    background: #00c3f7;
    color: #fff;
}

.blog-card .conteudo .bottom a img{
    position: relative;
}
.blog-card .conteudo .bottom a:focus img,
.blog-card .conteudo .bottom a:active img,
.blog-card .conteudo .bottom a:hover img{
    -webkit-animation: myfirst 0.5s; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: myfirst 0.5s;
    animation-direction: alternate;
    z-index: 0;
}
@-webkit-keyframes myfirst {
    0%   {left: -50px; top: -1px;}
    100%  {left: 0px; top: -1px;}
}
@keyframes myfirst {
    0%   {left: -50px; top: -1px;}
    100%  {left: 0px; top: -1px;}
}

.go-up-button:active,
.go-up-button:focus,
.go-up-button:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.modal_slides{
    top:25%;
}
.modal_slides .close{
    position:fixed;
    top:2rem;
    right:2rem;
    outline: none;
    opacity: 1;
}
.modal_slides .close span{
    font-size:3rem;
    color:#fff;
}
a.svelte-tf9xlx>span.svelte-tf9xlx{
    display:none!important;
}
.hkn-footer small{
    display:none!important;
}