@font-face {
    font-family: "Roboto";
    src: url(../../Roboto-Mono-regular.woff2);
}
@font-face {
    font-family: "Arapey";
    src: url(../../Arapey-Regular.woff2);
}
body {
    height: 96vh;
    width: 98vw;
    background-color: rgb(204 217 221);
    display: flex;
    justify-content: center;
    align-items: center;
}
a{
    color: #d68482;
    font-weight: bold;
    text-decoration: none;
    font-family: "Roboto";
}
#volver{
    position: fixed;
    left: 1vw;
    top: 1vh;
}
.flotantes{
    position: fixed;
    width:50px;
    top:20%;
    z-index: 3;
}
.flotantes img{width: 100%;}
#redes{left: 1%;}
section{
    background-color: rgba(237, 239, 240);
    width: 60%;
    height: 90%;
    padding: 2%;
    border-radius: 3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
img{
    width: 40%;
}
label{
    font-family: "Arapey";
    font-size: 4vh;
}
input{
    width: 80%;
    height: 4vh;
    font-size: 3.5vh;
    font-family: "Arapey";
}
textarea{
    width: 80%;
    height: 20vh;
    font-size: 3.5vh;
    font-family: "Arapey";
}
#contador{
    font-family: "Arapey";
    position: absolute;
    right: 27%;
    top: 85%;
}
button{
    font-size: 4vh;
    font-family: "Arapey";
    border:black 1px solid;
    background-color:white;
}
button:hover{
    background-color: rgba(237, 239, 240);;
}
#elCartelito{
    top : 85%;
    border-radius: 7%;
    width: 50%;
    height: 3%;
    padding: 2%;
    font-family: "Arapey";
    font-size: 2vw;
    justify-content: center;
    align-items: center;
    position: fixed;
    display: none;
}
@media screen and (max-width: 768px) {

    .flotantes{
        width:10vw;
    }
    section{
        width: 80%;
    }
    #contador{
        right: 15%;
        top: 85%;
    }
}


