/*-----------------------------------------------------------------------------------
	DS ODONTOLOGIA
	About: A shiny new Blocs website.
	Author: Alexande Tadashi Takahashi
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}

/*  Rounded Image */
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}
/*  Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.text-justify{
	text-align: justify;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .ratio::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .ratio{
	padding-bottom: 8%;
}
/* = MacBook Space Grey
-------------------------------------------------------------- */

.mb-space-grey{
	background-image:url("img/Apple-Macbook-Space-Grey.png");
	background-image: -webkit-image-set(url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);background-image: image-set(url("img/Apple-Macbook-Space-Grey.png") 1x,
url("img/Apple-Macbook-Space-Grey.png") 2x,url("img/Apple-Macbook-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Space-Grey.webp") 2x);
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.link-style{
	width:35.41%;
	padding-top:1px;
	padding-bottom:1px;
	font-family:"PT Sans Narrow";
	font-weight:bold;
	font-size:18px;
}
.bloc-fill{
	fill:rgba(0,0,0,0.68);
}
.h1-style{
	font-size:50px;
	font-family:"Lato";
	font-weight:900;
}
.label-style{
	font-family:"Poppins";
	font-weight:700;
}
.label-2-style{
	width:100%;
	font-family:"Poppins";
	font-weight:700;
}
.h3-style{
	font-family:"Poppins";
	font-weight:700;
}
.p-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:20px;
	width:100%;
}
.h3-bloc-4-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:500;
}
.h3-ortodontia-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:500;
}
.h3-5-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:500;
}
.h3-6-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:500;
}
.h3-7-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:500;
}
.h3-8-style{
	font-size:18px;
	font-family:"Poppins";
	font-weight:500;
}
.cartao{
	box-shadow:0.00px 3.00px 3px rgba(0,0,0,0.20);
	position:relative;
}
.cartao:hover{
	box-shadow:0.00px 6.00px 2px rgba(0,0,0,0.20);
	position:relative;
	bottom:5px;
}
.bloc-bloc-1-fill{
	fill:var(--swatch-var-5588);
}
.botoes{
	background-color:rgba(35,53,227,0.88);
	color:#FFFFFF!important;
}
.botoes:hover{
	background-color:rgba(0,45,204,0.82);
	color:#FFFFFF!important;
}
.img-style{
	width:533px;
}
.bloc-padding-left{
	padding-left:0px;
	padding-right:29px;
	margin-top:0px;
}
.h3-9-style{
	font-family:"Poppins";
	font-weight:700;
}
.row-style{
	width:100%;
}
.grid-style{
	grid-template-columns:0.20fr 1fr;
	column-gap:0px;
	width:100%;
	min-height:88px;
}
.p-bloc-14-style{
	font-size:14px;
	font-family:"Poppins";
}
.h6-style{
	font-family:"Poppins";
	font-weight:500;
}
.img-bloc-14-style{
	width:55px;
}
.h3-10-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:32px;
}
.p-22-style{
	font-size:22px;
	font-family:"Poppins";
	font-weight:500;
}
.botao-agendar{
	color:#1C41AF!important;
	font-weight:bold;
	font-size:18px;
}
.botao-agendar:hover{
	font-size:18px;
	font-weight:bold;
	color:#1C41AF!important;
}
.botaofone{
	font-size:18px;
	font-weight:bold;
}
.botaofone:hover{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF!important;
	background-color:transparent;
}
.botao-agendar:active{
	color:#1C41AF!important;
}
.botao-agendar:focus{
	font-size:18px;
	font-weight:bold;
	color:#1C41AF!important;
}
.row-bloc-16-style{
	width:68.72%;
}
.container-div-min-height{
	min-height:74px;
	width:100%;
}
.btn-style{
	width:37.46%;
}
.grid-bloc-15-style{
	row-gap:29px;
	width:100%;
}
menu{
	font-size:18px;
	font-weight:500;
	color:#272B2C!important;
	font-family:"Poppins";
}
.h2-style{
	font-family:"Poppins";
	font-weight:500;
}
.menu_classe{
	border-width:15px 15px 15px 15px;
}
.h1-1-style{
	font-family:"Lato";
	font-weight:900;
}
.bloc-0-fill{
	fill:rgba(0,0,0,0.71);
}
.botoes_line:hover{
	font-weight:lighter;
}
.img-2-style{
	width:450px;
}
.grid-0-style{
	column-gap:82px;
	min-height:80px;
	width:85.39%;
	grid-template-columns:0.95fr 1.20fr;
}
.container-div-0-style{
	width:58.68%;
}
.container-div-47846-style{
	width:100%;
}
.container-div-25336-style{
	width:62.22%;
}
.grid-5224-style{
	column-gap:31px;
	width:79.03%;
}
.container-div-0-min-height{
	min-height:57px;
}
.h2-nossa-história-style{
	font-family:"Poppins";
	font-weight:700;
}
.h3-nossos-pilares-style{
	font-family:"Poppins";
	font-weight:700;
}
.divider-style{
	width:7.46%;
	margin-left:auto;
	margin-right:auto;
	height:4px;
}
.h3-nossa-equipe-style{
	font-family:"Poppins";
	font-weight:700;
}
.divider-0-style{
	width:10%;
	margin-left:auto;
	margin-right:auto;
	height:4px;
}
.h5-style{
	font-family:"Lato";
	font-weight:700;
}
.h5-5-style{
	font-size:16px;
	font-family:"Poppins";
	font-weight:500;
}
.h5-10-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
}
.p-13-style{
	font-size:14px;
	font-family:"Poppins";
}
.p-12-style{
	font-size:14px;
	font-family:"Poppins";
}
.p-14-style{
	font-size:14px;
	font-family:"Poppins";
}
.p-15-style{
	font-size:14px;
	font-family:"Poppins";
}
.h3-30960-style{
	font-family:"Poppins";
	font-weight:700;
}
.divider-42149-style{
	height:4px;
	width:6%;
	margin-left:auto;
	margin-right:auto;
}
.h3-16887-style{
	font-family:"Poppins";
	font-weight:700;
}
.p-23-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
}
.h4-bloc-9-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:20px;
}
.coluna_form{
	border-radius:15px 15px 15px 15px;
}
.linha_form{
	border-style:solid;
	border-color:rgba(105,102,102,0.24)!important;
	padding-top:14px;
	padding-bottom:14px;
}
.text_form{
	color:rgba(82,77,77,0.88)!important;
}
.h5-about-style{
	font-family:"Lato";
	font-weight:700;
}
.h5-ds-odontologia-style{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.img-32-style{
	width:24px;
	height:24px;
	border-radius:13px 13px 13px 13px;
}
.p-46-style{
	font-size:16px;
	font-family:"Poppins";
	font-weight:500;
	width:84.64%;
}
.p-47-style{
	line-height:30px;
}
.h5-links-úteis-style{
	font-family:"Lato";
	font-weight:700;
}
.h5-serviços-style{
	font-family:"Lato";
	font-weight:700;
}
.p-48-style{
	line-height:30px;
}
.h5-contato-style{
	font-family:"Lato";
	font-weight:700;
}
.h5-19-style{
	font-size:17px;
}
.divider-23230-style{
	height:1px;
}
.p-bloc-25-style{
	line-height:30px;
}
.img-bloc-8-style{
	height:300px;
}
.img-21-style{
	height:300px;
}
.img-20-style{
	height:300px;
	width:197px;
}
.img-19-style{
	height:300px;
}
.p-bloc-26-style{
	font-size:14px;
}
.h2-2-style{
	font-family:"Poppins";
	font-weight:700;
}
.botao_instagram{
	background:repeating-linear-gradient(306deg, #B50BED 0%, #C13491 49%, #263DFF 100%);
}
.botao_instagram:hover{
	background:linear-gradient(0deg, #864C32 0%, #722D94 47%, #C21D52 100%);
}
.h5-18-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-2-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:46px;
	width:100%;
}
.botao_especialid{
	color:var(--swatch-var-5005)!important;
}
.botao_especialid:hover{
	color:var(--swatch-var-5588)!important;
}
.fundo_especialid{
	background:linear-gradient(100deg, #35BBF7 0%, #0392DB 76%);
	font-size:16px;
	font-family:"Poppins";
	font-weight:500;
}
menu:hover{
	font-family:"Poppins";
	font-weight:500;
	color:#1C4EEA!important;
	font-size:18px;
	border-style:solid;
}
menu:active{
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
	color:#1027A3!important;
}
.h3-42639-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:32px;
}
.h3-feature-title-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
}
.p-25-style{
	font-family:"Poppins";
}
.card_especialidades{
	width:32%;
	margin-bottom:20px;
	margin-left:5px;
	margin-right:5px;
	box-shadow:0.00px 2.00px 2px #474545;
	border-radius:8px 8px 8px 8px;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-2243)!important;
}
.card_especialidades:hover{
	position:relative;
	bottom:5px;
}
.h3-20641-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:18px;
}
.p-34-style{
	font-family:"Poppins";
}
.servicos_especiais{
	margin-right:5px;
	border-width:1px 1px 1px 1px;
	border-radius:8px 8px 8px 8px;
	border-color:var(--swatch-var-2243)!important;
	border-style:solid;
	margin-left:5px;
	width:48%;
}
.servicos_especiais:hover{
	position:relative;
	bottom:5px;
}
.h3-11-style{
	font-family:"Poppins";
	font-weight:700;
}
.p-36-style{
	font-family:"Poppins";
}
.divider-44017-style{
	width:10%;
	height:4px;
	margin-left:auto;
	margin-right:auto;
}
.img-whatsa-style{
	width:300px;
}
.h3-23-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:40px;
}
.bloc_privacidade{
	background:linear-gradient(269deg, #0000FF 49%, rgba(17,130,255,0.96) 100%);
}
.link-bloc-26-style{
	text-decoration:none;
}
.link-termos-de-uso-style{
	text-decoration:none;
}
.bloc_termos{
	background:linear-gradient(180deg, #001EC5 0%, #406BFF 100%);
}
.h4-2-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:32px;
}
.img-imac-scre-style{
	width:400px;
}
.link-home-style{
	text-decoration:none;
}
.link-quem-somos-style{
	text-decoration:none;
}
.link-especialidades-style{
	text-decoration:none;
}
.link-agendamento-style{
	text-decoration:none;
}
.link-contato-style{
	text-decoration:none;
}
.link-bloc-25-style{
	text-decoration:none;
}
.h4-4-style{
	font-size:18px;
}
.bloc_unidades{
	background:linear-gradient(180deg, rgba(0,41,212,0.89) 0%, #1195FF 100%);
}
.link-0-style{
	text-decoration:none;
}
.link-0-bloc-25-style{
	text-decoration:none;
}
.link--11-4349-5499--style{
	text-decoration:none;
}
.link-0--11-4349-5499--style{
	text-decoration:none;
}
.link-bloc-9-style{
	text-decoration:none;
}
.link-28721-style{
	text-decoration:none;
}
.link-bloc-15-style{
	text-decoration:none;
}
.link-39427-style{
	text-decoration:none;
}
.link-40442-style{
	text-decoration:none;
}
.link-0-especialidades-style{
	text-decoration:none;
}
.link-bloc-2-style{
	text-decoration:none;
	color:var(--swatch-var-3181)!important;
}
.link-0-bloc-2-style{
	text-decoration:none;
	width:47.05%;
}
.h5-bloc-18-style{
	line-height:30px;
	font-family:"Poppins";
	font-weight:500;
}
.bloco_contato{
	background:linear-gradient(0deg, rgba(0,91,220,0.89) 0%, #0D2ADD 100%);
	font-family:"Poppins";
	font-weight:500;
}
.h2-4-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-17-style{
	font-family:"Poppins";
	font-weight:500;
	font-size:20px;
}
.link-bloc-8-style{
	text-decoration:none;
}
.img-instagr-style{
	width:380px;
	height:210px;
}
.link-bloc-18-style{
	text-decoration:none;
}
.link-49001-style{
	text-decoration:none;
}
.link-0-contato-style{
	text-decoration:none;
}
.img-bloc-10-style{
	height:280px;
}
.fundo_agenda{
	background:linear-gradient(274deg, #3A76DC 32%, #4B98DE 100%);
}
.botao_agendamento{
	font-family:"Poppins";
	font-size:14px;
	font-weight:700;
	color:var(--swatch-var-5539)!important;
}
.botao2_agenda{
	font-size:16px;
	font-family:"Poppins";
	font-weight:700;
}
.h5-missão-style{
	font-family:"Poppins";
	font-weight:500;
}
.h5-visão-style{
	font-family:"Poppins";
	font-weight:500;
}
.h5-valores-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-bloc-3-style{
	font-family:"Poppins";
}
.p-5-style{
	font-family:"Poppins";
}
.p-6-style{
	font-family:"Poppins";
}
.p-bloc-4-style{
	font-family:"Poppins";
}
.p-8-style{
	font-family:"Poppins";
}
.p-10-style{
	font-family:"Poppins";
}
.p-bloc-5-style{
	font-family:"Poppins";
	font-weight:500;
}
.h3-12-style{
	font-family:"Poppins";
	font-weight:700;
	font-size:18px;
	width:92.31%;
}
.p-38-style{
	font-family:"Poppins";
	font-size:14px;
}
.img-34-style{
	width:30px;
	border-radius:0px 0px 0px 0px;
}
.card_agendamento{
	width:31%;
	border-radius:8px 8px 8px 8px;
	box-shadow:0.00px 2.00px 2px rgba(123,120,120,0.40);
	margin:2px 10px 2px 2px;
	border-color:rgba(142,139,139,0.38)!important;
}
.card_agendamento:hover{
	bottom:5px;
	position:relative;
}
.p-39-style{
	font-family:"Poppins";
}
.p-40-style{
	font-family:"Poppins";
}
.h3-15-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-41-style{
	font-family:"Poppins";
	font-size:18px;
}
.p-42-style{
	font-family:"Poppins";
	font-size:18px;
}
.botao_whatsapp{
	font-family:"Poppins";
	font-weight:600;
	font-size:16px;
	padding:15px 20px 15px 20px;
}
.botao_app{
	padding:12px 12px 12px 12px;
	font-family:"Poppins";
	font-weight:500;
	font-size:16px;
	color:rgba(38,122,210,1.00)!important;
}
.botao_app:hover{
	font-family:"Poppins";
	color:#0A218B!important;
	font-size:16px;
	background-color:rgba(78,77,77,0.08);
}
.h4-7954-style{
	font-family:"Poppins";
	font-weight:700;
}
.divider-22456-style{
	width:8%;
	height:4px;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-5588);
}
.agendador{
	border-width:3px 3px 3px 3px;
	border-radius:25px 25px 25px 25px;
	border-style:solid;
	border-color:var(--swatch-var-3181)!important;
}
.agendador:hover{
	position:relative;
	bottom:5px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-5539);
}
.link-0-bloc-15-style{
	text-decoration:none;
}
.link--11-98746-6235-style{
	text-decoration:none;
}
.link-bloc-20-style{
	text-decoration:none;
}
.link-bloc-24-style{
	text-decoration:none;
}
.link-0-bloc-18-style{
	text-decoration:none;
}
.link--11-98106-1117-style{
	text-decoration:none;
}
.link-0--11-98106-1117-style{
	text-decoration:none;
}
.link-39288-style{
	text-decoration:none;
}
.link-36034-style{
	text-decoration:none;
}
.link-14052-style{
	text-decoration:none;
}
.link-40521-style{
	text-decoration:none;
}
.img-pagamento-style{
	width:300px;
	height:220px;
}
.p-51-style{
	width:100%;
	font-family:"Poppins";
	font-weight:500;
}
.h5-30-style{
	font-size:26px;
	font-family:"Poppins";
	font-weight:500;
}
.img-pagamen-style{
	width:400px;
}
.h2-20719-style{
	font-size:28px;
	font-family:"Poppins";
	font-weight:500;
}
.img-23-style{
	width:380px;
}
.img-bole-style{
	height:40px;
}
.img-icone-pagamen-style{
	height:40px;
}
.img-pix-1-style{
	height:40px;
}
.btn-c-style{
	width:29.01%;
}
.h3-ds-odontologia-style{
	font-size:30px;
	font-family:"Poppins";
	font-weight:500;
}
.h5-39-style{
	font-size:22px;
	font-family:"Poppins";
	font-weight:500;
}
.p-59-style{
	font-family:"Lato";
	font-weight:700;
}
.p-20963-style{
	font-family:"Poppins";
}
.h2-ds-odontologia-style{
	font-family:"Poppins";
	font-weight:700;
}
.h3-31-style{
	font-family:"Poppins";
	font-weight:500;
}
.p-81-style{
	font-family:"Poppins";
}
.h2-3-style{
	font-family:"Poppins";
	font-weight:700;
}
.link-48057-style{
	text-decoration:none;
}
.h4-11736-style{
	width:100%;
	font-family:"Poppins";
}
.h2-atenção--style{
	font-family:"Poppins";
	font-weight:700;
}
.p-43-style{
	font-family:"Poppins";
}
.p-44-style{
	font-family:"Poppins";
}
.p-77-style{
	font-family:"Poppins";
}
.p-bloc-12-style{
	font-family:"Poppins";
}
.p-70-style{
	font-family:"Poppins";
}
.p-72-style{
	font-family:"Poppins";
}
.p-73-style{
	font-family:"Poppins";
}
.p-74-style{
	font-family:"Poppins";
}
.p-75-style{
	font-family:"Poppins";
}
.p-66-style{
	font-family:"Poppins";
}
.p-65-style{
	font-family:"Poppins";
}
.p-64-style{
	font-family:"Poppins";
}
.p-bloc-10-style{
	font-family:"Poppins";
}
.p-68-style{
	font-family:"Poppins";
}
.p-69-style{
	font-family:"Poppins";
}
.p-bloc-13-style{
	font-family:"Poppins";
}
.p-79-style{
	font-family:"Poppins";
}
.p-81-bloc-14-style{
	font-family:"Poppins";
}
.p-bloc-2-style{
	font-family:"Poppins";
}
.p-37-style{
	font-family:"Poppins";
}
.h3-45067-style{
	font-family:"Poppins";
	font-weight:500;
}
.navbar-brand img{
	width:33px;
}
.scroll-qoute-container{
	width:100%;
}
.quote-thumb{
	max-width:100px;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.h1-1252-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-39581-style{
	font-family:"Lato";
	font-weight:900;
}
.blocs-card-width{
	width:25%;
}
.img-24-style{
	height:140px;
}
.h1-22765-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-bloc-20-style{
	width:74.18%;
}
.link-0--11-98746-6235-style{
	text-decoration:none;
}
.link-0-bloc-9-style{
	text-decoration:none;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-5672:#0D1CAB;
	
	--swatch-var-3181:rgba(255,255,255,1.00);
	
	--swatch-var-4537:#1326EE;
	
	--swatch-var-3692:#C64AD8;
	
	--swatch-var-7952:#DC2626;
	
	--swatch-var-5588:rgba(19,112,239,0.66);
	
	--swatch-var-7321:#2BE247;
	
	--swatch-var-6970:#F4D50E;
	
	--swatch-var-5005:rgba(28,65,175,1.00);
	
	--swatch-var-2869:#121827;
	
	--swatch-var-7652:rgba(19,173,239,1.00);
	
	--swatch-var-7164:rgba(102,173,239,1.00);
	
	--swatch-var-2243:rgba(106,102,102,0.34);
	
	--swatch-var-5539:rgba(48,117,241,1.00);
	
	--swatch-var-6656:rgba(71,69,69,1.00);
	
	--swatch-var-2141:#15BA2E;
	
	--swatch-var-4971:rgba(54,100,201,1.00);
	
	--swatch-var-7343:#000000;
	
}


/* Background colour styles */

.bgc-5005{
	background-color:var(--swatch-var-5005);
}
.bgc-3181{
	background-color:var(--swatch-var-3181);
}
.bgc-5539{
	background-color:var(--swatch-var-5539);
}
.bgc-7952{
	background-color:var(--swatch-var-7952);
}
.bgc-4971{
	background-color:var(--swatch-var-4971);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}

/* Text colour styles */

.tc-3181{
	color:var(--swatch-var-3181)!important;
}
.tc-5588{
	color:var(--swatch-var-5588)!important;
}
.tc-6656{
	color:var(--swatch-var-6656)!important;
}
.bgc-5672{
	background-color:var(--swatch-var-5672);
}
.tc-5672{
	color:var(--swatch-var-5672)!important;
}
.tc-5005{
	color:var(--swatch-var-5005)!important;
}
.tc-7164{
	color:var(--swatch-var-7164)!important;
}
.tc-7952{
	color:var(--swatch-var-7952)!important;
}
.tc-4537{
	color:var(--swatch-var-4537)!important;
}

/* Button colour styles */

.btn-c-5588{
	background:var(--swatch-var-5588);
	color:#FFFFFF!important;
}
.btn-c-5588:hover{
	background:rgba(0,61,188,0.66)!important;
	color:#FFFFFF!important;
}
.btn-c-4971{
	background:var(--swatch-var-4971);
	color:#FFFFFF!important;
}
.btn-c-4971:hover{
	background:#033196!important;
	color:#FFFFFF!important;
}
.btn-c-3181{
	background:var(--swatch-var-3181);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3181:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5005{
	background:var(--swatch-var-5005);
	color:#FFFFFF!important;
}
.btn-c-5005:hover{
	background:#000E7C!important;
	color:#FFFFFF!important;
}
.btn-c-2141{
	background:var(--swatch-var-2141);
	color:#FFFFFF!important;
}
.btn-c-2141:hover{
	background:#008700!important;
	color:#FFFFFF!important;
}
.wire-btn-c-3181{
	color:var(--swatch-var-3181)!important;
	border-color:var(--swatch-var-3181)!important;
}

/* Link colour styles */

.ltc-2869{
	color:var(--swatch-var-2869)!important;
}
.ltc-2869:hover{
	color:#000000!important;
}
.ltc-5672{
	color:var(--swatch-var-5672)!important;
}
.ltc-5672:hover{
	color:#000078!important;
}
.ltc-3181{
	color:var(--swatch-var-3181)!important;
}
.ltc-3181:hover{
	color:#CCCCCC!important;
}
.ltc-6656{
	color:var(--swatch-var-6656)!important;
}
.ltc-6656:hover{
	color:#141212!important;
}

/* Icon colour styles */

.icon-4537{
	color:var(--swatch-var-4537)!important;
	border-color:var(--swatch-var-4537)!important;
}
.icon-3692{
	color:var(--swatch-var-3692)!important;
	border-color:var(--swatch-var-3692)!important;
}
.icon-5005{
	color:var(--swatch-var-5005)!important;
	border-color:var(--swatch-var-5005)!important;
}
.icon-5588{
	color:var(--swatch-var-5588)!important;
	border-color:var(--swatch-var-5588)!important;
}
.icon-7164{
	color:var(--swatch-var-7164)!important;
	border-color:var(--swatch-var-7164)!important;
}
.icon-7952{
	color:var(--swatch-var-7952)!important;
	border-color:var(--swatch-var-7952)!important;
}
.icon-3181{
	color:var(--swatch-var-3181)!important;
	border-color:var(--swatch-var-3181)!important;
}
.icon-5539{
	color:var(--swatch-var-5539)!important;
	border-color:var(--swatch-var-5539)!important;
}
.icon-7321{
	color:var(--swatch-var-7321)!important;
	border-color:var(--swatch-var-7321)!important;
}
.icon-7652{
	color:var(--swatch-var-7652)!important;
	border-color:var(--swatch-var-7652)!important;
}

/* Bloc image backgrounds */

.bg-foto-carrosel{
	background-image:url("img/foto_carrosel.jpeg");
	background-image: -webkit-image-set(url("img/foto_carrosel.webp") 1x,
url("img/foto_carrosel.webp") 2x);background-image: image-set(url("img/foto_carrosel.jpeg") 1x,
url("img/foto_carrosel.jpeg") 2x,url("img/foto_carrosel.webp") 1x,
url("img/foto_carrosel.webp") 2x);
}
.bg-Paciente-sorridente{
	background-image:url("img/Paciente_sorridente.jpg");
	background-image: -webkit-image-set(url("img/Paciente_sorridente.webp") 1x,
url("img/Paciente_sorridente.webp") 2x);background-image: image-set(url("img/Paciente_sorridente.jpg") 1x,
url("img/Paciente_sorridente.jpg") 2x,url("img/Paciente_sorridente.webp") 1x,
url("img/Paciente_sorridente.webp") 2x);
}
.bg-clinica-20dentaria{
	background-image:url("img/clinica%20dentaria.jpg");
	background-image: -webkit-image-set(url("img/clinica%20dentaria.webp") 1x,
url("img/clinica%20dentaria.webp") 2x);background-image: image-set(url("img/clinica%20dentaria.jpg") 1x,
url("img/clinica%20dentaria.jpg") 2x,url("img/clinica%20dentaria.webp") 1x,
url("img/clinica%20dentaria.webp") 2x);
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.bloc-bloc-1-fill{
		fill:rgba(0,0,0,0.77);
	}
	.container-div-min-height{
		min-height:101px;
		width:100%;
	}
	.container-div-style{
		width:100%;
	}
	.grid-bloc-15-style{
		min-height:130px;
		width:100%;
		column-gap:18px;
		grid-template-columns:1.00fr 1fr;
	}
	.btn-style{
		width:58.29%;
	}
	.btn-bloc-15-style{
		width:61.52%;
		border-radius:23px 23px 23px 23px;
	}
	.h5-ds-odontologia-style{
		font-size:14px;
	}
	.img-whatsa-style{
	}
	.html-widget-style{
		width:100%;
	}
	.h1-2-style{
		font-size:36px;
	}
	.h5-18-style{
		font-size:18px;
	}
	.p-51-style{
		font-size:14px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.menu-icon-stroke{
		stroke:#1E2799!important;
		fill:#1E2799!important;
	}
	.h1-style{
		font-size:45px;
	}
	.h4-style{
		font-size:18px;
	}
	.label-style{
		font-size:12px;
	}
	.label-2-style{
		font-size:12px;
		font-family:"Poppins";
		font-weight:500;
	}
	.btn-style{
		width:78.74%;
	}
	.btn-bloc-15-style{
		width:81.15%;
	}
	.grid-bloc-15-style{
		min-height:129px;
		width:100%;
	}
	.img-bloc-8-style{
		height:180px;
	}
	.img-21-style{
		height:180px;
	}
	.img-20-style{
		height:180px;
	}
	.img-19-style{
		height:180px;
	}
	.img-bloc-10-style{
		height:299px;
	}
	.card_especialidades{
		width:30%;
	}
	.img-whatsa-style{
		width:220px;
	}
	.h4-2-style{
		font-size:24px;
	}
	.h3-style{
		font-family:"Poppins";
		font-weight:700;
	}
	.p-style{
		font-family:"Poppins";
		font-weight:500;
	}
	.h2-20719-style{
		font-size:24px;
	}
	.quote-text{
		font-size:22px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.h1-style{
		font-size:40px;
	}
	.h4-style{
		font-size:15px;
	}
	.label-2-style{
		font-size:12px;
	}
	.label-style{
		font-size:12px;
	}
	.btn-bloc-12-style{
		width:100%;
		padding-top:10px;
		padding-bottom:10px;
	}
	.btn-bloc-15-style{
		width:100%;
		font-size:12px;
	}
	.btn-style{
		width:100%;
		font-size:12px;
	}
	.grid-bloc-15-style{
		width:100%;
		min-height:66px;
		padding-bottom:1px;
		row-gap:0px;
		grid-template-rows:46px 24px;
	}
	.botao-agendar{
		font-size:10px;
	}
	.botaofone{
		font-size:12px;
		margin-left:0px;
		margin-right:0px;
	}
	.grid-bloc-15-style:hover{
		font-size:12px;
	}
	.btn-bloc-15-style:hover{
		font-size:12px;
		background-color:#FFFFFF;
	}
	.btn-style:hover{
		font-size:12px;
	}
	.container-div-style{
		min-height:101px;
	}
	.footer-link{
		text-align:center;
	}
	.img-bloc-8-style{
		height:100px;
	}
	.img-21-style{
		height:100px;
	}
	.img-20-style{
		height:100px;
	}
	.img-19-style{
		height:100px;
	}
	.container-div-bloc-2-min-height{
		min-height:20px;
		padding-left:1px;
	}
	.p-bloc-14-style{
	}
	.h6-style{
		padding-left:1px;
	}
	.grid-style{
		min-height:125px;
	}
	.h1-2-style{
		font-size:28px;
	}
	.h5-18-style{
		font-size:16px;
	}
	.img-bloc-10-style{
		height:180px;
	}
	.p-34-style{
		font-size:12px;
	}
	.h3-20641-style{
		font-size:14px;
	}
	.h3-feature-title-style{
		font-size:12px;
	}
	.p-25-style{
		font-size:10px;
	}
	.h3-42639-style{
		font-size:20px;
	}
	.h2-3-style{
		font-size:18px;
	}
	.img-whatsa-style{
		width:180px;
	}
	.h3-23-style{
		font-size:25px;
	}
	.h5-29-style{
		font-size:16px;
	}
	.h4-2-style{
		font-size:24px;
	}
	.h3-12-style{
		font-size:14px;
	}
	.p-38-style{
		font-size:12px;
	}
	.p-39-style{
		font-size:12px;
	}
	.p-40-style{
		font-size:12px;
	}
	.row-30-style{
		width:100%;
	}
	.card_agendamento{
		margin-right:8px;
		width:28%;
	}
	.h3-15-style{
		font-size:18px;
	}
	.p-41-style{
		font-size:14px;
	}
	.h3-31-style{
		font-size:18px;
	}
	.quote-text{
		font-size:18px;
	}
	.botao_fone_celular{
		font-size:10px;
	}
	.blocs-card-width{
		width:100%;
	}
	
}

