* {
    box-sizing: border-box;
}

html {
    overflow: auto;
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    background: #e27429;
}

::-webkit-scrollbar {
    width: 10px;
    background: #e27429;
}

::-webkit-scrollbar-thumb {
    background-color: #ecb743;
}

body {
    background-color: #3b220b;
    font-family: 'Abel-Regular.ttf';
    font-size: 16px;
}

.navbar {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #ecb743;
}

.navbar_inner {
    width: 100%;
    overflow: hidden;
    padding: 0 20%;
}

#langNav {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    height: 80%;
    width: 100vw;
    background-color: #ecb743;
    transition: all 0.3s ease-in;
    z-index: -1;
    align-items: center;
    justify-content: center;
}

#langNav > a {
    height: 100%;
}

.arrowDown {
    fill: #315465;
}

#anchorLangButton {
    position: relative;
}

#anchorLangButton:hover .arrowDown {
    fill: #ecb743;
}

#svgArrowDown {
    position: absolute;
    width: 0.9rem;
    bottom: 1rem;
    left: calc(50% - 0.45rem);
}

.selectLang {
    height: 80%;
    cursor: pointer;
    margin: 0 1rem;
    transition: transform 0.3s ease;
}

.selectLang > img {
    border: 3px solid #3b220b;
    margin-top: 10%;
    max-height: 100%;
}

.selectLang:hover {
    transform: scale(1.1);
}

.brand {
    max-height: 4rem;
    padding: 0.4rem;
}

.navbar {
    z-index: 10;
}

.navbar-skewed {
    background-color: #ecb743;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar_wrapper {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .navbar_item {
    text-decoration: none;
    color: black;
    font-family: 'Abel-Regular.ttf';
    font-size: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #ecb743;
    color: #315465;
    transition: all 250ms ease;
    box-sizing: border-box;
}

.navbar_item > a {
    padding: 20px 42px;
    text-decoration: none;
    color: #315465;
}

.navbar-skewed .navbar_item {
    transform: skew(-32deg);
}

.navbar-skewed .navbar_item_text {
    transform: skew(32deg);
}

.navbar-skewed .navbar_item_link:hover a {
    color: #ecb743;
}

.navbar-skewed .navbar_item_link:hover {
    background: #315465;
    cursor: pointer;
}

.navbar-skewed .navbar_item_link:hover:before {
    width: 100%;
    border-color: #fff transparent;
}

.wallpaper-marron {
    background-color: #3b220b;
    width: 100%;
}

#movingBackground {
    color: #999999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #3b220b;
    opacity: 0.178;
    transition: all 0.15s ease-out;
}

#movingBackground .movingPiece {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    flex-grow: 1;
    min-width: calc(100vw / 9);
    max-width: calc(100vw / 9);
    overflow: hidden;
}

.logoCentro {
    display: block;
    margin: 5rem auto;
    max-width: 20vw;
}

.gameOnIphone {
    margin: 3rem auto;
    max-width: 40vw;
    transition: all 0.3s ease-in;
}

.gameOnIphone:hover {
    transform: scale(1.1);
}

.topPiece {
    height: 120vh;
    padding: 0.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: flex;
    justify-content: center;
    transition: all 3s cubic-bezier(0, 0, 0, 1.03) !important;
}

.topPiece img {
    width: calc(100% - 1vw);
    align-self: flex-end;
}

.bottomPiece {
    border-radius: 10px;
    height: 300vh;
    background-color: #ecb743;
}

.wallpaper-medio {
    /*background: url(../images/medio.png);*/
    height: 1725px;
    background-size: 100% 100%;
    z-index: -101;
    /* display: inline-block; */
}

#section2 {
    padding-top: 50vh;
}

.navbar-custom {
    background-color: #ecb743;
}

.titulo {
    color: #f0e7a4;
    font-family: 'Owners.ttf';
    font-size: 10rem;
    margin-top: 150px;
    margin-bottom: 40px;
    text-align: center;
}

.titulo-reduced {
    font-size: 6em;
}

.titulo-altern {
    font-size: 4.5em;
}

.subtitulo {
    color: #f0e7a4;
    text-align: center;
    font-family: 'agency-fb.ttf';
    font-size: 48px;
    padding-top: 0%;
}

.introduccion {
    color: #f0e7a4;
    font-size: 1.8rem;
    margin: 5rem 1rem;
    text-align: center;
    font-family: 'Abel-Regular.ttf';
    text-align: justify;
    text-align-last: center;
    z-index: 2;
}

