/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.no-padding {
    padding: 0 !important;
}

.inline-block {
    display: inline-block;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
}

a {
    transition: all 0.3s ease-in 0s;
}

iframe {
    border: 0;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus,
a:hover {
    color: #28ABE3;
}

.btn-main {
    background: #b9040e;
    border: 1px solid #b9040e;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-main:hover {
    color: #fff;
}

.btn-transparent {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 14px 35px;
    text-transform: uppercase;
    border-radius: 40px;
}

.btn-transparent:hover {
    color: #fff;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.section {
    padding: 100px 0;
}

.btn:focus {
    color: #ddd;
}

#home {
    position: relative;
}

.section-sm {
    padding: 70px 0;
}

.section-xs {
    padding: 40px 0;
}

#preloader {
    background: #fff;
    height: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999999;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.parallax-section {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.preloader {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
}

.preloader span {
    position: absolute;
    display: block;
    bottom: 0;
    width: 9px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-animation: preloader 2s infinite ease-in-out;
    animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.preloader span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.preloader span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

.preloader span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: 800ms;
    animation-delay: 800ms;
}

.preloader span:nth-child(6) {
    left: 55px;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.1);
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #28ABE3;
    }

    50%,
    100% {
        height: 5px;
        transform: translateY(0);
        background: rgba(0, 0, 0, 0.1);
    }
}

@keyframes preloader {
    0% {
        height: 5px;
        transform: translateY(0);
        background: #fff;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #b9040e;
    }

    50%,
    100% {
        height: 5px;
        transform: translateY(0);
        background: #fff;
    }
}

.title {
    padding-bottom: 50px;
    overflow: hidden;
}

.title h2 {
    font-weight: 600;
    font-size: 35px;
    color: #232323;
}

.title p {
    color: #848484;
    margin: 0 auto;
}

.title.title-white h2 {
    color: #fff;
}

.border {
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 80px;
    background: #28ABE3;
}

.bg-gray {
    background: #f9f9f9;
}

.header-bradcrumb {
    background: transparent;
}

.header-bradcrumb a,
.header-bradcrumb .active {
    color: #cfcfcf;
    font-weight: 200;
    font-family: "Montserrat", sans-serif;
}

.header-bradcrumb a:hover {
    color: #28ABE3;
}

.slick-slide {
    outline: none;
}

.logo {
    display: inline-block;
}

.single-page-header {
    background-attachment: fixed;
    background-size: contain;
    background-position: top center;
    padding: 170px 0;
    text-align: center;
    color: #fff;
    position: relative;
    margin-top: 80px;
}

.single-page-header:before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
    transition: 0.3s all;
}

.navigation .logo-default {
    display: none;
    max-width: 150px;
}

.navigation .logo-white {
    max-width: 250px;
}

.navigation .dropdown-toggle::before,
.navigation .dropdown-toggle::after {
    display: none;
}

.navigation .dropdown-toggle i {
    font-size: 10px;
    margin-left: 2px;
    vertical-align: 2px;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    padding: 20px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.2s ease-in-out 0s;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
    background: none;
    color: #b9040e;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #b9040e;
}

@media (max-width: 991px) {
    .navigation .nav-link {
        padding: 6px !important;
    }

    .navigation .navbar-collapse.show {
        overflow-y: auto;
        max-height: calc(100vh - 55px);
    }
}

.navigation .dropdown-submenu .dropdown-menu {
    margin: 0;
    background-color: #131313;
}

@media (min-width: 992px) {
    .navigation .dropdown-submenu .dropdown-menu {
        left: 100%;
        top: -5px;
    }

    .navigation .dropleft .dropdown-menu {
        left: auto;
        right: 100%;
        margin: 0;
        top: -5px;
    }

    .navigation .dropdown-submenu .dropdown-menu {
        background-color: #000;
    }
}

.navigation .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.navigation .dropdown-menu {
    border: 0;
    border-radius: 0;
    top: 80%;
    left: 5px;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    background: #000;
    transition: 0.3s ease;
}

.navigation .dropdown-menu li:first-child {
    margin-top: 12px;
}

.navigation .dropdown-menu li:last-child {
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .navigation .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        text-align: center;
        transition: 0s;
    }
}

@media (max-width: 991px) {
    .navigation .dropdown-menu.show {
        display: block;
    }

    .navigation .dropdown-menu {
        float: left;
        width: 100%;
    }
}

.navigation .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.2s ease;
    padding: 8px 22px;
}

.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
    color: #fff;
    background: transparent;
}

