@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap');
form[smartform="yes"] input[type=text],
form[smartform="yes"] select,
form[smartform="yes"] textarea {
    width: 100%;
    background-color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: transparent;
    border-radius: 5px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    resize: vertical;
    padding: 15px;
    margin-bottom: 12px;
    margin-top: 12px;
    transition: .2s ease all;
}

form[smartform="yes"] input[type=tel] {
    width: 100%;
    background-color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-radius: 5px;
    border: transparent;
    border: 2px solid #ccc;
    box-sizing: border-box;
    resize: vertical;
    padding: 15px;
    margin-bottom: 12px;
    margin-top: 12px;
    transition: .2s ease all;
    display: block;
}

form[smartform="yes"] input[type=number]{
    width: 100%;
    background-color: #ffffff;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: transparent;
    border-radius: 5px;
    border: transparent;
    border: 2px solid #ccc;
    box-sizing: border-box;
    resize: vertical;
    padding: 15px;
    margin-bottom: 12px;
    margin-top: 12px;
    transition: .2s ease all;
    display: block;
}

form[smartform="yes"] input[type=tel]:hover {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] input[type=number]:hover {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] input[type=text]:hover {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] textarea:hover {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] input[type=tel]:focus {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] input[type=number]:focus {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] input[type=text]:focus {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] textarea:focus {
    border: 2px solid #007da1;
    padding: 15px 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
}

form[smartform="yes"] {
    margin-top: 15px;
    width: auto;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #747474;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    border-radius: 15px;
    background-color: #ffffff;
    padding-bottom: 50px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.35);
    max-width: 370px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ /   color: red !important;   opacity: 1; / Firefox */
}

form[smartform="yes"] label {
    display: inline-block;
    margin: 7px 0;
}

form[smartform="yes"] .row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1800px) {
    form[smartform="yes"] .col-25,
    form[smartform="yes"] .col-75,
    form[smartform="yes"] input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

form[smartform="yes"] .header {
    font-size: 30px;
    font-family: Open sans light;
    color: #5d5d5d !important;
    text-decoration: none;
}

form[smartform="yes"] .titulo {
    font-size: 20px !important;
    text-decoration: none !important;
}

form[smartform="yes"] .buttons:after {
    content: "";
    display: table;
    clear: both;
}

form[smartform="yes"] a {
    padding: 8px;
    border-radius: 15px;
    color: #747474;
    border: none;
}

form[smartform="yes"] .slidecontainer {
    width: 47%;
    float: right;
    margin-top: 11px;
}

form[smartform="yes"] .slider:hover {
    opacity: 1;
    transition: .2s ease all;
}

form[smartform="yes"] .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

form[smartform="yes"] .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

form[smartform="yes"] .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

form[smartform="yes"] .siguiente {
    width: 49%;
    float: right;
}

form[smartform="yes"] .anterior {
    width: 49%;
    float: left;
}

form[smartform="yes"] .slide {
    .slide:hover,
    .slide:focus {
        box-shadow: inset 6.5em 0 0 0 var(--hover);
    }
}

form[smartform="yes"] #pulgar {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

form[smartform="yes"] .pulgar {
    border
}

form[smartform="yes"] .buttondr {
    width: 48% !important;
    float: right;
    padding: 8px;
    border-radius: 5px;
    background: #007da1;
    color: white;
    border: none;
    font-weight: 100px;
    cursor: pointer;
}

form[smartform="yes"] .button {
    width: 100%;
    border-radius: 50px;
    background: #007da1;
    color: white;
    border: none;
    font-weight: 100px;
    cursor: pointer;
}

form[smartform="yes"] .buttoniz {
    width: 48% !important;
    float: left;
    padding: 8px;
    border-radius: 5px;
    background: #007da1;
    color: white;
    border: none;
    font-weight: 100px;
    cursor: pointer;
}

form[smartform="yes"] .buttoniz:hover {
    background: #44a1d1 !important;
}

form[smartform="yes"] .button:hover {
    background: #44a1d1 !important;
}

form[smartform="yes"] .buttondr:hover {
    background: #44a1d1 !important;
}

form[smartform="yes"] .pulgar {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}



form[smartform="yes"] * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif !important;
}

