/*------------------------------------------------------------------
    Top head
-------------------------------------------------------------------*/
.textTamaño {
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
}

.responsiveTamaño {
    font-size: 2rem;
    max-width: 100%;
}
.h6_we{
    font-weight: bold !important;
    font-stretch: ultra-condensed !important;
    line-height: 33px;
}
.p_wei{
    font-weight: bold !important;
}
.top-bar{
    background: #205BA9 !important;
}
.left-top{
    padding: 3px 0px;
}
.brandLogoLucas{
    margin-left: 0 !important;
}
.email-box{
    display: inline-block;
    margin-right: 20px;
}
.email-box a{
    color: white !important;
    font-size: 16px;
}
.email-box a:hover{
    color: #242424 !important;
    text-decoration: none;
}
.email-box a i:hover{
    color: #242424 !important;
    text-decoration: none;
}
.email-box a i{
    color: white !important;
    padding: 0px 5px;
}
.phone-box{
    display: inline-block;
}

.phone-box a{
    color: white !important;
    font-size: 16px;
}
.phone-box a:hover{
    color: #242424 !important;
    text-decoration: none;
}
.phone-box a i{
    padding: 0px 5px;
}

.social-box{
    float: right;
}

.social-box ul li{
    display: inline-block;
    padding-left: 10px;
}

.social-box ul li a{
    color: white !important;
    font-size: 20px;
}
.social-box ul li a:hover{
    color: #242424 !important;
}
.martel-sans-extralight {
    font-family: "Martel Sans", serif;
    font-weight: 200;
    font-style: normal;
}

.martel-sans-light {
    font-family: "Martel Sans", serif;
    font-weight: 300;
    font-style: normal;
}

.cursorSinefecto{
    cursor: default;
}

.martel-sans-regular {
    font-family: "Martel Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.martel-sans-semibold {
    font-family: "Martel Sans", serif;
    font-weight: 600;
    font-style: normal;
}

.martel-sans-bold {
    font-family: "Martel Sans", serif;
    font-weight: 700;
    font-style: normal;
}

.martel-sans-extrabold {
    font-family: "Martel Sans", serif;
    font-weight: 800;
    font-style: normal;
}

