/* 
Color navbar: background: #00112F;
background: linear-gradient(321deg, rgba(0, 17, 47, 1) 0%, rgba(20, 100, 246, 1) 100%);

color primer seccion: background: #00050C;
    background: linear-gradient(204deg, rgba(0, 5, 12, 1) 0%, rgba(0, 63, 149, 1) 100%);
*/

*{
    margin: 0%;
    padding: 0%;
}

/*Navbar-Header*/

header{
    position: sticky;
    top: 0;
}

.contener{
    background: #00112F;
    background: linear-gradient(321deg, rgba(0, 17, 47, 1) 0%, rgba(20, 100, 246, 1) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boton_nav{
    width: 10rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #29323D;
    font-family: Arial, sans-serif;
    margin-right: 4rem;
}

.cont_text_nav{
    display: flex;
    align-items: center;
    margin-left: 8rem;
}

.vinculo{
    text-decoration: none;
    list-style: none;
}

.margen_nav{
    margin-left: 30px;
}

.texto_nav{
    font-size: 1.1rem;
    color: white;
    font-family: Arial, sans-serif;
}

.logo{
    width: 6rem;
    margin:5;
    position: relative;
    left: 3rem;
    
}

/*Main*/
/*Seccion*/
.seccion{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #00050C;
    background: linear-gradient(204deg, rgba(0, 5, 12, 1) 0%, rgba(0, 63, 149, 1) 100%);
}

.img{
    width: 30rem;
    padding: 20px;
    border-radius: 8rem;
}

.cont_img{
    margin: 20px;
}

.subtitulo{
    font-size: 2rem;
    color: white;
    margin: 15px;
    font-family: Arial, sans-serif;
}

.cont_text{
    margin: 60px;
}

.texto{
    font-size: 1.2rem;
    color: white;
    margin-left: 30px;
    font-family: Arial, sans-serif;
}

.boton{
    background-color: white;
    color: black;
    font-size: 1.1rem;
    align-items: center;
    justify-items: center;
    border: black solid 1px;
    border-radius: 20px;
    padding: 10px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 15px;
    font-family: Arial, sans-serif;
}

.boton:active{
    box-shadow: 2px 2px 5px 3px rgba(0, 5, 12, 1);
    transition: 3ms;
    background-color: rgba(133, 127, 127, 0.733);
}

.linea{
    height: 4px;
    background: 
        linear-gradient(to right,white,white);
    border: none;
}

.seccion2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    background: #00112F;
    background: linear-gradient(321deg, rgba(0, 17, 47, 1) 0%, rgba(20, 100, 246, 1) 100%);
}

.mini{
    font-size: 0.8rem;
    color: white;
    margin: 10px;
    margin-left: 65px;
    font-family: Arial, sans-serif;
}


.cont_img_2{
    margin: 20px;
}


.cont_text_2{
    margin: 80px;
    padding: 20px;
}

.seccion3{
    background: #00112F;
    background: linear-gradient(321deg, rgba(0, 17, 47, 1) 0%, rgba(20, 100, 246, 1) 100%);
    padding: 30px;
    display: flex;
    justify-content: center;
}

.contenedor{
    display: grid;
    grid-template-columns: repeat(2,2fr);
}
.texto_2{
    font-size: 1.2rem;
    color: white;
    margin: 20px;
    font-family: Arial, sans-serif;
}

.seccion4{
    background: #00112F;
    background: linear-gradient(321deg, rgba(0, 17, 47, 1) 0%, rgba(20, 100, 246, 1) 100%);
    padding: 30px;
}

.cont_img_3{
    display: grid;
    grid-template-columns: repeat(2,2fr);
}

.posicion{
    display: flex;
    justify-content: center;
}

.imgb{
    width: 14rem;
    margin: 40px;
}
.top{
    position: relative;
    bottom: 35px;
}

.top2{
    position: relative;
    bottom: 60px;
}

.top3{
    position: relative;
    bottom: 70px;
}

.sub-text{
    display: flex;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
}

/*Footer*/

.fondo_piedepagina{
    background: #00112F;
    background: linear-gradient(321deg, rgba(0, 17, 47, 1) 0%, rgba(20, 100, 246, 1) 100%);
}

.subt_footer{
    font-size: 2rem;
    color: #DACAFB;
    margin: 20px;
    font-family: Arial, sans-serif;
}

.posicion2{
    display: flex;
    justify-content: center;
}

.icon{
    margin: 25px;
}

.texto3{
    color: white; 
    font-family: Arial, sans-serif;
    text-align: center; 
    font-size: 14px; 
}

/*Buscador*/

.fondo{
    background: #00050C;
    background: linear-gradient(281deg, rgba(0, 5, 12, 1) 0%, rgba(0, 63, 149, 1) 100%);
}

.container{
    background-color: #1464F6;
    font-size: 2rem;
    color: white;
    text-align: center;
    margin: 3rem;
    padding: 8px;
    border-radius: 1rem;
}

.marca{
    font-weight: bold;
    font-size: 1.5rem;
}

.marca2{
    font-size: 1rem;
}

.ver{
    display: none;
}

.form-select {
    border-radius: 10px;
    padding: 10px;
}

.container2{
    background-color: #1464F6;
    font-size: 2rem;
    color: white;
    text-align: center;
    margin: 3rem;
    padding: 8px;
    border-radius: 1rem;
    width: auto;
}

label {
    display: flex;
    
    font-size: 1rem;
    margin-top: 10px;
    font-weight: bold;
}

.buscador{
    border-radius: 10px;
    background-color: #29323D;
    color: white;
    border: 1px solid #7C4DFF;
    font-size: 1rem;
    padding: 10px;
}

/*Callback(pagina-error)*/

.error-container {
    max-width: 500px;
    margin: 50px auto;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.error-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #e74c3c;
}

.error-message {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #e74c3c;
    margin: 20px 0;
    color: #666;
}

.actions {
    margin-top: 25px;
}

.btn {
    display: inline-block;
    padding: 12px 20px;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s;
}

.btn-primary { background: #3498db; color: white; }
.btn-secondary { background: #95a5a6; color: white; }
.btn:hover { transform: translateY(-2px); opacity: 0.9; }

.help-text {
    margin-top: 20px;
    font-size: 0.9em;
    color: #7f8c8d;
}