*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  height: auto;
  background: #1900ce;
}
.container-fluid {
    position: relative;
    max-width: 100%;
    width: 100%;
    height: auto;
    inset: 0;
    z-index: 0;
}

.rowReserva {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 65%;
    margin: 0 auto 5%;
}
.rowReserva img{
    padding: 5%;
}

.container {
    position: relative;
    max-width: 70%;
    width: 70%;
    height: auto;
    margin: auto;
    z-index: 0;
}

.hero {
    height: auto;
    margin-bottom: 40px;
}

.boxeador {
    position: absolute;
    width: 100%;
    height: auto;
    inset: 0;
    z-index: 0;
}

.logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.logo img{
    max-width: 65%;
    padding: 5% 0;
}

.fechaD {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}

.fechaD img{
    max-width: 65%;
    padding: 22% 0;
}

.fechaM {
    display: none;
}


.grafica-top {
    position: absolute;
	overflow: hidden;
    width: 100%;
    height: auto;
    inset: 0;
    z-index: -1;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.grafica-top-2 {
    position: absolute;
	overflow: hidden;
    width: 100%;
    height: auto;
    inset: 0;
    z-index: -2;
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.blob.blobAmarilla {
    width: 35vw;
    height: auto;
    position: relative;
    top: -18vw;
}
.blob.blobRoja {
    width: 140%;
    left: -10%;
    height: auto;
    position: relative;
    top: -100vw;
    min-width: 140%;
}

.img-fluid{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.deadline {
    display: flex;
    justify-content: center;
}
.deadline img {
    width: 90%;
    max-width: 290px;
    margin: 40px auto;
    padding: 0;
}

.btn-primary {
    padding: 12px 10% 10px;
    background: #ff0034;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 280px;
    margin: auto;
	transform: scale(100%);
	transition: all ease-in-out .3s;	
}
.btn-primary:hover, .btn-primary:focus {
   transform: scale(95%);
   transition: all ease-in-out .2s;	
}

.btn-primary img {
    padding: 0;
}
.img-animada {
    opacity: 0;
    transform: translateY(100%); /* inicia un poco más abajo */
	transform: translateY(100%) scale(100%);
    animation: subir-fade 2s cubic-bezier(0.17, 0.84, 0.44, 1) forwards;
}

@keyframes subir-fade {
    0% {
        opacity: 0;
		transform: translateY(20%) scale(140%);
    }
    100% {
        opacity: 1;
		transform: translateY(0) scale(100%);
    }
}


@media only screen and (max-width: 1280px) {
.btn-primary {
    padding: 10px 10% 8px;
    background: #ff0034;
    border-radius: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 190px;
    margin: auto;
}
.blob.blobRoja {
    width: 140%;
    left: -11%;
    height: auto;
    position: relative;
    top: -100vw;
    min-width: 140%;
}	
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .fechaD{
    display: none;
  }
  .hero {
    max-width: 100%;
    width: 100%;
}
.hero .logo{
    padding: 5% 0 0 5%;
}
.logo img {
    max-width: 100%;
    padding: 0;
}
.hero .boxeador{
    padding: 0;
}
.fechaM {
        margin: 0 auto 5%;
        max-width: 500px;
        width: 90%;
        display: flex;
        justify-content: center;
        z-index: 3;
        position: relative;
    }
.rowReserva {
  width: 90%;
    max-width: 500px;
    margin: 0 auto 10%;
}    
.deadline img {
    width: 90%;
    max-width: 380px;
}
.hero {
    height: auto;
    margin-bottom: 6vw;
}
.hero .logo {
        padding: 5% 0 0 5%;
        position: relative;
        z-index: 5;
 }
.blob.blobAmarilla {
    width: 37vw;
    height: auto;
    position: relative;
    top: -18vw;
    left: 12%;
}	
.blob.blobRoja {
    width: 140%;
    left: -5%;
    height: auto;
    position: relative;
    top: -94vw;
    min-width: 140%;
}	
@keyframes subir-fade {
    0% {
        opacity: 0;
		transform: translateY(5%) scale(140%);
    }
    100% {
        opacity: 1;
		transform: translateY(0) scale(100%);
    }
}
}

@media only screen and (max-width: 580px) {
.fechaM img{
        max-width: 400px;
    }  
  .container.hero {
    max-width: 100%;
    width: 100%;
}  
  .container {
    max-width: 80%;
    width: 80%;
}  
.btn-primary {
        width: 80%;
        max-width: 160px;
        padding: 10px 10% 8px;
    }
.hero {
    margin-bottom: 10vw;
}
.fechaM {
        max-width: 500px;
        width: 72%;
}
.deadline img {
    margin: 30px auto;
    width: 90%;
    max-width: 240px;
}
.rowReserva {
        width: 100%;
        max-width: 100%;
        margin: 0 auto 10%;
    }
} 