/*---------------------------------------------------------------------------------

 Theme Name:   Leaft Saúde
 Theme URI:   https://lefsaudetotal.com.br/
 Description:  
 Author:       Tiago Pessoa
 Author URI:   http://tiagopessoaa.com.br
 Template:     Divi
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@font-face {
    font-family: 'Gotham Ultra';
    src: url('./assets/fonts/Gotham-Ultra.woff2') format('woff2'),
        url('./assets/fonts/Gotham-Ultra.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.btn_exame {
	display: flex;
	align-items:center;
	height:80px;
	border:1px solid #e9f0f5;
	background-color:#f9fcfe;
	color:#11449f;
	font-size:1.6rem;
	padding-left:50px;
	padding-right:30px;
}
.btn_exame img.icone {
	width:48px;
	height:auto;
	margin-right:10px;
}
.btn_exame img.arrow {
	margin-left:auto;
}


/* SERVIÇOS */
.service-item {
	display:block;
	margin-bottom:1rem;
	color:#203c77;
	font-size:28px;
}
.service-item:hover,
.service-item.active{
	color:#18b1c9;
}


#et-info-phone:before {
	display:none;
}
/* 
.et_header_style_left #et-top-navigation{
	padding-top:23px;
}
.et_header_style_left #et-top-navigation nav>ul>li {
	padding-bottom:33px;
	transition:all 0.4s ease-in-out;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding:0;
}
.et_header_style_left #et-top-navigation .btn_wp {
	background-color:#4bbcce;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	border-radius:14px;
	padding:.5rem 1.2rem .5rem 30px!important;
	position:relative;
}
.et_header_style_left #et-top-navigation .btn_wp::before {
	content:"";
	display:inline-block;
	background:url(https://lefsaudetotal.com.br/wp-content/uploads/2024/07/wp-icon.png) no-repeat center center;
	background-size:20px auto;
	width:20px;
	height:20px;
	position:absolute;
	left:7px;
	top:5px;
} */

/* ESPECIALIDADES */
.sec_especialidades ul  {
	list-style:none;
	padding:0;
	margin:0;
}
.sec_especialidades ul li {
	margin-bottom:1.5rem;
	border: 1px solid #e9f0f5;
    background-color: #f9fcfe;
    color: #11449f;
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
} 

@media (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation {
        padding-top: 13px;
    }
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li {
		padding-bottom: 20px;
	}
	.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
        padding-bottom: 0px;
    }
} 