﻿@import url('https://fonts.googleapis.com/css2?family=Alexandria&display=swap');

:root {
    --color-primary-100: #0a232b;
    --color-primary-90: #0f303b;
    --color-primary-80: #005d68;
    --color-primary-75: #005d68;
    --color-primary-30: #a7b7be;
    --color-primary-20: #cfd7dc;
    --color-primary-10: #ecf0f2;
    --color-primary-5: #f5f7f7;
    --color-accent-100: #861f41;
    --color-accent-90: #861f41;
    --color-accent-80: #cf1d56;
    --color-accent-75: #cf1d56;
    --color-accent-50: #8d415a;
    --color-accent-30: #a86d80;
    --color-accent-20: #c299a7;
    --color-accent-10: #ddc5cd;
    --color-accent-5: #f8f1f3
}

.btn.active {
    background-color: var(--color-accent-75) !important;
    border: 1.5px solid var(--color-accent-75) !important;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2) !important;
    color: #fff !important
}

.btn-primary {
    background-color: var(--color-accent-75);
    border: 1.5px solid var(--color-accent-75);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
    color: #fff !important
}

.btn-secondary {
    background-color: #fff;
    border: 1.5px solid var(--color-accent-75);
    color: var(--color-accent-75) !important;
}

    .btn-secondary:active, .btn-secondary:hover {
        background-color: var(--color-accent-5);
        border: 1.5px solid var(--color-accent-90);
        color: var(--color-accent-90)
    }

/* --- GLOBAL --- */
* {
    box-sizing: border-box;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}


body {
    color: var(--color-primary-100);
    font-family: Alexandria;
    font-size: 15px;
    font-weight: 300 !important
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a, a:hover {
        color: var(--color-accent-75);
        text-decoration: none !important;
    }

.linkInfo, .linkInfo:hover {
    color: #393e46 !important;
}

.link-white, .link-white:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.link-primary {
    color: var(--color-accent-75) !important;
    text-decoration: underline !important;
}

.h4, h4 {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 26px;
}

.h3, .h4, h3, h4 {
    font-weight: 500;
}

.text-nowrap {
    white-space: nowrap !important;
}

.btn-primary:active {
    color: #fff;
    background-color: var(--color-accent-75);
    border-color: var(--color-accent-80);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--color-accent-90);
    border-color: var(--color-accent-90);
}

.btn-sm-acc {
    font-size: 13px;
    line-height: 14px;
    padding: 13px 10px;
}

.btn-lg {
    font-size: 15px;
    line-height: 16px;
    padding: 16px !important;
}

.btn-lg, .btn-sm {
    font-weight: 300 !important;
}

.btn {
    border-radius: 0;
    display: inline-block;
    padding: 13px 15px;
    text-decoration: none !important;
}

.form-label {
    color: var(--color-primary-80);
    font-size: 13px;
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 6px;
}

.form-check-label {
    color: var(--color-primary-100);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 17px;
}

.body-16-regular {
    font-size: 14px;
    font-weight: 300;
    line-height: 22.4px;
}

.body-16-bold {
    font-size: 15px;
    font-weight: 600 !important;
    line-height: 22.4px;
}

.text-accent-75 {
    color: var(--color-accent-75);
}

.body-14-regular {
    font-size: 13px;
    font-weight: 300;
    line-height: 16.8px;
}

.text-primary-75 {
    color: var(--color-primary-75);
}

.body-18-regular {
    font-size: 17px;
    font-weight: 300;
    line-height: 25.2px;
}

p {
    color: #393e46;
    font-weight: 300 !important;
}

.sticky-bottom {
    bottom: 0;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, .149);
    position: fixed;
    z-index: 2;
}

.richiedi-info {
    position: relative;
    top: -70px;
}

.breadcrumb .breadcrumb-item.active span {
    color: var(--color-primary-75);
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
}

/* select */

select.form-select {
    border-radius: 0 !important;
    font-weight: 300;
    height: 44px !important;
}

.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    border-color: var(--color-primary-5);
    border: 1px solid var(--color-primary-20);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 2.25rem .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

select {
    word-wrap: normal;
}

button, select {
    text-transform: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

/* HERO */

.section-welcome .cta {
    bottom: 30px;
    position: absolute
}


@media (min-width: 576px) {
    .section-welcome {
        background-position: 0
    }
}

.section-welcome {
    background-position-x: 25%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
    margin-top: 97.5px;
}


    .section-welcome .cta {
        bottom: 30px;
        position: absolute
    }

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

#logo {
    height: 118px;
    width: 240px;
}

@media (max-width: 992px) {
    #logo {
        height: 65px !important;
        width: 135px !important;
    }
}

