body{
    background-image: url('../img/imagen-principal.jpg');
    color: #000;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}

html{
    background: #000;
}

a{
    color: #FFF;
    text-decoration: none;
}

a:hover{
    color: #ed681d;
}

a:hover img{
    filter: saturate(3);
}

.logo{
    max-width: 350px;
}

.main-wrapper{
 height: calc(100vh - 50px);
 font-size: 1.5em;
 font-weight: bold;
}

.footer{
    height: 50px;
    color: #FFF;
}


@media (min-width: 420px) and (max-width: 550px) {
    .flag-column img{
        margin-left: 50px !important;
    }

    .text{
        margin-left:40px !important
    }
  }

  @media (min-width: 768px) and (max-width: 810px) {
    .flag-column img{
        margin-left: 80px !important;
    }

    .text{
        margin-left:80px !important
    }
  }

@media (max-width: 768px) {
    .logo{
        max-width: 300px;
    }
    .main-wrapper{
        font-size: 1rem;
    }

    .footer{
        font-size:0.7rem;
        margin-top:-15%;
    }

    .container{
        margin-top:-50%;
    }

    .flag-column img{
            margin-left: 20px;
    }
    .flag-column .text{
        margin-left: 15px;
    }
  }

  @media (min-width: 1200px) {
    .flag-column img{
        margin-left: 120px !important;
    }

    .text{
        margin-left:120px !important
    }
  }


  @media (max-width: 338px) {

    .logo{
        max-width: 220px;
    }
    .main-wrapper{
        font-size: 0.62rem;
    }

    .footer{
        font-size:0.6rem;
    }
  }
