* {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    font-family: Gotham;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
}
@font-face {
    font-family: 'Gotham-Bold';
    src: url('./images/fonts/Gotham-Bold.ttf');
}

@font-face {
    font-family: 'Gotham';
    src: url('./images/fonts/Gotham-Book.ttf');
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('./images/fonts/Gotham-Light.otf');
}
.no-mb{
    display: flex;
}
nav{
    width: 100%;
    height: 6rem;
    position: fixed;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-nav{
    width: 95%;
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center;
    justify-content: start;
}

@media screen and (min-width:2000px) {


    .smooth-content div{
        height: fit-content;
        padding: 2rem 1rem;
    }

    .emergency-bg{
        height: 100% !important;
    }

    .emergency-overlay{
        height: 100% !important;
    }

}



.logo-nav{
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 20%;
}
.content-redirection-nav{
    flex-grow: 1;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}
.content-redirection-nav ul li a span{
    background-color: rgba(255, 255, 255, 0.50);
    height: 75%;
    width: 50px;
    justify-content: center;
    border-radius: 100%;
    display: flex;
    align-items: center;
}
.content-redirection-nav ul{
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    gap:1.45rem;
    justify-content: center;
}
.content-redirection-nav ul li{
    width: fit-content;
    display: flex;
    align-items: center;
    height: 100%;
}
.content-redirection-nav ul li a{
    width: 100%;
    border-radius: 100px;
    background: #D0D0D0;
    display: flex;
    padding: 0rem 10px 0rem 30px;
    align-items: center;
    justify-content: space-between;
    text-wrap: nowrap;
    height: 65%;
    gap: 1.5rem;
    color: #000000;
text-align: center;
font-family: Gotham;
font-size: clamp(16px,1.25vw,1.25rem);
font-style: normal;
font-weight: 500;
text-decoration: none;
line-height: 130%; /* 138.889% */
text-transform: uppercase;
}
.content-menu-nav{
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
#nav-active{
    border-radius: 100px;
background: #2B70B8;
color: #FFF;
}
#nav-active span{
    background-color: rgba(254, 254, 254, 0.30);
}
.contact{
    background-color: #000000;
    width: 55%;
    display: flex;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-decoration: none;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: clamp(16px,.95vw,.95rem);
    font-style: normal;
    font-weight: 300;
    line-height: 138%; /* 138.889% */
    text-transform: uppercase;
}
.idioma{
    border-radius: 100%;
    background: #D0D0D0;
    width: 55px;
    height: 55px;
    display: flex;
    gap: .25rem;
    justify-content: center;
    align-items: center;
    color: #000;
font-family: Gotham;
font-size: clamp(14px,1vw,1rem);
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.9px;
text-transform: uppercase;
}
.menu-puntos{
    border-radius: 100px;
    background: #D0D0D0;
    padding: 10px;
    border: none;
    display:flex;
}
.head {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 50px;
    width: 100%;
}
.title {
    font-weight: 300; 
    font-size: clamp(35px, 5vw, 80px); 
    line-height: clamp(39px, 4.9vw, 79.04px);
    color: #2B70B8;
}
.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;
}
/*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;
}
.movimiento{
    position: absolute;
    left: 1380px;
    bottom: -40px;
    z-index: 15;
}
.img {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.img img {
    width: 7vw;
    min-width: 138px;
}

.water-service-title.mobile{
    display: none;
}
.water-service-title.mobile2{
    display: none;
}

/*STORM AREa*/
.storm-service {
    background-image: url('assets/image\ 10.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.storm-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.storm-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.storm-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.storm-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.storm-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.storm-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.storm-service-title span{
    font-weight: 400;
}
.storm-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.storm-service-image-box.mobile, 
.storm-service-image-box.wider.mobile{
    display: none;
}

/*END STORMAREA*/

/*FIRE AREa*/
.fire-service {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.fire-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.fire-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fire-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.fire-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.fire-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.fire-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.fire-service-title span{
    font-weight: 400;
}
.fire-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.fire-service-image-box.mobile, 
.fire-service-image-box.wider.mobile{
    display: none;
}
/*END FIRE AREa*/

/*MOLD AREa*/
.mold-service {

    background-image: url('assets/image\ 10.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.mold-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.mold-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mold-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.mold-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.mold-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.mold-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.mold-service-title span{
    font-weight: 400;
}
.mold-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.mold-service-image-box.mobile, 
.mold-service-image-box.wider.mobile{
    display: none;
}
/*END MOLDAREA*/

/*DISASTER AREa*/
.disaster-service {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.disaster-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.disaster-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.disaster-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.disaster-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.disaster-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.disaster-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.disaster-service-title span{
    font-weight: 400;
}
.disaster-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.disaster-service-image-box.mobile, 
.disaster-service-image-box.wider.mobile{
    display: none;
}
/*END DISASTER AREa*/

/*BIO AREa*/
.bio-service {
    background-image: url('./assets/Group\ 10247.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.bio-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.bio-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bio-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.bio-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.bio-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bio-service-title{
    color: white;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.bio-service-title span{
    font-weight: 400;
}
.bio-service-text{
    color: white;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.bio-service-image-box.mobile, 
.bio-service-image-box.wider.mobile{
    display: none;
}
/*END BIOAREA*/

/*CRIME AREa*/
.crime-service {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.crime-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.crime-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.crime-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.crime-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.crime-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.crime-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.crime-service-title span{
    font-weight: 400;
}
.crime-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.crime-service-image-box.mobile, 
.crime-service-image-box.wider.mobile{
    display: none;
}
/*END CRIME AREa*/

/*ISR AREa*/
.isr-service {
   
    background-image: url('assets/image\ 10.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.isr-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.isr-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.isr-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.isr-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.isr-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.isr-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.isr-service-title span{
    font-weight: 400;
}
.isr-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.isr-service-image-box.mobile, 
.isr-service-image-box.wider.mobile{
    display: none;
}
/*END ISR AREa*/
/*RESI AREa*/
.resi-service {
    background-image: url('assets/Group\ 10247.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.resi-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.resi-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.resi-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.resi-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.resi-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.resi-service-title{
    color: white;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.resi-service-title span{
    font-weight: 400;
}
.resi-service-text{
    color: white;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.resi-service-image-box.mobile, 
.resi-service-image-box.wider.mobile{
    display: none;
}
/*END RESIAREA*/
/*COMERCIAL AREa*/
.comercial-service {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.comercial-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.comercial-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comercial-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.comercial-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.comercial-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.comercial-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.comercial-service-title span{
    font-weight: 400;
}
.comercial-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.comercial-service-image-box.mobile, 
.comercial-service-image-box.wider.mobile{
    display: none;
}

/*END COMERCIAL-AREA*/

/*FORMAL AREa*/
.formal-service {

    background-image: url('assets/image\ 10.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.formal-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.formal-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formal-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.formal-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.formal-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.formal-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.formal-service-title span{
    font-weight: 400;
}
.formal-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.formal-service-image-box.mobile, 
.formal-service-image-box.wider.mobile{
    display: none;
}
/*END FORMAL AREa*/

/*#WATER AREa*/
.water-service {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.water-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.water-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.water-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.water-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.water-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.water-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.water-service-title span{
    font-weight: 400;
}
.water-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.water-service-image-box.mobile, 
.water-service-image-box.wider.mobile{
    display: none;
}
/*END WATER-AREA*/

/*FLOOD AREa*/
.flood-service {
    background-image: url('./assets/Group\ 10247.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.flood-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.flood-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flood-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.flood-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.flood-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flood-service-title{
    color: white;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.flood-service-title span{
    font-weight: 400;
}
.flood-service-text{
    color: white;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.flood-service-image-box.mobile, 
.flood-service-image-box.wider.mobile{
    display: none;
}
/*END FLOODAREA*/

/*ASBESTOS AREa*/
.asbestos-service {
   
    background-image: url('assets/image\ 10.webp'); 
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 70px;
    height: 80vh;
    gap: 60px;
}
.asbestos-service-images-row {
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.asbestos-service-image-box {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.asbestos-service-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}
.asbestos-service-image-box.wider {
    width: 55%;
    margin-left: 40px;
}
.asbestos-service-text-content {
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.asbestos-service-title{
    color: #2B70B8;
font-family: Gotham;
font-size: 80px;
font-style: normal;
font-weight: 600;
line-height: 98.8%; /* 79.04px */
text-transform: uppercase;
}
.asbestos-service-title span{
    font-weight: 400;
}
.asbestos-service-text{
    color: #000;
font-family: Gotham;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 535px;
margin: 31px 0;
}
.none{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2B70B8;
    color: white;
    padding: 15px 40px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
}
.none .arrow {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 5px;
}

.asbestos-service-image-box.mobile, 
.asbestos-service-image-box.wider.mobile{
    display: none;
}
/*END ASBESTOSAREA*/

.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;
    transition: background-color 0.3s ease;
}
.small-btn-custom:hover {
    background-color: #0056b3;
}
.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;
}
.small-btn-custom:hover .small-arrow-custom {
    margin-left: 5px;
}
/*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;
}
@media screen and (min-width:1485px) {
    .mold-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .mold-service-title {
        font-size: 5vw;
    }
    .mold-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }
    .none {
        padding: 15px 40px;
        font-size: clamp(18px, 1.3vw, 1.5rem);
        width: 12vw;
        min-width: 165px;
    }
    .none .arrow {
        width: 12%;
        height: 69%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #FFFFFF80;
        transition: margin-left 0.3s ease;
        position: absolute;
        right: 10px;
    }
    .none .arrow img {
        width: 65%;
    }

    .fire-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .fire-service-title {
        font-size: 5vw;
    }
    .fire-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .storm-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .storm-service-title {
        font-size: 5vw;
    }
    .storm-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .disaster-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .disaster-service-title {
        font-size: 5vw;
    }
    .disaster-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .bio-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .bio-service-title {
        font-size: 5vw;
    }
    .bio-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .crime-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .crime-service-title {
        font-size: 5vw;
    }
    .crime-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .isr-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .isr-service-title {
        font-size: 5vw;
    }
    .isr-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }
    .resi-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .resi-service-title {
        font-size: 5vw;
    }
    .resi-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }
    .comercial-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .comercial-service-title {
        font-size: 5vw;
    }
    .comercial-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .water-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .water-service-title {
        font-size: 5vw;
    }
    .water-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .flood-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .flood-service-title {
        font-size: 4.8vw;
    }
    .flood-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }

    .formal-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .formal-service-title {
        font-size: 5vw;
    }
    .formal-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }
    .asbestos-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .asbestos-service-title {
        font-size: 5vw;
    }
    .asbestos-service-text {
        font-size: 1.3vw;
        width: 77.35%;
        margin: 40px 0;
    }
}
@media screen and (min-width:1600px) and (max-width:1919px) {
    .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 (max-width: 1485px) {
    .mold-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .mold-service-title {
        font-size: 4.8vw;
    }
    .mold-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }
    .none {
        padding: 15px 40px;
        font-size: clamp(18px, 1.3vw, 1.5rem);
        width: 12vw;
        min-width: 165px;
    }
    .none .arrow {
        width: 12%;
        height: 69%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #FFFFFF80;
        transition: margin-left 0.3s ease;
        position: absolute;
        right: 10px;
    }
    .none .arrow img {
        width: 65%;
    }    

    .fire-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .fire-service-title {
        font-size: 4.8vw;
    }
    .fire-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .storm-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .storm-service-title {
        font-size: 4.8vw;
    }
    .storm-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .disaster-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .disaster-service-title {
        font-size: 4.8vw;
    }
    .disaster-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .bio-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .bio-service-title {
        font-size: 4.8vw;
    }
    .bio-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .crime-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .crime-service-title {
        font-size: 4.8vw;
    }
    .crime-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .isr-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .isr-service-title {
        font-size: 4.8vw;
    }
    .isr-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .resi-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .resi-service-title {
        font-size: 4.8vw;
    }
    .resi-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .comercial-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .comercial-service-title {
        font-size: 4.8vw;
    }
    .comercial-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .formal-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .formal-service-title {
        font-size: 4.8vw;
    }
    .formal-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .water-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .water-service-title {
        font-size: 4.8vw;
    }
    .water-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }

    .flood-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .flood-service-title {
        font-size: 4.8vw;
    }
    .flood-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }
    .asbestos-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 55%;
        min-height: 345px;
    }
    .asbestos-service-title {
        font-size: 4.8vw;
    }
    .asbestos-service-text {
        font-size: 1.3vw;
        width: 81%;
        margin: 40px 0;
    }
}
@media screen and (max-width: 1380px) {
    .mold-service {
        gap: 45px;
    }
    .mold-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .mold-service-title {
        font-size: 5vw;
    }
    .mold-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }
    .none {
        padding: 15px 40px;
        font-size: clamp(18px, 1.3vw, 1.5rem);
        width: 11.5vw;
        min-width: 155px;
    }
    .none .arrow {
        width: 13%;
        height: 69%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #FFFFFF80;
        transition: margin-left 0.3s ease;
        position: absolute;
        right: 10px;
    }
    .none .arrow img {
        width: 65%;
    } 

    .fire-service {
        gap: 45px;
    }
    .fire-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .fire-service-title {
        font-size: 5vw;
    }
    .fire-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .storm-service {
        gap: 45px;
    }
    .storm-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .storm-service-title {
        font-size: 5vw;
    }
    .storm-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .disaster-service {
        gap: 45px;
    }
    .disaster-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .disaster-service-title {
        font-size: 5vw;
    }
    .disaster-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .bio-service {
        gap: 45px;
    }
    .bio-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .bio-service-title {
        font-size: 5vw;
    }
    .bio-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .crime-service {
        gap: 45px;
    }
    .crime-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .crime-service-title {
        font-size: 5vw;
    }
    .crime-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .isr-service {
        gap: 45px;
    }
    .isr-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .isr-service-title {
        font-size: 5vw;
    }
    .isr-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .resi-service {
        gap: 45px;
    }
    .resi-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .resi-service-title {
        font-size: 5vw;
    }
    .resi-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .comercial-service {
        gap: 45px;
    }
    .comercial-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .comercial-service-title {
        font-size: 5vw;
    }
    .comercial-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .formal-service {
        gap: 45px;
    }
    .formal-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .formal-service-title {
        font-size: 5vw;
    }
    .formal-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .water-service {
        gap: 45px;
    }
    .water-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .water-service-title {
        font-size: 5vw;
    }
    .water-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }

    .flood-service {
        gap: 45px;
    }
    .flood-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .flood-service-title {
        font-size: 5vw;
    }
    .flood-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }
    .asbestos-service {
        gap: 45px;
    }
    .asbestos-service-images-row {
        display: flex;
        justify-content: space-between;
        width: 50%;
        min-height: 345px;
    }
    .asbestos-service-title {
        font-size: 5vw;
    }
    .asbestos-service-text {
        font-size: 1.27vw;
        width: 75.5%;
        margin: 40px 0;
    }
}
@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: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;
    }

    .mold-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .mold-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .mold-service-image-box.wider {
        margin-left: 25px;
    }
    .mold-service-title {
        font-size: 5.3vw;
    }
    .mold-service-text {
        font-size: 16px;
        width: 79%;
    }
    .none {
        padding: 10px 40px;
        font-size: clamp(18px, 1.3vw, 1.5rem);
        width: 11.5vw;
        min-width: 130px;
    }

    .fire-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .fire-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .fire-service-image-box.wider {
        margin-left: 25px;
    }
    .fire-service-title {
        font-size: 5.3vw;
    }
    .fire-service-text {
        font-size: 16px;
        width: 79%;
    }

    .storm-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .storm-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .storm-service-image-box.wider {
        margin-left: 25px;
    }
    .storm-service-title {
        font-size: 5.3vw;
    }
    .storm-service-text {
        font-size: 16px;
        width: 79%;
    }

    .disaster-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .disaster-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .disaster-service-image-box.wider {
        margin-left: 25px;
    }
    .disaster-service-title {
        font-size: 5.3vw;
    }
    .disaster-service-text {
        font-size: 16px;
        width: 79%;
    }

    .bio-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .bio-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .bio-service-image-box.wider {
        margin-left: 25px;
    }
    .bio-service-title {
        font-size: 5.3vw;
    }
    .bio-service-text {
        font-size: 16px;
        width: 79%;
    }

    .crime-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .crime-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .crime-service-image-box.wider {
        margin-left: 25px;
    }
    .crime-service-title {
        font-size: 5.3vw;
    }
    .crime-service-text {
        font-size: 16px;
        width: 79%;
    }

    .isr-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .isr-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .isr-service-image-box.wider {
        margin-left: 25px;
    }
    .isr-service-title {
        font-size: 5.3vw;
    }
    .isr-service-text {
        font-size: 16px;
        width: 79%;
    }

    .resi-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .resi-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .resi-service-image-box.wider {
        margin-left: 25px;
    }
    .resi-service-title {
        font-size: 5.3vw;
    }
    .resi-service-text {
        font-size: 16px;
        width: 79%;
    }

    .comercial-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .comercial-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .comercial-service-image-box.wider {
        margin-left: 25px;
    }
    .comercial-service-title {
        font-size: 5.3vw;
    }
    .comercial-service-text {
        font-size: 16px;
        width: 79%;
    }

    .formal-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .formal-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .formal-service-image-box.wider {
        margin-left: 25px;
    }
    .formal-service-title {
        font-size: 5.3vw;
    }
    .formal-service-text {
        font-size: 16px;
        width: 79%;
    }

    .water-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .water-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .water-service-image-box.wider {
        margin-left: 25px;
    }
    .water-service-title {
        font-size: 5.3vw;
    }
    .water-service-text {
        font-size: 16px;
        width: 79%;
    }

    .flood-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .flood-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .flood-service-image-box.wider {
        margin-left: 25px;
    }
    .flood-service-title {
        font-size: 5.3vw;
    }
    .flood-service-text {
        font-size: 16px;
        width: 79%;
    }
    .asbestos-service {
        gap: 30px;
        padding: 25px 50px;
    }
    .asbestos-service-images-row {
        width: 47%;
        min-height: 280px;
    }
    .asbestos-service-image-box.wider {
        margin-left: 25px;
    }
    .asbestos-service-title {
        font-size: 5.3vw;
    }
    .asbestos-service-text {
        font-size: 16px;
        width: 79%;
    }
}
@media screen and (max-width:1023px){
    .menu-puntos{
        background-color: transparent;
        display:flex;
    }
    .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;
    }
    .movimiento{
        display: none;
    }

    .mold-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .mold-service-images-row {
        display: flex;
        width: 100%;
    }
    .mold-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .mold-service-image-box img {
        border-radius: 10px;
    }
    .mold-service-image-box.mobile, 
    .mold-service-image-box.wider.mobile{
        display: flex;
    }
    .mold-service-image-box, 
    .mold-service-image-box.wider{
        display: none;
    }
    .mold-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .mold-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mold-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .mold-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }
    .none {
        padding: 15px 40px;
        font-size: clamp(18px, 1.3vw, 1.5rem);
        width: 11.5vw;
        min-width: 155px;
        margin: 40px 0;
    }
    .none .arrow {
        width: 15%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #FFFFFF80;
        transition: margin-left 0.3s ease;
        position: absolute;
        right: 10px;
    }

    .fire-service{
        height: unset;
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .fire-service-images-row {
        display: flex;
        width: 100%;
    }
    .fire-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .fire-service-image-box img {
        border-radius: 10px;
    }
    .fire-service-image-box.mobile, 
    .fire-service-image-box.wider.mobile{
        display: flex;
    }
    .fire-service-image-box, 
    .fire-service-image-box.wider{
        display: none;
    }
    .fire-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .fire-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .fire-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .fire-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .storm-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .storm-service-images-row {
        display: flex;
        width: 100%;
    }
    .storm-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .storm-service-image-box img {
        border-radius: 10px;
    }
    .storm-service-image-box.mobile, 
    .storm-service-image-box.wider.mobile{
        display: flex;
    }
    .storm-service-image-box, 
    .storm-service-image-box.wider{
        display: none;
    }
    .storm-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .storm-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .storm-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .storm-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .disaster-service{
        height: unset;
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .disaster-service-images-row {
        display: flex;
        width: 100%;
    }
    .disaster-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .disaster-service-image-box img {
        border-radius: 10px;
    }
    .disaster-service-image-box.wider.mobile{
        display: flex;
    }
    .disaster-service-image-box.wider{
        display: none;
    }
    .disaster-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .disaster-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .disaster-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .disaster-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .bio-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .bio-service-images-row {
        display: flex;
        width: 100%;
    }
    .bio-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .bio-service-image-box img {
        border-radius: 10px;
    }
    .bio-service-image-box.mobile, 
    .bio-service-image-box.wider.mobile{
        display: flex;
    }
    .bio-service-image-box, 
    .bio-service-image-box.wider{
        display: none;
    }
    .bio-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .bio-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .bio-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .bio-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .crime-service{
        height: unset;
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .crime-service-images-row {
        display: flex;
        width: 100%;
    }
    .crime-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .crime-service-image-box img {
        border-radius: 10px;
    }
    .crime-service-image-box.mobile, 
    .crime-service-image-box.wider.mobile{
        display: flex;
    }
    .crime-service-image-box, 
    .crime-service-image-box.wider{
        display: none;
    }
    .crime-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .crime-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .crime-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .crime-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .isr-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .isr-service-images-row {
        display: flex;
        width: 100%;
    }
    .isr-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .isr-service-image-box img {
        border-radius: 10px;
    }
    .isr-service-image-box.mobile, 
    .isr-service-image-box.wider.mobile{
        display: flex;
    }
    .isr-service-image-box, 
    .isr-service-image-box.wider{
        display: none;
    }
    .isr-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .isr-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .isr-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .isr-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .resi-service{
        height: unset;
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .resi-service-images-row {
        display: flex;
        width: 100%;
    }
    .resi-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .resi-service-image-box img {
        border-radius: 10px;
    }
    .resi-service-image-box.mobile, 
    .resi-service-image-box.wider.mobile{
        display: flex;
    }
    .resi-service-image-box, 
    .resi-service-image-box.wider{
        display: none;
    }
    .resi-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .resi-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .resi-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .resi-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .comercial-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .comercial-service-images-row {
        display: flex;
        width: 100%;
    }
    .comercial-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .comercial-service-image-box img {
        border-radius: 10px;
    }
    .comercial-service-image-box.mobile, 
    .comercial-service-image-box.wider.mobile{
        display: flex;
    }
    .comercial-service-image-box, 
    .comercial-service-image-box.wider{
        display: none;
    }
    .comercial-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .comercial-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .comercial-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .comercial-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .formal-service{
        height: unset;
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .formal-service-images-row {
        display: flex;
        width: 100%;
    }
    .formal-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .formal-service-image-box img {
        border-radius: 10px;
    }
    .formal-service-image-box.mobile, 
    .formal-service-image-box.wider.mobile{
        display: flex;
    }
    .formal-service-image-box, 
    .formal-service-image-box.wider{
        display: none;
    }
    .formal-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .formal-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .formal-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .formal-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .water-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .water-service-images-row {
        display: flex;
        width: 100%;
    }
    .water-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .water-service-image-box img {
        border-radius: 10px;
    }
    .water-service-image-box.mobile, 
    .water-service-image-box.wider.mobile{
        display: flex;
    }
    .water-service-image-box, 
    .water-service-image-box.wider{
        display: none;
    }
    .water-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .water-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .water-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .water-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }

    .flood-service{
        height: unset;
        flex-direction: column-reverse;
        padding: 30px 20px;
    }
    .flood-service-images-row {
        display: flex;
        width: 100%;
    }
    .flood-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .flood-service-image-box img {
        border-radius: 10px;
    }
    .flood-service-image-box.mobile, 
    .flood-service-image-box.wider.mobile{
        display: flex;
    }
    .flood-service-image-box, 
    .flood-service-image-box.wider{
        display: none;
    }
    .flood-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .flood-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .flood-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .flood-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }
    .asbestos-service{
        height: unset;
        flex-direction: column;
        padding: 30px 20px;
    }
    .asbestos-service-images-row {
        display: flex;
        width: 100%;
    }
    .asbestos-service-image-box.wider {
        width: 59%;
        margin-left: 0px;
    }
    .asbestos-service-image-box img {
        border-radius: 10px;
    }
    .asbestos-service-image-box.mobile, 
    .asbestos-service-image-box.wider.mobile{
        display: flex;
    }
    .asbestos-service-image-box, 
    .asbestos-service-image-box.wider{
        display: none;
    }
    .asbestos-service-images-row {
        width: 100%;
        max-height: 380px;
        height: auto;
        min-height: 380px;
    }
    .asbestos-service-text-content {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .asbestos-service-title {
        font-size: clamp(32px, 5vw, 50px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px; /* 290.625% */
    }
    .asbestos-service-text {
        font-size: clamp(16px, 3vw, 25px);
        width: 80%;
        margin: 0;
    }


    .water-service-title.no-mobile, .disaster-service-title.no-mobile, .mold-service-title.no-mobile, 
    .storm-service-title.no-mobile, .fire-service-title.no-mobile, .bio-service-title.no-mobile,
    .crime-service-title.no-mobile, .isr-service-title.no-mobile, .resi-service-title.no-mobile,
    .comercial-service-title.no-mobile, .formal-service-title.no-mobile, .flood-service-title.no-mobile,
    .asbestos-service-title.no-mobile{
        display: none;
    }
    .water-service-title.mobile{
        display: block;
            font-size: clamp(32px, 5vw, 50px);
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            margin-bottom: 30px;
        }
        .water-service-title.mobile2{
            display: block;
                font-size: clamp(32px, 5vw, 50px);
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                margin-bottom: 30px;
                color:white;
            }
}
@media (width <= 768px) {
    .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;
    }

}