﻿body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #FFF;
    background: linear-gradient(90deg, #1F3061 0%, #034EA2 100%);
    width:100%;
    height:100%;
}

.logo img {
    max-width: 480px;
    padding: 16px;
}


.selectores{
    /*display:inline-block;*/
}

    .selectores img {
        max-width:120px;
    }

    .selectores .option1{
        margin-right:50px
    }
    .selectores .option2 {
        margin-left: 50px
    }

    .selectores a,
    a:hover,
    a:visited{
        color:white;
        text-decoration:none;
    }

@media screen and (max-width: 768px) {
    .logo img{
        max-width:280px;
        padding:16px;
    }

    .selectores .option1 {
        margin-right: 20px
    }

    .selectores .option2 {
        margin-left: 20px
    }
}