.whitelistButton {
    padding: 1rem 2rem;
    font-size: 1.5rem;
    background-color: #ecb743;
    color: #3b220b;
    border: 0;
    transition: all 250ms ease;
    text-decoration: none;
}

.whitelistButton:hover {
    color: #ecb743;
    background-color: #315465;
}

.presaleButton,
.tournamentsButton {
    text-decoration: none;
    color: initial;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    background-color: #ecb743;
    color: #3b220b;
    border: 0;
    transition: all 250ms ease;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: max-content;
    margin: 0 auto;
}

.tournamentsButton {
    margin-top: 1rem;
    background-color: #315465;
    color: #ecb743;
}

.presaleButton:hover {
    color: #ecb743;
    background-color: #315465;
}

.tournamentsButton:hover {
    color: #315465;
    background-color: #ecb743;
}

.biggPresale {
    font-size: 3rem;
}

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
}

.flickity-button:hover {
    background: white;
    cursor: pointer;
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
    opacity: 0.6;
}

.flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    pointer-events: none;
}

.flickity-button-icon {
    fill: currentColor;
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.carousel {
    padding: 0;
}

.carousel-cell {
    height: 80vh;
    width: min(80vw, 32rem);
    max-height: 80vh;
    /* flex-box, center image in cell */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.carousel-cell img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    /* dim unselected */
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    -webkit-filter: blur(5px) brightness(50%);
    filter: blur(5px) brightness(50%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
    transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

.carousel-cell.is-selected img {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: none;
    filter: none;
}

.flickity-prev-next-button {
    width: 60px;
    height: 60px;
    background: transparent;
    opacity: 0.6;
}

.flickity-prev-next-button:hover {
    background: transparent;
    opacity: 1;
}

.flickity-prev-next-button .arrow {
    fill: white;
}

.flickity-prev-next-button.no-svg {
    color: white;
}

.flickity-prev-next-button.previous {
    left: 0;
}

.flickity-prev-next-button.next {
    right: 0;
}

.flickity-prev-next-button:disabled {
    display: none;
}

.carousel-item img {
    margin: 0 auto;
}

.textPoster {
    opacity: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1rem;
    background-color: #3b220bd4;
    font-family: 'agency-fb.ttf';
    color: #f0e7a4;
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.3s ease-in;
    line-height: 1.6rem;
}

.carousel-cell.is-selected .textPoster {
    opacity: 1;
    bottom: 5rem;
}

#pawnEnd {
    display: flex;
    flex-direction: row;
    width: 100vw;
    padding: 0;
    margin: 0;
}

.aPawn {
    min-width: calc(100vw / 9);
    max-width: calc(100vw / 9);
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0;
    margin: 0;
    padding: 1vw;
}

.aPawn img {
    width: 100%;
    align-self: flex-end;
}

.backtobrown {
    background-color: #3b220b;
    width: 100vw;
    height: 200px;
    margin: 0;
    padding: 0;
}

.teamCard {
    width: calc(12rem - 8px);
    height: calc(16rem - 8px);
    background: #3b220b;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin: 2rem auto;
    transition: transform 0.2s;
    border: 4px solid #e27429;
}

.teamPhoto {
    width: calc(12rem - 28px);
    height: calc(13rem - 28px);
    margin: 6px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.teamSocial {
    color: #f0e7a4;
    padding: 0px;
    position: absolute;
    top: 11.5rem;
    left: 0;
    height: 16rem;
    width: calc(12rem - 16px);
    background-color: #3b220b;
    transition: all 0.6s ease;
}

.teamName {
    margin: 0 0.4rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.teamPosition {
    margin: 0 0.4rem;
    font-size: 1rem;
}

.teamCard:hover {
    transform: scale(1.1);
}

.teamCard:hover .teamSocial {
    padding-top: 2rem;
    top: 0;
}

.teamRS {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin: 1.2rem auto;
    padding: 0.4rem;
    border: 1px solid #012a3a;
    background-color: #658fa5;
    transition: transform 0.2s;
}

.teamRS:hover {
    transform: scale(1.1);
}

.shadowInfinite {
    box-shadow: -0px 0px 0 0px #664b38, -1px 0.8px 0 0px #664b38, -2px 1.6px 0 0px #664b38, -3px 2.4px 0 0px #664b38, -4px 3.2px 0 0px #664b38,
        -5px 4px 0 0px #664b38, -6px 4.8px 0 0px #664b38, -7px 5.6px 0 0px #664b38, -8px 6.4px 0 0px #664b38, -9px 7.2px 0 0px #664b38, -10px 8px 0 0px #664b38,
        -11px 8.8px 0 0px #664b38, -12px 9.6px 0 0px #664b38, -13px 10.4px 0 0px #664b38, -14px 11.2px 0 0px #664b38, -15px 12px 0 0px #664b38,
        -16px 12.8px 0 0px #664b38, -17px 13.6px 0 0px #664b38, -18px 14.4px 0 0px #664b38, -19px 15.2px 0 0px #664b38, -20px 16px 0 0px #664b38,
        -21px 16.8px 0 0px #664b38, -22px 17.6px 0 0px #664b38, -23px 18.4px 0 0px #664b38, -24px 19.2px 0 0px #664b38, -25px 20px 0 0px #664b38,
        -26px 20.8px 0 0px #664b38, -27px 21.6px 0 0px #664b38, -28px 22.4px 0 0px #664b38, -29px 23.2px 0 0px #664b38, -30px 24px 0 0px #664b38,
        -31px 24.8px 0 0px #664b38, -32px 25.6px 0 0px #664b38, -33px 26.4px 0 0px #664b38, -34px 27.2px 0 0px #664b38, -35px 28px 0 0px #664b38,
        -36px 28.8px 0 0px #664b38, -37px 29.6px 0 0px #664b38, -38px 30.4px 0 0px #664b38, -39px 31.2px 0 0px #664b38, -40px 32px 0 0px #664b38,
        -41px 32.8px 0 0px #664b38, -42px 33.6px 0 0px #664b38, -43px 34.4px 0 0px #664b38, -44px 35.2px 0 0px #664b38, -45px 36px 0 0px #664b38,
        -46px 36.8px 0 0px #664b38, -47px 37.6px 0 0px #664b38, -48px 38.4px 0 0px #664b38, -49px 39.2px 0 0px #664b38, -50px 40px 0 0px #664b38,
        -51px 40.8px 0 0px #664b38, -52px 41.6px 0 0px #664b38, -53px 42.4px 0 0px #664b38, -54px 43.2px 0 0px #664b38, -55px 44px 0 0px #664b38,
        -56px 44.8px 0 0px #664b38, -57px 45.6px 0 0px #664b38, -58px 46.4px 0 0px #664b38, -59px 47.2px 0 0px #664b38, -60px 48px 0 0px #664b38,
        -61px 48.8px 0 0px #664b38, -62px 49.6px 0 0px #664b38, -63px 50.4px 0 0px #664b38, -64px 51.2px 0 0px #664b38, -65px 52px 0 0px #664b38,
        -66px 52.8px 0 0px #664b38, -67px 53.6px 0 0px #664b38, -68px 54.4px 0 0px #664b38, -69px 55.2px 0 0px #664b38, -70px 56px 0 0px #664b38,
        -71px 56.8px 0 0px #664b38, -72px 57.6px 0 0px #664b38, -73px 58.4px 0 0px #664b38, -74px 59.2px 0 0px #664b38, -75px 60px 0 0px #664b38,
        -76px 60.8px 0 0px #664b38, -77px 61.6px 0 0px #664b38, -78px 62.4px 0 0px #664b38, -79px 63.2px 0 0px #664b38, -80px 64px 0 0px #664b38,
        -81px 64.8px 0 0px #664b38, -82px 65.6px 0 0px #664b38, -83px 66.4px 0 0px #664b38, -84px 67.2px 0 0px #664b38, -85px 68px 0 0px #664b38,
        -86px 68.8px 0 0px #664b38, -87px 69.6px 0 0px #664b38, -88px 70.4px 0 0px #664b38, -89px 71.2px 0 0px #664b38, -90px 72px 0 0px #664b38,
        -91px 72.8px 0 0px #664b38, -92px 73.6px 0 0px #664b38, -93px 74.4px 0 0px #664b38, -94px 75.2px 0 0px #664b38, -95px 76px 0 0px #664b38,
        -96px 76.8px 0 0px #664b38, -97px 77.6px 0 0px #664b38, -98px 78.4px 0 0px #664b38, -99px 79.2px 0 0px #664b38, -100px 80px 0 0px #664b38,
        -101px 80.8px 0 0px #664b38, -102px 81.6px 0 0px #664b38, -103px 82.4px 0 0px #664b38, -104px 83.2px 0 0px #664b38, -105px 84px 0 0px #664b38,
        -106px 84.8px 0 0px #664b38, -107px 85.6px 0 0px #664b38, -108px 86.4px 0 0px #664b38, -109px 87.2px 0 0px #664b38, -110px 88px 0 0px #664b38,
        -111px 88.8px 0 0px #664b38, -112px 89.6px 0 0px #664b38, -113px 90.4px 0 0px #664b38, -114px 91.2px 0 0px #664b38, -115px 92px 0 0px #664b38,
        -116px 92.8px 0 0px #664b38, -117px 93.6px 0 0px #664b38, -118px 94.4px 0 0px #664b38, -119px 95.2px 0 0px #664b38;
}

.socialIcon {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 0%;
    background-color: #f0e7a4;
    color: #4d4545;
    max-height: 50px;
    z-index: 2;
}

.how-it-works.row {
    display: flex;
}

.how-it-works.row .col-2 {
    display: inline-flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

.how-it-works.row .col-2::after {
    content: '';
    position: absolute;
    border-left: 3px solid #f0e7a4;
    z-index: 1;
}

.how-it-works.row .col-2.bottom::after {
    height: 50%;
    left: 50%;
    top: 50%;
}

.how-it-works.row .col-2.full::after {
    height: 100%;
    left: calc(50% - 3px);
}

.how-it-works.row .col-2.top::after {
    height: 50%;
    left: 50%;
    top: 0;
}

.timeline div {
    padding: 0;
    height: 40px;
}

.timeline hr {
    border-top: 3px solid #f0e7a4;
    margin: 0;
    top: 17px;
    position: relative;
    opacity: 1;
}

.timeline .col-2 {
    display: flex;
    overflow: hidden;
}

.timeline .corner {
    border: 3px solid #f0e7a4;
    width: 100%;
    position: relative;
    border-radius: 0px;
}

.timeline .top-right {
    left: 50%;
    top: -50%;
}

.timeline .left-bottom {
    left: -50%;
    top: calc(50% - 3px);
}

.timeline .top-left {
    left: -50%;
    top: -50%;
}

.timeline .right-bottom {
    left: 50%;
    top: calc(50% - 3px);
}

.roadmap {
    padding: 2rem;
    max-width: 46rem;
    width: 100%;
    margin: auto;
}

.roadmap div {
    font-size: 1.2rem;
    line-height: 1.75em;
    border-top: 3px solid;
    -o-border-image: #f0e7a4;
    border-image: #f0e7a4;
    border-image-slice: 1;
    border-width: 3px;
    margin: 0;
    padding: 40px;
    counter-increment: section;
    position: relative;
    color: #f0e7a4;
}

.roadmap div > h5 {
    font-weight: bold;
}

.roadmap div > ul {
    padding: 0;
}

.roadmap div > ul > li {
    list-style: none;
}

.roadmap div:hover h5 {
    color: #ecb743;
    font-size: 1.5rem;
}

.roadmap div:before {
    content: counter(section);
    position: absolute;
    padding: 10px;
    height: 2.25em;
    width: 2.25em;
    background-color: #f0e7a4;
    text-align: center;
    line-height: 1.25em;
    color: #3b220b;
    font-size: 1em;
}

.roadmap div:hover::before {
    background-color: #ecb743;
}

.roadmap div:nth-child(odd) {
    color: #f0e7a4;
    text-align: left;
    border-right: 3px solid;
    padding-left: 0;
}

.roadmap div:nth-child(odd):before {
    left: 100%;
    margin-left: -20px;
}

.roadmap div:nth-child(even) {
    text-align: right;
    color: #f0e7a4;
    border-left: 3px solid;
    padding-right: 0;
}

.roadmap div:nth-child(even):before {
    right: 100%;
    margin-right: -20px;
}

.roadmap div:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.roadmap div:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#imageTipito {
    text-align: left;
}

#imageTipito > img {
    max-height: 20vh;
    max-width: 20vh;
}

.footer {
    width: 100%;
    margin: -4px 0 0 0;
    padding: 3rem;
    padding-bottom: 1.5rem;
    background-color: #ecb743;
    color: #3b220b;
    text-align: center;
}

.linksSocialFooter {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.footerRS {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    margin: 1.2rem;
    padding: 0.8rem;
    border: 1px solid #012a3a;
    background-color: #658fa5;
    transition: transform 0.2s;
}

.footerRS:hover {
    transform: scale(1.1);
}

.tableros {
    max-height: 80vh;
    text-align: right;
}

.tableros > img {
    max-height: 84vh;
    max-width: 100%;
}

.tablerosTumb {
    max-width: 80vh;
}

.tablerosTumb > div > div > img {
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
}

.tablerosTumb > div > div > img:hover {
    transform: scale(0.9);
}

.coins {
    width: 100%;
}

.energy {
    width: 100%;
}

.infoFooter {
    margin: 3rem;
    text-align: center;
}

.infoFooter h5 {
    font-family: 'Owners.ttf';
    font-size: 1.4rem;
    padding-bottom: 2rem;
}

.infoFooter img {
    width: 100%;
    max-width: 16rem;
    max-height: 10rem;
}

.infoFooter a {
    text-decoration: none;
    padding: 0.6rem;
    font-size: 1.2rem;
    color: #3b220b;
}

#tokenPoster {
    transform: translate(-120px) rotate(18deg) scale(1);
    max-height: 80vh;
    transition: transform 0.6s ease;
    z-index: -1;
}

#energyPoster {
    transform: translate(+120px) rotate(342deg) scale(1);
    max-height: 80vh;
    transition: transform 0.6s ease;
    z-index: -1;
}

.coins:hover #tokenPoster {
    transform: translate(-20px) rotate(12deg) scale(1.2);
}

.energy:hover #energyPoster {
    transform: translate(20px) rotate(348deg) scale(1.2);
}

