/* stili di base */


html, body {
    min-height: 100vh;
    position: relative;
}

b, strong {font-family:Asap-Bold;}

nav.sticky-top {
    padding: 1rem;
    /* min-height: 7rem; */
    background-color: #ffffff;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link{

    color: #3aac44;
    padding: 0px;
    padding-top: 3px;
    text-decoration: none;
    /*font-size: 0.96em;*/
    z-index: 1000;

}
li.nav-item.active {
    display: inline-block;
    margin: 0px 7px;
    position: relative;
    text-align: center;
    z-index: 1000;
}
nav {
    background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #3aac44;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #3aac44;
}

a:hover {
    text-decoration: none !important;
}
nav.navbar-slider ul.navbar-nav ul li a.nav-link:visited {
    color: #3aac44 !important;

}
/*ul.navbar-nav.ml-auto.d-flex.justify-content-between.text-left {
    font-size: 0.97em;
    list-style-type: none;
    margin: 0px;
    margin-left: auto;
    padding: 0px;
    z-index: 1000;
}*/
#networkNav input[type="hidden"][name="__logout__"] + button.nav-link {
    
    color: #ffffff !important;
    font-size: 1rem;
    padding: 0px;
    margin: 0px;
    border: 0px;
    background-color: transparent;
 
  } 

#navbarNav > ul > li:last-of-type {
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #3aac44;
    border-radius: 5px;
    margin-left: 30px;
    /*dispaly:none;*/
}

#navbarNav > ul > li:last-of-type a.nav-link {
    color: #fff !important;
}

#navbarNav > ul > li {
    padding-top: 7px;
}

div.jumbotron {
    min-height: 32em;
}

@media screen and (max-width: 600px) {
  .jumbotron {
    background-repeat: no-repeat;
  }
    div.jumbotron {
    min-height: 7em;
}

}

@media screen and (min-width: 600px) {

    nav .logo img {
        height: 5em; 
        max-width: 250px;
    }

}
  

/* font extra */

@font-face {
    font-family: Asap;
    src: url("../../../../fnt/Asap-Regular.ttf") format("opentype");
}

@font-face {
    font-family: Asap-SemiBold;
    src: url("../../../../fnt/Asap-SemiBold.ttf") format("opentype");
}

@font-face {
    font-family: Asap-OTT;
    font-weight: bold;
    src: url("../../../../fnt/Asap-Bold.ttf") format("opentype"), url("../fnt/Asap-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Gotham;
    src: url("../../../../fnt/Gotham-Condensed-Bold.tff");
}



body {
/*    background-image: url("../img/sfondo-totem.png");*/
    font-family: Asap,  Helvetica, Verdana, Geneva, sans-serif !important;
/*    font-size: 0.9em;*/
    color: #00437b;
    background-repeat: no-repeat;
    background-size: cover;
}

h1 {
    color: #3cad45;
    font-size: 4rem;
    font-family: 'Asap-Medium';
}
h2 {
    color: #00437b;
    font-size: 3em;
    /* border-bottom: 5px solid #3aac44; */
    /* max-width: 20%; */
    padding-bottom: 0.6em;
    white-space: normal;
    /* margin-bottom: 30px; */
    font-family: 'Asap-Medium';
}

@media screen and (max-width: 600px) {
     h2 {
                color: #00437b;
        font-size: 1.2em;
        font-family: 'Asap-Medium';
        /* border-bottom: 3px solid #3aac44; */
        /* max-width: 100%; */
        white-space: normal;
        /* margin-bottom: 1.5em; */
        line-height: 140%;
        padding-bottom: 0.5em;
        padding-top: 0.5em;
}
    
 h1 {
    color: #3aac44;
        font-size: 2.5rem;
    font-family: 'Asap-Medium';
}
}

/* stili dell'header */

/* header {
    background-color: #00437b;
    font-size: 0.9em;
}
*/
#search-div {
    background-color: #eeeeee;
/*    height: 3.5em; */
    padding: 5px 0px;
}

#search-div input {
    border: 2px solid #51aaf5;
    border-radius: 0px;
    height: 2em;
