/*-----------------------------------------------------------------------------------
	     Site Heart Healing 2019
        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-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* 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;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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;
}


/* Sizes */

.bloc-xxl{
	padding:200px 50px;
}
.bloc-xl{
	padding:150px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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;
}


/* 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);
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* 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;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgba(255, 255, 255, 0);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .show .dropdown-menu{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}

/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}


/* = 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;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

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

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}
/* = 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,.6);
	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: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox{
	color:#FFF;
	font-size: 30px;
	position: absolute;
	top:20px;
	right:20px;
	z-index: 20;
	background:rgba(0,0,0,.5);
	border:none;
	line-height: 30px;
	padding:0 9px 5px;
	opacity: 0.3;
	border-radius:.25rem;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	opacity: 1.0;
	color:#FFF;
}
.next-lightbox, .prev-lightbox{
	font-size:20px;
	color:rgba(255,255,255,.9);
	background:rgba(0,0,0,.5);
	transition: all .2s ease-in-out;
	position: absolute;
	top:45%;
	z-index:1;
	opacity: 0.4;
	border-radius:.25rem;
}
.next-lightbox{
	padding:6px 8px 1px 13px;
	right:25px;
}
.prev-lightbox{
	padding:6px 13px 1px 10px;
	left:25px;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-10px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-margin-right{
	margin-right:-16px;
	width:480px;
	margin-bottom:30px;
	margin-top:0px;
}
.h3-home-style-1{
	font-family:"Lato";
	font-weight:400;
	margin-top:20px;
	text-shadow:0px 0px 0px #000000;
	letter-spacing:1px;
	line-height:28px;
	text-transform:none;
	font-size:18px;
	background-color:transparent;
	color:#000000!important;
}
.h3-home-style-1:hover{
	font-family:"Lato";
	font-weight:400;
	line-height:28px;
	font-size:18px;
	letter-spacing:1px;
	color:#000000!important;
}
.h1-margin-bottom{
	margin-bottom:20px;
	color:#FBEED2!important;
	text-transform:none;
	font-family:"Work Sans";
	font-weight:300;
	letter-spacing:-2px;
	font-size:50px;
	margin-top:20px;
	text-shadow:0px 2px 8px #FEFFFF;
}
.h1-margin-bottom:hover{
	background-color:transparent;
}
.container-div-margin-top{
	margin-top:-15px;
	color:#F7F8F7!important;
}
.h2-margin-top{
	margin-top:418px;
	text-transform:none;
	font-weight:200;
	text-shadow:0px 2px 8px #206AA8;
	color:#FBEED2!important;
}
.btn-style-3{
	width:120px;
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:rgba(247,248,247,0.4)!important;
}
.btn-style-3:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:rgba(248,248,248,0.8);
	color:#002A44!important;
	border-style:solid;
	border-color:rgba(248,248,248,0.0)!important;
}
.nome{
	font-family:"Work Sans";
	font-weight:300;
	color:#002A44!important;
	text-shadow:0px 0px 0px rgba(0,42,68,0.6);
	text-align:center;
	font-size:16px;
	margin-top:0px;
	margin-bottom:30px;
	letter-spacing:4px;
}
.nome:hover{
	color:#002A44!important;
	font-family:"Work Sans";
	font-weight:300;
	background-color:transparent;
	font-size:16px;
}
.ressoar-1{
	font-family:"Work Sans";
	font-weight:200;
	color:#FEFFFF!important;
	text-shadow:0px 0px 0px rgba(0,0,0,0.5);
	font-size:60px;
	margin-top:-171px;
	text-transform:none;
	line-height:50px;
	margin-bottom:20px;
	letter-spacing:-2px;
}
.menu-contraste-2{
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
	text-transform:uppercase;
	font-size:15px;
	text-shadow:0px 0px 0px rgba(0,0,0,0.5);
	text-align:left;
	letter-spacing:3px;
}
.menu-contraste-2:hover{
	color:#FEFFFF!important;
	font-weight:500;
	font-family:"Work Sans";
	font-size:15px;
	text-transform:uppercase;
	text-shadow:0px 0px 0px rgba(0,0,0,0.5);
	text-decoration:none;
	letter-spacing:3px;
}
.h1-7-style{
	font-size:60px;
	line-height:55px;
	font-family:"Work Sans";
	font-weight:300;
	margin-top:312px;
}
.h1-7-style:hover{
	font-family:"Work Sans";
	font-weight:300;
	font-size:60px;
	line-height:55px;
}
.p-17-style{
	font-family:"Playfair Display";
	line-height:35px;
	margin-bottom:20px;
	color:#002A44!important;
	font-weight:900i;
	letter-spacing:-1px;
	margin-top:34px;
	text-align:center;
	font-size:30px;
}
.p-17-style:hover{
	font-family:"Playfair Display";
	font-size:30px;
	line-height:35px;
	color:#002A44!important;
}
.p-18-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:18px;
	margin-left:159px;
	width:71.28%;
}
.sinal-contraste-1{
	text-shadow:0px 0px 0px rgba(0,42,69,0.5);
	font-size:30px;
	background-color:transparent;
	border-color:rgba(0,0,0,0.0)!important;
	color:rgba(255,255,255,0.1)!important;
	margin-left:-90px;
	font-family:"Work Sans";
	font-weight:400;
}
.sinal-contraste-1:hover{
	text-shadow:0px 0px 0px #000000;
	border-color:rgba(222,0,1,0.0)!important;
	color:rgba(0,0,0,0.3)!important;
	background-color:transparent;
}
.img-13-style{
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
}
.img-12-style{
	width:150px;
	margin-top:10px;
	margin-bottom:10px;
}
.img-gci--style{
	width:150px;
	margin-top:10px;
	margin-bottom:9px;
	font-family:"Abril Fatface";
}
.img-15-style{
	width:20px;
	height:18px;
	margin-bottom:50px;
	margin-top:0px;
}
.img-15-style:hover{
	text-shadow:0px 31px 21px #000000;
	box-shadow:0px 34px 11px #FEFFFF;
}
.texto-leitura-1{
	font-family:"Work Sans";
	font-weight:300;
	text-align:left;
	font-size:17px;
	line-height:25px;
	color:#000000!important;
	margin-left:0px;
	width:100%;
	margin-bottom:-2px;
	margin-top:-1px;
}
.legenda-1{
	font-family:"Work Sans";
	font-weight:500;
	color:#FEFFFF!important;
	letter-spacing:1px;
	font-size:12px;
	text-align:center;
	line-height:12px;
	margin-top:15px;
	text-shadow:0px 1px 3px rgba(0,0,0,0.5);
}
.img-bloc-desktop-2-style{
	width:150px;
	margin-bottom:10px;
	height:103px;
	margin-top:10px;
}
.h1-bloc-tablet-1-margin-top{
	margin-top:317px;
	margin-left:-96px;
	text-transform:none;
	font-family:"Work Sans";
	font-weight:300;
	letter-spacing:-3px;
	font-size:50px;
	color:#002A44!important;
	text-shadow:0px 0px 0px #615451;
	line-height:58px;
}
.h1-bloc-tablet-1-margin-top:hover{
	font-family:"Work Sans";
	font-weight:300;
	color:#000000!important;
	text-shadow:0px 0px 0px #615451;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	background-color:transparent;
	font-size:50px;
}
.sinal-contraste-2{
	text-shadow:1px 0px 3px rgba(0,42,69,0.5);
	font-size:30px;
	background-color:transparent;
	border-color:rgba(0,0,0,0.0)!important;
	color:#FEFFFF!important;
	font-family:"Work Sans";
	font-weight:400;
	box-shadow:0px 0px 0px rgba(0,42,69,0.5);
	margin-left:58px;
	margin-right:6px;
}
.sinal-contraste-2:hover{
	text-shadow:0px 0px 0px #000000;
	border-color:rgba(222,0,1,0.0)!important;
	color:#FEFFFF!important;
	background-color:transparent;
}
.h2-bloc-4-margin-top{
	margin-top:430px;
}
.h1-style{
	font-family:"Work Sans";
	font-weight:300;
	margin-bottom:0px;
	font-size:35px;
	margin-top:1px;
	border-radius:0px 0px 0px 0px;
}
.headline-francisco{
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
	letter-spacing:-4px;
	margin-top:0px;
	text-align:center;
	text-transform:none;
	margin-left:555px;
	font-size:65px;
	text-shadow:0px 0px 0px #030039;
	line-height:59px;
}
.headline-francisco:hover{
	font-family:"Work Sans";
	font-weight:300;
	font-size:65px;
	text-align:left;
}
.img-style:hover{
	;
}
.img-style{
	width:480px;
	margin-top:0px;
}
.subtitulo-1{
	font-family:"Work Sans";
	font-weight:300;
	text-align:center;
	font-size:40px;
	letter-spacing:-2px;
	color:#002A44!important;
	margin-top:100px;
}
.subtitulo-1:hover{
	font-family:"Work Sans";
	font-weight:300;
	text-align:center;
	font-size:40px;
	letter-spacing:-2px;
	color:#002A44!important;
}
.legenda-1:hover{
	text-align:center;
	font-family:"Work Sans";
	font-weight:500;
	font-size:12px;
}
.img-bloc-desktop2-style{
	width:208px;
}
.img-7-style{
	width:205px;
}
.btn-style-3-a{
	width:200px;
	font-family:"Work Sans";
	font-weight:300;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:rgba(247,248,247,0.2)!important;
}
.btn-style-3-a:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:rgba(248,248,248,0.2);
	color:#F7F8F7!important;
	border-style:solid;
	border-color:rgba(248,248,248,0.0)!important;
}
.headeline-mobile-1:hover{
}
.headeline-mobile-1{
	margin-top:400px;
}
.slide-inner--info h1{
	font-family:"Work Sans";
	font-weight:200;
	font-size:20px;
	text-align:center;
	text-transform:none;
	text-decoration:none;
}
.btn--link{
	font-family:"Work Sans";
	font-weight:300;
	font-size:22px;
	color:#00FCFF!important;
	letter-spacing:5px;
	text-transform:uppercase;
}
.blocsapp-special-menu blocsnav{
	background-color:rgba(0,0,0,0.8);
	font-family:"Work Sans";
	font-weight:200;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.navigation-1{
	font-family:"Work Sans";
	font-weight:400;
	text-transform:uppercase;
	color:#FE5A2E!important;
	margin-left:0px;
	letter-spacing:1px;
	text-shadow:0px 0px 0px #C19B63;
	font-size:13px;
}
.navigation-1:hover{
	font-weight:400;
	color:#000000!important;
	text-shadow:0px 0px 0px #002A44;
	font-family:"Work Sans";
	letter-spacing:1px;
	font-size:13px;
	text-transform:uppercase;
}
.img-bloc-12-style{
	width:200px;
}
.img-32-style{
	width:70px;
	margin-bottom:10px;
}
.img-31-style{
	width:85px;
}
.img-bloc-11-style{
	width:520px;
	margin-bottom:49px;
	margin-top:-44px;
}
.h2-bloc-11-margin-top{
	margin-top:-38px;
	font-family:"Work Sans";
	font-weight:500;
	font-size:80px;
	text-transform:uppercase;
	text-shadow:0px 1px 2px #000000;
	color:#F7F8F7!important;
	letter-spacing:-2px;
	margin-bottom:-15px;
}
.sub-texto-1{
	font-family:"Lato";
	font-weight:300;
	color:#FAFAFA!important;
	font-size:20px;
	letter-spacing:1px;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px rgba(0,0,0,0.4);
}
.navbar-brand img{
	width:95px;
}
.h2-bloc-11-margin-top-2{
	margin-top:-34px;
	font-family:"Work Sans";
	font-weight:500;
	text-transform:uppercase;
	text-shadow:0px 1px 3px rgba(0,0,0,0.6);
	color:#F7F8F7!important;
	text-align:left;
	box-shadow:0px 0px 0px #000000;
	font-size:40px;
	letter-spacing:-2px;
}
.h2-7-margin-top{
	margin-top:0px;
}
.p-margin-top{
	margin-top:0px;
	margin-bottom:0px;
}
.h1-margin-top{
	margin-top:366px;
	font-family:"Work Sans";
	font-weight:300;
	letter-spacing:-2px;
	text-transform:none;
	color:#F7F8F7!important;
	font-size:50px;
	text-align:center;
	text-shadow:0px 1px 3px #000000;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.contact{
	font-family:"Abril Fatface";
	text-align:center;
	color:transparent!important;
}
.img-colorhear-style{
	width:502px;
}
.img-bloc-22-style{
	width:519px;
	margin-left:-1px;
}
.img-35-style{
	width:630px;
	margin-left:39px;
}
.h1-12-margin-top{
	margin-top:350px;
}
.img-margin-left{
	width:693px;
	margin:auto auto auto auto;
}
.img-img-2491-2-style{
	width:1052px;
	margin-right:161px;
	margin-bottom:-69px;
}
.h1-bloc-23-style{
	font-family:"Work Sans";
	font-weight:200;
	font-size:40px;
	color:rgba(255,255,255,0.8)!important;
}
.img-42-style{
	width:80px;
	margin-top:-66px;
}
.p-margin-left{
	margin-left:182px;
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	width:65.7%;
}
.checkbox-margin-bottom{
	margin-bottom:19px;
}
.img-bloc-23-margin-right{
	margin-right:104px;
	width:201px;
}
.form{
	background-color:transparent;
	border-color:rgba(0,0,0,0.0)!important;
}
.img-bloc-desktop2-margin-bottom{
	width:194px;
}
.p-bloc-desktop2-margin-top{
	margin-top:10px;
}
.p-10-margin-top{
	margin-top:16px;
}
.h2-style{
	width:100%;
	font-family:"Work Sans";
	font-weight:300;
	font-size:41px;
	margin-top:-56px;
}
.h1-bloc-4-style{
	width:100%;
	margin-top:289px;
	text-align:center;
	margin-left:-261px;
}
.block-home{
	min-height:100vh;
	min-width:100vw;
}
.illustration-section-title{
	font-size:35px;
}
.h1-14-margin-top{
	margin-top:939px;
}
.form-wp{
	width:40%;
}
.form-margin-left{
	margin-left:300px;
}
.navigation-1:active{
	color:transparent!important;
}
.h1-bloc-5-margin-top{
	margin-top:233px;
	font-family:"Work Sans";
	font-weight:300;
	text-shadow:0px 1px 3px #2F364A;
	color:#FAFAFA!important;
	text-transform:none;
	font-size:60px;
	letter-spacing:-2px;
}
.text-label-overlay{
	font-family:"Work Sans";
	font-weight:200;
	text-transform:none;
	color:#F6E8D0!important;
	letter-spacing:-1px;
}
.navigation-2{
	font-family:"Work Sans";
	font-weight:400;
	text-transform:uppercase;
	color:#18B4F0!important;
	margin-left:0px;
	font-size:13px;
	letter-spacing:1px;
	text-shadow:0px 0px 0px rgba(0,0,0,0.6);
}
.navigation-2:hover{
	font-weight:400;
	color:#F7F8F7!important;
	text-shadow:0px 0px 0px #000000;
	font-family:"Work Sans";
	letter-spacing:1px;
	font-size:13px;
	text-transform:uppercase;
}
.navigation-2:active{
	color:transparent!important;
}
.sub-texto-2{
	font-family:"Lato";
	font-weight:400;
	color:#ECE4DC!important;
	font-size:20px;
	letter-spacing:1px;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px rgba(0,0,0,0.4);
}
.h1-bloc-14-margin-top{
	margin-top:778px;
}
.p-bloc-14-margin-top{
	margin-top:-10px;
}
.img-quarto-sol-style{
	width:333px;
}
.h1-8-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:50px;
	margin-top:30px;
	text-shadow:0px 1px 3px #2F364A;
	color:#F7F8F7!important;
}
.navigation-3{
	font-family:"Work Sans";
	font-weight:400;
	text-transform:uppercase;
	color:#F7F8F7!important;
	margin-left:0px;
	font-size:13px;
	letter-spacing:1px;
}
.navigation-3:hover{
	font-weight:400;
	color:#FE5A2E!important;
	text-shadow:0px 0px 0px #002A44;
	font-family:"Work Sans";
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.navigation-3:active{
	color:transparent!important;
}
.texto-leitura-2{
	font-family:"Work Sans";
	font-weight:300;
	text-align:center;
	line-height:25px;
	color:#000000!important;
	margin-left:4px;
	font-size:20px;
	font-style:italic;
}
h1{
	font-family:"Work Sans";
	font-weight:300;
	font-size:45px;
	letter-spacing:-2px;
}
.img-bloc-13-style{
	width:76px;
}
.texto-leitura-3{
	font-family:"Work Sans";
	font-weight:300;
	text-align:left;
	font-size:17px;
	color:#000000!important;
	line-height:28px;
	background-color:transparent;
	border-style:none;
	border-top-right-radius:0px;
	text-transform:none;
	margin-left:0px;
}
h4{
	font-family:"Work Sans";
	font-weight:400;
	font-size:30px;
}
.headlines-texto{
	font-family:"Work Sans";
	font-weight:300;
	font-size:26px;
	text-transform:none;
	margin-top:-1px;
	color:rgba(0,0,0,0.6)!important;
	letter-spacing:1px;
	margin-bottom:0px;
	line-height:26px;
}
.h4-margin-top{
	margin-top:50px;
}
.texto-leitura-3-nota{
	font-family:"Work Sans";
	font-weight:300;
	text-align:left;
	font-size:15px;
	color:rgba(0,0,0,0.7)!important;
	margin-left:4px;
	line-height:18px;
	margin-bottom:0px;
	margin-top:0px;
}
.h4-bloc-26-margin-top{
	margin-top:72px;
}
.row-style{
	width:100%;
}
.h6-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:14px;
}
.icon-margin-right{
	width:8px;
	height:34px;
	margin-right:13px;
}
.p-31-style{
	width:82.43%;
}
.p-32-style{
	width:81.7%;
}
.p-29-margin-top{
	margin-top:-22px;
	color:#000000!important;
}
.img-heart-style{
	width:129px;
}
.p-29-margin-top:hover{
	color:#000000!important;
}
.headlines-texto-2{
	font-family:"Work Sans";
	font-weight:300;
	font-size:26px;
	margin-bottom:15px;
	margin-top:21px;
	text-transform:none;
}
.texto-leitura-1-centrado{
	font-family:"Work Sans";
	font-weight:300;
	text-align:center;
	font-size:17px;
	line-height:28px;
	color:#000000!important;
	margin-left:4px;
}
.divider-margin-left{
	margin-left:-1px;
	width:100%;
	background-color:rgba(255,255,255,0.1);
	color:#6A352D!important;
	border-style:none;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.h3-margin-bottom{
	margin-bottom:0px;
	color:#000000!important;
}
.icon-1{
	color:rgba(248,248,119,0.5)!important;
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.icon-1:hover{
	color:#1DA4ED!important;
}
.headlin-texto-azul{
	color:#941100!important;
}
.texto-leitura-1-centrado-azul{
	font-family:"Work Sans";
	font-weight:300;
	text-align:center;
	font-size:17px;
	line-height:28px;
	color:#941100!important;
	margin-left:4px;
}
.p-44-style{
	width:100%;
	background-color:transparent;
	margin-left:0px;
	border-style:solid;
	border-color:rgba(0,0,0,0.0)!important;
	color:#FEFFFF!important;
	font-family:"Work Sans";
	font-weight:300;
	font-size:18px;
	line-height:35px;
	border-radius:3px 120px 3px 120px;
}
.p-46-margin-top{
	margin-top:417px;
}
.divider-margin-top{
	margin-top:0px;
}
.img-34-style{
	width:238px;
}
.divider-margin-bottom{
	margin-bottom:-4px;
}
.img-favicon--style{
	width:35px;
}
.btn-style-3-b{
	width:200px;
	font-family:"Work Sans";
	font-weight:500;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:rgba(236,228,221,0.6);
	border-style:none;
	border-color:#C7B280!important;
	color:#02223B!important;
	border-width:1px 1px 1px 1px;
}
.btn-style-3-b:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:12px;
	background-color:#ECE4DC;
	color:#033259!important;
	border-style:none;
	border-color:#C7B280!important;
	border-width:1px 1px 1px 1px;
}
.p-bloc-18-margin-left{
	width:100%;
	margin-left:-98px;
}
.btn-style{
	width:26.67%;
	padding-top:8px;
	padding-bottom:8px;
}
.btn-style:hover{
}
.p-bloc-18-style{
	width:71.07%;
	margin-left:110px;
}
.btn-style-3-b:active{
	background-color:rgba(236,228,221,0.6);
	color:#02223B!important;
}
.p-44-style:active{
	text-align:left;
}
.sair-modal{
	color:#797979!important;
	font-family:"Work Sans";
	font-weight:300;
	font-style:italic;
}
.p-bloc-19-style{
	width:100%;
}
.img-37-style{
	width:25px;
}
.p-45-style{
	margin-left:228px;
	opacity:1.0;
}
.p-margin-bottom{
	margin-bottom:0px;
	margin-top:5px;
	font-size:18px;
	color:#FFFFFF!important;
}
.bloc-margin-bottom{
	margin-bottom:0px;
	margin-top:0px;
}
.headl{
	font-size:26px;
	font-family:"Lato";
	font-weight:300;
	letter-spacing:1px;
}
.h4-style{
	width:100%;
	margin-bottom:10px;
	color:rgba(0,0,0,0.8)!important;
}
.h4-bloc-30-margin-top{
	margin-top:25px;
	margin-bottom:0px;
	font-size:30px;
	font-family:"Work Sans";
	font-weight:300;
}
.h4-pensamentos-margin-top{
	margin-top:20px;
	font-size:30px;
	font-family:"Work Sans";
	font-weight:300;
}
.img-39-style{
	width:35px;
	margin-top:47px;
}
.p-bloc-24-margin-bottom{
	margin-bottom:45px;
	margin-top:-5px;
}
.p-50-margin-bottom{
	margin-bottom:45px;
	margin-top:-5px;
}
.p-49-margin-bottom{
	margin-bottom:1px;
	margin-top:5px;
	color:#FFFFFF!important;
}
.text-over-image{
	font-family:"Work Sans";
	font-weight:300;
	text-align:center;
	text-transform:none;
	font-size:30px;
	color:#ECE4DC!important;
}
.texto-leitura-recursos{
	font-family:"Work Sans";
	font-weight:300;
	text-align:left;
	font-size:15px;
	color:#000000!important;
	line-height:20px;
	background-color:transparent;
	text-transform:none;
	border-style:none;
	padding-left:0px;
}
.img-colorheart9--margin-top{
	margin-top:37px;
	width:360px;
}
.h1-bloc-51-style{
	font-size:70px;
	font-family:"Work Sans";
	font-weight:200;
	margin-top:0px;
	letter-spacing:0px;
}
.p-bloc-51-style{
	font-family:"Work Sans";
	font-weight:400;
	font-size:20px;
}
.h1-26-style{
	font-size:70px;
	font-family:"Work Sans";
	font-weight:200;
	margin-top:0px;
	letter-spacing:0px;
}
.p-82-style{
	font-size:20px;
}
.p-bloc-21-margin-top{
	margin-top:100px;
}
.h4-margin-bottom{
	margin-bottom:0px;
	margin-top:33px;
	font-size:30px;
	font-family:"Work Sans";
	font-weight:300;
}
.divider-padding{
	padding-top:50px;
	padding-bottom:50px;
	width:66.14%;
	margin-left:190px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(84,155,244,0.2);
}
.img-colorheart4--style{
	width:275px;
	margin-top:169px;
}
.coluna-pdf-valores{
	border-style:solid;
	border-color:rgba(248,248,248,0.5)!important;
	padding-bottom:10px;
	margin-top:20px;
	padding-top:20px;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.special-icon-1{
	background-color:#F7F8F7;
	color:#FEFFFF!important;
	border-style:none;
	text-shadow:1px 0px 3px rgba(32,106,168,0.3);
	background-clip:text!important;
	-webkit-background-clip:text!important;
}
.bloc-0-margin-top{
	margin-top:64px;
}
.img-bloc-21-style{
	width:70px;
}
.divider-bloc-23-padding{
	padding-top:100px;
	padding-bottom:100px;
}
.text-span-style{
	opacity:1.0;
}
.spacing-1{
	letter-spacing:-1px;
	font-family:"Work Sans";
	font-weight:400;
}
.subtexto-leitura-3{
	font-family:"Work Sans";
	font-weight:300;
	font-style:italic;
	text-align:center;
	color:#000000!important;
	font-size:20px;
	margin-bottom:12px;
	margin-top:10px;
}
.special-icon-1:hover{
	color:#0096FF!important;
	text-shadow:1px 0px 4px rgba(0,0,0,0.3);
}
.special-icon-2{
	background-color:transparent;
	border-style:none;
	color:rgba(248,248,248,0.5)!important;
}
.special-icon-2:hover{
	color:#F7F8F7!important;
}
.special-icon-2:active{
	;
}
.container-div-margin-top:hover{
	color:transparent!important;
}
.audio-player-1{
	background-color:transparent;
	color:transparent!important;
	border-style:none;
	width:500px;
}
.modal-1{
	background-color:rgba(0,0,0,0.3);
	background-image:url("img/azul-violeta-difuso.jpg");
}
.p-bloc-23-style{
	width:100%;
}
.salmon{
	color:#FF7D78!important;
}
.branco{
	font-family:"Work Sans";
	font-weight:300;
	margin-bottom:0px;
	margin-top:-1px;
	color:#FEFFFF!important;
	font-size:30px;
	line-height:30px;
}
.direct{
	;
}
.link-texto{
	color:#0096FF!important;
	font-family:"Work Sans";
	font-weight:300;
}
.img-bloc-65-style{
	width:288px;
}
.img-logo-hh-2019-x-style{
	width:344px;
	margin-bottom:47px;
}
.btn-e-n-v-i-a-r-style{
	width:30.23%;
	margin-top:30px;
}
.mailchimp{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.p-52-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	color:#020039!important;
	text-shadow:0px 0px 0px #000000;
	font-style:italic;
}
.img-40-style{
	width:36px;
}
.h1-sombra{
	text-shadow:0px 1px 2px #000000;
}
.img-bloc-32-style{
	width:1000px;
}
.img-54-style{
	width:611px;
}
.btn-style-3-c{
	width:250px;
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:rgba(247,248,247,0.2)!important;
}
.btn-style-3-c:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:rgba(248,248,248,0.2);
	color:#F7F8F7!important;
	border-style:solid;
	border-color:rgba(248,248,248,0.0)!important;
}
.h1-bloc-32-margin-bottom{
	margin-bottom:0px;
	font-family:"Work Sans";
	font-weight:300;
	color:#797979!important;
	line-height:45px;
}
.h4-bloc-69-margin-top{
	margin-top:-50px;
	margin-bottom:5px;
}
.h4-30-margin-top{
	margin-top:-50px;
	margin-bottom:5px;
}
h3{
}
.p-bloc-32-margin-top{
	margin-top:0px;
	margin-bottom:50px;
}
.h1-bloc-38-margin-bottom{
	margin-bottom:25px;
	margin-top:0px;
}
.img-bloc-57-style{
	width:256px;
	margin-left:177px;
}
.img-bloc-38-style{
	width:634px;
	margin-bottom:1px;
}
.navigation-4{
	font-family:"Work Sans";
	font-weight:400;
	text-transform:uppercase;
	color:#ECE4DC!important;
	margin-left:0px;
	font-size:13px;
	letter-spacing:1px;
	text-shadow:0px 0px 0px #000000;
}
.navigation-4:hover{
	font-weight:400;
	color:#FE5A2E!important;
	text-shadow:0px 0px 0px #002A44;
	font-family:"Work Sans";
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.navigation-4:active{
	color:transparent!important;
}
.img-56-style{
	width:50px;
}
.img-beatriz-ofici-style{
	width:1070px;
}
.img-58-style{
	width:311px;
}
.img-60-style{
	width:309px;
}
.img-open-ma-style{
	width:436px;
	margin-bottom:40px;
}
.img-bloc-54-style{
	width:280px;
}
.img-colorheart9--style{
	width:400px;
}
.img-marketi-style{
	width:326px;
}
.img-mind-m-style{
	width:483px;
	margin-bottom:39px;
}
.img-bloc-68-style{
	width:623px;
	margin-bottom:40px;
	height:388px;
}
.card-body-margin-left{
	margin-left:288px;
}
.p-bloc-33-margin-left{
	margin-left:-30px;
	width:70.4%;
	margin-top:46px;
}
.h3-margin-left{
	margin-left:-1px;
}
.img-bloc-33-style{
	width:405px;
}
.img-bloc-37-style{
	width:548px;
}
.img-bloc-40-style{
	width:195px;
	margin-right:77px;
}
.img-63-style{
	width:264px;
}
.img-bloc-41-style{
	width:275px;
}
.img-64-style{
	width:197px;
}
.btn-sessões{
	width:120px;
	height:33px;
	font-family:"Work Sans";
	font-weight:300;
	background-color:transparent;
	font-size:12px;
	letter-spacing:3px;
	border-style:solid;
	border-color:#B168BA!important;
	color:#B168BA!important;
}
.btn-sessões:hover{
	background-color:#B168BA;
	color:#FEFFFF!important;
	font-family:"Work Sans";
	font-weight:300;
	font-size:12px;
}
.sessões-titulos{
	font-family:"Work Sans";
	font-weight:300;
	font-size:30px;
	letter-spacing:1px;
	text-transform:none;
}
.img-bloc-jovens-style{
	width:265px;
}
.img-69-style{
	width:268px;
}
.img-57-style{
	width:450px;
	margin:auto auto auto auto;
}
.subtexto-leitura-3:hover{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	color:#000000!important;
	font-style:italic;
	text-align:center;
}
.p-bloc-32-margin-top:hover{
}
.rosa{
	color:#FD007D!important;
}
.headline-capitulo{
	font-family:"Work Sans";
	font-weight:300;
	font-size:45px;
	color:rgba(0,0,0,0.4)!important;
	line-height:45px;
	letter-spacing:-1px;
	margin-bottom:0px;
	margin-top:0px;
}
.img-heart-4-style{
	width:70px;
}
.img-81-style{
	width:75px;
}
.h4-arrumar-style{
	font-family:"Work Sans";
	font-weight:300;
}
.p-bloc-54-margin-top{
	margin-top:0px;
	font-size:18px;
}
.h1-bloc-54-margin-bottom{
	margin-bottom:5px;
	color:#FEFFFF!important;
	font-size:60px;
	font-family:"Work Sans";
	font-weight:300;
}
.img-77-style{
	width:784px;
}
.img-heart-rosa--style{
	width:75px;
}
.p-bloc-77-margin-top{
	margin-top:0px;
}
.h1-bloc-77-margin-bottom{
	margin-bottom:5px;
}
.h1-bloc-23-margin-bottom{
	margin-bottom:5px;
}
.p-bloc-30-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:16px;
	margin-top:0px;
}
.h3-style{
	font-family:"Work Sans";
	font-weight:400;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:-1px;
	font-size:25px;
	color:#FE5A2E!important;
}
.headline-capitulo:hover{
	color:rgba(0,0,0,0.4)!important;
	font-family:"Work Sans";
	font-weight:300;
	font-size:45px;
	line-height:45px;
}
.p-bloc-27-margin-left{
	margin-left:225px;
	width:54.85%;
}
.linha-vertical{
	border-style:solid;
	border-color:rgba(148,33,147,0.5)!important;
	border-width:0px 1px 0px 0px;
}
.divider-estilo-1{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.divider-prog-retiros{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(43,51,126,0.5);
}
.aqua{
	font-family:"Work Sans";
	font-weight:400;
	color:#005392!important;
}
.h4-bloc-26-style{
	line-height:30px;
	font-family:"Work Sans";
	font-weight:300;
}
.plum{
	color:#942092!important;
	font-family:"Work Sans";
	font-weight:300;
}
.card{
	background-image:url("img/Luzes-palco.jpg");
}
.h3-bloc-27-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:45px;
	margin-bottom:0px;
	color:#919191!important;
}
.creme{
	color:#73FDFF!important;
}
.img-vem-até-aq-style{
	width:148px;
}
.bloc-margin-left{
	margin-left:0px;
	margin-top:0px;
	width:250px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:transparent;
	margin-right:0px;
}
.branco:hover{
	color:#FEFFFF!important;
	font-weight:300;
	font-family:"Work Sans";
}
.p-144-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.divider-estilo-2{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(27,114,150,0.5);
}
.divider-bloc-27-margin-bottom{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:#005392;
}
.img-heart-ro-style{
	width:50px;
}
.h3-bloc-30-style{
	font-size:40px;
	font-family:"Work Sans";
	font-weight:300;
	line-height:40px;
	margin-bottom:0px;
}
.divider-claro{
	background-color:rgba(243,219,179,0.5);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.divider-laranja{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(255,38,0,0.4);
	width:316px;
}
.p-bloc-27-margin-top{
	margin-top:0px;
	margin-bottom:0px;
}
.h2-bloc-28-margin-top{
	margin-top:0px;
}
.line-height{
	font-family:"Work Sans";
	font-weight:300;
	line-height:40px;
}
.p-bloc-30-margin-bottom{
	margin-bottom:-2px;
	font-family:"Work Sans";
	font-weight:400;
	font-size:20px;
	margin-top:-9px;
}
.tangeria{
	color:#FE5A2E!important;
	font-family:"Work Sans";
	font-weight:400;
	font-size:20px;
}
.tangeria:hover{
	font-family:"Work Sans";
	font-weight:400;
	font-size:20px;
	color:#FE5A2E!important;
}
.bloc-margin-left:hover{
	;
}
.audio-player-1:hover{
	;
}
.img-55-style{
	width:100px;
	margin-top:-53px;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px #000000;
}
.img-55-heart-4-style{
	width:50px;
}
.plum:hover{
	font-family:"Work Sans";
	font-weight:300;
	color:#942092!important;
}
.divider-plum{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(43,51,126,0.5);
}
.p-bloc-32-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:13px;
	letter-spacing:1px;
	text-transform:none;
}
.violeta{
	color:#942092!important;
}
.h1-bloc-36-margin-bottom{
	margin-bottom:0px;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:transparent;
	margin-top:-1px;
	text-shadow:0px 1px 3px #000000;
	font-family:"Work Sans";
	font-weight:300;
}
.h3-bloc-38-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:35px;
	margin-bottom:0px;
}
.h3-a-ver-o-mar-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:30px;
}
.h3-25-style{
	font-size:16px;
	font-family:"Work Sans";
	font-weight:300;
	margin-top:0px;
	margin-bottom:0px;
	color:#424242!important;
}
.h3-24-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:25px;
	margin-bottom:5px;
	margin-top:0px;
}
.h3-bloc-36-style{
	font-family:"Work Sans";
	font-weight:400;
	margin-top:0px;
	text-shadow:0px 1px 2px #000000;
	color:#FEFFFF!important;
}
.caixa-alta{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:10px;
	font-family:"Work Sans";
	font-weight:300;
	color:#797979!important;
}
.btn-margin-top{
	margin-top:1px;
	width:20%;
}
.divider-tangerine{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:#FF9300;
}
.divider-style{
	width:54.44%;
	margin-left:246px;
	margin-top:-12px;
	margin-bottom:-12px;
}
.h3---3-pessoas---style{
	font-family:"Work Sans";
	font-weight:300;
}
.p-69-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:25px;
	margin-bottom:0px;
	margin-top:0px;
}
.divider-bloc-30-style{
	margin-top:0px;
}
.p-97-style{
	font-size:25px;
	font-family:"Work Sans";
	font-weight:300;
}
.caixa-alta-2{
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:13px;
	font-family:"Work Sans";
	font-weight:400;
	text-shadow:0px 1px 1px #000000;
	color:#FEFFFF!important;
}
.label-style{
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
	margin-top:18px;
	margin-bottom:8px;
	font-size:16px;
	letter-spacing:1px;
}
.label-telefóne-style{
	font-family:"Work Sans";
	font-weight:300;
}
.formulário-campos{
	background-color:rgba(255,255,255,0.4);
	font-family:"Work Sans";
	font-weight:400;
	text-decoration:none;
	color:#000000!important;
	font-size:13px;
	letter-spacing:1px;
	text-transform:none;
	border-style:none;
	border-color:rgba(254,91,47,0.5)!important;
}
.btn-style-3-d{
	width:200px;
	font-family:"Work Sans";
	font-weight:400;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:rgba(236,228,221,0.3);
	border-style:none;
	border-color:#C7B280!important;
	color:#000000!important;
	border-width:1px 1px 1px 1px;
}
.btn-style-3-d:hover{
	font-family:"Work Sans";
	font-weight:400;
	font-size:13px;
	background-color:rgba(236,228,220,0.7);
	color:#0096FF!important;
	border-style:none;
	border-color:#C7B280!important;
	border-width:1px 1px 1px 1px;
}
.btn-style-3-d:active{
	background-color:rgba(236,228,221,0.6);
	color:#02223B!important;
}
.btn-enviar-margin-top{
	margin-top:15px;
	margin-bottom:0px;
}
.caixa-alta-2:hover{
	font-size:13px;
	text-transform:uppercase;
	color:#FFFFFF!important;
	font-weight:400;
}
.p-42-style{
	width:100%;
}
.formulário-campos:hover{
	font-family:"Work Sans";
	font-weight:400;
	font-size:13px;
	color:#000000!important;
	border-style:none;
	border-color:rgba(254,91,47,0.5)!important;
	letter-spacing:1px;
	background-color:rgba(255,255,255,0.4);
	text-align:left;
}
.nav-toggle{
	color:#FE5A2E!important;
	background-color:rgba(0,150,255,0.5);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.sticky-navsticky{
	background-color:transparent;
}
.nav-toggle:hover{
	background-color:#0096FF;
	border-style:none;
	border-color:#FE5A2E!important;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.blocsapp-special-menu blocsnav:hover{
	background-color:rgba(0,0,0,0.8);
}
.h1-13-margin-top{
	margin-top:617px;
}
.temporários{
	text-transform:none;
	font-size:20px;
	text-align:center;
	background-color:transparent;
	border-style:double;
	border-color:rgba(254,90,46,0.5)!important;
	font-family:"Work Sans";
	font-weight:300;
	color:#000000!important;
	padding:13px 13px 13px 13px;
	border-width:5px 5px 5px 5px;
}
.h3-margin-top{
	margin-top:0px;
}
.h1-bloc-36-margin-bottom:hover{
	font-family:"Work Sans";
	font-weight:300;
}
.field-margin-top{
	margin-top:0px;
}
.divider-bloc-inscrição-margin-top{
	margin-top:15px;
	margin-bottom:-5px;
}
.divider-0-margin-top{
	margin-top:-10px;
}
.temporários:hover{
	text-align:left;
	padding:13px 13px 13px 13px;
}
.h3-bloc-38-style:hover{
	font-family:"Work Sans";
	font-weight:300;
	font-size:35px;
}
.icon-margin-top{
	margin-top:43px;
}
.divider-bloc-29-margin-top{
	margin-top:0px;
	margin-bottom:65px;
}
.img-foto-tel-style{
	width:358px;
}
.p-bloc-29-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	margin-bottom:-1px;
}
.p-bloc-48-style{
	font-size:20px;
	font-family:"Work Sans";
	font-weight:300;
}
.h3-telma-prata-style{
	font-size:25px;
	font-family:"Work Sans";
	font-weight:300;
	margin-bottom:0px;
	margin-top:190px;
}
.label-name-style{
	font-family:"Work Sans";
	font-weight:400;
	letter-spacing:1px;
	color:#7BBFF7!important;
}
.label-email-style{
	font-family:"Work Sans";
	font-weight:400;
	letter-spacing:1px;
	color:#7BBFF7!important;
}
.label-mensagem-style{
	font-family:"Work Sans";
	font-weight:400;
	letter-spacing:1px;
	color:#7BBFF7!important;
}
.formulário-campos-2{
	background-color:#D5D5D5;
	font-family:"Work Sans";
	font-weight:400;
	text-decoration:none;
	color:#000000!important;
	font-size:13px;
	letter-spacing:1px;
	text-transform:none;
	border-style:none;
	border-color:rgba(254,91,47,0.5)!important;
}
.formulário-campos-2:hover{
	font-family:"Work Sans";
	font-weight:400;
	font-size:13px;
	color:#000000!important;
	border-style:none;
	border-color:rgba(254,91,47,0.5)!important;
	letter-spacing:1px;
	background-color:#D5D5D5;
	text-align:left;
}
.img-bloc-27-style{
	width:172px;
}
.h3-10-style{
	font-size:30px;
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
}
.label-margin-top{
	margin-top:16px;
	font-family:"Work Sans";
	font-weight:400;
	color:#7BBFF7!important;
}
.btn-style-3-f{
	width:200px;
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:#7BBFF7!important;
	color:#7BBFF7!important;
}
.btn-style-3-f:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:#D5D5D5;
	color:#000000!important;
	border-style:solid;
	border-color:rgba(0,150,255,0.5)!important;
}
.p-bloc-26-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:16px;
	color:#D5D5D5!important;
}
.img-44-style{
	width:237px;
	margin-top:17px;
}
.p-bloc-27-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.p-57-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.p-56-style{
	font-family:"Work Sans";
	font-weight:400;
	font-size:20px;
	line-height:23px;
}
.h3-bloc-35-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:25px;
}
.h3-38-style{
	font-size:35px;
	font-family:"Work Sans";
	font-weight:300;
}
.p-bloc-35-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:15px;
	margin-top:10px;
}
.h3-cuidar-de-mim-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:35px;
}
.divider-bloc-49-margin-top{
	margin-top:4px;
}
.img-bloc-44-style{
	width:147px;
}
.img-foto-tel-margin-bottom{
	margin-bottom:84px;
}
.img-bloc-26-style{
	width:239px;
}
.p-107-style{
	font-family:"Work Sans";
	font-weight:300;
	line-height:22px;
	font-size:16px;
	color:#424242!important;
}
.p-bloc-jovens-style{
	line-height:22px;
	font-family:"Work Sans";
	font-weight:300;
	color:#424242!important;
	font-size:16px;
}
.p-105-style{
	line-height:22px;
	font-family:"Work Sans";
	font-weight:300;
	color:#424242!important;
	font-size:16px;
}
.img-130-style{
	width:237px;
	margin:0px 62px 9px 134px;
}
.p-bloc-57-style{
	font-family:"Work Sans";
	font-weight:300;
	margin-top:-4px;
}
.link-texto:hover{
	font-family:"Work Sans";
	font-weight:300;
	color:#206AA8!important;
}
.img-heart-azul--style{
	width:100px;
	margin-top:49px;
}
.p-bloc-49-style{
	font-size:20px;
}
.img-119-style{
	width:75px;
}
.img-140-style{
	width:70px;
}
.img-heart-red-style{
	width:70px;
}
.img-57-style-2{
	width:580px;
	margin-left:275px;
}
.img-44-bloc-27-style{
	width:264px;
}
.p-56-style:hover{
	font-weight:400;
	font-family:"Work Sans";
	font-size:20px;
}
.link-texto-2{
	color:#0096FF!important;
	font-family:"Work Sans";
	font-weight:400;
	font-size:20px;
}
.link-texto-2:hover{
	font-family:"Work Sans";
	font-weight:400;
	color:#FEFFFF!important;
}
.branco-texto-2{
	color:#FEFFFF!important;
	font-family:"Work Sans";
	font-weight:400;
}
.texto-leitura-2:hover{
	color:#000000!important;
}
.p-bloc-67-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	line-height:25px;
}
.p-bloc-86-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	line-height:25px;
}
.h1-bloc-34-style{
	line-height:45px;
}
.p-bloc-34-style{
	font-family:"Work Sans";
	font-weight:300;
}
.h3-q-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
	line-height:35px;
	color:#FEFFFF!important;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.p-bloc-inscrição-style{
	font-family:"Work Sans";
	font-weight:300;
	letter-spacing:2px;
}
.link-texto-small{
	color:#0096FF!important;
	font-family:"Work Sans";
	font-weight:300;
}
.link-texto-small:hover{
	font-family:"Work Sans";
	font-weight:300;
	color:#206AA8!important;
}
.btn,a{
	font-family:"Helvetica";
}
.linha-a-direita{
	border-style:solid;
	border-color:rgba(255,255,255,0.3)!important;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	border-width:0px 1px 0px 0px;
}
.linha-esquerda{
	border-style:solid;
	border-color:rgba(255,255,255,0.3)!important;
	border-width:0px 0px 0px 1px;
}
.p-bloc-46-style{
	font-family:"Work Sans";
	font-weight:300;
	background-color:transparent;
	color:#FEFFFF!important;
	border-top-right-radius:15px;
	border-style:none;
	border-color:rgba(255,255,255,0.3)!important;
	padding:0px 0px 0px 0px;
	border-width:1px 0px 0px 0px;
}
.divider-bloc-46-margin-top{
	background-color:rgba(255,255,255,0.2);
	border-style:none;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.row-margin-top{
	margin-top:20px;
	margin-bottom:20px;
}
.bloc-margin-top{
	margin-bottom:40px;
	margin-top:40px;
}
.h3-programa-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:45px;
}
.divider-plum-programa{
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-color:rgba(33,107,169,0.4);
}
.p-320-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:35px;
	line-height:35px;
}
.branco-texto-programa{
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
	font-size:18px;
}
.branco-recursos{
	color:#FEFFFF!important;
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.h4-pensamentos-margin-top:hover{
}
.h4-bloc-86-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:30px;
	margin-top:26px;
}
.branco-texto-animação-desktop{
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
	font-size:16px;
	line-height:20px;
}
.headlines-texto-branco{
	font-family:"Work Sans";
	font-weight:300;
	font-size:26px;
	text-transform:none;
	margin-top:-1px;
	color:#FEFFFF!important;
	letter-spacing:1px;
	margin-bottom:0px;
	line-height:26px;
}
.headlines-texto-cinza{
	font-family:"Work Sans";
	font-weight:300;
	font-size:26px;
	text-transform:none;
	margin-top:-1px;
	color:rgba(0,0,0,0.6)!important;
	letter-spacing:1px;
	margin-bottom:0px;
	line-height:26px;
}
.headlines-texto-preto{
	font-family:"Work Sans";
	font-weight:300;
	font-size:26px;
	text-transform:none;
	margin-top:-1px;
	color:rgba(0,0,0,0.6)!important;
	letter-spacing:1px;
	margin-bottom:0px;
	line-height:26px;
}
.headline-capitulo-branco{
	font-family:"Work Sans";
	font-weight:300;
	font-size:35px;
}
.branco-texto-programa:hover{
	font-size:18px;
}
.divider-16322-margin-top{
	margin-top:-16px;
}
.img-bloc-35-style{
	width:478px;
}
.btn-style-3-vem-até-aqui-audio{
	width:500px;
	font-family:"Work Sans";
	font-weight:300;
	text-transform:uppercase;
	background-color:rgba(255,255,255,0.2);
	border-style:none;
	border-color:rgba(247,248,247,0.2)!important;
	height:80px;
	letter-spacing:5px;
	font-size:25px;
	padding:20px 20px 20px 20px;
}
.btn-style-3-vem-até-aqui-audio:hover{
	font-family:"Work Sans";
	font-weight:300;
	background-color:rgba(248,248,248,0.5);
	color:#F7F8F7!important;
	border-style:none;
	border-color:rgba(248,248,248,0.0)!important;
	text-transform:uppercase;
	letter-spacing:5px;
	font-size:25px;
}
.h4-bloc-inscrição-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:45px;
}
.h1-bloc-100-style{
	font-size:30px;
}
.blocsapp-special-menu blocsnav:active{
	background-color:rgba(0,0,0,0.8);
}
.html-widget-style{
	background-color:transparent;
	border-color:rgba(248,248,248,0.1)!important;
	border-style:solid;
	background-clip:text!important;
	-webkit-background-clip:text!important;
	border-radius:120px 120px 120px 120px;
	border-width:1px 1px 1px 1px;
}
.p-q-style{
	font-family:"Work Sans";
	font-weight:300;
	color:#FEFFFF!important;
	font-size:14px;
}
.p-margin-bottom:hover{
}
.subscrição-stroke{
	border-style:solid;
	border-color:rgba(0,150,255,0.5)!important;
	padding-bottom:20px;
	padding-top:20px;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.p-bloc-36-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:14px;
	color:#7BBFF7!important;
}
.h4-coração-style{
	font-family:"Work Sans";
	font-weight:300;
}
.h4-alma-style{
	font-family:"Work Sans";
	font-weight:300;
}
.h4-mente-style{
	font-family:"Work Sans";
	font-weight:300;
}
.h4-19-style{
	font-family:"Work Sans";
	font-weight:300;
}
.btn-style-contactos{
	width:200px;
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:#7BBFF7!important;
	color:#7BBFF7!important;
}
.btn-style-contactos:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:#7BBFF7;
	color:#FEFFFF!important;
	border-style:solid;
	border-color:rgba(0,150,255,0.5)!important;
}
.img-bloc-25-style{
	width:825px;
}
.fullscreen-lb-lightbox-caption{
	font-family:"Work Sans";
	font-weight:300;
	font-size:25px;
	text-align:left;
}
.btn-home-verão{
	width:200px;
	font-family:"Work Sans";
	font-weight:400;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:rgba(247,248,247,0.2)!important;
}
.btn-home-verão:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:rgba(248,248,248,0.2);
	color:#F7F8F7!important;
	border-style:solid;
	border-color:rgba(255,255,255,0.2)!important;
}
.img-190-style{
	width:276px;
	margin-top:25px;
	margin-bottom:50px;
}
.h1-q-style{
	font-size:65px;
}
.menu-footer{
	font-family:"Work Sans";
	font-weight:300;
	font-size:12px;
	text-align:left;
	letter-spacing:2px;
	color:#F7F8F7!important;
	margin-bottom:10px;
}
.menu-footer:hover{
	color:#00D1FC!important;
}
.bloc-bloc-122-margin-bottom{
	margin-bottom:4px;
}
.h5-home-margin-bottom{
	margin-bottom:0px;
	margin-top:10px;
}
.link-footer-1{
	color:#FEFFFF!important;
}
.link-footer-1:hover{
	color:#00D1FC!important;
}
.divider-bloc-122-margin-top{
	margin-top:-20px;
}
.h3-bloc-22-style{
	font-size:28px;
}
.p-bloc-22-style{
	font-family:"Work Sans";
	font-weight:300;
	line-height:28px;
	font-size:17px;
}
.p-bloc-49-margin-left{
	font-size:17px;
}
.divider-bloc-58-margin-bottom{
	margin-bottom:35px;
}
.bloc-q-margin-top{
	margin-top:89px;
}
.h5-style{
	font-size:20px;
}
.submenu-footer{
	font-family:"Work Sans";
	font-weight:500;
	text-transform:uppercase;
	font-size:10px;
	color:#FEFFFF!important;
	line-height:12px;
	letter-spacing:1px;
	margin-bottom:0px;
}
.link-footer-submenu-1{
	font-family:"Work Sans";
	font-weight:500;
	color:#C0C0C0!important;
	font-size:10px;
}
.link-footer-submenu-1:hover{
	color:#1DA4ED!important;
}
.divider-0-bloc-122-margin-top{
	margin-top:-24px;
}
.bloc-bloc-122-margin-top{
	margin-top:13px;
	text-align:left;
}
.h5-margin-top{
	margin-top:23px;
}
.btn-margin-bottom{
	margin-bottom:20px;
}
.btn-submenu-footer{
	width:200px;
	font-family:"Work Sans";
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	background-color:transparent;
	border-style:solid;
	border-color:rgba(134,146,114,0.4)!important;
	text-align:center;
	margin-bottom:10px;
}
.btn-submenu-footer:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:14px;
	background-color:rgba(248,248,248,0.2);
	color:#F7F8F7!important;
	border-style:solid;
	border-color:rgba(255,255,255,0.2)!important;
}
.p-bloc-122-style{
	font-size:10px;
	margin-bottom:0px;
	margin-top:0px;
}
.p-447-style{
	font-size:12px;
}
.divider-bloc-122-margin-bottom{
	margin-bottom:0px;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
}
.h5-heart-healing-margin-top{
	margin-top:23px;
}
.h3-67-style{
	font-family:"Work Sans";
	font-weight:300;
}
.p-304-style{
	font-family:"Work Sans";
	font-weight:300;
}
.img-pdf-icon-style{
	width:40px;
	margin-top:10px;
}
.coluna-pdf-valores:hover{
	border-style:solid;
	border-color:rgba(255,255,255,0.5)!important;
	padding-bottom:10px;
	margin-top:20px;
	padding-top:20px;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.p-90-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:20px;
}
.black-copy-1{
	color:#000000!important;
	font-family:"Work Sans";
	font-weight:300;
}
.black-sub-headline{
	color:#000000!important;
	font-weight:400;
	background-color:transparent;
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
}
.btn-home-verão-outono2019{
	width:200px;
	font-family:"Work Sans";
	font-weight:400;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:3px;
	background-color:transparent;
	border-style:solid;
	border-color:#8C8A2A!important;
	color:#000000!important;
}
.btn-home-verão-outono2019:hover{
	font-family:"Work Sans";
	font-weight:500;
	font-size:15px;
	background-color:rgba(129,128,0,0.3);
	color:#F7F8F7!important;
	border-style:none;
	border-color:rgba(129,128,0,0.8)!important;
}
.black:hover{
	color:#000000!important;
}
.black{
	color:#000000!important;
	margin-top:27px;
}
.p-bloc-2-style{
	color:#000000!important;
	font-family:"Work Sans";
	font-weight:300;
	font-size:16px;
}
.h5-3-style{
	font-family:"Work Sans";
	font-weight:300;
	font-size:25px;
	margin-bottom:2px;
	margin-top:0px;
}
.divider-bloc-90-margin-bottom{
	margin-bottom:-1px;
}

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

/* Background colour styles */

