/*-----------------------------------------------------------------------------------
	    e-crecer v3
        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-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

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


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

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


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


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

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* = 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;
}
/* 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;
}

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

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




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


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

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



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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1200px;
}
.img-style{
	width:1200px;
	height:230px;
	border-radius:22px 22px 22px 22px;
}
.img-13-style{
	width:370px;
	height:360px;
	border-radius:0px 0px 0px 0px;
}
.row-style{
	width:100%;
}
.btn-style{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#5ADFC3;
	color:#FEFFFF!important;
	border-radius:14px 14px 14px 14px;
}
.btn-contacto-style{
	font-weight:bold;
	width:74.23%;
	padding-top:6px;
	padding-bottom:6px;
	border-radius:15px 15px 15px 15px;
}
.h3-style{
	font-family:Lato;
	color:#a2a2a2;
	font-weight:900;
}
.h3-fotografía-2-style{
	font-family:"Oleo Script";
}
.h3-fotografía-3-style{
	font-family:"Oleo Script";
}
.btn-button-style{
	padding-top:6px;
	padding-bottom:6px;
	width:30.17%;
	padding-left:50px;
	font-weight:bold;
	border-radius:14px 14px 14px 14px;
}
.card-body-style{
	width:100%;
}
.h3--56979970377-style{
	font-size:30px;
}
.h3-bloc-6-style{
	font-size:30px;
	width:100%;
}
.row-bloc-6-style{
	width:100%;
}
.h3-22-style{
	font-size:25px;
	font-family:Lato;
	font-weight:900;
}
.h3-23-style{
	font-size:25px;
	font-family:Lato;
	font-weight:900;
}
.h3-feature-title-style{
	font-size:25px;
	font-family:Lato;
	font-weight:900;
}
.h3-25-style{
	font-size:25px;
	font-family:Lato;
	font-weight:900;
}
.p-style{
	font-size:22px;
	font-family:Roboto;
}
.img-16-style{
	border-radius:20px 20px 20px 20px;
}
.img-17-style{
	width:500px;
	border-radius:20px 20px 20px 20px;
}
.p-12-style{
	font-size:25px;
}
.p-13-style{
	font-size:25px;
}
.p-14-style{
	font-size:16px;
	width:100%;
}
.img-19-style{
	width:380px;
	border-radius:20px 20px 20px 20px;
}
.btn-button-style:hover{
	background-color:transparent;
	color:#A0ABB2!important;
}
.btn-style:hover{
	color:#FEFFFF!important;
	background-color:#7876A6;
}
.navbar-brand img{
	width: px;
	height:100px;
}
.h3-bloc-4-style{
	font-size:35px;
	font-family:Lato;
	font-weight:900;
}
.h2-facilitadores-style{
	font-size:35px;
	font-family:Pacifico;
}
.h2-visión-style{
	font-family:Lato;
	font-weight:900;
}
.h2-misión-style{
	font-family:Lato;
	font-size:35px;
	font-weight:900;
}
.h2-quienes-somos-style{
	font-family:Pacifico;
	font-size:28px;
}
.h2-valores-style{
	font-family:Lato;
	font-size:37px;
	font-weight:900;
}
.h3-bloc-2-style{
	font-family:Pacifico;
	font-size:30px;
}
.h3-9-style{
	font-family:Roboto;
	font-size:2px;
}
.active{
	font-weight:bold;
	color:#E83065!important;
}
.active:hover{
	font-weight:bold;
	color:#FEA302!important;
}
.inactive{
	;
}
.inactive:hover{
	font-weight:bold;
	color:#6F69AE!important;
}
.container:hover{
}
.active:active{
	color:#B60C7E!important;
}
.inactive:active{
}
.navbar-brand img:hover{
	color:#6F69AE!important;
	font-weight:bold;
}
.h3-meet-our-team-style{
	font-family:"Open Sans";
	font-weight:800;
}
.h3-misión-style{
	font-family:Pacifico;
}
.h3-bloc-8-style{
	font-family:Pacifico;
	font-size:28px;
}
.text-span-color{
	color:#008fc3;
}
.h6-style{
	font-size:28px;
	font-family:Pacifico;
}
.img-22-style{
	width:400px;
	height:124px;
}
.img-bloc-1-style{
	border-radius:78px 78px 78px 78px;
}
.img-14-style{
	border-radius:78px 78px 78px 78px;
}
.img-15-style{
	border-radius:82px 82px 82px 82px;
}
.h1-bloc-2-style{
	width:100%;
}
.illustration-section-title{
	font-size:30px;
	width:100%;
	font-family:Lato;
	font-weight:900;
}
.h3-4-style{
	font-family:Roboto;
	font-size:22px;
}
.p-3-style{
	font-size:22px;
	font-family:Roboto;
}
.p-19875-style{
	font-size:22px;
	font-family:Roboto;
}
.html-widget-style{
	width:100%;
}
.h2-3-style{
	font-family:Lato;
	font-weight:900;
}
.img-bloc-4-style{
	width:450px;
	height:330px;
	border-radius:0px 0px 0px 0px;
}
.h2-heading-2-style{
	font-size:38px;
	font-family:Montserrat;
}
.p-bloc-7-style{
	font-size:24px;
	font-family:Lato;
	font-weight:900;
}
.label-style{
	font-size:20px;
	font-family:Roboto;
}
.label-email-style{
	font-size:20px;
	font-family:Roboto;
}
.label-mensaje -style{
	font-size:22px;
	line-height:30px;
	font-family:Roboto;
}
.btn-enviar-style{
	border-radius:18px 18px 18px 18px;
}
.contacto1{
	display:block;
}
.h1-bloc-4-style{
	font-family:Lato;
	font-weight:900;
}
.btn-news{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#e83165;
	color:#FEFFFF!important;
	border-radius:14px 14px 14px 14px;
}
.btn-news:hover{
	color:#FEFFFF!important;
	background-color:#7876A6;
}
.p-bloc-4-style{
	font-family:Roboto;
	font-size:22px;
}
.btn-style:active{
}
.link-style{
	width:100%;
}
.link-noticias-style{
	width:100%;
}
.h3-3-style{
	font-family:Lato;
	font-weight:900;
}
.btn-4-style{
	font-weight:bold;
	background-color:#ECD064;
	color:#5E5E5E!important;
	border-radius:10px 10px 10px 10px;
}
.btn-4-style:hover{
	font-weight:bold;
	background-color:#44BAA4;
	color: white!important;
	border-radius:10px 10px 10px 10px;
}
.html-widget-bloc-15-style{
	width:100%;
}
.html-widget-0-style{
	height:500px;
}
.html-widget-0-bloc-14-style{
	height:500px;
}
.p-19-style{
	font-family:Roboto;
	font-size:22px;
}
.h3-bloc-9-style{
	width:100%;
}
.h3-20-style{
	font-size:20px;
}
.h3-46-style{
	font-size:20px;
}
.h3-51-style{
	font-size:25px;
}
.h3-52-style{
	font-size:25px;
}
.btn-6-style{
	font-weight:bold;
	border-radius:21px 21px 21px 21px;
}
.btn-29-style{
	width:30.17%;
	font-weight:bold;
}
.btn-27-style{
	width:30.17%;
	font-weight:bold;
}
.btn-metodología--style{
	font-weight:bold;
	width:30.17%;
	border-radius:23px 23px 23px 23px;
}
.btn-dirigido-a-style{
	font-weight:bold;
	width:30%;
}
.p-47-style{
	font-size:20px;
}
.p-45-style{
	font-size:20px;
	letter-spacing:px;
	text-indent:px;
}
.btn-38969-style{
	font-weight:bold;
	width:30.17%;
}
.p-19974-style{
	font-size:20px;
}
.btn-20534-style{
	font-weight:bold;
	width:100%;
	padding-top:14px;
	padding-bottom:14px;
}
.img-sence-logo-style{
	width:230px;
	height:125px;
}
.img-certhia-logo-style{
	height:95px;
}
.img-34-style{
	width:300px;
	height:140px;
}
.img-35-style{
	width:230px;
	height:120px;
}

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

/* Background colour styles */

