html,
body {
    overflow-x: hidden;
}

.border-blue {
    border: 2px #002855 solid;
}

.text-blue {
    color: #002855;
}

.text-gris-vul {
    color: #585858;
    font-size: 27px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: 0px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--primary);
    border-color: var(--primary);
}

.page-link {
    color: var(--primary);
}

.border-orders {
    border-bottom: 2px #004288 solid;
}

#main-container {
    margin-top: 2px;
    min-height: calc(100vh - 260px);
}

hr {
    border: 0;
    border-top: 1px solid var(--primary);
}

.btn-enable {
    color: #fff !important;
    pointer-events: all !important;
    background-color: #002855 !important;
    border-color: #002855 !important;
    opacity: 1 !important;
}

h2 {
    color: var(--primary);
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h3 i {

    color: var(--primary);
}

h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: var(--primary);
    font-size: 14px;
    line-height: 14px;
}

a:hover {
    text-decoration: none;
}

.btn {
    text-transform: uppercase;
}

ul,
li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.btn-primary span {
    font-size: 16px;
}

.shop-title {
    color: var(--primary);
    font-size: 1.8rem;
}

.yellow {
    background: rgba(255, 202, 0, .25);
}

/* 8. EXTRAS */
.white {
    background: var(--white);
    min-height: 0px;
}

.grey {
    background: var(--grey);
    min-height: 0px;
}

.dark {
    background: var(--primary);
    min-height: 0px;
}


.space10 {
    margin-bottom: 10px !important;
}

.space20 {
    margin-bottom: 20px !important;
}

.bold {
    font-weight: bold;
}

.right_dest {
    float: right;
    margin-right: 15px;
}

.hr-reg {
    color: #FFCD00;
    background: #FFCD00;
    width: 20%;
    height: 10px;
    border: 0;
    opacity: 1;
}

.hr-reg-2 {
    color: #FFCD00;
    background: #FFCD00;
    width: 40%;
    height: 10px;
    border: 0;
    opacity: 1;
}

.hr-reg-3 {
    color: #004288;
    background: #004288;
    width: 60%;
    height: 2px;
    border: 0;
    opacity: 1;
}

.navbar-dark {
    --bs-navbar-color: #fff;
    --bs-navbar-hover-color: #fff;
    --bs-navbar-disabled-color: #fff;
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: #fff;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.text-reg {
    color: #002855;
    font-size: 37px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0px;
}

.filter-vulquitos,
.filter-vulquitos::selection,
.filter-vulquitos:focus,
.filter-vulquitos:active,
.filter-vulquitos:hover {
    box-shadow: none;
    outline: 0;
    border: 0 !important;
    border-bottom: 2px #002855 solid !important;
    border-radius: 0 !important;
}

.cart-div a {
    color: #fff;
    margin-right: 11px;
    text-decoration: none;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}

.bg-white {
    background: white;
}

.text-green {
    color: var(--primary);
}

.text-yellow {
    color: var(--orange);
}

.text-white {
    color: var(--white);
}

/* index*/
input.readonly,
textarea.readonly {
    background: #f5f5f5;
}

.b_ver_form,
.b_nover_form {
    cursor: pointer;
}



/*backtotop*/
#backtotop {
    padding-top: 0px;
    border-radius: 50%;
    line-height: 43px;
    display: block;
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 50px;
    right: 30px;
    opacity: 0;
    transition: all 0.4s ease 0s;
    font-size: 11px;
    height: 50px;
    cursor: pointer;
    background-color: var(--primary);
    border: 2px solid var(--orange);
    color: var(--orange)
}

#backtotop:hover {
    background-color: var(--orange) transition: .4s;
    color: var(--primary);
    border: 2px solid var(--primary);
}

#backtotop.active {
    opacity: 1;
}


/* Continental */

.form-control:focus {
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(100, 100, 100, 0.15);
}

.center_list {
    display: none;
    padding: 10px;
    background-color: #fff;
}

.center_list ul {
    padding: 0;
    list-style: none;
    outline: 0;
    margin: 0;
}

.center_list li {
    padding: 5px 10px;
    padding-bottom: 2px;
    cursor: pointer;
    margin: 0;
    border: 1px solid #fff;
}

.center_list li:hover {
    border: 1px solid #003eff;
    background: #007fff;
    color: #fff;
}

