/* ESTILOS INSTITUCIONAL v2 MARZO 2026 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* :root {
    --color-I: #6D37A4;
    --color-II: #6677CC;
    --color-III: #CC66BB;
    --color-IV: #99CC66;
} */

/* ABURRIDO */
:root {
    --color-I: #222A68;
    --color-II: #654597;
    --color-III: #AB81CD;
    --color-IV: #99CC66;
}

body, html{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    scroll-behavior: smooth;
    color: #323232;
}

.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.montserrat-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.bg-primary{
    background-color: var(--color-I)!important;
}
.bg-secondary{
    background-color: var(--color-III)!important;
}
.bg-terciary{
    background-color: var(--color-II)!important;
}
.bg-success{
    background-color: var(--color-IV) !important;
}

.text-primary{
    color: var(--color-I) !important;
}
.text-secondary{
    color: var(--color-III) !important;
}
.text-terciary{
    color: var(--color-II) !important;
}
.text-success{
    color: var(--color-IV) !important;
}

.btn-success{
    background-color: var(--color-IV);
}

.btn-primary{
    background-color: var(--color-I) !important;
    border-color: var(--color-I) !important;
}
.btn-outline-primary{
    color: var(--color-I) !important;
    border-color: var(--color-I) !important;
}
.btn-outline-primary:hover{
    color: #FFF !important;
    background-color: var(--color-I) !important;
    border-color: var(--color-I) !important;
}

.btn-secondary{
    background-color: var(--color-II)!important;
}

.btn-rounded{
    border-radius: 50px;
}

.display-none{
    display: none;
}

.header-01{
    position: relative;
    display: block;
    height: 40px;
    padding: 0;
    margin: 0;
}
.header-01:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    background-color: var(--color-IV);
    height: 100%;
}
.header-01 p{
    font-style: italic;
    font-size: 1.5em;
    display: inline-block;
}
.header-01 p b{
    color: var(--color-IV);
}
.header-01 a{
    display: block;
    position: relative;
    width: 100%;
    background-color: var(--color-IV);
    color: #FFF;
    font-style: italic;
    font-size: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left !important;
    font-weight: bold;
    padding: 8px 0 10px 30px;
    margin: 0;
    line-height: 1em;
}
.header-01 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-right: 0;
    transition: all 500ms;
}
.header-01 a:hover{

}

.navbar-brand{
    text-indent: -9999px;
    width: 180px;
    height: 50px;
    background: url('../assets/static/CORA_Logo_blanco.svg') no-repeat top left;
}

.navbar{
    background-color: var(--color-I);
    padding: 20px 0;
}
.navbar-nav .nav-link{
    position: relative;
    color: #FFF;
    font-weight: normal;
    font-size: 1em;
    margin-right: 15px;
}
.navbar-nav .nav-link.show{
    color: var(--color-II);
}
.navbar-nav .nav-link:before{
    content: '';
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 2px;
    width:25px;
    border-radius: 5px;
    background-color: #FFF;
    transition: all 150ms;
}
.navbar-nav .nav-link:hover{
    color: var(--color-IV);
}
.navbar-nav .nav-link:hover:before{
    background-color: var(--color-IV);
    transition: all 150ms;
}

.navbar-nav .dropdown-menu{
    border-radius: 0;
    background-color: var(--color-I);
    color: #FFF;
    border: none;
}
.navbar-nav .dropdown-menu .dropdown-item{
    color: #FFF;
}
.navbar-nav .dropdown-menu .dropdown-item:hover{
    color: var(--color-II);
    background-color: var(--color-I);
}

.btn-envio{
    background-color: var(--color-IV);
    color: #FFF;
    padding: 8px 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 500ms;
}
.btn-envio .nav-link:after{
    display: none;
}
.btn-envio:hover{
    transform: scale(1.2);
    transition: all 250ms;
    box-shadow: var(--bs-box-shadow) !important;
}

@media (max-width: 767px) {

    .header-01{
        font-size: .5em;
        display: none;
    }

    .navbar-toggler{
        border-color: #FFF;
    }
    .navbar-toggler-icon{
        color: #FFF;
    }

    .btn-envio,
    .btn-envio .nav-link{
        text-align: center !important;
    }

    .navbar-collapse{
        /* height: calc(100vh); */
        padding-top: 20px;
        width: 90%;
    }

    .navbar-collapse .navbar-nav {
        width: 100%;
        height: calc(100vh - 81px);
    }

    .navbar-nav .nav-item,
    .navbar-nav .nav-link{
        text-align: center !important;
    }
    .navbar-nav .nav-link{
        padding: 15px 0;
    }
    .navbar-nav .nav-link:before{
        left: 50%;
        transform: translateX(-50%);
    }
    .navbar-nav .dropdown-item{
        text-align: center;
    }
}