/*    font-size: .9em;
    padding: 3px; */
}



li.cerca {
    display: inline-block;
}

/* stili del network */
header {
    /*background: #3aac44 !important;*/
    color: #ffffff;
}

header > .container > .row {
    min-height: 3em;
}


#networkNav a.nav-link, #networkNav a.nav-link:visited {
    color: #ffffff !important;
    /*font-size: 1rem;*/
}

#networkNav a.nav-link:active, #networkNav a.nav-link:hover {
    color: #51aaf5 !important;
}

/* #networkNav i:last-of-type {
    display: none;
}*/
/* stile tabelle */
.table-container {
    width: 100%;
    overflow-x: auto
}
@media (max-width: 768px){
    #networkNav ul li {
        border-bottom:1px solid #51aaf5;
    }
}

/* fine stile network */



/* footer*/
footer {
    font-size: 0.9em;
}

footer ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}

footer.mt-auto {
    background-color: #00437b !important;
    bottom: 0px;
    font-size: 0.8em;
    height: auto;
    margin: 0px;
    width: 100%;
    color: #ffffff;
    margin-top: auto;
    padding: 20px 0;
}
footer.mt-auto img, footer.mt-auto .social {
    width: 60% !important;
}
footer.mt-auto div.social {
    padding-top: 10px;
    margin-bottom: 15px;
}
footer.mt-auto .social {
    display: flex;
    justify-content: space-between;
}
footer.mt-auto h3 {
    color: #ffffff;
    font-size: 1.3em;
    padding-top: 0;
}
footer.mt-auto ul {
    list-style-type: none;
    color: #ffffff;
    padding: 0px;
    margin-bottom: 0;
}
footer.mt-auto a {
    color: #ffffff;
}

footer.subfooter {
    background-color: #005d9f !important;
    padding: 3px 0;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
    color: #00437b;
}
footer.subfooter a {
    color: #ffffff;
    padding: 0px;
}
footer div.cookie ul li {
    display: inline-block;
    text-align: right;
}
footer.subfooter ul li {
    padding-right: 6px;
    /* padding: 3px; */
    text-decoration: none;
    margin: 0px;
}

footer a.icona {
    display: inline-block;
    background-color: #00437b;
    font-size: 1.4em;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid #ffffff;
}

footer div.cookie {
    display: inline-block;
    text-align: right;
}
/* fine footer */



/* aggiunto maggio 2023 */

/* stili del nav */


/* carosuel altezza */
.carousel-item {
    position: relative;
}

img.img-fluid.lazyloaded {
    width: 100%;
    height: 500px;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    min-height: 500px;
    object-fit: cover;
}


/* fine carosuel altezza*/


/* fine aggiunto maggio 2023 */


.testata {
    background-image: url('/var/contenuti/slider-gimbeforyoung.png');
    background-size: cover;
    background-position: center;
    padding: 3em 2em;
    height:50em;
}

@media screen and (max-width: 600px) {
    .testata {
    height:100% !important;
    }

.futuro {
    position: relative;
    top: 3em !important;
}


.caption h1 {
    font-size: 1.5em !important;
    width: 80%!important;
}
.caption h2 {
    font-size: 1.3em !important;
}

}

.caption h1 {
    color: #ffffff;
    font-size: 2.0em;
    font-family: Asap-SemiBold;
    padding-left: 15px;
    line-height: 140%;
    width: 50%;
    padding-bottom: 20px;
}

.caption h2 {
    color: #ffffff;
    font-size: 1.8em;
    font-family:Asap-Medium;
    text-transform: uppercase;
    padding-left: 15px;
}

.caption {
    position: absolute;
    top: 5em;
    margin-left: 2em;
    margin-right: auto;
    max-width: 1140px;
}

.futuro {
    position: relative;
    top: 38em;
}


.row.home h1 {
    color: #3aac44;
        font-size: 4rem;
    font-family: 'Asap-Medium';
}

.row.home h2 {
    color: #00437b;
    font-size: 3em;
    border-bottom: 5px solid #3aac44;
    max-width: 20%;
    padding-bottom: 1em;
    white-space: nowrap;
    margin-bottom: 30px;
    font-family: 'Asap-Medium';

}

