* {
    padding: 0;
    margin: 0;
    font-family: 'Comfortaa', cursive;
}

header > div > a > img {
    height: 70px;
}

h1 {
    color: #e65c36 !important;
}

.maincontainer {
    height: auto;
    display: flex;
    justify-content: center;
}

.conti-form {
    border-radius: 20px;
    background-color: #c4c4c43b;
    width: 50%;
}

form {
    padding: 25px;
}

.inp-otro {
    border-top: hidden;
    border-left: hidden;
    border-right: hidden;
    width: 50%;
    background-color: transparent;
    height: 34px;

}
.inp-otro:focus {
    outline: none;
}

p {
    color: #e65c36;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 5px !important;
}
span {
    font-size: 0.8rem;
    text-decoration: underline;
}

.encuesta {
    background-color: #e65c36 !important;
    border-color: #e65c36 !important;
    color: #ffffff !important;
    transition: 0.5s all ease-in;
}

.encuesta:hover {
    background-color: transparent !important;
    color: #e65c36 !important;
}

.alturagracias {
    height: 100vh;
}


@media only screen and (min-width:320px) and (max-width: 812px){
    .conti-form {
        width: 100%;
    }
}