.martel-sans-black {
    font-family: "Martel Sans", serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
.fuente{
    font-family: "Martel Sans", serif !important;
    font-weight: 900;
}
.box_izquierda{
    border-radius: 15px;
    height: 100%;
}
.cajitas{
    background: lightblue;
    font-weight: 900;
    border-radius: 15px;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 18px;
    height: 100%;
}
.box_derecho{
   height: 100%;
}
.item-padding{
    padding-right: 20px;
}
.excel-style{
    padding: 10px;
    background: #205ba90a;
    border-radius: 20px;
    font-stretch: ultra-condensed;
    font-size: 19px;
}
.spanSlide-style{
    color: #205BA9;
    font-weight: bold;
    font-stretch: ultra-condensed;
    background-color: #205ba90a;
    padding: 10px;
    border-radius: 20px;
    text-decoration: none !important;
}
.divbtnforro{
    background: #205BA9;
    color: white;
    font-size: 15px;
    font-stretch: ultra-condensed;
    padding: 10px 15px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: fit-content;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.divbtnforro:hover {
    background: #1e559e;
    transform: scale(1.03);
}
.animadivforro{
    transition: transform 0.3s ease;
}
.animadivforro:hover{
    transform: scale(1.03) translateX(5px);
}
.aforrostyle{
    color: white;
    text-decoration: none !important;
}
.aforrostyle:hover {
    color: white;
    text-decoration: none !important;
}
.p-style{
    font-size: 15px;
}
.text-banner{
    color: #205BA9;
}
.boxizquierforro{
    border-radius: 15px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border: 2px solid #F2F3F5;
}
.divizquierforrito{
    width: 100%;
    height: 100%;
}
.div2forro{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}
.imagen-caja-Milag{
    transition: transform 0.3s ease;
}
.imagen-caja-Milag:hover{
    transform: scale(1.03);
}
.imgforrito{
    display: flex;
    width: 13rem;
    height: 13rem;
    bottom: 8px;
    left: -15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    border: 2px solid #F2F3F5;
    position: absolute;
    transition: transform 0.3s ease;
}
.imgforrito:hover{
    transform: scale(1.05);
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .divbtnforro{
        width: auto;
        display: flex;
        justify-content: center;
    }
    .spanSlide-style{
        align-self: center;
    }
    .boxizquierforro{
    height: auto;
    width: 100%;
    }
    .div2forro{
    padding: 40px 0px;
    }
    .imgforrito{
        width: 10rem;
        height: 10rem;
        bottom: -65px;
        left: 29px;
    }
}
@media only screen and (max-width: 479px) {
     .divbtnforro{
        width: auto;
        display: flex;
        justify-content: center;
    }
    .spanSlide-style{
        align-self: center;
    }
    .boxizquierforro{
    height: auto;
    width: 100%;
    }
    .div2forro{
    padding: 40px 0px;
    }
    .imgforrito{
        width: 10rem;
        height: 10rem;
        bottom: -65px;
        left: 29px;
    }
}
/* card  section nueva -----------------------------------------*/
.p-slide{
    font-stretch: ultra-condensed;
}
.contenedor-productos{
    width: 100%;
    height: 100%;

}
.slide-title{
    height: 280px;
}

/*------------------------------------------------------------*/
.left-top{
    padding: 3px 0px;
}
.email-box{
    display: inline-block;
    margin-right: 20px;
}
.email-box a{
    color: #ffffff !important;
    font-size: 16px;
}
.email-box a i{
    padding: 0px 5px;
}
.social-box{
    float: right;
}

.social-box ul li{
    display: inline-block;
    padding-left: 10px;
}

.social-box ul li a{
    color: #ffffff;
    font-size: 20px;
}
.navbar_bg_l{
    background-color: #F2F3F5 !important;
}
.nav_style{
   background: #F2F3F5;
}
@media only screen and (min-width: 768px)  {
    .nav_style{
        padding-left: 30px;
        padding-right: 30px;
    }
}
.linkStyle{
    color: #205BA9 !important;
    font-weight: bold;
}
.forrostyle{
    display: flex;
    justify-content: center;
}
.forrocol1{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.datastyle{
    border-radius: 9px;
    background-color: transparent;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);*/
    display: flex;
    justify-content: center;
}
/*banner 2 slide*/
.container_style1{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: start;
    /*margin-top: 100px;*/
}
.icnstyle{
    background: #205BA9;
    color: white;
    width: 2.5rem;
    height: 2.5rem;
    padding: 10px;
    border-radius: 10px;
    margin-right: 1rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.spanForro{
    font-stretch: ultra-condensed;
    font-weight: bold;
}
.forrodiv{
    font-stretch: ultra-condensed;
}
/*----------------------- tipos de repuestos -------------------------------------*/
.icono_info_style{
    background: #205BA9;
    color: white;
    padding: 20px;
    border-radius: 15px;
}
.spacio-dot{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.dot{
    background: #205BA9;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.dotBanner{
    background: #205BA9;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    flex-direction: column;
}
.col_info_style{
    text-align: start;
}
.card-info-style{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    transition: transform 0.3s;
    height: 370px;
    justify-content: space-between;
    background: white !important;
}
.card-info-style:hover {
    transform: scale(1.05);
    border: 2px solid #e7e6e6da;
}
.p_info_style{
    font-stretch: ultra-condensed;
    font-size: 18px;
}
/*--------------------------------------------------------------------------------*/
.page_section1{
    padding-top: 40px;
    width: 100%;
    position: static;
    background: #F2F3F5;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .page_section1 {
        height: 1055px !important;
    }
    .container_style1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Para dispositivos móviles pequeños (menores a 480px) */
/*@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
/*}*/

@media screen and (max-width: 479px) {
    .page_section1 {
        height: 825px !important;
    }
    .container_style1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/* Para laptops (entre 768px y 1199px) */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .page_section1 {
        height: 525px !important;
    }
    .page_section{
        width: 1060px;
    }
    .imagen-caja-Milag {
        position: relative;
        width: 100%;
    }
}
/* Para tablets (entre 480px y 767px) */
.page_section{
    width: 100%;
    overflow: auto;
    position: static;
}
.container_style{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.row_style{
    width: 100%;
    height: 80%;
    margin-bottom: 13px;
    border-radius: 7px;
}
@-webkit-keyframes slide {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    51% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(100%);
    }
    51% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.img-place{
    width: 100%;
    height: 100%;
}
/*-------------------------------------*/
.img_edu_banner_grande {
    /*display: block;*/
    width: 100%;
}

.img_edu_banner_pequeña {
    display: none;
}
@media only screen and (max-width: 1080px) {
    .img_edu_banner_grande {
        display: none;
    }

    .img_edu_banner_pequeña {
        display: block;
        width: 100%;
        height: 100vh;
    }
}
/*----------------------------------------*/
.img_style{
    width: 100%;
    height: fit-content;
}
.boton_style {
    padding: 13px 30px !important;
    color: white !important;
    background: #205BA9 !important;
    cursor: pointer;
    border-radius: 8px !important;
}
.boton_style:hover {
    transform: scale(1.05);
    border: 2px solid #205BA9;
    color:  #ffffff!important;
    background: #1e559e !important;
    /*font-weight: 500;*/
}
@media (max-width: 1024px) {
    .boton_style {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

}
.boton_masInfo {
    padding: 13px 30px !important;
    color: white !important;
    cursor: pointer;
    border-radius: 0px 0px 13px 13px !important;
    width: 100%;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
}
.boton_masInfo:hover {
    color:  #205BA9!important;
    background: #BEC3C1 !important;
    font-weight: bold;
}
/*slider*/
.carousel-indicators .active {
    background-color: #205BA9;
}
/* Estilos que hubo en el Front End  */
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 90%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 90%;
    height: 10px;
    content: "";
}
/*slider*/
.col_cart_style{
    background-color: transparent;
}
.card {
    /*background-color: #F2F3F5;*/
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
    border: none;
    border-radius: 18px !important;
    align-items: center;
    height: 100%;
    display: flex;
    flex-direction: column !important;
}
.img_card_style{
    height: fit-content;
    width: 80%;
    padding: 0px;
}
.newProduct {
    position: absolute;
    top: 0px;
    background-color: #205BA9;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;

    opacity: 0;
    animation: fadeInOut 13s ease-in-out infinite;
}
@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}
.bolita{
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bolita_img{
    width: 100%;
    height: fit-content;
}
.clients-carousel{
    /*background: #164bb5;*/
    /*border-radius: 10px;*/
    /*border-top: 1px solid #F2F3F5;*/
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),*/
    /*0 1px 3px rgba(0, 0, 0, 0.06);*/
    /*border-bottom: 1px solid #F2F3F5;*/
    padding-bottom: 15px;
    padding-top: 10px;
    height: 200px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card_echao_style{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.06);
}
.bounce-animation {
    display: inline-block; /* Asegura que funcione correctamente */
    text-decoration: none;
    transition: transform 0.2s ease-in-out; /* Suaviza el efecto al pasar el mouse */
}

.bounce-animation span {
    display: inline-block; /* Permite animar el span */
    font-size: 24px; /* Ajusta el tamaño base del ícono */
    animation: bounce 1s infinite; /* Aplica la animación de salto */
}

/* Animación de salto */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Posición inicial y final */
    }
    50% {
        transform: translateY(-8px); /* Salto hacia arriba */
    }
}
.imagen-caja-Milag{
    position: relative;
    width: 100%;
    border-radius: 13px !important;
}
.paddincito{
    padding-bottom: 0px;
    padding-top: 0px;
}
@media only screen and (max-width: 479px) {
    .imagen-caja-Milag {
        position: relative;
        width: 100%;
    }
    .paddincito{
        padding: 50px 30px 0 50px;
    }
}
.colorP_milang {
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #205BA9;
    font-family: "Martel Sans", serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
.negrita{
    font-weight: bold !important;
    color: #242424 !important;
}
.wha_style{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 100px;
    cursor: pointer;
    animation: bounce 2s infinite;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .wha_style {
        position: absolute;
        left: 400px;
        top: 12px;
    }
    .page_section{
        height: 970px;
    }
}
@media only screen and (max-width: 479px) {
    .wha_style {
        position: absolute;
        left: 220px;
        top: 12px;
    }
    .page_section{
        height: 900px;
    }
}
.wha_style {
    width: 70%; /* Tamaño del icono dentro del botón */
    height: auto;
}
.wha_style:hover {
    transform: scale(1.2); /* Aumenta ligeramente el tamaño */
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.06);*/
}
/* Animación de rebote */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Posición inicial y final */
    }
    50% {
        transform: translateY(-10px); /* Rebote hacia arriba */
    }
}
#portfolio {
    padding: 10px 0px;
}
.imagen_servicoM {
    transition: transform 0.3s;
    width: 30%;
    height: fit-content;
}
.imagen_servicoM:hover {
    transform: scale(1.09);
}
.aCont{
    width: 250px;
    height: 160px;
}
.imagen_servico {
    transition: transform 0.3s;
    width: 200px;
    height: fit-content;
    border-radius: 20px;
}
.imagen_servico:hover {
    transform: scale(1.09) rotate(3deg);
}
.card-clientes2{
    width: 170px;
    height: 100%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    margin: 10px 0px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
}
/* Para laptops (entre 768px y 1199px) */
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .imagen_servico {
        width: 80% !important;
    }
    .page_section{
        height: 1060px;
    }
    .margin_modal{
        margin-top: 120px !important;
        margin-left: 250px !important;
    }
    .imgenviosstyles{
        height: -webkit-fill-available;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .imagen_servico {
       width: 80% !important;
    }
    .margin_modal{
        margin-top: 120px !important;
        margin-left: 250px !important;
    }
}
@media only screen and (max-width: 479px) {
    .imagen_servico {
        width: 70% !important;
    }
    .margin_modal{
        margin-top: 120px !important;
        margin-left: 250px !important;
    }
}
.contactito-form-2-p{
    margin-left: 55px;opacity: 0.8;
}
.contactito-form-2{
    margin-top: 80px;
    margin-left: -50px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contactito-form-2-div{
    background: #205BA9;
    color: white;padding: 40px;
}
.contactito-form-btn{
    background: #205BA9 !important;
    border: 1px solid #205BA9 !important;
    color: white !important;
    width: 85% !important;
}
.mbr-bold {
    font-weight: 700;
}
.contactito-form{
    background: #fff;
    border-radius: 17px;
    padding: 50px 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}
.cid-rTPQfln0Lo {
    padding-top: 50px;
    padding-bottom: 0;
    background-color: #242424;
}
.mbr-text {
    font-style: normal;
    line-height: 1.6;
}
.text-color {
    color: #ffffff !important;
}
.cid-rTPQfln0Lo .footer-lower .social-list .soc-item {
    margin: 0 .5rem;
}
.cid-rTPQfln0Lo .footer-lower .social-list .mbr-iconfont-social {
    font-size: 1.3rem;
    color: #205BA9;
}
.contactito-textarea{
    background: #f4f7ff;
    width: 100%;
}
.contactito-textarea::placeholder{
    opacity: 0.8;
}
.form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1rem;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
    border: 1px solid #283890 !important;
}
.form-control > .mbr-iconfont {
    font-size: 1.6rem;
}
.form-control,
.form-control:focus {
    border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
    border-color: red;
}
.img_footer{
    width: 10rem;
    height: fit-content;
    filter: drop-shadow(0px 0px 1px white);
}
@media (max-width: 767px) {
    .cid-rTPQfln0Lo .content {
        text-align: center;
    }
    .cid-rTPQfln0Lo .content > div:not(:last-child) {
        margin-bottom: 2rem;
    }
}
@media (max-width: 767px) {
    .cid-rTPQfln0Lo .media-wrap {
        margin-bottom: 1rem;
    }
}
#footer1-d{
    padding-bottom: 0;
}
section,
.container,
.container-fluid {
    position: relative;
    word-wrap: break-word;
}
@media (min-width: 992px) {
    .media-container-row {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

}
.media-container-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: start;
}
.color_h3{
    color: #205BA9;
    padding-bottom: 30px;
}
@media only screen and (max-width: 280px) {
    .card-title{
        font-size: medium;
    }
    .card-text{
        font-size: 12px;
    }
}
.tamañito_p{
    font-size: 12px;
    text-align: justify;
    margin-bottom: 10px;
}
/*--------------------------------*/
.agregar-cotizacion {
    background-color: #205BA9;
    color: white;
    border: none !important;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
    transition: ease-in-out 0.3s;
}