.bgc-azure-mistweb{
	background-color:#F5FFFF;
}
.bgc-toolbox{
	background-color:#6F69AC;
}
.bgc-white{
	background-color:#FEFFFF;
}
.bgc-toolbox-2{
	background-color:#6F69AC;
}

/* Text colour styles */

.tc-lapis-lazuli{
	color:#3B5997!important;
}
.tc-ucla-blue{
	color:#577592!important;
}
.tc-white{
	color:#FEFFFF!important;
}
.tc-toolbox{
	color:#6F69AC!important;
}
.tc-dim-gray{
	color:#6D6E6E!important;
}
.tc-black{
	color:#000000!important;
}
.tc-white-2{
	color:#FEFFFF!important;
}
.tc-razzmatazz{
	color:#E72A64!important;
}
.tc-verdigris{
	color:#44BAA4!important;
}
.tc-verdigris-2{
	color:#44BAA4!important;
}
.tc-saffron{
	color:#EAC330!important;
}
.tc-lapis-lazuli-2{
	color:#3B5997!important;
}
.tc-cerise{
	color:#E3356A!important;
}

/* Button colour styles */

.btn-verdigris{
	background:#44BAA4;
	color:#FFFFFF!important;
}
.btn-verdigris:hover{
	background:#369583!important;
	color:#FFFFFF!important;
}
.btn-cerise{
	background:#E3356A;
	color:#FFFFFF!important;
}
.btn-cerise:hover{
	background:#b62a55!important;
	color:#FFFFFF!important;
}
.btn-toolbox{
	background:#6F69AC;
	color:#FFFFFF!important;
}
.btn-toolbox:hover{
	background:#59548a!important;
	color:#FFFFFF!important;
}
.btn-toolbox-2{
	background:#6F69AC;
	color:#FFFFFF!important;
}
.btn-toolbox-2:hover{
	background:#59548a!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-verdigris{
	color:#44BAA4!important;
	border-color:#44BAA4!important;
}
.icon-toolbox{
	color:#6F69AC!important;
	border-color:#6F69AC!important;
}
.icon-cyan-process{
	color:#00A2F3!important;
	border-color:#00A2F3!important;
}
.icon-lapis-lazuli{
	color:#3B5997!important;
	border-color:#3B5997!important;
}
.icon-cerise{
	color:#E3356A!important;
	border-color:#E3356A!important;
}
.icon-ocean-boat-blue{
	color:#027BB6!important;
	border-color:#027BB6!important;
}