@media screen and (max-width: 600px) {
    .row.home h2 {
    color: #00437b;
        font-size: 0.9em;
        font-weight: bold;
        border-bottom: 3px solid #3aac44;
        max-width: 45%;
        padding-bottom: 1em;
        white-space: nowrap;
        margin-bottom: 25px;
}
.row.home h1 {
    color: #3aac44;
        font-size: 2.5rem;
    font-family: 'Asap-Medium';
}
    
    .documenti p {
    color:#ffffff;
    font-size:4em!important;
    font-weight:bold;
    margin-bottom:0px;
    text-align:center;
    line-height: 120%;
}
    .documenti p:nth-child(2) {
   color: #ffffff;
    text-align: center;
    font-size: 1.5rem!important;
    font-family: 'ASAP-MEDIUM';}
    
    .download h1 {
    color: #3aac44;
    font-size: 1.5em!important;
    font-family:Asap-Medium;
    text-align:center!important;
}
    a.btnpdf, .btn.btnpdf {
    border: 3px solid #3aac44;
    border-radius: 24px;
    color: #3aac44!important;
    text-align: center;
    padding: 10px!important;
    text-decoration: none;
    width: 100%;
    font-size: 1.6rem!important;
    font-family: 'Asap-Medium';
}
    
}

.documenti p {
    color:#ffffff;
    font-size:7em;
    font-weight:bold;
    margin-bottom:0px;
    text-align:center;
    line-height: 120%;
}

.documenti p:nth-child(2) {
   color: #ffffff;
    text-align: center;
    font-size: 2.5rem;
    font-family: 'ASAP-MEDIUM';}


.opportunities h1 {
    color: #3aac44;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 20px 0px;
    font-size:2.5em;
}

.opportunities h1:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    height: 6px;
    width: 11%;
    border-style: solid;
    border-color: #00457c;
    border-width: 0 0 7px 0;
}

.card-footer:last-child {
    border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px) !important;
}
.card-body {
    background-color: #3aac44;
}

.card h6 {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
}

.card h6:after {
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    content: '.';
    display: block;
    height: 1px;
    width: 140px;
    margin: 10px auto;
    text-indent: -9999px;
    border-top: 13px solid #ffffff;
}

.card p {
    color: #ffffff;
    font-size: 1.2em;
    text-align: center;
}

.card-footer {
    background-color: #3aac44;
    border-top: none;
    font-size: 1.2em;
}

.card-footer a {
    color: white;
}

.card {
    border: none;
}

.box img.img-fluid {
    width: 100%;
    /*height: 15vw;*/
    object-fit: cover;
}


a.btnpdf, .btn.btnpdf {
    border: 3px solid #3aac44;
    border-radius: 24px;
    color: #3aac44!important;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    font-size: 2rem;
    font-family: 'Asap-Medium';
} 


.download button.btn.btn-download {
    background: #005d9f;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    padding: 20px 105px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px solid transparent;
    border-radius: 4px;
}

.download h1 {
    color: #3aac44;
    font-size: 2.5em;
    font-family:Asap-Medium;
    text-align:left;
}

.download-scarica p {
    color: #00457c;
    font-size: 2.5em;
}

.pdf {
    font-size: 1.2em;
    font-weight: bold;
    border: 2px solid #ffca00;
    padding: 8px;
}


.navbar-light .navbar-nav .nav-link a.nav-link {
    border-right: 1px solid #ffffff !important;
    padding-right: 10px;
}

/* figlie navbar */
nav.navbar-slider ul.navbar-nav ul li a.nav-link {
    color:#3aac44 !important;


}


/* fine figlie navabar */

