@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

html {
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, p, li, input, label {
    font-family: 'Montserrat', sans-serif;
}

p{
    font-size: 18px;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.cards {
    display: flex;
    list-style:none;
    margin: 0;
    padding: 0;    
}
img {
    height: auto;
    /*max-width: 100%;*/
    vertical-align: middle;
}

.thumbnail img{
    max-width: 90%;
}

a {
    text-decoration: none;
}

hr {
    margin-bottom: 40px;
}

.cards_item {
    display: flex;
    padding: 0;
    width: auto;
}
@media (min-width: 50rem) {
    .cards_item {
        width: 100%;
    }
}

@media (min-width: 50rem) {
    .cards_item {
        width: auto;
    }
}
.card {
    background-color: white;
    /*padding: 1rem;*/
    border-radius: 1rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;  
    overflow: hidden;
    margin: 1rem;
    width: auto;
}
.card_content {
    padding: 1rem;
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
    margin: 1rem;
    width: auto;
}
.button_pre {
    padding: 1rem;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    margin: 1rem;
}
.imagen_repo {
    height: auto;
    max-width: 100%;
}
h1 {
    color: #3a3a3a;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
h3 {
    color: #777;
    font-weight: 300;    
    line-height: 30px;
    font-size: 20px;
    font-style: italic;
    text-align: left;
}
.containerDetails {
    font-size: 1em;
    overflow: hidden;
    padding: 5em 1em;
    border: none;
    /*border-radius: 1.85rem;*/
    /*box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
    /*margin-top: 20px;*/
    /*background-color: #f9f9f9;
    padding-left: 30px;*/
}
.spinner-wrapper{
    background-color:white;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: all 0.2s;
}
.patrocinador {
    text-align: center;
}
.rowDetalles {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.colVideo {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
.colDetalles {
    flex:auto;
    margin: 5px;
}
.botonDetalles {
    width: auto;
    min-width: 120px;
}
.botonDetallesBiblioteca {
    width: 150px;
    display: inline-block;
    margin: 3px auto;
}
.libro-card {
    min-width: 300px;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    margin-bottom: 20px;
}

/* region Likes, DisLikes and Views */
.coloricon {
    color: black;
}

.colorview {
    color: lightgray;
}

.colorlike {
    color: #385499;
}

.colordislike {
    color: #C62D1D;
}

/* endregion Likes, DisLikes and Views */

/* region PDFs and Audio*/
#mdialTamanio {
    width: 80%;
}

#show-pdf-button {
    width: 150px;
    display: block;
    margin: 20px auto;
}

#file-to-upload {
    display: none;
}

/*esto modifica el contenedor del pdf y por lo tanto el tamaņo del pdf*/
#pdf-main-container {
    width: 100%;
    /*margin: 26px auto;*/
    /*margin-left: 8%;*/
    height: 100%;
}

#pdf-main-container1 {
    width: 1200px;
    /*margin: 26px auto;*/
    margin-left: 154px;
    height: 1112px;
}

#pdf-loader {
    display: none;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 100px;
    height: 100px;
}

#pdf-contents {
    display: none;
}

#pdf-meta {
    overflow: hidden;
}

#pdf-buttons {
    float: left;
}

#page-count-container {
    float: right;
}

#pdf-current-page {
    display: inline;
}

#pdf-total-pages {
    display: inline;
}

#pdf-canvas {
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    vertical-align: middle;
    border-style: none;
    text-align: center !important;
}

#page-loader {
    height: 100px;
    line-height: 100px;
    text-align: center;
    display: none;
    color: #999999;
    font-size: 13px;
}

.listen-book {
    width: 150px;
    display: inline-block;
    /*margin: 20px auto;*/
}

@*.btn {
    /*boton de escuchar libro cambio*/
    width: 150px;
    display: block;
    margin: 20px auto;
}

