
    *{
        text-decoration: none;
        margin: 0;
        padding: 0;
    }
    
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 30px;
    }

    .img-fondo-banner{
        width: 100%;
        height: 790px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 76%, 50% 100%, 100% 80%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .borde-img{
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: -10px;
    }

    .borde-img img{
        width: 107%;
    }

    .container-detalles .img-fondo-banner .text-center {    
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
    }

    .container-detalles .img-fondo-banner .refrigerador {    
        width: 50%;
        height: 90%;
        display: flex;
        justify-content:center;
        align-items: flex-start;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 50%;
        height: 80%;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 60px;
        font-family: 'Roboto';
        text-align: left;
        font-weight: bold;
        height: 50%;
        width: 95%;
    }

    .container-detalles .img-fondo-banner .text-center .text-color{
        color: #3778BD;
    }

    /*certificaciones*/

    .somos-certificaciones {
        margin-top: -173px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    /*quienes-somos*/

    .quienes-somos {
        background-color: #3778BD;
        width: 50%;
        height: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .certificaciones {
        background-color: #f0f0f0;
        width: 50%;
        height: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        width: 60%;
        margin-top: 60px;
        z-index: 3;
    }

    .quienes-somos h1 {
        font-size: 40px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }


    .certificaciones h1 {
        font-size: 40px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .certificaciones span {
        font-size: 20px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width:100%;
    }

    .quienes-somos span {
        font-size: 20px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width:100%;
    }


    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;height: 50px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }

    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }

    .btn-mas-detalles:hover {
        color: #0088ff;
    }

    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }

    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }


    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }

    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }


    .diseño-construccion{
        width: 100%;
        height: 90vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .diseño-construccion .title-construccion{
        width: 90%;
    }

    .diseño-construccion .title-construccion h1{
        font-size: 60px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }

    .diseño-construccion .content-construccion{
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .diseño-construccion .content-construccion .text-construccion{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 25px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 75%;
        margin-top: 20px;
    }

    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }

    .como-funciona{
        width: 100%;
        height: 70%;
        margin-top: -60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .como-funciona .title-funciona {
        width: 100%;
        padding-left: 170px;
        margin: 20px;
    }

    .como-funciona .title-funciona h1 {
        font-size: 50px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .items-funciona {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .items-funciona .item {
        width: 350px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 50px;
    }

    .item h3 {
        font-family: 'Roboto';
        font-size: 30px;
        font-weight: bold;
        color: #555555;
    }

    .item span {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }

    /*contactanos btn*/

    #contactanos {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        z-index: 2;
    }

    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 60px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        margin-right: 135px;
        text-decoration: none;
    }

    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }

    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }

    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }

    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }


    /*calidad-precio-container*/

    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }

    .calidad-precio-container a{
        text-decoration: none;
    }

    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .text-calidad span{
        font-size: 30px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }

    .text-calidad h2{
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 35px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }

    #calidad-precio {
        font-weight: bold;
    }


    /*categorias-productos*/

    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }

    .img-categorias {
        width: 35%;
        height: auto;
    }

    .img-categorias img{
        width: 100%;
        height: 100%;
    }

    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        height: auto;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }

    .items-categorias a{
        text-decoration: none;
    }

    #img-categoria {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    #img-categoria-2 {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }

    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 25px;
        color: #3778BD;
    }

    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }

    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 25px;
        width: 90%;
    }

        
    /*container-blog*/

    .container-blog {
        width: 100%;
        height:100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }

    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }

    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 60px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }

    .container-card-blog{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 60px;
    }

    .cards-blog {
        width: 500px;
        height: 90%;
        border: solid 1px transparent;
    }

    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }

    .cards-blog .card:hover {
        border: solid 1px #0088ff1e;
        background-color: #0088ff1e;
        padding: 10px;
        transform: scale(1.1); 
        border-radius: 3em;
    }

    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }

    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }

    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 120px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }

    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }

    .cards-blog .card .title-card h4{
        font-size: 18px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }

    .cards-blog .card .title-card h6{
        font-size: 15px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }

    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }

    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }

    .cards-blog{
        position: relative;
    }

    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 1em;
        width: 200px;
        height: 50px;
        position: absolute;
        left: 150px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    

    .container-card-blog .cards-blog .me-gusta-compartir i{
        font-size: 20px;
        color: white;
        cursor: pointer;
    } 