/* bordo a vignetta per menu di secondo livello */
/* nav.navbar-slider ul ul {
    background-color: #fff;
    display: none;
    left: 0;
    margin: 0px;
    padding: 2px 8px 2px 8px;
    position: absolute;
    top: 2.6em;
    border: 1px solid #51aaf5;
}
    
nav.navbar-slider ul ul:after, nav.navbar-slider ul ul:before{
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

nav.navbar-slider ul ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

nav.navbar-slider ul ul:before {
    border-color: rgba(0, 123, 255, 0);
    border-bottom-color: #007bff;
    border-width: 11px;
    margin-left: -11px;
}

@media( max-width: 768px ) {
    
    nav.navbar-slider ul.navbar-nav ul {
        border: none;
        position: relative;
        top: 0;
    }
    
    nav.navbar-slider ul.navbar-nav ul:after, nav.navbar-slider ul.navbar-nav ul:before {
        display: none;
    }
}

+/



/* bordo a vignetta per menu di secondo livello */
nav.navbar-slider ul ul {
    background-color: #fff;
    display: none;
    left: 0;
    margin: 0px;
    padding: 2px 8px 2px 8px;
    position: absolute;
    top: 2.6em;
    border: 1px solid #3aac44;
    z-index:2000;
}
/* aggiunto da francesca giugno 2023*/
nav.navbar-slider ul.navbar-nav li.nav-item ul li.nav-item ul {
    background-color: #fff;
    display: none;
    left: 84px;
    margin: 0px;
    padding: 2px 8px 2px 8px;
    position: absolute;
    top: 1.7em;
    border: 1px solid #3aac44;
    z-index:3000;
}



/* fine aggiunto da francesca giugno 2023*/

nav.navbar-slider ul ul:after, nav.navbar-slider ul ul:before{
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

nav.navbar-slider ul ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

nav.navbar-slider ul ul:before {
    border-color: rgba(0, 123, 255, 0);
    border-bottom-color: #3aac44;
    border-width: 11px;
    margin-left: -11px;
}

@media( max-width: 768px ) {
    
    nav.navbar-slider ul.navbar-nav ul {
        border: none;
        position: relative;
        top: 0;
    }
    
    nav.navbar-slider ul.navbar-nav ul:after, nav.navbar-slider ul.navbar-nav ul:before {
        display: none;
    }
}
/* aggiunto da francesca a giugno 2023 per sottovoci voci figlie del menu */
li.nav-item ul li.nav-item
    {
    background-color: #fff;
    /* display: none; */
    /* left: 53px; */
    margin: 0px;
    /* padding: 2px 8px 2px 8px; */
    position: relative;
    /* top: 2.6em; */
    /* border: 1px solid #3aac44;*/

    }

/* aggiunto da francesca giugno 2023*/

/* fine aggiunto da francesca giugno 2023*/





/* media query per il container */
/*@media( max-width: 768px ) {
    main {
        padding: 0;
        text-align: left;
    }
}
*/

@media (min-width: 1200px){
    nav .container {
        max-width: 90%;
    }
}

@media (min-width: 992px){
    nav .container {
        max-width: 90%;
    }
}

@media (min-width: 768px){
    nav .container {
        max-width: 90%;
    }
}

@media (min-width: 576px){
    nav .container {
        max-width: 90%;
    }
}


/* fine media query per il container */

/* sezione relativa all'overlay dei cookies*/
#cookie {
    bottom: 0px;
    height: auto; 
    width: 100%;
    position: fixed;
    background-color:#00437bc9;
    color: #ffffff;
    z-index: 7859;
    overflow: auto;
}

.modal-content p {
    color:#065B9C;
}

.custom-switch .custom-control-label::after {
    background-color:#065B9C;
}

/* footer */

 .btn-secondary {
    background-color: #005d9f !important;
    border-color:#005d9f !important;
}



/* sezione pagina iscriviti form*/
/*input[type="text"], input[type="email"], input[type="tel"], #form-contatti textarea, select.form-control {
    width: 100%;
    border: 1px solid #3aac44;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    color: #3aac44;
    font-size: 1.2rem;
}*/
/* fine sezione pagina iscriviti form*/


