/*  ================
    PAGINA INDEX
    ================ */

body {
    background: linear-gradient( 
            90deg, rgb(53, 65, 92) 0%, rgb(4, 4, 61) 100% );
    color: white;
}

/*  ================
    =    HEADER    =
    ================ */

.logo {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navbar{
    background-color: rgba(14, 13, 13, 0.2);
}

.navbar-container {
        float: right;
        margin: auto;
        margin-right:0 ;
}

.navbar-sections {
    justify-content: end;
}

#nav-link {
    color: rgba(255, 255, 255, 0.734);
    font-size: 1.1rem;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

.modal-title-S {
    color: white;
}

.form-label {
    color: black;
}

.form-label2 {
    color: rgb(255, 255, 255);
}

#VentanaSuscripción2 {
    background-color: rgba(0, 0, 0, 0.755);
}

/*  ================
    =  CAROUSEL    =
    ================ */

#CarouselHeader {
    height: 300px;
    overflow: hidden;
}

#CarouselHeader .carousel-inner img {
    height: 300px;
    object-fit: cover;
}
.carousel-inner img{
    height: 400px;
    object-fit: cover;
    position: center center;
}

/*  ================
    =      MAIN    =
    ================ */

.card {
    flex: 1;
    margin: 0 10px;
    background-color: white;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 300ms all ease;
    display: flex;
    flex-direction: column;
    color: black;
}
    
.card:hover {
    box-shadow: 4px 4px 8px 2px rgb(61, 61, 61);
    transform: scale(105%);
    cursor: pointer;
}
    
.float-r {
    float: right;
    margin: auto;
    text-align: center;
    margin-right:0 ;
}

.pagination {
    justify-content: center;
}

#page-item {
    color: black;
}

/*  ================
    =    ASIDE     =
    ================ */

.borde-redondo{
    border-radius: 1rem;
}

@media screen and (max-width: 750px){
    #ocultar-div{
        display: none;
    }
}

.tag-aside {
    text-decoration: none;
    color: black;
}

#accordion-body {
    padding: 0px;
}

#columnas-index {
    padding: 0% !important;
    margin-top: 20px;
}

/*  ================
    =    FOOTER    =
    ================ */

footer {
        display: flex;
        justify-content: space-evenly;
        background-color: rgba(14, 13, 13, 0.2);
        /* align-items: baseline; */
        /* background-color: var(--background-dark); */
}

#izquierda {
        display: flex;
        flex-direction: column;  
        flex-grow: 1;
        color:white;
        /* align-items: flex-start; */
        margin: 20px;
}
    
#izquierda a {
        flex-grow: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgb(255, 255, 255);
        text-decoration: none;
}
    
#centro {
        
        display: flex;
        flex-grow: 3;
        justify-content: center;
        align-items: center;
        flex-flow: column;
}

#centro p {
        width: 100%;
        flex: 1;
        text-align: center;
        color: white;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
}
    
#derecha {
        flex-grow: 1;
        align-items: center;
        margin: 20px;
}

#derecha img {
    height: 60px;
    width: 60px;
}

/*================================================*/

/*  ============
    ENTRADAS
    ============ */

@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Scheherazade+New&display=swap');

.background-astro {
    /* background-image: url("/assets/entradas/images/fondostars.jpg"); */
    background: linear-gradient( 
            90deg, rgb(53, 65, 92) 0%, rgb(4, 4, 61) 100% );
    width: 100%;
    height: 100%;
    background-size:contain; 
    color: white;
}

/* h1 {
    color: rgb(237, 241, 10);
} */

.tiutlo-entrada {
    text-align: center;
}

.table {
    color: white !important;
    margin: 30px;
}

.table-image {
    width: 250px;
    height: 250px;
}
.comentario{
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
}
.comentario img{
    width: 100px;
    height: 100px;
    margin-bottom: 50px;
}
.form-control{
    color:black !important
}

h3 {
    color: black;
}

.celeste{
    color:lightskyblue;
}
/*.celeste{
    color: rgb(250, 250, 250);
}*/
.rosa{
    color: pink;
}


.letra{
    font-size: 25px;
    font-weight: 600;
}

.text{
    background-color: rgba(255, 255, 255, 0.698);
    color: black;
    font-size: 25px;
    font-weight: 600;
    height: 100px;
    width: 70%;
    font-family: 'Scheherazade New', serif;
}
.verde{
    /* color: rgb(60, 255, 0); */
    font-size: 25px;
    font-weight: 600;
}

.resaltar{
    color: gold;
    
    }

.tabla{
    color: rgb(245, 151, 237);
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    font-family: 'Scheherazade New', serif;
    
}

.img-tamaño-primera {
    height: 80px;
    width: 145px;
}

.img-tamaño{
    width: 150px;
    height: 100%;
    object-fit: contain;

}
.tit{
    font-family: 'Scheherazade New', serif;
}

td:hover{
    background-color: rgba(241, 58, 58, 0.575);

}                                                      
/*  ================
PAGINA ERROR 404
================ */

#error-body {
    margin: 0px;
    background-image: url(/assets/404.GIF);
    background-position: center center;
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

.contenedor-error{
    text-align: center;
    margin-top: 20px;
}

/*  ================
    PAGINA GALERÍA
    ================ */

#galeria .col-lg-4{
    margin: 0 !important;
    padding: 25px;
}


#galeria img {
    width: 100%;
    height: 400px;
}
#galeria img:hover{
    border: 5px solid #f7f7f7;
}

/*  ================
    PAGINA CONOCENOS
    ================ */

#conocenos{
    margin: 0px;
    background: linear-gradient( 
        90deg, rgb(53, 65, 92) 0%, rgb(4, 4, 61) 100% );
    /* background-image: url(/assets/mediocielo.jpg); */
    background-position: center center;	  
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

/* Clase para hacer redondas las imagenes */
.radius {
    border-radius: 50%;
    width: 185px;
    height: 169px;
}

.circular {
    border-radius: 50%;
    width: 185px;
    height: 169px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.back-e {
    background-color: rgba(14, 13, 13, 0.2);
}

/*  ===============
    PAGINA CONTACTO
    =============== */

#Modal001 {
    background-color: white;
    color: black;
    text-align: center;
    padding: 5px;
}

/*  ===============
    QUIENES SOMOS
    =============== */

.circular {
    border-radius: 50%;
    width: 185px;
    height: 169px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.miembros {
    background-color: rgba(0, 0, 0, 0.207);
    padding: 15PX;
    border-radius: 7%;
}

#miembros {
    color: white;
    text-align: center;
}

/* @media scream and (max-width: 600px){
    .
    } */
    

#sectionRow{
    align-items: center;
    text-align: center;
}

/*  ================
    PAGINA SUSCRIPCION
    ================ */

    /* ESTILO DEL MODAL */
    .modal-footer{
        background-color: rgba(0, 0, 0, 0.207);
    }
    .modal-header{
        background: linear-gradient( 
            90deg, rgb(53, 65, 92) 0%, rgb(4, 4, 61) 100% );
        color: black;
    }


