.navbar-brand-logo img {
    margin-top: -50%;
    max-height: 100px;
    width: 100px;
}

a{
    color: rgb(11, 110, 128);
}
a:hover{
    color: rgb(7, 182, 182);
}

div .label{
    color: rgb(61, 65, 70);
    font-size: 15px;
}
div .authors{
    padding-top: 25px;
    padding-bottom: 25px;
}


/*Modificacion de presentaciond de lista de libros*/
.obj_monograph_summary{
    margin-top: 30px;
    padding: 10px 10px 10px 10px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}
.obj_monograph_summary:hover{
    background-color: rgb(240, 248, 255);

    transition-property: all;
    transition-duration: 0.5s;
}
.obj_monograph_summary a img{
    width: 50%;
    padding-left: 25%;
}
/* Fin Lista de libros */


/* Modificacion al entrar en libro */
.item img{
    width: 100%;
}

.item{
    margin-bottom: 30px;
}
.remote_resource, .cmp_download_link{
    border: none; 
    color: black; 
    padding: 14px 28px; 
    cursor: pointer; 
    border-radius: 5px; 

    background-color: white; 
    border: 2px solid #04AA6D;
}
.remote_resource:focus, .cmp_download_link:focus,
.remote_resource:hover, .cmp_download_link:hover {
    background-color: #46a049;
    color: white;
}
/* Fin Libro*/


/*Modificacion Presentacion de editorial*/
.about-card{
    background-color: rgb(235, 241, 245);
    color: #2c3e50;

    margin-top: 10px;
    padding: 10px 10px 10px 10px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;

    -webkit-box-shadow: 0px 0px 47px -3px rgba(201,201,201,1);
    -moz-box-shadow: 0px 0px 47px -3px rgba(201,201,201,1);
    box-shadow: 0px 0px 47px -3px rgba(201,201,201,1);

    transition-property: all;
    transition-duration: 0.5s;
}
.about-card:hover{
    background-color: rgb(228, 238, 247);
    color: #2c3e50;

    transition-property: all;
    transition-duration: 0.5s;
}


.colection{
    background-color: #c1dbeb;
    padding: 10px 20px 10px 20px;
    margin: 0 auto;

    /*-webkit-box-shadow: inset 0px 0px 39px -11px rgba(71, 71, 71, 0.75);
    -moz-box-shadow: inset 0px 0px 39px -11px rgba(71, 71, 71, 0.75);
    box-shadow: inset 0px 0px 39px -11px rgba(71, 71, 71, 0.75);*/
}

.colection div.row{
    justify-content: center;
}

.colection .card{
    background-color: white;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
    height: 160px;

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
}
/*FIN*/



/*Estilo de Para autores*/
.pe-org{/*pe -----> Proceso Editorial*/
    /*border: 2px solid rgb(18, 37, 54);*/
    border-radius: 20px;
    padding: 8px;
    background-color: rgb(241, 241, 241);
}

.pe-steps{
    padding-bottom: 20px;
}

.text-gradient {
    background: -webkit-linear-gradient(315deg, #1e30f3 0%, #e21e80 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pe-number-title{
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    padding-top: 10px;
}

.pe-text-title{
    background-color: rgb(230, 247, 255);
    border-radius: 5%;
    width: 100%;
    height: 60px;
    margin-top: -20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.sombra{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(4, 97, 151, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(4, 97, 151, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(4, 97, 151, 0.75);
}


.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border: 1px solid #17a2b8;
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    transition: all .15s;
}
.btn-outline-info:hover{
    background-color: #17a2b8;
}

/*FIN Estilo de Para autores*/



/*Estilo pagina de inicio ==============================================================================================*/

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .container {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../../gesicap/assets/images/fondo_cta.jpeg") center center;
    background-size: cover;
    padding: 100px 60px;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .call-to-action p {
    color: #fff;
    margin-bottom: 20px;
  }
  
  .call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  .call-to-action .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 131, 116, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  
  .call-to-action .play-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .call-to-action .play-btn:hover:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    animation: none;
    border-radius: 0;
  }
  
  .call-to-action .play-btn:hover:after {
    border-left: 15px solid var(--color-primary);
    transform: scale(20);
  }
  
  .call-to-action .cta-btn {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 48px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .call-to-action .cta-btn:hover {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
  
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }

/* FIN Estilo Inicio*/