/* sezione realativa alle tabelle */
/*
.tabellag4y td {
    border-bottom: 1px solid #7ab045;
    border-right: 1px solid #7ab045;
    border-left: 1px solid #7ab045;
}


.tabellag4y table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.tabellag4y thead tr {
  background: #7ab045;
  color: #f6f6f6;
}

table.tabellag4y thead tr th {
    border-right: 1px solid #fff;
}

table.tabellag4y thead tr th p{
    text-align:center;
}

.tabellag4y tr { 
    height: 40px; 
}

table.tabellag4y tbody tr td p {
    text-align: center;
}

.tabellag4y p {
    margin-bottom:0px;
    padding:5px;
}


.tabellag4y tr:nth-of-type(4n) td:nth-of-type(3n) {
  unicode-bidi:bidi-override;
  direction:rtl;
}
@media (max-width: 460px) {
  .tabellag4y table {
    position: relative; 
  }
  .tabellag4y thead, .tabellag4y tbody {
    vertical-align: top;
  }
  .tabellag4y thead, .tabellag4y tbody, .tabellag4y tr {
    display: table-cell;
  }
  .tabellag4y thead {
    width: 100px;

  }
  .tabellag4y tbody {

    position: absolute;

    width: 200px;

    overflow-x: scroll;
  }
  .tabellag4y th, .tabellag4y td {
    display: block;
    width: 100%;
    height: 50px;

  }
  .tabellag4y tr td {
    width: 350px;
    height: 50px;
}
  table.tabellag4y thead tr th {
    border-bottom: 1px solid #fff;
}

.tabellag4y td:last-of-type {
    border-bottom: 1px solid #fff;
}

.tabellag4y p {
    text-align:center;
    font-size: 0.9em;
}

}
*/
/* fine sezione realativa alle tabelle */

/*sezione realativa alle tabelle test*/
@media (max-width: 460px) {
.table-scroll {
  position: relative;
  width:100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  height: 350px;
}
.table-scroll table {
  width: 100%;
  min-width: 1280px;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

th:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
/*  background: #3aac44 !important;*/
/*    color:#fff;*/
}

.table-scroll th {
  padding: 5px 10px;
  /*border: 1px solid fff !important;*/
  background: #fff;
  vertical-align: top;
    border-right: 1px solid #3aac44 !important;
    border-left: 1px solid #3aac44 !important;
    border-bottom: 1px solid #3aac44 !important;

}

.table-scroll td {
    padding: 5px 10px;
    background: #fff;
    vertical-align: top;
    border-right: 1px solid #3aac44 !important;
    border-left: 1px solid transparent !important;
    border-bottom: 1px solid #3aac44 !important;
}

/*tbody tr th {
    font-weight: bold !important;
}
*/
}

/* */


thead th {
    border-right:1px solid #fff !important;
}
thead th:last-child {
    border-right:1px solid #3aac44 !important;

}

table {
    width:100%;
}
tbody tr th {
    font-weight:lighter;
}

.table-wrap {
  position: relative;
}
.table-scroll th {
  padding: 5px 10px;
  /*border: 1px solid #3aac44;*/
  background: #fff;
  vertical-align: top;
    border-left: 1px solid #3aac44;
    border-right:1px solid #3aac44;
    border-bottom:1px solid #3aac44;

}

.table-scroll td {
  padding: 5px 10px;
  /*border: 1px solid #3aac44;*/
  background: #fff;
  vertical-align: top;
    border-left: 1px solid #3aac44;
    border-right:1px solid #3aac44;
    border-bottom:1px solid #3aac44;
}

.table-scroll thead th {
  background: #3aac44;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

thead th:first-child,
tfoot th:first-child {
  z-index: 5;
}


/* fine sezione realativa alle tabelle test */



/* parte relativa ad iscriviti*/

.iscriviti h3 {
    background-color: #EF3228;
    margin-bottom: -40px;
    padding: 20px 30px;
    position: relative;
    z-index: 15;
    display: flex;
    border-radius:50px;
    color:#fff;
}

input[type="text"],input[type="cellulare"], input[type="email"], input[type="tel"], #form-contatti textarea, select.form-control {
    width: 100%;
    border: 1px solid #3aac44;
    border-radius: 20px;
    padding: 10px 20px 10px 20px;
    color: #3aac44;
    font-size: 1rem;
}


