body{
  font-family: poppins, sans-serif;
	font-style: normal;
	font-size: 18px;
}

h2{
font-size: 2.5rem;
font-family: stilson-display, serif;
font-weight: 200;
font-style: normal;
}
h3{
font-size: 2.5rem;
font-family: stilson-display, serif;
font-weight: 200;
font-style: normal;
}
h4{
font-size: 1.5rem;
font-family: stilson-display, serif;
font-weight: 300;
font-style: normal;
}

h6{
font-size: 2.5rem;
font-family: stilson-display, serif;
font-weight: 400;
font-style: normal;
}
a{
	color: #000;
	text-decoration: none;
}
a: hover{
	color: #71a7c7;
	text-decoration: none;
}
header{
	background: #000;
	text-align: center;
	position: fixed;
	width: 100%;
	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);
}
.btn:hover {
    color: #fff;
    text-decoration: none;
}

/*Header*/
.oper {
  background: #000;
  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: stilson-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  padding: 18% 0px 20% 0px;
  color: #333;
  text-shadow: 0px 0px 5px #f1f1f1;
  text-transform: uppercase;
}
/*Header*/

.negro{ 
	background:#000;
	color: #f1f1f1;
	}

.fb{
	background: #fff;
}
/*AREA 1*/
.area_1 {
	background: url(../img/bizarro-1.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: 20%;
	position: relative;
	height: 50vh;
}

.div1 { 
	background: rgba(0, 0, 0, 0.7);
	color: #f5f6f6;
	padding: 2rem;
}

.area_5 {
	background: url(../img/bizarro-6.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: %;
	position: relative;
	height: 80vh;

}

.div5 { 
	color: #f5f6f6;
	padding: 2rem;
	background: rgba(0, 0, 0, 0.7);
}

.fondo{
	background: #F4F0E6;
}

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



/* bootstrap */
.row{
	margin-right: 0px;
    margin-left: 0px;
}
.aire{
	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;
}
	
.mob{
 	display: none;
}

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


}


@media only screen and (max-width: 768px) {
.desk{
	display: none;
}
.mob{
	display: block;
}
.tit1{
	margin: 10% 2%;
}
}



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


.tit1 {
  font-size: 10vw;
  text-transform: uppercase;
  margin: 15% 2%;
}


	.area_5 {
	background: url(../img/bizarro-7.jpg);
	background-size: 100%;
	background-position: bottom;
}

}

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


	}
}