body {
    /*background-image: url('../media/img/PageBackground.jpg');
    height: 100%;*/
    background-color: #f8f9fa;
}

html {
    height: 100%;
}

#error {
    margin: 0 auto;
    display: block;
}

.nav-link:hover,
.nav-link:focus {
    color: #db2d2e;
}

.navbar-top {
    background-color: #323232;
    border-bottom: 3px solid #d41636;
}

.navbar-portal {
    padding: 1px 1px;
}

.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navber-menu {
    padding-top: 0 rem;
    padding-bottom: 0 rem;
}

.color-white {
    color: white;
}

.color-black {
    color: black;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #cef;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}
.spiner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    background-color: #15395a8c;
    backdrop-filter: blur(1px);
    z-index: 1051;
}
.no-scroll{
    overflow: hidden;
}


/* 
█████████████████████████████████ 
       selection 
█████████████████████████████████
*/

::selection {
    background: #db2d2e;
    color: #fff;
}


/* Firefox */

::-moz-selection {
    background: #db2d2e;
    color: #fff;
}

.btn-light:hover {
    color: #14336e;
    background-color: #f9fafb;
    border-color: #14336e !important;
}

.btn-gris {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.btn-menus {
    font-size: .6rem;
    display: inline-flex;
    width: auto;
    border: 1px solid #dee2e6 !important;
}

.btn-menus img {
    width: 30px;
    height: 30px;
}

@media (min-width: 576px) {
    .btn-menus {
        font-size: 1rem;
        display: inline-flex;
        width: auto;
        border: 1px solid #dee2e6 !important;
    }
    .btn-menus img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 768px) {
    .btn-menus {
        font-size: 1rem;
        display: inline-flex;
        width: auto;
        border: 1px solid #dee2e6 !important;
    }
    .btn-menus img {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 992px) {
    .btn-menus {
        font-size: .75rem;
        display: inline-flex;
        width: auto;
        border: 1px solid #dee2e6 !important;
    }
    .btn-menus img {
        width: 40px;
        height: 40px;
    }
}

.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
}

.nav-link {
    color: black;
}

.cool-link {
    display: inline-block;
    color: #d41636;
    text-decoration: none;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #d41636;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}


/* 
█████████████████████████████████ 
       Back to top
█████████████████████████████████
*/

.car-top {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: -35px;
    z-index: 90;
    opacity: 1;
    cursor: pointer;
}

.car-top img {
    width: 60%;
}

.car-top.show {
    bottom: 5% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top.car-down {
    -webkit-transition: 1.0s;
    -ms-transition: 1.0s;
    -o-transition: 1.0s;
    -moz-transition: 1.0s;
    transition: 1.0s;
}

.car-top:before,
.car-top:after {
    content: "";
    position: absolute;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    -ms-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
}

.car-top:hover:before,
.car-top:hover:after,
.car-top.car-run:before,
.car-top.car-run:after {
    opacity: 1;
}

.car-top:before,
.car-top.car-run:before {
    top: -1px;
    left: 0px;
    width: 85px;
    height: 89px;
}

.no-link {
    text-decoration: none;
}

.sticky-top-2 {
    background-color: white;
    transition: all .5s ease-in-out;
}

.sticky-top-3 {
    background-color: rgb(255, 255, 255);
    transition: all .5s ease-in-out;
    box-shadow: -1px 10px 10px -10px #2f2b2b;
}

.sticky-top-movil {
    background-color: rgb(255, 255, 255);
    transition: all .5s ease-in-out;
    box-shadow: -1px 10px 10px -10px #2f2b2b;
}


/*************************
       Btn circular
*************************/

.contenedor {
    width: 90px;
    height: 240px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.botonF1 {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #F44336;
    right: 0;
    bottom: 0;
    position: absolute;
    margin-right: 16px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 36px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
}

span {
    transition: .5s;
}

.botonF1:hover span {
    transform: rotate(360deg);
}

.botonF1:active {
    transform: scale(1.1);
}

.btn-float {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    font-size: 28px;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 26px;
    transform: scale(0);
}

.botonF2 {
    background: #2196F3;
    margin-bottom: 85px;
    transition: 0.5s;
}

.botonF3 {
    background: #673AB7;
    margin-bottom: 130px;
    transition: 0.7s;
}

.botonF4 {
    background: #009688;
    margin-bottom: 175px;
    transition: 0.9s;
}

.botonF5 {
    background: #FF5722;
    margin-bottom: 220px;
    transition: 0.99s;
}

.animacionVer {
    transform: scale(1);
}

.white-bg {
    background: #ffffff;
}

.grey-bg {
    background: #f3f3f3 !important;
}


/* 
█████████████████████████████████ 
       Quick links
█████████████████████████████████
*/

.quick-links {
    min-height: 203px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%) !important;
}

.quick-links .link a {
    padding: 30px 15px;
    margin-right: -1px;
    display: block;
    border-top: 0px;
}

.quick-links .link a i {
    margin-bottom: 10px;
    font-size: 30px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #323232;
    border: 1px solid #f6f6f6;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.quick-links .link a h6 {
    margin-bottom: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
}

.quick-links .link a:hover {
    background: #db2d2e;
    box-shadow: 0 0 30px 0 rgb(20 27 202 / 25%) !important;
}

.quick-links .link a:hover i {
    color: #ffffff;
}

.quick-links .link a:hover h6 {
    padding-top: 30px;
    color: #ffffff;
}

.quick-links .link a:hover .nuevas_refacciones {
    background-image: url('../media/img/iconos/IconoRefacciones-Blanco.png');
}

.quick-links .link a .nuevas_refacciones {
    background-image: url('../media/img/iconos/IconoRefacciones.png');
}

.quick-links .link a:hover .ofertas_especiales {
    background-image: url('../media/img/iconos/IconoOfertas-Blanco.png');
}

.quick-links .link a .ofertas_especiales {
    background-image: url('../media/img/iconos/IconoOfertas.png');
}

.quick-links .link a:hover .financiamiento {
    background-image: url('../media/img/iconos/IconoFinanciamiento-blanco.png');
}

.quick-links .link a .financiamiento {
    background-image: url('../media/img/iconos/IconoFinanciamiento.png');
}

.quick-links .link a:hover .stock {
    background-image: url('../media/img/iconos/IconoStock-blanco.png');
}

.quick-links .link a .stock {
    background-image: url('../media/img/iconos/IconoStock.png');
}

.quick-links .link a:hover .cedis {
    background-image: url('../media/img/iconos/iconoCedis-blanco.png');
}

.quick-links .link a .cedis {
    background-image: url('../media/img/iconos/iconoCedis.png');
}

.quick-links .link a:hover .entregas {
    background-image: url('../media/img/iconos/ServicioDomicilio_blanco.png');
}

.quick-links .link a .entregas {
    background-image: url('../media/img/iconos/ServicioDomicilio_negro.png');
}


/* █████████████████████████████████ */


/* Loader */


/* █████████████████████████████████ */

.loader-in {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    clip-path: circle(150.0% at 49% 0);
    transition: clip-path 0.6s ease-in-out;
}

.loader-out {
    clip-path: circle(0% at 49% 0);
}

.section-title .separator {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.section-nosotros {
    padding: 50px 0px;
}

.menus {
    color: #fff !important;
    background-color: #002262;
}

.menus h2 {
    margin-top: .1rem;
    margin-bottom: .1rem;
}

.separator-top {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.separator-top:after {
    width: 50px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #db2d2e;
    bottom: 0px;
    left: 50%;
}

.separator-top:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 100px;
    bottom: -15px;
    background: #db2d2e;
    margin-bottom: 6px;
}

.separator-bottom {
    position: relative;
    margin-top: 10px;
    display: inline-block;
}

.separator-bottom:after {
    width: 100px;
    display: block;
    margin: auto;
    content: "";
    height: 1px;
    background: #db2d2e;
    bottom: 0px;
    left: 50%;
}

.separator-bottom:before {
    content: '';
    display: block;
    margin: auto;
    left: 50%;
    height: 1px;
    width: 50px;
    bottom: -15px;
    background: #db2d2e;
    margin-bottom: 6px;
}

.separator-start:before {
    position: absolute;
    bottom: 0;
    float: left;
    content: '';
    display: block;
    margin: auto;
    width: 1px;
    height: 30px;
    background: #ffffff;
    margin-right: 10px;
}

.separator-start:after {
    position: absolute;
    bottom: 0;
    float: left;
    height: 50px;
    display: block;
    margin: auto;
    content: "";
    width: 1px;
    background: #ffffff;
    left: 5px;
}

.text-small {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

.smaller {
    font-size: 0.95rem;
    margin-right: 0;
}


/* █████████████████████████████████ */


/* Loader */


/* █████████████████████████████████ */

.card {
    background: none;
}

.card .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card .image img {
    width: 40%;
    transition: .5s;
}

.card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all .5s;
    /*
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);*/
    opacity: 0%;
}

.card:hover .details {
    /*transform: perspective(2000px) rotateY(0deg);*/
    opacity: 100%;
    transition: all .5s;
}

.card .details .center {
    padding: 20px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 240px;
}

.card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.card .details .center h1 span {
    font-size: 14px;
    color: #262626;
}

.card .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #262626;
}

.card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}

.card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}

.card .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}

