body{
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: #555;
	background: #000;
}
h3{
font-size: 1.6rem;
font-family: montserrat, sans-serif;
font-weight: 600;
font-style: normal;
}
h4{
font-size: 1.3rem;
font-family: poppins, sans-serif;
font-weight: 300;
font-style: normal;
}

h6{
font-family: roboto, sans-serif;
font-weight: 300;
font-style: normal;
}
a{
	color: #000;
	text-decoration: none;
}
a: hover{
	color: #71a7c7;
	text-decoration: none;
}
header{
	background: #000000;
	position: sticky;
	top: 0px;
	z-index: 100;
}
.logo-quien{
	height: 40px;
	margin: 0.5rem;
}
/* CSS */

.btn-three {
  color: #FFF;
  transition: all 0.5s;
  position: relative;
}
.btn-three::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.btn-three:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.btn-three::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.btn-three:hover::after {
  opacity: 1;
  transform: scale(1,1);
}


/*Header*/
.oper {
  background-image: url(../img/portada_ecobici.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  padding: 18% 0px 20% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}
/*Header*/

.bajada{
	position: relative;
	bottom: 4rem;
	background: #000;
}

.fb{
	background: #fff;
}
/*AREA 1*/
.area_1 {
	background: url(../img/ecobici-01.jpg);
	background-size: 100%;
	color: #f5f6f6;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 11px;

	position: relative;
	background-attachment: fixed;
	background-position: 20%;
	background-size: cover;

}

.div1 { 
	grid-area: 4 / 1 / 9 / 5; 
	background: rgba(0, 0, 0, 0.7);
	color: #f1f1f1!important;
}

.area_5 {
	background: url(../img/ecobici-05.jpg);
	background-size: 100%;
	color: #f5f6f6;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(8, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 11px;

	position: relative;
	background-attachment: fixed;
	background-position: 20%;
	background-size: cover;

}

.div5 { 
	grid-area: 6 / 5 / 9 / 10; 
	background: rgba(0, 0, 0, 0.7);
}

.fondo{
	background: #F4F0E6;
}

.galeria{
	position: sticky;
	top: 0px;
}



/* bootstrap */
.row{
	margin-right: 0px;
    margin-left: 0px;
}
.col-md-8{
	padding-right: 0px;
	padding-left: 0px;
}

.carousel-control-next-icon {
    background-image: url(../img/next.svg);
}
.carousel-control-prev-icon {
    background-image: url(../img/prew.svg);
}

mark{
	padding: 8px 15px; 
	line-height: 30px;
	background: #FFF;
}
/* bootstrap */


.videoy{
	width: 100%;
	height: auto;
	padding: 8% 0px;
}
.video-youtube{
  height: 600px;
  padding-bottom: 56.25%;
  position: relative;
}

.video-youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.youtube-wrapper{
  width: 100%;
}

.aire, .col-md-10{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

footer{
	background: #333;
}
.boton{
	height: 40px;
}
@media only screen and (max-width: 1024px) {


}

@media only screen and (max-width: 768px) {


	.area_1, .area_5 {
		display: grid;
		grid-template-columns: 2fr repeat(6, 1fr) 2fr;
		grid-template-rows: repeat(5, 1fr);
		grid-column-gap: 11px;
		grid-row-gap: 11px;
		}

		.div1, .div5 { grid-area: 1 / 2 / 3 / 8; }
		.div2 { grid-area: 3 / 1 / 5 / 4; }
		.div3 { grid-area: 3 / 3 / 6 / 9; }


}


@media only screen and (max-width: 600px) {

.area_1, .area_5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(8, 1fr);
	grid-column-gap: 11px;
	grid-row-gap: 11px;
}

.div1, .div5 { grid-area: 1 / 1 / 5 / 6; }
.div3 { grid-area: 5 / 1 / 9 / 6; }
.div2 { display:none; }


	.oper {
  background-image: url(../img/portada_ecobici_m.jpg);
}

.tit1 {

  font-size: 10vw;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
}
.videoy{
	width: 100%;
	height: 650px;
	padding: 8% 0px;
}
.video-youtube{
  height: 350px;
  padding-bottom: 56.25%;
  position: relative;
}
}
@media only screen and (max-width: 376px) {

	.area_1 {

    grid-template-rows: repeat(6, 1fr);
  }

	.area_4 {
 
    grid-template-rows: repeat(2, 1fr);}

	.div1_4 {
    display: none;
	}
}