/* general */

body{
    font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif
}
h1,h2,h3,h4,h5,h6{
   font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight:700
}
.btn-primary { 
    color: #fff; background-color: #e1232c; border-color: #e1232c;
}
.btn-primary:hover { 
    background-color: #bd050e; border-color: #bd050e; 
}

/* navbar */
#logo {
    max-height:60px;
}
/* sections */

.section-title{
    font-size: 1.8rem !important;
    color: rgba(49, 49, 49, 0.912);
    
}

.section-title2{
    font-size: 1.5rem !important;
    color: rgba(49, 49, 49, 0.912);
    
}

.section-subtitle{
    font-size: 1.2rem !important;
    color: rgba(49, 49, 49, 0.912);
}

.title-container {
    text-align: center;
    position: relative;
    margin-top: 20px; 
}



/* header */
.image-car {
    width: auto;
    min-height: 38.875rem; 
    overflow: hidden;
    position: relative; 
}
.image-car-1{
   position:relative;
   background-color:#343a40;
   background:url(../img/0.jpg) no-repeat center center;
   background-size:cover; 
}
.image-car-2{
    position:relative;
    background-color:#343a40;
    background:url(../img/1.jpg) no-repeat center center;
    background-size:cover; 
 }

 .image-car-1::before,
.image-car-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52, 58, 64, 0.5); 
}



.image-car-1::before,
.image-car-2::before {
    filter: brightness(50%);
}

.car-caption1 {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; 
}

.car-caption2 {
    max-width: 29rem;
    color: #fff;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 10%; /* Ajusta este valor según sea necesario */
    transform: translate(0, -50%); /* Ajusta el centrado vertical según sea necesario */
    z-index: 1; 
}
.text-header {
    font-size: 2.5rem !important;
    font-family: 'Lato';
    font-size: 1rem;
}

.btn-primary {
    display: inline-block; /* Asegura que el botón no tome el ancho completo del contenedor */
    margin-top: 10px; /* Ajusta el espacio superior según sea necesario */
}

/* showcase */

.showcase .showcase-img{
    height:4.5rem;
    background-size:cover;
}

.info{
    color: black;
    font-weight:700;
    border-radius: 10px;
    
}

.info:hover{
    text-decoration: none;
    color: #bd050e;
}

.description-koha , .description-vufind{
    min-height: 12.5em;
}

.info:hover .arrow-icon {
    color: #bd050e !important;
    transform: scaleX(1.5); 
    transform-origin: left; 
    transition: transform 0.5s ease; 
}

.arrow-icon {
    height: 24px;  
    margin-left: 10px;
    margin-right: -15px;
}

/* testimonials */

.testimonials{
    background-color: rgba(24, 0, 0, 0.041);
    align-items: center;
}


.testimonials .img-testimonials{
    border-radius: 50%;
    height: 8rem;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.032);
}

.testimonials .description-testimonials{
    height: min-content;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.032);
    margin-top: 1rem;
}

.testimonials .name{
    padding-top: 1rem;
    color: rgba(0, 0, 0, 0.532);
}

.testimonials .employment{
    font-size: 1.2rem;
    font-weight: 700;
    color: #bf0e17af;
}

@media (min-width:960px){
    .testimonials .description-testimonials{
        margin-top: 0;
        width: calc(100% - 10rem);
    }
}

/* form */


button, input, optgroup, select, textarea {
    margin: 0;
    font-family: 'Lato';
    font-size: 1rem;
    border-radius: 10px !important;
}

.form-container{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.from-check-container{
    border-radius: 10px;
}

.mensaje-container{
    height: 8.5rem;
}

.invalid-feedback {
    color: red;
    padding-left: 10px;
}

.btn-primary:disabled{
    background-color: #bd050e91;
    border-color: #bd050e91;
}

@media (max-width:960px){
    .form-container{
        width: 100% !important;
    }
}

/* footer */

footer.footer{
    padding-top:2rem;
    padding-bottom:1rem;
    background-color: rgba(19, 18, 18, 0.837);
    color: #ffffff;
} 

.footer .subtitle{
    font-size: 1.2rem;
    font-weight: 700;

}

.footer p{
    font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.footer .copyright-container{
    border-top: 2px solid rgba(85, 84, 84, 0.385);
}

/* clients */

#clients .image-container img{
    width: 18rem;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
}
#clients .description-clients-container{
    background-color: rgba(24, 0, 0, 0.041);
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
	width: 100%;
}

#clients .description-clients-title{
    font-size: 1.2rem;
    font-weight: 700;
    color: #bf0e17af;
}

@media (min-width:960px){
    .testimonials .description-testimonials{
        margin-top: 0;
        width: calc(100% - 10rem);
    }
}

/* about */

.koha-img-container img{
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
}


.vufind-img-container img{
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
}

.card-w-koha{
    background-color: rgba(24, 0, 0, 0.041);
    border-radius: 1rem;
    min-height: 14rem;
}

.container-icon{
    min-height: 32px;
}




/* Icons Grid */


.card-imp{
    background-color: #ffffff;
    border-radius: 1rem;
}

.card-imp .container-icon{
    padding-top: 0.7rem;
    padding-right: 1rem;
    min-width: 3.5rem;
}

.img-tecnico-container img{
    max-width: 100%;
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
}

/* plugins */

.tabs{
    border: none !important;
}
.tabs .tab-subtitle{
    font-size: 1rem;
    font-weight: 700;
    font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;
    color: black;
}

.tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: red;
    background-color: transparent;
}

.tabs  .nav-pills .nav-link {
    background-color: rgba(24, 0, 0, 0.041);
    border-radius: 0;
    white-space: nowrap;
}

@media (max-width:960px){
    .tabs  .nav-pills{
        padding-right: 0;
        border-bottom:1px solid #dee2e6 ;
    }
    .tabs  .nav-pills .nav-link {
        background-color: rgba(24, 0, 0, 0.041);
        border-radius: 0;
        height: 3rem;
        padding-top: 0.8rem;
    }

    .tabs{
        height: auto;
        border-radius: 1rem;
    }
}

.tabs .ribbon-wrapper-red{
    display: none;
}

.tabs .free .ribbon-wrapper-red {
    display: block;
    width: 80px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: 15px;
}

.tabs .ribbon-red {
    font:  15px Sans-Serif;
    color: #333;
    text-align: center;
    text-shadow: rgba(60, 60, 60, 0.5) 0px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1232c), to(#bd050e));
    background-image: -webkit-linear-gradient(top, #e1232c, #bd050e);
    background-image: -moz-linear-gradient(top, #e1232c, #bd050e);
    background-image: -ms-linear-gradient(top, #e1232c, #bd050e);
    background-image: -o-linear-gradient(top, #e1232c, #bd050e);
    color: #ffffff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

.tabs .label-card{
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    background-color: rgba(53, 52, 52, 0.484);
    font-weight: 700;
    color: #ffffff;
}

.tabs .btn-secondary{
    background-color: rgba(29, 28, 28, 0.484);
    border-color: rgba(177, 173, 173, 0.484);
}
.tabs .container-image-card img{
    width: 100%;
    padding: 0;
}



.tabs  .section-subtitle{
    color: #e1232c;
}

.tabs  .section-subtitle2{
    font-size: 0.8rem !important;
    color: rgba(49, 49, 49, 0.912);
    font-weight: 700;
}
.tabs  .container-text-card{
    height: 8rem;
    background-color: rgba(24, 0, 0, 0.041);
}

.tabs .ver-mas-container{
    background-color: rgba(24, 0, 0, 0.041);
}

.tabs .card-w-koha{
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    
}







