*
{ box-sizing: border-box; }

#hmGeneraliSiniestro
{
    background-color: #ffffff;
    margin: auto;
    font-family: "Roboto", Sans-serif;
    padding: 40px;
    width: 100%;
    min-width: 300px;
}

#hmGeneraliSiniestro h1
{
    text-align: center;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.25em;
    color: #c21b17;
}

#hmGeneraliSiniestro h3
{
    text-align: center;
    font-size: 1.5rem;
}

#hmGeneraliSiniestro h5
{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
}

/* Loader */
/**********/
.ocultar
{
    display: none;
}

#hm-loader {
    border: 10px solid #cacaca; /* Light grey */
    border-top: 10px solid red; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    text-align: center;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.centrado{
    text-align: center;
    margin: 0 auto;
}
/* Loader End */
/**************/

.colum-hm
{
    margin-bottom: 20px;
}

input, select
{
    height: 60px;
    padding: 10px;
    margin: 0 0 10px 0;
    color: #505050;
    display: block;
    border: solid 1px #e7e7e7;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto", Sans-serif;
}

input[type=checkbox]
{
    height: 15px;
    width: 15px;
    display: inline-block;
}

.hm-contact-fesh-send
{
    background: #c21b17 !important;
    color: #ffffff !important;
    padding: 20px !important;
    width: 100%;
}
.hm-contact-fesh-send:hover
{
    background: #ffffff !important;
    color: #c21b17 !important;
}

textarea
{
    width: 100%;
}

input::placeholder
{
    color: #828282;
}

input.invalid, select.invalid, textarea.invalid, label.invalid
{
    background-color: #ffdddd;
}

#terminos_label:hover
{
    color: #212529;
}

#terminos_label
{
    text-align: justify;
}

#terminos_label a
{
    color: #212529 !important;
    text-decoration: underline !important;
}

#terminos_label a:hover
{
    color: #c21b17 !important;
}

.hm-err-txt
{
    display: none;
    color: red;
    float: left;
}

.tab
{
    display: none;
}

button
{
    font-weight: 700;
    margin: 20px 0px 0px 0px;
    border-radius: 3px;
    padding: 10px 20px;
    font-family: "Roboto", Sans-serif;
    cursor: pointer;
}

.hm-respuesta-si-ticket
{
    font-size: 20px;
}