@media screen and (max-width:2000px) {
    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 30px;
    }

    .img-fondo-banner{
        width: 100%;
        height: 710px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 76%, 50% 100%, 100% 80%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .borde-img{
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: -10px;
    }

    .borde-img img{
        width: 107%;
    }

    .container-detalles .img-fondo-banner .text-center {    
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
    }

    .container-detalles .img-fondo-banner .refrigerador {    
        width: 50%;
        height: 90%;
        display: flex;
        justify-content:center;
        align-items: flex-start;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 50%;
        height: 80%;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 60px;
        font-family: 'Roboto';
        text-align: left;
        font-weight: bold;
        height: 50%;
        width: 95%;
    }

    .container-detalles .img-fondo-banner .text-center .text-color{
        color: #3778BD;
    }

    /*certificaciones*/

    .somos-certificaciones {
        margin-top: -173px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    /*quienes-somos*/

    .quienes-somos {
        background-color: #3778BD;
        width: 50%;
        height: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .certificaciones {
        background-color: #f0f0f0;
        width: 50%;
        height: 570px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        width: 60%;
        margin-top: 60px;
        z-index: 3;
    }

    .quienes-somos h1 {
        font-size: 40px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }


    .certificaciones h1 {
        font-size: 40px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .certificaciones span {
        font-size: 20px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width:100%;
    }

    .quienes-somos span {
        font-size: 20px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width:100%;
    }

    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 0px;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }

    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }

    .btn-mas-detalles:hover {
        color: #0088ff;
    }

    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }

    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }

    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }

    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }


    .diseño-construccion{
        width: 100%;
        height: 90vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .diseño-construccion .title-construccion{
        width: 90%;
    }

    .diseño-construccion .title-construccion h1{
        font-size: 60px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }

    .diseño-construccion .content-construccion{
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .diseño-construccion .content-construccion .text-construccion{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 25px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 75%;
        margin-top: 20px;
    }

    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }

    .como-funciona{
        width: 100%;
        height: 70%;
        margin-top: -60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .como-funciona .title-funciona {
        width: 100%;
        padding-left: 170px;
        margin: 20px;
    }

    .como-funciona .title-funciona h1 {
        font-size: 50px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .items-funciona {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .items-funciona .item {
        width: 350px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 50px;
    }

    .item h3 {
        font-family: 'Roboto';
        font-size: 30px;
        font-weight: bold;
        color: #555555;
    }

    .item span {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }

    /*contactanos btn*/

    #contactanos {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        z-index: 2;
    }

    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 250px;
        height: 60px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        margin-right: 135px;
        text-decoration: none;
    }

    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }

    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }

    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }

    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }


    /*calidad-precio-container*/

    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }

    .calidad-precio-container a{
        text-decoration: none;
    }

    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .text-calidad span{
        font-size: 30px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }

    .text-calidad h2{
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 35px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }

    #calidad-precio {
        font-weight: bold;
    }


    /*categorias-productos*/

    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }

    .img-categorias {
        width: 35%;
        height: auto;
    }

    .img-categorias img{
        width: 100%;
        height: 100%;
    }

    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        height: auto;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }

    .items-categorias a{
        text-decoration: none;
    }

    #img-categoria {
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }

    #img-categoria-2 {
        width: 90px;
        height: 90px;
        margin-bottom: 20px;
    }

    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 25px;
        color: #3778BD;
    }

    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }

    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 25px;
        width: 90%;
    }

        
    /*container-blog*/

    .container-blog {
        width: 100%;
        height:100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }

    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }

    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 60px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }

    .container-card-blog{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 60px;
    }

    .cards-blog {
        width: 500px;
        height: 90%;
        border: solid 1px transparent;
    }

    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }

    .cards-blog .card:hover {
        border: solid 1px #0088ff1e;
        background-color: #0088ff1e;
        padding: 10px;
        transform: scale(1.1); 
        border-radius: 3em;
    }

    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }

    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }

    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 120px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }

    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }

    .cards-blog .card .title-card h4{
        font-size: 18px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }

    .cards-blog .card .title-card h6{
        font-size: 15px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }

    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }

    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }

    .cards-blog{
        position: relative;
    }

    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 1em;
        width: 200px;
        height: 50px;
        position: absolute;
        left: 150px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    

    .container-card-blog .cards-blog .me-gusta-compartir i{
        font-size: 20px;
        color: white;
    } 
}

