body{
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #33304B;
  background-color: #e7e7e7;
}
h1{
   font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
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: #e0bf98;
	text-decoration: none;
}
a:hover{
	color: #d3a67c;
	text-decoration: none;
}
header{
	background: #cf102d;
	position: sticky;
	top: 0px;
	z-index: 100;
}
footer{
	background: #333;
}
.logo-quien{
	height: 35px;
	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-huawei.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 900px;
}
.oper2 {
  background-image: url(../img/huawei-2.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 400px;
}
.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}
/*Header*/

.bajada{
	background: #E7E7E7;
background: linear-gradient(179deg, rgba(231, 231, 231, 0) 0%, rgba(231, 231, 231, 1) 100%);
}

.fb{
	background: #fff;
}

.bg-negro{
	background: #1b1b1b;
}
.bg-gris{
	background: #f5f5f5;
}


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



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



.boton{
	height: 40px;
}
.redondo{
	border-radius: 15px;
}
.redondo-1{
	border-radius: 20px 0px 0px 20px;
}
.redondo-2{
	border-radius: 0px 20px 20px 0px;
}

.link{
	font-size: 16px;
}
.espacio{
  padding: 22% 0% 22% 0%;
}

.blob-1{
  background: url(../img/blob-1.png) no-repeat;
  background-size: contain;

}




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


	.oper {
    background-image: url(../img/portada-huawei-m.jpg);
}

.tit1 {
  font-size: 10vw;
  padding: 25% 0px 25% 0px;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
	}
.link{
	font-size: 14px;
}
.espacio{
  padding: 55% 0% 35% 0%;
}
h1{
   font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}

}