@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {box-sizing: border-box;}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    background-color:#fff;
    font-size:1.1em;
    font-family: "Montserrat", sans-serif, Arial;
    color:#000000;
    line-height:1.4em;background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,0) 92%, rgba(175,195,226,1) 100%);background-repeat: no-repeat;
  background-position: top center;}

html {box-sizing: border-box; scroll-behavior: smooth;}
img{max-width: 100%; height: auto}
img.empty_img{}

h1{color:#1f569e;margin: 0;padding: 0; font-size: 45px; font-weight: 700;text-wrap: balance;}
h2{color:#1f569e;margin: 0;padding: 0; font-size: 30px; font-weight: 700;text-wrap: balance;}
h3{color:#1f569e;margin: 0;padding: 0; font-size: 20px; font-weight: 400;text-wrap: balance;}
h3.paragrafo{color:#1f569e;margin: 0;padding: 0; font-size: 35px; font-weight: 700;}

.nomecorso{color:#1f569e;margin: 0;padding: 0; font-size: 1.4em;}

.mt-5{margin-top: 4rem !important;} .mb-5 {margin-bottom: 4rem !important;}
.paragrafo{color: #4e9dd1; font-size: 20px; line-height: 1.2em;}
.note{font-size: 15px; line-height: 1em}


A {
    color: #2faecd;
    font-size: 1.1em;

    text-decoration: none;transition: all 0.5s;
}
A:Visited {
    color: #2faecd;
    font-size: 1.1em;

    text-decoration: none;
}
A:Active {
    color :#2faecd;
    font-size: 1.1em;

    text-decoration: none;
}
A:Hover {
    font-size: 1.1em;
    color: #1f569e;

    text-decoration: none;
}

a.link_news{color: #e41f66; font-size: 25px;line-height: 1.3em}

textarea.normale {
    BORDER: #95999f 1px solid;
    color:#000;
    FONT-SIZE: 18px;
    width:100%; margin-bottom:10px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;border-radius:10px;
}
input.normale {
    BORDER: #95999f 1px solid;
    color:#003000b5d;
    FONT-SIZE: 18px;
    width:100%; margin-bottom:10px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;border-radius:10px;
}

input.normale {
    BORDER: #95999f 1px solid;
    color:#000;
    FONT-SIZE: 18px;
    width:100%; margin-bottom:10px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;border-radius:10px;
}

input.bottone {
    border-radius: 15px;
    FONT-SIZE: 1em; border-radius: 15px;
    padding:10px; border: 0px; min-width: 300px; max-width: 600px;
    margin:20px 0;
    COLOR: #fff; font-weight:700;
    BACKGROUND-COLOR: #2faecd;
}
select.normale {BORDER-RIGHT: #95999f 1px solid;
    BORDER: #95999f 1px solid;
    color:#000;
    FONT-SIZE: 18px;
    width:100%; margin-bottom:10px;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;border-radius:10px;}

input[type="checkbox"] {
    width: 25px; height: 25px; margin-right: 10px;padding: 0; border: solid 2px #95999f; display: inline-block;accent-color: #1f569e;margin-bottom: 5px;
}
input[type="radio"] {
    width: 25px; height: 25px; margin-right: 10px;padding: 0; border: solid 2px #95999f; display: inline-block;accent-color: #1f569e;margin-bottom: 5px;
}

.btn-primary {
    background-color: #2faecd; /* Cambia il colore di sfondo */
    border-color: #2faecd; /* Cambia il colore del bordo */
    color: #fff!important; margin-top: 15px; /* Cambia il colore del testo */
    font-weight: bold; /* Rendi il testo più marcato */
    font-size:1.1em;
    border-radius: 15px; padding: 20px; margin: 20px 0px; /* Angoli arrotondati */
    transition: all 0.3s ease-in-out; /* Aggiunge un'animazione fluida */
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2faecd; /* Cambia il colore al passaggio del mouse */
    border-color: #2faecd; /* Cambia il colore del bordo */
    color: #fff; /* Mantiene il testo bianco */    font-weight: bold; /* Rendi il testo più marcato */

}

.btn-primary:active {
    background-color: #2faecd; /* Cambia colore quando viene cliccato */
    border-color: #2faecd;
}


/*RECENSIONI*/
.student-quotes {
    background: #ebf6f8; border-radius: 25px; margin-bottom: 50px;
}

.student-quotes h2 {
    color: #1d4f9b;
    font-weight: 700; margin-bottom: 40px;
}

.quote-card {
    position: relative;
    background: #fff;
    padding: 35px 25px 25px;
    border-radius: 18px;
    height: 100%;
    box-shadow: 0 8px 25px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.quote-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
}

.quote-icon {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 60px;
    line-height: 1;
    color: #3db6db;
    opacity: .2;
    font-family: Georgia, serif;
}

.quote-card p {
    color: #444;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.student-name {
    color: #1d4f9b;
    font-weight: 700;
    font-size: 15px;
}


/*HEADER*/

.spazio_top{height:200px}
.paragrafo_footer{font-size: 1.1em; color: #fff; line-height: 1.5em}


.showDesk{display: block;}
.showMob{display: none;}
.spazio{height: 20px;}
.spazio_doppio{height: 40px;}
.destra{text-align: right}
.centrato{text-align: center;}

.footer_site{ transition: all 0.5s; margin-top: 50px; color: #000000; padding: 20px 0} .footer_site .nav-item a{color:#000!important; font-weight: 400; text-decoration: underline} .footer_site .nav-item a:hover{color:#71bff3!important; font-weight: 400; text-decoration: underline}

.footer_site a{color:#fff!important; font-weight: 400; } .footer_site a:hover{color:#71bff3!important; font-weight: 400;text-decoration: underline}

.rwd-video { height: 0;overflow: hidden; padding-bottom: 56.25%;padding-top: 0px;position: relative; margin: 20px 0}
.rwd-video iframe,.rwd-video object,.rwd-video embed {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}


.CTA-primary {
    max-width: 320px;
    min-width: 100px;
    text-align: center;
    padding: 15px;
    margin: 40px auto 20px auto;
    line-height: 1.2em;
    background-color: #2faecd;
    color: #fff; font-weight: 700;
    border-radius: 15px;transition: all 0.3s ease;
}

a.CTA-primary {
    display: block;
    color: #fff;
}

.CTA-primary:hover {
    padding: 15px;
    background-color: #1e427c;
    color: #fff;font-weight: 700;
}

.btn-container {
    display: flex; margin: 20px 0; flex-wrap: wrap;
    gap: 5px; /* Distanza tra i pulsanti */
}

.box_toggle{background-color: rgb(232, 235, 240); padding: 25px 15px; box-sizing: border-box;color: #000; width: 100%; margin-top: 20px; border-radius: 15px; transition: all 0.5s;}
.toggleHead h2{font-size: 1.2em; color: #000; text-transform:inherit} .toggleHead h2:hover{ color: #d11558; }
.toggleHead i{color: #d11558; font-size: 1.3em;} .toggleBody{padding-top:15px}
.box_toggle p{ font-weight: 400; color: #000; padding: 0; margin: 0;}
.box_toggle_paragrafo{margin-top: 15px; font-weight: 700; color: #d11558}
.margine-negativo{margin-top: -60px; z-index: 100}

/*.form-check {
    padding-left: 0;
}

.form-check-input {
    margin-left: 0;
    margin-right: .5rem;
    position: static;
}*/
.badge-blue {
    display: inline-block;
    padding: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #225098;
    border-radius: 10px;
    vertical-align: middle;
}

/*1920*/
@media screen and (min-width: 1920px) and (max-height: 1080px) {

    .internal-header-short {
        padding: 45px 0 150px 0; min-height: 300px}

}


/*1024*/
@media all and (min-width: 996px) and (max-width: 1480px){
    

}

/*TABLET*/
@media only screen and (min-width: 768px) and (max-width: 995px) {
    body {padding-top: 0px;}
    h1{font-size:1.6em;line-height:1.1em; margin: 0;padding: 0;}
    h2{font-size:1.2em;line-height:1.1em;margin: 0;padding: 0;}

}


/*iPHONE*/
@media only screen and (max-width: 767px) {
    body{padding-top: 0px;}
    h1{font-size:30px;line-height:1.2em; margin: 0;padding: 0;}
    h2{font-size:25px;line-height:1.2em;margin: 0;padding: 0;}
    h3{font-size: 18px;}
    h3.paragrafo{font-size: 25px;}
    .showDesk{display: none!important;}
    .showMob{display: block;}
    .spazio{height: 10px;}
    .spazio_doppio{height: 20px;}
    .destra{text-align: left;}
    
}

@media (max-width: 767.98px) {

}

@media (max-width: 768px) {
    
}

/*CELL PIU PICCOLI*/
@media only screen and (max-width: 479px) {
    .showDesk{display: none!important;}
    .showMob{display: block;}
    .my-gallery a {
        width:160px;
        margin:0 5px 5px 0 ;
    }
}


/* Rimuove il bordo di selezione (focus) del pulsante menu */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.bianco{color:#fff;}
.blu{color:#214d91;}
.nero{color:#000;}
.azzurro{color:#41bedc;}


::selection {
    background:#41bedc;
    color: #fff;
}
::-moz-selection {
    background:#41bedc;
    color: #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
