html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.c1{ width: 8.33%!important; }
.c2{ width: 16.66%!important; }
.c3{ width: 24.99%!important; }
.c4{ width: 33.32%!important; }
.c5{ width: 41.65%!important; }
.c6{ width: 49.98%!important; }
.c7{ width: 58.31%!important; }
.c8{ width: 66.64%!important; }
.c9{ width: 74.97%!important; }
.c10{ width: 83.3%!important; }
.c11{ width: 91.63%!important; }
.c12{ width: 99.96%!important; }

.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
    font-family: 'Source Sans Pro', sans-serif;
}
.center{text-align: center;}

.header{
    padding: 15px 15px;
    border-bottom: 1px solid #E6E9ED;
}
.header_nav{
    width: 1100px;
    margin: 0 auto;
    display: flex;
}
.header__logo{
    height: 30px;
    margin: 5px 30px 5px 5px;
}
.header__item{
    
    padding: 11px 20px;
    list-style: none;
    font-size: 15px;
    font-weight: bold;
    color: #506A85;
    text-decoration: unset;
}

.form__title{
    font-size: 44px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
    color: #506A85;
}
.form__subTitle{
    font-size: 22px;
    display: block;
    border-bottom: 1px solid #999;
    margin-top: 25px;
    margin-bottom: 10px;
}
.form__label{
    display: block;
    margin-top: 10px;
    color: #506A85;
    font-size: 16px;
}
.form__text{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #506A85;
    font-size: 22px;
}
.form__input{
    background: #F8FAFD;
}
.input_error{
    border: 1px solid #FF0000!important;
    box-shadow: 0px 0px 2px #ff0000;
}
.footer{
    background-color: #2F4052;
    height: 50px;
    width: 100%;
    border-bottom: 10px solid #283645;
    position: fixed;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.footer_title{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    display: inline-block;
}

.btn {
    color: #FFF !important;
    background: #1ABB9C;
    padding: 11px 20px 13px;
    margin: 15px auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-shadow: none;
    border: none;
    display: block;
    text-align: center;
    text-decoration: unset;
    cursor: pointer;
    border-radius: 5px;
    width: max-content;
}
.btn_large_green {
    color: #FFF !important;
    background: #1ABB9C;
    padding: 11px 20px 13px;
    margin: 15px auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-shadow: none;
    border: none;
    display: block;
    width: 500px;
    text-align: center;
    text-decoration: unset;
    cursor: pointer;
    border-radius: 5px;
}
.btn_large_blue {
    color: #FFF !important;
    background: #387EAA;
    padding: 11px 20px 13px;
    margin: 15px auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-shadow: none;
    border: none;
    display: block;
    width: 500px;
    text-align: center;
    text-decoration: unset;
    cursor: pointer;
    border-radius: 5px;
}
.btn_disabled{
    background: #BBB;
}
.g-recaptcha div{
    margin: 0 auto;
}
.form__input{
    display: block;
    margin: 1px 5px 15px 0;
    color: #333;
    font-size: 16px;
    padding: 5px;
    border: 1px solid #999;
    box-sizing: border-box;
    width: 100%;
    background-color: #FFF;
    height: 30px;
    border-radius: 5px;
}
.form{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 25px 20px;
    box-sizing: border-box;
    color: #333;
}
.contentFormLine{
    display: flex;
    flex-wrap: wrap;
}
.contentFormLine div.form__contentField{padding: 0 10px;box-sizing: border-box;position: relative;}
.contentFormLine div.form__contentField:first-child{padding-left: 0px;}
.contentFormLine div.form__contentField:last-child{padding-right: 0px;}
.contentFormLine input[type=radio], .contentFormLine input[type=checkbox]{
    margin-left: 15px;
}
.form__errorLabel{
	width: 100%;
    display: none;
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: 3px;
}
input:focus-visible, input:focus{
    border: 1px solid #999!important;
}
.red{
    color: red;
}
.modal_bg{
    background-color: #000000AA;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.modal{
    width: 600px;
    margin-top: 200px;
    background-color: #FFF;
    padding: 30px;
    border-radius: 8px;
    position: fixed;
    top: 0px;
    left: calc((100% - 600px) / 2);
    display: none;
}
.separador{
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.message_good{
    display: none;
    background-color: #dffdd5;
    color: #007200;
    border: 1px solid #55b555;
    padding: 15px 30px;
}
.message_error{
    display: none;
    background-color: #fdd5d5;
    color: #b50000;
    border: 1px solid #b55555;
    padding: 15px 30px;
}

.contentFormLine{
    position: relative;
}

/* Estilos para la creación de Factura_global_menu*/
.titulo_centrado{
    margin-top: 15px;
    text-align: center;
    color: #b50000;
}
