body{

	font-size: 16px;
	color: #000;
}

h1{
		font-family: futura-pt-condensed, sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 3rem;
	}
h2{
		font-family: futura-pt-condensed, sans-serif;
		font-weight: 800;
		font-style: normal;
		font-size: 2.3rem;
	}

h4{
font-size: 1.5rem;
font-weight: 400;
font-style: normal;
}


.juntas{
	background-image: url(../img/juntas_1.jpg);
	background-size: cover;
}


.linea1{
	width: 100px;
}
.cuadro{
	border: 1px solid #71a7c7;
	padding: 0.5rem;
}


/* bootstrap */
.row{
	margin-right: 0px;
    margin-left: 0px;
}



/* bootstrap */

header{
	background: #000000;
}
video{
	width: 100%;
}
.logo-elle{
	height: 40px;
	margin: 1rem;
}
.f-hader{
	background: url(../img/Estaciones-Hermanas_2.jpeg) no-repeat;
	background-size: 100%;
	margin-top: 3rem;
}
.logotipo{
	height: 120px;
}
.espacio{
	padding: 15% 0px;
}
.fb{
	background: #fff;
}

.fn{
	background: #000;
	color: #fff;
}
.conoce{
    width: 250px;
    padding-top: 3rem;
}
 img.fusion{
 	position: absolute;
 	width: 95%;
}
footer{
	background: #000;
}

@media only screen and (max-width: 1024px) {
	.box{
	width:300px;
	height:300px;
	}

	.flip-card {
	  background-color: transparent;
	  width: 300px;
	  height: 200px;
	}

}



@media only screen and (max-width: 768px) {
.espacio{
	display: none;	
}

.logotipo {
    height: 20px;
}

	h4{
	font-size: 1.2rem;
}

.f-hader{
	background: none;

}
}

@media only screen and (min-width: 768px) {
.hermanas{
	display: none;	
}

}