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


/* Preloader */

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

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

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


/* Sizes */

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


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

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


/* Light theme */

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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


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

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

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

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

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

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

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

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

/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

.text-justify{
	text-align: justify;
}


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

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

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

/* Additional Aspect Ratios */

.ratio-4x4::before{
	padding-top:100%}.ratio-9x16::before{
	padding-top:106.25%}

/* ScrollToTop button */

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	height:103px;
	width:200px;
}
.h2-style{
	font-family:"Lato";
	font-weight:900;
	font-size:55px;
	line-height:55px;
}
.h3-style{
	font-family:"Lato";
	font-size:26px;
	line-height:28px;
}
.img-style{
	width:1000px;
}
.h1-style{
	font-family:"Lato";
	font-weight:900;
	font-size:40px;
}
.h3-primeros-pasos-style{
	font-family:"Lato";
	line-height:26px;
	font-size:26px;
}
.h6-style{
	line-height:18px;
}
.p-style{
	width:100%;
	font-family:"Lato";
}
.bloc-divider-b-fill{
	fill:rgba(0,0,0,0.20);
}
.app-shadow{
	box-shadow:0px 31px 35px rgba(0,0,0,0.16),0px 0px 2px rgba(0,0,0,0.09);
}
.feat-sub-header{
	font-size:20px;
}
.feat-header{
	font-weight:bold;
}
.purple-gradient-bg{
	background:linear-gradient(274deg, #9809FF  0%, #8B74FD 100%);
}
.cta-card{
	padding:60px 60px 0px 60px;
	border-radius:30px 30px 30px 30px;
}
.white-btn{
	color:#9713FE!important;
	font-size:16px;
}
.cta-card-img-left{
	border-style:_popUpItemAction:;
	position:relative;
	width:100%;
	border-top-right-radius:10px;
	border-bottom-left-radius:30px;
	right:60px;
}
.img-asset-2-2x-style{
	width:500px;
	height:500px;
}
.illustration-section-title{
	font-size:55px;
}
.app-feature-header{
	font-weight:bold;
}
.app-feature-icon{
	width:50px;
	background:linear-gradient(0deg, #9809FF 0%, #8B45FD 100%);
	border-radius:10px 10px 10px 10px;
}
.img-rounded-right{
	border-top-right-radius:20px;
	border-bottom-right-radius:20px;
}
.h2-primeros-pasos-style{
	font-family:"Lato";
	font-weight:900;
	font-size:100px;
	line-height:80px;
	letter-spacing:-3px;
}
.h3-12-style{
	font-size:25px;
	font-family:"Lato";
}
.p-1-style{
	font-family:"Lato";
	font-size:21px;
	line-height:23px;
	font-weight:700;
}
.text-span-style{
	font-style:normal;
	font-weight:normal;
	font-family:"Lato";
	font-size:21px;
}
.bloc-divider-b-bloc-8-fill{
	fill:rgba(0,0,0,0.20);
}
.h4-style{
	font-family:"Lato";
}
.h3-22-style{
	font-family:"Lato";
}
.p-21-style{
	font-family:"Lato";
	font-size:18px;
}
.h3-23-style{
	font-family:"Lato";
}
.p-22-style{
	font-family:"Lato";
	font-size:18px;
}
.h3-24-style{
	font-family:"Lato";
}
.p-23-style{
	font-family:"Lato";
	font-size:18px;
}
.h3-25-style{
	font-family:"Lato";
}
.p-24-style{
	font-family:"Lato";
	font-size:18px;
}
.h3-26-style{
	font-family:"Lato";
	font-weight:700;
	font-size:40px;
}
.h4-4-style{
	font-family:"Lato";
	font-size:30px;
}
.h5-style{
	font-family:"Lato";
	line-height:15px;
}
.h4-john-doe-style{
	font-family:"Lato";
}
.p-25-style{
	font-family:"Lato";
}
.h4-12-style{
	font-family:"Lato";
}
.p-26-style{
	font-family:"Lato";
}
.h4-13-style{
	font-family:"Lato";
}
.p-27-style{
	font-family:"Lato";
}
.h4-14-style{
	font-family:"Lato";
}
.p-28-style{
	font-family:"Lato";
}
.img-24-style{
	height:122px;
}
.img-23-style{
	height:122px;
	width:122px;
}
.img-antonio-2bgerv-style{
	height:122px;
}
.img-26-style{
	height:122px;
}
.h4-title-here-style{
	font-family:"Lato";
}
.p-29-style{
	font-family:"Lato";
}
.h4-17-style{
	font-family:"Lato";
}
.h4-18-style{
	font-family:"Lato";
}
.h4-19-style{
	font-family:"Lato";
}
.p-30-style{
	font-family:"Lato";
}
.p-31-style{
	font-family:"Lato";
}
.p-32-style{
	font-family:"Lato";
}
.h4-20-style{
	font-family:"Lato";
}
.h4-21-style{
	font-family:"Lato";
}
.h4-22-style{
	font-family:"Lato";
}
.h4-23-style{
	font-family:"Lato";
}
.p-33-style{
	font-family:"Lato";
}
.p-34-style{
	font-family:"Lato";
}
.p-36-style{
	font-family:"Lato";
}
.p-35-style{
	font-family:"Lato";
}
.img-psicoterap-style{
	height:171px;
}
.img-28-style{
	height:171px;
}
.img-29-style{
	height:171px;
}
.feat-card-icon{
	width:50px;
	background:linear-gradient(0deg, #9809FF 0%, #8B45FD 100%);
	border-radius:10px 10px 10px 10px;
}
.feat-card-icon-pos{
	position:absolute;
	left:0px;
	right:0px;
	top:-25px;
}
.feat-card{
	margin-bottom:80px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.h4-psicoterapia-style{
	font-family:"Lato";
}
.p-bloc-23-style{
	font-family:"Lato";
}
.h4-38-style{
	font-family:"Lato";
}
.p-51-style{
	font-family:"Lato";
}
.h4-37-style{
	font-family:"Lato";
}
.p-50-style{
	font-family:"Lato";
	font-size:20px;
}
.h4-39-style{
	font-family:"Lato";
}
.p-52-style{
	font-family:"Lato";
}
.h3-28-style{
	font-family:"Lato";
	font-size:21px;
	line-height:21px;
	width:100%;
}
.p-53-style{
	font-family:"Lato";
	font-size:14px;
}
.h3-29-style{
	font-family:"Lato";
	line-height:21px;
	font-size:21px;
}
.p-54-style{
	font-family:"Lato";
	font-size:14px;
}
.h3-30-style{
	font-family:"Lato";
	line-height:21px;
	font-size:21px;
}
.p-55-style{
	font-family:"Lato";
	font-size:14px;
}
.img-asset-10-style{
	width:170px;
}
.img-asset-19-style{
	width:122px;
}
.img-asset-20-style{
	width:122px;
}
.img-49-style{
	width:267px;
}
.h1-bloc-25-style{
	font-family:"Lato";
	line-height:45px;
}
.h4-bloc-25-style{
	font-family:"Lato";
}
.h6-11-style{
	font-family:"Lato";
}
.h6-12-bloc-25-style{
	font-family:"Lato";
}
.span-blog-sub{
	font-size:27px;
	font-family:"Lato";
	font-weight:bold;
}
.h6-bloc-25-style{
	font-family:"Lato";
}
.h6-15-style{
	font-family:"Lato";
}
.h4-bloc-22-style{
	font-family:"Lato";
	font-size:17px;
}
.img-placeholder-us-style{
	width:300px;
}
.img-51-style{
	width:179px;
}
.card-header-style{
	width:56.51%;
}
.h3-bloc-30-style{
	width:62.95%;
}
.card-style{
	width:54.13%;
}
.h3-bloc-31-style{
	font-family:"Lato";
	font-size:24px;
}
.h3-modal-heading-style{
	font-family:"Lato";
	font-size:22px;
}
.p-bloc-31-style{
	font-family:"Lato";
}
.h6-contacto-style{
	font-family:"Lato";
}
.h6-bloc-31-style{
	font-family:"Lato";
}
.h6-21-style{
	font-family:"Lato";
}
.img-icef-style{
	width:200px;
}
.img-58-style{
	width:200px;
}
.img-61-style{
	width:200px;
}
.img-64-style{
	width:200px;
}
.img-icef--style{
	width:200px;
}
.img-55-style{
	width:200px;
}
.img-58-icef-style{
	width:200px;
}
.img-61-icef--style{
	width:200px;
}
.img-53-style{
	width:200px;
}
.img-56-style{
	width:200px;
}
.img-59-style{
	width:200px;
}
.img-62-style{
	width:200px;
}
.p-bloc-22-style{
	font-family:"Lato";
}
.h6-bloc-22-style{
	font-family:"Lato";
}
.h6-20-style{
	font-family:"Lato";
}
.label-style{
	font-family:"Lato";
}
.label-apellido-style{
	font-family:"Lato";
}
.label-teléfono-style{
	font-family:"Lato";
}
.label-email-style{
	font-family:"Lato";
}
.label-mensaje-style{
	font-family:"Lato";
}
.link-style{
	text-decoration:none;
	font-family:"Lato";
}
.link-bloc-5-style{
	text-decoration:none;
	font-family:"Lato";
}
.label-nombre-style{
	font-family:"Lato";
}
.label-2-style{
	font-family:"Lato";
}
.label-bloc-22-style{
	font-family:"Lato";
}
.text-submit{
	font-family:"Lato";
}
.link-bloc-25-style{
	text-decoration:none;
	font-family:"Lato";
	font-weight:bold;
}
.piu{
	font-family:"Lato";
}
.size-menu{
	font-size:18px;
	font-family:"Lato";
}
.team-card{
	min-height:350px;
}
.text-area-style{
	width:100%;
}
.container-div-min-height{
	min-height:57px;
}
.h1-5-style{
	line-height:45px;
}
.img-84-style{
	width:700px;
	height:700px;
}
.h1-bloc-7-style{
	font-size:150px;
	line-height:125px;
	letter-spacing:-3px;
	width:100%;
	font-family:"Lato";
	font-weight:900;
}
.h1-30-bloc-7-style{
	font-family:"Pacifico";
	font-size:70px;
	line-height:70px;
}
.h2-bloc-7-style{
	line-height:32px;
}
.img-85-style{
	width:100px;
}
.img-86-style{
	width:100px;
}
.h3-bloc-25-style{
	line-height:30px;
}
.link-bloc-23-style{
	text-decoration:none;
}
.link-psicoterapia-style{
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.link-0-bloc-23-style{
	text-decoration:none;
}
.link-gratitud-style{
	text-decoration:none;
}
.link-11453-style{
	text-decoration:none;
}
.link-26013-style{
	text-decoration:none;
}
.link-3014-style{
	text-decoration:none;
}
.link-38905-style{
	text-decoration:none;
}
.link-25993-style{
	text-decoration:none;
}
.link-44743-style{
	text-decoration:none;
}
.link-2523-style{
	text-decoration:none;
}
.link-23528-style{
	text-decoration:none;
}
.link-26594-style{
	text-decoration:none;
}
.link-13306-style{
	text-decoration:none;
}
.link-24571-style{
	text-decoration:none;
}
.link-40801-style{
	text-decoration:none;
}
.link-37432-style{
	text-decoration:none;
}
.link-45954-style{
	text-decoration:none;
}
.link-44750-style{
	text-decoration:none;
}
.link-0-bloc-25-style{
	text-decoration:none;
}
.h3-bloc-68-style{
	width:100%;
}
sub{
	font-size:10px;
}
.link-primeros-pasos-style{
	text-decoration:none;
}
.link-bloc-8-style{
	text-decoration:none;
}
.link-bloc-9-style{
	text-decoration:none;
}
.link-bloc-10-style{
	text-decoration:none;
}
.link-bloc-11-style{
	text-decoration:none;
}
.link-adolescencia--style{
	text-decoration:none;
}
.link-bloc-13-style{
	text-decoration:none;
}
.link-bloc-14-style{
	text-decoration:none;
}
.link-bloc-15-style{
	text-decoration:none;
}
.link-bloc-16-style{
	text-decoration:none;
}
.link-1394-style{
	text-decoration:none;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.text-blue-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #61E1A3, #2F7DFF);
	color:transparent!important;
}
.h1-bloc-80-style{
	font-family:"Lato";
	font-weight:900;
}
.btn-style{
	width:100%;
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
}
.h3-bloc-83-style{
	font-family:"Lato";
	font-weight:900;
}
.link--502-4290-6432-style{
	font-weight:bold;
	text-decoration:none;
}
.h1-47-style{
	font-size:50px;
	font-family:"Lato";
	font-weight:900;
	line-height:50px;
}
.h4-bloc-65-style{
	line-height:28px;
}
.h4-bloc-90-style{
	font-size:20px;
}
.p-bloc-90-style{
	line-height:23px;
}
.img-ppem-28jul-style{
	width:400px;
}
.img-110-style{
	width:400px;
}
.img-pp---post-2x-p-style{
	width:300px;
}
.img-119-style{
	width:200px;
}
.img-113-style{
	width:300px;
}
.img-npp-purpo-style{
	width:200px;
}
.img-114-style{
	width:200px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5165:rgba(255,255,255,1.0);
	
	--swatch-var-1829:rgba(230,230,230,1.00);
	
	--swatch-var-7427:#000000;
	
	--swatch-var-4279:#FFFFFF;
	
	--swatch-var-426:rgba(255,255,255,0.8);
	
	--swatch-var-5276:#569EF9;
	
	--swatch-var-2752:#183A56;
	
	--swatch-var-4448:#577592;
	
	--swatch-var-7096:#9809FF;
	
	--swatch-var-3202:rgba(0,0,0,0.03);
	
	--swatch-var-390:#C80000;
	
	--swatch-var-5783:rgba(0,0,0,0.2);
	
	--swatch-var-890:#FF0000;
	
	--swatch-var-2599:#EF6825;
	
}


/* Background colour styles */

.bgc-5165{
	background-color:var(--swatch-var-5165);
}
.bgc-1829{
	background-color:var(--swatch-var-1829);
}
.bgc-7427{
	background-color:var(--swatch-var-7427);
}

/* Text colour styles */

.tc-5165{
	color:var(--swatch-var-5165)!important;
}
.tc-7427{
	color:var(--swatch-var-7427)!important;
}
.tc-390{
	color:var(--swatch-var-390)!important;
}

/* Button colour styles */

.btn-c-390{
	background:var(--swatch-var-390);
	color:#FFFFFF!important;
}
.btn-c-390:hover{
	background:#950000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7427{
	color:var(--swatch-var-7427)!important;
}
.ltc-7427:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.bg-Primeras-20Conversaciones{
	background-image:url("img/Primeras%20Conversaciones.png");
	background-image: -webkit-image-set(url("img/Primeras%20Conversaciones.webp") 1x,
url("img/Primeras%20Conversaciones.webp") 2x);background-image: image-set(url("img/Primeras%20Conversaciones.png") 1x,
url("img/Primeras%20Conversaciones.png") 2x,url("img/Primeras%20Conversaciones.webp") 1x,
url("img/Primeras%20Conversaciones.webp") 2x);
}
.bg-Primeras-20Letras{
	background-image:url("img/Primeras%20Letras.png");
	background-image: -webkit-image-set(url("img/Primeras%20Letras.webp") 1x,
url("img/Primeras%20Letras.webp") 2x);background-image: image-set(url("img/Primeras%20Letras.png") 1x,
url("img/Primeras%20Letras.png") 2x,url("img/Primeras%20Letras.webp") 1x,
url("img/Primeras%20Letras.webp") 2x);
}
.bg-Primeras-20Decisiones{
	background-image:url("img/Primeras%20Decisiones.png");
	background-image: -webkit-image-set(url("img/Primeras%20Decisiones.webp") 1x,
url("img/Primeras%20Decisiones.webp") 2x);background-image: image-set(url("img/Primeras%20Decisiones.png") 1x,
url("img/Primeras%20Decisiones.png") 2x,url("img/Primeras%20Decisiones.webp") 1x,
url("img/Primeras%20Decisiones.webp") 2x);
}
.bg-Preadolescencia{
	background-image:url("img/Preadolescencia.png");
	background-image: -webkit-image-set(url("img/Preadolescencia.webp") 1x,
url("img/Preadolescencia.webp") 2x);background-image: image-set(url("img/Preadolescencia.png") 1x,
url("img/Preadolescencia.png") 2x,url("img/Preadolescencia.webp") 1x,
url("img/Preadolescencia.webp") 2x);
}
.bg-Adolescencia{
	background-image:url("img/Adolescencia.png");
	background-image: -webkit-image-set(url("img/Adolescencia.webp") 1x,
url("img/Adolescencia.webp") 2x);background-image: image-set(url("img/Adolescencia.png") 1x,
url("img/Adolescencia.png") 2x,url("img/Adolescencia.webp") 1x,
url("img/Adolescencia.webp") 2x);
}
.bg-Primeros-20Pasos{
	background-image:url("img/Primeros%20Pasos.png");
	background-image: -webkit-image-set(url("img/Primeros%20Pasos.webp") 1x,
url("img/Primeros%20Pasos.webp") 2x);background-image: image-set(url("img/Primeros%20Pasos.png") 1x,
url("img/Primeros%20Pasos.png") 2x,url("img/Primeros%20Pasos.webp") 1x,
url("img/Primeros%20Pasos.webp") 2x);
}
.bg-Curso-20de-20Novios{
	background-image:url("img/Curso%20de%20Novios.png");
	background-image: -webkit-image-set(url("img/Curso%20de%20Novios.webp") 1x,
url("img/Curso%20de%20Novios.webp") 2x);background-image: image-set(url("img/Curso%20de%20Novios.png") 1x,
url("img/Curso%20de%20Novios.png") 2x,url("img/Curso%20de%20Novios.webp") 1x,
url("img/Curso%20de%20Novios.webp") 2x);
}
.bg-Amor-20Matrimonial{
	background-image:url("img/Amor%20Matrimonial.png");
	background-image: -webkit-image-set(url("img/Amor%20Matrimonial.webp") 1x,
url("img/Amor%20Matrimonial.webp") 2x);background-image: image-set(url("img/Amor%20Matrimonial.png") 1x,
url("img/Amor%20Matrimonial.png") 2x,url("img/Amor%20Matrimonial.webp") 1x,
url("img/Amor%20Matrimonial.webp") 2x);
}
.bg-Abuelos-20Activos{
	background-image:url("img/Abuelos%20Activos.png");
	background-image: -webkit-image-set(url("img/Abuelos%20Activos.webp") 1x,
url("img/Abuelos%20Activos.webp") 2x);background-image: image-set(url("img/Abuelos%20Activos.png") 1x,
url("img/Abuelos%20Activos.png") 2x,url("img/Abuelos%20Activos.webp") 1x,
url("img/Abuelos%20Activos.webp") 2x);
}



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

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


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

@media (max-width: 991px){
	.app-shadow{
	}
	.cta-card{
	}
	.feature-details-col{
		margin-bottom:40px;
		text-align:center;
	}
	.cta-card-img-left{
	}
	.img-rounded-right{
		border-bottom-left-radius:0px;
		border-top-left-radius:0px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	
}

@media (max-width: 767px){
	.app-shadow{
	}
	.cta-card{
		padding:30px 30px 0px 30px;
	}
	.feature-details-col{
		text-align:center;
	}
	.cta-card-img-left{
		right:30px;
	}
	.img-rounded-right{
		border-top-right-radius:15px;
		border-bottom-right-radius:15px;
	}
	.feat-card{
		margin-bottom:60px;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	
}

@media (max-width: 575px){
	.app-shadow{
	}
	.cta-card{
		padding:20px 20px 0px 20px;
	}
	.cta-card-img-left{
		right:20px;
	}
	.img-rounded-right{
		border-bottom-right-radius:10px;
		border-top-right-radius:10px;
	}
	.mt-1{
	}
	.hero-header-text{
		font-size:50px;
	}
	.img-npp-purpo-style{
		width:270px;
		height:172px;
	}
	.img-bloc-81-style{
		width:270px;
	}
	
}

