*{
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body{
    margin-top: 100px;
    width: 100%;
}

.container-detalles{
    width: 100%;
    height: auto;
    position: relative;
}

.img-fondo-banner{
    width: 100%;
    height: 490px;
    margin-top: 30px;
    background-image: url('../../../assets/img/Portada_Blog.webp');
    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 70%, 50% 100%, 100% 75%, 100% 0);
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.borde-img{
    position: absolute;
    width: 100%;
    overflow: hidden;
    bottom: -10px;
}
 
.borde-img img{
    width: 107%;
}

.container-title{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    height: 50%;
}

.container-title h1{
    width: 50%;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: bold;
    color:#1d88df;
}


.container-title .text-bold{
    color:#03437d;
}


/*container-one*/

.container-one{
    width: 100%;
    height: 80vh;
    margin-top: -10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-one .item-1{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.container-one .item-1 .section-one{
    width: 50%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.container-one .item-1 .section-one .content{
    width: 80%;
    height:40%;
    display: flex;
    flex-direction: column;
}

.container-one .item-1 .section-one .content span{
    font-size: 16px;
    font-family: 'Roboto';
    color: #717171;
}

.container-one .item-1 .section-one .content .cotizar{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.container-one .item-1 .section-one .content .cotizar a{
    --color: #03437d;
    padding: 0.8em 1.7em;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: .5s;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: var(--color);
    z-index: 1;
}

.container-one .item-1 .section-one .content .cotizar a::before,
.container-one .item-1 .section-one .content .cotizar a::after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: var(--color);
    transition: 1s ease;
}

.container-one .item-1 .section-one .content .cotizar a::before {
    top: -1em;
    left: -1em;
}

.container-one .item-1 .section-one .content .cotizar a::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em);
}

.container-one .item-1 .section-one .content .cotizar a:hover::before,
.container-one .item-1 .section-one .content .cotizar a:hover::after {
    height: 410px;
    width: 410px;
}

.container-one .item-1 .section-one .content .cotizar a:hover {
    color: rgb(255, 255, 255);
}

.container-one .item-1 .section-one .content .cotizar a:active {
    filter: brightness(.8);
}
   
.container-one .item-1 .section-two{
    width: 50%;
    height: 100%;
    background-image: url('../assets/IMAGEN\ MOBILIARIO.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*.container-two*/

.container-two{
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
}

.container-two .section-one{
    width: 50%;
    height: 100%;
}

.container-two .section-one .img-laboratorio{
    background-image: url('../assets/IMAGEN RACKS CAMARA4.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70%;
}

.container-two .section-two{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-two .section-two .text{
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 200;
}

.container-two .section-two .text::after{
    content: "Espacios de ";
    font-family: 'Roboto';
    font-weight: bold;
    color: #1d88df27;
    top: 0px;
    right:-95%;
    position: absolute;
    z-index: 1;
    width: 200%;
    height: 50%;
    font-size: 150px;
}

.container-two .section-two .text h1{
    font-size: 50px;
    z-index: 200;
    width: 100%;
    font-family: 'Roboto';
    font-weight: bold;
    color: #03437d;
}

.container-two .section-two .text h1 .light-text{
   font-weight: 300;
}

.container-two .section-two .text span{
    font-size: 20px;
    font-family: 'Roboto';
    color: #717171;
    z-index: 200;
}

.container-two .section-two .items-icon{
    width: 100%;
    display: flex;
    flex-direction: row;
}

.container-two .section-two .items-icon .iconos{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.container-two .section-two .items-icon .iconos img{
    width: 70px;
    height: 70px;
}


.container-two .section-two .items-icon .lista{
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container-two .section-two .items-icon .lista ol{
    list-style:circle;
    list-style-type:disc;
    list-style-position: outside;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container-two .section-two .items-icon .lista ol li{
    height: 100%;
    font-size: 17px;
    font-family: 'Roboto';
    font-weight: bolder;
    color: #717171;
}



/*container-tree*/
.container-tree{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.container-tree .cards{
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}

.container-tree .cards .card{
    width: 400px;
    height: 90%;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border: none;
}

.container-tree .cards .card .container h1{
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 30px;
    color: #414141;
    padding-top: 30px;
}

.container-tree .cards .card .container span{
    font-family: 'Roboto';
    font-size: 15px;
    color: #414141;
}



.container-tree .cards .card .img{
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.container-tree .cards .card .img .icon{
    margin-top: 20px;
    width: 60px;
    height: 60px;
    border-radius:2em;
    background-color: #97d0ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-tree .cards .card .img .icon img{
    width: 50px;
    height: 50px;
}


.linea{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linea .line{
    width: 90%;
    height: 3px;
    background-color: #e4e4e4;
}

/*container-fourt*/
.container-fourt{
    width: 100%;
    height: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 200;
}

.container-fourt .contenedor-absolute{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60vh;
    background-color: rgba(228, 228, 228, 0.411);
    z-index: 1;
}

.container-fourt .container-iconos{
    width: 80%;
    height: 20%;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top:20px;
    margin-bottom:60px;
}

.container-fourt .container-iconos .card-icon{
    width: 300px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: row;
}
.container-fourt .container-iconos .card-icon .img{
    width: 50px;
    height: 50px;
    border-radius: 2em;
    background-color: #d1eaff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-fourt .container-iconos .card-icon img{
    width: 40px;
    height: 40px;
}

.container-fourt .container-iconos .card-icon span{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
    width: 60%;
}

.container-fourt .section-one{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: row;
    z-index: 200;
}

.container-fourt .section-one .content-one{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin-top: 5%;
}

.container-fourt .section-one .content-two{
    width: 50%;
    margin-top: 5%;
    height: 70vh;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.container-fourt .section-one .content-two img{
    width: 90%;
    right: 0px;
    bottom: -10px;
    z-index: 200;
}

.container-fourt .section-one .content-one::after{
    content: 'CONTENEDORES MOVILES';
    font-size: 120px;
    left: -10px;
    top: -90px;
    color: #025db33f;
    font-weight: bold;  
    position: absolute;
    width: 250%;
    height: auto;
}

.container-fourt .section-one .content-one h1{
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: bold;
    color: #03437d;
    width: 50%;
}

.container-fourt .section-one .content-one .light-text{
    font-weight:300;
}

.container-fourt .section-one .content-one span{
    font-size: 20px;
    font-family: 'Roboto';
    color: #414141;
    width: 70%;
    margin-top: 30px;
}

.container-five{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-five .galeria{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-five .galeria .items{
    width: 90%;
    height: 80%;
    display: grid;
    gap: 10px;
}

.container-five .galeria .items .card-img-1{
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-five .galeria .items .card-img-2{
    grid-column-start: 2;
    grid-column-end: 3;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.container-five .galeria .items .card-img-3{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.container-five .galeria .items .card-img-1 img{
    width: 100%;
    height: 50%;
}

.container-five .galeria .items .card-img-2 img{
    width: 80%;
    height: 100%;
}

.container-five .galeria .items .card-img-3 img{
    width: 100%;
    height: 100%;
}

.container-five .laboratorio-movil{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-five .laboratorio-movil .text{
    width: 90%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

.container-five .laboratorio-movil .text::after{
    content:'LABORATORIO MÓVIL';
    position: absolute;
    right:0%;
    top: 10%;
    width: auto;
    height: auto;
    text-align:end;
    font-size: 104px;
    font-weight: bold;
    line-height: 100px;
    color: #025db33f;
}


.container-five .laboratorio-movil .text h1{
    font-family: 'Roboto';
    font-size: 50px;
    font-weight: bold;
    color: #03437d;
    width: 100%;
}

.container-five .laboratorio-movil .text .light-text{
    font-weight: 300;
    color: #03437d;
}

.container-five .laboratorio-movil .text span{
    color: #414141;
    font-size: 20px;
    font-family: 'Roboto';
    width: 80%;
    margin-top: 40px;
}


.section-six{
    width: 100%;
    height: 80vh;
    background-color: orange;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}

.section-six .img-content{
    width: 100%;
    height: 70%;
    background-image: url('../../../assets/img/Fondo_cama.avif');
    background-position: center;
    background-size: cover;
}

.section-six .porcentajes{
    width: 100%;
    height: 30%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #03437d;
}

.section-six .porcentajes .card-content{
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


.section-six .porcentajes .card-content .item{
    width: 30%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.section-six .porcentajes .card-content .item h1{
    font-size: 60px;
    color: white;
    font-family: 'Roboto';
    font-weight: bold;
}


.section-six .porcentajes .card-content .item .mas{
    color: orange;
    font-size: 60px;
}

.section-six .porcentajes .card-content .item span{
    font-size: 20px;
    font-family: 'Roboto';
    color: white;
}

.section-seven{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.section-seven .tipos-proyectos{
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;    
}

.section-seven .tipos-proyectos .item{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    gap: 30px;
}

.section-seven .tipos-proyectos .item .img{
    width: 200px;
    height: 200px;
    border-radius: 10em;
    background-color: #1d76be;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-seven .tipos-proyectos .item .img img{
    width: 150px;
    height: 150px;
}

.section-seven .tipos-proyectos .item .text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
}

.section-seven .tipos-proyectos .item .text h1{
    font-size: 25px;
    font-family: 'Roboto';
    font-weight: bold;
    text-align: center;
    color: #6b6b6b;
}

.section-seven .tipos-proyectos .item .text span{
    font-size: 15px;
    font-family: 'Roboto';
    color: #414141;
    text-align: center;
    width: 100%;
}

.section-fourt{
    background-color: #03437d;
    width: 100%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-fourt h1{
    color: white;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: bold;
}

.section-fourt span{
    color: #b4b4b4;
    font-size: 20px;
    font-family: 'Roboto';
}


/*contacto*/

.contacto{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacto form{
    width: 90%;
}
.contacto form label{
    font-family: 'Roboto';
    font-weight: bold;
}

.contacto form input{
    height: 50px;
    background-color: #f3f3f3;
    font-family: 'Roboto';
}

.contacto form .tel{
    display: flex;
    flex-direction: column;
}

.contacto form select{
    height: 50px;
    background-color: #f3f3f3;
    font-family: 'Roboto';
}

.contacto form textarea{
    background-color: #f3f3f3;
    font-family: 'Roboto';
}

.contacto form .title-datos-cliente{
    background-color: #004a87;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.contacto form .title-datos-cliente h1{
   color: #ececec;
   font-size: 20px;
}

.contacto form .title-datos-camara{
    background-color: #004a87;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 0px;
}

.contacto form .title-datos-camara h1{
    color: #ececec;
    font-size: 20px;
}

.contacto form .text-proyecto span{
    font-size: 16px;
    font-family: 'Roboto';
    text-align: center;
    color: #6b6b6b;
}

.contacto form .check-aviso{
    display: flex;
    align-items: center;
}

.contacto form .check-aviso input{
    height:20px;
    width: 20px;
}

.contacto form .boton{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.contacto form .boton button {
    --color: #004a87;
    font-family: 'Roboto';
    display: inline-block;
    width: 200px;
    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;
    color: var(--color);
}

.contacto form .boton button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 300px;
    border-radius: 50%;
}

.contacto form .boton button:hover {
    color: #fff;
}

.contacto form .boton button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
}

.contacto form .boton button:hover:before {
    top: -30px;
    left: -30px;
}

.contacto form .boton button:active:before {
    background: #004a87;
    transition: background 0s;
}

#campo-relative{
    position: relative;
}

#file{
    position: absolute;
    width: 400px;
    right: 10px;
    bottom: 2px;
    padding-top: 9px;
    padding-left: 40px;
    background-color: #dfdddd;
    z-index: 1;
}

#file::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: 'Adjuntar archivo';
    width: 50%;
    height: 100%;
    z-index: 2;
    padding-top: 12px;
    padding-left: 35px;
    background-color: #dfdddd;
}

@media screen and (max-width:2000px) {
    
    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        margin-top: 30px;
        background-image: url('../../../assets/img/Portada_Blog.webp');
        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 65%, 50% 100%, 100% 70%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .borde-img{
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: -10px;
    }
     
    .borde-img img{
        width: 107%;
    }
    
    .container-title{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 60%;
        height: 80%;
    }
    
    .container-title h1{
        width: 50%;
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
        color:#1d88df;
    }
    
    
    .container-title .text-bold{
        color:#03437d;
    }
    
    /*container-one*/
    
    .container-one{
        width: 100%;
        height: 80vh;
        margin-top: -10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .container-one .item-1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .container-one .item-1 .section-one{
        width: 50%;
        height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .container-one .item-1 .section-one .content{
        width: 80%;
        height:40%;
        display: flex;
        flex-direction: column;
    }
    
    .container-one .item-1 .section-one .content span{
        font-size: 22px;
        font-family: 'Roboto';
        color: #717171;
    }
    
    .container-one .item-1 .section-one .content .cotizar{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .container-one .item-1 .section-one .content .cotizar a{
        --color: #03437d;
        width: 200px;
        background-color: transparent;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
        transition: .5s;
        font-size: 18px;
        border: 1px solid;
        font-family: 'Roboto';
        font-weight: bold;
        text-transform: uppercase;
        color: var(--color);
        z-index: 1;
    }
    
    .container-one .item-1 .section-one .content .cotizar a::before,
    .container-one .item-1 .section-one .content .cotizar a::after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 50%;
        z-index: -1;
        background-color: var(--color);
        transition: 1s ease;
    }
    
    .container-one .item-1 .section-one .content .cotizar a::before {
        top: -1em;
        left: -1em;
    }
    
    .container-one .item-1 .section-one .content .cotizar a::after {
        left: calc(100% + 1em);
        top: calc(100% + 1em);
    }
    
    .container-one .item-1 .section-one .content .cotizar a:hover::before,
    .container-one .item-1 .section-one .content .cotizar a:hover::after {
        height: 410px;
        width: 410px;
    }
    
    .container-one .item-1 .section-one .content .cotizar a:hover {
        color: rgb(255, 255, 255);
    }
    
    .container-one .item-1 .section-one .content .cotizar a:active {
        filter: brightness(.8);
    }
       
    .container-one .item-1 .section-two{
        width: 50%;
        height: 100%;
        background-image: url('../assets/IMAGEN\ MOBILIARIO.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    /*.container-two*/
    
    .container-two{
        width: 100%;
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }
    
    .container-two .section-one{
        width: 50%;
        height: 100%;
    }
    
    .container-two .section-one .img-laboratorio{
        background-image: url('../assets/IMAGEN RACKS CAMARA4.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 70%;
    }
    
    .container-two .section-two{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container-two .section-two .text{
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 200;
    }
    
    .container-two .section-two .text::after{
        content: "Espacios de ";
        font-family: 'Roboto';
        font-weight: bold;
        color: #1d88df27;
        top: -100px;
        right:-110%;
        position: absolute;
        z-index: 1;
        width: 200%;
        height: 50%;
        font-size: 150px;
    }
    
    .container-two .section-two .text h1{
        font-size:55px;
        z-index: 200;
        width: 100%;
        font-family: 'Roboto';
        font-weight: bold;
        color: #03437d;
    }
    
    .container-two .section-two .text h1 .light-text{
       font-weight: 300;
    }

    
    .container-two .section-two .text{
        margin-top: 0px;
        display: flex;
        width: 90%;
        height: 70%;
        justify-content:space-around;
        align-items: center;
    }
    
    .container-two .section-two .text span{
        font-size: 25px;
        font-family: 'Roboto';
        color: #717171;
        z-index: 200;
        margin-top: 0px;
    }
    
    .container-two .section-two .items-icon{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .container-two .section-two .items-icon .iconos{
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        width: 100%;
    }
    
    .container-two .section-two .items-icon .iconos img{
        width: 80px;
        height: 80px;
    }
    
    
    .container-two .section-two .items-icon .lista{
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .container-two .section-two .items-icon .lista ol{
        list-style:circle;
        list-style-type:disc;
        list-style-position: outside;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    
    .container-two .section-two .items-icon .lista ol li{
        height: 100%;
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: bolder;
        color: #717171;
    }
    
    
    
    /*container-tree*/
    .container-tree{
        width: 100%;
        height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    .container-tree .cards{
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;    
    }
    
    .container-tree .cards .card{
        width: 400px;
        height: 90%;
        display: flex;
        flex-direction: row;
        background-color: transparent;
        border: none;
    }
    
    .container-tree .cards .card .container h1{
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 35px;
        color: #414141;
        padding-top: 30px;
    }
    
    .container-tree .cards .card .container span{
        font-family: 'Roboto';
        font-size: 18px;
        color: #414141;
    }
    
    
    .container-tree .cards .card .img{
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .container-tree .cards .card .img .icon{
        margin-top: 20px;
        width: 60px;
        height: 60px;
        border-radius:2em;
        background-color: #97d0ff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-tree .cards .card .img .icon img{
        width: 50px;
        height: 50px;
    }
    
    .linea{
        width: 100%;
        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .linea .line{
        width: 90%;
        height: 3px;
        background-color: #e4e4e4;
    }
    
    /*container-fourt*/
    .container-fourt{
        width: 100%;
        height: auto;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 200;
    }
    
    .container-fourt .contenedor-absolute{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50vh;
        background-color: rgba(228, 228, 228, 0.411);
        z-index: 1;
    }
    
    .container-fourt .container-iconos{
        width: 80%;
        height: 20%;
        z-index: 200;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-top:0px;
        margin-bottom:100px;
    }
    
    .container-fourt .container-iconos .card-icon{
        width: 400px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: row;
    }
    .container-fourt .container-iconos .card-icon .img{
        width: 70px;
        height: 70px;
        border-radius: 2em;
        background-color: #d1eaff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .container-fourt .container-iconos .card-icon img{
        width: 50px;
        height: 50px;
    }
    
    .container-fourt .container-iconos .card-icon span{
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        width: 60%;
    }
    
    .container-fourt .section-one{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: row;
        z-index: 200;
    }
    
    .container-fourt .section-one .content-one{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        margin-top: 5%;
    }
    
    .container-fourt .section-one .content-two{
        width: 50%;
        margin-top: 5%;
        height: 70vh;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    .container-fourt .section-one .content-two img{
        width: 90%;
        right: 0px;
        bottom: -10px;
        z-index: 200;
    }
    
    .container-fourt .section-one .content-one::after{
        content: 'CONTENEDORES MOVILES';
        font-size: 120px;
        left: -10px;
        top: -90px;
        color: #025db33f;
        font-weight: bold;  
        position: absolute;
        width: 250%;
        height: auto;
    }
    
    .container-fourt .section-one .content-one h1{
        font-family: 'Roboto';
        font-size: 55px;
        font-weight: bold;
        color: #03437d;
        width: 50%;
    }
    
    .container-fourt .section-one .content-one .light-text{
        font-weight:300;
    }
    
    .container-fourt .section-one .content-one span{
        font-size: 22px;
        font-family: 'Roboto';
        color: #414141;
        width: 70%;
        margin-top: 30px;
    }
    
    .container-five{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .galeria{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .galeria .items{
        width: 90%;
        height: 80%;
        display: grid;
        gap: 10px;
    }
    
    .container-five .galeria .items .card-img-1{
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .galeria .items .card-img-2{
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .container-five .galeria .items .card-img-3{
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .container-five .galeria .items .card-img-1 img{
        width: 100%;
        height: 50%;
    }
    
    .container-five .galeria .items .card-img-2 img{
        width: 80%;
        height: 100%;
    }
    
    .container-five .galeria .items .card-img-3 img{
        width: 100%;
        height: 100%;
    }
    
    .container-five .laboratorio-movil{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .laboratorio-movil .text{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
    }
    
    .container-five .laboratorio-movil .text::after{
        content:'LABORATORIO MÓVIL';
        position: absolute;
        right:0%;
        top: 10%;
        width: auto;
        height: auto;
        text-align:end;
        font-size: 104px;
        font-weight: bold;
        line-height: 100px;
        color: #025db33f;
    }
    
    
    .container-five .laboratorio-movil .text h1{
        font-family: 'Roboto';
        font-size: 55px;
        font-weight: bold;
        color: #03437d;
        width: 100%;
    }
    
    .container-five .laboratorio-movil .text .light-text{
        font-weight: 300;
        color: #03437d;
    }
    
    .container-five .laboratorio-movil .text span{
        color: #414141;
        font-size: 22px;
        font-family: 'Roboto';
        width: 80%;
        margin-top: 40px;
    }
    
    .section-six{
        width: 100%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    
    .section-six .img-content{
        width: 100%;
        height: 70%;
        background-image: url('../../../assets/img/Fondo_cama.avif');
        background-position: center;
        background-size: cover;
    }
    
    .section-six .porcentajes{
        width: 100%;
        height: 30%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #03437d;
    }
    
    .section-six .porcentajes .card-content{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    
    
    .section-six .porcentajes .card-content .item{
        width: 30%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .section-six .porcentajes .card-content .item h1{
        font-size: 60px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    
    .section-six .porcentajes .card-content .item .mas{
        color: orange;
        font-size: 60px;
    }
    
    .section-six .porcentajes .card-content .item span{
        font-size: 22px;
        font-family: 'Roboto';
        color: white;
    }
    
    .section-seven{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .section-seven .tipos-proyectos{
        width: 90%;
        height: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px;    
    }
    
    .section-seven .tipos-proyectos .item{
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
    }
    
    .section-seven .tipos-proyectos .item .img{
        width: 200px;
        height: 200px;
        border-radius: 10em;
        background-color: #1d76be;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section-seven .tipos-proyectos .item .img img{
        width: 150px;
        height: 150px;
    }
    
    .section-seven .tipos-proyectos .item .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
    }
    
    .section-seven .tipos-proyectos .item .text h1{
        font-size: 26px;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        color: #6b6b6b;
    }
    
    .section-seven .tipos-proyectos .item .text span{
        font-size: 18px;
        font-family: 'Roboto';
        color: #414141;
        text-align: center;
        width: 100%;
    }
    
    .section-fourt{
        background-color: #03437d;
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .section-fourt h1{
        color: white;
        font-size: 55px;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .section-fourt span{
        color: white;
        font-size: 25px;
        font-family: 'Roboto';
    }
    
    
    /*contacto*/
    
    .contacto{
        margin-top: 5%;
        margin-bottom: 5%;
        width: 100%;
        height:auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .contacto form{
        width: 90%;
    }
    .contacto form label{
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 18px;
    }
    
    .contacto form input{
        height: 50px;
        background-color: #f3f3f3;
        font-family: 'Roboto';
    }
    
    .contacto form .tel{
        display: flex;
        flex-direction: column;
    }
    
    .contacto form select{
        height: 50px;
        background-color: #f3f3f3;
        font-family: 'Roboto';
    }
    
    .contacto form textarea{
        background-color: #f3f3f3;
        font-family: 'Roboto';
    }
    
    .contacto form .title-datos-cliente{
        background-color: #004a87;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    
    .contacto form .title-datos-cliente h1{
       color: #ececec;
       font-size: 30px;
       margin: 0px;
       padding: 0px;
    }
    
    .contacto form .title-datos-camara{
        background-color: #004a87;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        padding: 0px;
    }
    
    .contacto form .title-datos-camara h1{
        color: #ececec;
        font-size: 30px;
        margin: 0px;
        padding: 0px;
    }
    
    .contacto form .text-proyecto span{
        font-size: 20px;
        font-family: 'Roboto';
        text-align: center;
        color: #6b6b6b;
    }
    
    .contacto form .check-aviso{
        display: flex;
        align-items: center;
    }
    
    .contacto form .check-aviso input{
        height:20px;
        width: 20px;
    }
    
    .contacto form .boton{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    
    .contacto form .boton button {
        --color: #004a87;
        font-family: 'Roboto';
        font-weight: bold;
        display:flex;
        justify-content: center;
        align-items: center;
        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;
        color: var(--color);
    }
    
    .contacto form .boton button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .contacto form .boton button:hover {
        color: #fff;
    }
    
    .contacto form .boton button:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .contacto form .boton button:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .contacto form .boton button:active:before {
        background: #004a87;
        transition: background 0s;
    }
    
    #campo-relative{
        position: relative;
    }
    
    #file{
        position: absolute;
        width: 400px;
        right: 10px;
        bottom: 2px;
        padding-top: 9px;
        padding-left: 40px;
        background-color: #dfdddd;
        z-index: 1;
    }
    
    #file::before{
        position: absolute;
        top: 0px;
        left: 0px;
        content: 'Adjuntar archivo';
        width: 50%;
        height: 100%;
        z-index: 2;
        padding-top: 12px;
        padding-left: 35px;
        background-color: #dfdddd;
    }
}

@media screen and (max-width:1800px) {
    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        margin-top: 30px;
        background-image: url('../../../assets/img/Portada_Blog.webp');
        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 70%, 50% 100%, 100% 75%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .borde-img{
        position: absolute;
        width: 100%;
        overflow: hidden;
        bottom: -10px;
    }
     
    .borde-img img{
        width: 107%;
    }
    
    .container-title{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        width: 60%;
        height: 50%;
    }
    
    .container-title h1{
        width: 50%;
        font-family: 'Roboto';
        font-size: 40px;
        font-weight: bold;
        color:#1d88df;
    }
    
    
    .container-title .text-bold{
        color:#03437d;
    }
    
    
    /*container-one*/
    
    .container-one{
        width: 100%;
        height: 80vh;
        margin-top: -10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .container-one .item-1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .container-one .item-1 .section-one{
        width: 50%;
        height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
    
    .container-one .item-1 .section-one .content{
        width: 80%;
        height:40%;
        display: flex;
        flex-direction: column;
    }
    
    .container-one .item-1 .section-one .content span{
        font-size: 16px;
        font-family: 'Roboto';
        color: #717171;
    }
    
    .container-one .item-1 .section-one .content .cotizar{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .container-one .item-1 .section-one .content .cotizar a{
        --color: #03437d;
        padding: 0.8em 1.7em;
        background-color: transparent;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        transition: .5s;
        font-weight: 400;
        font-size: 17px;
        border: 1px solid;
        font-family: 'Roboto';
        text-transform: uppercase;
        color: var(--color);
        z-index: 1;
    }
    
    .container-one .item-1 .section-one .content .cotizar a::before,
    .container-one .item-1 .section-one .content .cotizar a::after {
        content: '';
        display: block;
        width: 50px;
        height: 50px;
        transform: translate(-50%, -50%);
        position: absolute;
        border-radius: 50%;
        z-index: -1;
        background-color: var(--color);
        transition: 1s ease;
    }
    
    .container-one .item-1 .section-one .content .cotizar a::before {
        top: -1em;
        left: -1em;
    }
    
    .container-one .item-1 .section-one .content .cotizar a::after {
        left: calc(100% + 1em);
        top: calc(100% + 1em);
    }
    
    .container-one .item-1 .section-one .content .cotizar a:hover::before,
    .container-one .item-1 .section-one .content .cotizar a:hover::after {
        height: 410px;
        width: 410px;
    }
    
    .container-one .item-1 .section-one .content .cotizar a:hover {
        color: rgb(255, 255, 255);
    }
    
    .container-one .item-1 .section-one .content .cotizar a:active {
        filter: brightness(.8);
    }
       
    .container-one .item-1 .section-two{
        width: 50%;
        height: 100%;
        background-image: url('../assets/IMAGEN\ MOBILIARIO.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    /*.container-two*/
    
    .container-two{
        width: 100%;
        height: 90vh;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }
    
    .container-two .section-one{
        width: 50%;
        height: 100%;
    }
    
    .container-two .section-one .img-laboratorio{
        background-image: url('../assets/IMAGEN RACKS CAMARA4.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 70%;
    }
    
    .container-two .section-two{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container-two .section-two .text{
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 200;
    }
    
    .container-two .section-two .text::after{
        content: "Espacios de ";
        font-family: 'Roboto';
        font-weight: bold;
        color: #1d88df27;
        top: 0px;
        right:-95%;
        position: absolute;
        z-index: 1;
        width: 200%;
        height: 50%;
        font-size: 150px;
    }
    
    .container-two .section-two .text h1{
        font-size: 50px;
        z-index: 200;
        width: 100%;
        font-family: 'Roboto';
        font-weight: bold;
        color: #03437d;
    }
    
    .container-two .section-two .text h1 .light-text{
       font-weight: 300;
    }
    
    .container-two .section-two .text span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #717171;
        z-index: 200;
    }
    
    .container-two .section-two .items-icon{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    
    .container-two .section-two .items-icon .iconos{
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        width: 100%;
    }
    
    .container-two .section-two .items-icon .iconos img{
        width: 70px;
        height: 70px;
    }
    
    
    .container-two .section-two .items-icon .lista{
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .container-two .section-two .items-icon .lista ol{
        list-style:circle;
        list-style-type:disc;
        list-style-position: outside;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    
    .container-two .section-two .items-icon .lista ol li{
        height: 100%;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: bolder;
        color: #717171;
    }
    
    
    
    /*container-tree*/
    .container-tree{
        width: 100%;
        height: 30vh;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    .container-tree .cards{
        width: 90%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;    
    }
    
    .container-tree .cards .card{
        width: 400px;
        height: 90%;
        display: flex;
        flex-direction: row;
        background-color: transparent;
        border: none;
    }
    
    .container-tree .cards .card .container h1{
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 30px;
        color: #414141;
        padding-top: 30px;
    }
    
    .container-tree .cards .card .container span{
        font-family: 'Roboto';
        font-size: 15px;
        color: #414141;
    }
    
    
    
    .container-tree .cards .card .img{
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .container-tree .cards .card .img .icon{
        margin-top: 20px;
        width: 60px;
        height: 60px;
        border-radius:2em;
        background-color: #97d0ff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-tree .cards .card .img .icon img{
        width: 50px;
        height: 50px;
    }
    
    
    .linea{
        width: 100%;
        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .linea .line{
        width: 90%;
        height: 3px;
        background-color: #e4e4e4;
    }
    
    /*container-fourt*/
    .container-fourt{
        width: 100%;
        height: auto;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 200;
    }
    
    .container-fourt .contenedor-absolute{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60vh;
        background-color: rgba(228, 228, 228, 0.411);
        z-index: 1;
    }
    
    .container-fourt .container-iconos{
        width: 80%;
        height: 20%;
        z-index: 200;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        margin-top:20px;
        margin-bottom:60px;
    }
    
    .container-fourt .container-iconos .card-icon{
        width: 300px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: row;
    }
    .container-fourt .container-iconos .card-icon .img{
        width: 50px;
        height: 50px;
        border-radius: 2em;
        background-color: #d1eaff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .container-fourt .container-iconos .card-icon img{
        width: 40px;
        height: 40px;
    }
    
    .container-fourt .container-iconos .card-icon span{
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
        width: 60%;
    }
    
    .container-fourt .section-one{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: row;
        z-index: 200;
    }
    
    .container-fourt .section-one .content-one{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        margin-top: 5%;
    }
    
    .container-fourt .section-one .content-two{
        width: 50%;
        margin-top: 5%;
        height: 70vh;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    
    .container-fourt .section-one .content-two img{
        width: 90%;
        right: 0px;
        bottom: -10px;
        z-index: 200;
    }
    
    .container-fourt .section-one .content-one::after{
        content: 'CONTENEDORES MOVILES';
        font-size: 120px;
        left: -10px;
        top: -90px;
        color: #025db33f;
        font-weight: bold;  
        position: absolute;
        width: 250%;
        height: auto;
    }
    
    .container-fourt .section-one .content-one h1{
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
        color: #03437d;
        width: 50%;
    }
    
    .container-fourt .section-one .content-one .light-text{
        font-weight:300;
    }
    
    .container-fourt .section-one .content-one span{
        font-size: 20px;
        font-family: 'Roboto';
        color: #414141;
        width: 70%;
        margin-top: 30px;
    }
    
    .container-five{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .galeria{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .galeria .items{
        width: 90%;
        height: 80%;
        display: grid;
        gap: 10px;
    }
    
    .container-five .galeria .items .card-img-1{
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .galeria .items .card-img-2{
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    
    .container-five .galeria .items .card-img-3{
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .container-five .galeria .items .card-img-1 img{
        width: 100%;
        height: 50%;
    }
    
    .container-five .galeria .items .card-img-2 img{
        width: 80%;
        height: 100%;
    }
    
    .container-five .galeria .items .card-img-3 img{
        width: 100%;
        height: 100%;
    }
    
    .container-five .laboratorio-movil{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .container-five .laboratorio-movil .text{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
    }
    
    .container-five .laboratorio-movil .text::after{
        content:'LABORATORIO MÓVIL';
        position: absolute;
        right:0%;
        top: 10%;
        width: auto;
        height: auto;
        text-align:end;
        font-size: 104px;
        font-weight: bold;
        line-height: 100px;
        color: #025db33f;
    }
    
    
    .container-five .laboratorio-movil .text h1{
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
        color: #03437d;
        width: 100%;
    }
    
    .container-five .laboratorio-movil .text .light-text{
        font-weight: 300;
        color: #03437d;
    }
    
    .container-five .laboratorio-movil .text span{
        color: #414141;
        font-size: 20px;
        font-family: 'Roboto';
        width: 80%;
        margin-top: 40px;
    }
    
    
    .section-six{
        width: 100%;
        height: 80vh;
        background-color: orange;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    
    .section-six .img-content{
        width: 100%;
        height: 70%;
        background-image: url('../../../assets/img/Fondo_cama.avif');
        background-position: center;
        background-size: cover;
    }
    
    .section-six .porcentajes{
        width: 100%;
        height: 30%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #03437d;
    }
    
    .section-six .porcentajes .card-content{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    
    
    .section-six .porcentajes .card-content .item{
        width: 30%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .section-six .porcentajes .card-content .item h1{
        font-size: 60px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    
    .section-six .porcentajes .card-content .item .mas{
        color: orange;
        font-size: 60px;
    }
    
    .section-six .porcentajes .card-content .item span{
        font-size: 20px;
        font-family: 'Roboto';
        color: white;
    }
    
    .section-seven{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .section-seven .tipos-proyectos{
        width: 90%;
        height: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 50px;    
    }
    
    .section-seven .tipos-proyectos .item{
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
    }
    
    .section-seven .tipos-proyectos .item .img{
        width: 200px;
        height: 200px;
        border-radius: 10em;
        background-color: #1d76be;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .section-seven .tipos-proyectos .item .img img{
        width: 150px;
        height: 150px;
    }
    
    .section-seven .tipos-proyectos .item .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 95%;
    }
    
    .section-seven .tipos-proyectos .item .text h1{
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        color: #6b6b6b;
    }
    
    .section-seven .tipos-proyectos .item .text span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #414141;
        text-align: center;
        width: 100%;
    }
    
    .section-fourt{
        background-color: #03437d;
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .section-fourt h1{
        color: white;
        font-size: 40px;
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .section-fourt span{
        color: #b4b4b4;
        font-size: 20px;
        font-family: 'Roboto';
    }
    
    
    /*contacto*/
    
    .contacto{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .contacto form{
        width: 90%;
    }
    .contacto form label{
        font-family: 'Roboto';
        font-weight: bold;
    }
    
    .contacto form input{
        height: 50px;
        background-color: #f3f3f3;
        font-family: 'Roboto';
    }
    
    .contacto form .tel{
        display: flex;
        flex-direction: column;
    }
    
    .contacto form select{
        height: 50px;
        background-color: #f3f3f3;
        font-family: 'Roboto';
    }
    
    .contacto form textarea{
        background-color: #f3f3f3;
        font-family: 'Roboto';
    }
    
    .contacto form .title-datos-cliente{
        background-color: #004a87;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    
    .contacto form .title-datos-cliente h1{
       color: #ececec;
       font-size: 20px;
    }
    
    .contacto form .title-datos-camara{
        background-color: #004a87;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        padding: 0px;
    }
    
    .contacto form .title-datos-camara h1{
        color: #ececec;
        font-size: 20px;
    }
    
    .contacto form .text-proyecto span{
        font-size: 16px;
        font-family: 'Roboto';
        text-align: center;
        color: #6b6b6b;
    }
    
    .contacto form .check-aviso{
        display: flex;
        align-items: center;
    }
    
    .contacto form .check-aviso input{
        height:20px;
        width: 20px;
    }
    
    .contacto form .boton{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    
    .contacto form .boton button {
        --color: #004a87;
        font-family: 'Roboto';
        display: inline-block;
        width: 200px;
        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;
        color: var(--color);
    }
    
    .contacto form .boton button:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: var(--color);
        height: 150px;
        width: 300px;
        border-radius: 50%;
    }
    
    .contacto form .boton button:hover {
        color: #fff;
    }
    
    .contacto form .boton button:before {
        top: 100%;
        left: 100%;
        transition: all .7s;
    }
    
    .contacto form .boton button:hover:before {
        top: -30px;
        left: -30px;
    }
    
    .contacto form .boton button:active:before {
        background: #004a87;
        transition: background 0s;
    }
    
    #campo-relative{
        position: relative;
    }
    
    #file{
        position: absolute;
        width: 400px;
        right: 10px;
        bottom: 2px;
        padding-top: 9px;
        padding-left: 40px;
        background-color: #dfdddd;
        z-index: 1;
    }
    
    #file::before{
        position: absolute;
        top: 0px;
        left: 0px;
        content: 'Adjuntar archivo';
        width: 50%;
        height: 100%;
        z-index: 2;
        padding-top: 12px;
        padding-left: 35px;
        background-color: #dfdddd;
    }
}

@media screen and (max-width:1200px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 79%, 50% 100%, 100% 80%, 100% 0);
    }
}

@media screen and (max-width:1025px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 83%, 50% 100%, 100% 85%, 100% 0);
    }
    .container-title h1{
        width: 80%;
        font-size: 35px;
        margin-top: 30px;
    }

    .container-one{
        width: 100vw;
        height: 50vh;
        margin-top: -10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container-one .item-1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }

    .container-one .item-1 .section-one{
        width: 50%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .container-one .item-1 .section-one .content{
        width: 80%;
        height:50%;
        display: flex;
        flex-direction: column;
    }

    .container-one .item-1 .section-one .content span{
        font-size: 16px;
        font-family: 'Roboto';
        color: #717171;
    }

    .container-one .item-1 .section-one .content .cotizar{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 20px;
    }

    
    /*.container-two*/

    .container-two{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }

    .container-two .section-one{
        width: 50%;
        height: 100%;
    }

    .container-two .section-one .img-laboratorio{
        background-image: url('../assets/IMAGEN RACKS CAMARA4.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
    }

    .container-two .section-two{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .container-two .section-two .text{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 200;
    }

    .container-two .section-two .text::after{
        content: "Espacios de ";
        font-family: 'Roboto';
        font-weight: bold;
        color: #1d88df27;
        top: 0px;
        right:-95%;
        position: absolute;
        z-index: 1;
        width: 200%;
        height: 50%;
        font-size: 100px;
    }

    .container-two .section-two .text h1{
        font-size: 40px;
        z-index: 200;
        width: 100%;
        font-family: 'Roboto';
        font-weight: bold;
        color: #03437d;
    }

    .container-two .section-two .text h1 .light-text{
    font-weight: 300;
    }

    .container-two .section-two .text span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #717171;
        z-index: 200;
    }

    .container-two .section-two .items-icon{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container-two .section-two .items-icon .iconos{
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    .container-two .section-two .items-icon .iconos img{
        width: 70px;
        height: 70px;
    }


    .container-two .section-two .items-icon .lista{
        width: 100%;
        margin-top: 20px;
        padding: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .container-two .section-two .items-icon .lista ol{
        list-style:circle;
        list-style-type:disc;
        list-style-position: outside;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .container-two .section-two .items-icon .lista ol li{
        height: 100%;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: bolder;
        color: #717171;
    }



    /*container-tree*/
    .container-tree{
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-tree .cards{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;    
        gap: 30px;
    }

    .container-tree .cards .card{
        width: 40%;
        height: 200px;
        display: flex;
        flex-direction: row;
        background-color: transparent;
        border: none;
    }

    .container-tree .cards .card .container h1{
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 30px;
        color: #414141;
        padding-top: 30px;
    }

    .container-tree .cards .card .container span{
        font-family: 'Roboto';
        font-size: 15px;
        color: #414141;
    }

    .container-tree .cards .card .img{
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .container-tree .cards .card .img .icon{
        margin-top: 20px;
        width: 60px;
        height: 60px;
        border-radius:2em;
        background-color: #97d0ff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-tree .cards .card .img .icon img{
        width: 50px;
        height: 50px;
    }

    .linea{
        width: 100%;
        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .linea .line{
        width: 90%;
        height: 3px;
        background-color: #e4e4e4;
    }



    /*container-fourt*/
    .container-fourt{
        width: 100%;
        height: auto;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 200;
        padding-bottom: 20px;
    }

    .container-fourt .contenedor-absolute{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60vh;
        background-color: rgba(228, 228, 228, 0.411);
        z-index: 1;
    }

    .container-fourt .container-iconos{
        width: 80%;
        height: 20%;
        z-index: 200;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }

    .container-fourt .container-iconos .card-icon{
        width: 300px;
        height: 70px;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: row;
    }

    .container-fourt .container-iconos .card-icon span{
        font-size: 18px;
    }

    .container-fourt .section-one{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        z-index: 200;
    }

    .container-fourt .section-one .content-one{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        margin-top: 0%;
    }

    .container-fourt .section-one .content-two{
        width: 50%;
        margin-top: 5%;
        height: 70vh;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .container-fourt .section-one .content-two img{
        width: 90%;
        right: 0px;
        bottom: -10px;
        z-index: 200;
    }

    .container-fourt .section-one .content-one::after{
        content: 'CONTENEDORES MOVILES';
        font-size: 60px;
        left: 15px;
        top: 15px;
        color: #025db33f;
        font-weight: bold;  
        position: absolute;
        width: 250%;
        height: auto;
    }

    .container-fourt .section-one .content-one h1{
        font-family: 'Roboto';
        font-size: 45px;
        font-weight: bold;
        color: #03437d;
        width: 50%;
    }

    .container-fourt .section-one .content-one .light-text{
        font-weight:300;
    }

    .container-fourt .section-one .content-one span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #414141;
        width: 90%;
        margin-top: 30px;
    }

    .container-five{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container-five .galeria{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-five .galeria .items{
        width: 90%;
        height: 80%;
        display: grid;
        gap: 10px;
    }

    .container-five .galeria .items .card-img-1{
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-five .galeria .items .card-img-2{
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .container-five .galeria .items .card-img-3{
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .container-five .galeria .items .card-img-1 img{
        width: 100%;
        height: 50%;
    }

    .container-five .galeria .items .card-img-2 img{
        width: 80%;
        height: 100%;
    }

    .container-five .galeria .items .card-img-3 img{
        width: 100%;
        height: 100%;
    }

    .container-five .laboratorio-movil{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .container-five .laboratorio-movil .text{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
    }

    .container-five .laboratorio-movil .text::after{
        content:'LABORATORIO MÓVIL';
        position: absolute;
        right:0px;
        top: 20px;
        width: auto;
        height: auto;
        text-align:end;
        font-size: 50px;
        font-weight: bold;
        line-height: 60px;
        color: #025db33f;
    }


    .container-five .laboratorio-movil .text h1{
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
        color: #03437d;
        width: 100%;
    }

    .container-five .laboratorio-movil .text .light-text{
        font-weight: 300;
        color: #03437d;
    }

    .container-five .laboratorio-movil .text span{
        color: #414141;
        font-size: 20px;
        font-family: 'Roboto';
        width: 80%;
        margin-top: 40px;
    }


    .section-six{
        width: 100%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .section-six .img-content{
        width: 100%;
        height: 70%;
        background-image: url('../../../assets/img/Fondo_cama.avif');
        background-position: center;
        background-size: cover;
    }

    .section-six .porcentajes{
        width: 100%;
        height: 30%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #03437d;
    }

    .section-six .porcentajes .card-content{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .section-six .porcentajes .card-content .item{
        width: 30%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-six .porcentajes .card-content .item h1{
        font-size: 60px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .section-six .porcentajes .card-content .item .mas{
        color: orange;
        font-size: 60px;
    }
    .section-six .porcentajes .card-content .item span{
        font-size: 20px;
        font-family: 'Roboto';
        color: white;
        width: 100%;
        text-align: center;
    }

    .section-seven{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-seven .tipos-proyectos{
        width: 100%;
        height: 90%;
        margin: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 50px;    
        gap: 20px;
    }

    .section-seven .tipos-proyectos .item{
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
    }

    .section-seven .tipos-proyectos .item .img{
        width: 150px;
        height: 150px;
        border-radius: 10em;
        background-color: #1d76be;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-seven .tipos-proyectos .item .img img{
        width: 130px;
        height: 130px;
    }

    .section-seven .tipos-proyectos .item .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section-seven .tipos-proyectos .item .text h1{
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        color: #6b6b6b;
    }

    .section-seven .tipos-proyectos .item .text span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #414141;
        text-align: center;
        width: 100%;
    }

    .section-fourt{
        background-color: #03437d;
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-fourt h1{
        color: white;
        font-size: 40px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .section-fourt span{
        color: #b4b4b4;
        font-size: 20px;
        font-family: 'Roboto';
    }



}

@media screen and (max-width:935px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0);
    }
}

@media screen and (max-width:889px){
    .img-fondo-banner{
        width: 100%;
        height: 390px;
        -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);
    }
}

@media screen and (max-width:769px){
    .img-fondo-banner{
        margin-top: 80px;
        width: 100%;
        height: 390px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 84%, 50% 100%, 100% 85%, 100% 0);
    }
    
    .container-title h1{
        width: 80%;
        font-size: 30px;
    }

    .container-one{
        width: 100vw;
        height: 50vh;
        margin-top: -10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .container-one .item-1{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
    }

    .container-one .item-1 .section-one{
        width: 50%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .container-one .item-1 .section-one .content{
        width: 80%;
        height:50%;
        display: flex;
        flex-direction: column;
    }

    .container-one .item-1 .section-one .content span{
        font-size: 16px;
        font-family: 'Roboto';
        color: #717171;
    }

    .container-one .item-1 .section-one .content .cotizar{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 20px;
    }


/*.container-two*/

    .container-two{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-x: hidden;
    }

    .container-two .section-one{
        width: 50%;
        height: 100%;
    }

    .container-two .section-one .img-laboratorio{
        background-image: url('../assets/IMAGEN RACKS CAMARA4.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 500px;
    }

    .container-two .section-two{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .container-two .section-two .text{
        width: 90%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        position: relative;
        z-index: 200;
    }

    .container-two .section-two .text::after{
        content: "Espacios de ";
        font-family: 'Roboto';
        font-weight: bold;
        color: #1d88df27;
        top: 0px;
        right:-95%;
        position: absolute;
        z-index: 1;
        width: 200%;
        height: 50%;
        font-size: 100px;
    }

    .container-two .section-two .text h1{
        font-size: 40px;
        z-index: 200;
        width: 100%;
        font-family: 'Roboto';
        font-weight: bold;
        color: #03437d;
    }

    .container-two .section-two .text h1 .light-text{
    font-weight: 300;
    }

    .container-two .section-two .text span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #717171;
        z-index: 200;
    }

    .container-two .section-two .items-icon{
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .container-two .section-two .items-icon .iconos{
        display: flex;
        justify-content: space-around;
        align-items: center;
        gap: 5px;
        width: 100%;
    }

    .container-two .section-two .items-icon .iconos img{
        width: 70px;
        height: 70px;
    }


    .container-two .section-two .items-icon .lista{
        width: 100%;
        margin-top: 20px;
        padding: 0px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .container-two .section-two .items-icon .lista ol{
        list-style:circle;
        list-style-type:disc;
        list-style-position: outside;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .container-two .section-two .items-icon .lista ol li{
        height: 100%;
        font-size: 17px;
        font-family: 'Roboto';
        font-weight: bolder;
        color: #717171;
    }


    
/*container-tree*/
    .container-tree{
        margin-top: 5%;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-tree .cards{
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;    
        gap: 30px;
    }

    .container-tree .cards .card{
        width: 40%;
        height: 200px;
        display: flex;
        flex-direction: row;
        background-color: transparent;
        border: none;
    }

    .container-tree .cards .card .container h1{
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 30px;
        color: #414141;
        padding-top: 30px;
    }

    .container-tree .cards .card .container span{
        font-family: 'Roboto';
        font-size: 15px;
        color: #414141;
    }



    .container-tree .cards .card .img{
        width: 100px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .container-tree .cards .card .img .icon{
        margin-top: 20px;
        width: 60px;
        height: 60px;
        border-radius:2em;
        background-color: #97d0ff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .container-tree .cards .card .img .icon img{
        width: 50px;
        height: 50px;
    }


    .linea{
        width: 100%;
        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .linea .line{
        width: 90%;
        height: 3px;
        background-color: #e4e4e4;
    }


    
/*container-fourt*/
    .container-fourt{
        width: 100%;
        height: auto;
        overflow-x: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        z-index: 200;
        padding-bottom: 20px;
    }

    .container-fourt .contenedor-absolute{
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 60vh;
        background-color: rgba(228, 228, 228, 0.411);
        z-index: 1;
    }

    .container-fourt .container-iconos{
        width: 80%;
        height: 20%;
        z-index: 200;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }

    .container-fourt .container-iconos .card-icon{
        width: 300px;
        height: 70px;
        margin-top: 20px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-direction: row;
    }

    .container-fourt .container-iconos .card-icon span{
        font-size: 18px;
    }

    .container-fourt .section-one{
        width: 90%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        z-index: 200;
    }

    .container-fourt .section-one .content-one{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        margin-top: 5%;
    }

    .container-fourt .section-one .content-two{
        width: 50%;
        margin-top: 5%;
        height: 70vh;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .container-fourt .section-one .content-two img{
        width: 90%;
        right: 0px;
        bottom: -10px;
        z-index: 200;
    }

    .container-fourt .section-one .content-one::after{
        content: 'CONTENEDORES MOVILES';
        font-size: 60px;
        left: -14px;
        top: 0px;
        color: #025db33f;
        font-weight: bold;  
        position: absolute;
        width: 250%;
        height: auto;
    }

    .container-fourt .section-one .content-one h1{
        font-family: 'Roboto';
        font-size: 45px;
        font-weight: bold;
        color: #03437d;
        width: 50%;
    }

    .container-fourt .section-one .content-one .light-text{
        font-weight:300;
    }

    .container-fourt .section-one .content-one span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #414141;
        width: 90%;
        margin-top: 30px;
    }

    .container-five{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .container-five .galeria{
        width: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-five .galeria .items{
        width: 90%;
        height: 80%;
        display: grid;
        gap: 10px;
    }

    .container-five .galeria .items .card-img-1{
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 1;
        grid-row-end: 3;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container-five .galeria .items .card-img-2{
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .container-five .galeria .items .card-img-3{
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .container-five .galeria .items .card-img-1 img{
        width: 100%;
        height: 50%;
    }

    .container-five .galeria .items .card-img-2 img{
        width: 80%;
        height: 100%;
    }

    .container-five .galeria .items .card-img-3 img{
        width: 100%;
        height: 100%;
    }

    .container-five .laboratorio-movil{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .container-five .laboratorio-movil .text{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        overflow: hidden;
    }

    .container-five .laboratorio-movil .text::after{
        content:'LABORATORIO MÓVIL';
        position: absolute;
        right:0px;
        top: 20px;
        width: auto;
        height: auto;
        text-align:end;
        font-size: 50px;
        font-weight: bold;
        line-height: 60px;
        color: #025db33f;
    }


    .container-five .laboratorio-movil .text h1{
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
        color: #03437d;
        width: 100%;
    }

    .container-five .laboratorio-movil .text .light-text{
        font-weight: 300;
        color: #03437d;
    }

    .container-five .laboratorio-movil .text span{
        color: #414141;
        font-size: 20px;
        font-family: 'Roboto';
        width: 80%;
        margin-top: 40px;
    }


    .section-six{
        width: 100%;
        height: 80vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .section-six .img-content{
        width: 100%;
        height: 70%;
        background-image: url('../../../assets/img/Fondo_cama.avif');
        background-position: center;
        background-size: cover;
    }

    .section-six .porcentajes{
        width: 100%;
        height: 30%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #03437d;
    }

    .section-six .porcentajes .card-content{
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .section-six .porcentajes .card-content .item{
        width: 30%;
        height: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-six .porcentajes .card-content .item h1{
        font-size: 60px;
        color: white;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .section-six .porcentajes .card-content .item .mas{
        color: orange;
        font-size: 60px;
    }
    .section-six .porcentajes .card-content .item span{
        font-size: 20px;
        font-family: 'Roboto';
        color: white;
        width: 100%;
        text-align: center;
    }

    .section-seven{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-seven .tipos-proyectos{
        width: 100%;
        height: 90%;
        margin: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 50px;    
        gap: 20px;
    }

    .section-seven .tipos-proyectos .item{
        width: 300px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 5px;
        gap: 30px;
    }

    .section-seven .tipos-proyectos .item .img{
        width: 150px;
        height: 150px;
        border-radius: 10em;
        background-color: #1d76be;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section-seven .tipos-proyectos .item .img img{
        width: 130px;
        height: 130px;
    }

    .section-seven .tipos-proyectos .item .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .section-seven .tipos-proyectos .item .text h1{
        font-size: 25px;
        font-family: 'Roboto';
        font-weight: bold;
        text-align: center;
        color: #6b6b6b;
    }

    .section-seven .tipos-proyectos .item .text span{
        font-size: 15px;
        font-family: 'Roboto';
        color: #414141;
        text-align: center;
        width: 100%;
    }

    .section-fourt{
        background-color: #03437d;
        width: 100%;
        height: 30vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section-fourt h1{
        color: white;
        font-size: 40px;
        font-family: 'Roboto';
        font-weight: bold;
    }

    .section-fourt span{
        color: #b4b4b4;
        font-size: 20px;
        font-family: 'Roboto';
    }



}

@media screen and (max-width:661px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        -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);
    }
}

@media screen and (max-width:635px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 83%, 50% 100%, 100% 86%, 100% 0);
    }
}

@media screen and (max-width:621px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 83%, 50% 100%, 100% 86%, 100% 0);
    }
}

@media screen and (max-width:581px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        -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);
    }
}

@media screen and (max-width:550px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        -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);
    }
}

@media screen and (max-width:450px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        background-position: bottom;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 89%, 50% 100%, 100% 90%, 100% 0);
    }
}

@media screen and (max-width:350px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        background-position: bottom;
        -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);
    }
}