@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: "Poppins",sans-serif;
    color: #231F20;
    font-style: normal;
}

body {
    background-image: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}

button {
    background: #00B2E3;
    border: 2px solid #00B2E3;
    border-radius: 25px !important;
    color: #fff;
    padding: 10px 30px;
    width: 100%;
}

button:hover {
    background: transparent;
    color: #00B2E3;
}

.container {
    top: 25%;
    position: sticky;
}

.fondo {
    background: #FFFFFF;
    box-shadow: 0px 2px 64px rgba(194, 209, 217, 0.502916);
    border-radius: 10px;
    padding: 30px 50px !important;
}

.seleccion-lenguaje {
    padding-top: 50px;
}
.fondo h2{
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
}

.seleccion-lenguaje p {
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    text-align: center;
}

@media (max-width: 767px) {
    body {
        background-image: url('../img/BG-mobile.png');
    }
    .selector {
        margin: 20px 0;
    }
  }