.agregar-cotizacion:hover {
    background-color: #BECFE6;
    color: #205BA9;
    font-weight: bold;
    border: 1px solid #205BA9 !important;
}
.botoncito_center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    align-self: end;
}
.card-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}
.h3_secciones{
    color: #205BA9;
    font-family: "Martel Sans", serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
.style_tabs{
    background-color: #205BA9;
    color: white;
    border: none !important;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 10px !important;
    width: 195px;
    transition: ease-in-out 0.3s;
}
.style_tabs:hover {
    background-color: #CED0CD;
    color: #205BA9;
    border: 1px solid #205BA9 !important;
}
/*card detalle a fondo-----------------------------------------*/

/*-------------------------------------------Estilos generales del modal de refrigeración-------------------------------*/
.details-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.details-content {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 10px;
    border-radius: 12px !important;
    max-width: 900px;
    width: 95%;
    height: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.close-btn {
    background: rgba(32, 91, 169, 0.29);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.close-btn:hover {
    background: #205BA9;
    color: white;
}
.details-left {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: rgba(32, 91, 169, 0.29);
    border-radius: 7px;
}
.details-image {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    cursor: pointer;
}
.details-right {
    flex: 1 1 300px;
    padding: 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-around;
}

.details-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.details-code,
.details-description {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: justify;
}

.details-whatsapp {
    width: 100%;
    display: inline-block;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    align-self: flex-start;
    transition: ease-in-out 0.5s;
}
.details-whatsapp:hover {
    background-color: #1ab853;
    color: #205BA9;
    text-decoration: none;
}
/*-------------------------------------------Estilos generales del modal para Refrigeración -----------------------*/
.show-details{
    border: none;
    color: #205BA9;
    font-weight: bold;
    background: transparent;
    font-size: 12px;
}
.show-details:hover{
    border: none;
    background: transparent;
    color: #CED0CD;
    cursor: pointer;
}

/*ul nabtabs--------------------------------------------------------------------*/
/* Ajustes generales */
.nav-tabs {
    flex-wrap: wrap; /* Permite que las pestañas se ajusten en varias filas */
    margin: 0;
    padding: 0;
}

.nav-tabs .nav-item {
    flex: 1 1 auto; /* Las pestañas ocuparán el ancho disponible de forma equitativa */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo para las pestañas */
.style_tabs {
    font-size: 1rem;
    padding: 10px 5px;
    color: #fff;
    background-color: #205BA9;
    border: none !important;
    border-radius: 10px !important;
    margin: 5px;
    cursor: pointer;
    transition: ease-in-out 0.3s !important;
}
.style_tabs:hover {
    background-color: #BECFE6 !important;
    color: #205BA9!important;
    border: 2px solid #205BA9 !important;
    cursor: pointer;
    font-weight: bold;
}
.style_tabs.active {
    background-color: #BECFE6 !important;
    color: #205BA9!important;
    border: 2px solid #205BA9!important;
    font-weight: bold;
}
/* Contenedor de contenido del tab */
.tab-content {
    margin-top: 20px;
}

/* Paginación */
.pagination {
    justify-content: center;
    margin-top: 20px;
    display: flex;
    list-style: none;
}

.pagination .page-item .page-link {
    color: #205BA9;
    border: 1px solid #205BA9;
    border-radius: 5px;
    margin: 0 5px;
}

.pagination .page-item.active .page-link {
    background-color:#205BA9;
    color: #fff;
}
.nav-link{
    padding: .5rem 0rem !important;
}
/* Ajustes para tablets y celulares */
@media (max-width: 768px) {
    .nav-tabs .nav-item {
        flex: 1 1 100%; /* Cada pestaña ocupa toda la fila */
    }
    .nav-tabs .nav-link {
        font-size: 0.9rem;
        padding: 8px;
    }
    .tab-content {
        padding: 10px;
    }
}
.img-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.whatsapp-float:hover {
    background-color: #22b257;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.whatsapp-float img {
    width: 40px;
    height: 40px;
}
/*------------------------------------------------------------------modal index.php--------------------------------------*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.modal-content {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 10px;
    border-radius: 12px !important;
    max-width: 900px;
    width: 95%;
    height: 70%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.close-modal {
    background: rgba(32, 91, 169, 0.29);
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.close-modal:hover {
    background: #205BA9;
    color: white;
}
.modal-left {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: rgba(32, 91, 169, 0.29);
    border-radius: 7px;
}

.modal-image {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    cursor: pointer;
}
.modal-right {
    flex: 1 1 300px;
    padding: 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-around;
}

.modal-title {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.modal-code,
.modal-description {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: justify;
}

/* Botón de WhatsApp */
.modal-whatsapp {
    width: 100%;
    display: inline-block;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    align-self: flex-start;
    transition: ease-in-out 0.5s;
}

.modal-whatsapp:hover {
    background-color: #1ab853;
    color: #205BA9;
    text-decoration: none;
}
/*------------------------------------------------------------------modal index.php--------------------------------------*/
/* Adaptación para dispositivos móviles --------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .modal-left {
        flex: 1 1 auto;
        width: 100% !important;
        padding: 0;
    }
    .modal-right {
        flex: 1 1 auto;
        width: 100% !important;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .modal-image {
        max-width: 100%;
        max-height: 100%;
    }
    .modal-description{
        font-size: 12px;
    }
    .modal-whatsapp{
        font-size: 12px;
    }
}

/* Adaptación para pantallas pequeñas */
@media (max-width: 480px) {
    .modal-title {
        font-size: 1.2rem;
    }
    .details-title-ac {
        font-size: 1.2rem !important;
    }
    .details-title {
        font-size: 1.2rem !important;
    }
    .details-title-electrodomestico {
        font-size: 1.2rem !important;
    }
    .modal-code,
    .modal-description {
        font-size: 12px;
    }

    .modal-whatsapp {
        padding: 10px 20px;
    }
}
/*-----------------Estilos generales del modal para Aire Acondicionado -------------------------------------------------*/
.details-modal-ac {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.details-content-ac {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 10px;
    border-radius: 12px !important;
    max-width: 900px;
    width: 95%;
    height: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.close-btn-ac {
    background: rgba(32, 91, 169, 0.29);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.close-btn-ac:hover {
    background: #205BA9;
    color: white;
}
.details-left-ac {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: rgba(32, 91, 169, 0.29);
    border-radius: 7px;
}
.details-image-ac {
    max-width: 100%;
    max-height: 300px;
    border-radius: 8px;
    cursor: pointer;
}
.details-right-ac {
    flex: 1 1 300px;
    padding: 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-around;
}
.details-title-ac {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.details-code-ac,
.details-description-ac {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: justify;
}
.details-whatsapp-ac {
    width: 100%;
    display: inline-block;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    align-self: flex-start;
    transition: ease-in-out 0.5s;
}
.details-whatsapp-ac:hover {
    background-color: #1ab853;
    color: #205BA9;
    text-decoration: none;
}
/*-------------------------------------------Estilos generales del modal para Aire Acondicionado -----------------------*/
/* Adaptación para dispositivos móviles --------------------------------------------------------------------------------*/
@media (max-width: 768px) {
    .details-left-ac {
        flex: 1 1 auto;
        width: 100% !important;
        padding: 0;
        height: 50%;
    }
    .details-left {
        flex: 1 1 auto;
        width: 100% !important;
        padding: 0;
        height: 50%;
    }
    .details-right-ac {
        flex: 1 1 auto;
        width: 100% !important;
        height: 50%;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .details-right {
        flex: 1 1 auto;
        width: 100% !important;
        height: 50%;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }
    .details-right-electrodomestico {
        flex: 1 1 auto;
        width: 100% !important;
        height: 50%;
        padding-top: 10px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 0 !important;
    }
    .details-image-ac {
        max-width: 100%;
        max-height: 100%;
    }
    .details-image {
        max-width: 100%;
        max-height: 100%;
    }
    .details-image-electrodomestico {
        max-width: 100%;
        max-height: 100%!important;
    }
    .details-description-ac{
        font-size: 12px;
    }
    .details-description{
        font-size: 12px;
    }
    .details-description-electrodomestico{
        font-size: 12px;
    }
    .details-whatsapp-ac{
        font-size: 12px;
    }
    .details-whatsapp{
        font-size: 12px;
    }
    .details-whatsapp-electrodomestico{
        font-size: 12px;
    }
}
/*--------------Estilos generales del modal para Electrodomesticos Y Americanos-----------------------------------------------------*/
.details-modal-electrodomestico {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.details-content-electrodomestico {
    display: flex;
    flex-wrap: wrap;
    background: white;
    padding: 10px;
    border-radius: 12px !important;
    max-width: 900px;
    width: 95%;
    height: 60%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}
.close-btn-electrodomestico {
    background: rgba(32, 91, 169, 0.29);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2rem;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}
.close-btn-electrodomestico:hover {
    background: #205BA9;
    color: white;
}
.details-left-electrodomestico {
    flex: 1 1 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%!important;
    background: rgba(32, 91, 169, 0.29);
    border-radius: 7px;
}
.details-image-electrodomestico {
    max-width: 100%;
    max-height: 300px;
}
.details-right-electrodomestico {
    flex: 1 1 300px;
    padding: 20px;
    display: flex;
    width: 50%;
    flex-direction: column;
    justify-content: space-around;
}
.details-title-electrodomestico {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}
.details-code-electrodomestico {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: justify;
}
.details-description-electrodomestico {
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: justify;
}
.details-whatsapp-electrodomestico {
    width: 100%;
    display: inline-block;
    background-color: #25d366;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    align-self: flex-start;
    transition: ease-in-out 0.5s;
}
.details-whatsapp-electrodomestico:hover {
    background-color: #1ab853;
    color: #205BA9;
    text-decoration: none;
}
/*-------------------------------------------Estilos generales del modal para Electrodomesticos -----------------------*/
@media (max-width: 768px) {
    .details-left-electrodomestico {
        flex: 1 1 auto;
        width: 100% !important;
        padding: 0;
        height: 50%;
    }
}
.card-text{
    font-size: 13px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-family: "Martel Sans", serif !important;
    font-weight: 900 !important;
    font-style: normal !important;
    line-height: 1.1;
}
.card-detail{
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
.details-download-btn {
    display: inline-block;
    background-color: transparent;
    color: #205BA9;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    border: 2px solid #205BA9;
    height: 100%;
    width: auto;
}
/*ficha-------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.action {
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    background: #F2F3F5;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    top: 55px;
}
@media (max-width: 768px) {
    .action {
        left: 118px;
        top: 58px;
    }
}
.action span {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #205BA9;
    font-size: 2em;
    transition: .3s ease-in-out;
}
.action.active span  {
    transform: rotate(135deg);
}
.action ul {
    position: absolute;
    bottom: 55px;
    background: transparent;
    min-width: 135px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.action.active ul {
    bottom: 8px;
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.action ul li {
    list-style:none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0;
}
.action ul li:hover {
    font-weight: 600;
}
.action ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.action ul li img {
    margin-right: 15px;
    opacity: .2;
    transform: scale(.7);
}
.action ul li:hover img {
    opacity: .8;
    transform: scale(1.0);
}
.color_botoncito{
    background: #F2F3F5;
    color: #205BA9;
    font-size: 14px;
    font-weight: bold;
}
.icono_color{
    color:  #ffffff;
}
/*top-------------------------------------------------------------------------------------------------------------------*/
.size_link{
    font-size: 1.25em;
}
.font_size_icon{
    font-size: 1.25em;
}
/*mediaquery------------------------------------------------------------------------------------------------------------*/
/*vista para laptop*/
@media (min-width: 1024px) and (max-width: 1439px) {
    .estilos_buscador {
        width: 30rem !important;
    }
}
/* Vista para tablets (pantallas entre 768px y 1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .bg_image_imgchica{
        padding: 14px !important;
        font-size: 13px !important;
    }
    .parent {
        padding-top: 20px;
    }
    .boton_whats{
     bottom: 8% !important;
     left: 3% !important;
    }
    .estilos_buscador{
        width: 40rem !important;
    }
    .imagen_servico {
        transition: transform 0.3s;
        width: 180px;
        height: fit-content;
    }
    .marginform{
        margin-left: 0;
    }
    .rowMAr{
        margin-top: 3rem;
    }
    .modal-content {
        flex-direction: column;
        padding: 15px;
        height: 85%;
    }
    .contactito-form-2 {
        margin-top: 0;
        margin-left: 0;
  }
    .contactito-form{
        margin-left: 0;
        margin-right: 0;
    }
    .input-group-btn{
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: left;
        align-items: center;
    }
    .col_cart_style{
        padding-top: 3rem;
    }
    .contactito-form-2-p{
        margin-left: 0;
    }
    .contactito-form-2-div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .contactito-form-2-label{
        margin-left: 0;
    }
    .img_style{
        width: 20%;
        padding-top: 94px;
        position: absolute;
    }
    .img-place{
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .row_style{
        padding-left: 20px;
        padding-right: 20px;
    }
    .modal-description{
        font-size: 12px !important;
    }
    .modal-whatsapp{
        font-size: 12px !important;
    }
    .modal-left{
        height: 16%;
        width: 100%;
    }
    .modal-right{
        width: 100%;
    }
    .details-description {
        font-size: 12px;
    }
    .details-whatsapp{
        font-size: 12px;
    }
    .details-description-ac {
        font-size: 12px;
    }
    .details-description {
        font-size: 12px;
    }
    .details-description-electrodomestico {
        font-size: 12px;
    }
    .details-whatsapp-electrodomestico{
        font-size: 12px;
    }
    .details-description-electrodomestico{
        font-size: 12px;
    }
    .margincardcostadito{
        margin-top: 0!important;
    }
}
/* Vista para celulares en modo horizontal (pantallas entre 576px y 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .bg_image_imgchica{
        padding: 14px !important;
        font-size: 11px !important;
    }
    .parent {
        padding-top: 20px;
    }
    .responsiveTamaño {
        font-size: 1.2rem;
        max-width: 100%;
    }
    .boton_whats{
        bottom: 8% !important;
        left: 3% !important;
    }
    .estilos_buscador{
        width: 20rem !important;
    }
    .contactito-form-2 {
        margin-top: 0;
        margin-left: 0;
}
    .modal-description{
        font-size: 12px !important;
    }
    .img_style{
        width: 40%;
    }
}
/* Vista para celulares en modo vertical (pantallas menores a 576px) */
@media (max-width: 575px) {
    .details-content-ac {
        height: 100%;
        width: 100%;
        font-weight: bold;
        padding: 15px;
    }
    .details-content {
        height: 100%;
        width: 100%;
        font-weight: bold;
        padding: 15px;
    }
    .details-content-electrodomestico {
        height: 100%;
        width: 100%;
        font-weight: bold;
        padding: 15px;
    }
    .bg_image_imgchica{
        padding: 14px !important;
        font-size: 11px !important;
    }
    .parent {
        padding-top: 20px;
    }
    .responsiveTamaño {
        font-size: 1.2rem;
        max-width: 100%;
    }
    .boton_whats{
        bottom: 8% !important;
        left: 3% !important;
    }
    .estilos_buscador{
        width: 20rem !important;
    }
    .marginform{
        margin-left: 0;
    }
    .rowMAr{
        margin-top: 3rem;
    }
    .modal-content {
        flex-direction: column;
        padding: 15px;
        height: 100%;
    }
    .contactito-form-2 {
        margin-top: 0;
        margin-left: 0;
    }

    .margin-left-30{
        margin-left: 0;
    }
    .input-group-btn{
        padding-left: 0;
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .col_cart_style{
        padding-top: 3rem;
    }
    .contactito-form-2-p{
        margin-left: 0;
    }
    .contactito-form-2-label{
        margin-left: 0;
    }
    .contactito-form-2-div{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .img_style{
        width: 100%;
    }
    .img-place{
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .modal-description{
        font-size: 12px !important;
        font-weight: bold;
    }
    .modal-whatsapp{
        font-size: 15px !important;
        width: 100%;
    }
    .modal-left{
        height: 50%;
    }
    .details-description {
        font-size: 12px;
    }
    .details-whatsapp{
        font-size: 12px;
    }
    .details-description-ac {
        font-size: 12px;
    }
    .details-description {
        font-size: 12px;
    }
    .details-description-electrodomestico {
        font-size: 12px;
    }
    .details-whatsapp-electrodomestico{
        font-size: 12px;
    }
    .margincardcostadito{
        margin-top: 0 !important;
    }
}
.margincardcostadito{
    margin-top: 2rem;
}
/*footer----------------------------------------------------*/
.cid-rTPQfln0Lo .footer-lower .social-list {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    list-style: none;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}


.cid-rTPQfln0Lo .footer-lower .social-list a {
    margin: 0;
    opacity: 1;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.cid-rTPQfln0Lo .footer-lower .social-list a:hover {
    opacity: 1;
}
@media (max-width: 767px) {
    .cid-rTPQfln0Lo .footer-lower .social-list {
        -webkit-justify-content: center;
        justify-content: center;
    }
}
/*------------------------*/
#searchBar {
    transition: max-height 0.3s step-start;
    overflow: hidden;
}
.bg_image{
    background-image: url('imagenes/backPrincipal.png');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 20px !important;
    color: white !important;
}
.bg_image_imgchica{
    background-image: url('styles/images/milang_prod/backcito.webp');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 25px !important;
}
.bg_image_card{
    background-image: url('styles/images/milang_prod/modelo.webp');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 20px !important;
    color: white !important;
}
.bg_image_cardProducts{
    background-image: url('styles/images/milang_prod/modelo.webp');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding: 10px !important;
    color: white !important;
}
.diseñito{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #F2F3F5;
    border-radius:15px 15px 0px 0px;
}
.diseñito2{
    background: #F2F3F5;
}
/*buscador*/
.estilos_buscador{
    background: white !important;
    border: none !important;
    border-radius: 30px !important;
    width: 34rem;
}
/* Para escritorio */
@media (min-width: 768px) {
    #product-container {
        display: block; /* Asegura que el contenedor esté siempre visible en escritorio */
    }
}

/* Para móviles */
@media (max-width: 767px) {
    #product-container {
        display: block; /* Asegura que el contenedor esté siempre visible en móviles */
    }
}
#no-products-message{
    position: absolute !important;
    bottom: 0px !important;
    background: #CFCFCF !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    color: #9299E5 !important;
    font-weight: 600 !important;
    right: 556px !important;
}
#resultados-container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
}
/*formulario de contacto*/
.contactito{
    border: none;
    background: transparent;
    border-bottom: 1px solid #283890;
}
.contactito::placeholder{
    color: #283890;
    opacity: 0.5;
}
.color-margin-50{
    color: #283890;
}
@media only screen and (max-width: 479px){
    .contactito{
        width: 85%;
    }
}
/*----------------------------------------------------------------------------*/
.boton_whats{
    position: absolute;
    background: #8B5B47;
    padding: 8px 18px;
    border-radius: 17px;
    font-size: 13px;
    color: white;
    bottom: 10%;
    left: 285px;
    margin-bottom: 0;
    cursor: pointer;
    transition: ease-in-out 0.3s;
    border: 2px solid #8B5B47;
}
.boton_whats:hover {
    border: 2px solid #8B5B47;
    color:  #8B5B47!important;
    background: white !important;
    cursor: pointer;
}
.titulo{
    margin-top: 30px;
    margin-bottom: 60px;
    text-align: center;
    padding: 0px 10px;
}