/*RESOLUCION PC TAMAÑO CONVENCIONAL*/
@media screen and (max-width:1800px) {     
    
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }
    
    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 30px;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 590px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 75%, 50% 100%, 100% 80%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .borde-img{
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: -10px;
    }
    
    .borde-img img{
        width: 107%;
    }
    
    .container-detalles .img-fondo-banner .text-center {    
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
    }
    
    .container-detalles .img-fondo-banner .refrigerador {    
        width: 50%;
        height: 90%;
        display: flex;
        justify-content:center;
        align-items: flex-start;
    }
    
    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 50%;
        height: 80%;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 40px;
        font-family: 'Roboto';
        text-align: left;
        font-weight: bold;
        height: 35%;
        width: 95%;
    }
    
    .container-detalles .img-fondo-banner .text-center .text-color{
        color: #3778BD;
    }
    
    /*certificaciones*/
    
    .somos-certificaciones {
        margin-top: -133px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    /*quienes-somos*/
    
    .quienes-somos {
        background-color: #3778BD;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .certificaciones {
        background-color: #f0f0f0;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    
    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        margin-top: 60px;
        z-index: 3;
    }
    
    .quienes-somos h1 {
        font-size: 30px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }
    
    .quienes-somos span {
        font-size: 16px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width: 400px;
    }
    
    
    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Roboto';
        display: inline-block;
        width: 10em;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }
    
    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 220px;
        border-radius: 50%;
    }
    
    .btn-mas-detalles:hover {
        color: #0088ff;
    }
    
    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }
    
    
    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }
    
    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }
    
    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }
    
    .certificaciones h1 {
        font-size: 30px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .certificaciones span {
        font-size: 16px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }
    
    .diseño-construccion{
        width: 100%;
        height: 90vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        width: 90%;
        height: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
    width: 50%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 17px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 75%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }
    
    .como-funciona{
        width: 100%;
        height: 70%;
        margin-top: -60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding-left: 170px;
        margin: 20px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .items-funciona {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .items-funciona .item {
        width: 330px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
    
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-right: 135px;
        text-decoration: none;
        padding-left: 45px;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 25px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 30px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        width: 35%;
        height: auto;
    }
    
    .img-categorias img{
        width: 100%;
        height: 100%;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 20px;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: 100vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 350px;
        height: 530px;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 100px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #939091;
    }

    .cards-blog{
        position: relative;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        border-radius: 1em;
        width: 100px;
        position: absolute;
        left: 120px;
        bottom: -20px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 15px;
       color: white;
    } 
    
}   

/*RESOLUCION LAPTOP*/
@media screen and (max-width:1500px){      
    .img-fondo-banner{
        width: 100%;
        height: 590px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 80%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*RESOLUCION LAPTOP*/
@media screen and (max-width:1350px){      
    .img-fondo-banner{
        width: 100%;
        height: 590px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 85%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 30px;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 590px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 80%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .borde-img{
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: -10px;
    }
    
    .borde-img img{
        width: 107%;
    }
    
    .container-detalles .img-fondo-banner .text-center {    
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5%;
    }
    
    .container-detalles .img-fondo-banner .refrigerador {    
        width: 50%;
        height: 90%;
        display: flex;
        justify-content:center;
        align-items: flex-start;
    }
    
    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 50%;
        height: 80%;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 40px;
        font-family: 'Roboto';
        text-align: left;
        font-weight: bold;
        height: 50%;
        width: 95%;
    }
    
    .container-detalles .img-fondo-banner .text-center .text-color{
        color: #3778BD;
    }
    
    /*certificaciones*/
    
    .somos-certificaciones {
        margin-top: -133px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    /*quienes-somos*/
    
    .quienes-somos {
        background-color: #3778BD;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .certificaciones {
        background-color: #f0f0f0;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    
    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        margin-top: 60px;
        z-index: 3;
    }
    
    .quienes-somos h1 {
        font-size: 30px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }
    
    .quienes-somos span {
        font-size: 16px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width: 400px;
    }
    
    
    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Roboto';
        display: inline-block;
        width: 10em;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }
    
    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 220px;
        border-radius: 50%;
    }
    
    .btn-mas-detalles:hover {
        color: #0088ff;
    }
    
    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }
    
    
    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }
    
    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }
    
    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }
    
    .certificaciones h1 {
        font-size: 30px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .certificaciones span {
        font-size: 16px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }
    
    .diseño-construccion{
        width: 100%;
        height: 60vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        width: 90%;
        height: 80%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 17px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 75%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }
    
    .como-funciona{
        width: 100%;
        height: 70%;
        margin-top: -60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding-left: 170px;
        margin: 20px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .items-funciona {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .items-funciona .item {
        width: 330px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
    
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-right: 135px;
        text-decoration: none;
        padding-left: 45px;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 25px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 30px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        width: 35%;
        height: auto;
    }
    
    .img-categorias img{
        width: 100%;
        height: 100%;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 20px;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 380px;
        height: 630px;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 100px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 100px;
        position: absolute;
        left: 155px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 15px;
       color: white;
    } 
    
}

@media screen and (max-width:1200px){    
    
    body{
        overflow-x:hidden ;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador{
        width: 50%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 300px;
        height: 300px;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 40px;
        font-family: 'Roboto';
        text-align: left;
    }
    
    
    /*certificaciones*/
    
    .somos-certificaciones {
        margin-top: -133px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    /*quienes-somos*/
    
    .quienes-somos {
        background-color: #3778BD;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .certificaciones {
        background-color: #f0f0f0;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    
    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        margin-top: 60px;
        z-index: 3;
    }
    
    .quienes-somos h1 {
        font-size: 30px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }
    
    .quienes-somos span {
        font-size: 16px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width: 400px;
    }
    
    
    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Roboto';
        display: inline-block;
        width: 10em;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }
    
    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 220px;
        border-radius: 50%;
    }
    
    .btn-mas-detalles:hover {
        color: #0088ff;
    }
    
    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }
    
    
    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }
    
    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }
    
    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }
    
    .certificaciones h1 {
        font-size: 30px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .certificaciones span {
        font-size: 16px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }
    
    .diseño-construccion{
        width: 100%;
        height: 60vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        width: 90%;
        height: 80%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 17px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 75%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }
    
    .como-funciona{
        width: 100%;
        height: 70%;
        margin-top: -60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding-left: 170px;
        margin: 20px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .items-funciona {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .items-funciona .item {
        width: 330px;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
    
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 0px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-right: 135px;
        text-decoration: none;
        padding-left: 45px;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 25px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 30px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        width: 35%;
        height: auto;
    }
    
    .img-categorias img{
        width: 100%;
        height: 100%;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 20px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 380px;
        height: 630px;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 100px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 100px;
        position: absolute;
        left: 155px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 15px;
       color: white;
    } 

}

@media screen and (max-width:1030px) {
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 50px;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 50%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
}

@media screen and (max-width:994px){      
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 84%, 50% 100%, 100% 88%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador{
        width: 50%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 300px;
        height: 300px;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 35px;
        font-family: 'Roboto';
        text-align: left;
    }
    
    
    /*certificaciones*/
    
    .somos-certificaciones {
        margin-top: -133px;
        z-index: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    /*quienes-somos*/
    
    .quienes-somos {
        background-color: #3778BD;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .certificaciones {
        background-color: #f0f0f0;
        width: 50%;
        height: 470px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    
    .quienes-somos .position-left {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        width: 90%;
        margin-top: 60px;
        z-index: 3;
    }

    .certificaciones .position-left {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        width: 90%;
        margin-top: 60px;
        z-index: 3;
    }
    
    .quienes-somos h1 {
        font-size: 30px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }

    .certificaciones h1 {
        font-size: 30px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .certificaciones span {
        font-size: 16px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }
    
    
    .quienes-somos span {
        font-size: 16px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width: 80%;
    }
    
    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Roboto';
        display: inline-block;
        width: 10em;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }
    
    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 220px;
        border-radius: 50%;
    }
    
    .btn-mas-detalles:hover {
        color: #0088ff;
    }
    
    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }
    
    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }
    
    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }
    
    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }
    
   
    .diseño-construccion{
        width: 100%;
        height: 65vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        width: 90%;
        height: 80%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 17px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 75%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 50px;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 50%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
        padding-left: 45px;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 25px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 30px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        width: 35%;
        height: auto;
    }
    
    .img-categorias img{
        width: 100%;
        height: 100%;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 20px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 380px;
        height: 630px;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 100px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 100px;
        position: absolute;
        left: 155px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 15px;
       color: white;
    } 

}

