a.btn-whatsapp {
    width: 60px;
    height: 60px;
    background: transparent url('../images/ico-whatsapp.png') 0 0 no-repeat;
    background-size: cover;
    text-indent: -9999px;
    bottom: 10px;
    right: 10px;
    position: fixed;
    z-index: 99;
}

.actividad-video-wrapper {
    height: 400px;
}

.product-box .leer-mas {
    font-size: 14px;
    display: block;
    text-transform: none;
    margin-top: -10px;
    text-align: right !important;
}

.product-box .product-detail {
    height: 100px;
    overflow: hidden;
}

/** Iconos redes sociales */
.footer-menu.social-networks li .fa {
    font-size: 25px;
    margin-right: 10px;
}

/** Select con buscador */
.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #c5c5c5;
    height: 50px;
    padding: 0 17px;

    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    width: 100%;
    line-height: 50px;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
    border-width: 5px 4px 0;
}

.btn-descargar-pdf {
    background: var(--color-principal) !important;
    color: #fff !important;
    margin-right: 20px;
    margin-bottom: 10px;
}

@media (max-width: 700px) {
    .btn-descargar-pdf {
        margin-right: 0;
    }
}