.glyphicon {
    font-family: inherit !important;
}
.glyphicon:before{
    font-family:'Glyphicons Halflings' !important;
}

form[smartform="yes"] .wrapper {
    display: inline-flex;
    height: 40px;
    width: 500px;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
}

form[smartform="yes"] .wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 10px;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 10px;
    border: 2px solid lightgrey;
    transition: all 0.3s ease;
}

form[smartform="yes"] .wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

form[smartform="yes"] .wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

form[smartform="yes"] .imagenes {
    margin: auto;
    display: block;
    border-radius: 10px;
    witdh: 180px;
    height: 180px;
}

form[smartform="yes"] .banneriz {
    margin: auto;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

form[smartform="yes"] .bannerdr {
    margin: auto;
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

form[smartform="yes"] #ctdcuotas {
    color: white;
    border: none;
    background-color: green;
    float: left;
    padding: 8px;
    border: none;
    border-radius: 15px;
    color: white;
    margin-bottom: 15px;
}

@media screen and (max-width:600px) {
    form[smartform="yes"] [type="radio"]:checked+label,
    form[smartform="yes"] [type="radio"]:not(:checked)+label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #444444;
        padding: 0px 35px 0px;
        border-radius: 20px;
        background: #e2e2e2;
    }
}

form[smartform="yes"] a {
    text-decoration: none !important;
}

form[smartform="yes"] .contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
    padding: 40px 0;
}

form[smartform="yes"] .selectbox {
    width: 100%;
    margin: auto;
    position: relative;
}

form[smartform="yes"] .select {
    background-color: #ffffff;
    width: 100% !important;
    height: 85px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .16);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .2s ease all;
    margin-bottom: 12px;
    padding: 15px;
    position: relative;
    z-index: 10;
    border-radius: 5px;
    border: 2px solid #ccc;
}

form[smartform="yes"] .select.active,
form[smartform="yes"] .select:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
    border: 2px solid #007da1;
    padding: 15px 25px;
}

form[smartform="yes"] .select.active:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-top: 15px solid #007da1;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: calc(50% - 15px);
}

form[smartform="yes"] .select i {
    font-size: 30px;
    margin-left: 30px;
    color: #007da1;
}

form[smartform="yes"] .titulo {
    color: #7d7d7d;
    font-size: 16px;
}

form[smartform="yes"] .descripcion {
    color: #6c757d;
    opacity: 1;
    font-weight: 400;
}

form[smartform="yes"] .opciones {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .16);
    max-height: 400px;
    overflow: auto;
    z-index: 100;
    width: 100%;
    display: none;
}

form[smartform="yes"] .opciones.active {
	display: block !important;
	animation: fadeIn.3s forwards;
	overflow: auto;
	z-index: 100;
	position: absolute;
}

form[smartform="yes"] @keyframes fadeIn {
    from {
        transform: translateY(-200px) scale(.5);
    }
    to {
        transform: translateY(0) scale(1);
    }
}

form[smartform="yes"] .contenido-opcion {
    width: 100%;
    display: flex;
    align-items: center;
    transition: .2s ease all;
}

form[smartform="yes"] .opciones .contenido-opcion {
    padding: 10px;
}

form[smartform="yes"] .contenido-opcion img {
    width: 50px;
    height: 50px;
    margin-right: 30px;
}

form[smartform="yes"] .opciones .contenido-opcion:hover {
    background: #007da1;
}

form[smartform="yes"] .opciones .contenido-opcion:hover .titulo,
form[smartform="yes"] .opciones .contenido-opcion:hover .descripcion {
    color: #ffffff;
}

form[smartform="yes"] .contenido-opcion9 {
    width: 100%;
    display: flex;
    align-items: center;
    transition: .2s ease all;
}

form[smartform="yes"] .opciones .contenido-opcion9 {
    padding: 10px;
}

form[smartform="yes"] .contenido-opcion9 img {
    width: 110px;
    height: 75px;
    margin-right: 30px;
}

form[smartform="yes"] .opciones .contenido-opcion9:hover {
    background: #007da1;
}

