/* ==================================================
 * LOADER
 * ================================================== */

 .loading-overlay {
    /* background: #fff; */
    /* background: rgb(115,29,200); */
    /* background: linear-gradient(143deg, rgba(115,29,200,1) 29%, rgba(38,88,191,1) 75%); */
    background-color: #fff;
    color: var(--color-1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    /* background-image: url('logo00.svg'); */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    /* background-size: 20%; */
    /* overflow: visible; */
}

.loader {
    /* margin: 15% auto; */
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1px solid rgba(194, 193, 193, 0.5);
    border-right: 1px solid rgba(199, 197, 197, 0.5);
    border-bottom: 1px solid rgba(203, 203, 203, 0.5);
    /* background: #fff; */
    border-left: 1px solid var(--color-1);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 158px;
    height: 155px;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--color-2);
}

a.active,
a:hover {
    color: var(--color-1);
    text-decoration: none !important;
}

a.a-white,
a.active.a-hover-white,
a.a-hover-white:hover {
    color: var(--blanco);
}

body {
    line-height: 2;
    font-family: var(--font-text);
    font-size: var(--fontsize-base);
    color: var(--color-text-1);
    font-weight: 400;
}

@media(max-width: 991px) {
    body {
        line-height: 1.6;
        font-size: 12px !important;
        font-weight: 400;
    }
}

p {
    text-align: justify;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-title);
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    color: var(--color-text-2);
    margin: 0px;
}

.h1,
h1 {
    font-size: 48px;
}

@media(max-width: 991px) {

    .h1,
    h1 {
        font-size: 36px;
    }
}


.h2,
h2 {
    font-size: 30px;
}

@media(max-width: 991px) {

    .h2,
    h2 {
        font-size: 22px;
    }
}

.h3,
h3 {
    font-size: 18px;
    font-family: var(--font-text);
    font-weight: 600;
}

h5,
.h5 {
    font-size: 18px;
    /* margin-bottom: 26px !important; */
}

h6,
.h6 {
    font-size: 14px;
    font-family: var(--font-text);
    font-weight: bold;
    letter-spacing: 0.5px;
}

.font-16 {
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.margin-0 {
    margin: 0;
}

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

@media(max-width: 991px) {
    .mt-50 {
        margin-top: 40px;
    }
}

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

@media(max-width: 991px) {
    .mt-100 {
        margin-top: 40px;
    }
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

@media(max-width: 991px) {
    .mb-15 {
        margin-bottom: 3px;
    }
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-35 {
    margin-bottom: 35px;
}

@media(max-width: 991px) {
    .mb-35 {
        margin-bottom: 20px;
    }
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

@media(max-width: 991px) {
    .mb-100 {
        margin-bottom: 40px;
    }
}

.height-500 {
    height: 500px;
}

@media(max-width:991px) {
    .height-500 {
        height: 300px;
    }
}



.bg_color-01 {
    background-color: var(--color-1);
}

.bg_color-02 {
    background-color: var(--color-2);
}

.bg_color-03 {
    background-color: var(--color-3);
}

.bg_color-black {
    background-color: var(--negro);
}

.color-3 {
    color: var(--color-3);
}

.color_text-1 {
    color: var(--color-text-1);
}

.color-white {
    color: var(--blanco);
}

.color-black {
    color: var(--negro);
}

@media (min-width: 1200px) {

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1016px;
    }
}

.text_transform-capitalize {
    text-transform: capitalize;
}

.nosotros .image_logo img {
    height: 100px !important;
    width: auto !important;
    margin-top: 0px !important;
    margin-bottom: 15px !important;
}

@media(max-width:1199px) {
    .nosotros .image_logo {
        text-align: center;
    }
}

@media(min-width:1200px) {
    .nosotros .image_logo img {
        height: initial !important;
        /* height: 100% !important; */
        /* width: 100% !important; */
    }
}

@media(max-width: 991px) {
    #main.nosotros img {
        margin-top: 35px;
        margin-bottom: 5px;
        width: 100%;
        height: auto;
    }
}

/**
__________________________________________________________________
*/

div#menu {
    position: relative;
    overflow: hidden;
    z-index: 3;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
}

#menu li.nav-item {
    /* float: right; */
    /* margin: 0 15px; */
    position: relative;
    padding: 0 15px;
}