@media screen and (max-width:890px){      
    .img-fondo-banner{
        margin-top: 70px;
        width: 100%;
        height: 490px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 88%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 300px;
        height: 90%;
        margin-bottom: 50px;
    }
    
    .container-detalles .img-fondo-banner .refrigerador {    
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-detalles .img-fondo-banner .text-center {
        padding-top: 0px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 30px;
        height: 40%;
        font-family: 'Roboto';
        text-align: left;
    }

    /*quienes-somos*/

    .somos-certificaciones{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .quienes-somos {
        margin-top: -30px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5%;
    }

    .certificaciones {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .certificaciones .position-left{
        height: 90%;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: flex-start;
    }

    .quienes-somos .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
        height: 70%;
        width: 90%;
        margin-top: 100px;
        z-index: 3;
    }


    .quienes-somos .position-left h1 {
        font-size: 30px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }

    .quienes-somos .position-left span {
        font-size: 15px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 100%;
    }

    .certificaciones .position-left  h1{
        font-size: 30px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }

    .certificaciones .position-left span {
        font-size: 15px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 100%;
    }

    .quienes-somos .position-left .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        font-family: 'Roboto';
        display: flex;
        width: 200px;
        height: 50px;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }

    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 320px;
        border-radius: 50%;
    }

    .btn-mas-detalles:hover {
        color: #0088ff;
    }

    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }

    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }

    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }

    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }

    .certificaciones h1 {
        font-size: 20px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .certificaciones span {
        font-size: 14px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }

    /*diseño y construccion*/
   
    .diseño-construccion{
        width: 100%;
        margin-top: 20px;
        height: 75vh;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        width: 100%;
        height: 80%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 50%;
        height: 80%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 17px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 90%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 100%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 50px;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 50%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
        padding-left: 45px;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 25px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 30px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        width: 35%;
        height: auto;
    }
    
    .img-categorias img{
        width: 100%;
        height: 100%;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 380px;
        height: 630px;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 100px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 100px;
        position: absolute;
        left: 155px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 15px;
       color: white;
    } 



}

