
body
{
}

@media only screen and (max-width: 813px) {
    .jumbotron {
        background-image: url(../images/banner.png);
        background-size: 60vw auto;
        margin-bottom: 0;
        width: 100%;
        min-height: 22em;
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
	}
    button#btnSignIn{
        position: absolute;
        bottom: -30px;
        left: 50%;
        margin-left: -50px;
        transform: translate(0,-5em)
    }
     div.testy{
        width: 80px;
        height: 80px;
        margin-left: -70px;
    }
    }
@media only screen and (max-width: 375px) {
    .jumbotron {
        background-image: url(../images/banner.png);
        background-size: 85vw auto;
        margin-bottom: 0;
        width: 100%;
        min-height: 30em;
        background-repeat: no-repeat;
        background-position: center;
        padding: 2px 10px;
	}
    button#btnSignIn{
        position: absolute;
        bottom: -35px;
        left: 50%;
        margin-left: -40px;
    }
     div.testy{
        width: 100px;
        height: 100px;
        margin-left: -60px;
    }
    }

@media only screen and (min-width: 813px) {
    .jumbotron {
        background-image: url(../images/banner2.jpg);
        background-size: 70% auto;
        margin-bottom: 0;
        margin-top: 10px;
        width: 100%;
        min-height: 45em;
        background-repeat: no-repeat;
        background-position: center;
        padding: 15px 20px;
	}
    button#btnSignIn{
        position: absolute;
        bottom: -80px;
        left: 50%;
        margin-left: -50px;
        transform: translate(0,-10em);
    }
    div.testy{
        width: 130px;
        height: 140px;
        margin-left: -105px;
    }
    }

button#btnSignIn{
    background-color: #48b9c7;
    color: black;
    border-color: #000000;
}
	.sidebar h2
    { padding: 5px 0 0 10px;
      font: normal 140% Arial, Helvetica, sans-serif;
      height: 30px;
      text-shadow: 0px 1px 0px #0C3976;
      color: black;
      background: #621B45;
      background: -moz-linear-gradient(#669f2c, #225f2b);
      background: -o-linear-gradient(#669f2c, #225f2b);
      background: -webkit-linear-gradient(#669f2c, #225f2b);
      border-radius: 0px 15px 0px 15px;
      -moz-border-radius: 0px 15px 0px 15px;
      -webkit-border: 0px 15px 0px 15px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;}

      .content_blue_container_box
    {
      padding: 10px 5px 15px 5px;
      text-align: center;
      margin: 20px 0 0 0;
      float: left;
      border:var(--main-border);
      background: var(--main-bg-color);
      //background: -moz-linear-gradient(#231c1d, #ff151f);
      //background: -o-linear-gradient(#231c1d, #ff151f);
      //background: -webkit-linear-gradient(#231c1d, #ff151f);
      border-radius: var(--radio-border);
      //-moz-border-radius: 15px 15px 15px 15px;
      //-webkit-border: 15px 15px 15px 15px;}

div#content_blue{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transform: translate(0,-3em);
    margin-top: 5em;
}
/*div.content_blue_container_box{*/
    /*align-self:flex-start;*/
/*}*/
/*div.gigante{*/
    /*max-width: 600px;*/
/*}*/
/*div.pequeno{*/
    /*max-width: 400px;*/
/*}*/


 div.testy{
        position: absolute;
        top:0;
        left: 53%;
        background-image: url(../images/AccionaLeaf.png);
        background-size: cover;
        -webkit-animation: rotate-div 4s infinite ease-in-out;
        animation: rotate-div 4s infinite ease-in-out;
 }

 @keyframes rotate-div {
0% {
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
} 50% {
transform: perspective(120px) rotateX(0deg) rotateY(-180.1deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(-180.1deg);
} 100% {
transform: perspective(120px) rotateX(0deg) rotateY(-360deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(-360deg);
}
}


.js [data-entrance] { visibility: hidden; }

div.logo{
    display: flex;
    justify-content: center;
}