/*Global Settings*/
@font-face {
    font-family: 'Museo Sans';
    src: local('Museo Sans 300'), local('Museo-Sans-300'),
        url('MuseoSansCyrl-300.woff2') format('woff2'),
        url('MuseoSansCyrl-300.woff') format('woff'),
        url('MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    font-family: 'Museo Sans','asap', sans-serif;
    font-size: 16px;
}
body{
        background-color: #EDEDED;
}
/*--------------------------------*/
.spinner-container {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    background-color: #ffffff;
    align-items: center;
    z-index: 20;
    opacity: 0.7;
}

.spinner-container.activo {
    display: flex;
}

.load-container {
    color: #ffffff;
    opacity: 50;
    width: 240px;
    height: 240px;
    left: 50%;
    margin-left: -4em;
    position: fixed;
    z-index: 20;
}
.loader {
    color: #C9D630;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
/*--------------------------------*/
.menu-bar{
    width: 100%;
    height: 60px;
    background-color: #0274AE;
    display: inline-flex;
    color: white;
    justify-content: space-between;
    align-items: center;
    /*box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3);*/
    position: fixed;
    top: 0px;
    z-index: 10;
}
.burger-menu{
    display: none;
    color: #D5DF5E;
}
.usuario{
    padding-left: 1em;
}
.usuario strong span{
    font-size: 0,9em;
}
.menu-list-container{
    display: inline-flex;
    list-style: none;
}
.menu-list-container li{
    margin-right:1em;
}
.menu-item{
        text-decoration: none;
        color: white;
        cursor: pointer;
}
.menu-item-special{
    text-decoration: none;
    color: #C9D630;
    cursor: pointer;
    display: block;
}
/*---------------------------------*/
.artboard-container{
    width: 100%;
    height: 80px;
    background: white;
    position: fixed;
    top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    border-bottom:1px solid #dcdbd7;
}
.panel-artboard{
    display: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: .5em auto;
    padding: 0;
    width: auto;
    height: auto;
    opacity: 0;
    transition: 500ms;
    overflow: auto;
    z-index: 20;
    position: absolute;
    right: 3em;
    top: 5em;
    cursor: pointer;
}
.panel-artboard.activo{
        opacity: 1; 
}
.artboard-list{
    list-style: none;
    margin: 1em auto;
}
.show-artboard{
    width: 200px;
    padding: 0.5em 1.2em;
    background-color: #C9D630;
    text-align: center;
    border-radius: 28px;
    text-decoration: none;
    color: white;
    margin-right: 2em;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.artboard{
    width: 100px;
    padding: 0.5em 1.2em;
    background-color: #D8D8D8;
    text-align: center;
    border-radius: 28px;
    text-decoration: none;
    color: #686A6B;
}
.artboard:active{
    background-color: #C9D630;
    color: white;
}
.artboard-header{
    margin-left: 2em;
    display: flex;
    align-items: center;
}
.artboard-header p{
    color: #0877AA;
    padding-left: 1em;
}
.reseye-logo{
    padding-right: 1em;
    border-right: 1px solid #C9D630;
}
.content{
    width: 100%;
    min-height: 76vh;
    background-color: white;
    margin:8.5rem auto 1em auto;
    /*box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.2);*/
}
.login-container{
    background-color:white;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.checkbox{
    margin: 1em auto 0 auto;
}
.button02{
    width: 200px;
    padding: 0.5em 1.2em;
    background-color: #C9D630;
    text-align: center;
    border-radius: 28px;
    text-decoration: none;
    color: white;
    border: none;
    margin: 1em 0;
}
.forgot-password{
    color:darkgrey;
}
.content-element{
    display: flex;
    flex-direction: column;
    /*width: 60vw;*/
    margin: 0 auto;
    /*padding: 6em 0;*/
}
.content-element-contact{
    display: flex;
    width: 80vw;
    margin: 0 auto;
    padding: 6em 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.acercade-title{
    font-size: 1.4em;
    color: #0877AA;
    font-weight: bold;
    margin: 1em 0;
}
.acercade-text{
    text-align: justify;
}
.contact-title{
    font-size: 1.4em;
    color: #0877AA;
    font-weight: bold;
    margin-bottom: 1em; 
}
.contact-container{
    max-width: 270px;
    padding-left: 2em;
    border-left: solid 1px #C9D630;
}
.color{
    color: #3C9AEB;
    text-decoration: none;
}
.input{
    border: solid 2px #DDEDFF;
    border-radius: 5px;
    max-width: 200px;
    padding: .3em 1em;
    margin-top: 1em;
    box-shadow: 0 0 2px 0 rgba(74, 146, 226, 0.1);
}
.form-textarea{
    border: solid 2px #DDEDFF;
    border-radius: 5px;
    max-width: 200px;
    max-height: 100px;
    padding: .3em 1em;
    margin-top: 1em;
    box-shadow: 0 0 2px 0 rgba(74, 146, 226, 0.1);
}
.button{
    width: 100px;
    padding: 0.5em 1.2em;
    background-color: #C9D630;
    text-align: center;
    border-radius: 28px;
    text-decoration: none;
    color: white;
    border: none;
    margin-top: 1em;
}
.logo-cloud{
    /*width: 100%;*/
    width: 211px;
    height: 150px;
}
.logo-cloud-container{
    max-width: 270px;
    margin-right: 2em;
    margin-bottom: 2em
}
/*---------------------------------*/
.footer{
    font-weight: bold;
    width: 100%;
    background-color: #0274AE;
    height: 40px;
    color: #000000;
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
}
.footer-copyright{
    padding-left: 1em;
    font-size: 0.8em;
}
.footer-copyright strong{
    font-size: 0.9em;
}

/*RESPONSIVE SETTINGS*/
@media screen and (max-width: 800px){
     .menu {
        position: fixed;
        left:-100%;
        top: 0;
        z-index: 2;
        bottom: 0;
        display: flex;
        width: 80%;
        align-items: flex-start;
        background: #006CA2;
        /*box-shadow: 2px 0 5px 1px rgba(0, 0, 0, 0.4);*/
        padding: 0 auto;
        transition: 1s;
  }
    .menu.active{
        left: 0;
    }
    .menu-list-container{
        display: block;
        margin-top: 3em;
    }
    .menu-list-container li{
        margin-bottom: 2em;
        border-bottom: 1px solid #0274AE;
    }
    .burger-menu{
        display: flex;
        margin: 0 1em;
        font-size: 1.2em;
    }
    /*---------------------------------*/
    .artboard-container{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 130px;
        
    }
    .show-artboard{
        width: 70%;
        padding: 0.5em 1.2em;
        background-color: #C9D630;
        text-align: center;
        border-radius: 28px;
        text-decoration: none;
        color: white;
        margin:0 auto;
        display:flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .panel-artboard{
        display: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: .5em auto;
        padding: 0;
        width: 70%;
        height: 30vh;
        opacity: 0;
        transition: 500ms;
        overflow: auto;
        z-index: 20;
        position: static;
    }
    .artboard{
        margin: .5em .5em;
    }
    .artboard-header{
        margin: 1em 1em;
    }
    .artboard-list{
        margin: .8em auto;
    }
    .content{
        margin: 11.5rem auto 1em auto;
    }
    .content-element{
        padding: 3em 0;
    }
    .contact-container{
        border: none;
    }
    .res-font{
        font-size: .9em   
    }
    .logo-cloud-container{
        margin: 1em 2em;
    }
    .content-element-contact{
        padding: 3em 0;
    }
    .input{
        width: 76%;
        padding: .2em .2em;
    }
    .form-textarea{
        width: 76%;
        padding: .2em .2em;
    }
}
