/* Asegura que el html y body ocupen toda la altura de la pantalla */
html, body {
    height: 100%;
    margin: 0;
  }

body{
    font-family: Manrope, Sans Sherif;
    line-height: 1.6;
    letter-spacing: -0.03em;
}

/* El contenedor principal usa flexbox y ocupa toda la altura */
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ocupa al menos toda la altura de la pantalla */
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.8),   /* Blanco con opacidad alta */
        rgba(1, 182, 199, 0.05)     /* Color #01b6c7 con opacidad muy baja */
    );
    background-repeat: no-repeat;
    background-size: 100% 100%; /* Asegura que cubra toda la altura y el ancho */
}
  
/* El contenido principal se expande */
.wrapper > *:not(footer) {
    flex: 1;
}

header{
    background-color: #fefefe;
    border-bottom: 2px ;
    width: 100%;
    z-index: 1060;
}
@media (min-width: 990px) {
    main{
        padding-top: 10px;
    }
    }
    @media (max-width: 991px) {
        main{
            padding-top: 100px;
        }
    }
@media (max-width: 991px) {
    #nav-bar-nav{
        position: fixed;
        top: 10;
        right: 0;
        left: 0;
        z-index: 1030;
        background-color: #fefefe;
        box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.063rem 0.125rem rgba(0, 0, 0, 0.14);
    }
}

.banner-top{
    position:relative;
    width: 100%;
    height: 45px;
    padding-top:10px;
    color:#fefefe;
    justify-content: center;
    background: linear-gradient(135deg, #1c1450, #1b1424);
    transition: top 0.3s ease-in-out;
}

.nav-main{
    height:50px;
    padding: 0;
}

.nav-link {
    color: #2c113b !important;
}

.nav-link:hover{
    color: #1c1450 !important;
}


.text-link{
    color: #1c1450 !important;
    text-decoration: underline;
}

.text-link:hover{
    color: #1b1424 !important;
    text-decoration: underline;
}

#logo{
    margin-top:-3px;
    height: 92px;
    width:129px;
}

.main-header{
    font-style: italic;
    font-weight: 500;
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: -.05em;
    margin-bottom: 0;
}

#small-box{
    text-align: left;
    background-color: #f5f4f9;
    border-radius: 20px;
    padding: 20px;
}


#small-box h1{
    text-align: left;
    font-size: 24px;
    margin-top: 20px;
}

.main-icon{
    height: 48px;
    width:48px;
    padding: 0;
}

.presentation-container  {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.vulpix-btn{
    font-weight: 500;
    width: 200px;
    margin-bottom: 15px;
}

.vulpix-btn-lg{
    font-weight: 500;
    max-width: 200px;
}

#device{
    margin-top: 15px;
}

.button-group{
    margin-top: 30px;
    padding: 20px;
}

/* Estilo para el botón oscuro */
.btn-dark-purple {
    background-color: #1b1424; /* Color morado */
    color: white;
    border: none;
    border-radius: 8px;
    margin-right: 10px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .btn-dark-purple:hover {
    background-color: #1c1450; /* Más oscuro en hover */
    color: white;
  }
  
  /* Estilo para el botón con borde */
  .btn-outline-purple {
    background-color: transparent;
    color: #1b1424;
    border: 2px solid #1b1424;
    border-radius: 8px;
    margin-right: 10px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .btn-outline-purple:hover {
    background-color: #1b1424; /* Relleno morado en hover */
    color: #fefefe;
  }

.our-team-container{
    border-radius: 20px;
    padding: 20px;
    background-color: #fefefe;
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14);
}

#carousel-paragraph{
    padding-left: 15px;
    height: auto;
    min-height: 120px;
}

.que-es-vulpix{
    padding: 20px;
    border-radius: 20px;
    background-color: #fefefe;
    color: #2c113b;
}

.que-es-vulpix h4{
    font-size: 18px;
    line-height: 34px;
}

.photo{
    border-radius: 20px;
}

footer{
    background: linear-gradient(135deg, #1c1450, #1b1424);
    color: #e1fbff;
    padding-bottom: 30px;
    padding-top: 65px;
}

footer a{
    color: #e1fbff;
    text-decoration: none;
    transition: color 0.1s ease-out;
}

footer a:hover {
    color: #01b6c7;
  }

.footer-social-icon{
    height: 50px;
    width: 50px;
    background-color: #04e2f5;
    margin-top: 10px;
    padding: 8px;
    border-radius: 100%;
    cursor:pointer;
    transition: background-color 0.1s ease-out;
}

.footer-social-icon:hover{
    background-color: #01b6c7;
}

.material-symbols-sharp {
    vertical-align: middle;
    position: relative;
    top: -1px; /* Ajusta este valor según necesites */
}
 
@media (min-width: 768px){
    #subfooter-privacy{
        text-align: right;
    }
}

/* Estilo para navegadores WebKit (Chrome, Safari) */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    padding-right: 35px; /* Espacio para el icono */
  }
  
  /* Ajuste específico para Firefox */
  select::-ms-expand {
    display: none;
  }
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }