
body{
    background: white;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #505050;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}
/***basics****/
a,a:hover, a:focus, i{
    text-decoration: none;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
p{
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    color:#444444;
    line-height: 24px;
}
.section-padding{
    padding-top: 100px;
    padding-bottom: 40px
}

.section-padding-pri{
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #fd634e;  /* naranja */
}

.section-padding-sec{
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #a2ca28; /* verde */
}

.divided30{
    width:100%;
    height: 30px;
}
.padding-bottom30{
    padding-bottom: 30px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
}
h7{
    font-weight: 300;
    font-size:60px;
    font-family: 'Lato', sans-serif;
    color:#666765;
}
.colored-text{
    color:#a2ca28;
}

.candiman{
  font-family: 'Montserrat Light', sans-serif;
  display: inline-block;
  text-transform: lowercase;
  margin-right: 5px;
}

.namelogo{
  font-family: 'Montserrat Light', sans-serif; /*'Lato', sans-serif;*/
  display: inline-block;
  margin-right: 5px;
}
.section-title{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.section-title h1{
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px;
    font-size: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.border-line{
    width:40px;
    height: 1px;
    margin-top: 20px;
    display: block;
    text-align: center;
    background-color: #a2ca28;
    margin-left: auto;
    margin-right: auto;
}
.subtitle-caption{
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 25px;
    text-transform: capitalize;
}
.center-title{
    margin-bottom: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 2px;
}
.no-padding{
    padding: 0px;
}



/****navbar css si quiero que la barra en celulares sea transparente/ 

@media(max-width:768px){
    nav.before-color{
        background-color: rgba(255,255,255,0);
        padding:    15px 0;
    }
    nav.after-color{
        background-color: rgba(255,255,255,.95);
        padding: 0px 0;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
    }
    nav.before-color.navbar-default .navbar-brand{
    color:#fff;
    font-size: 30px;
    font-weight: 400;
}
    nav.after-color.navbar-default .navbar-brand{
    color:#fff;
    font-size: 30px;
    font-weight: 400;
}
    nav.before-color .navbar-nav>li>a{
        color:#fff;
    }
    
    nav.after-color .navbar-nav>li>a{
        color:#333;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 11px;

    }
    nav.before-color .nav>li{
        border-left: 1px solid solid;    
    }
    nav.after-color .nav>li{
        border-left: 1px solid rgba(0,0,0,0.1);    
    }
}


/**** navbar css ****/
@media(min-width:768px){
    nav.before-color{
        background-color: rgba(255,255,255,0);
        padding: 15px 0;
    }
    nav.after-color{
        background-color: rgba(255,255,255,.95);
        padding: 0px 0;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.302);
    }
    nav.before-color.navbar-default .navbar-brand{
    color:#fff;
    font-size: 35px;
    font-weight: 400;
}
    nav.after-color.navbar-default .navbar-brand{
    color:#000;
    font-size: 35px;
    font-weight: 400;
}
    nav.before-color .navbar-nav>li>a{
        color:#fff;
    }
    
    nav.after-color .navbar-nav>li>a{
        color:#333;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 15px 11px;

    }
    nav.before-color .nav>li{
        border-left: 1px solid transparent;    
    }
    nav.after-color .nav>li{
        border-left: 1px solid rgba(0,0,0,0.1);    
    }
}
.navbar-default {
    background-color: rgba(255,255,255,.95);
    border:0px;
    margin: 0px;
    width:100%;
    left: 0;
    right: 0;
    padding: 5px 0;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a:hover{
        color:#a2ca28;
    }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #a2ca28;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #a2ca28;
  background-color: transparent;
}

.navbar-default .navbar-brand{
    color:#000;
    font-size: 35px;
    font-weight: 400;
}
.navbar-default .navbar-nav>li:hover .dropdown-menu{
    display: block;
}



/********* botones *********/


.btn{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 0px;
    font-family: 'Lato', sans-serif;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.btn:focus{
    outline: 0;
}

.btn-white{
    color:#fff;
    padding: 0px;
    border: 1px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
}
.btn-white:hover{
    color:#a2ca28;
    border-color: #fff;
    background-color: #fff;
}



.btn-border-black{
    border: 1px solid #333;
    color:#333;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-black:hover{
    color:#fff;
    border-color:#333;
    background-color:#333;
}
.btn-border-theme{
    border: 1px solid #a2ca28;
    color:#a2ca28;
    padding: 10px 25px;
    background-color: transparent;
}
.btn-border-theme:hover{
    color:#fff;
    border-color:#a2ca28;
    background-color: #a2ca28;
}
.btn-radius{
    padding: 13px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}


/*********** slider efectos **************/

.slider-title{
    color:#fff;
    font-weight: 100;
    text-transform: uppercase;
    font-size:70px;
    letter-spacing:2px;
    font-family: 'Lato', sans-serif;
}
.slider-title span{
    font-weight: 700;
}


.slider-caption{
    color:#f8f8f8;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}


.slider-button a.btn-white{
    color:#000;
    background-color: #fff;
}
.slider-button a.btn-white:hover{
    color:#fff;
    background-color: transparent;
}

/******** services icons css ********/
.feature-icon-wrap {
    position: relative;
    padding-bottom: 40px;
    margin: 0px;
}
.feature-icon-wrap .left-side-icon{
    float: left;

}
.feature-icon-wrap .left-side-icon .front-icon{
    font-size:3em;
    color:#a2ca28;
}
.back-icon {
    z-index: -1;
    color: #F0F0F0;
    position: absolute;
    padding-left: 40px;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 100px;
}
.feature-icon-wrap .features-text-right{
    padding-left: 40px;
    overflow: hidden;
}
.features-text-right h3{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}
.services-icons .left-side-icon i{
    width:70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #a2ca28;
}

/************ team *************/
.team{
    padding-top: 50px;
    padding-bottom:20px;
    background-color: #e6e6e6;
}

.team-box{
    text-align: center;
    padding: 0px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
.team-box img{
    width:100%;
}
.team-desc h4{
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;

}
.team-desc em{
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.team-box .social{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    padding: 10px 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 0;
}
.social li a{
    font-size: 20px;

    text-align: center;
    display: block;
    color:#fff;
}
.social li a i{
    display: block;
    color:#333;
}
.social li a:hover i{
    color:#a2ca28

}


/******fun facts*****/
.funfacts{
    background: url(../images/bg-2.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 70px;
}
.fact-box{
    padding: 25px 30px;
    background-color: rgba(255,255,255,0.8);
}
.fact-box h2{
    color:#a2ca28;
    font-size: 45px;
}
.fact-box h5{
    color:#000;
    font-weight: 300;
}
.testimonials{
    background: #fd634e;
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}


.testimonials .testislider .slide-items img{
    width:80px ;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
}
.testimonials .flex-direction-nav a:before {
    font-family: "Ionicons";
    font-size: 40px;
    display: inline-block;
    content: '\f3d5';
}
.testimonials .flex-direction-nav a.flex-next:before {
    content: '\f3d6';
}
.testimonials .flexslider{
    margin:0px;
}



.testimonials .flexslider h5{
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color:#000;
    line-height: 24px;
    
    
}
.testimonials .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(255,255,255,1);
    text-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.slide-items{
    padding: 50px 40px;

}
.slide-items p{
    color:#fff;
}
.slide-items h5{
    margin-bottom: 0px;
    color:#a2ca28;
}
.testimonials .flexslider{
    background: rgba(0,0,0,0);
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
}




/****work****/

#work{
    background-color: #f7f7f8;
}
.portfolio-thumb {
    margin-bottom: 0px;
    
}
.imgoverlay {
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 100%
}

.imgoverlay img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease
}

.imgoverlay:hover img {
    transform: scale(1.07);
    -ms-transform: scale(1.07);
    -webkit-transform: scale(1.07)
}

.imgoverlay .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.imgoverlay:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(Opacity=100)"
}

.imgoverlay .overlaycolor {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(Opacity=80)"
}

.imgoverlay .overlayinfo {
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transition: top .3s ease;
    -moz-transition: top .3s ease;
    -o-transition: top .3s ease;
    -ms-transition: top .3s ease;
    transition: top .3s ease;
}

.imgoverlay:hover .overlayinfo {
    top: 50%
}

.portfolio-thumb a{
    color:#fff;
    text-decoration: none;
}
.portfolio-thumb .work-description {
    text-align: center;
    padding: 20px 0;
}
.portfolio-thumb .work-description a{
    color:#333;
    text-transform: uppercase;
    font-size: 15px;
}
.overlayinfo h6 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}



/*****news****/
.news-wrapper{
    padding: 0px;
}
.news-wrapper .news-inner{
    display: block;
    padding: 70px 20px;
    position: relative;
}
.news-wrapper .row{
    margin: 0px;
}
.news-inner .date{
    color:#a2ca28;
    font-weight: 400;
    font-style: italic;
}
.news-inner .title{
    color:#777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}
.news-inner p{
    margin-top: 15px;
    margin-bottom: 0px;
}
.news-inner:hover .title{
    letter-spacing: 3px;
}
.post-overlay{
 position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  left: 0;
}
.post-preview-content{
    z-index: 2;
    position: relative;
}
.post-option{
    margin-bottom: 0px;
    margin-top: 15px;
}
.post-option a{
    margin-right: 5px;
    display: inline-block;
    color:#999;
}
.post-option a:hover{
    color:#a2ca28;
}


/****  cta ******/
.cta{
    padding-bottom: 40px;
}
.cta h1{
    text-transform: uppercase;
    font-weight: 700;
    color:#000;
    margin-bottom:30px;
}
.cta-bg{
    background-color: #a2ca28;
    padding-top: 40px;
}
.cta-bg h1{
    color:#fff;
}

/***contact****/
#contact{
    background: url(../images/bg-2.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
    display: block;
    position: relative;
}
.contact-details i{
    font-size: 50px;
    color:#fff;
}
.contact-details h4{
    margin: 20px 0;
    color:#fff;
    font-weight: 300;
    font-style: italic;
}
.contact-form {
    background-color: rgba(0,0,0,0.3);
    padding: 30px;
    margin: 30px 0;
}
.contact-form .form-control{
    min-height: 45px;
    border: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: transparent;
    color:#fff;
    -webkit-border-radius: 0px;
}
.contact-form h3{
    margin-bottom: 20px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}
.help-block{
    margin: 0px;
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:#fff;
    padding: 0px 10px;
    background-color: #a2ca28;
    font-size: 12px;
}
.footer{
    padding: 50px 0;
    background-color: #a2ca28;
}
.footer .candiman{
    display: block;
    color:#fff;
    font-size: 35px;
}
.footer .social{
    margin: 30px 0;
}
.footer .social li a i{
    color:#f5f5f5;
    display: block;
}
.footer .social li a:hover i{
    opacity:0.6;
}
.footer .copyright{
   display: block;
   color: rgba(255,255,255,0.7);
   font-size: 12px;
}

/****pricing****/
.price-box{
      background: #f9f9f9;
}
.price-box .header h3 {
  padding: 12px 10px;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: #474747;
    color: #fff;
      border-radius: 2px 2px 0 0;
}
.price-box .header .price {
  background: #ebebeb;
    padding: 15px 10px;
}
.header .price h2 {
  color: #4D4D4D;
  margin-bottom: 3px;
  font-weight: bold;
}
.header .price span{
    font-size: 13px;
}
.price-box ul li{
    padding: 13px 0;
      border-bottom: 1px solid #ebebeb;
}
 .price-footer {
  padding: 20px;
}
.header.active h3{
    color:#fff;
    background-color: #a2ca28;
}

/******inner pages******/
.page-title{
    background-color: #3b3d38;
    padding-top: 250px;
}
.page-title h3{
      color: #fff;
  margin: 0px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-title .border-line{
    background-color: #fff;
}
.news-content p{
    color:#999;
    font-size: 14px;
    
}
.pager li>a, .pager li>span{
    color:#a2ca28;
}



/********* SECTION grid **********/	
#grid{
	position: relative;
	width: 100%;
	
}

.bg-secondary{
	background-color: #a2ca28; 
	
}

.bg-primary{
	background-color: #fd634e;
	
}


.row {
    position: relative;
  

}

.row1 {
    position: relative;
    display: inline;

}


/************** block ********************/

.block .lockup{
			max-width: 576px;   
			max-height: 576px;
			margin: 0 auto;
			margin-top: 55px;
			text-align: center;
     		margin-bottom: 55px;
     		height: auto;
     		position: relative;
     		
}

.block h3{
	margin-bottom: -5px;
	color: #fff;   
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-left: 15px;

}				
.block h2{			
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
	margin-left: 15px;
}		
		
.block p{	
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	color: #fff;
	line-height: 25px;
	
}				
.block a{	
   				color: #fff;
				text-decoration: underline;
				
}				
.block img{					

				width: 12px
}				
.thumb{
		position: relative;
		height: 100%;
		background-image: url(../img/jogging.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
}
		
	
		
.thumb .stats{
			position: absolute;
			right: 45px;
			bottom: 45px;
			width:576px;	
			
}	
		
.thumb p {
				display: inline-block;
				margin-right: 10px;
				color: #fff;
				font-size: 12px;
				font-weight: 700;
				
				right: 45px;
				bottom: 45px;
				width:576px;
			
}				
					
.thumb img {
				width: 15px;
	
}	
	

.thumb .block {
			height: 50%;
			position: relative;
			max-height: 350px;
			height: auto;
			
}	
					
.block	.feature {
		margin-bottom: 30px;
}
		
.thumb .block h2{
			margin-bottom: 15px;
			color: #fff;
}
		
.thumb .block	p{
			margin-bottom: 20px;
			color: #fff;
}
		

	
.lockup {
				position: relative;
				max-width: 650px;
				margin: 0 auto;
				margin-top: 55px;
				height: auto;
}
			

.lockup h3{
    color: #fff;       
	margin-bottom: -5px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
			

				
.lockup h2{
    color: #fff;             
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
}
					
.lockup p{
    margin-top: 15px;
	margin-bottom: 10px;
	color: #fff;
	line-height: 25px;
}
					
.lockup img{
    position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	max-height: 350px;
}	
	
.lockup	.block {
				margin-top: 45px;
				padding: 0 10px;
				padding: 0 15px;
}				
				
.lockup img{					
	right: 15px;
}

/************ bottom-unit *******/
.bottom-unit{
	position: relative;
	height: 650px;
}	

.get-involved{
    display: flex;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.get-involved .large-thumb {
			height: 330px;
			background-image: url("../img/cosecha.jpg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
}
					
.get-involved .text-block{
    position: relative;
	
	background-color: #fff;
	height: auto;
	padding-bottom: 32px;
	
}

.get-involved .text-lockup {
				position: relative;
				max-width: 650px;
				margin: 0 auto;
				margin-top: 55px;
}
				
.get-involved h3{
	margin-bottom: -5px;
	color: #3aa93d;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}					
.get-involved h2{				
	color: #a2ca28;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
}					
.get-involved p{					
	margin-top: 15px;
	margin-bottom: 10px;
	color: #656e74;
	line-height: 25px;
	
}					
.get-involved img{					
					position: relative;
					top: 0;
					right: 0;
					width: 26px;
					padding: 0 15px;
}


/********* text-block **********/

.text-block	.text-lockup{
			max-width: 576px;   
			max-height: 576px;
			margin: 0 auto;
			margin-top: 55px;
			text-align: center;
			margin-bottom: 55px;
}
		
.text-block h3{
	margin-bottom: -5px;
	color: #a2ca28;    /*verde- naranja #fd634e/#fd634e */
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}				
.text-block h2{			
	color: #fd634e;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
}				
.text-block p{	
	margin-top: 15px;
	margin-bottom: 10px;
	color: #656e74;
	line-height: 25px;
	
}				
.text-block a{	
   	color: #a2ca28;
	text-decoration: underline;
				
}				
.text-block img{					
			
				width: 12px
}				
.large-thumb{
		position: relative;
		height: 100%;
		background-image: url(../img/yoga.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
}

				
.large-thumb .stats{
			position: absolute;
			right: 45px;
			bottom: 45px;
			width:576px;
			/*
			@include media-breakpoint-down(sm)
			right: 20px;
	        bottom: 20px;*/
		}	
		
.large-thumb p {
				display: inline-block;
				margin-right: 10px;
				color: #fd634e;
				font-size: 12px;
				font-weight: 700;
				right: 45px;
				bottom: 45px;
				width:576px;
				color: #656e74;
			
}				
.large-thumb span {
					color: #fff;
}					
.large-thumb img {
				width: 15px;
	
	/*@include media-breakpoint-down(lg) 
		*/
}	


				

.large-thumb .text-block {
			height: 50%;
			position: relative;
			max-height: 350px;
			background-color: #fff;
}	
					
.text-block	.feature {
		margin-bottom: 30px;
		}
		
.large-thumb .text-block h2{
			margin-bottom: 15px;
}
		
.large-thumb .text-block	p{
			margin-bottom: 20px;
			color: #656e74;
}
		

.text-lockup {
				position: relative;
				max-width: 650px;
				margin: 0 auto;
				margin-top: 55px;
}
			
.text-lockup .large-thumb {
			height: 50%;
}
			
			
.text-lockup h3{
    color: #fd634e;       /* Naranja */
	margin-bottom: -5px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
			
			
.text-lockup h2{
    color: #a2ca28;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
}
					
.text-lockup p{
    margin-top: 15px;
	margin-bottom: 10px;
	color: #656e74;
	line-height: 25px;
}
					
.text-lockup img2{
    position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	max-height: 350px;
}	
	
.text-lockup .text-block {
				margin-top: 45px;
				padding: 0 10px;
				padding: 0 15px;
				background-color: #fff;
}				
				
.text-lockup img{					
	right: 15px;
}


	
	
/******* mid-unit ****/

.mid-unit{
	position: relative;
	height: 650px;
	
}


/*********** summer-fun *****/		
					
										
.summer-fun{
	display: flex;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
	/* text-align: left;*/

}

.summer-fun .large-thumb{
			position: relative;
			height: 330px;
			background-image: url("../img/playa.jpg");
			background-position: 50% 75%;
		    background-size: cover;
		    background-repeat: no-repeat;
}

			

.date{
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .8px;
}	


.category {
		position: absolute;
		top: 56px;
		right: 15px;
}
.category p{	
		display: inline-block;
		margin-right: 5px;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: .8px;
}

.category i{
		position: relative;
		top: 3px;
		display: inline-block;
		font-size: 20px;
}



.summer-fun h2{
            margin-bottom: -5px;
			color: #fff;
			font-size: 40px;
			text-transform: uppercase;
			letter-spacing: 1px;
			text-align: left;
			
}
.summer-fun p{
					display: inline-block;
					margin-right: 5px;
					font-weight: 700;
					text-align: left;
					letter-spacing: .8px;
					color: #fff;
}			
.summer-fun .lockup{
				position: relative;
				top: 40px;
				max-width: 650px;
				margin: 0 auto;
				background-color: #a2ca28;
				text-align: left;
}	
.summer-fun .block{
			height: 320px;
			background-color: #a2ca28;
			box-shadow: 0 0 60px -20px #000;
			z-index: 10;
			text-align: left;
			
				text-align: left;
}	


/********  eating-habits   ***/
	
.eating-habits {
	display: flex;
	display: -webkit-flex; /* Safari */
  	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;
	
}

.eating-habits	.small-thumb{
        position: relative;
		height: 330px;
		background-image: url("../img/legumbres.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
}
	
.eating-habits	.block{
	background-color: #a2ca28;
	line-height: 25px;
	height: 395px;   /*alto del rectángulo verde de concejos*/
	text-align: left;
	position: relative;
}
		
		
.eating-habits .lockup{
			position: relative;
			max-width: 315px;
			margin: 0 auto;
			margin-top: 55px;
			text-align: left;
			
}

.eating-habits  h4{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
				

}						
.eating-habits  h3{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
				

}			
.eating-habits h2{
	color: #fff;
	font-size: 35px;
	font-weight: 300;
	text-transform: uppercase;
				
}			
.eating-habits p{
	margin-top: 15px;
	margin-bottom: 10px;
	color: #fff;
	line-height: 25px;
				
}			
.eating-habits img{
				position: absolute;
				top: 0;
				right: 0;
				width: 24px;
				padding: 0 15px;
				max-width: 650px;
}	


/*    Fitness-first *****/	


.fitness-first{
	position: relative;
	height: 395px;
   	display: flex;
  	display: -webkit-flex; /* Safari */
  	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
  	display: flex;
   	flex-direction: row-reverse;
   	background-color: #fff;
				
}
		
		
.fitness-first .large-thumb {
		background-image: url("../img/yoga.jpg");
}	


.fitness-first	.text-block{
			order: 1	
}

.fitness-first	.feature {
		margin-bottom: 30px;
}
		
.fitness-first	h2{
			margin-bottom: 15px;
}
		
.fitness-first	p{
			margin-bottom: 20px;
			left: 20px;
}

/*** lifestyle ****/
				
.lifestyle{
    display: flex;
	flex-direction: column;
	padding-left: 0;
	padding-right: 0;

}

.lifestyle .small-thumb {
			height: 330px;
			background-image: url("../img/jogging.jpg");
			background-position: center;
			background-size: cover;
			background-repeat: no-repeat;
			
}			


.lifestyle .text-lockup{
				position: relative;
				top: 40px;
				max-width: 650px;
				margin: 0 auto;
				background-color: #fff;
				text-align: left;
				
}	
.lifestyle .text-block{
			height: 320px;
			box-shadow: 0 0 60px -20px #000;
			z-index: 10;
			background-color: #fff;
			text-align: left;
			
}

.lifestyle	h3{
			margin-bottom: 15px;
			padding: 0 15px;
			
}

.lifestyle	h2{
			margin-bottom: 15px;
			padding: 0 15px;
			
}

.lifestyle	p{
			margin-bottom: 20px;
			padding: 0 15px;
			
}



/*    love-your-body *****/

.love-your-body {
	position: relative;
	height: 395px;
	display: flex;
    background-color: #fff;
}	


.love-your-body .large-thumb {
	background-image: url("../img/autoestima.jpg");
}	

		
.love-your-body	.stats{
	left: 45px;
}			
.love-your-body	.feature {
	margin-bottom: 30px;
}
		
.love-your-body	h2{
	margin-bottom: 15px;
}
		
.love-your-body	p{
	margin-bottom: 20px;
	left: 20px;
}


.selection {
  background: #FFF498
}
.-moz-selection{
  background: #FFF498
}
.selection .img{
  background: transparent
}
.-moz-selection .img {
  background: transparent
}

.body2{
  -webkit-tap-highlight-color: #FFF498
  
}  
.icon-cloud:before {
    content: "\e900";
}
.icon-dashboard:before {
    content: "\e901";
}
.icon-suitcase:before {
    content: "\e902";
}
.icon-chevron-circle-right:before {
    content: "\e903";
}
.icon-tag:before {
    content: "\e904";
}
.icon-youtube-play:before {
    content: "\e905";
}
.icon-twitter:before {
    content: "\e906";
}
.icon-facebook:before {
    content: "\e907";
}
.icon-linkedin:before {
    content: "\e908";
}
.icon-chat:before {
    content: "\e909";
}
.icon-arrow-long-right:before {
    content: "\e90a";
}
.icon-user:before {
    content: "\e90b";
}

/***** planes****/
.planes-wrapper{
    padding: 0px;
}
.planes-wrapper .news-inner{
    display: block;
    padding: 70px 20px;
    position: relative;
}
.planes-wrapper .row{
    margin: 0px;
}
.planes-inner .date{
    color:#a2ca28;
    font-weight: 400;
    font-style: italic;
}
.planes-inner .title{
    color:#777;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 0;
}
.planes-inner p{
    margin-top: 15px;
    margin-bottom: 0px;
}
.planes-inner:hover .title{
    letter-spacing: 3px;
}
.planes-overlay{
 position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  left: 0;
}
.planes-preview-content{
    z-index: 2;
    position: relative;
}
.planes-option{
    margin-bottom: 0px;
    margin-top: 15px;
}
.planes-option a{
    margin-right: 5px;
    display: inline-block;
    color:#999;
}
.planes-option a:hover{
    color:#a2ca28;
}


