* {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    font-family: Gotham;
}
.show-mobile {
    display: none;
}
.head {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 50px;
}
.title {
    font-weight: 300;
    font-size: clamp(40px, 5vw, 80px);
    color: #2B70B8;
    width: 100%;
}
.bold {
    font-weight: bold;
}
.mini {
    margin-top: 10px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: clamp(14px, 2.5vw, 20px);
    line-height: clamp(18px, 3vw, 24px);
}
.sub {
    color: #2B70B8;
}
.header-text h2 {
    margin: 0;
}
h2 {
    font-size: 3rem;
    font-weight: lighter;
    color: white;
}
.step{
    opacity: 0.3;
    cursor: pointer;
}
.hero-section-custom {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./images/biohazard\ 5.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}
.hero-title-custom {
    font-size: 3.75vw;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
}
.hero-title-custom .emergency {
    font-weight: 700;
    font-size: 8vw;
}
.hero-subtitle-custom {
    font-size: 1.2rem;
    margin: 20px 0;
}
.button-group-custom {
    display: inline-flex;
    align-items: center;
}
.btn-custom {
    display: inline-block;
    background-color: #fff;
    color: #333;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.btn-custom:hover {
    background-color: #f0f0f0;
}
.small-btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 1.2rem;
}
.small-arrow-custom {
    font-size: 1.2rem;
    transition: margin-left 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small-arrow-custom img{
    width: 14px;
    height: 14px;
}
/*FOOTER*/
footer{
    display: flex;
    padding: 2.5vw;
    padding-top: 5vw;
    background-color: white;
}
footer.mb-footer{
    display: none;
}
.footer-left{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-left .footer-title h1{
    color: #000;
    font-family: Gotham;
    font-size: clamp(40px,8vw, 10rem);
    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    position: relative;
}
.footer-left .footer-title h1 img{
    width: 25%;
}
.footer-title .total-users{
    font-size: clamp(16px, 1.25vw, 1.25rem);
    position: absolute;
    display: flex;
    flex-direction: column;
    bottom: 15%;
    right: 10%;
} 
.footer-title .total-users span{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 strong{
    font-family: Gotham-Bold;
}
.footer-left .footer-title h1 .blue-word{
    color: #2B70B8;
    font-family: Gotham-Bold;
}
.footer-email {
    width: 50%;
    position: relative;
    margin-top: 10%;
}
.footer-email input{
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
    padding: 0px 0px 1.5vw 0px;
    background-color: transparent;
    font-size: clamp(16px, 1.25vw, 1.25rem);
    width: 100%;
}
.footer-email button{
    position: absolute;
    right: 0;
    top: -0.5vw;
    background-color: #2B70B8;
    border-radius: 30000px;
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    border: none;
}
.footer-email button svg{
    fill: #FFF;
    width: 10px;
    height: 10px;
    transform: rotateZ(-45deg);
}
.footer-bottom{
    display: flex;
    
    margin-top: 10%;
    width: 60%;
    justify-content: space-between;
    font-family: Gotham-Light;
}
.footer-bottom a{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-bottom h6{
    color: #000;
    font-size: clamp(14px, 0.8vw, 1.25rem);
    text-decoration: none;
    text-transform: uppercase;
}

.footer-right{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.footer-right ul{
    display: flex;
    list-style: none;
    flex-direction: column;
    gap: 1vw;
    text-align: end;
    margin-right: 1vw;
}
.footer-right ul li a{
    color: #000;
    font-family: Gotham;
    font-size: clamp(14px, 1.2vw, 1.45rem);
    text-decoration: none;
    text-transform: uppercase;
}
/*Marquee Section */
.marquee-container{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: auto;
    height: fit-content;
}
.marquee{
    display: flex;
    flex-wrap: nowrap;
    gap: 8vw;
    padding: 2.5rem 0;
    height: fit-content;
    background-color: #000;
    width: max-content;
}
.marquee h5{
    color: #FFF;
    font-family: Gotham;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 100% */
    text-transform: uppercase;
}
/* #endregion */

/* #region COMMERCIAL SECTION */
.cleaning,
.commercial {
    background-image: url('./assets/image\ 10.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    padding: 70px;
    gap: 50px;
    position: relative;
}
.commercial .banner {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.commercial .banner .image-containers {
    position: relative;
}
.commercial .banner .image-containers img {
    min-width: 400px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.cleaning .lern-more .need-help,
.cleaning .contents .lern-more .need-help,
.why-chose-us .lern-more .need-help,
.why-chose-us .contents .lern-more .need-help,
.commercial .lern-more .need-help,
.commercial .banner .image-containers .need-help {
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #000000;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 40px;
    padding-left: 20px;
    padding-right: 5px;
    border-radius: 20px;
    cursor: pointer;
}
.cleaning .lern-more .need-help span,
.cleaning .contents .lern-more .need-help span,
.why-chose-us .lern-more .need-help span,
.why-chose-us .contents .lern-more span,
.commercial .lern-more .need-help span,
.commercial .banner .image-containers .need-help span {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 25px;
    font-size: 1vw;
}
.cleaning .lern-more .need-help .need-help-circle,
.cleaning .contents .lern-more .need-help .need-help-circle,
.why-chose-us .lern-more .need-help .need-help-circle,
.why-chose-us .contents .lern-more .need-help-circle,
.commercial .lern-more .need-help .need-help-circle,
.commercial .banner .image-containers .need-help .need-help-circle {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FEFEFE4D;
    border-radius: 50%;
    margin-left: 15px;
}
.cleaning .lern-more .need-help .need-help-circle img,
.cleaning .contents .lern-more .need-help .need-help-circle img,
.why-chose-us .lern-more .need-help .need-help-circle img,
.why-chose-us .contents .lern-more .need-help-circle img,
.commercial .lern-more .need-help .need-help-circle img,
.commercial .banner .image-containers .need-help .need-help-circle img {
    width: 16px;
    height: 16px;
}
.whatis .whatis,
.cleaning .contents,
.commercial .contents {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.commercial .contents .super-title, .asbesto h5 {
    color: #2D71B8;
    font-weight: 500;
    line-height: 23px;
    font-size: 21px;
}
.asbesto .right h2{
    color: #161616;
}
.asbesto .right p{
    opacity: 1 !important;
}
.commercial{
    display: none;
}
.cleaning .contents h1.title,
.commercial .contents h1.title {
    color: #161616;
    text-align: left;
    font-size: 5vw;
    font-weight: 700;
    display: flex;
    flex-direction: column;
}
.cleaning .contents {
    flex: unset;
    width: 50%;
}   
.cleaning .contents h1.title span,
.commercial .contents h1.title span {
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 10px;
}
.commercial .contents .body-bold {
    color: #000000;
    font-weight: 700;
    line-height: 30px;
    margin: 20px 0;
}
.cleaning .contents .body,
.commercial .contents .body {
    color: #000000;
    font-weight: 400;
    line-height: 24px;
}
.commercial .logo-help {
    position: absolute;
    top: 40%;
    right: 10px;
}
.commercial .logo-help img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}
/* #endregion */

/* #region WHAT IS SECTION */
.whatis {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 70px;
    gap: 50px;
    height: 100vh;
    position: relative;
}
.whatis .banner {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    height: 90vh;
}
.whatis .banner img {
    max-width: 100%;
    max-height: 95%;
    object-fit: contain;
}
.whatis .contents {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.whatis .contents .steps {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: space-between;
}
.whatis .contents .steps .step {
    width: 100%;
    border-bottom: 3px solid #000000;
}
.whatis .contents .steps .step span {
    color: #000000;
    font-weight: 400;
    line-height: 55px;
    font-size: xxx-large;
}
.whatis .contents .multiple-imgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
    min-width: 400px;
    padding: 15px 0;
}
.whatis .contents .multiple-imgs .img-1 {
    width: 65%;
    height: 100%;
}
.whatis .contents .multiple-imgs .img-2 {
    width: 30%;
}
.whatis .contents .multiple-imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 30px;
}
.whatis .contents .info-container {
    background: #2B70B8;
    border-radius: 40px;
    padding: 30px;
}
.whatis .contents .info-container h1.title {
    color: #FFF;
    font-family: Gotham;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.whatis .contents .info-container h1.title span {
    color: #FFF;
    font-family: Gotham;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.whatis .contents .info-container .body-bold {
    color: #FFFFFF;
    font-weight: 700;
    line-height: 30px;
}
.whatis .contents .info-container .body {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 24px;
}
.whatis .contents .title-container h1 {
    color: #161616; 
}
/* #endregion */

/* #region CLEANING SECTION */
.cleaning {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

/* Ajuste de escala para pantallas más grandes */
@media (min-width: 1500px) {
    .cleaning .banner .content-img .info-container span {
        font-size: 1.1em; /* Ajuste de tamaño de texto */
    }
}

@media (min-width: 1800px) {
    .cleaning .banner .content-img .info-container span {
        font-size: 1.2em; /* Otro ajuste de tamaño de texto */
    }
}
.cleaning .banner{
    width: 50%;
}
.cleaning .contents .img-mobile {
    margin: 20px 0;
}
.cleaning .contents .img-mobile img {
    width: 100%;
    object-fit: fill;
    aspect-ratio: 1.3;
}
.cleaning .banner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-self: center;
}
.cleaning .banner .multiple-imgs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.cleaning .banner .multiple-imgs img:first-child {
    max-width: 25%;
    object-fit: cover;
    border-radius: 30px;
}
.cleaning .banner .multiple-imgs img:last-child {
    max-width: 95%;
    object-fit: cover;
}
.cleaning .banner .multiple-imgs .img-1 {
    width: 25%;
}
.cleaning .banner .multiple-imgs .img-2 {
    width: 70%;
}
.cleaning .banner .multiple-imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    border-radius: 30px;
}
.cleaning .banner .content-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cleaning .banner .content-img .circle-border {
    width: 108px;
    height: 108px;
    border-color: #2B70B8;
    border-width: 6px;
    border-style: solid;
    border-radius: 50%;
    transform: translateX(20px);
}
.cleaning .banner .content-img .circle-border img {
    max-width: 108px;
    max-height: 108px;
    object-fit: contain;
}
.cleaning .banner .content-img .info-container {
    display: flex;
    flex: 1;
    height: 120px;
    align-items: center;
    background: #2B70B8;
    border-radius: 80px;
    padding: 0 30px;
}
.cleaning .banner .content-img .info-container span {
    color: #FFFFFF;
    font-weight: 700;
    line-height: 30px;
}

.appraisals-round-img{
    width: 9vw;
    height: 9vw;
    border-radius: 100%;
    background-color: #2D70B8;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
} 
.blue-square{
    display: flex;
    align-items: center;
    position: relative;
}
.appraisals-round-img img{
    width: 95%;
    height: 95%;
    object-fit: cover;
    border-radius: 3000px;

}

.blue-square p{
    font-family: Gotham-Light;
    font-size: clamp(14px, 0.9vw, 1.25rem);
    position: absolute;
    width: 83%;
    background-color: #2D70B8;
    padding: 1vw 2.3vw;
    left: 7.5vw;
    z-index: 0;
    display: flex;
    align-items: center;
    border-radius: 80px;
    color: #fff;
    line-height: 150%;
    height: 9vw;
}
/* #endregion */
.menu-puntos{
    background-color: transparent;
    display:flex;
}
/* #region REMEDIATION SECTION */
.remediation {
    display: flex;
    flex-direction: row;
    padding: 0 70px;
    gap: 50px;
    height: 100vh;
    position: relative;
    align-items: center;
}
.remediation .banner {
    flex: 0.7;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.remediation .banner img {
    max-width: 85%;
    max-height: 100%;
    object-fit: contain;
}
.remediation .contents {
    flex: 1.2;
    display: flex;
    flex-direction: column;
}
.remediation .contents .super-title {
    color: #2D71B8;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
}
.remediation .contents h1.title {
    color: #161616;
    text-align: left;
    font-size: 4rem;
    font-weight: 700;
}
.remediation .contents h1.title span {
    font-weight: 300;
    line-height: 85px;
}
.remediation .contents .option-container {
    display: flex;
    padding: 1rem 0rem;
    flex-direction: column;
    gap: 10px;
}
.remediation .contents .option-container .option-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 60px;

    border-radius: 69px;
background: #FFF;
box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.07);
    padding: 0 6px;
}
.remediation .contents .option-container .option-item .option-id {
    display: flex;
    padding: 0 10px;
    color: #2D71B8;
    font-weight: 500;
    line-height: 35px;
}
.remediation .contents .option-container .option-item .option-body {
    display: flex;
    flex: 1;
    color: #161616;
    font-weight: 400;
    line-height: 35px;
}
.remediation .contents .option-container .option-item .option-circle {
    display: flex;
    background-color: #F0F0F0;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
}
.remediation .contents .option-container .option-item .option-circle img {
    height: 20px;
    width: 20px;
}
.remediation .contents .option-container .option-item.active {
    background-color: #2D71B8;
}
.remediation .contents .option-container .option-item.active .option-id,
.remediation .contents .option-container .option-item.active .option-body {
    color: #FFFFFF;
}
/* #endregion */

/* #region WHY CHOSE US*/
.why-chose-us {
    background-image: url('assets/Group\ 10247.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 20px 70px;
    gap: 50px;
    height: 100vh;
    position: relative;
}
.why-chose-us .contents {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.why-chose-us .contents h1.title {
    color: #FFFFFF;
    text-align: left;
    font-size: 5.5vw;
    font-weight: 700;
}
.why-chose-us .contents h1.title span {
    font-weight: 300;
    line-height: 85px;
}
.why-chose-us .contents .body {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
}
.why-chose-us .banner {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}
.cleaning .contents .lern-more .need-help,
.why-chose-us .contents .lern-more .need-help {
    width: fit-content;
    position: relative;
}
.why-chose-us .banner .image-containers {
    position: relative;
}
.why-chose-us .banner .image-containers img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.why-chose-us .contents .lern-more .need-help,
.why-chose-us .lern-more .need-help {
    background: #2D71B8;
}

.how-help-controls{
    height: 100% !important;
    display: flex;
    align-items: space-between;
    width: 100% !important;
}
.how-help-controls .controls-container{
    height: 100%;
    justify-content: space-between;
    padding-block: 1vw;
    gap: 1vw;
    width: 100%;

}
.how-help-controls .controls-container button{
    height: 100%;
}
.how-help-controls .controls-container .title{
    text-align: left;
    margin-left: 5%;
}
.controls-container button .arrow-container{
    width: 4vw !important;
    height: 4vw !important;
}
/* #endregion */
@media (width <= 1024px) {
    .commercial{
        display: flex;
    }
    .asbesto{
        display: none !important;
    }
    .lern-more.show-mobile{
        display: flex !important;
        justify-content: center;
    }
    .lern-more.show-mobile .action-button{
        margin-top: 0;
        display: none !important;
    }
    .whatis .contents .multiple-imgs .img-1{
        width: 60%;
    }
    .whatis .contents .multiple-imgs .img-2{
        width: 30%;
    }
    .whatis .contents .multiple-imgs img:first-child{
        object-position: center;
    }
    .how-help-controls .controls-container{
        width: 100%;
        padding: 0;
        gap: 10px;
    }
    .controls-container button {
        padding: 10px 10px 10px 10px;
    }
    .controls-container button .arrow-container{
        width: 45px !important;
        height: 45px !important;
    }
}

/* QUERY */
@media screen and (min-width:1600px) and (max-width:1919px) {
    .remediation .contents {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .75rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 25px;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1440px) and (max-width:1599px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .75rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 10px 0rem 20px;
    }
    .text-container .quotes {
        left: 6%;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1280px) and (max-width:1439px) {
    .logo-nav img{
        width: 95%;
    }

    .logo-nav {
        width: 15%;
    }

    .content-menu-nav{
        width: 20%;
    }

    .content-redirection-nav ul{
        gap: .25rem;
    }

    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }
    .quotes{
        top: 10% !important;
    }
    .quotes svg{
        width: 50px;
    }
    .footer-title .total-users{
        right: 10%;
    }
}
@media screen and (min-width:1600px) {
    .remediation .contents {
        flex: 0.8;
        display: flex;
        flex-direction: column;
    }
    .remediation .contents h1.title {
        font-size: 4.2vw;
    }
    .remediation .contents .option-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .remediation .contents .super-title {
        font-size: 25px;
    }
    .remediation .contents .option-container .option-item {
        height: 80px;
        padding: 0 10px;
        border-radius: 40px; 
    }
    .remediation .contents .option-container .option-item .option-id {
        padding: 0 15px;
        font-size: 1.5rem;
        line-height: 45px; 
    }
    .remediation .contents .option-container .option-item .option-body {
        font-size: 1.5rem;
        line-height: 45px;
    }
    .remediation .contents .option-container .option-item .option-circle {
        height: 60px;
        width: 60px;
    }
    .remediation .contents .option-container .option-item .option-circle img {
        height: 25px; 
        width: 25px;
    }
    .why-chose-us .contents h1.title {
        line-height: 130px;
    }
    .why-chose-us .contents .body {
        font-size: 25px;
    }
    .why-chose-us .contents .lern-more .need-help, .why-chose-us .lern-more .need-help {
        height: 50px;
    }
    .why-chose-us .lern-more .need-help .need-help-circle, .why-chose-us .contents .lern-more .need-help-circle{
        width: 40px;
        height: 40px;
    }
}
@media (max-width: 1420px) {
    .whatis .contents .info-container h1.title {
        font-size: 3vw;
    }
    .whatis .contents .info-container h1.title span {
        font-size: 3vw;
    }
    .whatis {
        height: unset;
    }
}
@media (max-width: 1290px){
    .remediation .contents h1.title {
        font-size: 4.5vw;
        line-height: 65px;
    }
    .remediation .contents h1.title span {
        line-height: 65px;
    }

    .blue-square p {
        width: 100%;
        position: static;
        height: auto;
        padding: 30px;
    }
    .appraisals-round-img {
        display: none;
    }
}
@media (max-width: 1235px) {
    .logo-help{
        display: none;
    }
}
@media screen and (min-width:1024px) and (max-width:1279px) {
    .logo-nav img{
        width: 95%;
    }
    .logo-nav {
        width: 15%;
    }
    .content-menu-nav{
        width: 20%;
    }
    .content-redirection-nav ul{
        gap: .25rem;
    }
    .content-redirection-nav ul li a{
        gap: .65rem;
        padding: 0rem 5px 0rem 10px;
    }
}
@media screen and (max-width:1395px){
    .cleaning .contents h1.title, .commercial .contents h1.title {
        font-size: 4.5vw;
    }
}
@media screen and (max-width:1225px){
    .cleaning .contents h1.title, .commercial .contents h1.title {
        font-size: 4vw;
    }
    .why-chose-us .contents h1.title {
        font-size: 5vw;
    }
}
@media screen and (max-width:1085px){
    .cleaning .contents h1.title, .commercial .contents h1.title {
        font-size: 3vw;
        line-height: unset;
    }
    .cleaning .contents .body, .commercial .contents .body {
        color: #000000;
        font-weight: 400;
        line-height: 24px;
        font-size: 12px;
    }
}
@media screen and (max-width:1024px){
    .menu-puntos{
        background-color: transparent;
        display:flex;
    }
    .appraisals-round-img{
        display: none;
    }
    .blue-square p{
        width: 100%;
        position: static;
        height: auto;
        padding: 30px;
    }
    .cleaning{
        gap: 0px;
    }
    .lern-more.show-mobile{
        margin-top: 0px !important;
    }
    .cleaning .lern-more.show-mobile .need-help{
        position: relative;
        margin-top: 20px;
        left: 0;
    }
    .cleaning .action-button{
        margin-top: 20px !important;
    }
    .commercial .action-button{
        margin-top: -25px !important;
        margin-bottom: 40px;
    }
    .whatis .contents .info-container{
        border-radius: 20px;
    }
    .whatis .contents .multiple-imgs img:last-child, .whatis .contents .multiple-imgs img:first-child {
        border-radius: 10px;
    }
    .whatis .contents .info-container .body{
        margin: 0 !important;
    }
    .cleaning .banner{
        width: 100%;
    }
    
    .content-menu-nav{
        width: 20%;
        justify-content: end;
    }
    .logo-nav{
        width: 80%;
    }
    .logo-nav img{
        max-width: 250px;
    }
    .logo-nav img{
        width: 60%;
    }
    nav{
        z-index: 6;
    }
    .no-mb{
        display: none !important;
    }
    .social-media{
        width: 80%;
        display: flex;
        justify-content: end;
    }
    .footer-bottom h6{
        width: 50%;
    }
    .footer-bottom h6{
        display: flex;
        align-items: center;
    }
    .footer-bottom{
        margin-top: 0% !important;
    }
}
@media (max-width: 980px) {
    .commercial .contents .body-bold {
        font-size: 4vw;
        line-height: unset;
    }
    .commercial .contents .super-title {
        margin: 0;
    }
    .cleaning, .commercial {
        flex-direction: column;
        padding:20px;
        height: unset;
    }
    .cleaning .contents {
        flex: unset;
        width: unset;
    }
    .cleaning .contents .body, .commercial .contents .body {
        font-size: 2.3vw;
    }
    .cleaning .banner .content-img .info-container span {
        line-height: normal;
        font-size: 3vw;
    }
    .cleaning .banner .content-img .info-container {
        height: 170px;
        margin-bottom: 40px;
    }
    .show-mobile {
        display: block;
        width: 100%;
    }
    .show-mobile img {
        width: 100%;
        height: auto;
    }
    .show-mobile .commercial-mobil-img-top{
        height: 430px;
    }
    .cleaning .contents h1.title{
        font-size: 4vw;
        display: block;
    }
    .commercial .contents h1.title{
        align-items: center;
        flex-direction: row;
        font-size: 8vw
    }
    .title span{
        margin: 15px;
    }
    .need-help{
        position: absolute;
        bottom: 5%;
        left: 38%;
        background: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        border-radius: 30px;
        cursor: pointer;
    }
    .lern-more.show-mobile .action-button{
        display: flex !important;
    }
    .need-help-circle{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FEFEFE4D;
        border-radius: 50%;
        position: absolute;
        right: 8px;
    }
    .commercial .lern-more .need-help span{
        color: #FFFFFF;
        font-weight: 400;
        line-height: 25px;
        font-size: 3.5vw;
        position: relative;
        right: 8px;
    }
    .commercial .contents h1.title span{
        line-height: 0;
    }
    .whatis .banner{
        display: none;
    }
    .whatis .contents {
        flex: auto;
    }
    .whatis .contents .steps {
        display: none;
    }
    .title {
        font-weight: 700;
        margin: 0;
    }
    .title span {
        font-weight: 300;
    }
    .whatis {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 20px;
        height: unset;
    }
    .whatis .contents .info-container h1.title{
        align-items: center;
        flex-direction: row;
    }
    .whatis .contents .info-container .body {
        font-size: 3vw;
        margin: 0 15px;
    }
    .whatis .contents .info-container .body-bold {
        font-size: 3vw;
    }
    .whatis .contents .info-container h1.title,
    .whatis .contents .info-container h1.title span{
        margin: 0;
        color: #F5F5F5;
font-family: Gotham;
font-size: 32px;
font-style: normal;
line-height: normal;
text-transform: uppercase;
    }
    .cleaning .lern-more {
        margin-top: 30px;
        display: none;
    }
    .cleaning .banner .multiple-imgs{
        display: none;
    }
    .cleaning .banner .content-img .circle-border{
        display: none;
    }
    .commercial .lern-more .need-help{
        position: absolute;
        bottom: 35px;
        left: 20%;
        background: #000000;
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 40px;
        width: 55%;
        padding-left: 20px;
        padding-right: 5px;
        border-radius: 20px;
        cursor: pointer;
    }
    .lern-more.no-mobile{
        display: none;
    }
    .lern-more.show-mobile{
        display: block;
        left: 40%;
    } 
    .cleaning .lern-more .need-help{
        position: absolute;
        bottom: 2%;
        left: 20%;
        background: #000000;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 55%;
        border-radius: 30px;
        cursor: pointer;
        height: 55px;
    }
    .cleaning .lern-more .need-help span{
        color: #FFFFFF;
        font-weight: 400;
        line-height: 25px;
        font-size: 3.5vw;
        position: relative;
        right: 8px;
    }
    .remediation {
        flex-direction: column-reverse;
        padding: 20px;
        height: unset;
    }
    .remediation .contents .super-title {
        font-size: 2vw;
    }
    .remediation .contents h1.title{
        align-items: center;
        flex-direction: row;
        font-size: 4.5vw;
        margin: 0;
    }
    .remediation .contents h1.title .span2{
        display: none;
    } 
    .why-chose-us{
        flex-direction: column;
        height: unset;
        padding: 70px 20px;
    }
    .why-chose-us .banner .image-containers{
        display: flex;
    }
    .why-chose-us .contents h1.title{
        align-items: center;
        flex-direction: row;
        font-size: 6.0vw;
    }
    .no-mobile{
        display: none;
    } 
    .why-chose-us .lern-more .need-help {
        position: relative;
        bottom: unset;
        left: unset;
        margin: auto;
        background: #2D71B8;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 267px;
        height: 55px;
        border-radius: 30px;
        cursor: pointer;
    }
    .why-chose-us .lern-more .need-help .need-help-circle{
        width: 40px;
        height: 40px;
    }

    .why-chose-us .lern-more .need-help span{
        color: #FFFFFF;
        font-weight: 400;
        line-height: 25px;
        font-size: 1.5rem;
        position: relative;
        right: 8px;
    }

}
@media (width <= 768px) {
    .cleaning .contents .body, .commercial .contents .body {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 30px;
    }
    .whatis .contents .multiple-imgs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }
    .whatis .contents .multiple-imgs {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
        width: 100%;
        min-width: 0;
    }
    .cleaning .contents h1.title {
        font-size: 6.5vw;
        display: block;
    }
    .cleaning .banner .content-img .info-container span {
        line-height: normal;
        font-size: 4vw;
    }
    
    .footer-bottom{
        width: 100%;
    }
    .footer{
        display: none;
    }
    footer.mb-footer{
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .mb-footer .logo{
        display: flex;
    }
    .mb-footer .logo img{
        width: 30%;
    }
    .mb-footer .logo .users{
        display: flex;
        align-items: flex-end;
    }
    .mb-footer .logo .users .text-container{
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        margin-left: 10px;
        gap: 2px;
    }
    .mb-footer .logo .users .text-container .count{
        font-family: Gotham-Bold;
    }
    .mb-footer .logo .users img{
        width: 60%;
    }
    .footer-title h1{
        font-size: 50px;
        font-family: Gotham;
        text-transform: uppercase;
    }
    .footer-title strong{
        font-family: Gotham-Bold;
    }
    .footer-title h1 .blue-word{
        font-family: Gotham-Bold;
        color: #2B70B8;
    }
    .footer-email{
        width: 100%;
    }
    .footer-email button{
        width: 30px;
        height: 30px;
        top: -10px;
    }
    .footer-email input{
        padding: 0px 0px 10px 0px;
    }
    .nav-footer ul{
        list-style: none;
        text-align: end;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    .nav-footer ul li a{
        text-decoration: none;
        color: #000;
        font-family: Gotham;
        font-size: 16px;
    }
    .title{
        font-size: 42px;
    }
    .title.mold{
        font-size: 32px;
    }
    .cleaning .contents h1.title{
        font-size: 32px;
        display: block;
    }
    .remediation .contents .super-title {
        font-size: 16px;
    }
    .remediation .contents h1.title {
        font-size: clamp(28px, 2vw, 32px);
    }
    .remediation .contents h1.title span {
        margin: 0;
    }
    .why-chose-us .contents .body {
        margin-top: 0
    }
    .why-chose-us .contents h1.title {
        font-size: 32px;
        width: 100%;
    }
    .why-chose-us .contents h1.title span{
        margin: 0;
    }
    .whatis .contents .info-container .body {
        color: #FFFFFF;
        font-weight: 400;
        line-height: 24px;
    }
}