.bgc-black{
	background-color:#000000;
}
.bgc-white{
	background-color:rgba(255,255,255,0.0);
}
.bgc-platinum{
	background-color:rgba(236,228,221,0.5);
}
.bgc-bright-pink{
	background-color:#FF007E;
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-coquelicot{
	background-color:#E83202;
}
.bgc-maya-blue{
	background-color:#67B0FA;
}
.bgc-platinum-2{
	background-color:rgba(236,228,221,1.0);
}
.bgc-oxford-blue{
	background-color:#002A44;
}
.bgc-white-3{
	background-color:#FEFFFF;
}
.bgc-glitter{
	background-color:rgba(225,237,253,0.5);
}
.bgc-platinum-3{
	background-color:rgba(236,228,221,0.8);
}
.bgc-oxford-blue-2{
	background-color:#02223B;
}

/* Text colour styles */

.tc-white{
	color:#FEFFFF!important;
}
.tc-black{
	color:#000000!important;
}
.tc-prussian-blue{
	color:#003855!important;
}
.tc-black-2{
	color:rgba(0,0,0,0.4)!important;
}
.tc-maya-blue{
	color:#7BBFF7!important;
}
.tc-maya-blue-2{
	color:#67B0FA!important;
}
.tc-outrageous-orange{
	color:#FF713C!important;
}
.tc-white-2{
	color:rgba(255,255,255,0.7)!important;
}
.tc-medium-electric-blue{
	color:#005392!important;
}
.tc-oxford-blue{
	color:#02223B!important;
}
.tc-black-3{
	color:rgba(0,0,0,0.6)!important;
}
.tc-black-4{
	color:rgba(0,0,0,0.8)!important;
}
.tc-black-5{
	color:rgba(0,0,0,0.8)!important;
}

/* Button colour styles */

.btn-white{
	background:#FFFFFF;
	color:rgba(0,0,0,.5)!important;
}
.btn-white:hover{
	background:#cccccc!important;
	color:rgba(0,0,0,.5)!important;
}

/* Icon colour styles */

.icon-pastel-blue{
	color:#B8CDD6!important;
	border-color:#B8CDD6!important;
}
.icon-united-nations-blue{
	color:#549BF3!important;
	border-color:#549BF3!important;
}

/* Bloc image backgrounds */

.bg-Fundo-texto-1{
	background-image:url("img/Fundo-texto-1.jpg");
}
.bg-Fundo-texto-1{
	background-image:url("img/Fundo-texto-1.jpg");
}
.bg-Fundo-Primavera{
	background-image:url("img/Fundo-Primavera.jpg");
}
.bg-Fundo-Primavera{
	background-image:url("img/Fundo-Primavera.jpg");
}
.bg-Ribeira-20dlihas-2016{
	background-image:url("img/Ribeira%20dlihas%2016.JPG");
}
.bg-photo-1492176273113-2d51f47b23b0{
	background-image:url("img/photo-1492176273113-2d51f47b23b0.jpeg");
}
.bg-Luz-e-Floresta{
	background-image:url("img/Luz-e-Floresta.jpg");
}
.bg-photo-1492176273113-2d51f47b23b0{
	background-image:url("img/photo-1492176273113-2d51f47b23b0.jpeg");
}
.bg-Rapariga-solo-1{
	background-image:url("img/Rapariga-solo-1-2.jpg");
}
.bg-Luz-e-Floresta{
	background-image:url("img/Luz-e-Floresta.jpg");
}
.bg-Rapariga-solo-1{
	background-image:url("img/Rapariga-solo-1.JPG");
}
.bg-Screenshot-202018-11-10-20at-2001-23-45{
	background-image:url("img/Screenshot%202018-11-10%20at%2001.23.45.png");
}
.bg-Screenshot-202018-11-10-20at-2001-23-45{
	background-image:url("img/Screenshot%202018-11-10%20at%2001.23.45.png");
}
.bg-Luz-e-Floresta{
	background-image:url("img/Luz-e-Floresta.jpg");
}
.bg-Heart-in-a-hand{
	background-image:url("img/Heart-in-a-hand.JPG");
}
.bg-Sessao-2-Hearts{
	background-image:url("img/Sessao-2-Hearts-1.jpg");
}
.bg-Rapariga-half{
	background-image:url("img/Rapariga-half.jpg");
}
.bg-Rapariga-half{
	background-image:url("img/Rapariga-half.jpg");
}
.bg-hd-abstract-artworks-art-wallpapers-cool-desktop-images-colorful-pictures-amazing-arts-amazing-beautiful-lovely-pictures-1484x987{
	background-image:url("img/hd-abstract-artworks-art-wallpapers-cool-desktop-images-colorful-pictures-amazing-arts-amazing-beautiful-lovely-pictures-1484x987.jpg");
}
.bg-Fundo-Header-1{
	background-image:url("img/Fundo-Header-1-1.jpg");
}
.bg-hd-abstract-artworks-art-wallpapers-cool-desktop-images-colorful-pictures-amazing-arts-amazing-beautiful-lovely-pictures-1484x987{
	background-image:url("img/hd-abstract-artworks-art-wallpapers-cool-desktop-images-colorful-pictures-amazing-arts-amazing-beautiful-lovely-pictures-1484x987.jpg");
}
.bg-fundo-rosa-azul{
	background-image:url("img/fundo-rosa-azul.jpg");
}
.bg-fundo-rosa-azul{
	background-image:url("img/fundo-rosa-azul.jpg");
}
.bg-Terra-Iluminada{
	background-image:url("img/Terra-Iluminada.jpg");
}
.bg-Fundo-Header-1{
	background-image:url("img/Fundo-Header-1.jpg");
}
.bg-Terra-Iluminada{
	background-image:url("img/Terra-Iluminada.jpg");
}
.bg-por-do-sol-20e-20arvore{
	background-image:url("img/por-do-sol%20e%20arvore.jpg");
}
.bg-por-do-sol-20e-20arvore{
	background-image:url("img/por-do-sol%20e%20arvore.jpg");
}
.bg-Fundo-Sol-Verao{
	background-image:url("img/Fundo-Sol-Verao-1.jpg");
}
.bg-Fundo-Sol-Verao{
	background-image:url("img/Fundo-Sol-Verao.jpg");
}
.bg-azul-violeta-difuso{
	background-image:url("img/azul-violeta-difuso.jpg");
}
.bg-mulher-beira-mar-3{
	background-image:url("img/mulher-beira-mar-3.jpg");
}
.bg-fundo-bokeh-1{
	background-image:url("img/fundo-bokeh-1.jpg");
}
.bg-panoramica-terraco{
	background-image:url("img/panoramica-terraco.jpg");
}
.bg-panoramica-terraco{
	background-image:url("img/panoramica-terraco.jpg");
}
.bg-fundo-bokeh-1{
	background-image:url("img/fundo-bokeh-1.jpg");
}
.bg-praia-fundo-difuso{
	background-image:url("img/praia-fundo-difuso.jpg");
}
.bg-praia-fundo-difuso{
	background-image:url("img/praia-fundo-difuso.jpg");
}
.bg-Sessao-2-Hearts{
	background-image:url("img/Sessao-2-Hearts.jpg");
}
.bg-Sessao-Young-Hearts{
	background-image:url("img/Sessao-Young-Hearts.jpg");
}
.bg-Sessao-Individual-Homen-1{
	background-image:url("img/Sessao-Individual-Homen-1.jpg");
}
.bg-Rapariga-half-iphone{
	background-image:url("img/Rapariga-half-iphone.jpg");
}
.bg-Rapariga-half-iphone{
	background-image:url("img/Rapariga-half-iphone.jpg");
}
.bg-heart-in-hand-iphone{
	background-image:url("img/heart-in-hand-iphone.jpg");
}
.bg-Heart-in-a-hand{
	background-image:url("img/Heart-in-a-hand-1.jpg");
}
.bg-Luz-e-Floresta-iPhone{
	background-image:url("img/Luz-e-Floresta-iPhone.jpg");
}
.bg-Heart-in-a-hand{
	background-image:url("img/Heart-in-a-hand.jpg");
}
.bg-fundo-azul-blur{
	background-image:url("img/fundo-azul-blur.jpg");
}
.bg-fundo-azul-blur{
	background-image:url("img/fundo-azul-blur.jpg");
}
.bg-heart-in-hand-iphone{
	background-image:url("img/heart-in-hand-iphone.jpg");
}
.bg-FS-contacto-original-desktop{
	background-image:url("img/FS-contacto-original-desktop.jpg");
}
.bg-book-heart-love-bokeh-lights-hd{
	background-image:url("img/book-heart-love-bokeh-lights-hd.jpg");
}
.bg-book-heart-love-bokeh-lights-hd{
	background-image:url("img/book-heart-love-bokeh-lights-hd.jpg");
}
.bg-Terra-Sol-Azul{
	background-image:url("img/Terra-Sol-Azul.jpeg");
}
.bg-image-202{
	background-image:url("img/image%202.JPG");
}
.bg-Francisco-Savler-HH19-Desktop-oficial{
	background-image:url("img/Francisco-Savler-HH19-Desktop-oficial.jpg");
}
.bg-Francisco-Savler-HH19-Desktop-oficial{
	background-image:url("img/Francisco-Savler-HH19-Desktop-oficial.jpg");
}
.bg-Francisco-20Savler-HH19-iPhone-oficial{
	background-image:url("img/Francisco%20Savler-HH19-iPhone-oficial.jpeg");
}
.bg-Francisco-20Savler-HH19-iPhone-oficial{
	background-image:url("img/Francisco%20Savler-HH19-iPhone-oficial.jpeg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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){
	.img-margin-right{
		margin-top:0px;
		margin-bottom:20px;
	}
	.h3-home-style-1:hover{
		color:#000000!important;
		line-height:28px;
		font-size:18px;
		letter-spacing:1px;
	}
	.h2-margin-top{
		margin-top:0px;
		text-shadow:0px 2px 8px #FEFFFF;
		font-size:60px;
		letter-spacing:-2px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.btn-style-3{
	}
	.h3-bloc-1-margin-top{
		font-size:18px;
		font-family:"Work Sans";
		font-weight:300;
		margin-top:-2px;
		color:#F7F8F7!important;
	}
	.h3-bloc-1-margin-top:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:18px;
		color:#F7F8F7!important;
	}
	.h2-margin-bottom{
		margin-bottom:-10px;
	}
	.nome{
		text-align:center;
		font-size:13px;
		opacity:0.5;
		margin-top:20px;
		margin-bottom:24px;
		color:#000000!important;
		text-shadow:0px 0px 0px #615451;
		font-weight:300;
		background-color:transparent;
		letter-spacing:3px;
	}
	.nome:hover{
		font-size:13px;
	}
	.ressoar-1{
		color:#F1F2F1!important;
		text-shadow:0px 1px 3px #206AA8;
	}
	.h1-7-style{
		text-align:center;
		font-size:59px;
		margin-left:-217px;
		width:100%;
	}
	.p-17-style{
		text-align:center;
		font-size:25px;
		margin-bottom:-6px;
		line-height:30px;
		font-weight:normal;
		margin-top:0px;
	}
	.p-17-style:hover{
		font-size:25px;
		text-align:center;
		line-height:30px;
	}
	.p-18-style{
		font-size:16px;
		margin-top:-20px;
		margin-bottom:30px;
		color:#000000!important;
	}
	.sinal-contraste-1{
		margin-top:-28px;
	}
	.img-15-style{
		margin-bottom:50px;
		height:38px;
		width:30px;
		border-radius:0px 0px 0px 0px;
	}
	.legenda-1{
		font-family:"Work Sans";
		font-weight:500;
		font-size:10px;
		color:#F7F8F7!important;
		letter-spacing:1px;
	}
	.h1-bloc-tablet-1-margin-top:hover{
		font-size:50px;
		text-shadow:1px 0px 3px #002A44;
		font-weight:300;
		line-height:50px;
		letter-spacing:-3px;
	}
	.sinal-contraste-2{
		margin-top:-28px;
		color:#FBEED2!important;
		margin-left:0px;
		font-size:20px;
	}
	.sinal-contraste-2:hover{
		color:#0096FF!important;
	}
	.img-bloc-14-style{
		width:120px;
		margin-top:15px;
		margin-bottom:10px;
	}
	.img-18-style{
		width:120px;
		margin-top:15px;
		margin-bottom:10px;
	}
	.img-19-style{
		width:120px;
		margin-top:15px;
		margin-bottom:10px;
	}
	.img-21-style{
		width:120px;
		margin-top:15px;
		margin-bottom:9px;
	}
	.divider-estilo-1{
		border-color:#FEFFFF!important;
		border-style:none;
		background-color:rgba(255,255,255,0.1);
		color:#000000!important;
	}
	.divider-margin-bottom{
		padding-top:0px;
		padding-bottom:0px;
		width:72.84%;
		margin-left:97px;
		margin-right:111px;
		margin-bottom:9px;
	}
	.img-margin-bottom{
		margin-bottom:30px;
		width:20px;
		height:18px;
	}
	.h1-bloc-tablet-1-margin-top{
		text-shadow:1px 0px 3px #002A44;
		line-height:50px;
		color:#FBEED2!important;
		font-weight:300;
	}
	.headeline-mobile-1{
		font-family:"Work Sans";
		font-weight:300;
		font-size:50px;
		line-height:50px;
		letter-spacing:-2px;
		text-align:center;
		margin-bottom:0px;
		color:#FBEED2!important;
	}
	.legenda-1:hover{
		font-size:10px;
	}
	.navbar-brand img{
		width:95px;
	}
	.img-style{
		width:404px;
	}
	.img-bloc-desktop2-style{
		width:120px;
	}
	.img-bloc-mobile2-style{
		width:120px;
	}
	.img-7-style{
		width:120px;
	}
	.img-7-style:hover{
		text-shadow:0px 2px 0px #000000;
		box-shadow:0px 0px 0px #000000;
	}
	.img-bloc-desktop2-style:hover{
		box-shadow:0px 0px 0px #000000;
	}
	.subtitulo-1{
		font-size:30px;
		font-weight:300;
		letter-spacing:-1px;
		margin-top:0px;
	}
	.btn-style-3-a{
	}
	.subtitulo-1:hover{
		font-size:30px;
		letter-spacing:-1px;
	}
	.headeline-mobile-1:hover{
	}
	.headline-francisco{
		line-height:50px;
		margin-top:301px;
		text-shadow:1px 0px 2px #030039;
		font-size:45px;
		letter-spacing:-3px;
		opacity:0.5;
		color:#F7F8F7!important;
		font-weight:300;
	}
	.headline-francisco:hover{
		font-size:45px;
		line-height:50px;
		letter-spacing:-3px;
	}
	.h3-home-style-1{
		font-weight:400;
		font-size:18px;
		color:#000000!important;
	}
	.p-18-style:hover{
		;
	}
	.bloc-margin-top{
		margin-top:0px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.img-bloc-desktop2-margin-bottom{
		width:120px;
	}
	.img-gci--style{
		width:120px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:rgba(33,33,33,0.8);
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:rgba(33,33,33,0.8);
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:rgba(0,0,0,0.8);
	}
	.h1-bloc-5-margin-top{
		font-size:50px;
		margin-top:477px;
		margin-bottom:0px;
	}
	.h1-8-style{
		text-align:center;
	}
	.btn-style-3-b{
		margin-left:1px;
		width:39.42%;
	}
	.corações{
		width:50px;
	}
	.btn-style-3-c{
	}
	.btn-style-3-d{
	}
	.temporários:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:20px;
	}
	.btn-style-3-f{
	}
	.img-42-style{
		width:60px;
	}
	.p-bloc-26-style{
		font-size:16px;
	}
	.img-margin-left{
		margin-left:70px;
		width:522px;
	}
	.p-bloc-jovens-style{
		width:65.74%;
		margin-left:124px;
	}
	.h1-bloc-32-margin-bottom:hover{
		font-family:"Work Sans";
		font-weight:300;
	}
	.h1-bloc-32-margin-bottom{
		font-size:35px;
		line-height:35px;
	}
	.subtexto-leitura-3{
		margin-top:5px;
		font-size:20px;
	}
	.subtexto-leitura-3:hover{
		font-size:20px;
	}
	.h2-style{
		margin-top:-1px;
	}
	.p-bloc-49-margin-left{
		margin-left:61px;
		width:84.82%;
		font-size:16px;
	}
	.btn-sessões{
		width:143px;
		height:26px;
		padding:3px 3px 3px 3px;
	}
	.img-heart-red-style{
		width:70px;
	}
	.img-heart-azul--style{
		width:70px;
	}
	.img-140-style{
		width:70px;
	}
	.h3-3-margin-top:hover{
		margin-bottom:0px;
	}
	.h1-2-margin-bottom{
		line-height:60px;
	}
	.navigation-2{
	}
	.img-57-style{
		width:387px;
		margin-top:265px;
		margin-left:94px;
	}
	.img-57-style-2{
		width:350px;
		margin:auto auto auto auto;
	}
	.img-bloc-45-margin-top{
		margin-top:235px;
	}
	.img-bloc-57-style{
		width:190px;
		margin:auto auto auto auto;
	}
	.img-130-style{
		margin:auto auto auto auto;
	}
	.divider-style{
		margin-left:171px;
	}
	.divider-tangerine{
		;
	}
	.divider-prog-retiros{
	}
	.divider-laranja{
		;
	}
	.p-60-style{
		font-family:"Work Sans";
		font-weight:300;
		text-align:center;
		color:#000000!important;
		font-size:17px;
		margin-left:62px;
		width:82.31%;
	}
	.p-69-style:hover{
		;
	}
	.headline-capitulo{
		font-size:35px;
	}
	.temporários{
		text-align:left;
	}
	.texto-leitura-3-nota{
		font-size:13px;
	}
	.headline-capitulo:hover{
		font-size:35px;
	}
	.btn-style:hover{
		;
	}
	.p-bloc-27-margin-top{
		width:66.85%;
	}
	.link-texto{
	}
	.link-texto-2{
		color:#00D1FC!important;
	}
	.h3-telma-prata-style{
		margin-top:83px;
	}
	.p-bloc-18-style{
		margin-left:77px;
	}
	.img-colorheart9--style{
		width:250px;
	}
	.texto-leitura-2{
	}
	.special-icon-1{
		margin-bottom:0px;
	}
	.headlines-texto{
		letter-spacing:-1px;
		color:#5E5E5E!important;
		font-size:25px;
	}
	.img-colorheart9--margin-top{
		width:234px;
	}
	.h4-pensamentos-margin-top{
		margin-left:0px;
		font-family:"Work Sans";
		font-weight:400;
		font-size:25px;
	}
	.p-bloc-83-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:20px;
	}
	.img-triangulos-1--style{
		width:200px;
	}
	.p-2-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:20px;
		color:#FEFFFF!important;
	}
	.img-bloc-2-style{
		width:501px;
	}
	.link-texto-small{
	}
	.p-bloc-51-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:30px;
		line-height:30px;
	}
	.branco{
		font-size:20px;
	}
	.h4-margin-bottom{
		font-family:"Work Sans";
		font-weight:400;
		font-size:25px;
	}
	.h4-bloc-30-margin-top{
		font-family:"Work Sans";
		font-weight:400;
		font-size:25px;
	}
	.p-49-margin-bottom{
		font-size:16px;
	}
	.p-margin-bottom{
		font-size:16px;
	}
	.headlines-texto-branco{
		letter-spacing:-1px;
		color:#FEFFFF!important;
		font-size:25px;
	}
	.headlines-texto-cinza{
		letter-spacing:-1px;
		color:#FEFFFF!important;
		font-size:25px;
	}
	.headlines-texto-preto{
		letter-spacing:-1px;
		color:#FEFFFF!important;
		font-size:25px;
	}
	.headline-capitulo-branco{
		font-size:35px;
		color:#FEFFFF!important;
	}
	.sub-headline-capitulo-branco{
		font-family:"Work Sans";
		font-weight:300;
		font-size:25px;
		color:#FEFFFF!important;
	}
	.branco-texto-programa{
		font-size:16px;
	}
	.branco-texto-programa:hover{
		font-size:16px;
	}
	.headl{
	}
	.btn-style-3-vem-até-aqui-audio{
		font-size:20px;
		width:400px;
		height:70px;
	}
	.btn-style-3-vem-até-aqui-audio:hover{
		font-size:20px;
	}
	.p-bloc-35-style{
		font-size:13px;
		margin-top:9px;
	}
	.h3-bloc-16-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.h3-bloc-18-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-415-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:20px;
	}
	.h3-10-style{
		color:#FEFFFF!important;
		font-weight:300;
	}
	.label-email-style{
		color:#7BBFF7!important;
	}
	.btn-style-contactos{
	}
	.img-heart-az-style{
		width:93px;
	}
	.container-div-bloc-5-margin-top{
		margin-top:1px;
	}
	.btn-home-verão{
	}
	.btn-retiros-margin-top:hover{
		border-color:rgba(255,255,255,0.2)!important;
	}
	.btn-retiros-margin-top{
		border-color:#929000!important;
	}
	.menu-footer{
		font-size:12px;
	}
	.link-footer-1{
		font-family:"Work Sans";
		font-weight:400;
		color:#FEFFFF!important;
		text-align:center;
	}
	.link-footer-1:hover{
		color:#1FE8FE!important;
		text-align:center;
		font-weight:400;
	}
	.bloc-bloc-2-margin-top{
		margin-top:30px;
	}
	.bloc-bloc-3-margin-top{
		margin-top:53px;
	}
	.branco-texto-2:hover{
	}
	.p-bloc-54-margin-top{
		font-size:20px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.btn-submenu-footer{
	}
	.h1-bloc-54-margin-bottom{
		font-size:50px;
	}
	.coluna-pdf-valores{
		border-style:solid;
		border-color:rgba(255,255,255,0.5)!important;
		border-width:1px 1px 1px 1px;
	}
	.h1-bloc-90-style{
		font-size:30px;
	}
	.btn-home-verão-outono2019{
	}
	.black-sub-headline{
		font-family:"Work Sans";
		font-weight:400;
		font-size:20px;
		color:#000000!important;
	}
	
}

