/* tipografías
head {
font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

Titulos{
font-family: "Ramabhadra", sans-serif;
  font-weight: 400;
  font-style: normal;
}

subtitulo{
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

textos{
font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem
}
*/

:root{
    --AzulClaro: #40BFFF;
    --AzulMedio: #1D6FB8;
    --AzulOscuro: #0C2747;
    --Amarillo: #FFC300;
    --NaranjaSuave: #F58C4B;
    --BeigeClaro: #FCE3D3;
    --Blanco: #FFFFFF;
    --GrisNeuto: #D9D9D9;
    --Negro: #000;
}

*{
    margin: 0;
    padding: 0;
}

.alineacion_head {
    background-color: var(--Negro);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.imagen_head img{
    height: 10rem;
}

.panel_head{
    width: 38rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.panel_head a{
    text-decoration: none;
    color: var(--Blanco);
}

.cuadro_head{
    background-color: var(--Amarillo);
    padding: 1rem;
    border-radius: 1rem;
}

.cuadro_head a{
    color: var(--Negro);
}


nav {
    text-align: center;
    padding: 4rem 2rem;
    background-image: linear-gradient(
        to top,
        rgba(13, 58, 92, 0.6),      /* Abajo: negro con opacidad */
        rgba(0, 0, 0, 0.6)  /* Arriba: azul con opacidad */
    ),
    url(/img/about/nav.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

nav h1{
    font-family: "Ramabhadra", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  color: var(--Blanco);
}

.about-intro{
    margin: 4rem;
    display: flex;
    align-items: center;
}

.about-intro img{
    height: 25rem;
}

.intro_texto{
    margin: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-intro h2{
    font-size: 2rem;
    color: var(--Amarillo);
    text-align: center;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.about-intro h3{
    font-size: 3rem;
    margin: 1.5rem 0rem 1.5rem 0rem;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.about-intro p{
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}

.mission{
    display: flex;
    align-items: center;
    margin: 0rem 5rem 5rem 5rem;
}

.mission img{
    height: 40rem;
}

.texto_mision{
    margin: 2rem;
}

.texto_mision h2{
    font-size: 2rem;
    text-align: center;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
color: var(--Amarillo);
}

.texto_mision h3{
    font-size: 3rem;
    margin: 1.5rem 0rem 1.5rem 0rem;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.texto_mision p{
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
}

.texto_mision ul{
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  margin: 2rem;

}

.coverage{
    background-image: linear-gradient(
        to top,
        rgba(13, 58, 92, 0.6),      /* Abajo: negro con opacidad */
        rgba(0, 0, 0, 0.6)  /* Arriba: azul con opacidad */
    ),
    url(/img/about/3.jpg);
    background-position: center;
    background-size: cover;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coverage h2{
    font-size: 2rem;
    text-align: center;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
color: var(--Amarillo);
}

.coverage p{
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.2rem;
  text-align: center;
  padding: 2rem;
  color: var(--Blanco);
}

.centrar_boton_nav{
    display: flex;
    align-items: center;
    justify-content: center;
}

.centrar_boton_nav a{
    font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: var(--AzulOscuro);
}

.call_to_action_nav{
  height: 3rem;
  width: 18rem;
  background-color: var(--Amarillo);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
}

.call_to_action_nav a{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* footer */

.fondo_footer{
    background-color: var(--Negro);
    display: flex;
    align-items: start;
    justify-content: space-evenly;
    padding: 2rem;
}

.imagen_footer img{
    height: 20rem;
}

.links h2 {
    color: var(--Blanco);
    margin: 0rem 0rem 2rem 0rem;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.links a {
    text-decoration: none;
    color: var(--Blanco);
    margin: .2rem;
    display: flex;
    justify-content: left;
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.home_footer, .about_footer, .services_footer, .projects, .mail_footer{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.schedule h2{
    color: var(--Blanco);
    margin: 0rem 0rem 2rem 0rem;
    text-align: center;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.schedule p{
    text-decoration: none;
    color: var(--Blanco);
    margin: .2rem;
    display: flex;
    justify-content: center;
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.dias, .horas, .sunday, .closed{
    display: flex;
    align-items: center;
    flex-direction: row;
}

svg{
    margin: .5rem;
    color: var(--AzulClaro);
}

.contactinfo_footer h2{
    color: var(--Blanco);
    margin: 0rem 0rem 2rem 0rem;
    text-align: center;
    font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.contactinfo_footer a{
    text-decoration: none;
    color: var(--Blanco);
    margin: .2rem;
    display: flex;
    justify-content: left;
    font-family: "Barlow", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.numero_footer, .ubi_footer, .correo_footer{
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* ===== MEDIA QUERIES RESPONSIVE ===== */

/* Teléfonos pequeños (hasta 480px) */
@media (max-width: 480px) {
    /* Header */
    .alineacion_head {
        flex-direction: column;
        padding: 1rem 0;
    }

    .imagen_head img {
        height: 6rem;
    }

    .panel_head {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        width: auto;
    }

    .panel_head a {
        font-size: 1rem;
        padding: 0.5rem;
    }

    .cuadro_head {
        padding: 0.8rem;
        margin: 0.5rem;
    }

    /* Navegación */
    nav {
        padding: 2rem 1rem;
        text-align: center;
    }

    nav h1 {
        font-size: 3rem;
    }

    /* About-intro */
    .about-intro {
        flex-direction: column;
        margin: 2rem 1rem;
    }

    .about-intro img {
        height: 15rem;
        margin-bottom: 1rem;
    }

    .intro_texto {
        margin: 1rem;
    }

    .about-intro h2 {
        font-size: 1.5rem;
    }

    .about-intro h3 {
        font-size: 2rem;
        margin: 1rem 0;
    }

    .about-intro p {
        font-size: 1rem;
        text-align: center;
    }

    /* Mission */
    .mission {
        flex-direction: column;
        margin: 2rem 1rem;
    }

    .mission img {
        height: 20rem;
        margin-bottom: 1rem;
    }

    .texto_mision {
        margin: 1rem;
    }

    .texto_mision h2 {
        font-size: 1.5rem;
    }

    .texto_mision h3 {
        font-size: 2rem;
        margin: 1rem 0;
    }

    .texto_mision p,
    .texto_mision ul {
        font-size: 1rem;
        margin: 1rem 0;
    }

    /* Coverage */
    .coverage {
        padding: 2rem 1rem;
    }

    .coverage h2 {
        font-size: 1.5rem;
    }

    .coverage p {
        font-size: 1rem;
        padding: 1rem;
    }

    .call_to_action_nav {
        height: 2.5rem;
        width: 15rem;
    }

    /* Footer */
    .fondo_footer {
        flex-direction: column;
        padding: 1.5rem;
        gap: 2rem;
        align-items: center;
    }

    .imagen_footer {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .imagen_footer img {
        height: 12rem;
    }

    .links, .schedule, .contactinfo_footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .links h2, .schedule h2, .contactinfo_footer h2 {
        font-size: 1.3rem;
        text-align: center;
    }

    .links a, .schedule p, .contactinfo_footer a {
        justify-content: center;
        font-size: 0.9rem;
    }
}

/* Teléfonos medianos (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    /* Header */
    .imagen_head img {
        height: 8rem;
    }

    .panel_head {
        width: 90%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.8rem;
    }

    .panel_head a {
        font-size: 0.9rem;
    }

    /* Navegación */
    nav {
        padding: 3rem 1.5rem;
    }

    nav h1 {
        font-size: 4rem;
    }

    /* About-intro */
    .about-intro {
        flex-direction: column;
        margin: 3rem 2rem;
    }

    .about-intro img {
        height: 20rem;
        margin-bottom: 1.5rem;
    }

    .intro_texto {
        margin: 1.5rem;
    }

    .about-intro h2 {
        font-size: 1.8rem;
    }

    .about-intro h3 {
        font-size: 2.5rem;
        margin: 1.2rem 0;
    }

    .about-intro p {
        font-size: 1.1rem;
    }

    /* Mission */
    .mission {
        flex-direction: column;
        margin: 3rem 2rem;
    }

    .mission img {
        height: 25rem;
        margin-bottom: 1.5rem;
    }

    .texto_mision {
        margin: 1.5rem;
    }

    .texto_mision h2 {
        font-size: 1.8rem;
    }

    .texto_mision h3 {
        font-size: 2.5rem;
        margin: 1.2rem 0;
    }

    .texto_mision p,
    .texto_mision ul {
        font-size: 1.1rem;
        margin: 1.2rem 0;
    }

    /* Coverage */
    .coverage {
        padding: 2.5rem 1.5rem;
    }

    .coverage h2 {
        font-size: 1.8rem;
    }

    .coverage p {
        font-size: 1.1rem;
        padding: 1.5rem;
    }

    /* Footer */
    .fondo_footer {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        align-items: center;
    }

    .imagen_footer {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .imagen_footer img {
        height: 15rem;
    }

    .links, .schedule, .contactinfo_footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .links h2, .schedule h2, .contactinfo_footer h2 {
        font-size: 1.4rem;
        text-align: center;
    }

    .links a, .schedule p, .contactinfo_footer a {
        justify-content: center;
        font-size: 1rem;
    }
}

/* Tabletas (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Header */
    .imagen_head img {
        height: 9rem;
    }

    .panel_head {
        width: 85%;
        gap: 1rem;
    }

    .panel_head a {
        font-size: 1rem;
        padding: 0.3rem;
    }

    /* Navegación */
    nav {
        padding: 3rem 1.5rem;
    }

    nav h1 {
        font-size: 5rem;
    }

    /* About-intro */
    .about-intro {
        margin: 3rem 2rem;
    }

    .about-intro img {
        height: 22rem;
    }

    .intro_texto {
        margin: 3rem;
    }

    .about-intro h2 {
        font-size: 1.9rem;
    }

    .about-intro h3 {
        font-size: 2.8rem;
        margin: 1.3rem 0;
    }

    .about-intro p {
        font-size: 1.15rem;
    }

    /* Mission */
    .mission {
        margin: 0rem 3rem 3rem 3rem;
    }

    .mission img {
        height: 30rem;
    }

    .texto_mision {
        margin: 1.5rem;
    }

    .texto_mision h2 {
        font-size: 1.9rem;
    }

    .texto_mision h3 {
        font-size: 2.8rem;
        margin: 1.3rem 0;
    }

    .texto_mision p,
    .texto_mision ul {
        font-size: 1.15rem;
        margin: 1.3rem 0;
    }

    /* Coverage */
    .coverage {
        padding: 2.5rem;
    }

    .coverage h2 {
        font-size: 1.9rem;
    }

    .coverage p {
        font-size: 1.15rem;
        padding: 1.5rem;
    }

    /* Footer */
    .fondo_footer {
        gap: 1.5rem;
        padding: 2rem;
        align-items: center;
    }

    .imagen_footer {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .imagen_footer img {
        height: 18rem;
    }

    .links, .schedule, .contactinfo_footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .links h2, .schedule h2, .contactinfo_footer h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    .links a, .schedule p, .contactinfo_footer a {
        justify-content: center;
        font-size: 1rem;
    }
}