@media (max-width: 991px) {
    .navigation {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
        background: #fff;
    }

    .navigation .navbar-light .navbar-nav .nav-item .nav-link {
        color: #000;
    }

    .navigation .logo-white {
        display: none;
    }

    .navigation .logo-default {
        display: block;
    }

    .navigation .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5);
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.sticky-header {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #c1c1c1;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
}

.sticky-header .logo-white {
    display: none;
}

.sticky-header .logo-default {
    display: block;
}

.navbar-brand {
    height: auto;
    padding: 8px 0;
}

.navbar-brand h1 {
    margin: 0;
}

.hero-area {
    background-image: url("../images/slider/slider-bg-1.jpg");
    background-size: cover;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-area .block {
    color: #fff;
}

.hero-area .block h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-area .block p {
    color: #fff;
    width: 50%;
    margin-bottom: 20px;
}

.hero-area .block .btn-main {
    margin-right: 8px;
}

.hero-area .block .btn-main:hover {
    opacity: 0.8;
}

.hero-area-video {
    height: 100vh;
    position: inherit !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-area-video .block {
    color: #fff;
    text-align: center;
}

.hero-area-video .block h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-area-video .block p {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
    margin-top: 20px;
}


.slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.slider-item::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
}

.slider-item .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider-item h1 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .slider-item h1 {
        font-size: 48px;
        line-height: 52px;
    }
}

@media (max-width: 480px) {
    .slider-item h1 {
        font-size: 38px;
        line-height: 46px;
    }
}

.slider-item p {
    color: #fff;
    margin-bottom: 20px;
}

.hero-slider {
    overflow-x: hidden;
}

.hero-slider .prevArrow {
    left: -100px;
}

.hero-slider .nextArrow {
    right: -100px;
}

@media (max-width: 768px) {

    .hero-slider .prevArrow,
    .hero-slider .nextArrow {
        display: none !important;
    }
}

.hero-slider:hover .prevArrow {
    left: 20px;
}

.hero-slider:hover .nextArrow {
    right: 20px;
}

/* slick style */
.slick-slide {
    outline: 0;
}

.slick-slide img {
    display: unset;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

.slick-dots button {
    content: "";
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 2px;
    border: none;
}

.slick-dots .slick-active button {
    box-shadow: 0px 0px 2px 2px #117abf;
}

.slick-dots .slick-active button:focus {
    outline: none !important;
}


.experiencias-slider-thumb .slick-dots button,
.experiencias-slider-thumb .slick-dots .slick-active {
    width: 150px;
    height: 100px;
    border: none;
    background: none;
    overflow: hidden;
    box-shadow: none;
}

.experiencias-slider-thumb .slick-dots button img {
    border-radius: 20px;
}

.team {
    padding: 50px 0;
    padding-bottom: 70px;
    background: #fff;
    position: relative;
}

.team .team-member {
    background: #fff;
    margin-bottom: 30px;
}

.team .team-member .member-content {
    padding: 25px 0;
}

.team .team-member .member-content h3 {
    font-size: 20px;
    margin: 0 0 5px;
    color: #333;
}

.team .team-member .member-content span {
    font-size: 14px;
    color: #555;
}

.team .team-member .member-content p {
    color: #777;
    margin-top: 10px;
    padding: 0 15px;
}

.team .member-photo {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.team .member-photo:hover img {
    transform: scale(1.5);
}

.team .member-photo img {
    transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
    background: rgba(185, 4, 14, 1);
    background: linear-gradient(0deg, rgba(185, 4, 14, 1) 0%, rgba(185, 4, 14, 0.7) 17%, rgba(185, 4, 14, 0.3) 76%);
    position: absolute;
    width: 100%;
    bottom: 0;
    top: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    right: 0;
    cursor: pointer;
    padding: 0;
    height: 100%;
    transform: translateY(100%);
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team .member-photo .mask a {
    color: #fff;
    display: block;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 100%;
}

.team .member-photo .mask a::hover {
    background-color: #6cb670;
    border: 1px solid transparent;
}

.team .member-photo:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial,
#refacciones,
#historia,
#credito {
    padding-top: 0;
    background: #0564a4;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    min-height: 700px;
}

#refacciones {
    min-height: 600px;
}

#historia {
    margin-top: 50px;
}

#historia .introduccion {
    padding: 100px 50px;
}

.testimonial .item .item-container {
    background-color: #fff;
    border-radius: 10px;
}

.testimonial .item i {
    font-size: 60px;
    color: #fff;
    margin-bottom: 50px;
    display: inline-block;
}

.testimonial .item .client-details {
    padding-bottom: 30px;
}

.testimonial .item .client-details p {
    font-size: 17px;
    color: #fff;
    font-weight: 200;
    padding: 0 10%;
}