/*  end */


/* Navbar */
.nav-link:active {
    color: #b27117;
    text-decoration: underline;
}

/* Navbar ends */
/*** Login ***/
.fondo_top {

    background-size: 100% 100%;
    height: 23px;
}

.back_index {
    background-size: 100% auto;
    height: 100%;
    padding-bottom: 0;
    padding-top: 10%;
    color: #fff;
}

/* .card_login:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0;
    border-color: #F3F1C6 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
} */

.card_login {
    background: var(--primary);
    color: #fff;
    position: relative;
    border: none;
    width: 85%;
}

.border_login {
    border: 0;
    border-bottom: 10px solid var(--orange);
}


.direccion_mod {
    cursor: pointer;
}

.card_direccion {
    opacity: 0.7;
}

.card_direccion.active {
    opacity: 1;
    border: 2px solid #204024;
    background: #fcfcfc;
    box-shadow: rgba(28, 113, 41, 0.3) 0px 1px 2px 0px, rgba(28, 113, 41, 0.15) 0px 2px 6px 2px;
}

.modal_direccion .modal-footer {
    justify-content: space-between;
}

/* Hero */
.hero-text {
    text-transform: uppercase;
    display: block;
    font-size: calc(1.7vw + 2vh + 1vmin);
    letter-spacing: 0;
    line-height: 1.5;
    color: #131313;
    text-shadow: rgba(255, 255, 255, 0.51) 0px 0px 20px;
    top: calc(1vw + 2vh + 1vmin);
    position: relative;
}

.hero-text-m {
    display: none;
}

.hero-text-box {
    line-height: 0.6;
    display: flex;
    letter-spacing: 2px;
}

.hero-b-value {
    font-size: 7rem;
}

.hero-s-value {
    font-size: calc(0.4vw + 2vh + 1vmin);
    margin: 0 0.3rem;
}

.hero-s-value:first-of-type {
    font-weight: 200;
    margin: 0 0.3rem;
}

.hero-s-value:last-of-type {
    font-weight: 200;
    position: relative;
    top: 50px;
}

.main-section {
    background-image: url(/img/fondos/hero-banner.png);
    background-size: cover;
    background-position: center;
    min-height: 82vh;
    min-width: 100%;
    padding-bottom: 5rem;
}

/* a[target=_blank]:before{
    content: " ";
    width: 11px;
    height: 11px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/img/icon/external.svg) no-repeat center center;
    background-size: cover;
} */

/* a[target=_blank] {
    position: relative;
    padding-right: 19px;
} */

.main-sub-section {
    background-size: cover;
    background-position: center;
    min-height: 76vh;
    padding-bottom: 5rem;
}

.wrap-section {
    background: var(--primary);
}

.main-box img {
    margin: 2rem 0 0 0;
    width: calc(13vw + 2vh + 1vmin);
}

.main-box-img img {
    position: absolute;
    right: -3rem;
    top: 20%;
    width: calc(35vw + 2vh + 1vmin);
}

/* Hero end */

/* Mechanics */

.grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.grid_3 div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 1.5rem 3rem;
    position: relative;
}

.grid_3 img:first-of-type {
    left: 2px;
}

.grid_3 span:first-of-type {
    right: 2px;
    color: var(--orange);
    font-weight: 700;
    font-size: calc(6.5vw + 2vh + 1vmin);
    top: 35%;
}

