*{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Bebas Neue', sans-serif;
    overflow-x: hidden !important;
}

nav{
    background-color: transparent !important;
    box-shadow: none !important;
}

header {
    background: var(--transparent-background);
    background-color:var(--background-cards) ;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 6vw;
    z-index: 100;
    transition: 0.75s;
}


header ul{
    position: fixed;
    top: 0;
    right: 0;
}

#container-top-navbar{
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 0.75s;
}

nav {
    float: right;
}

nav ul {
    display: inline-block;
    padding-top: 3.5vh;
    padding-right: 2.5vw;
}

.show-background{
    background-color: var(--background-cards);
}

nav li {
    display: inline-block;
    margin-left: 1.5vw;
}

.nav-btn {
    font-size: clamp(0px,4vh,1000px);
    color: var(--nav-btn-color);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.nav-btn:hover {
    color: var(--hover-nav-btn-color);
    transition: 125ms;
}

#container-top-navbar-responsive{
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: none;
    transition: all 0.75s;
}


#menu-button-responsive{
    background-color: transparent;
    border: none;
    font-size: 300%;
    color: var(--hover-nav-btn-color);
    position: fixed;
    z-index: 20;
    top: 10px;
    right: 20px;
}

@media only screen and (max-width: 1000px) {
    header {
        z-index: 100;
        background-color: transparent !important;
    }
    #container-top-navbar{
        width: 0vw;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 10vh;
        background-color: var(--menu-responsive-background-color);
        display: block;
        transition: 0.25s;
    }

    nav ul {
        padding-right: 2vw;
    }
    nav li {
        display: block !important;
        margin-left: 0;
        margin-bottom: 10%;
    }
    .nav-btn {
        display: block;
        font-size: 0;
        transition: all 0.75s;
        color: transparent;
        transition: 0.25s
    }
    #container-top-navbar-responsive{
        width: 90%;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    #footer-container{
        position: relative;
        margin-top: clamp(10px,10vh,20000px) !important;
        width: 100vw;
    }
}

.show{
    width: 70vw !important;
    padding-left: 5vw !important;
}

.show2{
    font-size: 5vh !important;
    margin-left: 30vw;
    color: var(--nav-btn-color);
}

.content {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em;
}

ul {
    list-style: none;
    padding: 0;
}

.logo {
    text-align: center;
    font-size: 3em;
    font-family: 'Quicksand', sans-serif;
    margin-top: 15vh;
    color: var(--blue);
    padding-bottom: 3vh;
}

.logo span {
    color: var(--gris-oscuro);
    font-family: 'Quicksand', sans-serif;
}

.contac-wrapper {
    box-shadow: 0 0 20px 0 rgba(7, 7, 7, 0.5);
    font-family: 'Quicksand', sans-serif;
}

.contac-wrapper > * {
    padding: 1em;
}

.contact-form {
    background: var(--gris-oscuro);
    height: 600px; /* Ajustar el alto del formulario */
    display: flex; /* Usar flexbox para alinear el contenido verticalmente */
    flex-direction: column; /* Alinear el contenido en columnas */
    justify-content: center; /* Centrar verticalmente el contenido */
}

.contact-form form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em; /* Separación entre filas */
}

.contact-form form label {
    display: block;
}

.contact-form form p {
    margin: 0;
    padding: 1em;
}

.contact-form form .block {
    grid-column: 1;
}

.contact-form form input,
.contact-form form textarea {
    width: 90%;
    padding: .7em;
    border: none;
    background: none;
    outline: 0;
    color: white;
    border-bottom: 1px solid var(--blue-claro);
    margin-bottom: 1em;
    font-size: 1.1em;
    font-family: 'Franklin Gothic Medium';
}

.contact-form form button {
    background: var(--blue);
    color: var(--gris-claro);
    border: 0;
    text-transform: uppercase;
    padding: 1em;
    margin-top: 1em; /* Separación entre campos y botón */
    font-size: 1.2em; /* Aumentar el tamaño de fuente del botón */
}

.contact-form form button:hover,
.contact-form form button:focus {
    background: var(--blue-claro);
    color: #fff;
    transition: background-color 0.5s ease-out;
    outline: 0;
}

/* CONTACT INFO */
.contac-info {
    background: #e9e9e9;
}

.contac-info h1 {
    margin-bottom: 2vh;
}

.contac-info li {
    margin-bottom: 2vh;
}

.contac-info h3 {
    margin-bottom: 1vh;
}

/* LARGE SIZE */
@media(min-width: 700px) {
    .contac-wrapper {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    .contac-wrapper > * {
        padding: 2em;
    }
    .contac-info h4,
    .contac-info ul,
    .contac-info p {
        text-align: left;
    }
}

/* MEDIA QUERY PARA DISPOSITIVOS MÓVILES */
@media(max-width: 600px) {
    .contact-form form {
        grid-template-columns: 1fr; /* Mostrar los campos uno debajo del otro */
    }
}

#footer-container{
    position: relative;
    margin-top: 20vh;
    width: 100vw;
}

footer {
    background-color: var(--blue);
    color: white;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 20px;
    padding: 6vw;
  }
  
  .footer-section {
    flex-basis: 25%;
    text-align: left;
    margin-bottom: 20px;
  
  }
  
  
  .footer-section h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .footer-section ul,
  .footer-section p {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 90%;
  }
  
  .footer-section ul li {
    margin-bottom: 5px;
  }
 
  @media screen and (max-width: 768px) {
    .footer-section {
      flex-basis: 100%;
    }
  }

:root{
    --transparent-background: rgba(255, 255, 255, 0.0);
    --nav-btn-color: white;
    --hover-nav-btn-color: rgb(230, 230, 230);
    --menu-responsive-background-color: rgba(50, 50, 50, 1);
    --paragraph-title-color: #1E365E;
    --paragraph-text-color: #898989;
    --background-cards: #1E365E;
}
:root{
    --transparent: rgba(255, 255, 255, 0.0);
    --white: white;
    --gris-claro: rgb(230, 230, 230);
    --gris-oscuro: rgba(50, 50, 50, 1);
    --blue: #1E365E;
    --blue-claro: #1e54b1;
    --gris: #898989;
}