.inicio {
    position: relative;
    height: calc(100vh - 110px);
    overflow: hidden;
}

.inicio video {
    position: relative;
    width: 100%;
    opacity: 1;
}

.inicio .inicio-txt {
    position: absolute;
    width: 100%;
    height: auto;
    top: 30%;
    left: 50%;
    transform: translate(-50%);
    color: #FFF;
    text-align: center;
}

.tipos-clientes {
    position: relative;
    background: var(--color-I);
    z-index: 10;
    margin-bottom: 150px !important;
}

.btn-modal-inicio-wrap {
    position: relative;
    display: block;
    min-height: 50px;
}

.btn-modal-inicio {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    min-height: 150px;
    color: var(--color-I);
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    border: none;
    border-radius: 20px;
    background-color: #FFF;
    transition: all 500ms;
}

.btn-modal-inicio:hover {
    transform: scale(1.2);
    transition: all 250ms;
    box-shadow: var(--bs-box-shadow) !important;
}

.btn-inicio{
    display: block;
    border-radius: 20px;
    background-color: var(--color-I);
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 20px;
    transition: all 500ms;
}
.btn-inicio img{
    max-width: 100px;
    display: block;
    margin: 0 auto;
}
.btn-inicio:hover{
    transform: scale(1.2);
    transition: all 250ms;
    box-shadow: var(--bs-box-shadow) !important;
}

@media (max-width: 767px) {
    .btn-inicio{
        text-align: left;
        padding-bottom: 0;
    }
    .btn-inicio img{
        display: inline-block;
        margin: 10px 0 10px 10px;
        max-width: 50px;
    }
    .btn-inicio span{
        margin-top: 15px;
        padding-top: 5px;
    }

}

@keyframes bouncing{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}
.animar-bouncing{
    animation: bouncing 1.3s;
}

@keyframes aparecer{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

.ocultar{
    opacity: 0;
}
.animar{
    animation: aparecer 1.3s;
}

.numeros-wrapper{
    background-color: var(--color-I);
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.num-big{
    font-size: 3em;
    font-weight: 900;
}
.num-wrap{
    border-right: 1px solid #FFF;
}

@media (max-width: 767px) {
    .num-wrap{
        width: auto;
        border-right: none;
        /* border-bottom: 1px solid #FFF; */
    }
}

.footer{
    display: block;
    background-color: #f0eeff;
}

.footer-decorations{
    display: flex;
    width: 100%;
    height: 10px;
    position: relative;
    top: 0;
    margin-bottom: 2em;
}
.footer-decorations .footer-decoration{
    display: flex;
    top: 0;
    width: 25%;
    height: 100%;
    background-color: var(--color-IV);
    margin: 0;
    padding: 0;
    box-shadow: var(--bs-box-shadow) !important;
}
.fd-2{
    background-color: var(--color-II) !important;
}
.fd-3{
    background-color: var(--color-III) !important;
}
.fd-4{
    background-color: var(--color-I) !important;
}

.list-footer a{
    font-size: .9em;
}

.logo-wrap .logo-footer{
    float: right;
}


.btn-wsp{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 767px) {

    .copyright{
        text-align: center;
    }

    .titulo-redes{
        text-align: center;
    }
    .titulo-redes span{
        display: block;
        margin-bottom: 10px;
    }

    .btn-wsp{
        position: fixed;
        right: 5px;
        bottom: 5px;
    }

    .logo-wrap{
        text-align: center;
    }
    .logo-footer{
        margin: 10px auto 0;
        float: none !important;
    }

    .list-footer{
        text-align: center;
        margin: 0;
    }
    .list-footer a{
        text-align: center;
    }
}


.btn-agente{
    background-color: var(--color-III);
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    box-shadow: var(--bs-box-shadow) !important;
    margin: 10px auto 50px;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.servicios{
    margin-top: 100px;
}
.servicio{
    position: relative;
    display: block;
    border: 1px solid var(--color-I);
    border-radius: 20px;
    margin: 0 0 60px;
    padding: 60px 20px 20px;
}
.servicio .icono{
    position: absolute;
    left: 50%;
    top: -50px;
    width: 100px;
    height: 100px;
    padding: 10px;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: var(--color-I);
}
.servicio .icono img{
    fill: #FFF !important;
}

.header-section{
    position: relative;
    background: url('../img/sitio/assets-v2/01.webp') no-repeat center;
    background-size: cover;
    z-index: 10;
    padding: 100px 0;
    color: #FFF;
}
.header-section:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15,154,72);
    background: linear-gradient(90deg, rgba(15,154,72,1) 0%, rgba(12,157,217,1) 33%, rgba(237,28,36,1) 66%, rgba(38,44,101,1) 100%);
    opacity: .5;
    z-index: -1;
}
.header-section .h1{
    font-size: 4em;
    font-weight: bold;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.6);
}
.header-section .h4{
    text-shadow: 4px 4px 7px rgba(0,0,0,0.6);
}

