@media screen and (min-width: 2000px){
    body {
        background-image: url('public/Fondo-horizontal.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .flags {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }    

    .mainButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 50px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .snackButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 50px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .es{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
        font-weight: 600;
    }

    .en{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
    }

    .fstHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 82px;
        font-family: 'Lato', sans-serif;
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .scndHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 52px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .web {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 42px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 80px;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1999px){
    body {
        background-image: url('public/Fondo-horizontal.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .flags {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }    

    .mainButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 50px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .snackButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 50px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .es{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
        font-weight: 600;
    }

    .en{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
    }

    .fstHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 82px;
        font-family: 'Lato', sans-serif;
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .scndHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 52px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .web {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 42px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 80px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1299px){
    body {
        background-image: url('public/Fondo-horizontal.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .flags {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }    

    .mainButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 50px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .snackButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 50px;
        margin-right: 50px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .es{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
        font-weight: 600;
    }

    .en{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
    }

    .fstHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 82px;
        font-family: 'Lato', sans-serif;
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .scndHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 52px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .web {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 42px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 80px;
    }
}


@media screen and (min-width:768px) and (max-width:991px){
    body {
        background-image: url('public/Fondo-vertical.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .flags {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }    

    .mainButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 40px;
        margin-right: 40px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .snackButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left: 40px;
        margin-right: 40px;
        border: solid 2px white;
        width: 300px;
        text-decoration: none;
    }

    .es{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
        font-weight: 600;
    }

    .en{
        color: #FFFFFF;
        font-size: 28px;
        font-family: 'Josefin Slab', sans-serif;
    }

    .fstHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 82px;
        font-family: 'Lato', sans-serif;
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .scndHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 52px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .web {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 42px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 80px;
    }
}


@media screen and (min-width:576px) and (max-width:767px){
    
    body {
        background-image: url('public/Fondo-vertical.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .flags {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }    

    .mainButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        border: solid 2px white;
        width: 280px;
        text-decoration: none;
    }

    .snackButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        border: solid 2px white;
        width: 280px;
        text-decoration: none;
    }

    .es{
        color: #FFFFFF;
        font-size: 26px;
        font-family: 'Josefin Slab', sans-serif;
        font-weight: 600;
    }

    .en{
        color: #FFFFFF;
        font-size: 26px;
        font-family: 'Josefin Slab', sans-serif;
    }

    .fstHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 42px;
        font-family: 'Lato', sans-serif;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .scndHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 32px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .web {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 26px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 10px;
    }

    .custom-swal-text {
        font-size: 18px;
        color: #FFFFFF;
        font-family: 'Lilly Mae', sans-serif;
    }
}


@media only screen and (max-width:575px){
    
    body {
        background-image: url('public/Fondo-vertical.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .flags {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }    

    .mainButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        border: solid 2px white;
        width: 280px;
        text-decoration: none;
    }

    .snackButton{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        border: solid 2px white;
        width: 280px;
        text-decoration: none;
    }

    .es{
        color: #FFFFFF;
        font-size: 26px;
        font-family: 'Josefin Slab', sans-serif;
        font-weight: 600;
    }

    .en{
        color: #FFFFFF;
        font-size: 26px;
        font-family: 'Josefin Slab', sans-serif;
    }

    .fstHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 42px;
        font-family: 'Lato', sans-serif;
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .scndHeader {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 32px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .web {
        display: flex;
        justify-content: center;
        color: #FFFFFF;
        font-size: 26px;
        font-family: 'Josefin Slab', sans-serif;
        margin-top: 10px;
    }

    .custom-swal-text {
        font-size: 18px;
        color: #FFFFFF;
        font-family: 'Lilly Mae', sans-serif;
    }
}