.card .details .center ul li a:hover {
    background: #ff3636;
}


/* █████████████████████████████████ */


/* Mapa google */


/* █████████████████████████████████ */

.map-responsive {
    overflow: hidden;
    position: relative;
    height: auto;
}


/* █████████████████████████████████ */


/* Acording */


/* █████████████████████████████████ */


.accordion-button:not(.collapsed) {
    color: var(--bs-gray-dark);
    background-color: var(--bs-white);
    border: 1px #db2d2e;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #db2d2e;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 30%);
}

.accordion-button::after {
    background-image: none !important;
}

.accordion-button::before {
    background-image: none !important;
}

.accordion-item {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #e3e3e3;
    color: white;
}



/* █████████████████████████████████ */


/* Card box */


/* █████████████████████████████████ */

.cards-deck {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cards {
    /* margin: 40px;*/
    position: relative;
    max-width: 200px;
    max-height: 350px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%) !important;
    margin-bottom: 10px;
    border: none;
}

.cards img {
    width: 200px;
    height: 275px;
    object-fit: cover;
    display: block;
    position: relative;
}

.cards-desc {
    overflow: hidden;
    display: block;
    position: absolute;
    height: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    padding: 18px 8%;
    background-color: rgba(0, 0, 0, .75);
    color: white;
    transition: height 0.8s ease, opacity 0.8s ease;
}

