/*comun*/
html, body {
    height: 100%;
    background-color: #fbeedd;
}
a, a:active, a:focus {
    border: none; outline:none;
}
.btn-link {
    color: #777;
}
.btn-link:hover {
    color: #333;
    text-decoration: none;
}

/*navbar*/
.navbar-brand {
    position: relative;
    display: inline-block;
    height: 90px;
    cursor: pointer;
}
.navbar-brand .logo {
    display: block;
    height: 50px;
    margin: 20px;
}
.navbar-text {
    color: #FFFFFF;
    font-size: 25px;
    margin-right: 20px;
    cursor: pointer;
    transition: color 1s ease;
}
.navbar-text-dark {
    color: #333;
}

/*menu*/
#menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: #3C3C3B;
    z-index: 999;
    padding-top: 200px;
}
#menu a, #menu a:hover {
    color: inherit;
    font-size: 25px;
    font-weight: bold;
}
#menu a .far, #menu a .fab {
    font-size: 70px;
    margin: 25px;
}
.btn-menu-on {
    display: none;
}

/*cover*/
.cover {
    height: 90%;
    padding-top: 100px;
}

#cover-0 {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    background: linear-gradient(270deg, #3d4140, #7e8382);
    background-size: 400% 400%;
    -webkit-animation: gb-gradient 5s ease infinite;
    -moz-animation: gb-gradient 5s ease infinite;
    -o-animation: gb-gradient 5s ease infinite;
    animation: gb-gradient 5s ease infinite;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    height: 75%;
}
#cover-0 .red {
    background: linear-gradient(270deg, #e60e0c, #f57900);
    background-size: 400% 400%;
    -webkit-animation: gb-gradient 5s ease infinite;
    -moz-animation: gb-gradient 5s ease infinite;
    -o-animation: gb-gradient 5s ease infinite;
    animation: gb-gradient 5s ease infinite;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s;
}
#cover-0 .green {
    background: linear-gradient(270deg, #16870a, #90c53a);
    background-size: 400% 400%;
    -webkit-animation: gb-gradient 5s ease infinite;
    -moz-animation: gb-gradient 5s ease infinite;
    -o-animation: gb-gradient 5s ease infinite;
    animation: gb-gradient 5s ease infinite;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s;
}
#cover-0 .blue {
    background: linear-gradient(270deg, #8e0ce6, #00bdf5);
    background-size: 400% 400%;
    -webkit-animation: gb-gradient 5s ease infinite;
    -moz-animation: gb-gradient 5s ease infinite;
    -o-animation: gb-gradient 5s ease infinite;
    animation: gb-gradient 5s ease infinite;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s;
}

#cover-0 .container {
    position: relative;
    z-index: 2;
}
#cover-0 .paso-0, #cover-0 .paso-1, #cover-0 .paso-2, #cover-0 .paso-3 {
    display: none;
}
#cover-0 .paso-0.txt-hola {
    width: 60%;
    margin: auto;
    margin-top: 30px;
    max-width: 250px;
    margin-bottom: 15px;
}
#cover-0 .paso-0.txt-esperando {
    width: 70%;
    margin: auto;
    max-width: 400px;
    margin-bottom: 40px;
}
#cover-0 .paso-0.txt-eligecolor {
    width: 40%;
    margin: auto;
    max-width: 200px;
    margin-bottom: 15px;
}
#cover-0 .color-red, #cover-0 .color-green, #cover-0 .color-blue {
    width: 10%;
    max-width: 30px;
    margin: 0 5px;
    cursor: pointer;
}

#cover-0 .paso-1.txt-colaborar {
    width: 80%;
    margin-top: 15px;
    max-width: 400px;
    margin-bottom: 25px;
}
#cover-0 .paso-1.txt {
    width: 90%;
    max-width: 500px;
    margin-bottom: 15px;
    border: #fff solid 3px;
}
#cover-0 .paso-1.txt:hover {
    border-color: #000;
    background-color: #000;
    cursor: pointer;
}

#cover-1 {

}

#cover-2 {

}

#cover-3 {

}

#cover-4 {
    height: 100%;
    color: #3c3c3b;
    font-size: 22px;
    min-height: 100%;
    padding-bottom: 100px;
}
#cover-4 .custom-checkbox {
    font-size: 12px;
}
#cover-4 .form-control-lg {
    width: 300px;
    margin: 5px auto 20px auto;
    border: #FFF solid 3px;
}
#cover-4 .form-control-lg.error {
    border-color: #fed100;
    background: url(../img/alert.svg);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-size: 20px;
    background-color: #fff;
}
#cover-4 .btn-lg {
    width: 300px;
    margin-top: 20px;
}
#cover-4 .custom-checkbox.error {
    background-color: #fed100;
    border-radius: 5px;
    width: 300px;
    padding: 7px 0 10px 0;
    color: #000;
    margin-left: auto;
    margin-right: auto;
}
#cover-4 .custom-checkbox .custom-control-label {
    padding-top: 2px;
}
#cover-4 .custom-checkbox a {
    color: inherit;
    font-size: 12px;
    text-decoration: underline;
}
#cover-4 .btn-lg {
    color: #3c3c3b;
    border: #3c3c3b solid 3px;
    font-weight: bold;
}
#cover-4 .btn-lg:hover {
    color: #FFF;
    border: #3c3c3b solid 3px;
    background-color: #3c3c3b;
    font-weight: bold;
}

#cover-4 .txt-estupendo {
    width: 80%;
    margin-top: 100px;
    max-width: 400px;
}


.txt-bloque-izq, .txt-bloque-der {
    margin-top: 50px;
    cursor: pointer;
}

@-webkit-keyframes gb-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes gb-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes gb-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes gb-gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*interface*/
.div-btn-salto {
    position: relative;
    z-index: 2;
    margin-bottom: 60%;
}
.btn-salto {
    background-color: #fbeedd;
    border-radius: 100px;
    height: 100px;
    width: 100px;
    font-size: 50px;
    margin-top: 50px;
}

/*footer*/
footer {
    background-color: #fbeedd;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    z-index: 3;
}