.grid_3 span {
    color: #131313;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    font-size: calc(1.3vw + 1.5vh + 1vmin);
    margin-bottom: 0.5rem;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.grid_3 p {
    color: #131313;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 26px;
    margin-right: 2%;
}

.grid_3_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid_3_2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grid_3_3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grid_9 {
    display: grid;
    grid-template-columns: repeat(50% 25% 25%);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    padding: 0 2rem;
}

.grid_9 span {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    color: var(--white);
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 2;
    padding: 1.5rem;
}

.grid_9_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid_9_2 {
    grid-area: 1 / 2 / 2 / 3;
}

.grid_9_3 {
    grid-area: 1 / 3 / 2 / 4;
}

.grid_9_4 {
    grid-area: 2 / 1 / 3 / 2;
    text-align: left;
}

.grid_9_5 {
    grid-area: 2 / 2 / 3 / 3;
}

.grid_9_6 {
    grid-area: 2 / 3 / 3 / 4;
}

.grid_9_7 {
    grid-area: 3 / 1 / 4 / 2;
    text-align: left;
}

.grid_9_8 {
    grid-area: 3 / 2 / 4 / 3;
}

.grid_9_9 {
    grid-area: 3 / 3 / 4 / 4;
}

.grid_9_2,
.grid_9_3,
.grid_9_4,
.grid_9_7 {
    background-color: var(--orange);
}

.grid_9_5,
.grid_9_6,
.grid_9_8,
.grid_9_9 {
    background-color: var(--black);
}

/* Mechanics end */
/* Centers */
.box-centers {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 350px;
    font-size: 12px;
    text-align: left;
}

.box-center {
    height: 200px;
}

/* Centes end */
/* Register */
/* modal */
.modal-header {
    background-color: var(--orange);
    justify-content: center;
    color: var(--black);
    border: 0;
    border-radius: 0;
}

.modal-content {
    border-radius: 0;
    border: 4px solid var(--orange);
}

.modal-footer {
    justify-content: space-around;
}

.modal-content .grid_2 {
    grid-template-columns: 46% 46%;
    padding: 2%;
    margin: 1rem;
}

/* modal end */
.grid_2 {
    display: grid;
    grid-template-columns: 40% 58%;
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}

.grid_2_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid_2_2 {
    grid-area: 1 / 2 / 2 / 3;
}



#register-completed h2,
#contact-completed h2 {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 96px;
    text-align: center;
    color: #131313;
}

#contact-completed h2 {
    font-size: 60px;
    font-weight: 200;
}

#register-completed span,
#register-completed h2 span,
#contact-completed span,
#contact-completed h2 span {
    color: #131313;
    font-weight: 700;
}

#register-completed p,
#contact-completed p {
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #131313;
    text-align: center;
}

/* Register ends */


.no-objetivo {
    background: var(--orange);
    height: 15px;
    margin: 0 0 0 auto;
    width: 80%;
}

.si-objetivo {
    background: var(--orange);
    height: 15px;
    margin: 0 0 0 auto;
    position: relative;
    width: 85%;
}

.si-objetivo:before {
    border-right: 15px solid var(--orange);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    content: '';
    left: -15px;
    position: absolute;
    top: -7.5px;
}


.btn-blue,
.btn-blue:visited {
    background: #002855;
    border: 2px solid #002855;
    box-shadow: none;
    color: var(--white);
    outline: none;
    text-transform: none;
}

.btn-blue:focus,
.btn-blue:hover {
    background: var(--white);
    border: 2px solid var(--primary);
    box-shadow: none;
    color: #002855;
    outline: none;
}

.btn-green,
.btn-green:visited {
    background: var(--primary);
    border: 2px solid var(--primary);
    ;
    box-shadow: none;
    color: var(--white);
    outline: none;
    text-transform: none;
}

.btn-green:focus,
.btn-green:hover {
    background: var(--white);
    border: 2px solid var(--primary);
    ;
    box-shadow: none;
    color: var(--primary);
    outline: none;
}

.btn-outline-green,
.btn-outline-green:visited {
    border: 2px solid var(--primary);
    border-radius: 10px;
    box-shadow: none;
    color: var(--primary);
    outline: none;
    text-transform: none;
}

.btn-outline-green:focus,
.btn-outline-green:hover {
    background: var(--primary);
    box-shadow: none;
    color: white;
    outline: none;
}

.main-lead {
    font-size: 3rem;
}

.num-lead {
    font-size: 2.4rem;
}

.home-background {
    background-size: cover;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 45vh;
    padding-left: 2.2em;
}

.back-title {
    font-size: 3rem;
}

.btn-outline-white,
.btn-outline-white:visited {
    border: 2px solid white;
    border-radius: 10px;
    box-shadow: none;
    color: white;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: none;
}

.btn-outline-white:focus,
.btn-outline-white:hover {
    background: white;
    box-shadow: none;
    color: var(--primary);
    outline: none;
}

.home-carousel-left .slick-prev,
.home-carousel-left .slick-next,
.home-carousel-right .slick-prev,
.home-carousel-right .slick-next {
    background: none;
    color: black;
    height: auto;
    margin: 0 auto;
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: visible;
    width: auto;
}

