/* @import */

/*@import url('https://fonts.googleapis.com/css2?family=Monserrat:wght@300;400;500;700;900&display=swap');*/


/* Generales */
@font-face {
    font-family: 'Roboto';
    src: url("../fonts/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmW.woff2") format('woff2');
}

/* apply a natural box layout model to all elements, but allowing components to change */
html {
    box-sizing: border-box;
    font-size: 62.5%; /** 1rem = 10px **/
}

*, *:before, *:after {
    box-sizing: inherit;
}

dl, ol, ul {
    margin-top: auto;
    margin-bottom: auto;
}

body {
    font-family: 'Roboto',Helvetica,Arial,Lucida, sans-serif;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

img {
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 3rem;
    display: block;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

h3, h4 {
    text-transform: uppercase;
    color: #006294;
    font-weight: 500;
}

h5 {
    text-transform: uppercase;
    color: #333333;
}

p {
    font-size: 1.2rem;
}

.form-control {
    height: 4rem;
    padding: 1rem;
    /*border-color: #006294;*/
    color: #969696;
    font-size: 1.2rem;
    /*margin-bottom: 1rem;*/
}

.form-control button {
    display: flex;
    align-items: center;
}

select {
    background-position: 97% center !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    text-indent: 1px !important;
    text-overflow: '';
    background-image: url('https://www.limautos.pe/static/images/common/form-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 10px !important;
    font-family: 'Roboto',Helvetica,Arial,Lucida, sans-serif !important;
    font-weight: 300 !important;
}

input::placeholder {
    color: #969696 !important;
}


/* Utilidades */
html, body {
    overflow-x: hidden;
}

.display-box {
    display: contents;
}

.no-padding {
    padding: 0;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.btn-primary {
    background-color: #CC1B12;
    color: #ffffff;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 1.2em;
    border: none;
    padding: 0.5rem 3.5rem;
    /*border-radius: 5rem;*/
    margin: 3rem 0;
    transition: background-color ease-in .3s;
}

    .btn-primary:hover {
        background-color: #CC1B12 !important;
    }

.btn-secundario {
    background-color: #0096B4;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    border: none;
    padding: 1rem 3rem;
    border-radius: 5rem;
    margin: 3rem 0;
    transition: background-color ease-in .3s;
}

.btn-secundario:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #006294;
}

.btn-primary ion-icon {
    margin-left: 2rem;
}

.btn-terciario {
    color: #006294;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    border: none;
    padding: 1rem 3rem;
    border-radius: 0;
    margin: 3rem 0;
    border: 1px solid #006294;
}


.linea-small {
    height: 1px;
    width: 30%;
    background-color: #efefef;
    margin: 2rem 0;
}

.linea-small-azul {
    height: 1px;
    width: 15%;
    background-color: #006294;
    margin: 2rem 0;
}

.bloque-checks {
    margin-top: 3rem;
}

.next-carrusel, .prev-carrusel {
    width: 10%;
}

.next-carrusel img {
    height: 35px;
}

.prev-carrusel img {
    height: 35px;
}

.boton-centrado {
    margin: 0 auto;
}

.boton-centrado a {
    margin: 1rem auto 3rem 1rem;
}

.texto-destacado {
    padding: 5rem 15%;
}

.texto-destacado p {
    font-size: 1.5rem;
    text-align: center;
}

.texto-destacado p span {
    color: #006294;
    font-weight: 700;
}

.texto-destacado p span a {
    color: #006294;
}

/* Menus */

.menu-top-contenido {
    padding: 0;
    background-image: url(https://www.limautos.pe/static/images/common/menu-top-background@2x.png);
    background-position: center center;
}

.menu-top {
    color: #ffffff;
    font-size: 11px;
}

.menu-top-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: #006294;
    padding: 0;
}

.redes-top ul {
    list-style: none;
    padding: 0 0 0 15px;
}

.redes-top ul li img {
    width: 12px;
}

.items-contactos {
    display: flex;
    justify-content: flex-end;
}

.items-contactos ul {
    list-style: none;
    padding: 0;
    margin-right: 15px;
}

.items-contactos ul li {
    display: inline-block;
    margin-right: 10px;
}

.items-contactos ul li:last-of-type {
    margin-right: 0;
}

.items-contactos ul li a {
    color: #ffffff;
    display: inline-block;
}

.items-contactos ul li a:hover {
    text-decoration: none;
}

.items-contactos img {
    height: 10px;
    width: auto;
    margin-right: 5px;
}

.menu-principal {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #ffffff;
    height: 74px;
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow: 0px 1px 6px 0px rgba(204, 204, 204, 1);
    box-shadow: 0px 1px 6px 0px rgba(204, 204, 204, 1);
}

.menu-principal img {
    height: 28px;
    width: auto;
}

.redes-top-contenido {
    padding: .5rem 0;
    background-color: #0096B4;
}

.redes-top a {
    color: #ffffff;
}

.redes-top ion-icon {
    font-size: 1rem;
}

.ionicon path {
    fill: red;
}

path {
    fill: red;
}

.redes-top ul li {
    margin-right: 5px;
    display: inline-block;
}

.redes-top ul li:last-of-type {
    margin-right: 0;
}

.logo-marca-top {
    width: 100px;
    height: auto;
    position: absolute;
    z-index: 9999;
}

.logo-marca-top img {
    width: 100%;
}

/* Menu interior */

.modelo-menu {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
}

.modelo-menu a {
    font-weight: 700;
    color: #023A57;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0;
    margin-right: 15px;
}

.modelo-menu a:last-of-type {
    margin-right: 0;
}

.modelo-menu img {
    height: 22px;
    width: auto;
    margin-left: 120px;
}

/* Banners Home */

.banners-contenido {
    display: flex;
    /*height: calc(100vh - 460px);*/
    min-height: 460px;
    padding-top: 75px;
}

.banner-item {
    flex: 1;
    position: relative;
}

.marca-item {
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
}

.imagen-marca-item {
    background-position: center center;
    background-size: cover;
    display: flex;
    height: 100%;
}

.logo-marca img{
    height: 70px;
    width: auto;
}

/* Ocultos en mobile */

.banner-home-mobile {
    display: none;
}

.menu-mobile-contenido {
    display: none;
}

.boton-inferior-mobile {
    display: none!important;
}

.imagen-carrusel-m {
    display: none;
}

.modelo-info-m {
    display: none;
}

.carrusel-modelo-mobile {
    display: none;
}

.contenedor-ficha-mobile {
    display: none;
}

.sub-menu-mobile {
    display: none;
}


.overlay {
    position: fixed;
    display: block;
    background: #646464;
    top: 50px;
    border: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    -o-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
}

.overlay.open {
    /* opacity: .95; */
    opacity: 9;
    visibility: visible;
    height: 100%;
}

.menu-fixed {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
}

.banner-mobile-fix {
    padding-top: 50px;
}

.ico-menu-blue {
    width: 25px;
    margin-right: 10px;
    padding: 3px;
}


/* Estilos MouseOver Banner Home */

.brand {
    opacity: 0;
    transition: all .35s linear;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 555;
    width: 100%;

}

.brand-kia {
    background-image: url(../images/home/marcas/kia.jpg);
    background-repeat: no-repeat;
}

.brand-chery {
    background-image: url(../images/home/marcas/chrery.jpg);
    background-repeat: no-repeat;
}

.brand-mg {
    background-image: url(../images/home/marcas/mg.jpg);
    background-repeat: no-repeat;
}


.brand-mitsubishi {
    background-image: url(../images/home/marcas/mitsubishi.jpg);
    background-repeat: no-repeat;
}

.brand-peugeot {
    background-image: url(../images/home/marcas/peugeot.jpg);
    background-repeat: no-repeat;
}


.enlace-marca {
    position: absolute;
    width: 100%;
    transition: all .35s linear;
    bottom: 2rem;

}

.enlace-activo {
    animation-duration: .35s;
    animation-name: fadeIn;
    bottom: 2rem;

}

@keyframes fadeIn {
    from {
        bottom: 1rem;
    }

    to {
        bottom: 2rem;
    }
}

.brand-active {
    opacity: 1;
}


/* Estilos MouseOver Banner Home */

.gris-oscuro {
    background-color: #E3E3E3;
}

.link-banner-marca {
    color: #ffffff;
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.conoce-mas-marca {
    background-image: url(../images/common/gradient.png);
    display: block;
    width: 100%;
    background-size: contain;
    padding: 6rem 0 2rem 0;
}


.linea-banner-marca {
    height: 1px;
    background-color: #ffffff;
    display: block;
    width: 30%;
    margin: 0 auto 1rem auto;
}


/* Banners Inferiores */

.banners-inferiores {
    margin-top: 30px;
}

.banners-inferiores .col-md-4 {
    padding: 0;
}


/* Interiores general */

.contenido-titulo {
    margin-bottom: 4rem;
    padding: 15rem 0 0 0;
}

.paginador {
    margin-top: 15px;
}

.paginador .pagination .active {
    background-color: #006294;
    color: #ffffff !important;
}

.paginador .pagination .page-link {
    border: none;
    border-radius: 0;
    margin-right: 5px;
    padding: 10px 15px;
    color: #006294;
    border: 1px solid #006294;
    font-weight: 500;
}

/* Empresa */

.contenido-cabecera{ margin-bottom: 3rem;}
.contenido-empresa{font-size: 1.4rem}


/* Footer */

.footer-contenido {
    background-color: #EDEDED;
    /*margin-top: 100px;*/
}

.logo-footer {
    width: 14.28%;
}

.logo-footer img {
    height: 13px;
    width: auto;
    margin-bottom: .5rem;
}

.logo-footer p {
    font-size: 1rem;
}

.items-footer {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.items-footer a {
	color: #006294 !important;
}

.col-footer {
    width: 14.28%;
    padding: 0 1rem;
}

.col-footer h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #006294;
}

.col-footer ul {
    list-style: none;
    padding: 0;
    font-size: 10px;
}

.col-footer ul li {
    line-height: 1.6rem;
}

.col-footer ul li a {
    text-transform: uppercase;
    color: #4D4D4D;
}

.col-footer ul li a:hover {
    text-decoration: none;
}

.redes-footer li {
    display: inline-block;
}

.redes-footer p {
    color: #006294 !important;
    font-weight: 400;
    font-size: 10px;
}

.redes-footer li a {
    font-size: 2rem;
    color: #006294 !important;
}


.spinner-border1 { 
    width: 7rem;
    height: 7rem;
    border: .70em solid #006294;
    display: inline-block;
    vertical-align: text-bottom;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

/*paginations*/
.paginationjs {
    line-height: 1.6;
    font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
    font-size: 14px;
    box-sizing: initial
}

.paginationjs:after {
    display: table;
    content: " ";
    clear: both
}

.paginationjs .paginationjs-pages {
    float: left
}

.paginationjs .paginationjs-pages ul {
    float: left;
    margin: 0;
    padding: 0
}

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
    float: left;
    margin-left: 10px;
    font-size: 14px
}

.paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #aaa!important;
    border-right: none;
    list-style: none;
    /* padding: 5px; */
    margin: 1px;
}

.paginationjs .paginationjs-pages li > a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 3px;
}

.paginationjs .paginationjs-pages li > a:hover {
    background: #eee
}

.paginationjs .paginationjs-pages li.active {
    border: none
}

.paginationjs .paginationjs-pages li.active > a {
    /* height: 30px; */
    line-height: 30px;
    background: #aaa;
    color: #fff;
    border-radius: 0;
    /* margin-right: 5px; */
    /* padding: 10px 15px; */
    color: #006294;
    border: none!important;
    font-weight: 500;
    background-color: #006294;
    color: #ffffff!important;
}

.paginationjs .paginationjs-pages li.disabled > a {
    opacity: .3
}

.paginationjs .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child > a {
    border-radius: 3px 0 0 3px
}

.paginationjs .paginationjs-pages li:last-child {
    border-right: 1px solid #aaa;
    border-radius: 0;
}

.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-go-input > input[type=text] {
    width: 30px;
    height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    box-sizing: initial
}

.paginationjs .paginationjs-go-button > input[type=button] {
    min-width: 40px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0 8px;
    font-size: 14px;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    vertical-align: middle \9
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    border-color: #289de9
}

.paginationjs .paginationjs-go-button > input[type=button]:hover {
    background-color: #f8f8f8
}

.paginationjs .paginationjs-nav {
    height: 30px;
    line-height: 30px
}

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
    margin-left: 5px \9
}

.paginationjs.paginationjs-small {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li > a {
    min-width: 26px;
    height: 24px;
    line-height: 24px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
    height: 26px;
    line-height: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-input {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
    width: 26px;
    height: 24px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
    min-width: 30px;
    height: 26px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-nav {
    height: 26px;
    line-height: 26px;
    font-size: 12px
}

.paginationjs.paginationjs-big {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
    min-width: 36px;
    height: 34px;
    line-height: 34px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
    height: 36px;
    line-height: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-input {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
    width: 36px;
    height: 34px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
    min-width: 50px;
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-nav {
    height: 36px;
    line-height: 36px;
    font-size: 16px
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
    color: #289de9
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
    background: #e9f4fc
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
    background: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
    background: #289de9;
    border-color: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
    border-color: #449d44
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
    background-color: #3ca5ea
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
    color: #449d44
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
    background: #ebf4eb
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
    background: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
    background: #449d44;
    border-color: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
    border-color: #ec971f
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
    background-color: #55a555
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
    color: #ec971f
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
    background: #fdf5e9
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
    background: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
    background: #ec971f;
    border-color: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
    border-color: #c9302c
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
    background-color: #eea135
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
    color: #c9302c
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
    background: #faeaea
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
    background: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
    background: #c9302c;
    border-color: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
    background-color: #ce4541
}

.paginationjs .paginationjs-pages li.paginationjs-next {
    border-right: 1px solid #aaa \9
}

.paginationjs .paginationjs-go-input > input[type=text] {
    line-height: 28px \9;
    vertical-align: middle \9
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
    line-height: 36px \9
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
    height: 36px \9;
    line-height: 36px \9
}


.no_result_box {
    margin-top: 15px;
    padding: 200px 30px;
    border: 1px solid #d0d0d0;
    background: #e9e9e9;
    text-align: center;
    text-transform: uppercase;
}

.pointcolor1 {
    color: #bb162b !important;
    font-weight: inherit;
}

/* Chat */

.chat-boton{
    display: block;
    position: fixed;
    right: 9px;
    bottom: 0;
    z-index: 9999;
    width: 15%;
}

.chat-boton img{width: 100%;}

.chat-boton:hover{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.acf-map {
    width: 100%;
    height: calc(100vh - 95px);
    /*border: #ccc solid 1px!important;*/
    border: none!important;
}

.horario-local p{
	margin:0;
}

.horario-local p span{
	text-decoration:none;
	font-weight: 100;
}

.modelo-menu-item a{
    text-decoration: none;
}

.button-close {
    position: absolute;
    display: none;
    background: url(../images/close-button.png) right center no-repeat;
    height: 13px;
    width: 13px;
    top: 15px;
    right: 10px;
    z-index: 9;
    cursor: pointer;
    background-size: 100% 100%;
}

.ui-autocomplete-loading {
    background: #fff url(../images/inputGif.gif) right center no-repeat;
    background-position-x: 98%;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
}

.datos-contacto-repuestos{
    margin: 6rem auto 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 3rem;
    display: flex;
    justify-content: center;
}

.bloque-contacto-repuesto ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.bloque-contacto-repuesto h4{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
}
.bloque-contacto-repuesto{

    background-color: #066194;
    color: #ffffff;
}
.bloque-contacto-repuesto img{
    width: 15px;
    margin-right: 1rem;
}

.bloque-contacto-repuesto{
    width: 40%;
    padding: 3rem;
    margin-right: 3rem;
    border-radius: 2rem;
}

.bloque-contacto-repuesto li{margin-bottom: 1rem;}

.datos-contacto-repuestos div:last-child{margin-right: 0;}
.linea-blanca{height: 1px; width: 30%; background-color: #ffffff; margin:2rem 0}

.contenido-form-repuestos{margin-top: 3rem}
.texto-centrado{text-align: center;}

.botones-repuestos{margin-bottom: 3rem}

/* Libro de reclamaciones */

.libro-contenido iframe{
    display: block;
    border: none;
    height: 1000px;
    width: 100%;
}

.libro-enviado iframe{
    display: block;
    border: none;
    height: 650px;
    width: 100%;
}

.reclamaciones-footer img{
    padding: 0 3rem;
}

i.fa{
    margin-left: 2rem;
}

.contenido-carrusel-general{
    margin-bottom: 8rem
}

.label-input {
    font-size: 1.3rem;
    color: #006294;
    margin-bottom: 0.5rem;
    display: inline-block;
    text-align:left;
}


.modal {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 2rem;
    text-align: center;
    color: #1E1932;
}


