* {
    padding: 0;
    margin: 0;
}
body {
    margin: 0;
    font-family: Gotham;
}
.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;
}

/*COVERAGE AREA */
.coverage {
    display: flex;
    background-image: url("./assets/how-help-bg.png");
    background-size: cover;
    background-position: center;
    gap: 40px;
    padding: 30px 70px;
    height: 100vh;
    min-height: 650px;
}
.coverage-map-section {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coverage-map-image {
    width: 100%;
    height: 525px;
    border-radius: 10px;
}
.coverage-location-info {
    position: relative;
    border-radius: 40px;
    background: #2B70B8;
    padding: 35px 65px;
    width: 530px;
    height: 250px;
}
.coverage-arrow-icon img {
    position: absolute;
    top: 15px;
    right: 15px; 
    width: 60px;
}
.coverage-location-title {
    color: #FFF;
    font-family: Gotham;
    font-size: 33.564px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 36.921px */
    text-transform: uppercase;
}
.coverage-location-address {
    color: #FFF;
    font-family: Gotham;
    font-size: 33.564px;
    font-style: normal;
    font-weight: 300;
    line-height: 36.761px;
    text-transform: uppercase;
    margin-top: 14.72px;
}
.coverage-address-section {
    flex: 1;
}
.coverage-title {
    color: #161616;
    font-family: Gotham;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 93px;
    text-transform: uppercase;
}
.coverage-title span{
    font-weight: 400;
}
.coverage-title.world{
    margin-top: 55px;
}
.coverage-addresses {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.coverage-address h4 {
    color: #2D71B8;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
    padding-top: 25px;
}
.coverage-address p {
    color: #000;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px; /* 109.524% */
    text-transform: uppercase;
    padding: 25px 0;
}
.coverage-location-info.mobile{
    display: none;
}
.menu-puntos{
    background-color: transparent;
    display:flex;
}
.movimiento{
    position: absolute;
    left: 1380px;
    bottom: -40px;
    z-index: 15;
}
.img {
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.img img {
    width: 7vw;
    min-width: 138px;
}
/*end area*/
.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: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%;
    }

    .coverage{
        align-items: center;
    }
    .coverage-map-section {
        flex: 0.8;
    }
    .coverage-map-image {
        height: 415px;
    }
    .coverage-title {
        font-size: clamp(32px, 4.7vw, 70px);
        line-height: 80px;
    }
    .coverage-title.world {
        margin-top: 20px;
    }
    .coverage-location-info {
        width: 75%;
    }
    .coverage-location-title, .coverage-location-address {
        font-size: clamp(20px, 1.7vw, 28px);
        line-height: 40px;
    }
    .coverage-address h4 {
        font-size: clamp(15.5px, 1.2vw, 21px);
        line-height: 80%;
        padding-top: 18px;
    }
    .coverage-addresses {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 700px;
    }
    .coverage-address p {
        font-size: clamp(15.5px, 1.2vw, 21px);
        line-height: 22px;
        padding: 20px 0;
    }
}
@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%;
    }

    .coverage{
        align-items: center;
    }
    .coverage-map-section {
        flex: 0.8;
    }
    .coverage-map-image {
        height: 415px;
    }
    .coverage-title {
        font-size: clamp(32px, 4.7vw, 70px);
        line-height: 80px;
    }
    .coverage-title.world {
        margin-top: 20px;
    }
    .coverage-location-info {
        width: 400px;
        height: 215px;
    }
    .coverage-arrow-icon img {
        top: 17px;
        right: 17px;
        width: 50px;
    }
    .coverage-location-title, .coverage-location-address {
        font-size: clamp(20px, 1.7vw, 28px);
        line-height: 95%;
    }
    .coverage-address h4 {
        font-size: clamp(15.5px, 1.2vw, 21px);
        line-height: 80%;
        padding-top: 18px;
    }
    .coverage-addresses {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 95%;
    }
    .coverage-address p {
        font-size: clamp(15.5px, 1.2vw, 21px);
        line-height: 22px;
        padding: 20px 0;
    }
}
@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;
    }

    .coverage {
        gap: 30px;
        padding: 30px 50px;
        align-items: center;
    }
    .coverage-map-section {
        flex: 0.9;
    }
    .coverage-map-image {
        height: 415px;
    }
    .coverage-title {
        font-size: clamp(44px, 4vw, 70px);
        line-height: 80px;
    }
    .coverage-title.world {
        margin-top: 20px;
    }
    .coverage-location-info {
        width: 400px;
        height: 215px;
    }
    .coverage-arrow-icon img {
        top: 17px;
        right: 17px;
        width: 50px;
    }
    .coverage-location-title, .coverage-location-address {
        font-size: 25px;
        line-height: 95%;
    }
    .coverage-address h4 {
        font-size: clamp(13.5px, 1.1vw, 21px);
        line-height: 80%;
        padding-top: 18px;
    }
    .coverage-addresses {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        width: 410px;
    }
    .coverage-address p {
        font-size: clamp(13.5px, 1.1vw, 21px);
        line-height: 22px;
        padding: 20px 0;
    }
}
@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;
    }

    .coverage {
        flex-direction: column;
        gap: 30px;
        padding: 100px 20px;
        height: unset;
        background-image: none;
    }
    .coverage-location-info.mobile{
        display: flex;
        flex-direction: row;
        border-radius: 40px;
        background: #2B70B8;
        padding: 0;
        width: 100%;
        min-height: 230px;
        height: auto;
    }
    .coverage-map-image {
        height: unset;
    }
    .movimiento, .world, .coverage-location-info, .coverage-addresses.world{
        display: none;
    }
    .coverage-title {
        font-size: clamp(32px, 7.2vw, 80px);
    }
    .coverage-address h4, .coverage-address p  {
        font-size: clamp(15.721px, 3vw, 21px);
        padding: 10px 0;
        line-height: 20px;
    }
    .coverage-location-title, .coverage-location-address{
        font-size: clamp(17.677px, 4.5vw, 33.564px);
        margin: 0;
        line-height: normal;
    }
    .coverage-location-title{
        padding: 40px 0 0 65px;
    }
    .coverage-location-address{
        padding: 40px 0 50px 65px;
    }
    .texto{
        display: flex;
        flex-direction: column;
        width: 90%;
    }
    .coverage-arrow-icon img {
        position: unset;
        margin-right: 12px;
        margin-top: 15px;
    }
}
@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;
    }
    .coverage-addresses {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 40px;
        flex: unset;
    }
}
@media (width <= 500px) {
    .coverage-arrow-icon img {
        width: 80%;
        min-width: 33.3px;
    }
}