.call-to-action{
    position: relative;
    background: url('../img/sitio/assets-v2/02.webp') no-repeat center;
    background-size: cover;
    z-index: 10;
    /* margin-bottom: 150px!important; */
    padding: 100px 0;
    color: #FFF;
}
.call-to-action:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15,154,72);
    background: linear-gradient(90deg, rgba(15,154,72,1) 0%, rgba(12,157,217,1) 33%, rgba(237,28,36,1) 66%, rgba(38,44,101,1) 100%);
    opacity: .5;
    z-index: -1;
}

@media (max-width: 767px) {
    .call-to-action,
    .call-to-action h1,
    .call-to-action h3{
        text-align: center !important;
    }
}


.testimonios{

}
.ruta{
    display: flex;
    margin: 25px 0;
}
.ruta-stripe{
    display: flex;
    margin: 0;
    padding: 0;
    width: 10%;
    height: 10px;
    background-color: var(--color-I);
}
.ruta-stripe-white{
    background-color: #FFF;
}

.testimonios-list{

}
.testimonio{
    position: relative;
    display: block;
    background-color: #edf8fe;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 50px;
}
.testimonio:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 25px 0px 25px;
    border-color: #EDF8FE transparent transparent transparent;
    transform: rotate(0deg);     
}

.testimonio .estrellas{
    text-align:center;
    display: flex;
    padding: 0 50px 20px 50px;
}
.testimonio .estrellas img{
    display: inline-block;
    width: 40px;
    margin: 0 auto;
}

.call-to-action-gestionar{
    position: relative;
    display: block;
    background-color: var(--color-I);
    z-index: 1;
}
.call-to-action-gestionar:before,
.call-to-action-gestionar:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-color: #FFF;
    width: 100%;
    height: 100px;
    z-index: -1;
}
.call-to-action-gestionar:after{
    bottom: 0px !important;
}

