/* .form {padding: 20px;}
.form label {padding-left: 0px; padding-right: 0px; text-align: center;} */

.h5 {font-size: 22px; text-transform: uppercase;}

.mt-crm {margin-top: 84px !important;}

.header-crm {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
    padding: 20px 0;
    margin-bottom: 0px;
    text-align: center;
    font-family: 'gobold_thinregular';
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid #e80213;
}
.header-crm.cotizar {background-image: url(/img/head-cotizacion.jpg);}
.header-crm.ruta {background-image: url(/img/head-ruta.jpg);}

.formulario {padding: 40px 0;}
.formulario h4 {margin-bottom: 40px; padding-bottom: 10px; border-bottom: #e80213 solid 1px; display: inline-block; position: relative; text-transform: uppercase;}
.formulario h4::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    margin: auto;
    background: #e80213;
}

.formulario .f14 {font-size: 14px;}

.formulario .item {padding-left: 10px; padding-right: 10px; margin-bottom: 30px;}

.formulario input::-webkit-input-placeholder {color: #c2c2c2;}/* Chrome/Opera/Safari */
.formulario input ::-moz-placeholder {color: #c2c2c2;}/* Firefox 19+ */
.formulario input :-ms-input-placeholder {color: #c2c2c2;}/* IE 10+ */
.formulario input :-moz-placeholder {color: #c2c2c2;}/* Firefox 18- */
.formulario textarea::-webkit-input-placeholder {color: #c2c2c2;}/* Chrome/Opera/Safari */
.formulario textarea ::-moz-placeholder {color: #c2c2c2;}/* Firefox 19+ */
.formulario textarea :-ms-input-placeholder {color: #c2c2c2;}/* IE 10+ */
.formulario textarea :-moz-placeholder {color: #c2c2c2;}/* Firefox 18- */

.formulario .btn {width: 180px; margin: 0 15px; border-radius: 0px; text-transform: uppercase;}
.formulario .btn-blue-main {display: block; height: 45px; background: #e80213; margin: 0 auto 15px; color: #fff; line-height: 33px;}
.formulario .btn.large {width: 200px; margin: 20px auto;}


/* Formularios Select */
.formulario label {color: #666;}
.formulario input {font-size: 14px; color: #000; border: solid 1px #CCCCCC; border-radius: 0px;}
.formulario textarea {display: block; width: 100%; height: 130px; font-size: 14px; color: #000; border: solid 1px #CCCCCC; border-radius: 0px; padding: 6px 12px;}
.formulario select {border: solid 1px #EAEAEA; border-radius: 0px; height: 100% !important;}

.formulario .form-control {height: 45px;}

.formulario .slc {
    font-size: 14px;
    position: relative;
    height: 45px;
	border: 1px solid #CCCCCC;
    margin-bottom: 16px;
    /* background: #fff url(../img/img-arrow-select.jpg) no-repeat center right;
	background-size: 30px 30px;
    -webkit-border-radius: 4px;
	border-radius: 4px; */
}
.formulario .slc::before {
    position: absolute;
    right: 5px;
    top: 18px;
    z-index: -1;
    content: "";
    font-size: 14px;
    color: #e80213;
    background: url(../img/flecha_ram.png) no-repeat center right;
    background-size: 14px 8px;
    width: 14px;
    height: 8px;
    /* -webkit-border-radius: 4px;
	border-radius: 4px; */
}
.formulario .slc select {
    border: 0;
    width: 100%;
    height: 36px;
    color: #999;
    padding: 0px 25px 0 10px;
    text-align: left;
    text-align-last: left;

    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
.formulario .slc select::-ms-expand {
    display: none;
}
.slc-asesor,
.slc-fecha,
.slc-hora {
	padding: 0px 45px;
}
.slc-asesor:before,
.slc-fecha:before,
.slc-hora:before {
	content: "";
	width: 18px;
	display: block;
	position: absolute;
	pointer-events: none;
	left: 15px;	top: 0;	bottom: 0;
}
.slc-asesor:before {
	background: url(../img/icon-form-asesor.svg) no-repeat center;
	background-size: contain;
}
.slc-fecha:before {
	background: url(../img/icon-form-date.svg) no-repeat center;
	background-size: contain;
}
.slc-hora:before {
	background: url(../img/icon-form-hora.svg) no-repeat center;
	background-size: contain;
}
/* Formularios radios */
.wrap-check-radios {display: flex; align-items: center; justify-content: center; color: #666; text-transform: uppercase;height: auto !important;}
.wrap-check-radios p {font-size: 14px; font-weight: bold; margin-right: 10px; margin-bottom: 15px;}

.formulario .radios {
    padding: 0 10px;
    margin-bottom: 15px; 
    display: inline-block;
    vertical-align: middle;
    /* width: 60px;
    height: 45px;
    margin-right: 10px; */
}
.formulario .radios input[type="radio"] {
    position: absolute;
    left: -9999px;
    margin: 0;
}
.formulario .radios input[type="radio"] + label {
    margin: 0;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: inline-block;
    /* height: 100%; */
}
.formulario .radios input[type="radio"] + label:before {
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
}
.formulario .radios input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.formulario .radios input[type="radio"]:checked + label:after {
	opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
}
/* .formulario .radios input[type="radio"]:checked + label {color: #fff;} */

.formulario .radios input[type="radio"] + label:after {
    content: '';
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #e80213;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.new-inputs {width: 280px; margin: auto;}

/* Formularios Checkboxes */
.checkboxes {
    margin-bottom: 5px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.checkboxes a {color: #e80213;}
.checkboxes input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    margin: 0;
}
.checkboxes input[type="checkbox"] + label {
    color: #666;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    padding-left: 30px;
    display: block;
}
.checkboxes input[type="checkbox"] + label:before {
    content: '';
    top: calc(50% - 10px);
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    border: 1px solid #ccc;
}
.checkboxes input[type="checkbox"] + label:after {
    content: '';
    color: #fff;
	top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #e80213;    
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.checkboxes input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkboxes input[type="checkbox"]:checked + label:after {
    opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* .checkboxes input[type="checkbox"] + label a {
    text-decoration: underline;
} */