.revocaciones-form{
    background-color: #F9F9F9;
    padding-top: 165px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eee;
}
.revocaciones-form form{
    background-color: #fff;
    padding: 35px 50px;
    box-shadow: 0 0px 30px rgba(0,0,0,0.04);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
/*Mobile*/
@media screen and (max-width:750px){
	.revocaciones-form form{
        padding: 30px 20px;
	}
}
.revocaciones-form form input[type="text"],
.revocaciones-form form input[type="email"],
.revocaciones-form form input[type="password"],
.revocaciones-form form input[type="search"],
.revocaciones-form form input[type="tel"],
.revocaciones-form form input[type="number"],
.revocaciones-form form select,
.revocaciones-form form textarea{
    margin-bottom: 20px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #9e9e9e;
    font-size: 0.9rem;
    height: 40px;
    outline: 0em !important;
    box-shadow: none;
}
.revocaciones-form form label{
    font-weight: 400;
    font-size: 0.7rem;
    color: #afafaf;
}
.revocaciones-form form [type="submit"]{
    display: flex;
    align-items: center;
    background-color: var(--c-primary);
    color: white;
    border: 0;
    padding: 15px 30px;
    font-weight: 300;
    font-size: 0.8rem;
    border-radius: 30px;
    margin-left: auto;
    line-height: 1;
    box-shadow: 0 0px 15px rgba(0,0,0,0.2);
    outline: 0em !important;
}
.revocaciones-form form [type="submit"]:active,
.revocaciones-form form [type="submit"]:visited{
    border: 0 !important;
    outline: 0em !important;
}
.revocaciones-form .descripcion{
    max-width: 700px;
    margin: 0 auto;
    padding: 25px 8px;
    font-size: 0.65rem;
    line-height: 1.5;
}
/*.revocaciones-form form [type="submit"]:before{
    content: "";
    display: block;
    border: solid white;
    border-width: 0 1px 1px 0;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 7px;
}*/
.revocaciones-form form [type="submit"]:hover{
    opacity: 0.8;
}
.revocaciones-form .revocaciones-title{
    display: flex;
    align-items: center;
    font-weight: 800;
    font-size: 1.2rem;
    padding-bottom: 15px;
    color: var(--c-secondary);
    border-bottom: 1px solid #efefef;
    margin-bottom: 30px;
    width: calc(100% + -20px);
}
.revocaciones-form .revocaciones-title:before{
    content: "";
    display: block;
    border: solid var(--c-secondary);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 12px;
}
.revocaciones-form .flex > div{
    position: relative;
}
.revocaciones-form form .icon{
    position: absolute;
    left: 13px;
    top: 6px;
}
.revocaciones-form form .icon img{
    height: 15px;
    opacity: 0.4;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance:textfield;
}

#contactForm_forms_flash{
    color: red;
}
.revocaciones-form form #contactForm_forms_flash .alert-success{
    display: none !important;
}
.revocaciones-form form .alert-success{
    margin-top: 33px;
    background-color: #f6f6f6;
    font-weight: 400;
    border-color: #ccc !important;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.revocaciones-form form .alert-success p{
    margin: 0px;
    /*display: flex;
    align-items: center;*/
}
/* .revocaciones-form form .alert-success p:before{
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../../img/icons/smile.svg);
    background-size: cover;
    background-position: no-repeat;
    margin-right: 15px;
} */
.revocaciones-form form .alert .close{
    display: none;
}