.wrapper{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.centered{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ficha-sucursal{
    background-color: #f2f2f2;
}
.ficha-sucursal a{
    transition: all 500ms;
}
.ficha-sucursal a:hover{
    transform: scale(1.1);
    transition: all 250ms;
}
.destacado{
    text-align: center;
}

.sin-decoration{

    text-decoration: none;
}



.steps .step{
    display: block;
    position: relative;
    margin-bottom: 3em;
}
.steps .step .step-number{
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    /* border-radius: 50%; */
    color: #FFF;
    text-align: center;
    padding: 0;
    font-size: 5em;
    font-weight: bold;
    background: url('../img/sitio/assets-v2/step-number.svg') no-repeat center;
    background-size: contain;
    border:5px solid #FFF;
    z-index: 1;
}
.steps .step .step-number span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.steps .step .step-number:before{
    z-index: -1;
    content: '';
    position: absolute;
    right: -30px;
    width: 100px;
    height: 15px;
    background-color: var(--color-IV);
    top: 50%;
    transform: translateY(-50%);
}
.steps .step .step-number:after{
    z-index: -1;
    content: '';
    position: absolute;
    right: -65px;
    width: 40px;
    height: 40px;
    background-color: white;
    border: 10px solid var(--color-IV);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.steps .step .step-desc-wrapper{
    background-color: #f2f2f2;
    border-radius: 20px;
    padding: 40px;
    color: var(--color-I);
}

.steps .step .step-desc-wrapper .list-details{
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.list-details li{
    display: inline-block;
    border: 1px solid var(--color-I);
    padding: 0;
    vertical-align: middle;
}
.list-details li.list-plus{
    border: none;
    font-size: 3em;
    font-weight: bold;
}
.list-details li.list-plus span{
    padding-top: 10px;
}
.supertable ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.supertable ul li{
    position: relative;
    display: inline-block;
    width: auto;
    padding: 10px;
    border-left: none;
    border-bottom: none;
    text-align: center;
    margin: 0;
}
.supertable ul li:before{
    content: '';
    position: absolute;
    top: -1px;
    left: -6px;
    width: 6px;
    height: 1px;
    background-color: var(--color-I);
}
.supertable ul li:last-of-type{
    border-right: none;
}
.supertable ul li:first-of-type:before{
    display: none;
}

@media (max-width: 767px) {
    .step-number{
        text-align: center;
        margin: 0 auto 25px;
    }
    .step-number:before{
        width: 15px !important;
        height: 50px!important;
        top: auto !important;
        bottom: -20px!important;
        right: auto;
        left: 50%;
        transform: translateX(-50%)!important;
    }
    .step-number:after{
        display: block !important;
        top: auto !important;
        bottom: -30px!important;
        right: auto;
        left: 50%;
        transform: translateX(-50%)!important;
    }

    .steps .step .step-number{
        padding-top: 10px;
        font-size: 3em;
        padding: 50px;       
    }
    
    .list-details li{
        display: block;
    }

    .supertable ul{
        text-align: center;
    }
    .supertable ul li{
        width: 32%;
    }
}

@media (max-width: 1199px) {
    .steps .step .step-number{
        padding-top: 10px;
        font-size: 2em;        
    }
    .steps .step .step-number:before{        
        /* display: none; */
    }
    .steps .step .step-number:after{
        right: -15px;        
    }
}

@media (max-width: 1399px) {
    .steps .step .step-number:before{        
        right: -20px;
        width: 40px;
        height: 15px;
        background-color: var(--color-IV);
        top: 50%;
        transform: translateY(-50%);
    }
    .steps .step .step-number:after{
        right: -50px;        
    }
}

.call-to-action-verde{
    background-color: var(--color-IV);
    color: #FFF;
}
.call-to-action-verde .btn{
    background-color: #FFF;
    font-weight: bold;
    color: var(--color-I);
}


.btn-sucursal{
    width: 100%;
    border: none;
    border-radius: 10px;
    background: #FFF; 
    padding: 10px;
    text-align: left;   
    font-weight: bold;
    color: var(--color-I);
    margin-bottom: 15px;
    transition: all 500ms;
}
.btn-sucursal img{
    width: 30px;
    margin-right: 10px;
}
.btn-sucursal:hover{
    background-color: var(--color-II);
    transform: scale(1.05);
    transition: all 250ms;
    color: #fff;
}




/* CAROUSEL MULTIPLE ITEMS PER SLIDE  */
#recipeCarousel .carousel-inner .carousel-item > div {
    border: 5px solid #FFF;     
  }

@media (max-width: 767px) {
    #recipeCarousel .carousel-inner .carousel-item > div {
      display: none;      
    }
    #recipeCarousel .carousel-inner .carousel-item > div:first-child {
      display: block;
    }
  }
  
  #recipeCarousel .carousel-inner .carousel-item.active,
  #recipeCarousel .carousel-inner .carousel-item-next,
  #recipeCarousel .carousel-inner .carousel-item-prev {
    display: flex;
  }
  
  /* medium and up screens */
  @media (min-width: 768px) {
    #recipeCarousel .carousel-inner .carousel-item-end.active,
    #recipeCarousel .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
  
    #recipeCarousel .carousel-inner .carousel-item-start.active,
    #recipeCarousel .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
  }
  
  #recipeCarousel .carousel-inner .carousel-item-end,
  #recipeCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
  }


  .btn-social{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    background-color: var(--color-I);
    color: #FFF;
    margin-right: 5px;
  }


  .liseret{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .liseret:before{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 9px;
    background: url('../img/sitio/assets-v2/liseret.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  
/* Set the border color */
         
.custom-toggler.navbar-toggler {
    border-color: var(--color-II);
}
/* Setting the stroke to green using rgb values (0, 128, 0) */
 
.custom-toggler .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}


.custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 96px;
    cursor: pointer;
}

/* .custom-file-input {
    width: 100%;
    height: 96px;
    cursor: pointer;
} */

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    height: 96px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-file-label {
    visibility: visible;
    display: block !important;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 96px !important;
    content: '<i class="fal fa-camera fa-3x"></i> Elegir Archivo';
    font-weight: 400;
    color: #BDC3C7;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 2px dashed #BDC3C7;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
    z-index: 100 !important;
}

.form-control-big{
    font-size: 1.2rem;
    border:2px solid var(--color-II)
}



.list-tags{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-tags li{
    display: inline-block;
    margin-right: px;
}
.list-tags li a{
    padding: 0px 10px;
    border: 1px solid var(--color-II);
    border-radius: 10px;
    color: var(--color-II);
    text-decoration: none;
    display:inline-block;
    font-size: .9em;
    margin-right: 5px;
}
.list-tags li a:hover{
    color: #fff;
    background-color: var(--color-II);
}

.fancybox{
    display: block;
    height: auto;
}
.actualidad-preview{
    text-decoration: none;
}
.actualidad-preview .titulo{
    color: var(--color-I);
    font-weight: bold;
}

.icono-section {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    padding: 5px;
    text-align: center;
    color: #FFF;
    background-color: var(--color-I);
    border-radius: 50%;
    font-size: 1.75em;
}

.compartir-redes{
    list-style: none;
    margin: 0;
    padding: 0;
}
.compartir-redes li{
    display: inline-block;
}
.compartir-redes li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 8px;
    border: 1px solid var(--color-II);
    border-radius: 50%;
    color: var(--color-II);
    margin-right: 5px;
}
.compartir-redes li a:hover{
    color: #fff;
    background-color: var(--color-II);
}









.bk-list {
	list-style: none;
	position: relative;
        text-align: center;
        margin: 0;
        padding: 0;
}

.bk-list li {
    display: inline-block;
    position: relative;
    width: 300px;
    vertical-align: top;
    z-index: 1;
    margin: 0px 50px 40px;
    padding: 0;
    -webkit-perspective: 1800px;
    perspective: 1800px;
}

.bk-list li:last-child {
	/*margin-right: 0;*/
}


.bk-info {
	position: relative;
	margin-top: 440px;
        text-align: left;
}

.bk-info h3 {
	padding: 0 0 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-size: 26px;
    color: var(--color-I);
}

.bk-info h3 span:first-child {
	font-size: 1.75rem;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
    /* height: 75px; */
}

.bk-info p {
	line-height: 24px;
	color: #323232;
	min-height: 160px;
}

.bk-info .num-rev{
    margin-top: 5px;
}
.bk-info .num-rev,
.bk-info .fecha-rev{
    min-height: 1px;
}

.bk-info .fecha-rev{
    float: right;
    text-align: right;
    color: #000;
}

.bk-info a {
	background: red;
	border: none;
	color: #fff;
	display: inline-block;
	padding: 3px 15px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 4px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.15);
}

