@charset "UTF-8";
/* CSS Document */

/* ======================================================================== */
/* 11.2 ficha proyecto /flex: 0 0 100%; / border-bottom: 4px solid #f8f8f8; text-align: center;
/* ======================================================================== */

.header-fullscreen.header-page {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
}

 .item-details {
    color: #8d99a7;
    display: block;
    letter-spacing: .1rem;
    margin-bottom: 0;
    text-transform: uppercase;  text-align: left
	 
	    
	 
	 
}

article.caption-single.container {padding-top: 6em;}


 .item-details:after {
    border-right: 1px solid #ff7e00;
}


.case-details .item-details__title {

    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}


span.item-details__dato {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 4.87rem;
    font-weight: 600;
    letter-spacing: .1rem;
    margin-top: 0rem;
   
    text-transform: uppercase; text-align: center; display: block; padding-bottom: 2rem; 
}

.title--h2 {
    font-size: 2.4428rem;
    margin-bottom: 3.4rem;
}

.title--h2 b{font-weight: 100;
}
.title--about {
    font-size: 0.8rem;
    margin-bottom: 2rem;
    font-weight: 800; text-transform: uppercase; padding-top: 4%;
}




.projects-carousel .swiper-slide .title {
    font-size: 2.8vw; padding-bottom: 0.9em;
    margin-bottom: 0;
   
}


/* -----------flechas carrousel -------------*/
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 17px;
    height: 24px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 34px;
    background-position: center;
    background-repeat: no-repeat;
}

/* -----------bullets carrousel -------------*/

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
    background: #8d99a7;
   display: inline-block;
    height: 8px;
    margin: 30px 0;
    opacity: 1;
    outline: none;
    width: 8px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}



h1.title.title--h2.js-lines.text-gray-extra-dark{font-weight: 400;}

	article.container.mtb-0.valores-quehacemos-container{ background-color: #f8f8f8; padding-top: 2rem;}
.bg-grey-light{background-color: #f8f8f8;}

/* ------------------------*/
@media only screen and (max-width: 768px){
	
	
.case-details .item-details__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
	
	.item-details {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0);
    padding-bottom: 10px;
}
	
	span.item-details__text {
    font-size: 0.9rem; color:white; 
}
	
	
	.case-details .item-details:nth-last-child(2) {
    margin-bottom: 0rem;
}
	
	.flex-center-end .flex-center__inner { }
	.flex-center-end { height: 80%;}/* alto menu cabecera----------------*/
	
	/* about carrousel---------------*/
	.projects-carousel .swiper-slide {width: 100%;}
	.projects-carousel .swiper-slide__link::before {background-color: rgba(17, 15, 16, 0.7);}
	.projects-carousel .swiper-slide .title {font-size: 1.8rem; line-height: 2rem; font-weight: 400; padding-bottom: 2rem }
	
	.projects-carousel .swiper-slide .change-text {
    margin-top: 0rem;
    font-size: 1.2rem;
}
	
	projects-carousel .swiper-slide__description {
    padding: 0% 2%;
}
	
	ul.list-unstyled , .uk-card-title, .uk-text-meta  {text-align: center}
	
	/* que hacemos carrousel---------------*/
	div.icono-quehacemos-container{padding-left: 45%; padding-bottom: 1rem;}
	
	.uk-text-meta {
    font-size: 1rem;
    line-height: 1.4;
    color: #4B4A4A;
}
	

	
	/* arrow_navigation------------------------*/
	.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 90%;
    width: 10px;
    height: 14px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 17px 24px;
    background-position: center;
    background-repeat: no-repeat;
}
	
	
	
	/* End android bysidecar------------------------*/
	
	}


@media only screen and (max-width: 640px){
.title--h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
}
}