* {
    margin: 0px;
    padding: 0px;
    font-family: ubuntu,sans-serif;
}
html, body {
    width: 100%;
    font-size: 16px;
}
body {
    font-size: 1rem;
    font-family: ubuntu,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin: 0 auto;
}
h1 {
    font-size: 2rem;
    font-family: ubuntu-bold;
    margin: 0;
}
h2{
    font-size: 1.5rem;
    font-family: ubuntu-bold;
    margin: 0;
}
h3{
    font-size: 1rem;
    font-family: ubuntu-bold;
    margin: 0;
}

ul {
    margin: 16px 30px;
}
li {
    list-style-image: url(../img/check.svg);
    margin: 12px 0;
    line-height: 20px;
}
img {
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    display: block;
    padding: 0 16px;
    box-sizing: border-box;
}
.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}
.col-4, .col-6, .col-8, .col-12 {
    width: 100%;
}
header.header {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgb(47 49 67 / 10%);
    box-shadow: 0 4px 16px 0 rgb(47 49 67 / 10%);
}
img.img-logo {
    width: 254px;
}
.ico-landing {
    padding: 0 0 10px 0;
}
.ico-landing img {
    width: 36px;
    height: 36px;
}
.header-login {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.producto {
    display: inline-block;
    border-left: 1px solid #cdcdcd;
    padding: 0 0 0 16px;
    font-size: 1.25rem;
    margin: -3px 0 0 20px;
    color: #000;
    line-height: 30px;
}

.slider-home {
    height: 380px;
    background-image: url(../img/bg-slider.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    position: relative;
    z-index: 9;
    margin-top: 58px;
}
.slider-content {
    max-width: 530px;
    width: 100%;
}
.legal-precio {
    font-size: 0.875rem;
    padding-top: 20px;
}
.slider-desde {
    font-size: 1rem;
}
.slider-precio {
    font-size: 1.5rem;
    font-family: ubuntu-bold;
    color: #fa9300;
    padding-left: 10px;
}
span.slider-asterisco {
    vertical-align: top;
    padding-left: 5px;
}
.icons {
    background: #f6f6f6;
    padding: 30px 0;
}
.icons .col-4 {
    width: 31%;
}
.ico-landing svg {
    width: 48px;
    height: 48px;
}
.text-icons {
    font-size: 0.875rem;
    display: none;
}
.row-beneficios {
    flex-wrap: wrap-reverse;
}
.descr-producto {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.point-pasos {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}
.number {
    background: #f6f6f6;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fa9300;
    font-size: 1rem;
    font-weight: bold;
    display: inline-block;
}
.text-pasos {
    width: calc(100% - 42px);
    padding: 0 0 0 12px;
    display: inline-block;
    text-align: left;
}
.legal-pasos {
    font-size: 0.813rem;
    padding: 0 0 0 42px;
    margin-top: -10px;
}
.text-terminos {
    font-size: 0.625rem;
    color: #757575;
    text-align: justify;
}
footer {
    background: #eee;
    border-top: 1px solid #cdcdcd;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}
footer a {
    text-decoration: none;
    color: #000;
}
footer a:hover {
    color: #fa9300;
}
.content-footer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap-reverse;
}
.foot-botones {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.foot-botones a {
    padding: 6px 0px;
}
.copyright {
    padding: 10px 0;
    font-size: 0.75rem;
    text-align: center;
}
.separador {
    display: none;
}
.libro-reclamaciones {
    display: block;
}
.form-flot {
    display: block;
    background: #f6f6f6;
}
.slider-form {
    position: relative;
}

.form-neoauto {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    z-index: 88;
    margin: -40px 0 0;
    padding: 16px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 30%);
    box-sizing: border-box;
}

.form-title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}
.form-col-full {
    width: 100%;
    display: flex;
}
.form-col {
    width: calc(50% - 8px);
    display: flex;
}
.form-input {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}
.form-select {
    width: 100%;
    height: 44px;
    padding: 0 20px 0 10px;
    font-size: 1rem;
    color: #777;
    border: 1px solid #cdcdcd;
    border-radius: 4px;
}
.form-check {
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.1rem;
}
.link-form {
    color: #fa9300;
    text-decoration: none;
}
#btn-contactar {
    font-family: evogria-italc, arial, sans-serif;
    width: 100%;
    height: 44px;
    border: 0;
    font-size: 1rem;
    background: #fa9300;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}
select:valid {
color: #000;
}
input::placeholder {
  color: #777;
}
input[type=checkbox] {
    margin: 0;
}
#btn-contactar:hover {
    background: #ce7100;
}
.form-row.space-mform {
    margin: -6px 0 16px;
}
.content-exito {
    text-align: center;
    padding: 60px 0;
}

.text-naranja{
    color: #fa9300;
}

.text-center {
    text-align: center;
}
.mob-text-center {
    text-align: center;
}
.space-pleft-x1 {
    padding-left: 10px;
}
.space-ptop-x1 {
    padding-top: 10px;
}
.space-pbottom-x1 {
    padding-bottom: 10px;
}
.space-ptop-x2 {
    padding-top: 20px;
}
.space-pbottom-x2 {
    padding-bottom: 20px;
}
.space-mtop {
    margin-top: 45px;
}
.space-mbottom {
    margin-bottom: 45px;
}
.modal-header {
    border: 0;
}
.modal-dialog {
    max-width: 500px;
}
.form-exito {
    text-align: center;
    padding: 20px 20px 60px 20px;
}
.modal-gracias .form-title {
    padding: 20px 0 0;
}
.modal-header .close {
    margin-top: -47px;
    font-size: 1.5rem;
}
.logo-ibr {
    padding-top: 10px;
}
.img-logo-ibr {
    max-width: 110px;
}
@media only screen and (min-width: 320px) {

}

@media only screen and (min-width: 460px) {

}

@media only screen and (min-width: 768px) {
h1 {
    font-size: 2.5rem;
}
h2{
    font-size: 2rem;
    font-family: ubuntu-bold;
}
.container {
    padding: 0 24px;
}
.row {
    flex-wrap: nowrap;
}
.col-4 {
    width: 31%;
}
.col-6 {
    width: 50%;
}
.col-8 {
    width: 69%;
}
img.img-logo {
    width: 380px;
}
.producto {
    font-size: 1.5rem;
    padding: 0 0 0 20px;
    line-height: 36px;
    margin-top: 0px;
}
.slider-home {
    height: 600px;
}
.form-neoauto {
    max-width: 300px;
    position: absolute;
    top: -530px;
    right: 24px;
    padding: 24px;
    margin: 0;
}
.slider-content {
    max-width: 360px;
}
.slider-desde {
    font-size: 1.25rem;
}
.slider-precio {
    font-size: 2rem;
}
.legal-precio {
    font-size: 1rem;
}
.ico-landing img {
    width: 80px;
    height: 80px;
}
.text-icons {
    display: inline-block;
}
.separador {
    padding: 0 16px;
    color: #cdcdcd;
    display: inline-block;
}
.text-pasos {
    width: calc(100% - 60px);
    padding: 0 0 0 16px;
}
.number {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    font-size: 1.25rem;
}
.legal-pasos {
    padding: 0 0 0 62px;
}
footer {
    font-size: 0.813rem;
    height: 70px;
}
.content-footer {
    padding: 0;
}
.copyright {
    font-size: 0.813rem;
    text-align: left;
}

.foot-botones {
    flex-direction: inherit;
    justify-content: flex-end;
}
.des-text-right {
    text-align: right;
}
.des-text-left {
    text-align: left;
}

.space-pleft-x2 {
    padding-left: 24px;
}
.space-pright-x2 {
    padding-right: 24px;
}
.space-mtop {
    margin-top: 60px;
}
.space-mbottom {
    margin-bottom: 60px;
}
.logo-ibr {
    padding-top: 20px;
}
.img-logo-ibr {
    max-width: 130px;
}
}

@media only screen and (min-width: 960px) {
h1 {
    font-size: 3.125rem;
}
h2{
    font-size: 2rem;
    font-family: ubuntu-bold;
}
.form-neoauto {
    max-width: 350px;
}
.slider-desde {
    font-size: 1.25rem;
}
.slider-precio {
    font-size: 2.5rem;
}
.slider-content {
    max-width: 500px;
}
footer {
    font-size: 0.875rem;
}
.copyright {
    font-size: 0.875rem;
}

}

@media only screen and (min-width: 1200px) {
.slider-content {
    max-width: 530px;
}
}












