* {
    padding: 0;
    margin: 0;
}
.head {
    text-align: center;
    margin-top: 125px;
    margin-bottom: 50px;
}
.title {
    font-weight: 300;
    font-size: clamp(40px, 5vw, 80px);
    line-height: clamp(39px, 4.9vw, 79.04px);
    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;
}
/*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;
}

/*#Fire-section1*/
.fire-section {
    text-align: center;
    padding: 0 70px;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.image-container1 {
    width: 100%;
    overflow: hidden;
}
.image-container1 img {
    width: 100%;
    border-radius: 15px;
    display: block;
}
.image-container1 .image1-fire1{
    display: none;
}
.textsection {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: clamp(20px, 2.5vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 120% */
    text-transform: uppercase;
    margin: 50px 0;
}
.rojo{
    color: #EA2026;;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2B70B8;
    color: white;
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 365px;
    margin: 0px auto;
    position: relative;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
}
.btn .arrow {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 10px;
}
.btn img {
    max-width: 100%;
    height: auto;
}
.lern-more.show-mobile .action-button{
    display: none;
}
/*#Fire-section2*/
.fire-section2{
    height: 100vh;
    background-image: url('./assets/image\ 10.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    background-color: #f8f9fb;
}
.fire2-section1 {
    display: flex;
    align-items: center;
    position: relative;
    width: 49%;
    height: 100%;
}
.fire2-image-container {
    position: relative;
    width: 72%;
}
.fire2-main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}
.fire2-background-shape {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 65%;
    height: 55%;
    background-color: #2B70B8;
    border-radius: 40px;
}

.fire2-section2 {
    text-align: left;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.fire2-intro {
    width: 100%;
    color: #2D71B8;
    font-family: Gotham;
    font-size: clamp(16px, 1.4vw, 21px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
}
.fire2-intro2,
.fire2-title2{
    display: none;
}
.fire2-title {
    color: #161616;
    font-family: Gotham;
    font-size: clamp(32px, 5vw, 80px);
    font-style: normal;
    font-weight: 700;
    line-height: 93px; /* 116.25% */
    text-transform: uppercase;
    margin: 25px 0;
}
.fire2-title span {
    font-weight: 400;
}
.fire2-list-container {
    display: flex;
    gap: 110px;
    justify-content: space-between;
}
.fire2-list {
    list-style-type: disc;
    padding-left: 20px;
}
.fire2-list li {
    color: #000;
    opacity: 0.6;
    font-family: "Open Sans";
    font-size: clamp(16px, 1.6vw, 25px);
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 160% */
    letter-spacing: 0.25px;
}
/*#ENDREGION*/
/*Fire3-Region*/
.fire3 {
    height: 100vh;
    padding: 20px 70px;
    background-image: url('assets/Group\ 10247.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fire3-image-container {
    display: flex;
    gap: 45px;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
}

.fire3-image {
    width: 100%;
    max-width: 310px;
    height: 265px;
    border-radius: 10px;
}

.fire3-image-container .fire3-image:nth-child(2) {
    max-width: 665px;
}

.fire3-title {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 20px;
}
.fire3-title2{
    display: none;
}
.fire3-subtitle {
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*#ENDREGION*/
.action-button.fire-mobile{
    display: none !important;
}
/* #region SMOKER SECTION */
.smoke-container {
    display: flex;
    gap: 30px;
    padding: 80px 70px;
    flex-wrap: wrap;
}
.smoke-title{
    display: none;
    color: #161616;
font-family: Gotham;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.smoke-title span{
    color: #161616;
font-family: Gotham;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}
.smoke-left-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 300px;
    max-width: 1200px;
}
.smoke-subtitle {
    color: #2D71B8;
    font-family: Gotham;
    font-size: clamp(20px, 1.5vw, 25px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
    margin: 20px 0;
}
.smoke-main-image img {
    width: 100%;
    height: 790px;
    border-radius: 15px;
}
.smoke-right-section-wrapper {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 300px;
    margin-top: 63px;
}

.smoke-small-images {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.smoke-small-image {
    width: 40%;
    height: 250px;
    border-radius: 65px;
}
.smoke-small-image.wix {
    width: 56%;
}
.smoke-right-section {
    border-radius: 40px;
    padding: 30px 18px 0 30px;
    background: #F0F0F0;
    height: auto;
    display: flex;
    flex-direction: column;
}
.smoke-right-title.mobile-text{
    display: none;
}
.smoke-right-title {
    color: #000;
    font-family: Gotham;
    font-size: clamp(35px, 2vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.smoke-right-text {
    color: #000;
    font-family: Gotham;
    font-size: clamp(12px, 0.9vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.assistance-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin: 30px 0;
}
.button-text.button-mobile{
    display: none;
}
.button-text {
    margin-right: 20px;
}
.button-icon {
    position: relative;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(254, 254, 254, 0.3);
    border-radius: 50%;
}
.button-icon img {
    width: 25px;
}
/* #endregion */

/* #region SOOT SECTION */
.soot-section {
    padding: 90px 70px;
    text-align: left;
    background-image: url("./assets/image\ 10.webp");
    background-size: cover;
    background-position: center;
}
.soot-title {
    color: #161616;
    font-family: Gotham;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 93px; /* 116.25% */
    text-transform: uppercase;
}
.soot-title span{
    font-weight: 400;
}
.soot-subtitle {
    color: #2D71B8;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
}
.soot-image-container {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}
.soot-image {
    width: 74%;
    max-width: 958px;
    border-radius: 40px;
}
.soot-text-container {
    display: flex;
    gap: 40px; 
}
.soot-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.soot-text {
    color: #000;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
/* #endregion */
.menu-puntos{
    background-color: transparent;
    display:flex;
}
/*#Fire-Damage*/
.fire-damage-section {
    display: flex;
    gap: 40px;
    padding: 70px;
    background-image: url("assets/Group\ 10247.webp");
    background-size: cover;
    background-position: center;
}
.fire-damage-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.images {
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 40px;
    height: 80%;
    width: 45vw;
}
.images img {
    border-radius: 40px;
    width: 95%;
    height: 90%;
    margin: 20px;
}
.fire-damage-right {
    flex: 0.7;
    color: #FFF;
    font-family: Gotham, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fire-damage-clients {
    color: #2D71B8;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-transform: uppercase;
    margin-top: 45px;
}

.fire-damage-title {
    color: #FFF;
    font-family: Gotham;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 93px; /* 116.25% */
    text-transform: uppercase;
}
.fire-damage-title span{
    font-weight: 400;
}
.fire-damage-description {
    color: #FFF;
    font-family: Gotham;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 90%;
}
.fire-damage-info-box {
    background-color: #2B70B8;
    padding: 30px 94px 30px 30px;
    border-radius: 40px;
    color: #FFF;
    font-size: 18px;
    position: relative;
    margin-top: 20px;
    width: 88%;
    height: 240px;
flex-shrink: 0;
}
.fire-damage-info-box p{
    width: 92%;
}
.fire-damage-info-box strong {
    font-weight: 700;
    color: #FFF;
}
.fire-damage-arrow-button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.fire-damage-arrow-button img {
    width: 60px;
    height: 60px;
}
/*#ENDREGION*/
.img {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.img img {
    width: 7vw;
    min-width: 138px;
}
.hero-section-custom {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url('./images/biohazard\ 5.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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;
    margin-top: 8px;
}
.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;
    margin-top: 15px;
}
.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;
}
@media screen and (max-width:2130px){
    .fire3-image-container {
        display: flex;
        gap: 6%;
        width: 100%;
        justify-content: center;
        margin-bottom: 30px;
    }
    .fire3-image {
        width: 47%;
        max-width: 400px;
        height: 440px;
        border-radius: 10px;
    }
    .fire3-image-container .fire3-image:nth-child(2) {
        max-width: 965px;
    }
    .fire3-title{
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        text-transform: uppercase;
        margin: 25px 0;
        max-width: 1565px;
    }
    .fire3-subtitle{
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 900px;
    }
}
@media screen and (min-width: 2000px) {
    .fire2-image-container {
        position: relative;
        width: 65%;
    }    
    .fire-section2 {
        height: 100vh;
        background-size: cover;
        background-position: center;
        display: flex;
        justify-content: space-evenly;
        padding: 0 70px;
        background-color: #f8f9fb;
    }
}
@media screen and (min-width: 1600px) {
    .soot-image {
        max-width: unset;
        width: 70%;
    }
}
@media screen and (max-width:1745px) {
    .fire-damage-right {
        flex: 1;
    }
}
@media (min-width: 1800px) {
    .soot-image {
        width: 74%;
    }
}
@media (min-width: 1900px) {
    .soot-image {
        width: 74%;
    }
    .soot-image-container {
        display: flex;
        gap: 60px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1520px) {
    .soot-image {
        width: 63%;
    }
    
}
@media screen and (max-width: 1465px) {
    .smoke-right-section-wrapper {
        flex: 0.65
    }
    .smoke-right-section {
        padding: 30px 18px 0px 30px;
    }
    .smoke-right-text {
        font-size: clamp(12px, 1vw, 20px);
        line-height: 25px;
    }
    .assistance-button {
        font-size: 15px;
    }
    .button-icon {
        width: 35px;
        height: 35px;
    }
    .button-icon img {
        width: 20px;
    }
    .button-text {
        margin-right: 5px;
    }
}
@media screen and (max-width: 1390px) {
    .fire2-title {
        color: #161616;
        font-family: Gotham;
        font-size: clamp(32px, 5vw, 80px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px;
        text-transform: uppercase;
        margin: 18px 0;
    }
    .fire2-list li {
        color: #000;
        opacity: 0.6;
        font-family: "Open Sans";
        font-size: clamp(16px, 1.6vw, 25px);
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
        letter-spacing: 0.25px;
    }
    .fire2-image-container {
        position: relative;
        width: 75%;
    }
    .fire2-main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 30px;
        position: relative;
        z-index: 1;
    }
    .fire2-overlay {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 60%;
        height: 20%;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 15px;
        border-radius: 10px;
        color: white;
        display: flex;
        flex-direction: column;
        z-index: 2;
    }
    .fire2-background-shape {
        position: absolute;
        top: -45px;
        right: -43px;
        width: 55%;
        height: 50%;
        background-color: #2B70B8;
        border-radius: 30px;
    }

    .fire-damage-title {
        font-size: clamp(32px, 5.2vw, 80px);
        line-height: 85px;
    }
    .fire-damage-description {
        font-size: 18px;
    }
    .fire-damage-clients {
        margin-top: 20px;
    }
    .fire-damage-info-box {
        width: 95%;
        font-size: 17px;
    }
}
@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%;
    }
    .fire3-image {
        width: 100%;
        max-width: 340px;
        height: 370px;
        border-radius: 10px;
    }
    .fire3-image-container .fire3-image:nth-child(2) {
        max-width: 865px;
    }
}
@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%;
    }


    .fire3-title {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: clamp(32px, 3vw, 50px);
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        text-transform: uppercase;
        margin: 25px 0;
        max-width: 1565px;
    }
    .fire3-image-container {
        display: flex;
        gap: 5vw; 
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .fire3-image {
        width: 30vw;
        max-width: 300px; 
        max-height: 300px;
        height: auto; 
        border-radius: 10px;
    }
    .fire3-image-container .fire3-image:nth-child(2) {
        width: 40vw;
        max-width: 640px;
    }
}
@media screen and (min-width:1280px) and (max-width:1440px) {
    .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%;
    }

    .fire3-title {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: clamp(32px, 3vw, 50px);
        font-style: normal;
        font-weight: 400;
        line-height: 60px;
        text-transform: uppercase;
        margin: 25px 0;
        max-width: 1565px;
    }
    .fire3-image-container {
        display: flex;
        gap: 5vw; 
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .fire3-image {
        width: 19.5vw;
        max-width: 300px;
        height: auto;
        border-radius: 10px;
    }
    .fire3-image-container .fire3-image:nth-child(2) {
        width: 39vw;
        max-width: 640px;
    }
}
@media screen and (max-width:1296px){
    .smoke-main-image img {
        height: 800px;
    }
    .assistance-button {
        padding: 10px 15px;
    }
    .button-icon {
        width: 25px;
        height: 25px;
        left: 6px;
    }
    .button-icon img {
        width: 15px;
    }
    .smoke-right-title {
        font-size: clamp(25px, 2vw, 50px);
    }
    .smoke-small-image {
        height: 216px;
        border-radius: 30px;
    }
    .smoke-right-section-wrapper {
        flex: 0.8;
    }
    .soot-image-container {
        gap: 35px;
        height: 265px;
    }
    .soot-title {
        font-size: clamp(32px, 6vw, 80px);
    }
    .soot-subtitle {
        font-size: clamp(16px, 2vw, 21px);
    }
    .soot-text {
        font-size: clamp(16px, 3vw, 20px);
        line-height: 25px;
    }
    .soot-image {
        width: 70%;
    }
    .soot-image.sootimage2 {
        width: 26%;
    }

    .fire-damage-title {
        font-size: clamp(32px, 4.5vw, 80px);
    }
    .fire-damage-description {
        width: 100%;
    }
}
@media screen and (max-width:1156px){
    .fire-damage-info-box {
        font-size: 14px;
        height: 240px;
        padding: 25px 80px 25px 25px;
    }
    .fire-damage-clients {
        font-size: 18px;
    }
    .fire-damage-arrow-button img {
        width: 45px;
        height: 45px;
    }
    .fire-damage-description {
        font-size: 16px;
    }
    .fire-damage-title {
        font-size: clamp(32px, 5vw, 80px);
    }
}
@media screen and (min-width:1024px) and (max-width:1280px) {
    .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;
    }
    .textsection {
        line-height: 45px; /* 120% */
    }
    .fire2-overlay {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 60%;
        height: 20%;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 15px;
        border-radius: 10px;
        color: white;
        display: flex;
        flex-direction: column;
        z-index: 2;
    }

    .fire2-title {
        color: #161616;
        font-family: Gotham;
        font-size: clamp(32px, 5vw, 80px);
        font-style: normal;
        font-weight: 700;
        line-height: 93px;
        text-transform: uppercase;
        margin: 5px 0;
    }
    .fire2-image-container {
        position: relative;
        width: 80%;
    }
    .fire2-list-container {
        display: flex;
        gap: 90px;
        justify-content: space-between;
    }
    .fire2-list li {
        color: #000;
        opacity: 0.6;
        font-family: "Open Sans";
        font-size: clamp(16px, 1.6vw, 25px);
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.25px;
    }


    .fire3-title {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: clamp(25px, 2.8vw, 50px);
        font-style: normal;
        font-weight: 400;
        line-height: 45px;
        text-transform: uppercase;
        margin: 25px 0;
        max-width: 1565px;
    }
    .fire3-image-container {
        display: flex;
        gap: 5vw; 
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .fire3-image {
        width: 18.5vw;
        max-width: 300px;
        height: auto;
        border-radius: 10px;
    }
    .fire3-image-container .fire3-image:nth-child(2) {
        width: 38vw;
        max-width: 640px;
    }
    .fire3-subtitle {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 621px;
    }

}
@media screen and (max-width:1028px){
    .fire2-title {
        color: #161616;
        font-family: Gotham;
        font-size: clamp(32px, 4.9vw, 80px);
        font-style: normal;
        font-weight: 700;
        line-height: 65px;
        text-transform: uppercase;
        margin: 0;
    }

}
@media screen and (max-width:1024px){
    .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;
    }

    .textsection {
        line-height: 40px; /* 120% */
    }

    .fire-section2 {
        padding: 20px;
    }
    .fire2-list li {
        color: #000;
        opacity: 0.6;
        font-family: "Open Sans";
        font-size: clamp(14px, 1.5vw, 25px);
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0.25px;
    }
    .fire2-intro {
        width: 80%;
        color: #2D71B8;
        font-family: Gotham;
        font-size: clamp(14px, 1.4vw, 21px);
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
    }
    .fire2-section1 {
        display: flex;
        align-items: center;
        position: relative;
        width: 45%;
        height: 100%;
    }
    .fire2-list-container {
        display: flex;
        gap: 90px;
        justify-content: space-between;
    }
    .fire2-main-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
        position: relative;
        z-index: 1;
    }
    .fire2-background-shape {
        position: absolute;
        top: -45px;
        right: -43px;
        width: 55%;
        height: 50%;
        background-color: #2B70B8;
        border-radius: 20px;
    }
    .fire2-image-container {
        position: relative;
        width: 85%;
    }
    .fire2-section2 {
        text-align: left;
        max-width: unset;
        width: 55%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fire2-overlay-title {
        color: #FFF;
        font-family: Gotham;
        font-size: clamp(13px, 1.4vw, 21.5px);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .fire2-overlay-subtitle {
        color: #FFF;
        font-family: Gotham;
        font-size: clamp(12px, 1.4vw, 21.5px);
        font-style: normal;
        font-weight: 200;
        line-height: normal;
        text-transform: uppercase;
    }

    .fire3-title {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px;
        text-transform: uppercase;
        margin: 25px 0;
        max-width: 635px;
    }
    .fire3-image-container {
        display: flex;
        gap: 5vw; 
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    .fire3-image {
        width: 17vw;
        height: auto;
        border-radius: 10px;
    }
    .fire3-image-container .fire3-image:nth-child(2) {
        width: 37vw;
        max-width: 640px;
    }
    .fire3-subtitle {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 550px;
    }

    .smoke-container {
        display: flex;
        gap: 10px;
        padding: 80px 70px;
        flex-wrap: wrap;
    }
    .smoke-left-section {
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 20px;
        min-width: 300px;
    }
    .smoke-subtitle {
        color: #2D71B8;
        font-family: Gotham;
        font-size: clamp(12px, 1vw, 25px);
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
        margin: 20px 0;
    }
    .btn{
        display: none;
    }
    .action-button.fire-mobile{
        background-color: #2D71B8 !important;
        display: flex !important;
    }
    .smoke-main-image img {
        height: 685px;
    }
    .smoke-right-section-wrapper {
        flex: 1.2;
    }
    .smoke-small-image {
        height: 185px;
        border-radius: 10px;
    }
    .assistance-button {
        padding: 10px 15px;
        font-size: 10px;
    }
    .smoke-right-title {
        font-size: clamp(20px, 2vw, 50px);
    }
    .smoke-right-text {
        font-size: clamp(10px, 0.9vw, 20px);
        line-height: 20px;
    }

    .soot-image-container {
        gap: 30px;
        height: 200px;
    }
    .soot-text {
        font-size: clamp(16px, 1vw, 20px);
        line-height: 25px;
    }
    .soot-title {
        line-height: 80px;
    }
    .soot-subtitle {
        line-height: normal;
    }

    .fire-damage-clients {
        line-height: 40%;
    }

    .fire-damage-info-box {
        width: 100%;
        height: 240px;
        font-size: 12px;
        padding: 25px 50px 25px 25px;
    }
    .fire-damage-section {
        gap: 30px;
        padding: 90px 70px;
    }
    .fire-damage-right {
        justify-content: unset;
    }
    .fire-damage-clients {
        margin-top: 0;
    }    .fire-damage-description {
        font-size: 14px;
    }
    .fire-damage-title{
        font-size: clamp(32px, 4.2vw, 80px);
    }
    .fire-damage-arrow-button img {
        width: 35px;
        height: 35px;
    }
    .fire-damage-arrow-button {
        width: 15px;
        height: 15px;
    }
    .images{
        height: 80%;
        width: 40vw;
    }
}
@media (width <= 768px) {
    .images {
        display: none;
    }
    .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;
    }

    .fire-section {
        padding: 20px;
        margin: 50px 0;
    }
    .textsection {
        line-height: normal;
    }
    .image-container1 .image1-fire2{
        display: none;
    }
    .image-container1 .image1-fire1{
        display: block;
    }

    .fire-section2 {
        height: unset;
        flex-direction: column;
    }
    .fire2-intro2,
    .fire2-title2{
        display: block;
    }
    .fire2-intro,
    .fire2-title, .fire2-overlay,
    .fire2-background-shape{
        display: none;
    }
    .fire2-intro2 {
        width: 100%;
        color: #2D71B8;
        font-family: Gotham;
        font-size: clamp(16px, 2.5vw, 21px);
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        text-transform: uppercase;
    }
    .fire2-title2 {
        color: #161616;
        font-family: Gotham;
        font-size: clamp(32px, 5vw, 80px);
        font-style: normal;
        font-weight: 700;
        line-height: normal; /* 116.25% */
        text-transform: uppercase;
        margin: 20px 0;
    }
    .fire2-title2 span {
        font-weight: 400;
    }
    .fire2-section1 {
        width: 100%;
        position: unset;
    }
    .fire2-image-container {
        position: unset;
        width: 100%;
    }
    .fire2-list-container {
        display: flex;
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
    }
    .fire2-main-image {
        width: 100%;
        height: 410px;
        object-fit: unset;
        border-radius: 20px;
        position: relative;
        z-index: 1;
    }
    .fire2-section2 {
        text-align: left;
        max-width: unset;
        width: unset;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin: 20px 30px;
    }
    .fire2-list li{
        color: #000;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
    }
    .fire3 {
        height: unset;
        padding: 20px;
        text-align: center;
    }
    .fire3-image-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 10px;
        justify-content: center;
        align-items: center;
        width: 100%; 
        margin: 55px 0;
    }
    /* Imágenes superiores, ajustables para ocupar el espacio deseado */
    .fire3-image-container .fire3-image:nth-child(1), 
    .fire3-image-container .fire3-image:nth-child(3) {
        width: 100%;
        max-width: unset;
        height: 45vw;
        border-radius: 10px;
    }
    /* Imagen inferior, ocupa el 100% del ancho */
    .fire3-image-container .fire3-image:nth-child(2) {
        grid-column: 1 / 3; 
        grid-row: 2;
        width: 100%; 
        max-width: 100%; 
        height: auto;
        border-radius: 10px;
    }
    /* Título */
    .fire3-title{
        display: none;
    }
    .fire3-title2 {
        display: block;
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        margin: 0;
        width: 630px;
    }
    /* Subtítulo */
    .fire3-subtitle {
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 25px;
    }

    .smoke-title {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }
    .smoke-title span {
        color: #161616;
        font-family: Gotham;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-left: 10px;
    }
    .smoke-container {
        display: flex;
        gap: 10px;
        padding: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: unset;
    }
    .smoke-left-section {
        flex: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: unset;
        min-width: unset;
    }
    .smoke-right-section-wrapper{
        margin-top: 20px;
    }
    .smoke-main-image{
        display: none;
    }

    .smoke-right-title {
        color: #000;
        width: 100%;
        font-family: Gotham;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .smoke-right-text{
        color: #000;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .smoke-right-section {
        border-radius: 40px;
        padding: 30px;
        background: #F0F0F0;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 80px;
    }
    .smoke-right-title{
        display: none;
    }
    .smoke-right-title.mobile-text{
        display: block;
    }
    .assistance-button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: black;
        padding: 10px 15px;
        border-radius: 50px;
        text-decoration: none;
        width: 199px;
        height: 53px;
        color: #FFF;
        text-align: center;
        font-family: Gotham;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase;
    }
    .button-icon {
        width: 40px;
        height: 40px;
        left: 15px;
    }
    .button-icon img {
        width: 20px;
    }
    .button-text.button-mobile{
        display: block;
    }
    .button-text{
        display: none;
    }
    .soot-section {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .soot-image.sootimage2{
        display: none;
    }
    .soot-image-container{
        width: 100%;
        max-width: unset;
        height: 200px;

    }
    .soot-image {
        width: 100%;
        border-radius: 0;
        height: 100%;
        object-fit: cover;
    }
    .soot-text-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .soot-title {
        line-height: normal;
        width: 100%;
    }
    .fire-damage-section{
        flex-direction: column;
        padding: 20px;
    }
    .fire-damage-clients {
        font-size: 16px;
        margin-top: 30px;
    }
    .fire-damage-description {
        font-size: 16px;
    }
    .fire-damage-info-box {
        padding: 20px;
        width: 94%;
        height: unset;
        font-size: 16px;
    }
    .fire-damage-info-box {
        padding: 0;
        width: 100%;
        height: auto;
        font-size: 16px;
        border-radius: 10px;
    }
    .fire-damage-info-box p{
        padding:  20px 30px;
    }
    .fire-damage-arrow-button {
        width: 95%;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: end;
        position: unset;
        margin-bottom: 15px;
    }
}