.cards:hover .cards-desc {
    opacity: 1;
    height: 100%;
    width: 100%;
}

.cards-div {
    position: absolute;
    bottom: 50%;
    transform: translate(-50%, 50%);
    left: 50%;
    width: 80%;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: rgb(253, 13, 13);
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 30%);
    outline: 0 none;
}


/* Card Based Layout - Base styles */

p.site-title {
    color: #000000;
}

article.col-md-4 col-lg-3 {
    background: #f5f5f5;
    margin-top: 1em;
    margin-bottom: 2em;
    box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

div.card-content {
    background: #f5f5f5;
    padding: 0.5em;
    box-shadow: 3px 3px 8px hsl(0, 0%, 70%);
}

div.card-content h3 {
    margin-bottom: 0.5em;
    font-weight: normal;
}

div.card-content p {
    font-size: 95%;
}

img.spectrum1 {
    width: 100%;
    height: auto;
}

div a,
a:hover {
    text-decoration: none;
}

div a:hover {
    opacity: 0.8;
}


/* ------------------------- */

.box-crl {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 10rem !important;
}

.item-center {
    padding-top: 100%;
    transform: translateY(-50%);
}

.shadow-1 {
    color: #0d6efd;
    border: 1px #0d6efd;
    box-shadow: 0 0rem 2rem rgb(13 110 253 / 75%) !important;
}

.shadow-2 {
    color: #fd7e14;
    border: 1px #fd7e14;
    box-shadow: 0 0rem 2rem rgb(253 126 20 / 75%) !important;
}

.shadow-3 {
    color: #6f42c1;
    border: 1px #6f42c1;
    box-shadow: 0 0rem 2rem rgb(111 66 193 / 75%) !important;
}

.shadow-4 {
    color: #d63384;
    border: 1px #d63384;
    box-shadow: 0 0rem 2rem rgb(214 51 132 / 75%) !important;
}

.shadow-5 {
    color: #dc3545;
    border: 1px #dc3545;
    box-shadow: 0 0rem 2rem rgb(220 53 69 / 75%) !important;
}

.shadow-6 {
    color: #20c997;
    border: 1px #20c997;
    box-shadow: 0 0rem 2rem rgb(32 201 151 / 75%) !important;
}

.shadow-7 {
    color: #ffc107;
    border: 1px #ffc107;
    box-shadow: 0 0rem 2rem rgb(255 193 7 / 75%) !important;
}

.shadow-lg {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%) !important;
}

