:root
{
    --pink-50:#fdf2f8;
    --pink-100:#fce7f3;
    --pink-200:#fbcfe8;
    --pink-300:#f9a8d4;
    --pink-400:#f472b6;
    --pink-500:#ec4899;
    --pink-600:#db2777;
    --pink-700:#be185d;
    --pink-800:#9d174d;
    --pink-900:#831843;
    --pink-950:#500724;

    --black:#000;
    --white:#fff;
    --max-width:1200px;

    --font-principal:"Fredoka", sans-serif;
    --font-secundario:"Montserrat", sans-serif;
}
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body
{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    background-color: var(--black);
}
#menu
{
    cursor: pointer;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--pink-900);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
#menu_abierto
{
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transform: translateX(-120%);
}
.contenedor_menu
{
    position: relative;
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--pink-900);
}
.contenedor_cerrar_menu
{
    width: 100%;
    height: 100px;
}
.informacion_menu
{
    width: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#menu img
{
    cursor: pointer;
    width: 65%;
    object-fit: cover;
}
.item_cerrar img
{
    cursor: pointer;
    height: 65%;
    object-fit: contain;
}
.boton_menu
{
    cursor: pointer;
    width: 100%;
    height: 45px;
    color: var(--white);
    font-family: var(--font-secundario);
    font-weight: 400;
    font-size: 25px;
    text-decoration: none;
    padding: 20px;
    animation: hoverOut .5s forwards;

}
.boton_menu:hover
{
    animation: hoverIn .5s forwards;
}
.item_cerrar
{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}
.contenedor_principal
{
    position: relative;
    width: 100%;
    height: 100%;
}
.fondo_contenedor_principal
{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.fondo_contenedor_principal img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}
.informacion_contenedor_principal {
    position: relative;
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 2;
    padding-bottom: 150px;
    margin: auto;
}

.informacion_contenedor_principal h1
{
    position: absolute;
    top: 10px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: .8;
}
.informacion_contenedor_principal h1 span:nth-child(1)
{
    font-family: var(--font-secundario);
    font-size: 150px;
    font-weight: 900; 
    color: var(--pink-950);
}
.informacion_contenedor_principal h1 span:nth-child(2)
{
    font-family: var(--font-secundario);
    font-size: 50px;
    font-weight: 100; 
    color: var(--pink-400);
}
select, input, .seleccionar_fotos
{
    cursor: pointer;
    width: 45%;
    height: 100%;
    background: var(--pink-200);
    font-size: 20px;
    font-family: var(--font-principal);
    font-weight: 100;
    color: var(--pink-950);
    padding: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type="text"]::placeholder
{
    color: var(--pink-950);
}
select:active, select:focus
{
    border: none;
    outline: none;
}
select option
{
    color: var(--white);
}
.texto_fase
{
    font-family: var(--font-principal);
    font-weight: 100;
    color: var(--white);
    padding: 10px 30px; 
    font-size: 20px;

}
#footer
{
    width: 100%;
    height: 80px;
    background-color: var(--pink-950);
}
.contenedor_footer
{
    width: 33%;
    height: 100%;
}


/*Fase 1*/

#fase1
{
    position: absolute;
    width: 90%;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    background-color: var(--pink-700);
    justify-content: space-between;
    align-items: center;
}
#fase2 , #fase3 , #fase4, #fase5
{
    position: absolute;
    width: 90%;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    background-color: var(--pink-700);
    justify-content: space-between;
    align-items: center;
    transform: translateX(150%);
}
#raza_gato
{
    display: none;
}
.buton_buscar
{
    cursor: pointer;
    width: auto;
    height: 100%;
    border: none;
    background-color: var(--pink-950);
    color: var(--white);
    font-size: 20px;
    font-family: var(--font-principal);
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buton_buscar img
{
    height: 50px;
    object-fit: contain;
}
#fotos
{
    display: none;
}

@media screen and (max-width:800px)
{
    #fase1,#fase2,#fase3,#fase4,#fase5
    {
        height: auto;
        flex-direction: column;
        width: 90%;
    }
    select, input, .seleccionar_fotos
    {
        width: 100%;
        text-align:center;
    }
    .buton_buscar
    {
        height: 60px;
        width: 100%;
    }
    .informacion_contenedor_principal
    {
        padding-bottom: 50px;
    }
    .informacion_contenedor_principal h1
    {
        top: 120px;
    }
    .informacion_contenedor_principal h1 span:nth-child(1)
    {
        font-size: 70px;
    }
    .informacion_contenedor_principal h1 span:nth-child(2)
    {
        font-size: 30px;
    }
}
@keyframes toLeft {
    0%
    {
        transform: translateX(-100%);
    }
    100%
    {
        transform: translateX(0%);
    }
}
@keyframes toRight {
    0%
    {
        transform: translateX(0%);
    }
    100%
    {
        transform: translateX(-100%);
    }
}
@keyframes toLeftMenu {
    0%
    {
        transform: translateX(-110%);
    }
    100%
    {
        transform: translateX(0%);
    }
}
@keyframes toRightMenu {
    0%
    {
        transform: translateX(0%);
    }
    100%
    {
        transform: translateX(-110%);
    }
}

@keyframes nextSlide {
    0%
    {
        transform: translateX(0%);
    }
    100%
    {
        transform: translateX(-150%);
    }
}
@keyframes prevSlide {
    0%
    {
        transform: translateX(150%);
    }
    100%
    {
        transform: translateX(0%);
    }
}

@keyframes nextSlideInverse {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes prevSlideInverse {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(150%);
    }
}
@keyframes fadeIn {
    from {
      opacity: 0.2;
    }
    to {
      opacity: 0.8;
    }
  }
  @keyframes hoverIn {
    0%
    {
        transform: scale(1) translateX(0%);
    }
    100%
    {
        transform: scale(1.2) translateX(10%);

    }
  }
  @keyframes hoverOut {
    0%
    {
        transform: scale(1.2) translateX(10%);
    }
    100%
    {
        transform: scale(1) translateX(0%);
    }
  }
  
  .fade-in {
    animation: fadeIn 0.8s forwards;
  }
  