header {
    
    position: fixed;
    width: 100%;
    height: 160px;
    box-shadow: 0px 20px 10px 5px #292828;
    z-index: 200;

}
.fillIt {
    /*height: 160px;*/
}

body {
    margin: 0;
    padding: 0px;
    /*background-color: #1d1c2d;*/
    background: rgb(29,28,45);
    background: linear-gradient(90deg, rgba(29,28,45,1) 17%, rgba(62,83,105,1) 80%);
}

footer {
    height: 300px;
    /*background-color: #ffffff;*/
    color: #ffffff;
    align-items: flex-start;
    display: flex;

    background-color: #FFFFFF;
    

}

.logotipeimg {
    color:#000000;
    font-size: 30px;
    text-decoration: none;
    height: 120px;


    
}

.logotipeimg2{
    height: 120px;
    margin: 10%;
}


.band1 {
    height: 130px;

    margin: 0px;
    padding: 0px;

    background-image: url('media/Captura\ de\ pantalla\ 2024-12-25\ 163325.png');
    background-size: cover; /* Ajusta la imagen para que cubra todo el fondo */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center center; /* Centra la imagen en la pantalla */


    display: flex;
    min-height: 150px;
    /*background-color: #000000;*/
    transition: 0.2s;

    /*Centrar elementos vertical y horizontalmente*/
    align-items: center;
    justify-content: center;
    
}

.band2 {

    margin: 0px;
    padding: 0px;

    height: 30px;

    background-image: url('media/Captura\ de\ pantalla\ 2024-12-25\ 151655.png');
    background-size: cover; /* Ajusta la imagen para que cubra todo el fondo */
    background-repeat: repeat; /* Evita que la imagen se repita */
    background-position: center center; /* Centra la imagen en la pantalla */


    display: flex;
    /*background-color: #000000;*/
    transition: 0.2s;

    /*Centrar elementos vertical y horizontalmente*/
    align-items: center;
    justify-content: center;
    
}



/*==========================*/

/* menu */

#menu {
    position: relative;
    z-index: 50;
}

#menu ul {
    list-style:none;
    margin:0;
    padding:0;
   }
   
/* items del menu */
   
#menu ul li {
    /*background-color:#2e518b;*/
   }
   /* enlaces del menu */
   
   #menu ul a {
    display:block;
    color:#000000;
    text-decoration:none;
    font-weight:400;
    font-size: 15px;
    padding: 7.5px 7.5px;
    font-family: serif;
    text-transform:uppercase;
    letter-spacing:1px;
    /*******/
    user-select: none;
   }
   
   /* items del menu */
   
   #menu ul li {
    position:relative;
    float:left;
    margin: 10px;
    padding:0;
    border-radius: 10px;
   }
   
   /* efecto al pasar el ratón por los items del menu */
   
   #menu ul li:hover {
    background:#757575;
    transition: 0.2s;
    color: #FFFFFF;
    
   }

   #menu ul a:hover {
    transition: 0.2s;
    color: #FFFFFF;
   }


/* menu desplegable */

#menu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#757575;
    padding:0;
    z-index: 100; /* Añadimos un z-index mayor */
    
   }
   
   /* items del menu desplegable */
   
   #menu ul ul li {
    float:none;
    width:150px;
    color: #ffffff;
    z-index: 101;
   }

   #menu ul ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%; /* Se despliega a la derecha */
    background: #757575;
    padding: 0;
    z-index: 102;
   }
   
   #menu ul ul li a:hover{
    color: #ffffff;
   }

   /* enlaces de los items del menu desplegable */
   
   #menu ul ul a {
    line-height:120%;
    padding:10px 15px;
   }
   
   /* items del menu desplegable al pasar el ratón */
   
   #menu ul li:hover > ul {
    display:block;
   }

/*====================*/



.imageTop {
    height: calc(100vh - 160px);
    margin: 0px;
    /*padding: 200px;*/

    background-image: url('media/01.jpg');
    background-size: cover; /* Ajusta la imagen para que cubra todo el fondo */
    background-repeat: repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en la pantalla */

    display: flex;
    align-items: top;
    justify-content: center;
    /*margin-top: 10%;*/

    color: #ffffff;
    font-family: serif;
    font-size: 40px;
}

.logoTextOnIt {
    margin-top: 2%;
}






/*
.headerLinks {
    font-size: 20px;
    decoration: none;

}*/



.generalDiv {
    min-height: calc(100vh - 160px - 300px);
    margin: 0px;

    /*Padding para eliminar el espacio entre el div y el header*/
    padding: 180px 0px;

}

header:hover{
    background-color: #202020;
    
}

#titlepage {
    color: #FFFFFF;
    font-size: 30px;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    
}