.testimonial .item .client-thumb img {
    display: inline-block;
    border-radius: 100%;
    /* width: 70px; */
    height: auto;
    margin-bottom: 20px;
}

.testimonial .name-client {
    color: #0564a4;
}

.testimonial-slider {
    position: absolute;
    top: 50%;
    width: 57%;
    padding: 50px;
    z-index: 1000;
    display: block;
}

.testimonial-slider .slick-prev {
    display: none !important;
}

.testimonial-slider .slick-next {
    right: -20px;
    position: absolute;
    background-color: #198dbfb0;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 25px;
    top: 40%;
}

.testimonial #testimonial-introduccion {
    padding: 150px 50px;
}

/* Refacciones */

#refacciones #refacciones-introduccion {
    padding: 100px;
    font-weight: 600;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
    background-color: #0564a4;
    border-top: 1px solid #404040;
    padding: 25px;
}

.top-footer h3 {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.top-footer h4 {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.top-footer p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    padding-right: 20px;
}

.top-footer li a {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    display: block;
}

.top-footer li a:hover {
    color: #28ABE3;
}

.top-footer .row-img{
    display:flex;
    align-items: center;
}

.top-footer img {
    width:180px
}

.top-footer .h5 {
    font-size: 1rem;
}

.footer-bottom {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #2c2c2c;
    padding: 15px 0;
}

.footer-bottom h5 {
    font-size: .8rem;
    line-height: 1;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.footer-bottom h6 {
    font-size: 11px;
    line-height: 15px;
    color: #888888;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.footer-bottom a {
    color: #28ABE3;
}

.page-404 {
    display: flex;
    align-items: center;
    height: 100vh;
}

.page-404 h1 {
    font-size: 200px;
}

.btn-ficha {
    background-color: #0564a4;
}

span.name-client {
    font-size: 20px;
    display: block;
}

.videos {
    width: 100%;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
}

.experiencias-slider {
    width: 100%;
}

.background {
    background-size: cover;
    background-position: top center;
}

#form_contacto {
    background-color: #bababa;
    border-radius: 15px;
    padding: 35px;
}

#form_contacto .btn-blue {
    background-color: #0564a4;
    color: #fff;
}


.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000094;
    top: 0;
    left: 0;
}

.overlay-gradiante {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.8) 50%);
    top: 0;
    left: 0;
}

#redes a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 20px;
    padding: 15px;
}

#redes .items-redes {
    position: absolute;
    left: 0;
    top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.vehiculos-slider .slick-next,
.vehiculos-slider .slick-prev,
.galeria-slider .slick-next,
.galeria-slider .slick-prev {
    position: absolute;
    border: none;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 25px;
    top: 33%;
    background-color: transparent;
}

.vehiculos-slider .slick-prev,
.galeria-slider .slick-prev {
    left: -50px;
}

.vehiculos-slider .slick-next,
.galeria-slider .slick-next {
    right: -50px;
}

.subtitulo {
    color: #0564a4;
}

#mision {
    background-image: url("../images/bg_mision_vision.jpg?v=2");
    background-size: cover;
}

#mision .item {
    box-shadow: 5px 5px 10px 0px;
    border-top: 20px solid #0564a4;
    padding: 30px;
    background-color: #fff;
}

#mision .item-icono {
    position: absolute;
    top: -45px;
    left: 43%;
    border-radius: 65px;
    width: 65px;
    height: 65px;
    background: #b9040e;
    padding: 8px;
    box-shadow: 2px 0px 5px 0px;
}

.section-galeria {
    background-color: #0564a4;
    padding: 20px;
}

.valores-slider {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.valores-slider .item {
    width: 20%;
    border-right: 3px solid #afafaf;
}

.valores-slider .item img {
    padding: 20px;
}

.valores-slider .item:last-child {
    border: none;
}

.galeria .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.galeria .section-caption {
    position: absolute;
    z-index: 0;
    background-color: #a0a0a0;
    width: 100%;
    height: 100%;
}

.galeria .section-caption .caption {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.galeria {
    padding: 50px 0;
}

.sucursales,
.distribuidores {
    max-height: 540px;
    overflow: auto;
    z-index: 1001;
    top: 80px;
    left: 45px;
    background-color: #cccdce;
    padding: 0;
}
.item-estados{
    padding: 15px;
    background-color: #0564a4;
    color: #fff;
}
#contador_distribuidores{
    font-size: 1.2rem;
    padding-top: 20px;
    font-weight: 700; 
}
.item-sucursal,
.item-distribuidor {
    border: 1px solid #dbdddf;
    background-color: #ffffff;
}
#estados{
    background-color: #008dd3;
    color: #fff;
    border: none;
}