*@
.btnPdf {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.canvas {
    width: 100%;
}

audio {
    width: 100%;
    min-width: 280px;
}

    audio::-webkit-media-controls-timeline {
        display: inline;
    }

    audio::-webkit-media-controls-current-time-display {
        display: flex;
    }

@@media screen and (min-width: 601px) {
    th.responsive {
        font-size: 15px;
    }

    td.responsive {
        font-size: 15px;
    }

    button.responsive {
        width: 130%;
        font-size: 15px;
    }

    a.responsive {
        width: 130%;
        font-size: 15px;
    }
}

@@media screen and (max-width: 600px) {
    th.responsive {
        font-size: 10px;
    }

    td.responsive {
        font-size: 10px;
    }

    button.responsive {
        width: 100%;
        font-size: 10px;
    }

    a.responsive {
        width: 100%;
        font-size: 10px;
    }
}
/* endregion PDFs and Audios*/
.btn-flotante {
    font-size: 14px; /* Cambiar el tamaņo de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    border-radius: 10px; /* Borde del boton */
    border-color: white;
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: cornflowerblue; /* Color de fondo */
    padding: 18px 30px; /* Relleno del boton */
    position: fixed;
    top: 70px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

    .btn-flotante:hover {
        background-color: dodgerblue; /* Color de fondo al pasar el cursor */
        box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-7px);
    }
.center-button {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}
.btnGrpFlexParent {
    display: flex;
}

.btnGrpCenter {
    justify-content: center;
    align-items: center;
}

.btnGrpMargin {
    margin-right: 5px;
    margin-left: 5px;
}

.form-search {
    padding: 30px 0;
    border-bottom: solid 1px #eee;
}

/*.card {
    border: none;
    box-shadow: 0 10px 20px -14px rgba(0, 0, 0, 0.25);
}*/

.btn-bd-primary {
    background-color: #A72983;
    color: #ebd5d5;
}

    .btn-bd-primary:hover {
        background-color: #932473;
        color: #ebd5d5;
    }
.title-sm{
    padding: 20px 0;
}

    .title-sm h1 {
        font-size: 32px;
    }

.video-de {
    padding: 40px 10%;
}
.btn-call {
    padding: 20px;
    
}
    .btn-call a {
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    }

    /* Card Autores */
.card-img-top {
    width: 60%;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card {
    padding: 1.5em 0.5em 0.5em;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.card-title {
    font-weight: bold;
    font-size: 1.2em;
}
.card-text{
    font-size: 16px;
}

.btn-primary {
    border-radius: 2em;
    padding: 0.5em 1.5em;
}

.containerDetails:nth-of-type(odd) { /* Selecciona numeros impares*/
    background: #fff;
}

.containerDetails:nth-of-type(even) { /* Selecciona numeros pares */
    background: #eee;
}

.row{
    margin:auto;
}
.container-fluid{
    padding: 0;
}
.header {
    padding: 60px 10px;
    background-color: #A72983;
    margin-bottom: 40px;
}

/* TABLAS */
.table {
    /*color: #fff;*/
    font-size: 12px;
    /*table-layout: fixed;
    border-collapse: collapse;*/
}

.table thead {
    background: #A72983;
    color: #fff;
}

.table th {
    padding: 10px 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.table td {
    /*padding: 15px;*/
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}


.table tbody tr {
    cursor: pointer;
}

.table tbody tr:hover {
    background: #F2F2F2;
}

/* CARD LIBROS */
    
 .wrapper{
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 5%;
 }
 .user-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 10px;
	padding: 40px;
	/*width: 650px;*/
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 20px -5px rgba(0,0,0,0.5);
}

    .user-card:before {
        content: '';
        position: absolute;
        height: 300%;
        width: 173px;
        background: #F2F2F2;
        top: -60px;
        left: -125px;
        z-index: 0;
        transform: rotate(17deg);
    }
 
 .user-card-img {
   display: flex;
   justify-content: center;
   align-items: center;   
   z-index: 3;
 }
 
 .user-card-img img {
   /*width: 200px;*/
   height: 300px;
   object-fit: cover;
 }
 
 .user-card-info {
   text-align: center;
 }
 
 .user-card-info h2 {
   font-size: 24px;
   margin: 0;
   margin-bottom: 10px;
   font-family: 'Bebas Neue', sans-serif;
 }
 
 .user-card-info p {
   font-size: 14px;
   margin-bottom: 2px;
 }
 .user-card-info p span {
	font-weight: 700;
	margin-right: 10px;
}
 @media only screen and (min-width: 768px) {
   .user-card {
     flex-direction: row;
     align-items: flex-start;
   }
    .user-card-img {
        margin-right: 20px;
        margin-bottom: 0;
    }
 
   .user-card-info {
     text-align: left;
   }
 }

 @media (max-width: 767px){
   .wrapper{
      padding-top: 3%;
   }
   .user-card:before {
      width: 300%;
      height: 200px;
      transform: rotate(0);
   }
   .user-card-info h2 {
      margin-top: 25px;
      font-size: 35px;
   }
   .user-card-info p span {
      display: block;
      margin-bottom: 15px;
      font-size: 18px;
   }
 }

.btns{
    margin-top: 20px;
}

.master-likes {
    background: #F2F2F2;
    border: solid 1px #D8D8D8;
}
.video_emb {
    margin: auto;
    text-align: center;
    margin: 60px 0px 60px 0px;
}
    .video_emb iframe {
        border: solid 5px #a72983;
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
        -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
        -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.45);
    }

.header-title {
    border-bottom: 1px dotted #999999;
    margin-top: 2em;
    font-weight: bold;
}