.bk-info a.bk-active,
.bk-info a:active {
	box-shadow: 
		0 1px 0 rgba(255, 255, 255, 0.8), 
		inset 0 -1px 1px rgba(0,0,0,0.2);
}

.no-touch .bk-info a:hover,
.bk-info a.bk-active {
	background: #d0544e;
        text-decoration: none;
}

.bk-list li .bk-book {
    /* Te gusto el efecto, que no? */
    position: absolute;
    display: block;
    vertical-align: top;
    width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s;
    transition: all 0.5s ease-in-out;
    border-radius: 0 3px 3px 0;
    top: 0;
    left: 0;
}

.bk-list li .bk-book.bk-bookdefault:hover {
	-webkit-transform: rotate3d(0,1,0,35deg);
	transform: rotate3d(0,1,0,35deg);
        cursor: pointer;
        
}

.bk-list li .bk-book:hover .bk-cover:before{
    box-shadow: 0 0 15px rgba(255, 255, 255, 1);
    transition: all 0.5s ease-in-out;
}

.bk-list li .bk-book .bk-front .bk-cover{
    /*overflow: hidden;*/
    border-radius: 0 3px 3px 0;
}

.bk-list li .bk-book > div,
.bk-list li .bk-front > div {
	display: block;
	position: absolute;
}

.bk-list li .bk-front {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	-webkit-transform: translate3d(0,0,10px);
	transform: translate3d(0,0,10px);
	z-index: 10;
        border-radius: 0 3px 3px 0;
        /*overflow: hidden;*/
}