@media(min-width: 1600px) {
    #menu li.nav-item {
        padding: 0 25px;
    }
}

#menu li.nav-item:last-child {
    margin-right: 0;
}

#menu li.nav-item.redes .nav-link {
    display: inline-block;
}

@media(min-width: 991px) {
    #menu .redes {
        display: none;
    }
}

@media(min-width: 1200px) {
    #menu li.nav-item.redes {
        display: list-item;
    }
}

#menu li.nav-item .nav-link {
    /* margin-top: 28px; */
    /* margin-bottom: 28px; */
    /* padding-top: 7px; */
    /* padding-bottom: 7px; */
    position: relative;
    padding: 7px 0;
    margin: 0;
    line-height: 1.6;
    color: #000;
    z-index: 3;
    font-size: 14px;
    text-transform: uppercase;
}

@media(min-width: 991px) {
    #menu li.nav-item .nav-link {
        font-size: 12px;
    }
}

@media(min-width: 1100px) {
    #menu li.nav-item .nav-link {
        font-size: 14px;
    }
}

@media(min-width: 1600px) {
    #menu li.nav-item .nav-link {
        font-size: 16px;
    }
}

#menu nav.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
}

@media (max-width: 600px) {
    #menu li.nav-item a.nav-link {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        margin-left: 10px;
        color: #000;
    }
}

@media (max-width: 991.98px) {
    #menu nav.navbar {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #menu nav.navbar .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
        z-index: 9 !important;
    }

    #menu nav.navbar .container .navbar-brand {
        padding-left: 16px !important;
    }

    #menu nav.navbar .container .navbar-toggler {
        margin-right: 16px
    }
}

.navbar-brand img {
    height: 60px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 991px) {
    .navbar-brand img {
        height: 60px !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-brand img {
        height: 70px !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1720px) {
    .navbar-brand img {
        height: 110px !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}



.container-full {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 1300px) {
    .container-full {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.btn-outline-primary {
    color: var(--color-5);
    border-color: var(--color-5);
}

.btn-outline-primary:hover {
    color: #fff;
    /* opacity: 0.8; */
    background-color: var(--color-5) !important;
    border-color: var(--color-5) !important;
}

.btn-primary {
    color: #fff;
    opacity: 1;
    background-color: var(--color-5);
    border-color: var(--color-5);
}

.btn-primary:hover {
    color: #fff;
    opacity: 0.8;
    background-color: var(--color-5) !important;
    border-color: var(--color-5) !important;
}

.btn-outline-secondary {
    background-color: var(--color-1);
    color: var(--blanco);
    border-color: var(--blanco);
}

.btn-outline-secondary:hover {
    background-color: var(--color-2) !important;
    color: var(--blanco) !important;
    border-color: var(--color-2) !important;
}

#menu .nav-link:hover {
    color: var(--color-2) !important;
}

.slick-prev,
.slick-next {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 70px;
    height: 70px;
    z-index: 5;
    background: var(--color-1);
    border-radius: 4px;
}

@media (max-width: 579px) {

    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
    }
}


.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-size: 35px;
    line-height: 1.1;
    display: block;
    margin-top: 16px;
    text-align: center;
    opacity: 1;
    color: #fff1f1;
}

@media (max-width: 579px) {

    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
        margin-top: 30.5%;
    }
}

.arrow-in .slick-prev {
    left: 100px;
    top: 45%;
}

.arrow-in .slick-next {
    right: 100px;
    top: 45%;
}

@media (max-width: 579px) {
    .arrow-in .slick-prev {
        left: 15px;
    }

    .arrow-in .slick-next {
        right: 20px;
    }
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:hover,
.slick-next:hover {
    background: var(--color-2);
    /* border-radius: 4px; */
}

#about {
    overflow: hidden;
    background-color: var(--color-4);
    /* max-height: 500px; */
}

.container-full.onlyleft {
    padding-right: 50px;
    /* height: 100%; */
}

@media(max-width:991px) {
    .container-full.onlyleft {
        padding-right: 25px;
        /* height: 100%; */
    }
}

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


#products {
    overflow: hidden;
    position: relative;
}


.item_producto {
    background-color: var(--blanco);
    overflow: hidden;
    /* height: 327px; */
    padding: 20px 13px;
    text-align: center;
    border: 1px solid var(--color-3);
    border-radius: 4px;
    cursor: pointer;
    display: block;
}

