/*ESTILOS DE LOS ELMENTOS DEL CARRUSEL*/


* {
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
}
/*Estilo de la imagen de fondo que crea un gradiente de color*/

/*titulo de cada pagina, a la izquierda*/


body { 
  
    min-height: 100vh;
    background-image: linear-gradient(-45deg, #cec5c0 50%, #4e6586 90%);
    font-family: 'Raleway', sans-serif;
}

.titulo_principal {
    display:flex;
    font-size: 70px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 60px;
    color: #fff;    
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    position: fixed;
    right: 30px;
    top: 150px;
    z-index: 1;
    margin-left:20px;
}
.titulo {
    font-size: 40px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
    color: #fff;
    margin-bottom:0;
    position: fixed;
    right: 20px;
}
    /*ESTILOS SOBRE CADA ITEM DEL CARRUSEL*/


.obra {
    margin: 0;
    color:#fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
   /* background-color: #fff;*/
    display: inline;
    font-size: 27px;
    font-weight: 500;
    /*text-transform: uppercase;*/
}

.autor { 
    color: #fff;
    /*background-color: #000;*/
    margin: 7px 0;
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-family: 'Dancing Script', cursive;
    margin-top: 0;
}

.agno { 
    color: #fff;    

    margin: 7px 0;
    font-size: 27px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-family: 'Dancing Script', cursive;
    margin-top: 0;
}

.linea-division {
    width: 80%;
    height: 2px;
    background-color: #36221c;
}

.carousel{
    min-height: 1000px;
    width: 100%;    
    /*position: fixed;*/
    top: -100px;
    padding: 0px;
    height: 100px;
 
} 
.center-align {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
  }

/*.carousel{
    min-height: 1600px;
    width: 100%;
    padding: 0%;
    margin: 0px;
    position: fixed;
    top: -300px;
}
*/


/*Estilos de Materialize del carrusel, ver tambien main.js*/

.carousel .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width:300px;
    height:500px;

     
}

.carousel .carousel-item img {
        /*height:100%;*/
        width:100%;
        object-fit: cover;
        position: absolute;
        width: 300px;
        top:0;
        left:0;
        z-index: -1;
        padding:40% 0;
        border-radius:20px;            
    }


  /*flechas*/
  /*.middle-indicator{
     position:absolute;
     bottom: 10px;;
     right:0%;
     }
    .middle-indicator-text{
     font-size: 4.2rem;
    }
    a.middle-indicator-text{
      color:white !important;
    }
  .content-indicator{
      width: 64px;
      height: 64px;
      background: none;
      border-radius: 50px; 
    }
*/
/* Estilos CSS Esati:
*/