@media (min-width: 769px) {
    .section-welcome {
        background-position: 50%
    }

        .section-welcome .cta {
            bottom: 20px;
            position: relative
        }
}

@media (min-width: 2000px) {
    .section-welcome {
        background-position: 50%;
        height: 800px
    }

        .section-welcome .cta {
            bottom: 20px;
            position: relative
        }

    .bg-pdp {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 0
    }
}

/* --- HERO --- */
/*.hero {
  background: url('https://via.placeholder.com/1900x600?text=Background+Promo') center/cover no-repeat;
  color: white;
  padding: 80px 0;
  position: relative;
}
*/


.info-section .info-icon i {
    transition: transform 0.3s ease;
}

.info-section .info-box:hover i {
    transform: scale(1.1);
}

.ecp-section img {
    max-height: 400px;
    object-fit: cover;
}


/* NAV BAR */
.info-bar {
    display: block !important;
}

header .top:after {
    background-color: var(--color-primary-5);
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: -999em;
    top: 0;
    width: 999em;
    height: 56px;
}

.link-14, .link-14:hover {
    font-weight: 600;
    text-decoration: none;
}

.link-14 {
    font-size: 13px;
    line-height: 14px;
    position: relative;
}

.n-verde-desktop {
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 23px !important;
}

.search .form-control {
    font-size: 15px;
    height: 40px;
    padding: 8px 16px;
    position: relative;
    top: 2px;
    width: 365px;
}

.search i {
    font-size: 16px;
    position: absolute;
    right: 35px;
    top: 13px;
}

.body-14-regular {
    font-size: 13px;
    font-weight: 300;
    line-height: 16.8px;
}

.form-control, .search i {
    color: var(--color-primary-75);
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    /* background-color: var(--bs-body-bg); */
    color: var(--bs-body-color);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
    border-color: var(--color-primary-5);
    border: 1px solid var(--color-primary-20);
    border-radius: 0;
    font-size: 15px;
    /* font-weight: 300; */
    height: 44px;
    line-height: 140%;
    padding: 11px 12px;
}

.bg-primary-1 {
    background-color: #fff;
}

.bg-primary-5 {
    background-color: #f5f7f7;
}

.bg-primary-75, .bg-primary-90 {
    background-color: var(--color-primary-75);
}

/* Sostituzione colori navbar */
.site-navbar {
    background-color: #fff;
}

.site-navbar .site-navigation .site-menu .active > a {
    color: var(--color-accent-75)
}

.site-navbar .site-navigation .site-menu .active > a span {
    border-color: var(--color-accent-75);
}

.site-navbar .site-navigation .site-menu > li > a {
    color: var(--color-primary-100);
}

