@charset "utf-8";
/* CSS Document */



html *
{
   
       font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.w50 {width: 50%; display: inline-block;float:left; padding: 0px 20px 0px 20px;}

.row {
  
    margin-right: 0px!important; 
    margin-left: 0px!important; 
}

.col-12 .col-form-label {padding-left: 0px!important; padding-right: 0px!important;}

.section-title-small {    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size: 20px;color: #0170bc; padding-left: 20px; padding-top: 0px;font-weight: 600;margin-top: 5px!important;}



/* BOTON SUBMIT */



.center-horizontal {
    margin-left: auto;
    margin-right: auto;
}

.btn-header {
    padding: .375rem 1.75rem;
}

.mbtn {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: .75rem;
    font-weight: 700;
    border-width: 0px;
    padding: .375rem 2rem;
    border-radius: 0;
    border-width: 2px;
}

.btn {
	width: 100%!important;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-orange {
    background-color: #f68621;
    color: white;
}

.btn-orange:hover {
    background-color: #E35205;
    color: white;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

/* FORM SETUP */



.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.col-form-label {
    padding-top: calc(.375rem + 10px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}


label {
    display: inline-block;
    margin-bottom: .5rem;
}

.elq-form .row {
    display: inline-block; width: 100%;
}

.col-6:last-child {margin-left: 25px;}

.main-input  {display: flex!important;}


@media (max-width: 576px) {
	.w50 {width: 100%;}
	
	
}