.rounded {
    border-radius: 0.5rem !important;
}


/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 10px;
}

::-webkit-scrollbar-button:increment,
::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar:horizontal {
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #d41636;
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}


/*-------------------------------*/

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 15));
    }
}

.slider {
    background: white;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%) !important;
    border: 1px solid #dee2e6 !important;
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 30);
}

.slider .slide {
    height: 100px;
    width: 250px;
}


/*----------------------------------------------------*/

.box {
    position: relative;
    width: 100%;
}

.sub-box {
    background: white;
    border-radius: 100px;
    width: 74px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%) !important;
    border: 1px solid #dee2e6 !important;
    margin: 0px auto;
}

.sub-box img {
    width: 75px;
    height: 75px;
}

.our-services {
    border: 1px solid #dee2e6 !important;
    margin-top: 75px;
    padding-bottom: 30px;
    padding: 5px 10px;
    min-height: 200px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%) !important;
}

.our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
}

.our-services:hover h6,
.our-services:hover p {
    color: #fff;
}

.settings:hover {
    /* box-shadow: 0 0 25px 0 rgba(20, 27, 201, .5);*/
    cursor: pointer;
    /*background-image: linear-gradient(-45deg, #34b5bf 0%, #0d2d69 100%);*/
    background: rgba(0, 0, 0, 0.6);
}


/*-----------------------------------------*/

.form-control {
    color: #7b7b7b;
    background-color: #e5e5e5;
}

.form-reset {
    color: #212529 !important;
    background-color: #fff !important;
}

.fieldset-bg {
    background-color: rgba(0, 0, 0, 0.25);
}

.form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-portal {
    width: 85px;
    line-height: 1rem;
    font-size: 2.5rem;
}

.img-arbol-menu {
    width: 50px;
    padding-top: 5px;
}