.site-navbar .site-navigation .site-menu > li > a:hover > span {
    color: var(--color-accent-75);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-bottom-color: var(--color-accent-75);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:after {
    border-bottom-color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: var(--color-accent-75) !important;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: var(--color-accent-75);
}

.site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {
    color: var(--color-accent-75);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #fafafb;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap a {
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: var(--color-accent-75);
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: var(--color-accent-75);
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    border-color: var(--color-accent-75);
}
/* */

/* -- NAV TAB -- */
.nav-tabs {
    border-bottom: none !important;
    border-radius: 0;
    display: inline-flex;
    margin: 0 auto
}

    .nav-tabs .nav-link {
        background-color: #fff !important;
        border: 1.5px solid var(--color-accent-75) !important;
        border-radius: 0 !important;
        color: var(--color-accent-75) !important;
        font-weight: 400 !important;
        margin: 0 5px;
        padding: .5rem 1rem !important
    }

        .nav-tabs .nav-link:hover {
            background-color: var(--color-accent-5) !important;
            border: 1.5px solid var(--color-accent-90) !important;
            color: var(--color-accent-90) !important
        }

        .nav-tabs .nav-link.active {
            font-weight: 700 !important
        }

            .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover {
                background-color: #cf1d56 !important;
                border: 1.5px solid #cf1d56 !important;
                color: #fff !important
            }

.nav-tab {
    border-bottom: none !important
}

/* -- STEP PROGRESS -- */
.step-progress {
    max-width: 320px;
    margin: 0 auto;
}

.step {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #dee2e6;
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

    .step.active {
        background: var(--color-accent-75);
        color: #fff;
    }

.line {
    flex: 1;
    height: 2px;
    background: #dee2e6;
}
/* -- STEP PROGRESS -- */
.step-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 495px;
}

    .step-wrapper .header-step {
    }

    .step-wrapper .body-step {
        min-height: 375px;
        max-height: 375px;
        display: contents;
    }

    .step-wrapper .footer-step {
        margin-top: 15px;
    }
/*
    Section offerta formativa
*/
.left, .left-pdp {
    background-color: #005d68;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.left-pdp > div {
    z-index: 1
}

.left-pdp:before, .left:before {
    background-color: #005d68;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 999em;
}

@media (min-width: 576px) {
    .left-pdp:before, .left:before {
        left: -999em
    }
}

a:hover {
    text-decoration: underline;
}

a, a:hover {
    color: var(--color-primary-100);
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.link-offer, .text-decoration-none {
    text-decoration: none !important;
}

.link-offer {
    display: flex;
    flex-direction: column !important;
    font-weight: 600 !important;
    justify-content: center !important;
    line-height: 19.2px;
    min-height: 170px;
}

.link-white, .link-white:hover {
    color: #fff !important;
    text-decoration: underline !important;
}
.width-100
{
    width: 100px;
}

@media (min-width: 576px) {
    .container-def {
        margin-top: 118px;
    }
}

.container-def {
    margin-top: 118px;
}

.overflow-hidden{
    overflow: hidden;
}

/**/
@media (max-width: 999px) {
    .width-100 {
        width: 80px !important;
    }
}
.bg-accent-75 {
    background-color: var(--color-accent-75);
}
.bg-pdp {
    background-position: 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.body-14-regular {
    font-size: 13px;
    font-weight: 300;
    line-height: 16.8px;
}
.body-14-semibold {
    font-size: 13px;
    font-weight: 500;
    line-height: 16.8px;
}
@media (max-width: 999px) {
    .mt-4-mobile {
        margin-top: 1.5rem !important;
    }
}
.bg-label-pdp {
    background: #fff;
    border: 1px solid var(--color-primary-20);
    border-radius: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    padding: 4px 6px 3px;
}
@media (min-width: 576px) {
    .h2, h2 {
        font-size: 35px;
        line-height: 39.6px;
    }
}

article p {
    color: var(--color-primary-100);
    font-size: 15px;
    font-weight: 300;
    line-height: 22.4px;
    margin-bottom: 20px;
}
article h2 {
    color: var(--color-primary-100);
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
}

#article a, #ic_courses a, .link-primary {
    color: var(--color-accent-75) !important;
    text-decoration: underline !important;
}

#article a:hover, .link-primary:hover {
    color: var(--color-accent-90) !important;
    text-decoration: underline !important;
}

.shadow {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .102) !important;
}
.accordion-item, .accordion-item:first-of-type {
    border: 1px solid var(--color-primary-10);
}
.accordion-button {
    font-size: 23px;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-top: 30px;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none !important;
    color: var(--color-primary-100);
}


/* table */
.table, table {
    border: 1px solid #aec1cc;
    border-collapse: collapse;
    border-radius: 0;
    border-spacing: 0;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
table > tbody:not(:last-child), table > tbody > tr:not(:last-child) > td, table > tbody > tr:not(:last-child) > th, table > tfoot:not(:last-child), table > tfoot > tr:not(:last-child) > td, table > tfoot > tr:not(:last-child) > th, table > thead:not(:last-child), table > thead > tr:not(:last-child) > td, table > thead > tr:not(:last-child) > th, table > tr:not(:last-child) > td, table > tr:not(:last-child) > th {
    border-bottom: 1px solid #aec1cc;
}

table td:not(:last-child), table th:not(:last-child) {
    border-right: 1px solid #aec1cc
}

table th {
    background-color: #e7ebee;
    border-bottom-width: 1px;
    border-color: #aec1cc;
    color: var(--color-primary-90);
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    padding: 12px 16px;
}
table td:not(:last-child), table th:not(:last-child) {
    border-right: 1px solid #aec1cc;
}

.table > tbody > tr > td, table > tbody > tr > td {
    border-bottom-width: 1px;
    border-color: #aec1cc;
    color: var(--color-primary-100);
    font-size: 15px;
    line-height: 140%;
    padding: 12px 16px;
}

.border-pegaso {
    border-bottom: 6px solid var(--color-accent-75);
}

.card-course-image {
    overflow: hidden;
    position: relative;
}
.card-labels, .card-logo {
    left: 20px;
    position: absolute;
}

.card-course {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .102);
}

.card-logo {
    background-color: #fff;
    border-radius: 0;
    padding: 10px;
    top: 20px;
}
.card-labels {
    bottom: 18px;
}
.card-label {
    background: #fff;
    border: 1px solid var(--color-primary-20);
    border-radius: 0;
    color: var(--color-primary-75);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    padding: 4px 6px 3px;
}

.h5, h5 {
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
}

.btn-lg, .btn-sm
{
    font-weight: 600 !important;
}