
/* ------------------------------------------------------------------------------- DESACTIVADOS--------------------------------------------------------------------------------------- */

{
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

* {
    -webkit-tap-highlight-color: transparent;
}

html {
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-size: 62.5%;
    font-weight: 400;
}

a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

body {
    background-color: #1D212D;
    display: flex;
        align-items: center;
        flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
}

button {
    border: none;
    background-color: transparent;
}

h1 {
    color: #fff;
    font-size: 5.7rem;
    font-weight: 600;
    position: absolute;
        left: 80px;
        top: 173px;
    text-shadow: 0 0 8px #000;
    z-index: 5;
}

footer {
    background-image: linear-gradient(90deg, #f28a19, #e52321);
    height: 120px;
    position: absolute;
        bottom: 0;
    width: 100%;
}

h2 {
    color: #990000;
    font-size: 3.7rem;
    margin: -0.9rem 0 0 0;
}
/*
input[type="text"]:focus, textarea:focus {
    outline: 2px solid #990000;
}
*/
main {
    background-color: #1D212D;
    display: flex;
        flex-direction: column;
    max-width: 1400px;
    overflow: hidden;
    position: relative;    
}
/*
select:focus {
  outline: none;
}
*/

.copyright {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    opacity: 0.4;
    margin-top: 5rem;
    text-align: center;
    width: 100%;
}

/* ----------------------------------------------------------------------- ID'S ---------------------------------------------------------------------------- */

#coming_soon_txt {
    color: #f28a19;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 30rem 0 40rem 0;
    text-align: center;
    width: 100%;
}



/* ----------------------------------------------------------------------------- 1280px - 1599px ------------------------------------------------------------------------------------- */

@media screen and (min-width:1280px) and (max-width:1599px) {

/* ------------------------------------------------------------------------------- DESACTIVADOS--------------------------------------------------------------------------------------- */

{
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

h2 {
    font-size: 3rem;
}

main {
    width: 1120px;
}



}



/* ----------------------------------------------------------------------------- 800px - 1279px ------------------------------------------------------------------------------------- */

@media screen and (min-width:800px) and (max-width:1279px) {

/* ------------------------------------------------------------------------------- DESACTIVADOS--------------------------------------------------------------------------------------- */

{
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

main {
    width: 800px;
}

h1 {
    font-size: 3.7rem;
}

#coming_soon_txt {
    font-size: 2.2rem;
    padding: 20rem 2rem 30rem 2rem;
}



}




/* ----------------------------------------------------------------------------- 300px - 799px ------------------------------------------------------------------------------------- */

@media screen and (min-width:300px) and (max-width:799px) {

/* ------------------------------------------------------------------------------- DESACTIVADOS--------------------------------------------------------------------------------------- */

{
    display: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

main {
    width: 100%;
}

h1 {
    font-size: 2.2rem;
}

#coming_soon_txt {
    font-size: 1.4rem;
    padding: 20rem 0 30rem 0;
}



}