.form-control {
    border-radius: 4px;
    color: var(--color-text-2) !important;
    font-size: var(--fontsize-base);
}

@media(max-width: 991px) {
    .form-control {
        font-size: 12px;
    }
}

.btn-outline-primary.color-white {
    color: var(--blanco);
    border-color: var(--blanco);
}


footer {
    padding: 15px 0px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
}

@media(max-width: 991px) {
    footer {
        font-size: 12px;
    }

    footer a {
        display: block
    }
}


button {
    font-family: 'Poppins';
    font-size: var(--fontsize-base) !important;
}


.input-group .form-control {
    border-radius: 0.25rem;
}


header {
    position: relative;
    overflow: hidden;
    /* min-height: 300px; */
}


header h1.big {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    line-height: 1;
    z-index: 4;
}

@media(min-width: 1200px) {
    header h1.big {
        padding-top: 77px;
        padding-bottom: 77px;
        position: relative;
        line-height: 1;
        z-index: 4;
    }
}


.text_custom-01 {
    overflow: hidden;
    font-size: 20px;
}

@media(min-width: 1200px) {
    .text_custom-01 {
        font-size: 30px;
    }
}


.text_custom-01 .container {
    margin-top: 80px;
    margin-bottom: 80px;
}


.form-control:focus {
    box-shadow: none;
    border-color: var(--color-1);
}


header .form-control {
    border-color: var(--color-1);
}

.form-check .form-check-label,
.form-check .form-check-input {
    cursor: pointer;
}

.form-check {
    line-height: 1.5;
}


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


.item_producto.v2 {
    /* padding: 0; */
    text-align: left;
    padding-top: 226px;
    position: relative;
    padding-bottom: 5px;
    height: 100%;
    /* margin-bottom: 30px; */
}

@media(max-width:767px) {
    .item_producto.v2 {
        padding-top: 0px;
        overflow: hidden;
    }
}

.item_producto.v2 img {
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-bottom: 1px solid var(--blanco);
}

@media(max-width:767px) {
    .item_producto.v2 img {
        position: relative;
        width: 120%;
        margin-left: -13px;
        height: auto;
    }
}

.item_producto.v2 h2 {
    font-size: 14px !important;
    font-weight: 400;
    text-transform: capitalize;
    font-family: var(--font-text);
}

@media(max-width:767px) {
    .item_producto.v2 h2 {
        margin-bottom: 15px;
    }
}

.item_producto.v2 p {
    line-height: 1.2;
    font-size: 12px;
    color: var(--color-text-1);
    margin-bottom: 6px;
    text-align: left;
}


.item_producto.v2:hover h2 {
    color: var(--blanco);
}


.item_producto.v2:hover {
    border-color: var(--color-1);
    background-color: var(--color-2);
}

.item_producto.v2:hover img {
    border-bottom: 1px solid var(--color-1);
    /* height: 250px; */
    /* transform: rotate(35deg); */
    offset-rotate: 2;
}


#menu .btn {
    font-size: 14px !important;
    text-transform: uppercase;
}

@media(min-width: 991px) {
    #menu .btn {
        font-size: 12px !important;
    }
}

@media(min-width: 1100px) {
    #menu .btn {
        font-size: 14px !important;
    }
}

@media(min-width: 1600px) {
    #menu .btn {
        font-size: 16px !important;
    }

}

#menu li.nav-item:hover:before,
#menu li.nav-item.active:before {
    display: block;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 400%;
    background-color: var(--color-1);
    top: -41px;
    left: 0;
    z-index: 2;
    /* transition: 0.9s; */
}

@media(max-width: 991px) {

    #menu li.nav-item:hover:before,
    #menu li.nav-item.active:before {
        /* position: relative; */
        top: 0;
        width: 100%;
        height: 100%;
        /* transition: 0.9s; */
    }

}

#menu li.nav-item.redes:hover:before {
    display: none !important;
}

#menu li.nav-item:hover .nav-link,
#menu li.nav-item.active .nav-link {
    color: #fff !important;
    transition: none;
}

#menu li.nav-item.redes:hover .nav-link {
    color: var(--negro) !important;
    transition: none !important;
}

.theme-dark small.text-muted {
    color: var(--color-4) !important;
}