/* aggiunte Sara 2026 */
.obiettivi {background-color:#f4f7f6;
border-radius:12px; text-align:center;}

.obiettivi h1 {color:#3aac44; font-size:2rem; font-family:Asap-Medium; text-align:center;}

.obiettivi p {margin-bottom:0px!important;font-size: 120%;}

.blocco-verde {background-color:#3aac44;}
.blocco-verde p {color:#fff!important; text-align:center;}

.blocco-verde h2 {
    color: #fff!important;
    font-size: 3em;
    font-family: 'Asap-Medium';
text-align:center;
    border-bottom: none;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blocco-verde ul, .blocco-verde li {
    color:#fff;
    padding-top: 1rem;
    padding-left: 16px;
}

.blocco-verde h3 {
        color: #fff;
    font-size: 2.5rem;
    font-family: 'Asap-Medium';
}

.blocco-bianco {background-color: #fff;
    border-radius: 12px;
height: 100%;}

.blocco-bianco p {color:#02437d!important;}

.blocco-bianco h3 {
    color:#3aac44!important;
    font-size: 2.5em;
    font-family: 'Asap-Medium';
text-align:center;
}

.blocco-grigio h3 {
    color:#3aac44!important;
    font-size: 2.5em;
    font-family: 'Asap-Medium';
text-align:center;
}

.blocco-bianco h2 {
    color:#3aac44!important;
    font-size: 2.5em;
    font-family: 'Asap-SemiBold';
text-align:center;
    border:none;
    max-width: 100%!important;
    text-transform:uppercase;
    margin-bottom:auto;
    padding-bottom:0.5rem;
}

a.btnverde, .btn.btnverde a:visited {
    border-radius: 16px;
    background-color: #3aac44;
    color:#fff!important;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    width: 100%!important;
    font-size: 1rem;
    font-family: 'Asap-Medium';
}

.blocco-grigio {background-color: #f6f8f7;
    padding: 20px 20px 0px 20px;
    border-radius: 16px;}

.blocco-grigio p {font-size: 1.7em!important;
    font-family: 'Asap-Medium'; text-align:center!important; margin-bottom:0px;}

.blocco-grigio .date p {font-size: 1em!important;
    font-family: 'Asap'; text-align:left!important;}

.blocco-grigio .date h3 {font-size: 2.5em!important;
    font-family: 'Asap-Medium'; text-align:left!important;}

.blocco-grigio .summer p {font-size: 1em!important;
    font-family: 'Asap'; text-align:left!important;}


    
     .target {transform: translateY(-3rem);}
    
    @media screen and (max-width: 600px) {
    .blocco-verde h2 {
    color: #fff!important;
    font-size: 2em;
    font-family: 'Asap-Medium';
text-align:center;
    border-bottom: none;
    max-width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
        line-height:100%;
}
        
        .blocco-bianco h3 {
            color: #3aac44 !important;
        font-size: 1.8em;
        font-family: 'Asap-Medium';
        text-align: center;
        line-height: 100%;
        }
    
        .blocco-bianco h2 {
    color:#3aac44!important;
    font-size: 2em;
    font-family: 'Asap-SemiBold';
text-align:center;
    border:none;
    max-width: 100%!important;
    text-transform:uppercase;
    margin-bottom:auto;
    padding-bottom:0.5rem;
}
        
        .blocco-grigio {background-color: #f6f8f7;
    padding: 20px 20px 0px 20px;
    border-radius: 16px;}
        
        .blocco-grigio p {font-size: 1.5em!important;
    font-family: 'Asap-Medium'; text-align:center!important; margin-bottom:0px; line-height:130%;}

        
 .target {transform: none!important; width:5rem!important;}

        .tiny-green-underline 
{
  display: block;
  height: 3px;
    width:40%;
  background-color: #3aac44!important;
   }
        
    }

.tiny-green-underline 
{
  display: block;
  height: 5px;
    width:25%;
  background-color: #3aac44!important;
   }

a, a:active, a:hover, a:visited {text-decoration: none!important; color: #00457c; font-family:Asap-Medium;}