.descriptionSection {
    z-index: 2;
    background: #3b220baa;
}

#airdropResults {
    padding: 6rem 0;
    background-color: #315465;
    margin: 4rem 0;
}

.airdropWinners {
    text-align: left;
    width: 100%;
    max-width: 100vw;
    background-color: #e27429;
    border-top: 3px #3b220b solid;
    border-left: 3px #3b220b solid;
    color: #315465;
    font-weight: bold;
    font-size: 1.4rem;
    overflow-x: auto;
}

.airdropWinners td {
    padding: 1rem;
    border-bottom: 3px #3b220b solid;
    border-right: 3px #3b220b solid;
}

.linkedin {
    background-image: url('/icons/linkedin.svg');
}

.twitter {
    background-image: url('/icons/twitter.svg');
}

.behance {
    background-image: url('/icons/behance.svg');
}

.medium {
    background-image: url('/icons/medium.svg');
}

.telegram {
    background-image: url('/icons/telegram.svg');
}

.youtube {
    background-image: url('/icons/youtube.svg');
}

.discord {
    background-image: url('/icons/discord.svg');
}

#discordJoin {
    max-width: 10rem;
    width: 20vw;
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    transform: rotate(10deg) scale(1);
    transition: all 0.4s ease;
    z-index: 10;
}

