*
{ 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;
}

textarea
{
    width: 100%;
}

input::placeholder
{
    color: #828282;
}

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

.terminos_p
{
    text-align: justify;
}

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

.terminos_p 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;
}

#nextBtn
{
    border: solid 1px #c21b17;
    background-color: #c21b17;
    color: #ffffff;
}
#nextBtn:hover
{
    color: #c21b17;
    background-color: #FFFFFF;
}

#prevBtn
{
    border: solid 1px #bbbbbb;
    background-color: #bbbbbb;
    margin-right: 15px;
}

.step
{
    height: 15px; width: 15px; margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active
{
    opacity: 1;
}

.step.finish
{
    background-color: #c21b17;
}


#cobertura_adicional_row
{
    display: none;
}

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



/* Iconos */
.hm-container-icon {
    display: flex;
	margin:auto;
	width:max-content;
}

.hm-image-container {
    margin: 10px;
	text-align:center;
}

.hm-image-container img {
    width: 100px;
	max-width: 100%;
    height: auto;
	padding: auto 20px;
	cursor:pointer;
}

@media only screen and (max-width: 600px)
{
	.hm-container-icon {
    	width: 100%;
	}
}