/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.is-custom-h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.nectar-hor-list-item[data-columns="2"] > .nectar-list-item.custom {
    width: 49%;
}

.resource-icon {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
}

.category-widget {
    .is-custom-h3 {
        margin-bottom: 10px;
    }

    .form-check {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;

        label {
            vertical-align: middle;
            display: flex;
            align-items: baseline;
            font-size: 20px !important;

            input[type="checkbox"] {
                margin-top: 5px;
                margin-right: 10px;
                align-self: flex-start;
            }
        }
    }
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
    .nectar-hor-list-item.has-btn {
        padding-right: 0;
    }
}

.title-oferta-formativa h1,
.title-oferta-formativa h2 {
    color: #0e2f77 !important;
    font-size: 46px !important;
    font-weight: 600 !important;
    line-height: 1.09;
    text-align: center;
    background-image: url('/wp-content/uploads/2024/05/fondo-asanec-scaled.webp');
    padding: 15rem 10% 3rem 10%;
    width: 100vw;
    position: relative;
    top: -120px;
    left: 0;
    text-transform: uppercase;
    background-size: cover;
}
.info-curso {
    width: 100%;
}
.img-curso {
    height: 300px;
    width: 100%;
    margin-bottom: 1rem;
}
@media (min-width: 767px) {
    .info-curso {
        width: 60%;
    }
    .img-curso {
        height: 220px;
        width: 300px;
        margin-bottom: unset;
    }
}