.welcomeText {
    font-family: 'Courier New', Courier, monospace;
    font-size: 17px;

    /*background-color: #5f5f5f;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    
    margin: 20px 5px 0px 5px;
    padding: 15px 15px;

}

h1 {
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    padding: 0px;
}

#footerText a {
    text-decoration: none;
    color: #ffffff; 
}

.contentText {
    font-size: 25px;
    margin: 100px 20% 0px 20%;
    padding: 10px;
    
    color: #ffffff;
    font-family: serif;
    font-style: italic;
    text-align: center;


}

#imageLogoMain {
    margin: 40px 0px;
    text-align: center;
    
}
#imageimageLogoMain {
    height: 400px;
}





@media screen and (max-width: 950px){
    header{
        height: 220px;
    }
    .band2{
        flex-direction: column;
        /*height: 90px;*/
        height: 90px !important;
    }
    .generalDiv {
        min-height: calc(100vh - 220px - 300px);
        margin: 0px;
    
        /*Padding para eliminar el espacio entre el div y el header*/
        padding: 210px 0px;
    
    }
    #menu ul a {
        display:block;
        color:#000000;
        text-decoration:none;
        font-weight:400;
        font-size: 15px;
        padding: 7.5px 7.5px;
        font-family: serif;
        text-transform:uppercase;
        letter-spacing:1px;
    }
    #menu ul li {
        position:relative;
        float:left;
        margin: 0px;
        padding:0;
        border-radius: 10px;
    }
    #imageimageLogoMain {
        height: 200px;
    }
    .contentText {
        font-size: 25px;
        margin: 100px 20px 0px 20px;
        padding: 10px;
        
        color: #ffffff;
        font-family: serif;
    
    
    }

    .conteItemsCarrusel {
        height: 175px !important;
        width: 350px !important;  
        border-radius: 0px !important;
    }
    .conteItemsCarrusel1 {
        height: 175px !important;
        width: 350px !important;  
        border-radius: 0px !important;
    }
    .conteItemsCarrusel2 {
        height: 175px !important;
        width: 350px !important;  
        border-radius: 0px !important;
    }
    .conteItemsCarrusel3 {
        height: 175px !important;
        width: 350px !important;  
        border-radius: 0px !important;
    }
    .imageFooter {
        height: 80px !important;
    }
    .imageTop {
        font-size: 20px;
    }
    
    .logoTextOnIt {
        margin-top: 20%;
    }
        
   
    
}

.contMainCarrusel {
    width: 100%;
    text-align: center;
    user-select: none;
}

.conteItemsCarrusel {
    height: 400px;
    overflow: hidden;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.itemCarrusel {
    /*background-color: aliceblue;*/
    height: 100%;
    position: relative;
    z-index: 20;
    text-align: center;
    
}

.tarjetaCarrusel {
    /*background-color: rgb(255, 255, 255);*/
    height: 100%;
    

}
.flechasCarrusel {

    height: 100%;
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box; /* Evita que el padding cause desbordamiento */
    
}
.flechasCarrusel a{
    cursor: pointer;
}

.trIz {
    width: 0; height: 0; border-top: 20px solid transparent; 
    border-bottom: 20px solid transparent; border-right: 20px solid rgb(255, 255, 255); 
}

.trDr {
    width: 0; height: 0; border-top: 20px solid transparent; 
    border-bottom: 20px solid transparent; border-left: 20px solid rgb(255, 255, 255);
}

.imgclascarru {
    height: 100%;
    width: auto;
}




/*Segundo Carrusel*/
.contMainCarrusel1 {
    width: 100%;
    text-align: center;
    user-select: none;
}

.conteItemsCarrusel1 {
    height: 400px;
    overflow: hidden;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.itemCarrusel1 {
    /*background-color: aliceblue;*/
    height: 100%;
    position: relative;
    z-index: 20;
    text-align: center;
    
}

.tarjetaCarrusel1 {
    /*background-color: rgb(0, 0, 0);*/
    height: 100%;
    

}
.flechasCarrusel1 {

    height: 100%;
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box; /* Evita que el padding cause desbordamiento */
    
}
.flechasCarrusel1 a{
    cursor: pointer;
}



.imgclascarru1 {
    height: 100%;
    width: auto;
}


/*Tercer Carrusel*/
.contMainCarrusel2 {
    width: 100%;
    text-align: center;
    user-select: none;
}

.conteItemsCarrusel2 {
    height: 400px;
    overflow: hidden;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.itemCarrusel2 {
    /*background-color: aliceblue;*/
    height: 100%;
    position: relative;
    z-index: 20;
    text-align: center;
    
}

.tarjetaCarrusel2 {
    /*background-color: rgb(0, 0, 0);*/
    height: 100%;
    

}
.flechasCarrusel2 {

    height: 100%;
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box; /* Evita que el padding cause desbordamiento */
    
}
.flechasCarrusel2 a{
    cursor: pointer;
}



.imgclascarru2 {
    height: 100%;
    width: auto;
}


/*Cuarto Carrusel*/
.contMainCarrusel3 {
    width: 100%;
    text-align: center;
    user-select: none;
}

.conteItemsCarrusel3 {
    height: 400px;
    overflow: hidden;
    width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}

.itemCarrusel3 {
    /*background-color: aliceblue;*/
    height: 100%;
    position: relative;
    z-index: 20;
    text-align: center;
    
}

.tarjetaCarrusel3 {
    /*background-color: rgb(0, 0, 0);*/
    height: 100%;
    

}
.flechasCarrusel3 {

    height: 100%;
    position: absolute;
    top: 0;
    z-index: 30;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box; /* Evita que el padding cause desbordamiento */
    
}
.flechasCarrusel3 a{
    cursor: pointer;
}



.imgclascarru3 {
    height: 100%;
    width: auto;
}


#footerText {
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #c7c7c7;
    height: 100%;
    width: 100%;
    font-size: 25px;
    color:#000000;
    
}



.imageFooter {
    height: 100px;
}