@font-face {
    font-family: 'Qualy';
    src: url('../Fonts/qualy/Qualy Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Kai';
    src: url('../Fonts/bebas_kai/BebasKai.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../Fonts/Be_Vietnam_Pro/BeVietnamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../Fonts/Be_Vietnam_Pro/BeVietnamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../Fonts/Be_Vietnam_Pro/BeVietnamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    padding-top: 80px; /* Ajusta según la altura del header */
}
.barra_de_nav{
    width: calc(100% - 2rem);
    background-color: #27283c;
    transition: 1.5s ease-in-out;
}
.btn-contact{
    font-family: 'Qualy', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 600px) {
    h1, h2 {
    font-size: 1.5rem;
    }


    .navbar-nav .nav-item {
    text-align: left;
    margin-bottom: 10px;
    }

    .btn {
    font-size: 1rem;
    }
    .Logo_Solvexa {
        content: url('../Icons/Solvexa/isotipo.png');
        height: 40px; /* Más pequeño si quieres */
    }
}
.carousel_caption{
    backdrop-filter: blur(10px);
}
.contact_form {
    backdrop-filter: blur(10px);
    background-color: #27283c;
    border-radius: 1rem;
    padding: 2rem;
    color: #FFFFFF;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.form-control.valid {
    border: 2px solid #28a745;
    background-image: url('../Icons/Bootstrap/check-circle.svg');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem;
    color: #28a745;
    transition: color 0.3s ease-in-out;
}
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0); }
}
.form-control.invalid {
    border: 2px solid #dc3545;
    background-image: url('../Icons/Bootstrap/exclamation-circle.svg');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.5rem;
    color: #dc3545;
    transition: color 0.3s ease-in-out;
    animation: shake 0.1s ease;
    animation-iteration-count: 8;
    animation-fill-mode: forwards;
    animation-delay: 3s;
    animation-timing-function: ease-in-out;
}
.contact_form label {
    font-weight: bold;
    color: #FAB109;
}
.contact_form input,
.contact_form select {
    background-color: #313247;
    color: #FFFFFF;
    padding: 0.75rem;
    border: none;
}

.contact_form input::placeholder {
    color: #A9ABAE;
}

.contact_form input:focus,
.contact_form select:focus {
    background-color: #222334;
    color: #FFFFFF;
    box-shadow: none;
    outline: none;
    border: 1px solid #A9ABAE;
    border-radius: 0.5rem;
    transition: border 1s ease-in-out, background 1s ease-in-out;
}

.btn-send {
    background-color: #FAB109;
    color: #27283c;
    font-weight: bold;
    border-radius: 0.5rem;
}

.btn-send:hover {
    background-color: #ffffff;
    color: #27283c;
}


#alertaModal{
    backdrop-filter: blur(10px);
}
.modal-content{
    background-color: #27283c;
    color: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300;
}

footer{
    background-color: #27283c;
}

h1, h2{
    font-family: 'Qualy', sans-serif;
}

h3, h4, h5, h6{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 500;
}

p {
    font-family: 'Be Vietnam Pro', sans-serif;
    font-weight: 300; /* Usa el peso correcto que declaraste */
}
a {
    font-family: 'Qualy', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.carousel-caption h1{
    background-color: #27283c;
}
.carousel-caption h2{
    background-color: #27283c;
}

header a img{
    min-height: 5px;
    min-width: auto;
    height: 100px;
    width: auto;
}

/* Sección principal */
#about_us {
    background-color: #27283c;
    color: #FFFFFF;
    font-weight: bold;
    padding: 3rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    text-align: center;
}

/* Título de la sección */
#about_us > h2 {
    font-family: 'Qualy', sans-serif;
    background-color: #FAB109;
    color: #FFFFFF;
    padding: 0.75rem 1.5rem;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 3rem;
}

/* Tarjetas */
.card-solvexa {
    background-color: #313247;
    color: #4D4D4D;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: start;
}

.card-solvexa:hover {
    transform: scale(1.03);
}

/* Títulos dentro de tarjetas */
.card-solvexa h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
}

/* Párrafos */
.card-solvexa p {
    font-size: 1.1rem;
    line-height: 1.7;
    font-weight: 500;
    background-color: #FAB109;
    color: #FFFFFF;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: auto;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .card-solvexa {
        margin-bottom: 2rem;
    }
}