.home-carousel-left .slick-prev,
.home-carousel-right .slick-prev {
    left: -10px;
}

.home-carousel-left .slick-next,
.home-carousel-right .slick-next {
    right: -10px;
}

.home-carousel-left .slick-prev:hover,
.home-carousel-left .slick-prev:focus,
.home-carousel-left .slick-prev:active,
.home-carousel-left .slick-next:hover,
.home-carousel-left .slick-next:focus,
.home-carousel-left .slick-next:active,
.home-carousel-right .slick-prev:hover,
.home-carousel-right .slick-prev:focus,
.home-carousel-right .slick-prev:active,
.home-carousel-right .slick-next:hover,
.home-carousel-right .slick-next:focus,
.home-carousel-right .slick-next:active {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.footer-logo {
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    .container_login {
        padding: 0px;
    }

    .btn-primary span {
        font-size: 12px;
    }

    .main-section {
        background-image: linear-gradient(to right top,
                var(--primary),
                var(--primary),
                var(--orange));
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 75vh;
    }

    .wrap-section {
        background-color: transparent;
    }

}

@media screen and (min-width: 1024px) {
    .w-32 {
        width: 32% !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-b-value {
        font-size: 6rem;
    }

    .flex-row {
        flex-direction: column !important;
    }

    /* Hero 767px */
    .fs-7 {
        font-size: 13px;
    }

    .hero-m-log {
        position: relative;
        background: #1d1d1b;
        bottom: 0;
    }

    .hero-m-log img {
        width: calc(51vw + 2vh + 1vmin) !important;
        margin: 0 !important;
        position: unset !important;
        padding: 1rem;
    }

    .main-section {
        background-image: linear-gradient(to right top,
                var(--primary),
                var(--primary),
                var(--orange));
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        min-height: 75vh;
    }

    .wrap-section {
        background-color: transparent;
    }

    .main-box {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 85vh;
    }

    .main-box img {
        margin: 2rem 0 0 0;
        /* width: calc(42vw + 2vh + 1vmin); */
        width: 100%;
        position: relative;
        bottom: -5px;
        align-self: center;
    }

    .hero-text {
        display: none;
    }

    .hero-m img {
        position: absolute;
        top: 65px;
        right: -15%;
        z-index: 0;
        width: 52%;
        bottom: auto;
        rotate: 30deg;
    }

    .hero-text-m {
        text-transform: uppercase;
        display: block;
        font-size: calc(1.7vw + 2vh + 1vmin);
        letter-spacing: 0;
        line-height: 1.5;
        color: #131313;
        text-shadow: rgba(255, 255, 255, 0.51) 0px 0px 20px;
        top: calc(1vw + 2vh + 1vmin);
        position: relative;
        /* font-size: 2rem; */
        letter-spacing: 0;
    }

    .bg-arrow-1 p {

        font-size: 1.3em;
    }

    .bg-arrow-2 p {
        font-size: 13px;
    }

    /* grids */

    .grid_2 {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    .grid_2_1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .grid_2_2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .box-center {
        height: auto;
    }

    .grid_3 {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 20px;
    }

    .grid_3 div {
        padding: 1rem;
        justify-content: center;
    }

    .grid_3 span {
        font-size: calc(5vw + 1.5vh + 1vmin);
        margin-bottom: 0.5srem;
    }

    .grid_3 span:first-of-type {
        right: 17%;
        color: var(--orange);
        font-weight: 700;
        font-size: calc(30vw + 2vh + 1vmin);
        top: 26%;
    }

    .grid_3_1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .grid_3_2 {
        grid-area: 2 / 1 / 3 / 2;
    }

    .grid_3_3 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .grid_9 {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        text-align: center;
        width: 100%;
        align-items: center;
        padding: 0;
    }

    .grid_9 span {
        font-size: calc(0.2vw + 2vh + 1vmin);
        line-height: 2;
        padding: 0.5rem;
    }

    /* contact */
    #contact-completed h2 {
        font-size: 30px;
        line-height: 1.5;
        text-align: center !important;

    }

    .home-background {
        /* background: url('../imagenes/index/johndeere-mobile.jpg') no-repeat center center; */
    }

    .table-responsive {
        border: none;
    }

    .product-item_tipoVista_1 {
        margin-bottom: 0;
    }

    .footer-logo {
        max-width: 40%;
    }
}