form[smartform="yes"] .opciones .contenido-opcion9:hover .titulo,
form[smartform="yes"] .opciones .contenido-opcion9:hover .descripcion {
    color: #ffffff;
}
@media screen and (max-width: 800px) {
    form[smartform="yes"] .selectbox {
        width: 100%;
    }
}

form[smartform="yes"] [type="radio"]:checked,
form[smartform="yes"] [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

label[for="id_modelo"] {
    display: none !important;
}

label[for="id_foto_agencia"]{
    display: none !important;
}

label[for="id_marca"] {
    display: none !important;
}

label[for="id_anio"] {
    display: none !important;
}

label[for="id_seguros_cobertura"] {
    display: none !important;
}

label[for="id_interes_otra_marca"] {
    display: none !important;
}

label[for="id_seguros_opciones"] {
    display: none !important;
}

label[for="id_cursos"] {
    display: none !important;
}

label[for="id_como_nos_conociste"] {
    display: none !important;
}


form[smartform="yes"] [type="radio"]:checked+label,
form[smartform="yes"] [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #444444;
    padding: 0px 20px 0px 30px;
    border-radius: 20px;
    background: #e2e2e2;
}

form[smartform="yes"] [type="radio"]:checked+label:before,
form[smartform="yes"] [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

form[smartform="yes"] [type="radio"]:checked+label:after,
form[smartform="yes"] [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #007da1;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

form[smartform="yes"] [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

form[smartform="yes"] [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

form[smartform="yes"] .options {
    width: 100%;
    justify-content: center;
}

form[smartform="yes"] p {
    float: left;
    margin-right: 15px;
}

form[smartform="yes"] [type="radio"]:checked+label,
[type="radio"]:not(:checked)+label:hover {
    background: #007da1 !important;
    color: white !important;
    transition: .2s ease all;
}

form[smartform="yes"] .space {
    margin-bottom: 55px;
}

form[smartform="yes"] input[type=time] {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    color: #2a2c2d;
    font-size: 14px;
    width: 120px;
}

form[smartform="yes"] input[type=date] {
    height: 57px;
    border: gray;
    background-color: #f2f4f5;
    margin-right: 20px;
    border-radius: 10px;
    padding: 5px;
    display: block;
    border-style: solid;
    border-radius: 5px;
    border: 2px solid #ccc;
    width: fit-content;
}

form[smartform="yes"] #dia {
    width: 40% !important;
    margin-right: 40px;
}


/* Wrapper around the hour, minute, second, and am/pm fields as well as
the up and down buttons and the 'X' button */

form[smartform="yes"] input[type=time]::-webkit-datetime-edit-fields-wrapper {
    display: flex;
}


/* The space between the fields - between hour and minute, the minute and
second, second and am/pm */

form[smartform="yes"] input[type=time]::-webkit-datetime-edit-text {
    padding: 19px 4px;
}


/* The naming convention for the hour, minute, second, and am/pm field is
`-webkit-datetime-edit-{field}-field` */


/* Hour */

form[smartform="yes"] input[type=time]::-webkit-datetime-edit-hour-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 19px 13px;
}


/* Minute */

form[smartform="yes"] input[type=time]::-webkit-datetime-edit-minute-field {
    background-color: #f2f4f5;
    border-radius: 15%;
    padding: 19px 13px;
}


/* AM/PM */

form[smartform="yes"] input[type=time]::-webkit-datetime-edit-ampm-field {
    background-color: #7155d3;
    border-radius: 15%;
    color: #fff;
    padding: 19px 13px;
}


/* 'X' button for resetting/clearing time */

form[smartform="yes"] input[type=time]::-webkit-clear-button {
    display: none;
}


/* Up/Down arrows for incrementing/decrementing the value */

form[smartform="yes"] input[type=time]::-webkit-inner-spin-button {
    display: none;
}

#div_id_foto_agencia img {
    border-radius: 7px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.3);
    width: 320px;
}
.logo-paso-tres{
    margin: auto;
    height: 100px;
    width: 100px;
}

form[smartform="yes"] .btn-primary{
    height: 45px;
    font-size: 15px;
}

form[smartform="yes"] #id_select_marca .descripcion{
    font-size: 15px;
}

form[smartform="yes"] .error-message {
    display: none;
    color: #666;
    font-size: 12px;
    margin-top: 5px;
  }