/*********************************
10. Register
*********************************/

.register
{
	width: 100%;
}
.register_section
{
	width: 100%;
	background: #ffb606;
	padding-top: 156px;
	padding-bottom: 161px;
}
.register_content
{
	width: 522px;
}
.register_title
{
	color: #FFFFFF;
	margin-bottom: 16px;
	line-height: 1.63;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	margin-bottom: 0px;

	padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: ;
}
.register_button
{
	background: #2886e6;
	margin-top: 65px;
}
.register_button a
{
	color: #FFFFFF;
}


div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* FIX Bootstrap Grid para sección Register */
.register .row {
    margin-left: -15px;
    margin-right: 0px;
}

.register [class^="col-"] {
    margin: 0;
    padding-left: 40px;
    padding-right: 15px;
}


element.style 
{
	background-image: url(images/search_background.jpg);
}
/* imagen de fondo formulario */



.news_post_text,
.news_post_quote_text,
.news_post_container p {
    text-align: justify;
}



/*********************************
11.1 Search Form
*********************************/

.search_form
{
	margin-top: 57px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 2px #ffb606;
}
.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #ffb606;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}


/* Imagen de fondo FORMULARIO*/

/*
.search_section {
    position: relative;
    min-height: 600px;
    width: 100%;
}
*/
.search_background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.search_content {
    position: relative;
    z-index: 2;
}


/*
.search_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}
*/




/* ===== REGISTER ALIGNMENT FIX (DEFINITIVO) ===== */



.search_section {
    position: relative;
    min-height: 600px;
    padding-top: 156px;
    padding-bottom: 161px;
    width: 100%;
    height: 100%;
}

.search_background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.search_content {
    position: relative;
    z-index: 2;
}

/* ===== REGISTER FIX LIMPIO ===== */

.register,
.register * {
    margin: 10 !important;
}

.register .row {
    align-items: stretch;
}








/* ===== REGISTER / SEARCH FIX LIMPIO ===== */

/* NO tocar el formulario */


/* Igualar alturas SIN flex forzado */
.register .row {
    align-items: stretch;
}

/* ===== REGISTER (ORIGINAL COLORLIB) ===== */

.register {
    width: 100%;
}

.register_section {
    background: #ffb606;
    padding-top: 156px;
    padding-bottom: 161px;
}


.search_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.search_content {
    position: relative;
    z-index: 2;
}


.register * {
    margin: 0;
}

/* ===== RESTAURAR ESPACIADO FORMULARIO ===== */

.search_form input {
    display: block;
    width: ;
    margin-bottom: 20px;
}

.search_form button {
    margin-top: 10px;
}

.search_content {
    padding-left: 100px;
    padding-right: 100px;
}


.search_title {
    position: relative;
    top: -30px;
    color: black;
}


.search_form select[multiple] {
    min-height: 80px;
}




/*********************************
form group NUEVO
*********************************/


/* === MULTI SELECT FINAL FUNCIONAL === */

.search_form .input_field.multi_select_box {
    height: auto !important;
    line-height: 2.0 !important;
    text-align: left !important;
    padding: 20px 22px !important;
}

.search_form .multi_option {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

.search_form .multi_option input {
    margin: 0 !important;
    flex-shrink: 0 !important;
}

.search_form .multi_option label {
    margin: 0 !important;
    text-align: left !important;
}


/*********************************
PERPLExity
*********************************/

.searchform .multioption {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}
.searchform .multioption input {
  margin: 2px 0 0 0 !important;
  order: -1;
}

