@font-face {
    font-family: 'Nexa_Free_Bold';
    src: url('/quote/static/assets/fonts/custom/Nexa_Bold-webfont.ttf');
}

.section-quote {
    border-bottom: 1px solid #e5e5e5;
}

.container h2 {
    font-family: 'Nexa_Free_Bold', sans-serif;
    color: #C1142B!important;
    padding: 0px;
    margin: 0px;
    font-size: 24px!important;
    line-height: 28px;
}

.nombre-paso {
    font-family: 'Nexa_Free_Bold', sans-serif;
    color: #C1142B!important;
    padding: 0px;
    margin: 0px;
    font-size: 24px!important;
    line-height: 28px;
}

.active .bs-stepper-circle {
    background-color: #C1142B!important;
}
/*botones*/

.btnrojofill {
    font-family: 'Nexa_Free_Bold', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    padding: 10px 8px;
    border: 1px solid #C1142B!important;
    background-color: #C1142B;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center
}

.btnrojofill:hover {
    color: #C1142B;
    background-color: transparent
}

.btnrojofill:disabled {
    background: #dddddd;
    color: #C1142B;
}

/*subtítulos*/

.titulogris4 {
    font-size: 18px;
    color: #58595B;
    text-align: left;
    font-family: 'Nexa_Free_Bold', sans-serif;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}

a.titulogris4:hover {
    color: #58595B;
}

/*cuadros de texto y selects*/

.inputbox {
    background-color: #FFF;
    border: 1px solid #EEE;
    width: 100%;
    padding: 18px;
    margin: 5px 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #58595B
}

/*textos*/

.texto, p:not(.error-radio) {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 0;
    margin: 0;
    color: #58595B;
}

/*Texto gris*/

.textoGris {
    font-family: 'Open Sans', sans-serif;
    color: #58595B;
}

.panel-title>a.accordion-toggle {
    display: block;
    position: relative;
}

/*Acordeones*/

.panel-title>a.accordion-toggle:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.panel-title>a.accordion-toggle[aria-expanded="true"]:after {
    content: "\f077";
    /* fa-chevron-up */
}

/* Logo */

.navbar-brand > img{
    height: 40px;
}

div .intl-tel-input{
  width: 100%;
}
.placeholder-text-large::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 0.9em;
  }

.placeholder-text-large:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 0.9em;
  }

.placeholder-text-large::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 0.9em;
  }

.placeholder-text-large:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 0.9em;
  }