/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
	Custom styles
	Criado por Carolina Cadido
	@candidocarol

*/
/*
 * Banner
*/
.banner-desktop .e-con>.e-con-inner {
	max-width: 100%!important;
}


/* 
 * Geral
 */
p {
	margin-bottom: 0px;
}

/*
 * Tratamentos
 */
.loop-tratamentos .elementor-swiper-button-prev {
	margin-left: -36px!important;
}
.loop-tratamentos .elementor-swiper-button-next {
	margin-right: -36px !important;
}
@media (max-width: 540px) {
	.loop-tratamentos .elementor-swiper-button-prev {
		margin-left: 0px!important;
	}
	.loop-tratamentos .elementor-swiper-button-next {
		margin-right: 0px !important;
	}
}

/*Equipe*/
.dr {
    font-size: 24px;    
}
.cro {
	color: #E9B2C3;
	display: block;
	padding-top: 16px;
	font-size: 16px;
}
.section-equipe {
	overflow: hidden;
}
@media (max-width: 540px) {
	.section-equipe .elementor-image-box-content {
		margin-top: -30px;
	}
}

/*Contato*/
.elementor-field-type-upload input {
    background: white;
    border: 1px solid red;
    font-size: 12px;
    border-radius: 30px;
    padding: 10px;
	width: 100%;
}
@media (max-width: 640px) {
	.elementor-10 .elementor-element.elementor-element-6352000 .elementor-heading-title {
		display: block;
		width: 100%;
	}
}