@font-face {
    font-family: 'Titulo';
    src: url('../fuentes/Estonia/Estonia-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Subtitulo';
    src: url('../fuentes/Bilbo/Bilbo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* ESTILOS EN GENERAL DE LUZ Y TITNA */

body {
    background-color: #FFF8F0;
    font-family: Arial, sans-serif;
    margin: 0;
}

main h2 {
    font-family: 'Titulo';
    color: #6B4EFF;
    font-size: 96px;
    font-weight: normal;
    text-align: left;
    margin: 0;
}

main h3 {
    font-family: 'Subtitulo';
    color: #6B4EFF;
    font-size: 48px;
    font-weight: normal;
    padding-bottom: 12px;
}

#cajaact h2, #cajaart h2, #cajaperfil h2, #cajaapoyo h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 34px 0px 72px 0px;
    line-height: 23px;
}

#cajaact, #cajaart, #cajaperfil, #cajaapoyo {
    padding-left: 117px;
    padding-right: 117px;
    margin-bottom: 80px;
}

/* CABECERA DE LUZ Y TINTA */

.banner {
    font-family: 'Titulo';
    background-color: #3399CC;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px;
}

.cajabanner img {
    width: 348px;
    height: 102px;
    padding-left: 117px;
}

.eslogan {
    font-size: 48px;
    padding: 0px 117px;
    margin-bottom: 75px;
}

#menu ul  {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #9E9E9E;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#menu ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 21px 73px;
    text-decoration: none;
    transition: transform .5s;
}

#menu ul li a:hover {
    transform: scale(1.3);
    background-color: #3399CC;
    color: #FAD578;
    border-radius: 9%;
}

/* CONTENIDO DE INICIO DE LUZ Y TINTA */

#cajainicio {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-left: 95px;
}

.imginicio img {
    display: inline-block;
    width: 549px;
    height: 549px;
    padding-right: 96px;
}

.desc {
    color: #9E9E9E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 32px;
    margin-top: 40px;
    margin-right: 107px;
}

.desc p {
    margin: 0;
}

.unete {
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    font-size: 32px;
    border-radius: 9px;
    width: 528px;
    height: 93px;
    display: flex;              
    align-items: center;
    justify-content: center;
    margin-top: 140px;
    margin-bottom: 40px;
    transition: color 0.3s ease;
}

.unete:hover {
    color: #FAD578;
}

/* CONTENIDO DE NOSOTROS DE LUZ Y TINTA */

#cajanosotr {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    padding-left: 95pxpx;
    padding-right: 107px;
}

.imgnosotr img {
    display: inline-block;
    width: 541px;
    height: 670px;
    padding-right: 106px;
}

.textonosotr {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#cajanosotr h2, #cajanosotr h3 {
    margin: 0;
}

.mision, .vision {
    margin-bottom: 54px;
}

.mision p, .vision p {
    font-size: 24px;
    color: #9E9E9E;
    margin: 0;
}

/* CONTENIDO DE ACTIVIDADES/ARTISTAS DE LUZ Y TINTA */


#cajaact section {
    display: grid;
    grid-template-columns: repeat(3, 305px);
    column-gap: 70px;
    row-gap: 60px;
    justify-content: center;
}

#cajaart section {
    display: grid;
    grid-template-columns: repeat(3, 305px);
    column-gap: 70px;
    row-gap: 60px;
    justify-content: center;
    padding-left: 117px;
}

.tarjeta, .artista {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#cajaact h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    text-align: left;
    width: 100%;
}

#cajaact article {
    background-color: #6B4EFF;
    width: 305px;
    height: 444px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    box-sizing: border-box;
}

#cajaart p {
    color: #6B4EFF;
    font-size: 14px;
}

#cajaact article img {
    width: 276px;
    height: 276px;
    object-fit: cover;
    margin: 14px 0 8px 14px;
}

#cajaart article img {
    width: 200px;
    height: 200px;
    transition: transform .5s;
}

#cajaart article img:hover {
    transform: scale(1.1);
}

#cajaact article ul {
    list-style: none;
    margin: 0;
    padding-right: 12px;
    padding-left: 14px;
    width: 100%;
}

#cajaact article li {
    font-size: 14px;
    margin-bottom: 25px;
}

/* CONTENIDO DE PERFILES DE LUZ Y TINTA */

#cajaperfil section {
    display: flex;
    justify-content: center;
}

#cajaperfil article {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

#cajaperfil article div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#cajaperfil h4 {
    font-size: 32px;
    color: #6B4EFF;
    font-weight: bold;
    margin: 0;
    margin-bottom: 24px;
}

#cajaperfil p {
    font-size: 24px;
    color: #9E9E9E;
    margin: 0;
    width: 622px;
    height: 305px;
}

#cajaperfil img {
    width: 411px;
    height: 411px;
    border-radius: 9px;
    object-fit: cover;
}

#cajaperfil a {
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 9px;
    width: 90px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

#cajaperfil a:hover {
    color: #FAD578;
}

/* CONTENIDO DE APOYO DE LUZ Y TINTA */

#cajaapoyo section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 95px;
}

.formu form {
    display: flex;
    flex-direction: row; 
    gap: 199px;
}

.formu2 {
    display: flex;
    flex-direction: column;
    gap: 17px; 
}

.espacio {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.espacio label {
    font-size: 16px;
    color: #6B4EFF;
}

.espacio input {
    border: none;
    border-radius: 6px;
    background-color: #9E9E9E;
    width: 204px;
    height: 24px;
    padding-left: 10px;
}

.opciones {
    display: flex;
    flex-direction: column;
    padding-top: 25px;
    padding-right: 100px;
}

.opciones p {
    font-size: 16px;
    color: #6B4EFF;
    margin: 0 0 10px 0;
}

.opci {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    color: #9E9E9E;
}

.opci label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.botones {
    display: flex;
    flex-direction: row;
    gap: 17px;
    margin-top: 50px;
}

.enviar {
    width: 82px;
    height: 36px;
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.cancel {
    width: 114px;
    height: 36px;
    background-color: #4A90E2;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.enviar:hover, .cancel:hover {
    color: #FAD578;
}

.imgapoyo img {
    width: 306px;
    height: 306px;
}

/* PIE DE PAGINA DE LUZ Y TITNA*/

footer {
    text-align: center;
    padding: 3px;
    background-color: #4A90E2;
    font-size: small;
    color: white;
}