* {
    padding: 0;
    margin: 0;
}
@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');
}
body {
    font-family: Gotham;
}
header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
}
.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;
}
.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;
}

.btn-about.otro{
    display: none;
}
.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;
}
.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;
}

/*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;
}
.container-contact-area {
    background-image: url('./assets/how-help-bg.png');
    background-position: center; /* Centra la imagen */
    background-size: cover; /* Asegura que la imagen cubra todo el contenedor */
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 70px 70px 0 70px;
}
.contact-area{
    display: flex;
    flex-direction: row;
}
.contact-here {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.image-container {
    width: 50%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: transparent;
}
.image-container img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.heading-section3 {
    display: none;
    font-size: 3rem;
    color: black;
    font-weight: 300;
    margin-bottom: 20px;
    width: 80%;
}
.mapa2{
    display: none;
}
.btn-about {
    width: 53%;
    height: 10%;
    position: relative;
    bottom: 12%;
    left: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    border-radius: 500px;
    text-decoration: none;
    font-size: 1rem;
    margin: 0;
    gap: 10px;
    cursor: pointer;
}
.arrow {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFFFFF80;
    transition: margin-left 0.3s ease;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.arrow .flecha{
    width: auto;
    height: unset;
}
.content-section {
    width: 45%;
}
.helped {
    color: #2D71B8;
    font-family: Gotham;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 23.1px */
    text-transform: uppercase;
    margin-top: 13px;
}
.heading-section2 {
    color: #161616;
    font-family: Gotham;
    font-size: 65px;
    font-style: normal;
    font-weight: 500;
    line-height: 93px; /* 116.25% */
    text-transform: uppercase;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 35px;
}

.form-group {
    display: flex;
    gap: 20px;
    width: 100%;
}
.form-group input,
.form-group select {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #000000; 
    background-color: transparent;
    font-size: 1rem;
    outline: none;
}
.form-group input:focus,
.form-group select:focus {
    border-bottom: 2px solid #2D71B8;
}

select {
    border-bottom: 2px solid #000000;
}
select:focus {
    border-bottom: 2px solid #2D71B8;
}
input::placeholder {
    color: #000000; 
}
.submit-btn {
    display: inline-block;
    background-color: #000000;
    color: #fffdfd;
    padding: 15px 30px;
    margin-top: 15px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.info-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 90%;
    margin: 60px 70px auto;
    align-items: start;
}

.info-item:nth-child(2) {
    grid-column: 2 / 3; /* Puedes moverlo hacia la izquierda o derecha según necesites */
    margin-right: 20px; /* Ajusta este valor según lo que necesites */
}

.info-item a{
    text-decoration: none;
    color: #333;
}

.info-item:nth-child(3) {
    grid-column: 3 / 4;
    position: relative;
    left: 55px;
}
.info-item h3 {
    font-size: 1.2rem;
    color: #2D71B8;
    margin-bottom: 10px;
}
.info-item p {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.info-item img {
    width: 80%;
}
.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;
    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;
}
/* Estilo general para tamaños de pantalla grandes */
@media (min-width: 1700px) {
    .container-contact-area {
        padding: 70px 10vw;
    }
    .helped {
        margin-top: 3vw;
    }
    .heading-section2 {
        font-size: 3.8vw; /* Escala la fuente en función del ancho de la pantalla */
        line-height: 1.2em;
    }
    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 1vw;
        margin-top: 35px;
    }
    .form-group input,
    .form-group select {
        font-size: 1.5rem; /* Aumenta el tamaño de la fuente en pantallas grandes */
        padding: 0.9vw 0;
    }
}
@media (max-width: 1700px) {
    .container-contact-area {
        padding: 70px;
    }
    .image-container,
    .content-section {
        width: 100%;
    }
    .helped {
        margin-top: 20px;
    }
    .heading-section2 {
        font-size: 4.2vw;
    }
    .form-group {
        width: 90%;
    }
    .form-group input,
    .form-group select {
        font-size: 1.2rem;
        padding: clamp(5px, 0.8vw, 15px);
    }
}
@media screen and (max-width: 1100px) {

    .btn-about {
            width: 53%;
            height: 11%;
            position: relative;
            bottom: 12%;
            left: 0%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: black;
            color: white;
            border-radius: 500px;
            text-decoration: none;
            font-size: 12px;
        }
}
@media screen and (max-width: 1023px) {
    .container-contact-area {
        flex-direction: column !important;
    }
}
@media (max-width: 1000px) {
    .container-contact-area {
        padding: 30px 3vw;
    }
    .contact-area {
        flex-direction: column;
        gap: 20px;
    }
    .info-section {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .heading-section2, .heading-section3 {
        font-size: 4vw;
        line-height: unset;
    }
    .form-group input,
    .form-group select {
        font-size: 1rem;
    }
    .arrow {
        width: 20px;
        height: 20px;
    }
    .arrow .flecha {
        width: 13px;
        height: unset;
    }
    .btn-about{
        font-size: 12px;
    }
}
@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 (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%;
    }
}
/* QUERY */
@media (max-width: 1235px) {
    .info-section {
        grid-template-columns: repeat(2, 1fr);
        margin: 60px 70px;
    }
    .info-item p {
        font-size: 16px;
        word-break: break-all;
    }
    .info-item:nth-child(2) {
        grid-column: unset; 
        margin-right: 0;
    }
    .info-item:nth-child(3) {
        grid-column: unset; 
        position: relative;
        left: 0;
    }
}
@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;
    }
    .heading-section2 {
        line-height: unset;
    }
}
@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;
    }
    .heading-section2 {
        line-height: unset;
    }
}
@media (width <= 768px) {
    .btn-about{
        display: none;
    }
    .btn-about.otro{
        display: flex;
    }
    .image-container, .content-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-here {
        flex-direction: column;
    }
    .heading-section3 {
        display: block;
        font-size: 8vw;
        width: 100%;
    }
    .mapa2 {
        display: flex;
    }
    .mapa {
        display: none;
    }
    .helped {
        display: none;
    }
    .heading-section2 {
        display: none;
    }
    .btn-about {
        width: 275px;
        font-size: 1.2rem;
        margin: 25px;
        padding: 15px 0;
    }
    .arrow {
        width: 30px;
        height: 35px;
    }
    .form-group {
        width: 95%;
        flex-direction: column;
    }
    .contact-form {
        display: flex;
        flex-direction: column;
        gap: 25px;
        margin-top: 0;
        width: 100%;
    }
    .form-group input, .form-group select {
        font-size: 1.2rem;
    }
    .container-contact-area{
        background-image: none;
    }
    .submit-btn {
        font-size: 1.2rem;
    }

    .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;
    }
}