@media screen and (max-width:780px){      
    .img-fondo-banner{
        margin-top: 40px;
        width: 100%;
        height: 490px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 87%, 50% 100%, 100% 88%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 300px;
        height: 80%;
        margin-bottom: 50px;
    }
    
    .container-detalles .img-fondo-banner .refrigerador {    
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-detalles .img-fondo-banner .text-center {
        padding-top: 0px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 25px;
        height: auto;
        font-family: 'Roboto';
        text-align: left;
    }

    /*quienes-somos*/

    .somos-certificaciones{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .quienes-somos {
        margin-top: -20px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5%;
    }

    .certificaciones {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: column;
        height: 55%;
        width: 90%;
        margin-top: 60px;
        z-index: 3;
    }

    .quienes-somos h1 {
        font-size: 30px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
    }

    .quienes-somos span {
        font-size: 15px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: justify;
        width: 400px;
    }


    .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        padding-left: 20px;
        font-family: 'Roboto';
        display: inline-block;
        width: 10em;
        height: 2.6em;
        line-height: 2.5em;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }

    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 220px;
        border-radius: 50%;
    }

    .btn-mas-detalles:hover {
        color: #0088ff;
    }

    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }

    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }

    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }

    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }

    .certificaciones h1 {
        font-size: 20px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .certificaciones span {
        font-size: 14px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }


    .quienes-somos .position-left .btn-mas-detalles {
        --color: #ffffff;
        text-decoration: none;
        font-family: 'Roboto';
        display: flex;
        width: 200px;
        height: 50px;
        margin: 20px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin-left: 0px;
    }

    .btn-mas-detalles:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 320px;
        border-radius: 50%;
    }

    .btn-mas-detalles:hover {
        color: #0088ff;
    }

    .btn-mas-detalles:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }

    .btn-mas-detalles:hover:before {
        top: -30px;
        left: -30px;
    }

    .btn-mas-detalles:active:before {
        background: transparent;
        color: white;
        transition: background 0s;
    }

    .img{
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .img .iso-90100 {
        width: 50px;
        height: 50px;
    }

    .img .iso-90100 img {
        width: 50px;
        height: 50px;
    }

    .certificaciones h1 {
        font-size: 20px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .certificaciones span {
        font-size: 14px;
        color: #3778BD;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: left;
        width: 400px;
    }

    /*diseño y construccion*/
   
    .diseño-construccion{
        width: 100%;
        margin-top: 20px;
        height: auto;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-top: 50px;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        margin-top: 50px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 17px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: left;
        width: 90%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 90%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 40px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 50px;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 50%;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 40px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 17px;
        font-weight: normal;
        text-align: justify;
        width: 330px;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        height: 50px;
        line-height: 2.5em;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 17px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
        padding-left: 45px;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 20px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 25px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        width: 35%;
        height: auto;
    }
    
    .img-categorias img{
        width: 100%;
        height: 100%;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 65%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 380px;
        height: 630px;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 100px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 13px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 5px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 100px;
        position: absolute;
        left: 130px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 15px;
       color: white;
    } 
}

@media screen and (max-width:750px){      
    .img-fondo-banner{
        width: 100%;
        height: 380px;
        margin-top: 40px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 87%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 250px;
        height: 250px;
    }

    .container-detalles .img-fondo-banner .text-center {
        padding-left: 5%;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 24px;
        font-family: 'Roboto';
        text-align: left;
    }
}

@media screen and (max-width:735px){      
    .img-fondo-banner{
        width: 100%;
        height: 380px;
        margin-top: 20px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 87%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 250px;
        height: 250px;
    }

    .container-detalles .img-fondo-banner .text-center {
        padding-left: 5%;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 24px;
        font-family: 'Roboto';
        text-align: left;
    }

    .certificaciones{
        height: 400px;
    }

    .certificaciones .position-left{
        margin-top: 0px;
        height: 100%;
    }

    .quienes-somos .position-left span,
    .certificaciones .position-left span{
        font-size: 18px;
    }

    /*diseño y construccion*/
   
    .diseño-construccion{
        width: 100%;
        margin-top: 20px;
        height: auto;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 35px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-top: 50px;
        text-align: center;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        margin-top: 50px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 20px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: center;
        width: 80%;
        margin-top: 10px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 90%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 35px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 0px;
        margin-top: 10%;
        text-align: center;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 80%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 45px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 25px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        width: 100%;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 60px;
        padding-left: 0px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 20px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 25px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        display: none;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 100%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 80%;
        height: 800px;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 135px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
}

/*RESOLUCION MOVIL SMALL*/
@media screen and (max-width:685px){      

    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        width: 100%;
        height: 380px;
        margin-top: 20px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 87%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador img{    
        width: 250px;
        height: 250px;
    }

    .container-detalles .img-fondo-banner .text-center {
        padding-left: 5%;
    }
    
    .container-detalles .img-fondo-banner .text-center h1{
        color: #004987;
        font-size: 24px;
        font-family: 'Roboto';
        text-align: left;
    }
}

@media screen and (max-width:630px) {
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        width: 100%;
        height: 380px;
        margin-top: 40px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 87%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quienes-somos {
        height: 500px;
    }


    /*diseño y construccion*/
    .diseño-construccion{
        width: 100%;
        margin-top: 20px;
        height: auto;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 90%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 35px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-top: 50px;
        text-align: center;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        margin-top: 50px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 20px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: center;
        width: 80%;
        margin-top: 10px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 90%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 35px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 0px;
        margin-top: 10%;
        text-align: center;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 80%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 45px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 25px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        width: 100%;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 60px;
        padding-left: 0px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 20px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        font-size: 25px;
        color: white;
        margin-top: 5px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        display: none;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 100%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 80%;
        height: 800px;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 120px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
}

@media screen and (max-width:616px) {
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        width: 100%;
        height: 380px;
        margin-top: 40px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 87%, 50% 100%, 100% 87%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width:600px) {
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        width: 100%;
        height: 380px;
        margin-top: 40px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 87%, 50% 100%, 100% 87%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quienes-somos {
        height: 500px;
    }


    /*diseño y construccion*/
    .diseño-construccion{
        width: 100%;
        margin-top: 20px;
        height: auto;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 95%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 35px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-top: 50px;
        text-align: center;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        margin-top: 50px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 20px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: center;
        width: 90%;
        margin-top: 10px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 90%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 35px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 0px;
        margin-top: 10%;
        text-align: center;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 90%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 45px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 25px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        width: 100%;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 60px;
        padding-left: 0px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 20px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        text-align: center;
        font-size: 25px;
        color: white;
        margin-top: 10px;
        margin-left: 30px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        display: none;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 100%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
    /*container-blog*/
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 85%;
        height: 800px;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(0); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 120px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
}

@media screen and (max-width:590px){   
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        margin-top: -30px;
        width: 100%;
        height: 340px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 87%, 50% 100%, 100% 89%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador{
        display:none;
    }

    .container-detalles .img-fondo-banner .text-center {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 90%;
        font-size: 30px;
        text-align: center;
    }

    .quienes-somos .position-left,
    .certificaciones .position-left{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quienes-somos .position-left h1,
    .certificaciones .position-left h1,
    .quienes-somos .position-left span,
    .certificaciones .position-left span{
        text-align: center;
    }
}

@media screen and (max-width:500px){      
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        margin-top: -30px;
        width: 100%;
        height: 340px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 88%, 50% 100%, 100% 89%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador{
        display:none;
    }

    .container-detalles .img-fondo-banner .text-center {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 90%;
        font-size: 30px;
        text-align: center;
    }

       /*quienes-somos*/

    .somos-certificaciones{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .quienes-somos {
        margin-top: -30px;
        width: 100%;
        height: 450px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5%;
    }

    .quienes-somos .position-left .btn-mas-detalles{
        width: 50%;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quienes-somos .position-left .btn-mas-detalles:hover{
        color: #0088ff;
    }

    .certificaciones {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: 55%;
        width: 90%;
        margin-top: 130px;
        z-index: 3;
    }

    .quienes-somos .position-left h1 {
        font-size: 25px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
        text-align: center;
    }

    .quienes-somos .position-left span {
        font-size: 15px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

    .certificaciones .position-left  h1{
        font-size: 25px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        width: 400px;
    }

    .certificaciones .position-left span {
        font-size: 15px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

    .items-categorias .info p{
        display: none;
    }

    .blog .cards-blog{
        width: 100%;
    }

    .blog .card{
        width: 100%;
    }
}

@media screen and (max-width:460px){      
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }
    .img-fondo-banner{
        margin-top: -30px;
        width: 100%;
        height: 300px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 89%, 50% 100%, 100% 89%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador{
        display:none;
    }

    .container-detalles .img-fondo-banner .text-center {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 90%;
        font-size: 25px;
        text-align: center;
    }
   /*quienes-somos*/

    .somos-certificaciones{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .quienes-somos {
        margin-top: -30px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5%;
    }

    .certificaciones {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .position-left {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: 55%;
        width: 90%;
        margin-top: 130px;
        z-index: 3;
    }

    .quienes-somos .position-left h1 {
        font-size: 25px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
        text-align: center;
    }

    .quienes-somos .position-left span {
        font-size: 15px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

    .certificaciones .position-left  h1{
        font-size: 25px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        width: 400px;
    }

    .certificaciones .position-left span {
        font-size: 15px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: center;
        width: 100%;
    }
        
}

@media screen and (max-width:400px){      
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }
    .img-fondo-banner{
        margin-top: -50px;
        width: 100%;
        height: 300px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 89%, 50% 100%, 100% 95%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .refrigerador{
        display:none;
    }

    .container-detalles .img-fondo-banner .text-center {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 90%;
        font-size: 25px;
        text-align: center;
    }
    
    /*quienes-somos*/

    .somos-certificaciones{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .quienes-somos {
        margin-top: -0px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .quienes-somos  .position-left {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: 55%;
        width: 90%;
        margin-top: 130px;
        z-index: 3;
    }

    .certificaciones {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
    }

    .certificaciones .position-left .img{
        width: 90%;
    }

   

    .quienes-somos .position-left h1 {
        font-size: 25px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
        width: 400px;
        text-align: center;
    }

    .quienes-somos .position-left span {
        font-size: 15px;
        color: white;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

    .certificaciones .position-left  h1{
        font-size: 25px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        width: 400px;
    }

    .certificaciones .position-left span {
        font-size: 15px;
        color: #0169c4;
        font-family: 'Roboto';
        font-weight: normal;
        text-align: center;
        width: 100%;
    }

       /*diseño y construccion*/
       .diseño-construccion{
        width: 100%;
        margin-top: 20px;
        height: auto;
        margin: 0px;
        padding: 0px;
        display:flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .diseño-construccion .title-construccion{
        width: 95%;
    }
    
    .diseño-construccion .title-construccion h1{
        font-size: 30px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-top: 50px;
        text-align: center;
    }
    
    .diseño-construccion .title-construccion .d-especiales{
        color: #939091;
    }
    
    .diseño-construccion .content-construccion{
        margin-top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap-reverse;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .text-construccion{
        width: 90%;
        height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
    }
    
    .diseño-construccion .content-construccion .text-construccion .margin-text{
        font-size: 18px;
        font-family: 'Roboto';   
        color: #3778BD;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    
    .diseño-construccion .content-construccion .img-construccion{
        width: 100%;
        height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .diseño-construccion .content-construccion .img-construccion img{
        width: 90%;
    }
    
    .como-funciona{
        width: 100%;
        margin-top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 0px;
    }
    
    .como-funciona .title-funciona {
        width: 100%;
        padding: 0px;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    
    .como-funciona .title-funciona h1 {
        font-size: 30px;
        color: #004987;
        font-family: 'Roboto';
        font-weight: bold;
        margin-left: 0px;
        margin-top: 10%;
        text-align: center;
    }
    
    .items-funciona {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    .items-funciona .item {
        width: 90%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .item h2 {
        font-family: 'Poppins', sans-serif;
        color: #4FADE2;
        font-size: 35px;
    }
    
    .item h3 {
        font-family: 'Roboto';
        font-size: 20px;
        font-weight: bold;
        color: #555555;
    }
    
    .item span {
        font-family: 'Roboto';
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        width: 100%;
        color: #6d6d6d;
    }
    /*contactanos btn*/
    
    #contactanos {
        width: 100%;
        margin: 2px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    
    #contactanos .btn-contacto{
        --color: #0088ff;
        font-family: 'Roboto';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 60px;
        padding-left: 0px;
        position: relative;
        overflow: hidden;
        background-color: transparent;
        border: 2px solid var(--color);
        transition: color .5s;
        z-index: 1;
        font-size: 20px;
        font-weight: 500;
        color: var(--color);
        margin: 0px;
        text-decoration: none;
    }
    
    #contactanos .btn-contacto:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 200px;
        width: 300px;
        border-radius: 30%;
    }
    
    #contactanos .btn-contacto:hover{
        color: #ffffff;
    }
    
    #contactanos .btn-contacto:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    #contactanos .btn-contacto:hover:before {
        top: -30px;
        left: -30px;
    }
    
    #contactanos .btn-contacto:active:before {
        background: #0088ff;
        transition: background 0s;
    }
    
    
    /*calidad-precio-container*/
    
    .calidad-precio-container {
        width: 100%;
        height: 300px;
        background-image: url('../../assets/img/Equipo.webp');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .calidad-precio-container::before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: #0048879a;
    }
    
    .calidad-precio-container a{
        text-decoration: none;
    }
    
    .text-calidad {
        z-index: 2;
        opacity: 15;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .text-calidad span{
        font-size: 18px;
        color: white;
        text-align: center;
        font-family: 'Roboto';
    }
    
    .text-calidad h2 {
        font-family: 'Roboto';
        font-weight: lighter;
        text-align: center;
        font-size: 20px;
        color: white;
        margin: 0px;
        margin-top: 20px;
        padding: 0px;
    }
    
    #calidad-precio {
        font-weight: bold;
    }
    
    /*categorias-productos*/
    
    .categorias-productos {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .img-categorias {
        display: none;
    }
    
    .items-categorias {
        background: rgb(226, 241, 255);
        width: 100%;
        display: grid;
        grid-template-columns: 33% 33% 33%;
    }
    
    .items-categorias a{
        text-decoration: none;
    }
    
    #img-categoria {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    
    #img-categoria-2 {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .title-categorias h3 {
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 15px;
        text-align: center;
        color: #3778BD;
    }
    
    .item-producto {
        margin: 0px;
        padding: 0px; 
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        border: solid 0.1px rgb(255, 255, 255);
    }
    
    .item-producto:hover .info {
        background: #3778BD;
        cursor: pointer;
        animation: zoomIn;
        animation-duration: 0.5s;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .info {
        position: absolute;
        display: none;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .info p{
        font-family: 'Roboto';
        text-align: center;
        color: white;
        font-size: 17px;
        width: 90%;
    }
    
        
    /*container-blog*/
    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 85%;
        height: auto;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 60px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
        
}

@media screen and (max-width:397px){      
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }

    .img-fondo-banner{
        margin-top: -40px;
        width: 100%;
        height: 8;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 93%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 100%;
        font-size: 25px;
        margin-top: 30px;
        width: 90%;
        text-align: center;
    }

    .quienes-somos{
        height: 55vh;
        display: flex;
        justify-content: flex-end;
    }

    .quienes-somos .position-left{
        height: auto;
        margin: 20px;
    }

    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 85%;
        height: auto;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 60px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
      
}

@media screen and (max-width:395px){      
   
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 70px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
      
}

@media screen and (max-width:380px){      
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }
    .img-fondo-banner{
        margin-top: -40px;
        width: 100%;
        height: 8;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 92%, 50% 100%, 100% 93%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 100%;
        font-size: 25px;
        text-align: center;
    }

    .quienes-somos{
        height: 55vh;
        display: flex;
        justify-content: flex-end;
    }

    .quienes-somos .position-left{
        height: auto;
        margin: 20px;
    }

    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 85%;
        height: auto;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 60px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
      
}

@media screen and (max-width:373px){      
    body{
        width: 100vw;
        height: auto;
        overflow-x: hidden;
    }
    .img-fondo-banner{
        margin-top: -40px;
        width: 100%;
        height: 250px;
        background-image: url(../../assets/img/Fondo_cama.avif);
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .container-detalles .img-fondo-banner .text-center h1{
        width: 100%;
        font-size: 25px;
        text-align: center;
    }

    .quienes-somos{
        height: 60vh;
        display: flex;
        justify-content: flex-end;
    }

    .quienes-somos .position-left{
        height: auto;
        margin: 20px;
    }

    
    .container-blog {
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url('../../assets/img/hospital.jpg');
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    
    .container-blog::before{
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        background-color: rgba(236, 242, 255, 0.575);
        position: absolute;
        z-index: 2;
    }
    
    .blog {
        z-index: 200;
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .title-blog {
        margin: 30px;
        width: 100%;
        height: 80px;
    }
    
    .title-blog h2 {
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color: #004987;
        border-bottom: solid 4px #0088ff;
        width: 30px;
    }
    
    .container-card-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
        align-items: center;
        padding: 0px;
        margin-bottom: 20px;
    }
    
    .cards-blog {
        width: 85%;
        height: auto;
        margin-bottom: 10%;
        border: solid 1px transparent;
    }
    
    .cards-blog .card {
        border: solid 1px #d3d2d2;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        transition: transform 300ms; 
    }
    
    .cards-blog .card:hover {
       border: solid 1px #0088ff1e;
       background-color: #0088ff1e;
       padding: 10px;
       transform: scale(1.1); 
       border-radius: 3em;
    }
    
    .cards-blog .card .img{
        width: 100%;
        height: 50%;
    }
    
    .cards-blog .card .img img{
        width: 100%;
        height: 100%;
    }
    
    .cards-blog .card .title-card{
        margin-top: -20px;
        width: 80%;
        height: 150px;
        display: flex;
        gap: 4px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #004987;
    }
    
    .cards-blog .card .title-card span{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .title-card h4{
        font-size: 20px;
        font-weight: 400;
        font-family: 'Roboto';
        text-align: center;
        color: white;
    }
    
    .cards-blog .card .title-card h6{
        font-size: 17px;
        font-weight: 200;
        font-family: 'Roboto';
        text-align: center;
        color: #93cdff;
    }
    
    .cards-blog .card .descripcion{
        width: 90%;
        height: 40%;
        margin-top: 30px;
    }
    
    .cards-blog .card .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #939091;
    }
    
    .container-card-blog .cards-blog .me-gusta-compartir{
        background-color:#15a4f7;
        border-radius: 2em;
        width: 210px;
        position: absolute;
        left: 60px;
        bottom: -10px;
        display: flex;
        gap: 30px;
        justify-content: center;
        align-items: center;
    }    
    
    .container-card-blog .cards-blog .me-gusta-compartir i{
       font-size: 25px;
       color: white;
    } 
      
}