.bk-list li .bk-front > div {
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.bk-list li .bk-page {
	-webkit-transform: translate3d(0,0,10px);
	transform: translate3d(0,0,10px);
	display: none;
	width: 300px;
	height: 400px;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 9;
        overflow: hidden;
}

.bk-list li .bk-front,
.bk-list li .bk-back,
.bk-list li .bk-front > div {
	width: 300px;
	height: 421px;
        border-radius: 0 3px 3px 0;
}

.bk-list li .bk-left,
.bk-list li .bk-right {
	width: 20px;
	left: -10px;
}

.bk-list li .bk-top,
.bk-list li .bk-bottom {
	width: 300px;
	height: 40px;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-back {
	-webkit-transform: rotate3d(0,1,0,-180deg) translate3d(0,0,10px);
	transform: rotate3d(0,1,0,-180deg) translate3d(0,0,10px);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.8);
	border-radius: 3px;
}

.bk-list li .bk-cover-back {
	background-color: #000;
	-webkit-transform: rotate3d(0,1,0,-179deg);
	transform: rotate3d(0,1,0,-179deg);
}

.bk-list li .bk-right {
	height: 390px;
	top: 5px;
	-webkit-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-moz-transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	transform: rotate3d(0,1,0,90deg) translate3d(0,0,295px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.bk-list li .bk-left {
	height: 400px;
	-webkit-transform: rotate3d(0,1,0,-90deg);
	transform: rotate3d(0,1,0,-90deg);
}

.bk-list li .bk-top {
	-webkit-transform: rotate3d(1,0,0,90deg);
	transform: rotate3d(1,0,0,90deg);
}

.bk-list li .bk-bottom {
	-webkit-transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
	transform: rotate3d(1,0,0,-90deg) translate3d(0,0,390px);
}

/* Transform classes */

.bk-list li .bk-viewinside .bk-front {
	-webkit-transform: translate3d(0,0,10px) rotate3d(0,1,0,-160deg);
	transform: translate3d(0,0,10px) rotate3d(0,1,0,-160deg);
}

.bk-list li .bk-book.bk-viewinside {
	-webkit-transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
	transform: translate3d(0,0,150px) rotate3d(0,1,0,0deg);
}

.bk-list li .bk-book.bk-viewback {
	-webkit-transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
	transform: translate3d(0,0,0px) rotate3d(0,1,0,180deg);
}

/* Main colors and content */

.bk-list li .bk-page,
.bk-list li .bk-right,
.bk-list li .bk-top,
.bk-list li .bk-bottom {
	background-color: #000;
}

.bk-list li .bk-front > div {
	border-radius: 0 3px 3px 0;
	box-shadow: inset 4px 0 10px rgba(0, 0, 0, 0.1);
}

.bk-list li .bk-front:after {
	content: '';
	position: absolute;
	top: 1px;
	bottom: 1px;
	left: -1px;
	width: 1px;
}

.bk-list li .bk-cover:after,
.bk-list li .bk-back:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0,0,0,1);
	/*box-shadow: 0 0 5px rgba(255, 255, 255, 1);*/
}

.bk-list li .bk-cover:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 3px;
	box-shadow: 50px 0px 8px rgba(255, 255, 255, 1);
        transition: all 0.3s ease-in-out;
}


.bk-list li .bk-back:after {
	left: auto;
	right: 10px;
}


.bk-left h2 {
	width: 400px;
	height: 40px;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(90deg) translateY(-40px);
	transform: rotate(90deg) translateY(-40px);
}

.bk-back,
.bk-left,
.bk-front:after{
	background-color: var(--color-I);
}

.bk-left{
    position: relative;
    background: var(--color-I);
}

.disponible{
    position: absolute;
    top: -30px;
    left: -30px;
    width: 80px;
    height: 80px;
    background: #e91e63;
    color: #fff;
    border-radius: 50%;
    padding-top: 20px;
    z-index: 100;
    line-height: 1rem;
    transform: rotate(-20deg);
}

/* Fallbacks */

.no-csstransforms3d .bk-list li .bk-book > div,
.no-csstransforms3d .bk-list li .bk-book .bk-cover-back {
	display: none;
}

.no-csstransforms3d .bk-list li .bk-book > div.bk-front {
	display: block;
}

.no-csstransforms3d .bk-info a,
.no-js .bk-info a {
	display: none;
}