#discordJoin img {
    max-width: 100%;
}

#discordJoin:hover {
    right: 3rem;
    bottom: 6rem;
    transform: rotate(0deg) scale(1.1);
}

#searchContainer {
    margin: auto;
    margin-bottom: 4rem;
    display: flex;
    gap: 2rem;
    max-width: 34rem;
    border: 4px solid #d35717;
    background-color: #1e323c;
    padding: 1rem;
}

#search {
    max-width: 75%;
    flex-grow: 1;
    border: 0 solid;
    background-color: #1e323c;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}

#search:focus {
    outline: none;
}

.selectAD {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: 0 solid;
    background-color: #ecb743;
    color: #315465;
    font-size: 2rem;
    padding: 1rem;
    margin: 1rem 0;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.selectAD:focus {
    outline: none;
}

.selectAD > p {
    padding: 0;
    margin: 0;
}

.selectAD .tittle {
    font-size: 1.4rem;
    font-family: 'Owners.ttf';
}

.selectAD:hover {
    background-color: #315465;
    color: #ecb743;
}

.disclaimer {
    font-size: 1.4rem;
    font-style: italic;
    color: #d35717;
    text-decoration: none;
}

.disclaimer:hover {
    color: #999999;
}

.videoWrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.docContainer {
    border: 4px solid #e27429;
    background-color: #315465;
    color: #f0e7a4;
    text-align: left;
    padding: 3rem;
    font-family: 'Abel-Regular.ttf';
    font-size: 1.1rem;
    margin-bottom: 4rem;
}

.docContainer a {
    text-decoration: none;
    color: #e27429;
}

.docContainer h3 {
    padding: 1rem 0 0 1rem;
    font-family: 'agency-fb.ttf';
    font-size: 2rem;
}

.blog {
    width: 100%;
    color: #f0e7a4;
    text-align: left;
    padding: 3rem;
    font-family: 'Abel-Regular.ttf';
    font-size: 1.6rem;
    margin-bottom: 4rem;
}

.blog a {
    text-decoration: none;
    color: #e27429;
}

.blog h2 {
    padding: 1rem 1rem;
    font-family: 'agency-fb.ttf';
    font-size: 4rem;
}

.blog img {
    max-width: 80%;
    padding: 3rem;
}

.sponsors img {
    max-width: 10rem;
    padding-bottom: 3rem;
}

@media (max-width: 1120px) {
    .navbar_inner {
        padding: 0 1rem;
    }
    .titulo {
        font-size: 7em;
    }
    .titulo-reduced {
        font-size: 5em;
    }
    .subtitulo {
        font-size: 4em;
    }
    .introduccion {
        font-size: 2em;
        margin-top: 40px;
    }
    .airdropWinners {
        font-size: 1.2rem;
    }
    .airdropWinners td {
        padding: 0.8rem;
    }
}

@media (max-width: 992px) {
    .titulo {
        font-size: 6em;
    }
    .titulo-reduced {
        font-size: 4em;
    }
    .subtitulo {
        font-size: 3.7em;
    }
    .introduccion {
        font-size: 2em;
        margin-top: 30px;
    }
    .navbar .navbar_item > a {
        font-size: 1.2rem;
        padding: 16px 22px;
    }
    .brand {
        max-height: 2.8rem;
    }
    .whitelistButton {
        padding: 0.8rem 1.2rem;
        font-size: 1.2rem;
    }
    .teamCard,
    .teamSocial {
        width: 10rem;
    }
    .teamPhoto {
        width: calc(10rem - 20px);
    }
    .teamName {
        font-size: 1rem;
    }
    .teamPosition {
        font-size: 0.9rem;
    }
    .roadmap div {
        font-size: 0.9rem;
    }
    .roadmap div:hover {
        font-size: 1rem;
    }
    .tableros > img {
        max-height: 60vh;
    }
    #tokenPoster {
        max-height: 60vh;
    }
    .carousel-cell {
        height: 55vh;
    }
    .gameOnIphone {
        max-width: 80vw;
    }
    .biggPresale {
        font-size: 2rem;
    }
    .infoFooter {
        margin: 3rem 1rem;
    }

    .blog {
        padding: 1.6rem;
        font-size: 1.2rem;
    }

    .blog h2 {
        padding: 1rem 0rem;
        font-family: 'agency-fb.ttf';
        font-size: 2.4rem;
    }

    .blog img {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .titulo {
        font-size: 5em;
    }
    .titulo-reduced {
        font-size: 3.5em;
    }
    .subtitulo {
        font-size: 3em;
    }
    .introduccion {
        font-size: 1em;
        margin-top: 30px;
    }
    .tableros {
        text-align: center;
    }
    .airdropWinners {
        display: block;
        font-size: 1rem;
    }
    .airdropWinners td {
        padding: 0.6rem;
    }
    .selectAD {
        margin: 0.4rem 0;
        padding: 0.4rem;
        font-size: 0.8rem;
    }
    .selectAD .tittle {
        font-size: 1rem;
    }
    #svgArrowDown {
        width: 0.6rem;
        bottom: 0.6rem;
        left: calc(50% - 0.3rem);
    }
    .textPoster {
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .carousel-cell.is-selected .textPoster {
        bottom: 2rem;
    }
    .footerRS {
        margin: 0.6rem;
        padding: 0.4rem;
    }
    .docContainer {
        padding: 1.4rem;
    }
}

@media (max-width: 576px) {
    .titulo {
        font-size: 2.6em;
        margin-top: 100px;
        margin-bottom: 35px;
    }
    .titulo-reduced {
        font-size: 2.5em;
    }
    .subtitulo {
        font-size: 1.7em;
    }
    .introduccion {
        font-size: 1em;
        margin-top: 30px;
    }
    .navbar .navbar_item > a {
        font-size: 0.9rem;
        padding: 14px 18px;
    }
}