@media (min-width: 576px) {
    .img-arbol-menu {
        width: 100px;
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .img-arbol-menu {
        width: 100px;
        padding-top: 5px;
    }
}

@media (min-width: 992px) {
    .img-arbol-menu {
        width: 100px;
        padding-top: 5px;
    }
}

.img-arbol-btn {
    width: 50px;
    padding-top: 5px;
}

@media (min-width: 576px) {
    .img-arbol-btn {
        width: 100px;
        padding-top: 5px;
    }
}

@media (min-width: 768px) {
    .img-arbol-btn {
        width: 150px;
        padding-top: 5px;
    }
}

@media (min-width: 992px) {
    .img-arbol-btn {
        width: 200px;
        padding-top: 5px;
    }
}

.radiant-bg {
    height: 518px;
    background: rgb(245, 245, 245);
    background: linear-gradient(105deg, rgba(245, 245, 245, 1) 0%, rgba(245, 245, 245, 1) 48.5%, rgba(255, 0, 0, 1) 49%, rgba(245, 245, 245, 1) 49.5%, rgba(255, 0, 0, 1) 50%, rgba(255, 0, 0, 1) 100%);
}

.card-center {
    display: inline-block !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #dc3545;
    border: 1px #dc3545;
}


/*------------------------------------------*/

.over {
    overflow: hidden;
}

.text_small {
    line-height: 1.1;
    font-size: 0.8em;
}

.text-justify {
    text-align: justify;
}

.card_marcas {
    background: rgb(0 0 0 / 70%);
    box-shadow: 0 40px 60px -6px black;
    position: absolute;
    top: -280px;
    color: white;
    width: 100%;
}

.card_catalogos {
    background-color: rgba(0, 0, 0, .75);
    box-shadow: 0 40px 60px -6px black;
    position: absolute;
    top: -280px;
    color: white;
    width: 100%;
}

.card_body {
    flex: 1 1 auto;
    padding: .5rem 1rem;
    align-items: center;
    display: grid;
    justify-content: center;
}

.card_title {
    margin-bottom: 0.1rem;
}

.card_center {
    width: 90%;
    left: 5%;
    right: 5%;
    position: absolute;
}

.card:hover .card_marcas {
    top: 0px;
    -webkit-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
}

.card:hover .card_catalogos {
    top: 0px;
    -webkit-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
}

.card:hover .imagen {
    filter: grayscale(80%);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 0.5s 0s ease-out;
    -moz-transition: all 0.5s 0s ease-out;
    -o-transition: all 0.5s 0s ease-out;
    transition: all 0.5s 0s ease-out;
}

.img-footer {
    width: fit-content;
}

.no-shadow:focus {
    box-shadow: none;
}

.btn-0 {
    margin: 0;
    padding: 0;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
}

.vh-15 {
    min-height: 15vh !important;
}

.pl-5 {
    padding-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
}


/* ============= Carusel Directorio ============ */

#flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 400px;
    height: 90vh;
    max-width: 1000px;
    margin: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

#left-zone {
    height: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

#left-zone .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item input {
    display: none;
}

label {
    display: block;
    opacity: 0.5;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: relative;
}

label:hover {
    opacity: 0.75;
    cursor: pointer;
}
.ubicacionMap{
    width: 600px;
    max-width: 100%;
    height: 400px;
}

.ubicacionMap iframe {
    max-width: 100%;
    height: auto;
   }
.content-test {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    height: 90%;
    width: 100%;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
}

.content-test p {
    max-width: 75%;
    text-align: center;
}

#right-zone {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 50%;
}

input:checked~.content-test {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    opacity: 1;
}

.picto img {
    width: 100px;
    height: auto;
}

@media (min-width: 480px) {
    #flex-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: auto;
        height: 750px;
        /* position: absolute; */
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #left-zone .list {
        border-right: 2px solid #cccccc;
    }
    .content-test {
        width: 75%;
        pointer-events: auto;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    #left-zone {
        width: 25%;
    }
    #right-zone {
        height: 100%;
        width: 75%;
    }
    .formularioLeads{
        width: 80%;
        position: relative;
        left: 3%;
    }
}


/* If the screen size is 480px or less */

@media (max-width: 480px) {
    .formularioLeads{
        width: 100%;
        position: relative;
        left: 0%;
    }
    .content_testimonial .picto {
        padding-top: 100px;
    }
    .item>label {
        font-size: 1.3rem;
    }
}

.content_testimonial h1 {
    color: #d64541;
    text-align: left;
}

.content-test h1:first-letter {
    text-transform: uppercase;
}

