body{
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #33304B;
}
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/hawei-portada.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: 15% 0px 15% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}
/*Header*/

.bajada{
	background: #E6E6E6;
background: linear-gradient(180deg,rgba(230, 230, 230, 1) 0%, rgba(255, 255, 255, 1) 89%);
}

.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;
}


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


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

.tit1 {
  font-size: 10vw;
  padding: 35% 0px 20% 0px;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
	}
.link{
	font-size: 14px;
}
}