
body{
	font-size: 18px;
	font-family:"Roboto Flex", sans-serif;
	color: #525252;
}
header{
	background: #ed1c24;
	text-align: center;
}
footer{
	background: #171717;
}

h3{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 2.5rem;
	color: #5C1D3F;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
}
img{
  border-radius: 5px;
}
/*Header*/
.oper {
  background-image: url(../img/hyatt-portada.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 900px;
}

.tit1 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4vw;
   padding: 40% 0% 5% 20%;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}
/*Header*/
.sombra{
	filter: drop-shadow(0mm 2mm 1mm rgba(0,0,0,0.45));
}
.bajada{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 1px;
	color: #fff;
	background: #5C1D3F;
}

.elle{
	width: 110px;
	padding: 0.5rem;
}


.row{
	margin-left: 0px;
	margin-right: 0px;
}
.pie{
	background: #000;
	width: 100%;
}
.presentado{
	font-size: 16px;
	color: #fff;
}
.link{
	color: #fff;
}
.link:hover{
	color: #fff;
}
.redondo{
	border-radius: 25px;
}
.fondo{
	background: #F7F7F7;
background: linear-gradient(180deg, rgba(247, 247, 247, 1) 40%, rgba(255, 255, 255, 1) 99%);
}
.fondo1{
  background: #E1E3DC;
}
span.pie{
  font-size: 12px;
  color: #999;
  background: none;
}

/*--boton--*/



/* From Uiverse.io by alexmaracinaru */ 
.cta {
  border: none;
  background: none;
  cursor: pointer;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5C1D3F;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/*--boton--*/
@media only screen and (max-width: 1200px) {

	.tit1 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4vw;
  padding: 40% 25% 5% 0px;
}
}

@media only screen and (max-width: 1024px) {

	.tit1 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4vw;
  padding: 40% 25% 20px 0px;
}
}

@media only screen and (max-width: 767px) {
	h2{
		font-size: 1.5rem;
	}
	.caja-texto{
		margin-left: 0%;
	}



	.oper {
  background-image: url(../img/hyatt-portada-m.jpg);
 
}

.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 6vw;
  padding: 80% 0px 5% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}
}