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

.body {
    background-color: azure;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}



.header {
background-color: black;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 10px;
height: 45px;
}

.header__logo {
    width: 250px;
    height: 50px;
}

 .seccion {
    display: grid;
    width: 100%;
    grid-template-columns: 1,1fr;
    grid-template-rows: repeat(2,auto);
    grid-template-areas:'portada' 'video';

 }

.portada {
grid-area: portada;
width: 100%;
height: 100vh;
position: relative;
}

.portada_imagen {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  
}

.portada_titulo { 
    color: black;
    background-color: white;
    font-size: 50px;
    left: 0rem;
    bottom: 0rem;
    position: absolute ;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: -9rem;
    margin: 2rem;
}

.galeria{
    background-color: #f8f8f8;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.galeria__imagen {
    display: flex;
    flex-direction: row;}

.gradientes {
    background: rgb(255,165,238);
    background: linear-gradient(90deg, rgba(255,165,238,1) 19%, rgba(102,223,247,1) 100%);
}

.col-12{
 margin-bottom: 0.5rem;
}


.high {
    background-color: rgb(158, 233, 158);
    width: 600px;
    min-height: 350px;
    padding: 1rem;
    border: solid #e793e7 8px;
    position: relative;
    display: grid;
}

.high__imagen{
width:100% ;
height: 600px;
object-fit:contain;
display: inline;
}

.high__titulo {
color: rgb(245, 238, 238);
font-size: 32px;
left: 0;
top: -1rem;
padding: 2rem;
position: absolute;
}

.delias
{   background-color: rgb(252, 161, 58);
    width: 600px;
    min-height: 350px;
    padding: 1rem;
    border: solid rgb(229, 231, 96) 8px;
    position: relative;
    display: grid;
}

.delias__imagen {
    width:100% ;
    height: 600px;
    object-fit:contain;
}

.delias__titulo {
color: rgb(243, 243, 243);
font-size: 32px;
left: 0;
top: -1rem;
padding: 2rem;
position: absolute;
}

.poster {
    background-color: rgb(58, 252, 226);
    width: 600px;
    min-height: 350px;
    padding: 1rem;
    border: solid rgba(63, 122, 233, 0.842) 8px;
    position: relative;
    display: grid;
}

.poster__imagen {
    width:100% ;
    height: 600px;
    object-fit:contain;
}

.poster__titulo {
    color: white;
    font-size: 32px;
    left: 0;
    top: -1rem;
    padding: 2rem;
    position: absolute;
}

.festival {
    background-color: rgb(207, 58, 252);
    width: 600px;
    min-height: 350px;
    padding: 1rem;
    border: solid rgb(63, 233, 105) 8px;
    position: relative;
    display: grid;
}

.festival__imagen {
    width:100% ;
    height: 600px;
    object-fit:contain;
}

.festival__titulo {
    color: rgb(240, 240, 247);
    font-size: 32px;
    left: 0;
    top: -1rem;
    padding: 2rem;
    position: absolute;
}


.footer {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    /* display: flex;
    flex-direction: column;

    justify-content: space-between;
    align-items: center; */
    
}

.footer__contacto {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 1rem;
}

.footer__redes {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.footer__marca {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    align-items: center;

    border-top: 1px solid #ed00f5b9;
    padding: 2rem 0;
    margin-top: 2rem;
}


/*clothing*/


.button {
    padding: 10px;
    margin: 1rem;
    background-color: #ed00f5b9;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.table {
    margin: 50px;;
}

.table__titulo {
    margin: 16px;
    font-family: sans-serif; /*agregar otra tipografia */
   
}

.h2 {
    border-top: none; /*sacar subrayados*/;
}

.table__tops {
    border-color: #f50087;
    border-style:double ;
    padding: 0.5rem

}

.table__buttoms {
    border-color: #c5e643;

}

.encabezado {
    display: flex;
    flex-direction: row;
}

.encabezado__parrafo {
    font-size: 19px;
    width: 800px;
    margin: 0.2rem;
}

.display-1 {
margin: 0.5rem;
}

.formulario {
    padding: 1rem;
    max-width: 380px;
}


/*Size Guide*/

.main__size {
    display: flex;
    flex-direction: row;
}
.comentario{
    display: flex;
    flex-direction: column;
}
.comentario__text {
    width: 100%;
    height: auto;
}

.clothing {
    list-style: none;
    margin: 1rem;
    padding: 0.5rem;
}
.transform-translete {
transition: transform 0.5s;
}

.transform-translete:hover {
    transform: scale(0.8);
}

.body__contacto {
    background-image: url(../images/alien.png);
     background-size: 70%;
}

.contacto {
    color: rgb(0, 0, 0);
    font-size: 50px;
    padding: 10px;
}

.contacto__parrafo {
    padding: 0.5rem;
    font-size: 15px;
}




/*media queri*/

@media screen and (max-width: 1200px) {
    .header {
        
        flex-direction: column;
    }


    .menu {
        color: #000;
    }
}

@media screen and (max-width: 600px) {
   
    .header__logo {
        width: 200px;
        height: 70px;
        padding: 1rem;
    }

    .seccion {
      display: grid;
      width: 100%;
      grid-template-columns: 1,1fr;
      grid-template-rows: (2,1fr);
      grid-template-areas:'portada' 'video';
    }

    .portada {
        grid-area: portada;
        padding: 0;
        height: 25%;
        object-fit: contain;
    }

    .portada_imagen {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .portada_titulo {
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        color:#fff;
        font-size: 15px;
        top:0;
        left: 0;
    }

    .galeria_section {
        width: 100%; 
    }

    .galeria {
        width: 100%;
        height: 85%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer {
        flex-direction: column;
        gap: 40px;
    }

    .footer__descripcion{
        order: -1;
    }

    .footer__logo {
        background-color: black;
    }

 /*size guide*/
    .medidas {
        align-items: center;
        margin: 1rem;
        padding: 1rem;
    }
    
    .table {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    
    .comentario{
        display: flex;
        flex-direction: row;
        margin: 1rem;
    }
    .comentario__text {
        width: 100%;
        height: auto;
    }
    
    .responsive {
        padding: 0;
        height: 10px;
        width: 350px;
    }

    .responsive_imagen {
        width: 100%;
        height: auto;
        object-fit: contain;
        padding: 1rem;

    }

    .high__titulo {
        font-size: 16px;
        left: 0;
        padding: 2rem;
    }
    .encabezado {
        display: flex;
        flex-direction: column;
        max-width: 600px;
    }

    .encabezado__titulo {
        max-width: 100%;
        height: auto;
        font-size: 32px;
        padding: 0.2rem;
    }

    
    .encabezado__parrafo {
        padding: 0.5rem;
        font-size: 12px;
        width: 100%;
        height: auto;
        margin: 0.5rem;
    
    }
    .contacto {
        color: rgb(0, 0, 0);
        font-size: 25px;
        padding: 5px;
    }
 
    
    

}


