@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
    background: #000;
   
    
    
}


.contenedor{
    max-width: 1200px;
    height:auto;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    padding: auto;
    align-items: center;
    position: fixed;
        

}
.enConstruccion{
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
    position: relative;
       
}    
.enConstruccion img{
    width: 100%;
    height: auto;
    margin: auto;
   
}
.enConstruccion h2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content:center;
    margin: auto;
    color: #302e2e;
    font-family: 'Roboto', sans-serif ;
    font-size: 20px bold;
    -webkit-text-stroke: 0.5px #ff7200;
    letter-spacing: 5px;
    text-align: center;
}
