* {
    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;
}
.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 */
.menu-puntos{
    background-color: transparent;
    display:flex;
}
.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;
}
.section1 {
    background-image: url('assets/Group\ 10247.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 25px 70px;
}
.section1 .images{
    width: 50%;
    height: 95%;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}
.section1 .images .first{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section1 .images .first img{
    border-radius: 40px;
    margin: 5px 0 10px;
    width: 75%;
    height: 45%;
}
.section1 .images .second img{
    height: 100%;
    width: 100%;
    border-radius: 40px;
}
.sustituto{
    display: none;
}
.section1 .text{
    width: 45%;
    margin: 50px 0px 50px 50px;
    position: relative;
}
.titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    position: relative;
}
.header-text h2 {
    color: #FFF;
    font-family: Gotham;
    font-size: clamp(40px, 5.5vw, 80px);
    font-style: normal;
    font-weight: 400;
    line-height: 93px;
    text-transform: uppercase;
}


.action-button.bb{
    display: none !important;
}
.highlight {
    font-weight: 700;
}
.img {
    position: relative;
    background: white;
    border-radius: 100%;
}
.img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
}
.icon-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img .icon-phone {
    width: 15px;
    height: 15px;
}
.content p {
    color: #FFF;
    font-family: Gotham;
    font-size: clamp(17px, 1vw, 20px);;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
}
.content strong {
    font-weight: bold;
}
.none{
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #007bff;
    color: white;
    padding: 15px 40px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
    width: 220px;
    margin: 30px auto;
    position: relative;
}
.section2 {
    text-align: center;
    padding: 25px 70px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.image-container {
    width: 100%;
    max-width: 1200px; 
    margin: 40px auto; 
    border-radius: 15px;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/5; 
    object-fit: cover;  
    border-radius: 15px;
    display: block;
}
.textsection2 {
    color: #000;
    text-align: center;
    font-family: Gotham;
    font-size: clamp(40px, 4vw, 50px);
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
}
.btn {
    display: flex;
    align-items: center;
    background-color: #007bff;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    width: 220px;
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Gotham;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: uppercase;
    margin: 50px;
}
.btn .arrow,
.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;
}
.btn img {
    max-width: 100%;
    height: auto;
}
.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;
}

.appraisals-sec-2{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 2.5vw;
    background-color: white;
}
  .appraisals-sec-2 .img-container{
    width: 80%;
    height: 45vh;
}
  .appraisals-sec-2 .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
  .appraisals-sec-2 h3{
    color: #000;
    font-family: Gotham;
    width: 80%;
    font-size: clamp(30px, 2vw, 60px);
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5%;
    margin-bottom: 20px;
}
.resalted-red{
    color: #EA2026;
}
  
/*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;
}
.section1 a{
    display: none;
}

.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:1600px) and (max-width:2280px) {
    .header-text h2 {
        font-size: clamp(40px, 6vw, 5vw);
        line-height: 110px;
    }
    .content p {
        font-size: 1.4vw;
        padding: 13px;
    }
}
@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 (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 (max-width:1480px){
}
.section1 .images .first img {
    width: 80%;
}
.second{
    width: 75%;
}
@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;
    }
    .section1 .images {
        width: 55%;
    }
    .header-text h2 {
        font-size: clamp(40px, 4.7vw, 80px);
        line-height: 65px;
    }
    .section1 .text {
        width: 45%;
        margin: 30px 0px 30px 30px;
        position: relative;
    }
}
@media screen and (max-width:1024px){
    .menu-puntos{
        background-color: transparent;
        display:flex;
    }
    .section1 a{
        display: flex;
        margin: 0 auto;
    }
    .appraisals-sec-2{
        height: auto;
        padding: 20px;
        padding-block: 50px;
    }
    .appraisals-sec-2 .img-container{
        height: auto;
        width: 100%;
    }
    .content p{
        padding: 0;
        padding-block: 10px;
        padding-inline: 0;
    }
    .appraisals-sec-2 .img-container img{
        border-radius: 20px;
    }
    .appraisals-sec-2 h3{
        width: 100%;
        font-size: 20px;
        margin-bottom: 0;
    }
    .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;
    }
    .section1 .text {
        width: 45%;
        margin: 30px;
        position: relative;
    }
    .action-button.bb{
        display: flex !important;
        background-color: #2B70B8 !important;
    }
    .action-button.blue{
        display: none;
    }
    .section1 .images {
        width: 55%;
    }
    .header-text h2 {
        font-size: clamp(40px, 4.2vw, 80px);
        line-height: 50px;
    }
    .section1 .text {
        width: 45%;
        margin: 30px 0px 30px 30px;
        position: relative;
    }
}
@media (max-width: 980px) {
    .section1 {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .section1 .images {
        margin-top: 0px;
        width: unset;
    }
    .section1 .images .first {
        width: 45%;
        margin-right: 15px;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }
    .header-text .sustituto{
        display: block;
        color: #FFF;
        font-family: Gotham;
        font-size: clamp(32px, 6vw, 50px);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        text-align: left;
    }
    .header-text h2{
        display: none;
    }
    .section1 .images .first img,
    .section1 .images .second img {
        height: 100%;
        border-radius: 10px;
        width: 100%;
    }
    .section1 .images .first img{
        width: 100%;
        margin: 0;
    }
    .section1 .images .first .margen-top{
        margin-top: 10px;
    }
    .section1 .text {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .content {
        text-align: left;
    }

    .img {
        margin: 0 auto;
        display: none;
    }
    .image-container {
        width: unset;
        margin: 40px auto;
    }
    .image-container img {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 5;
        object-fit: cover;
        border-radius: 15px;
        display: block;
    }
    .none{
        display: flex;
    }
    .section2 {
        text-align: center;
        padding: 20px
    }
    .textsection2 {
        color: #000;
        text-align: center;
        font-family: Gotham;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .rojo{
            color:#EA2026;
    }
    .btn {
        padding: 10px 20px;
        justify-content: start;
        font-size: clamp(16px, 2vw, 25px);
    }
    .btn .arrow{
        width: 34px;
        height: 34px;
    }
}
@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;
    }
}