/********* BODY */

body {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    position: relative;
    background-image: url('../img/wallpaper.jpg');
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

::-webkit-scrollbar {
    display: none;
}

body::-webkit-scrollbar:vertical {
    display: block;
    width: 8px;
}
  
body::-webkit-scrollbar-track:vertical {
    background: #929292;
}

body::-webkit-scrollbar-thumb:vertical {
    background: #474747;
}

/********* MAIN */

.main {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.formulario {
    width: 300px;
    height: auto;
    position: relative;
    z-index: 10;
}

.logo-catan {
    width: 250px;
    height: 110px;
    margin: 20px auto;
    background-image: url('../img/logo.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

form {
    width: 300px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.input {
    width: 100%;
    height: 28px;
    margin: 0 auto;
    margin-top: 32px;
    display: flex;
    border-bottom: 1px solid #fbea7b;
}

.icono-input {
    width: 30px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    color: #fbea7b;
}

.textfield {
    width: calc(100% - 50px);
    height: 24px;
    line-height: 24px;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
}

.textfield::placeholder {
    color: #fff;
}

.mostrarclave {
    width: 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.btn1 {
    width: 300px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 30px calc(50% - 150px);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    color: #fbea7b;
    background-color: #ac2c07;
    cursor: pointer;
    border-radius: 5px;
}

.btn2 {
    width: 200px;
    height: 15px;
    text-align: center;
    margin: 0 calc(50% - 100px);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    color: #bdbdbd;
    text-decoration: underline;
    cursor: pointer;
}

.terminos {
    width: 100%;
    height: auto;
    margin: 0px auto;
    margin-top: 25px;
    text-align: justify;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #fff;
}

.terminos a {
    color: #fbea7b;
}

.contenido-main {
    width: 90%;
    max-width: 1000px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.boton-catan {
    width: auto;
    height: auto;
    margin: 5px auto;
}

.icono-boton-catan {
    width: 120px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 50px;
    background-size: cover;
    background-position: center;
    aspect-ratio: cos(30deg);
    clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
    transition: 0.2s all ease-out;
    -webkit-transition: 0.2s all ease-out;
    -moz-transition: 0.2s all ease-out;
    -ms-transition: 0.2s all ease-out;
    -o-transition: 0.2s all ease-out;
}

.icono-boton-catan:hover {
    cursor: pointer;
    width: 160px;
    height: 180px;
    line-height: 180px;
}

.texto-boton-catan {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    color: #fff;
}

/********* NAVEGADOR */

.navegador {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
}

.boton-atras {
    width: 50px;
    height: 50px;
    background-image: url('../img/recursos/desierto.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: 10px;
    cursor: pointer;
}

/********* BUSCADOR */

.buscador {
    width: 280px;
    height: 40px;
    border-bottom: 2px solid #fbea7b;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
}

.tfbuscador {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    border: none;
    outline: none;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
}

.tfbuscador::placeholder {
    color: #fff;
}

.icono-buscador {
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fbea7b;
    margin: 0 auto;
    cursor: pointer;
}

/* ********* POPUP */

.popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ac2c07;
    display: none;
}
  
.icono-popup {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 calc(50% - 30px);
    margin-top: 30vh;
    z-index: 99;
    border: 4px solid #fff;
    color: #fff;
    font-size: 40px;
    border-radius: 1000px;
}
  
.mensaje-popup {
    width: 95%;
    height: auto;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
}
  
.btn-popup {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    margin: 25px calc(50% - 80px);
    cursor: pointer;
    border-radius: 5px;
}

/******** TRADEMARK */

.trademark {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 10;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #cecece;
}

.phantomy {
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 6px;
    font-size: 15px;
    cursor: pointer;
}