/*! 
* Autor: Carlos Morales Ormeño 
* Fecha: 18 de octubre de 2023 
* Styles CSS */

/* BODY */

body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 18px;
    color: #2c2c2c;
    background-color: #F6F1F1;
}

.side-app {
    min-height: calc(100vh - calc(2rem) - calc(2rem)) !important;
    /* min-height: 75rem; */
    padding-top: 3.5rem;
}

.background-publish {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.background-product-title {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.btn-primary.slide.whatsapp {
    background-color: #25d366 !important;
    color: #000 !important;
    border: #25d366 !important;
}

.btn-primary.slide.rent {
    background-color: #f09d05 !important;
    color: #000000 !important;
    border: #f09d05 !important;
}

.btn-primary.slide.sell {
    background-color: #E62238 !important;
    color: #fff !important;
    border: #E62238 !important;
}

.footer-info:hover {
    color: #FFC107 !important;
}

.input-class-control {
    border: 1px solid #ced4da;
    padding: .25rem .75rem;
    border-radius: .375rem;
}

@media only screen and (max-width: 768px) {
    .title-products-landing {
        font-size: 18px !important;
    }

    .subtitle-products-landing {
        font-size: 26px !important;
    }

    .btn-product-landing {
        font-size: 15px !important;
    }

    body {
        font-size: 16px !important;
    }
}

.img-product {
    max-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.img-product:hover {
    transform: scale(1.05);
}

.btn.btn-primary.slide {
    background-color: #E62238;
    color: #fff;
    border: 1px #E62238;
    padding: .7rem 4rem !important;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 20px;
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.btn.btn-primary.slide:hover {
    background-color: #E62238;
    color: #fff;
    border: 1px #E62238;
    /* padding: .6rem 2.1rem !important; */
    border-radius: 2rem;
    font-weight: 600;
    transform: scale(1.10);
    transition-duration: .2s;
    transition-property: transform;
    transition-timing-function: ease-out;
}

.product-slide {
    background: rgb(0 0 0);
    color: #fff !important;
}

.img-product-start {
    max-width: 800px !important;
}

/* SLIDE */

.home-slide-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slide-background {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-landing {
    position: absolute;
    z-index: 1;
    color: #fff;
}

.image-slide {
    height: 440px;
}


/* BUTTONS */

.btn-secondary {
    background: unset !important;
    border: 3px solid #0057CB;
    color: #302F2F;
    font-weight: 600;
    font-size: 20px;
    border-radius: 2rem;
    padding: .5rem 2rem;
}

.btn-secondary:hover {
    background: #0057cb !important;
    border: 3px solid #000000;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 2rem;
    padding: .5rem 2rem;
}

/* NAVBAR */

button.navbar-toggler {
    border: 0 !important;
}

.bg-dark {
    background: #ffffff00 !important;
    box-shadow: unset !important;
    transition: background 500ms;
}

a.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.navbar.scrolled {
    background: #000000 !important;
    transition: background 500ms
}

.navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
    /*color: #0d71b9 !important;*/
    text-shadow: unset;
}

li.nav-item {
    margin: .5rem;
}

.nav-link {
    font-size: 16px;
    color: #e5e5e5 !important;
}

.nav-link:focus, .nav-link:hover {
    color: #ffffff !important;
}

.btn.btn-primary.navbar {
    background-color: #25d366;
    color: #000;
    border: #25d366;
    padding: .9rem 3rem !important;
    border-radius: 2rem;
}

.btn.btn-primary.product {
    background-color: #E62238;
    color: #fff;
    border: 1px #E62238;
    padding: .5rem 2rem !important;
    border-radius: 2rem;
}

.btn.btn-primary.gallery {
    background-color: #0057cb;
    color: #fff;
    border: 1px #0057cb;
    padding: .5rem 2rem !important;
    border-radius: 2rem;
}

.slide-color-over {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 200%;
    height: 100%;
}

.slide-color-over.video {
    width: 100% !important;
    background-color: transparent;
    background-image: linear-gradient(273deg, #ff000000 0, #000000fa 60%);
    opacity: 1;
    transition: background .3s, border-radius .3s, opacity .3s;
}

/* FOOTER */

.footer {
    background-color: #000000;
}

.footer-color {
    background-color: #000000;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.footer-info {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.logo-content {
    padding: 0rem 1rem;
}

.social-link {
    color: #000000;
    font-size: 28px;
    font-weight: 500;
}

.autor-page {
    color: #fff;
}

a.box-tramite-link {
    color: #ffffff;
}

.details-car .card-price {
    /* font-size: 38px !important; */
    font-weight: 700;
    margin-bottom: .5rem;
    color: #E62238;
}

/* CAROUSEL */

.img-products-gallery {
    max-height: 270px;
    min-height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem !important;
}

.img-product-landing {
    border-radius: 1rem !important;
    max-height: 750px;
    min-height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-theme.gallery-landing-controls, .owl-theme.gallery-products-controls {
    position: relative;

    .custom-nav {
        position: absolute;
        top: 20%;
        left: -38px;
        right: -34px;

        .owl-prev, .owl-next {
            position: absolute;
            height: 30px;
            width: 30px;
            border-radius: 2rem;
            color: #0057cb;
            background: none;
            border: none;
            z-index: 100;

            i {
                font-size: 2.5rem;
                color: #0057cb;
            }

            ;
            font-size: 2rem;
            font-weight: 400 !important;
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }

    ;
    top: 43%;
}

/* VIDEO 3D */

.video3d:hover {
    cursor: grab;
}

/* RECAPCHA */

.grecaptcha-badge {
    display: none !important;
}

/* CARDS */

.card-outstanding-link {
    color: unset !important;
}

.card-outstanding img.card-img-top {
    height: 230px;
    object-fit: cover
}

.card-outstanding.gallery img.card-img-top {
    height: 350px;
    object-fit: cover
}

.card.card-outstanding {
    border-radius: 1rem;
    box-shadow: 0 0 7px 0px rgb(0 0 0/15%), 0 1px 3px rgb(0 0 0/15%);
    border: unset;
    transition: .2s
}

.card.card-outstanding .card-body .card-title {
    font-size: 20px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #00507d;
}

.card.card-outstanding .card-body .card-address {
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 0
}

.card.card-outstanding .card-body .card-price {
    font-size: 24px !important;
    font-weight: 700;
    margin-bottom: 0;
    color: #e62238
}

.card.card-outstanding .card-body .card-detail {
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 0
}

.card-img, .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem
}

.card-product-transport {
    border: unset;
    background-color: #0053b6;
    color: #fff;
}

.card-product-rent {
    border: unset;
    background-color: #f09d05;
    color: #000000;
}

.card-product-sell {
    border: unset;
    background-color: #E62238;
    color: #fff;
}

.card-img, .card-img-top.gallery {
    border-radius: 1rem;
}

.grayscale-image {
    filter: grayscale(100%);
}

.ribbone {
    width: 100%;
    position: relative;
    background-size: cover;
    color: #fff;
    z-index: 1000;
}

.ribbon_arriendo {
    position: absolute;
    top: -6.0px;
    left: 20px;
}

.ribbon_arriendo span:before {
    height: 6px;
    width: 6px;
    left: -6px;
    top: 0;
    background: #F8463F;
}

.ribbon_arriendo span:before, .ribbon_arriendo span:after {
    position: absolute;
    content: "";
}

.ribbon_arriendo span:before, .ribbon_arriendo span:after {
    position: absolute;
    content: "";
}

.ribbon_arriendo span {
    position: relative;
    display: block;
    text-align: center;
    background: #F8463F;
    font-size: 14px;
    line-height: 1;
    padding: 12px 8px 10px;
    border-top-right-radius: 8px;
}

.ribbon_arriendo:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 24px solid transparent;
    border-top: 13px solid #F8463F;
}

.ribbon_arriendo span:after {
    height: 6px;
    width: 8px;
    left: -8px;
    top: 0;
    border-radius: 8px 8px 0 0;
    background: #C02031;
}