textarea::placeholder,
input::placeholder {
    color: var(--color-3) !important;
}


.height-62 {
    height: 62px;
}

@media(max-width: 991px) {
    .height-62 {
        height: auto;
        width: 30%;
    }
}


#marcas .col-6 img {
    max-height: 280px;
    max-width: 220px;
}

.bg_pers-01 {
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}

@media(min-width: 1080px) {
    .bg_pers-01 {
        background-position: 111% 37% !important;
        background-size: 700px !important;
    }
}

@media(min-width: 1400px) {
    .bg_pers-01 {
        background-position: 127% 37% !important;
        background-size: 1000px !important;
    }
}

@media(min-width: 1720px) {
    .bg_pers-01 {
        background-position: 111% 37% !important;
        background-size: 1080px !important;
    }
}

.opacity-0_4 {
    opacity: 0.4;
}


.big small,
.big small a {
    font-size: 12px;
    font-family: var(--font-text);
    font-weight: 500;
    color: var(--color-text-2);
    text-transform: capitalize;
}

@media(min-width: 1200) {

    .big small,
    .big small a {
        font-size: 16px;
        font-family: var(--font-text);
        font-weight: 500;
        color: var(--color-text-2);
        text-transform: capitalize;
    }
}


.item_producto.v2:hover p {
    color: var(--blanco);
}


section#main {
    overflow: hidden;
}


.hover_color-02:hover,
.hover_color-02:hover p,
.hover_color-02:hover .color-black {
    color: var(--color-2) !important;
}


.descripcion .mini_titulo {
    font-weight: 700;
    color: var(--negro);
}

@media(max-width:767px) {
    .descripcion .mini_titulo {
        text-align: left !important;
        font-size: 14px;
        margin-bottom: 3px;
        line-height: 1.2;
    }

    .descripcion .mini_desc {

        padding-left: 38px;
        margin-bottom: 15px;
    }

    .descripcion .mini_desc ul {
        margin-bottom: 8px;
    }
}


.distribuidores .card-text {
    line-height: 1.4;
    margin-bottom: 8px !important;
    /* font-weight: 500; */
}

.distribuidores p span {
    font-weight: 600;
}

.distribuidores h2 {
    text-transform: none;
}

.navbar-toggler {
    background-color: var(--blanco);
    border: 1px solid var(--color-1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 19, 200, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media(max-width: 991px) {
    #marcas img {
        height: auto;
        width: 100%;
        margin-bottom: 25px;
        max-width: 150px !important;
    }

    .margin-mobile-35 {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}


.Loading-Page {
    position: relative;
    overflow: hidden;
    height: 100%;
}

img.logo_loading {
    position: absolute;
    top: 0;
    /* left: 0; */
    margin-top: 37.5px;
    margin-left: 41.5px;
    height: 80px;
    width: 80px;
}

.padre_centro {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
}

.padre_centro div {
    height: 160px;
    position: relative;
    width: 160px;
}

.overflow-hidd {
    overflow: hidden !important;
}


.float-rigth {
    float: right;
}


.distribuidores h5 {
    margin-bottom: 5px;
}

.distribuidores h6 {
    margin-bottom: 5px !important;
    margin-top: 15px;
}

.distribuidores .card-text:hover {
    color: var(--color-2);
    /* font-weight: 500; */
    cursor: pointer;
}

.distribuidores .card {
    /* margin-bottom: 35px; */
    height: 100%;
}


.distribuidores .col-lg-4 {
    margin-bottom: 30px;
}


p.card-text {
    line-height: 1.4;
}


.criobrivet p.card-text {
    color: var(--color-text-1);
}

@media(max-width:991px) {
    .mb-mobile-15 {
        margin-top: 15px;
        margin-bottom: 25px;
    }
}

.h_min-300 {
    min-height: 230px;
}


section#marcas {
    overflow: hidden;
}


.producto_info .descripcion p {
    margin-bottom: 5px;
    /* line-height: 1.5; */
}


.distribuidores .card-text p {
    margin-left: 8px;
}


#contacto a {
    color: var(--blanco);
}


.criobrivet .card {
    height: 100%;
}


body.cookies_scroll_block {
    overflow: hidden;
}


.producto_info img {
    width: 100%;
}


#marcas .res img {
    width: 68%;
}
