@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

@font-face {
    font-family: "Futura Book font";
    src: url(./fuente/Futura\ Book\ font.ttf);
}

:root {
    --colorNaranja: #ff7900;
    --colorAzul: #014596;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: content-box;
}

#landing-page {
    background-image: url(../img/fondobb.png);
    height: 100vh;
    background-size: cover;
    background-position: center center;
    font-family: 'Futura Book font', sans-serif;
    font-weight: 500;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

@media screen and (max-width: 480px) {
    #landing-page {
        background-image: url(../img/fondobb.png);
        height: 100vh;
        background-size: cover;
        background-position: 80% 0%;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 820px) {
    #landing-page {
        background-image: url(../img/fondobb.png);
        height: 100vh;
        background-size: cover;
        background-position: 70% 0%;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 912px) {
    #landing-page {
        background-image: url(../img/fondobb.png);
        height: 100vh;
        background-size: cover;
        background-position: 70% 0%;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
}

.img-logo {
    height: 300px;
}

.text-landing {
    color: var(--colorAzul);
    font-size: 2.7rem;
}

@media screen and (max-width: 912px) {
    .text-landing {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 480px) {
    .text-landing {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 375px) {
    .banderas img,a {
        width:25%;
        text-align: center;
    }
}

@media screen and (max-width: 320px) {
    .text-landing {
        font-size: 1.9rem;
    }
    .banderas img,a {
        width:100%;
        text-align: center;
    }
}


.bandera-ar, .bandera-uy {
    width: auto;
}



.banderas a {
    text-decoration: none;
    color: var(--colorAzul);
    font-size: 1.2rem;
    font-weight: bold;
}

.banderas a > p {
    text-align: center;
}

.bandera-ar a > img {
    padding-top: 2px;
}

.selecciona-pais {
    color: #fff;
    background-color: var(--colorNaranja);
    letter-spacing: 3px;
    width: max-content;
    font-weight: bold;
    margin-top: 15px;
}