.item-sucursal.active,
.item-sucursal:hover,
.item-distribuidor.active,
.item-distribuidor:hover {
    background: #ebf0f5;
    cursor: pointer;
}

.item-sucursal .sub-item,
.item-distribuidor .sub-item {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    word-break: break-word;
}

.item-sucursal .sub-item:first-child,
.item-distribuidor .sub-item:first-child {
    padding-top: 15px;
}

.item-sucursal .sub-item:last-child,
.item-distribuidor .sub-item:last-child {
    padding-bottom: 15px;
}
.sub-item .h5{
    color: #008dd3;
}
.sub-item .h5 span{
    color: #000;
    display: block;
}

.item-sucursal .sub-item i,
.item-distribuidor .sub-item i {
    font-size: 20px;
    width: 30px;
    height: 30px;
}

.refacciones .row {
    margin-top: -200px;
    background-color: #e8e8e8;
}

.requisitos-opciones {
    background-color: #757575;
    display: flex;
    width: 90%;
}

.requisitos-opciones .item-requisitos {
    position: relative;
    padding: 15px;
    width: 33.33%;
    text-align: center;
    color: white;
    cursor: pointer;
}

.requisitos-opciones .item-requisitos.active {
    background-color: #b9040e;
    color: #fff;
}

li.item-requisitos:after {
    height: 105%;
    width: 10px;
    background-color: #fff;
    content: "";
    position: absolute;
    top: -2px;
    right: -5px;
    transform: rotate(10deg);
    z-index: 1;
}

li.item-requisitos:last-child::after {
    content: none;
}

.requisitos {
    display: none;
}

.requisitos.active {
    border: 20px solid #bababa;
    position: relative;
    z-index: 1;
    display: block;
}

.requisitos.active {
    padding: 15px 0px;
    padding-left: 40px;
}

.requisitos.active ul {
    list-style: disc;
}

#redes {
    min-height: 450px;
}

.footer-info {
    flex-wrap: wrap;
}

.footer-info div:first-child {
    background-color: #b9040e;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 5px;
}

.footer-info div:last-child {
    display: flex;
    width: 85%;
    flex-wrap: wrap;
}

.icono_garantia {
    position: absolute;
    top: 55%;
    left: 33%;
    width: 200px;
}

section .titulo {
    font-size: 3rem;
}

#credito .container-fluid {
    padding: 100px;
}

#valores {
    padding: 50px 0px;
}

.activaciones_card {
    border-radius: 0.8rem;
    padding: 40px 25px
}

#seccion_promocional {
    padding: 50px 0;
}

.video_promocional {
    width: 100%;
    height: 400px;
}

.pointer {
    width: 30px;
    height: 30px;
    position: absolute;
    background: #4184d7;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    line-height: 2;
    text-align: center;
}

.pointer:hover {
    outline-style: dashed;
    outline-color: #4184d7;
    outline-offset: 3px;
    outline-width: 2px;
    box-shadow: 0px 0px 20px 5px #4184d7;
}

.popover {
    line-height: 1;
    padding: 15px;
    background-color: #4184d77a;
    border-radius: 15px 0;
}

.popover,
.popover-header,
.popover-body {
    border: none;
    color: white;
    font-size: 1.5rem;
    text-shadow: 0 0 5px black;
    text-align: center;
}

.popover-header,
.popover-body {
    padding: 0;
    background-color: transparent;
}

.popover-body {
    font-size: 1rem;
}

.popover .arrow {
    opacity: 0;
}

#caracteristicas #container_imagen {
    width: fit-content;
}

.bg_section{
    position: absolute;
}

.encabezado_titulo {
    font-weight: 700;
    text-transform: uppercase;
}

.encabezado_subtitulo {
    font-weight: 500;
}

.font-weight-extra-bold {
    font-weight: 800;
}
.ficha{
    margin-left: -85px;
}
#terminos{
    font-size: .65em;
}
.valor{
    font-size: 1.3rem;
}
.valor i{
    font-size: 1rem;
    margin-right: 0;
}
.valordescripcion{
    font-size: xx-small;
    text-align: center;
}

.btn-white{
    background-color: white;
}
.btn-white:hover{
    background-color: #0564a4;
    color: white;
    border:1px solid white;
}
.btn-neon:hover{
    background-color: transparent !important;
    box-shadow: 0 0 10px 0 #b9040e inset, 0 0 10px 4px #b9040e
} 

.consumo{
    font-size: 0.5rem;
}

.color-red-500{
    color: #b9040e;
}
.consumo{
    font-size: 0.5rem;
}

.color-red-500{
    color: #b9040e;
}

.single-page-subheader{
    background-color: #117abf;
}