input:checked~label {
    opacity: 1;
    -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

input:checked~label.label_testimonial {
    color: #d64541;
    border-right: solid 4px #d64541;
}

label:first-letter {
    text-transform: uppercase;
}

.label_testimonial:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#d64541a3));
    background-image: -webkit-linear-gradient(left, #ffffff, #d64541a3);
    background-image: -o-linear-gradient(left, #ffffff, #d64541a3);
    background-image: linear-gradient(to right, #ffffff, #d64541a3);
    font-size: 1.2rem;
    -webkit-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

p.testimonialFrom {
    margin-top: 5px;
}


/* ============== End Testimonial Flexbox ============= */


/* ============== Timeline ============= */

.timeline {
    list-style: none;
    margin: 25px 0 22px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.timeline:after {
    border: 6px solid;
    border-top-width: 13px;
    border-color: #d41636 transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    left: 15px;
}

.timeline-horizontal:after {
    border-top-width: 6px;
    border-left-width: 13px;
    border-color: transparent transparent transparent #d41636;
    top: 15px;
    right: 0;
    bottom: auto;
    left: auto;
}

.timeline-horizontal .timeline-milestone {
    border-top: 2px solid #d41636;
    display: inline;
    float: left;
    margin: 20px 0 0 0;
    padding: 40px 0 0 0;
}

.timeline-horizontal .timeline-milestone:before {
    top: -17px;
    left: auto;
}

.timeline-milestone {
    border-left: 2px solid #d41636;
    margin: 0 0 0 20px;
    padding: 0 0 5px 25px;
    position: relative;
    box-sizing: border-box;
}

.timeline-milestone:before {
    border: 7px solid #d41636;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}

.timeline-milestone.is-current:before {
    background-color: #eee;
}

.timeline-milestone.is-future:before {
    background-color: #d41636;
    border: 0;
}

.timeline-milestone.is-future .timeline-action .title {
    color: #d41636;
}

.timeline-action {
    background-color: #fff;
    padding: 12px 10px 12px 20px;
    position: relative;
    top: -15px;
    margin-bottom: 10px;
}

.timeline-action.is-expandable .title {
    cursor: pointer;
    position: relative;
}

.timeline-action.is-expandable .title:focus {
    outline: 0;
    text-decoration: underline;
}

.timeline-action.is-expandable .title:after {
    border: 6px solid #666;
    border-color: transparent transparent transparent #666;
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
}

.timeline-action.is-expandable .content {
    display: none;
}

.timeline-action.is-expandable.is-expanded .title:after {
    border-color: #666 transparent transparent transparent;
    top: 10px;
    right: 5px;
}

.timeline-action.is-expandable.is-expanded .content {
    display: block;
}

.timeline-action .title,
.timeline-action .content {
    word-wrap: break-word;
}

.timeline-action .title {
    color: #d41636;
    font-size: 18px;
    margin: 0;
}

.timeline-action .date {
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.timeline-action .content {
    font-size: 14px;
}

.file-list {
    line-height: 1.4;
    list-style: none;
    padding-left: 10px;
}


/* ============== End Timeline ============= */


/* =============== Banners ================= */

@media screen and (max-width: 600px) {
    .ocultar-banner-movil {
        visibility: visible;
        height: auto;
    }
    .ocultar-banner {
        visibility: hidden;
        height: 0;
    }
}

@media screen and (min-width: 601px) {
    .ocultar-banner-movil {
        visibility: hidden;
        height: 0;
    }
    .ocultar-banner {
        visibility: visible;
        height: auto;
    }
}


/* =============== End Banners ================= */

.img-sistemas {
    border-radius: 1px;
    max-width: 90%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .img-sistemas {
        border-radius: 1px;
        max-width: 70%;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .img-sistemas {
        border-radius: 1px;
        max-width: 100%;
        height: auto;
    }
    .formularioLeads{
        width: 80%;
        position: relative;
        left: 17%;
    }
}


/* ============= Redes sociales =============== */

.social-media-container {
    position: fixed;
    top: 50%;
    left: calc(100% - 30px);
    list-style-type: none;
    padding: 0;
    transform: translateY(-50%);
    min-width: 250px;
    z-index: 100;
}

.social-media {
    align-items: center;
    display: flex;
    transition: transform .3s ease-in-out;   
}

.social-media:hover {
    transform: translateX(calc(-100% + 60px));
}

.social-media.whatsapp {
    background-color: #25D366;
}

.social-media.facebook {
    background-color: #3b5998;
}

.social-media.twitter {
    background-color: #00aced;
}

.social-media.instagram {
    background: radial-gradient(circle at 40% 300%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-media.linkedin {
    background-color: #0072b1;
}

.social-media.youtube {
    background-color: #FF0000;
}

.social-media.black {
    background-color: #000000;
}

.social-media i {
    color: #fff;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    width: 30px;
}

.social-media a {
    color: #fff;
    padding: 0 25px;
}

@media screen and (min-width: 768px) {
    .social-media-container {
        position: fixed;
        top: 50%;
        left: calc(100% - 35px);
        list-style-type: none;
        padding: 0;
        transform: translateY(-50%);
        min-width: 250px;
        z-index: 100;
    }
}


/*============== End Redes Sociales ===============*/

.mini_btn {
    margin: 0;
    padding: 0;
}

.mini_btn img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}


/* =============== Menu sistemas ================= */

.ocultar-sistemas-movil {
    visibility: visible;
    height: auto;
}

.ocultar-sistemas {
    visibility: hidden;
    height: 0;
}

@media screen and (min-width: 768px) {
    .ocultar-sistemas-movil {
        visibility: hidden;
        height: 0;
    }
    .ocultar-sistemas {
        visibility: visible;
        height: auto;
    }
}


/* =============== End Menu sistemas ================= */


/* =============== file field ================= */

.file-field {
    position: relative
}

.file-field .file-path-wrapper {
    height: 2.5rem;
    padding-left: 10px;
    overflow: hidden
}

.file-field input.file-path {
    width: 100%;
    height: 36px
}

.file-field .btn {
    float: left
}

.file-field span {
    cursor: pointer
}

.file-field input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0
}

.file-field input[type="file"]::-webkit-file-upload-button {
    display: none
}


/* =============== End file field ================= */

.centrar-div {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 50%;
    transform: translate(-50%, 50%);
    left: 50%;
}


/* =============== img nosotros ================= */

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    list-style: none;
    text-align: center;
}


/* Common style */

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h4 span {
    font-weight: 800;
}

.grid figure h4,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*-----------------*/


/***** Goliath *****/


/*-----------------*/

figure.effect-goliath {
    background: #df4e4e;
}

figure.effect-goliath img,
figure.effect-goliath h4 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h4,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
}

figure.effect-goliath p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h4 {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*-------------*/

.modal-header {
    border-bottom: none !important;
}

.modal-content-bg {
    background-color: transparent !important;
}


/*-------------*/

.select2-container {
    width: 100% !important;
}


/*--------*/

.btn-outline-grey {
    color: transparent;
    border-color: transparent;
}

.btn-outline-grey:hover {
    color: #fff;
    background-color: #e5e0e0;
    border-color: #e5e0e0;
}

.btn-outline-tp {
    color: transparent;
    border-color: transparent;
}

.btn-outline-tp:hover {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}

.bg-whatsapp {
    background-color: #25D366;
}

.bg-facebook {
    background-color: #3b5998;
}

.bg-twitter {
    background-color: #00aced;
}

.bg-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.bg-linkedin {
    background-color: #0072b1;
}

.bg-youtube {
    background-color: #FF0000;
}

.bg-black {
    background-color: #000000;
}

.menu-bg-black {
    background-color: #323232;
    border-bottom: 3px solid #d41636 !important;
}

#wrapper {
    height: 50vh;
    position: relative;
}

.no-row {
    width: max-content;
}

.img-marcas {
    min-width: 100%;
    min-height: auto;
    max-width: 300px;
    max-height: 150px;
}

.vh-20 {
    min-height: 20vh !important;
}