@media (max-width: 767px){
	.img-margin-right{
		width:300px;
		margin-top:10px;
	}
	.h3-home-style-1{
		font-size:18px;
		line-height:25px;
		letter-spacing:-px;
		color:#000000!important;
	}
	.h3-home-style-1:hover{
		font-size:18px;
		line-height:25px;
		color:#000000!important;
	}
	.h2-margin-top{
		text-shadow:0px 2px 8px #FEFFFF;
		letter-spacing:-2px;
		font-size:50px;
	}
	.h3-3-margin-top{
		margin-top:0px;
	}
	.h1-2-margin-bottom{
		margin-bottom:0px;
	}
	.h1-7-style{
		font-weight:300;
		color:#F1F2F1!important;
		font-size:45px;
		line-height:50px;
		letter-spacing:-2px;
		text-shadow:0px 1px 2px #002A44;
	}
	.h1-7-style:hover{
		font-size:45px;
		line-height:50px;
		color:#F1F2F1!important;
		font-weight:300;
		text-align:center;
		letter-spacing:-2px;
		text-shadow:1px 0px 2px #002A44;
	}
	.sinal-contraste-1{
		margin-left:-31px;
		background-color:transparent;
		color:#FFFFFF!important;
	}
	.btn-style-3-a{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-style-3-a:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.subtitulo-1:hover{
		letter-spacing:-1px;
		margin-top:50px;
		font-size:30px;
	}
	.subtitulo-1{
		margin:50px 50px 30px 50px;
	}
	.nome:hover{
		font-size:13px;
	}
	.img-7-style{
		width:110px;
	}
	.blocsapp-special-menu blocsnav:hover{
		background-color:rgba(0,0,0,0.8);
	}
	.blocsapp-special-menu blocsnav{
		background-color:rgba(0,0,0,0.8);
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:rgba(0,0,0,0.8);
	}
	.h1-bloc-5-margin-top{
		font-size:40px;
		margin-top:292px;
	}
	.icon-margin-right{
		margin-right:-27px;
		width:41px;
	}
	.bloc-bloc-38-margin-top{
		margin-top:-4px;
	}
	.bloc-0-margin-top{
		margin-top:1px;
	}
	.h6-style{
		font-size:12px;
	}
	.h1-8-style{
		text-align:center;
	}
	.btn-style-3-b{
		width:43.92%;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-style-3-b:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.img-style{
		margin-top:0px;
		width:318px;
	}
	.btn-style-3-c{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-style-3-c:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-style-3-d{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-style-3-d:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.btn-style-3-f{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-style-3-f:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.img-42-style{
		width:40px;
	}
	.h1-bloc-23-style{
		font-size:40px;
	}
	.h4-style{
		font-size:35px;
		line-height:35px;
	}
	.img-margin-left{
		margin-left:35px;
		width:416px;
	}
	.h1-style{
		font-size:25px;
		letter-spacing:-1px;
	}
	.h1-bloc-32-margin-bottom{
		font-size:30px;
		letter-spacing:-1px;
	}
	.subtexto-leitura-3{
		font-size:18px;
	}
	.subtexto-leitura-3:hover{
		font-size:18px;
	}
	.h2-style{
		margin-top:0px;
	}
	.p-bloc-jovens-style{
		margin-left:63px;
		width:75.67%;
	}
	.img-bloc-49-margin-top{
		margin-top:49px;
	}
	.img-sessao-2-hear-margin-top{
		margin-top:50px;
	}
	.img-heart-azul--style{
		width:100px;
	}
	.p-bloc-49-style{
		font-size:16px;
		line-height:20px;
	}
	.img-bloc-57-style{
		width:234px;
	}
	.img-130-style{
		width:220px;
	}
	.img-140-style{
		width:70px;
	}
	.nav-toggle{
	}
	.bloc-margin-top{
		margin-top:-95px;
	}
	.img-57-style{
		margin-left:105px;
		width:289px;
	}
	.img-57-style-2{
		margin-left:105px;
		width:289px;
		padding-top:134px;
	}
	.p-60-style{
		margin-left:49px;
	}
	.headline-capitulo:hover{
		font-size:35px;
	}
	.divider-plum:hover{
		margin:auto auto auto auto;
	}
	.divider-bloc-31-style{
		width:70.53%;
		margin-left:92px;
		margin-top:-10px;
	}
	.divider-style{
		width:53.04%;
		margin-left:144px;
	}
	.audio-player-1{
		width:238px;
	}
	.h3-telma-prata-style{
		margin-top:3px;
	}
	.img-foto-tel-margin-bottom{
		margin-bottom:49px;
	}
	.divider-bloc-29-margin-top{
		margin-bottom:34px;
		margin-top:32px;
	}
	.p-97-style{
		font-size:20px;
	}
	.texto-leitura-3-nota{
		font-size:12px;
	}
	.p-bloc-14-margin-top{
		font-size:18px;
	}
	.h1-margin-top{
		font-size:35px;
		line-height:35px;
		margin-top:440px;
	}
	.h1-13-style{
		font-size:35px;
		font-family:"Work Sans";
		font-weight:300;
		box-shadow:0px 0px 0px #000000;
		text-shadow:0px 1px 3px #000000;
		color:#FEFFFF!important;
		margin-top:475px;
	}
	.img-32-style{
		width:45px;
	}
	.h1-bloc-13-style{
		font-size:35px;
	}
	.p-margin-left{
		width:76.24%;
	}
	.p-92-margin-top{
		margin-bottom:6px;
	}
	.texto-leitura-recursos{
		;
	}
	.p-bloc-31-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-bloc-31-margin-top{
		margin-bottom:0px;
	}
	.texto-leitura-1{
		margin-top:18px;
		color:#000000!important;
	}
	.headlines-texto{
		font-size:23px;
	}
	.h1-bloc-23-margin-bottom{
		font-size:30px;
	}
	.p-52-style{
		font-size:17px;
	}
	.img-colorheart9--style{
		width:178px;
	}
	.img-colorheart9--margin-top{
		width:154px;
	}
	.bloc-margin-bottom{
		margin-bottom:-22px;
	}
	.p-margin-bottom{
		margin-bottom:0px;
		line-height:20px;
	}
	.p-bloc-27-style{
		margin-bottom:3px;
	}
	.link-texto{
	}
	.h4-style:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:35px;
		line-height:35px;
	}
	.headline-capitulo{
		;
	}
	.texto-leitura-2:hover{
		color:#000000!important;
	}
	.headlines-texto:hover{
		;
	}
	.h4-pensamentos-margin-top:hover{
		;
	}
	.h4-pensamentos-margin-top{
		margin-left:1px;
		font-size:22px;
		letter-spacing:-1px;
		margin-top:0px;
	}
	.p-bloc-83-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:20px;
	}
	.img-triangulos-1--style{
		width:180px;
	}
	.p-157-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:18px;
		line-height:30px;
	}
	.p-158-style{
		font-family:"Work Sans";
		font-weight:300;
		line-height:30px;
		font-size:18px;
	}
	.p-159-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:18px;
		text-shadow:0px 0px 0px #000000;
	}
	.p-2-style{
		font-family:"Work Sans";
		font-weight:300;
		color:#FEFFFF!important;
	}
	.img-bloc-2-style{
		width:370px;
	}
	.link-texto-small{
	}
	.divider-plum-programa:hover{
		margin:auto auto auto auto;
	}
	.p-49-margin-bottom{
		line-height:20px;
	}
	.headlines-texto-branco{
		font-size:25px;
	}
	.headlines-texto-branco:hover{
		;
	}
	.headlines-texto-cinza{
		font-size:25px;
		color:#797979!important;
	}
	.headlines-texto-cinza:hover{
		;
	}
	.headlines-texto-preto{
		font-size:25px;
		color:#000000!important;
	}
	.headlines-texto-preto:hover{
		;
	}
	.btn-style-3-vem-até-aqui-audio{
		width:299px;
		letter-spacing:1px;
		height:50px;
		font-size:18px;
		padding:14px 14px 14px 14px;
	}
	.btn-style-3-vem-até-aqui-audio:hover{
		letter-spacing:1px;
		font-size:18px;
	}
	.p-bloc-35-style{
		margin-top:7px;
		font-size:13px;
	}
	.h4-bloc-30-margin-top{
		margin-top:0px;
	}
	.p-bloc-66-style{
		font-size:18px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-bloc-87-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:18px;
	}
	.p-bloc-2-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-10-style{
		font-family:"Work Sans";
		font-weight:300;
		color:#FEFFFF!important;
	}
	.p-bloc-54-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:18px;
	}
	.btn-style-contactos{
		width:155px;
		font-size:13px;
		letter-spacing:1px;
	}
	.btn-style-contactos:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-home-verão{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-home-verão:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.menu-footer{
		text-align:center;
		font-size:10px;
	}
	.divider-bloc-122-margin-bottom{
		margin-bottom:-20px;
		margin-top:-2px;
	}
	.h5-margin-bottom{
		margin-bottom:0px;
	}
	.h5-francisco-margin-bottom{
		margin-bottom:0px;
	}
	.h5-heart-healing-margin-bottom{
		margin-bottom:0px;
	}
	.h5-bloc-122-margin-bottom{
		margin-bottom:-1px;
	}
	.h5-sessões-margin-bottom{
		margin-bottom:0px;
	}
	.img-190-style{
		margin-top:20px;
	}
	.btn-submenu-footer{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
	}
	.btn-submenu-footer:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.h1-bloc-54-margin-bottom{
		font-size:45px;
	}
	.h1-bloc-90-style{
		font-size:30px;
		letter-spacing:-1px;
	}
	.coluna-pdf-valores{
		border-color:rgba(255,255,255,0.5)!important;
		border-width:1px 1px 1px 1px;
	}
	.p-57-style{
		color:#000000!important;
	}
	.btn-home-verão-outono2019{
		width:155px;
		font-size:12px;
		letter-spacing:1px;
		border-color:#929000!important;
	}
	.btn-home-verão-outono2019:hover{
		font-size:12px;
		letter-spacing:1px;
	}
	.black-sub-headline{
		background-clip:content-box!important;
		-webkit-background-clip:content-box!important;
		background-color:rgba(254,255,255,0.2);
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.img-margin-right{
		width:221px;
		margin-top:-1px;
	}
	.h3-home-style-1:hover{
		line-height:18px;
		font-weight:300;
		color:#000000!important;
		font-size:14px;
		font-family:"Lato";
	}
	.h2-margin-top:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:40px;
		text-transform:none;
		letter-spacing:-2px;
		line-height:40px;
	}
	.btn-style-3:hover{
		margin-right:auto;
		margin-left:auto;
		font-size:10px;
	}
	.h3-bloc-1-margin-top:hover{
		font-size:14px;
		line-height:20px;
	}
	.header-phone{
		font-family:"Work Sans";
		font-weight:300;
		font-size:45px;
		letter-spacing:-1px;
		text-transform:none;
		text-shadow:0px 1px 3px #000000;
		line-height:35px;
		color:#ECE4DC!important;
	}
	.header-phone:hover{
		font-family:"Work Sans";
		font-weight:300;
		letter-spacing:-1px;
		font-size:45px;
		line-height:35px;
	}
	.container-div-margin-top{
		font-family:"Lato";
		font-weight:300;
	}
	.h3-home-style-1{
		font-size:14px;
		line-height:18px;
		font-weight:300;
		font-family:"Lato";
		letter-spacing:1px;
	}
	.btn-style-3{
		font-size:10px;
	}
	.navbar-brand img{
		width:80px;
	}
	.h1-7-style{
		margin-top:191px;
		font-size:30px;
		line-height:30px;
		color:#F7F8F7!important;
		font-weight:300;
		text-shadow:1px 0px 2px #002A44;
	}
	.h1-7-style:hover{
		line-height:30px;
		font-size:30px;
		font-weight:300;
		text-align:center;
	}
	.btn-style-3-a{
		font-size:9px;
		letter-spacing:2px;
		margin-bottom:0px;
	}
	.btn-style-3-a:hover{
		font-size:9px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.h2-margin-top{
		line-height:40px;
		font-size:40px;
		text-shadow:0px 0px 8px #FEFFFF;
		color:#000000!important;
	}
	.btn-margin-bottom{
		margin-bottom:5px;
	}
	.btn-destaque-margin-bottom{
		margin-bottom:5px;
	}
	.mt-1{
	}
	.legenda-1{
		text-align:left;
		font-size:9px;
	}
	.legenda-1:hover{
		text-align:left;
		letter-spacing:1px;
		font-size:9px;
	}
	.subtitulo-1{
		font-size:22px;
		width:98.15%;
		margin-left:6px;
		font-weight:300;
		font-family:"Work Sans";
	}
	.p-18-style{
		width:84.07%;
	}
	h1{
	}
	.p-bloc-desktop2-margin-top{
		font-size:9px;
	}
	.img-bloc-desktop2-margin-bottom{
		margin-top:13px;
		width:90px;
	}
	.img-bloc-desktop2-style{
		margin-top:13px;
		width:90px;
	}
	.img-margin-top{
		margin-top:13px;
		width:90px;
	}
	.p-style{
		font-size:9px;
	}
	.p-bloc-mobile3-2-style{
		font-size:9px;
	}
	.p-10-margin-top{
		font-size:9px;
	}
	.p-17-style{
		line-height:25px;
		font-size:19px;
		margin-top:0px;
	}
	.p-17-style:hover{
		font-size:19px;
		line-height:25px;
	}
	.nome:hover{
		font-size:12px;
		color:#002A44!important;
		font-weight:400;
	}
	.nome{
		font-size:13px;
		font-weight:300;
		color:#002A44!important;
		text-transform:uppercase;
		text-decoration:none;
	}
	.subtitulo-1:hover{
		font-weight:300;
		font-family:"Work Sans";
		font-size:22px;
	}
	.blocsapp-special-menu blocsnav:hover{
		font-family:"Work Sans";
		font-weight:500;
		text-transform:uppercase;
		background-color:rgba(0,0,0,0.8);
		text-align:left;
		color:#FEFFFF!important;
		font-size:12px;
		letter-spacing:2px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:rgba(0,0,0,0.8);
		font-size:12px;
		color:#FEFFFF!important;
	}
	.blocsapp-special-menu blocsnav:active{
		background-color:rgba(0,0,0,0.8);
	}
	.form-wp:hover{
	}
	.form-wp{
		width:250px;
	}
	.form-margin-left{
		margin-left:21px;
	}
	.h1-bloc-5-margin-top{
		font-size:35px;
		margin-top:264px;
		margin-bottom:0px;
	}
	.footer-link{
		text-align:center;
	}
	.h6-style{
		font-size:12px;
	}
	.bloc-bloc-38-margin-top{
		margin-top:-11px;
	}
	.icon-margin-right{
		width:50px;
		height:34px;
	}
	.h1-8-style{
		text-align:center;
		font-size:35px;
		line-height:35px;
	}
	.btn-style-3-b{
		font-size:9px;
		letter-spacing:2px;
		margin-bottom:0px;
		width:71.85%;
	}
	.btn-style-3-b:hover{
		font-size:9px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.headlines-texto{
		color:#797979!important;
		font-size:25px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.img-style{
		width:203px;
		margin-top:4px;
	}
	.img-32-style{
		width:45px;
	}
	.texto-leitura-2{
		font-size:18px;
		text-align:center;
		color:#000000!important;
	}
	.p-margin-left{
		width:93.7%;
		font-size:17px;
		line-height:24px;
	}
	.corações{
		width:40px;
	}
	.subtexto-leitura-3{
		font-size:16px;
		font-family:"Work Sans";
		font-weight:300;
		margin-top:5px;
		width:100%;
	}
	.texto-leitura-3{
		font-size:16px;
	}
	.p-bloc-18-style{
		width:100%;
		margin-left:0px;
	}
	.btn-style-3-c{
		letter-spacing:2px;
		margin-bottom:0px;
		font-size:10px;
	}
	.btn-style-3-c:hover{
		text-transform:uppercase;
		letter-spacing:2px;
		font-size:10px;
	}
	.headline-capitulo{
		font-size:35px;
		line-height:35px;
		text-align:center;
		font-weight:300;
	}
	.p-bloc-30-style{
		font-family:"Work Sans";
		font-weight:400;
		font-size:14px;
	}
	.headline-capitulo:hover{
		font-size:35px;
		line-height:35px;
		text-align:center;
		letter-spacing:-1px;
	}
	.subtexto-leitura-3:hover{
		font-size:16px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.h4-bloc-26-style{
		font-size:20px;
		line-height:20px;
	}
	.p-144-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.divider-bloc-30-style{
		width:72.96%;
		margin-left:41px;
		margin-top:-12px;
		margin-bottom:-15px;
	}
	.p-bloc-30-margin-bottom{
		margin-top:0px;
		margin-bottom:1px;
		font-size:16px;
	}
	.h3-bloc-30-style{
		line-height:30px;
		font-size:30px;
	}
	.tangeria{
	}
	.divider-laranja{
	}
	.divider-style{
		margin-left:74px;
		width:100%;
	}
	.btn-style-3-d{
		font-size:9px;
		letter-spacing:2px;
		margin-bottom:0px;
	}
	.btn-style-3-d:hover{
		font-size:9px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.temporários{
		text-align:left;
	}
	.btn-style-3-f{
		font-size:9px;
		letter-spacing:2px;
		margin-bottom:0px;
	}
	.btn-style-3-f:hover{
		font-size:9px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.btn-enviar-margin-bottom{
		margin-bottom:30px;
	}
	.p-bloc-26-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.h1-bloc-23-style{
		font-size:30px;
		letter-spacing:px;
		color:rgba(255,255,255,0.8)!important;
	}
	.img-42-style{
		width:50px;
	}
	.h1-bloc-54-margin-bottom{
		font-size:35px;
	}
	.h4-style{
		line-height:35px;
		font-size:30px;
	}
	.img-margin-left{
		margin-left:-1px;
		width:270px;
	}
	.h1-bloc-32-margin-bottom{
		line-height:30px;
	}
	.h1-bloc-32-margin-bottom:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:30px;
		line-height:30px;
	}
	.img-heart-azul--style{
		width:50px;
	}
	.p-bloc-jovens-style{
		margin-left:1px;
		width:100%;
		font-size:15px;
	}
	.h2-style{
		line-height:30px;
		margin-top:-1px;
	}
	.img-bloc-jovens-style{
		width:203px;
	}
	.btn-sessões:hover{
		height:28px;
		font-size:10px;
		width:100px;
		padding:5px 5px 5px 5px;
	}
	.btn-sessões{
		font-size:10px;
		width:100px;
		height:28px;
		padding:5px 5px 5px 5px;
	}
	.btn-margin-left{
		margin-left:0px;
	}
	.p-bloc-49-margin-left{
		margin-left:2px;
		width:100%;
	}
	.img-bloc-55-style{
		width:270px;
	}
	.h1-marcações-style{
		font-size:30px;
	}
	.img-bloc-57-style{
		width:202px;
		margin-left:57px;
		margin-bottom:-26px;
	}
	.img-130-style{
		width:171px;
		margin-left:55px;
	}
	.img-heart-red-style{
		width:50px;
	}
	.p-bloc-57-style{
		margin-top:39px;
	}
	.btn-sessões-margin-top{
		width:60%;
		margin-top:10px;
		margin-bottom:66px;
	}
	.h3-3-margin-top:hover{
		color:#FEFFFF!important;
		font-weight:400;
	}
	.h3-3-margin-top{
		color:#FEFFFF!important;
		font-weight:400;
	}
	.img-57-style{
		width:222px;
		margin-left:20px;
		margin-top:146px;
	}
	.img-57-style-2{
		width:222px;
		padding-top:0px;
		margin:auto auto auto auto;
	}
	.img-bloc-45-margin-top{
		margin-top:2px;
	}
	.h3-bloc-27-style{
		font-size:35px;
		line-height:35px;
	}
	.h3-style{
		font-size:20px;
	}
	.p-bloc-27-margin-top{
		width:98.15%;
		margin:auto auto auto auto;
	}
	.p-60-style{
		width:100%;
		margin-left:1px;
		font-family:"Work Sans";
		font-weight:300;
		font-size:14px;
		color:#000000!important;
		text-align:center;
	}
	.p-bloc-32-style:hover{
		font-family:"Work Sans";
		font-weight:300;
		text-transform:none;
	}
	.p-bloc-31-margin-top{
		margin-top:50px;
	}
	.p-92-margin-top{
		margin-top:49px;
	}
	.divider-prog-retiros:hover{
		;
	}
	.divider-bloc-31-style{
		width:56.3%;
		margin-left:59px;
	}
	.divider-plum:hover{
	}
	.divider-bloc-31-style:hover{
		width:56.3%;
	}
	.divider-tangerine{
		margin:auto auto auto auto;
	}
	.h3-bloc-34-style{
		line-height:35px;
	}
	.h1-bloc-36-margin-bottom{
		line-height:30px;
		font-size:30px;
	}
	.h3-bloc-36-style{
		font-size:20px;
	}
	.img-55-style{
		width:50px;
	}
	.h3-bloc-38-style{
		font-size:25px;
		line-height:25px;
	}
	.h3-bloc-38-style:hover{
		font-size:25px;
		line-height:25px;
	}
	.h3-24-style:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:16px;
	}
	.h3-24-style{
		font-size:16px;
	}
	.caixa-alta{
		font-size:9px;
		line-height:13px;
	}
	.audio-player-1{
		;
	}
	.img-bloc-44-style{
		width:170px;
	}
	.p-97-style{
		font-size:2px;
	}
	.p-56-style:hover{
		font-family:"Work Sans";
		font-weight:400;
		font-size:16px;
	}
	.p-29-margin-top{
		;
	}
	.h1-bloc-13-style{
		font-size:35px;
		line-height:34px;
	}
	.texto-leitura-3-nota{
		font-size:12px;
	}
	.h1-bloc-14-margin-top{
		font-size:30px;
		margin-top:420px;
	}
	.p-bloc-14-margin-top{
		font-size:14px;
		line-height:18px;
	}
	.branco{
		font-size:18px;
		line-height:25px;
	}
	.h1-margin-top{
		font-size:35px;
	}
	.h1-13-style{
		font-size:35px;
		line-height:35px;
	}
	.h1-bloc-23-margin-bottom{
		font-size:35px;
		line-height:35px;
	}
	.p-52-style{
		font-size:17px;
		line-height:28px;
	}
	.btn-retiros-margin-top{
		margin-top:10px;
		width:59.63%;
	}
	.btn-margin-right{
		width:59.63%;
	}
	.p-2-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:17px;
		color:#FEFFFF!important;
	}
	.img-140-style{
		width:50px;
	}
	.texto-leitura-recursos{
		padding-top:0px;
		margin-top:10px;
	}
	.chegado{
	}
	.branco-mobile{
		font-family:"Work Sans";
		font-weight:300;
		line-height:23px;
		font-size:20px;
	}
	.branco-mobile:hover{
		font-family:"Work Sans";
		font-weight:300;
		font-size:20px;
	}
	.h3-bloc-inscrição-style{
		font-size:30px;
		line-height:30px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.h3-10-style{
		font-weight:300;
		font-size:25px;
	}
	.p-56-style{
		font-size:16px;
		font-weight:400;
		line-height:18px;
	}
	.link-texto{
	}
	.link-texto-2{
		font-size:16px;
	}
	.link-texto:hover{
		color:#005392!important;
	}
	.link-texto-2:hover{
		font-size:16px;
	}
	.branco-texto-2{
		color:#FEFFFF!important;
		line-height:30px;
	}
	.p-bloc-21-style{
		width:100%;
	}
	.p-bloc-49-style{
		color:#000000!important;
	}
	.img-colorheart9--style{
		width:150px;
	}
	.p-bloc-54-margin-top{
		color:#FEFFFF!important;
	}
	.h3-margin-left{
		margin-left:1px;
		width:100%;
		margin-top:15px;
	}
	.divider-padding{
		margin-left:-2px;
	}
	.bran{
	}
	.img-img-2491-2-style{
		width:270px;
	}
	.text{
	}
	.special-icon-1:hover{
	}
	.h4-style:hover{
		font-size:30px;
	}
	.branco:hover{
		font-size:30px;
	}
	.headl{
	}
	.head{
	}
	.texto-leitura-1{
	}
	.p-232-style{
		font-family:"Work Sans";
		font-weight:300;
		line-height:20px;
	}
	.p-233-style{
		font-family:"Work Sans";
		font-weight:300;
		line-height:20px;
	}
	.p-234-style{
		font-family:"Work Sans";
		font-weight:300;
		line-height:20px;
	}
	.h4-corpo-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:25px;
	}
	.p-bloc-82-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-217-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-216-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-bloc-23-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-214-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-213-style{
		font-family:"Work Sans";
		font-weight:300;
		text-align:left;
	}
	.h4-bloc-88-style{
		font-family:"Work Sans";
		font-weight:300;
		line-height:30px;
	}
	.h4-família-style{
		font-family:"Work Sans";
		font-weight:400;
		font-size:25px;
		color:#FEFFFF!important;
		margin-bottom:0px;
	}
	.p-257-style{
		font-family:"Work Sans";
		font-weight:300;
		font-size:15px;
		line-height:20px;
		color:#FEFFFF!important;
	}
	.h4-bloc-30-margin-top{
		font-size:25px;
		margin-top:0px;
		margin-bottom:1px;
	}
	.p-43448-style{
		font-family:"Work Sans";
		font-weight:400;
		margin-top:10px;
	}
	.p-256-style{
		font-family:"Work Sans";
		font-weight:400;
	}
	.p-49-margin-bottom{
		font-size:15px;
		line-height:20px;
		margin-top:4px;
	}
	.p-258-style{
		font-family:"Work Sans";
		font-weight:400;
		margin-top:9px;
	}
	.p-margin-bottom{
		font-size:15px;
		line-height:20px;
		font-family:"Work Sans";
		font-weight:300;
		margin-top:4px;
	}
	.h4-bloc-92-style{
		font-family:"Work Sans";
		font-weight:400;
		font-size:25px;
		letter-spacing:0px;
		margin-top:0px;
		margin-bottom:0px;
	}
	.p-bloc-92-style{
		font-family:"Work Sans";
		font-weight:400;
		color:#FEFFFF!important;
		line-height:20px;
		margin-top:10px;
	}
	.h4-46-style{
		font-family:"Work Sans";
		font-weight:400;
		font-size:25px;
		color:#FEFFFF!important;
		margin-bottom:0px;
	}
	.img-77-style{
		width:218px;
	}
	.h4-50-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.img-triangulos-1--style{
		width:132px;
	}
	.h1-bloc-77-margin-bottom{
		font-size:30px;
	}
	.img-81-style{
		margin-top:-57px;
	}
	.h3-margin-top{
		margin-top:15px;
	}
	.h3-bloc-82-margin-top{
		margin-top:15px;
	}
	.h3-81-margin-top{
		margin-top:15px;
	}
	.h3-82-margin-top{
		margin-top:9px;
	}
	.h3-83-margin-top{
		margin-top:15px;
	}
	.p-bloc-88-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.p-bloc-88-style:hover{
		color:#FFFFFF!important;
	}
	.p-231-style{
		font-family:"Work Sans";
		font-weight:300;
		line-height:20px;
	}
	.divider-plum{
	}
	.p-bloc-69-style{
		font-size:18px;
	}
	.h1-bloc-34-style{
		font-size:30px;
	}
	.divider-tangerine:hover{
		margin:auto auto auto auto;
	}
	.divider-style:hover{
	}
	.h4-bloc-inscrição-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.link-texto-small{
	}
	.link-texto-small:hover{
		color:#005392!important;
	}
	.link{
	}
	.p-90-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.headlines-texto:hover{
	}
	.divider-plum-programa{
	}
	.divider-plum-programa:hover{
	}
	.h3-programa-style{
		font-size:30px;
	}
	.p-bloc-46-style{
		font-size:12px;
		margin-bottom:0px;
		line-height:15px;
	}
	.p-bloc-47-style{
		font-family:"Work Sans";
		font-weight:300;
		margin-top:-1px;
	}
	.bloc-margin-top:hover{
	}
	.bloc-margin-top{
		margin-top:-1px;
		margin-bottom:16px;
	}
	.divider-bloc-47-margin-bottom{
		margin-bottom:-15px;
	}
	.divider-bloc-47-margin-top{
		margin-top:-10px;
		margin-bottom:-16px;
	}
	.p-bloc-47-margin-top{
		margin-top:0px;
		margin-bottom:-1px;
	}
	.p-188-margin-top{
		margin-top:0px;
		margin-bottom:2px;
	}
	.divider-0-bloc-47-margin-top{
		margin-top:-8px;
		margin-bottom:-15px;
	}
	.p-189-margin-top{
		margin-top:-1px;
		margin-bottom:0px;
	}
	.divider-13109-margin-top{
		margin-top:-6px;
		margin-bottom:-15px;
	}
	.p-190-margin-top{
		margin-top:-1px;
		margin-bottom:0px;
	}
	.p-bloc-47-margin-top:hover{
		;
	}
	.branco-texto-programa{
		color:#FEFFFF!important;
		font-size:14px;
	}
	.branco-texto-programa:hover{
		color:#FEFFFF!important;
		font-size:14px;
	}
	.p-bloc-32-style{
		font-size:11px;
		line-height:15px;
	}
	.divider-40823-margin-top{
		margin-top:-15px;
		margin-bottom:-15px;
	}
	.p-193-margin-top{
		margin-top:0px;
		margin-bottom:0px;
	}
	.p-194-margin-top{
		margin-top:0px;
		margin-bottom:-1px;
	}
	.p-bloc-47-margin-bottom{
		margin-bottom:1px;
		margin-top:-1px;
	}
	.divider-48037-margin-top{
		margin-top:-11px;
		margin-bottom:-15px;
	}
	.p-200-margin-top{
		margin-top:0px;
	}
	.divider-0-margin-bottom{
		margin-bottom:-15px;
		margin-top:-15px;
	}
	.p-201-margin-top{
		margin-top:0px;
		margin-bottom:-1px;
	}
	.p-202-margin-top{
		margin-top:-1px;
		margin-bottom:0px;
	}
	.p-204-margin-top{
		margin-top:0px;
	}
	.p-208-margin-top{
		margin-top:0px;
		margin-bottom:0px;
	}
	.p-209-margin-top{
		margin-top:0px;
		margin-bottom:0px;
	}
	.p-211-margin-top{
		margin-top:1px;
		margin-bottom:1px;
	}
	.p-212-margin-top{
		margin-top:-1px;
		margin-bottom:-1px;
	}
	.headlines-texto-branco{
		color:#FEFFFF!important;
		font-size:25px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.headlines-texto-branco:hover{
	}
	.headlines-texto-cinza{
		color:#797979!important;
		font-size:25px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.headlines-texto-cinza:hover{
	}
	.headlines-texto-preto{
		color:#797979!important;
		font-size:25px;
		font-family:"Work Sans";
		font-weight:300;
	}
	.headlines-texto-preto:hover{
	}
	.branco-texto-2:hover{
		color:#FEFFFF!important;
	}
	.h1-bloc-36-style{
		font-size:30px;
	}
	.h1-moinhos-do-mar-style{
		font-size:30px;
	}
	.btn-style-3-vem-até-aqui-audio{
		letter-spacing:2px;
		margin-bottom:0px;
		width:257px;
		height:51px;
		font-size:16px;
		padding:13px 13px 13px 13px;
	}
	.btn-style-3-vem-até-aqui-audio:hover{
		text-transform:uppercase;
		letter-spacing:2px;
		font-size:16px;
	}
	.p-bloc-35-style{
		font-size:13px;
		margin-top:8px;
	}
	.p-bloc-2-style{
		font-family:"Work Sans";
		font-weight:400;
		background-clip:content-box!important;
		-webkit-background-clip:content-box!important;
		background-color:rgba(254,255,255,0.3);
	}
	.p-0-style{
		font-family:"Work Sans";
		font-weight:300;
	}
	.divider-claro{
	}
	.p-10-bloc-2-style{
		font-size:13px;
	}
	.subscrição-stroke{
		border-radius:10px 10px 10px 10px;
	}
	.label-name-style{
		color:#7BBFF7!important;
	}
	.btn-style-contactos{
		font-size:13px;
		letter-spacing:2px;
		margin-bottom:0px;
	}
	.btn-style-contactos:hover{
		text-transform:uppercase;
		letter-spacing:2px;
		font-size:13px;
	}
	.img-heart-az-style{
		width:71px;
	}
	.container-div-bloc-5-margin-top{
		margin-top:-2px;
	}
	.img-bloc-2-style{
		margin-top:11px;
	}
	.btn-home-verão{
		width:230px;
		height:40px;
		font-size:13px;
		letter-spacing:3px;
	}
	.btn-home-verão:hover{
		font-size:13px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.img-190-style{
		width:150px;
	}
	.menu-footer{
		text-align:center;
		font-size:10px;
		font-weight:300;
	}
	.h1-2-margin-bottom{
		;
	}
	.btn-submenu-footer{
		width:230px;
		height:40px;
		font-size:13px;
		letter-spacing:3px;
	}
	.btn-submenu-footer:hover{
		font-size:13px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.coluna-pdf-valores{
		border-color:rgba(255,255,255,0.5)!important;
		border-width:1px 1px 1px 1px;
	}
	.btn-home-verão-outono2019{
		width:230px;
		height:40px;
		font-size:13px;
		letter-spacing:3px;
	}
	.btn-home-verão-outono2019:hover{
		font-size:13px;
		text-transform:uppercase;
		letter-spacing:2px;
	}
	.h1-2-margin-bottom:hover{
	}
	.img-bloc-2-margin-top{
		margin-top:-81px;
		width:251px;
	}
	
}