/* Bloc image backgrounds */

.bg-solen-feyissa-N-GpAMItcPc-unsplash{
	background-image:url("img/solen-feyissa-N-GpAMItcPc-unsplash.jpg");
}
.bg-volodymyr-hryshchenko-w7KukacxiRg-unsplash{
	background-image:url("img/volodymyr-hryshchenko-w7KukacxiRg-unsplash.jpg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.html-widget-bloc-14-style{
		width:100%;
	}
	.img-bloc-12-style{
		width:141px;
	}
	.img-16-style{
		width:141px;
		height:142px;
	}
	.img-imagen-1-style{
		width:141px;
		height:142px;
	}
	.img-19-style{
		width:141px;
	}
	.img-18-style{
		width:141px;
		height:142px;
	}
	.img-20-style{
		width:141px;
		height:142px;
	}
	.img-22-style{
		width:141px;
		height:142px;
	}
	.img-21-style{
		width:141px;
		height:142px;
	}
	.img-placeholder-us-style{
		width:141px;
		height:142px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.btn-button-style{
		width:39.73%;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.footer-link{
		text-align:center;
	}
	.btn-38969-style{
		width:50%;
	}
	.btn-dirigido-a-style{
		width:50%;
	}
	.btn-metodología--style{
		width:57.41%;
	}
	.btn-29-style{
		width:65.93%;
		padding-top:8px;
		padding-bottom:8px;
	}
	.btn-button-style{
		width:76.3%;
	}
	.img-bloc-12-style{
		width:153px;
	}
	.img-16-style{
		width:155px;
	}
	.img-imagen-1-style{
		width:155px;
	}
	.img-18-style{
		width:155px;
	}
	.img-19-style{
		width:155px;
	}
	.img-placeholder-us-style{
		width:153px;
		height:155px;
	}
	.img-22-style{
		width:153px;
		height:155px;
	}
	.img-21-style{
		width:153px;
		height:155px;
	}
	.img-20-style{
		width:153px;
		height:155px;
	}
	
}

