:root {
  --orange: #ff693c;
  --blue: #191f53;
  --tablegray: #e1e2e7;
  --searchgray: #989898;
  --purple: #825082;
}

p, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

.archive_list img {
  height: 100% !important;
  margin-bottom: 2%;
}

* {
  font-family: 'Montserrat', sans-serif;
}
html {

  scroll-behavior: smooth;
}

.pr_custom {
  padding-right: 7.6vw !important;
}

.hr_custom {
  border-top: 1px solid grey;
  /* padding-bottom: 1vw; */
}

.hr_custom_orange {
  border-top: 1px solid grey;
  /* padding-bottom: 1vw; */
}

/* LANDING PAGE******************************************************************** */
/* NAVBAR & HEADER */
.header {
  display: block;
  background: var(--blue);
}
.header_mobile {
  display: none;
}
.header_top {
  margin: auto;
  width: 90%;
  background-color: white;
  display: flex;
  padding: 1.5vw 0vw;
  background: var(--blue);
}
.header_top_left,
.header_top_right {
  width: 50%;
}
.header_top_left>a>img {
  width: 18vw;
}

.header_top_right>a>img {
  width: 337px;
  position: relative;
  right: -1rem;
  margin-bottom: 1.5rem;
}
.header_top_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.header_top_right_inlang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%
}
.wpml-ls-display,
.wpml-ls-native {
  margin: 0 !important;
  font-size: 1.1vw;
  color: var(--searchgray);
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;

}
.header_top_right_inlang>form {
  width: 50%;
}
.header_top_right_inlang>form>input {
  height: 3vw;
  width: 21vw;
  border-radius: 0.5vw;
  outline: none;
  border: 1px solid white;
  font-size: 1.5vw;
  padding-right: 3vw;
  padding-left: 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  background: transparent;
  color: white;
}
.header_top_right_inlang>form>img {
  margin-left: -2.5vw;
  width: 1.8vw;
  margin-bottom: .5vw;
}
.header_top_right>img {
  width: 35%;
  background-color: white;
}
.header_bottom {
  width: 100%;
  background-color: #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 4.6vw 1rem 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.header_bottom>a {
  display: inline-block;
  padding: 0 1vw;
  font-size: 1.5vw;
  line-height: 1.9vw;
  color: var(--blue);
  font-weight: 300;
  text-transform: lowercase;
}
.header_bottom>a:not(:first-of-type) {
  border-left: 0.2vw solid grey;
}
.wpml-ls-legacy-list-horizontal ul{
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.space {
  margin: 0 !important;
  font-size: 1.1vw;
  color: var(--searchgray);
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.wpml-ls-native {
  color: var(--orange);
}

.wpml-ls-display {
  color: white;
}


/* SLIDER BENVENUTI */
.slider_benvenuti {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: url('https://www.iit.cnr.it/wp-content/uploads/2020/11/slider-sito-min-min-scaled.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-position-y: -13vw;
}

.slider_2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: url('https://www.iit.cnr.it/wp-content/uploads/2020/11/slider-sito-2-scaled.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
  background-position-y: -4vw;
}


.slider_benvenuti>h2 {
  margin: 2.5vw 0;
  font-size: 3vw;
  font-family: 'Montserrat', sans-serif;
}

.slider_benvenuti>p {
  font-size: 2.5vw;
  font-weight: 300;
  margin: 2vw 0 3vw 0;
  width: 30vw;
  font-family: 'Montserrat', sans-serif;
}

.button_light {
  padding: .3vw 2.5vw;
  width: 22%;
  border: 2px white solid;
  border-radius: 10px;
  color: white;
  font-size: 1.5vw;
  text-decoration: none !important;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

.button_light:hover {
  color: white;
}

.carousel-indicators li {
  width: 7px;
  height: 7px;
}


/* SLIDER RICERCA */

.slider_ricerca {
  display: flex;
  color: black;
  text-align: center;
  width: 90vw;
  margin: 6vw auto;
  justify-content: center;
}



#section_ricerca>h3 , #section_tecnologia>h3 {
  text-align: center;
  margin-top: 2vw;
  font-size: 2vw;
  font-family: 'Montserrat', sans-serif;
}




.single_ricerca {
  width: 18vw;
  padding: 1vw;
  border-right: 1px solid black;
  color: var(--blue);
  height: 15vw;
}

.slider_ricerca>a:hover {
  text-decoration: none !important;
}


.slider_ricerca>a:last-of-type>.single_ricerca {
  border-right: none;

}

.single_ricerca>img {
  width: 7vw;
  margin-bottom: 1vw;
}


.single_ricerca>h4 {
  font-size: 1.5vw;
  text-align: center;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}


.single_ricerca>h4>a {
  color: var(--blue);
  text-decoration: none;
}

.ricerca_btn {
  display: flex;
  width: 90%;
  margin-left: auto;
  margin-RIGHT: auto;
  justify-content: flex-end;
  margin-bottom: 3vw;
  margin-top: 3vw;
}


.button_dark {
  padding: .3vw 2.5vw;
  width: 22%;
  border: 2px darkblue solid;
  border-radius: 10px;
  color: #E76102 !important;
  font-size: 1.5vw;
  text-decoration: none !important;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}


.carousel-control-next, .carousel-control-prev {
  width: unset;
}

.carousel-control-prev-icon {
  background-image: url('https://www.iit.cnr.it/wp-content/uploads/2020/10/arrow_left.png');
  position: relative;
  right: -2vw;
}


.carousel-control-next-icon {
  background-image: url('https://www.iit.cnr.it/wp-content/uploads/2020/10/arrow_right.png');
  position: relative;
  right: 2vw;
}

.carousel-control-next-icon , .carousel-control-prev-icon  {
  width: 3vw;
  height: 5vw;
}

.news_inner {
  min-height: 26vw;
}


/* PERSONE */
.persone {
  width: 100%;
  background-color: var(--orange);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3vw 0;
}
.persone_title h3 {
  color: white;
  font-size: 2vw;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}
.persone_title h4 {
  color: white;
  font-size: 2vw;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
}
.persone_title h5 {
  color: white;
  font-size: 2vw;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
}
.persone_search {
  padding: 3vw 0 2.5vw 0;
  display: flex;
  align-items: center;
}

.persone_search img {
  width: 2vw;
}

.persone_search input {
  height: 4vw;
  width: 45vw;
  border-radius: 0.5vw;
  outline: none;
  border: 1px solid lightgrey;
  background-color: rgba(255,255,255,0.3);
  padding: 0vw 2vw;
  color: white;
  font-size: 1.5vw;
  padding-right: 1vw;
  padding-left: 1vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.persone_search>a {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4vw;
  width: 4vw;
  background-color: white;
  border-radius: 0.5vw;
  margin-left: 1vw;
}
.persone_btn {
  display: flex;
  width: 90%;
  justify-content: flex-end;
}
.persone_btn>a {
  padding: .3vw 2.5vw;
  width: 22%;
  border: 2px var(--blue) solid;
  border-radius: 10px;
  color: white !important;
  font-size: 1.5vw;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}

/* OPPORTUNITà DI CARRIERA */
.carriera {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3vw 0;
}
.carriera>h5 {
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size: 2vw;
}
.carriera_item {
  width: 75%;
  border: solid 2px var(--blue);
  border-radius: 0.5vw;
  color: var(--blue);
  padding: 1vw 2vw;
  margin: 3vw auto;
  min-height: 15.1vw;
}
.table_head {
  width: 100%;
  background-color: var(--tablegray);
  font-size: 1.2vw;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  display: flex;
  justify-content: space-between;
}
.table_body {
  padding: 0 0.5vw 0 0.5vw;
}
.table_row {
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size: 1vw;
  display: flex;
  justify-content: space-between;
}
.table_row>span:first-of-type {
  font-size: 1.2vw;
}
.table_row>span:first-of-type {
  max-width: 50%;
}
.table_head>span{
  display: block;
  width: 23%;
  text-align: center;
}
.table_row>span a{
  color: var(--blue);
}
.table_head>span:first-of-type{
  padding-right: 0vw;
  padding-left: 0.5vw;
}
.table_row_date {
  display: block;
  font-weight: 700;
}
.carousel-item .table_row:first-of-type {
  border-bottom: 1px solid var(--blue);
}
.carousel-item .table_row {
  padding: 1vw 0;
}
.date_wrap {
  width: 16vw
}
.carriera_btn {
  display: flex;
  width: 90%;
  justify-content: flex-end;
}
.carriera_btn>a {
  padding: .3vw 2.5vw;
  width: 22%;
  border: 2px var(--blue) solid;
  border-radius: 10px;
  color: var(--orange);
  font-size: 1.5vw;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}

/* NEWS */
#news_carousel {
  width: 98.8vw;
}
.news {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3vw 0;
  background-color: lightgrey;
}
.news>h6 {
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size: 2vw;
}
.news_item {
  width: 68%;
  display: flex;
  justify-content: space-around;
  padding: 1vw 2vw;
  margin: 3vw auto;
}
.news_item>img {
  width: 45%;
  border-radius: 20px;
  border: 2px solid var(--purple);
  height: 100%;
}

.news_item>.news_item_text {
  width: 45%;
  text-align: left;
}
.news_item>.news_item_text>span {
  color: grey;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  font-size: 2vw;
}
.news_item>.news_item_text>a>h6 {
  color: var(--blue);
  font-size: 1.5vw;
  font-family: 'Montserrat', sans-serif;
  font-weight:700;
}
.news_item>.news_item_text>p {
  color: var(--blue);
  font-size: 1.5vw;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
}
.news_btn {
  display: flex;
  width: 90%;
  justify-content: flex-end;
}
.news_btn>a {
  padding: .3vw 2.5vw;
  width: 22%;
  border: 2px var(--blue) solid;
  border-radius: 10px;
  color: var(--orange);
  font-size: 1.5vw;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}


/* FOOTER */
footer {
  background-color: var(--blue);
  padding-bottom: 28vw;
  position: relative;
  overflow: hidden;
}

.footer_links {
  display: flex;
  padding: 0 7.5vw;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;

}

.footer_links>a {
  color: white;
  border-right: 1px solid white;
  font-size: 1.2vw;
  padding: 0vw 2vw;
  margin-top: 1vw;
  text-decoration: none;
  text-transform: lowercase;
}
.footer_links>a:nth-of-type(3),
.footer_links>a:nth-of-type(4){
  text-transform: uppercase;
}
.footer_links>a:last-of-type {
  border-right: none;
}

.footer_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  padding: 0vw 9.2vw 0vw 9.2vw;
  color: white;
}

.footer_flex>p {
  font-size: 1vw;
  font-family: 'Montserrat', sans-serif;
}


.social>a>img {
  padding-left: .5vw;
  padding-right: .5vw;
  width: 3vw;
}



.logo_footer {
  margin-top: 3vw;
  position: absolute;
  right: -2vw;
  bottom: -2vw;
}

.logo_footer>img {
  width: 30vw;
  height: 100%;
}

.cnr_registro_iit_loghi {
  margin-left: 9.5vw;
}

.registro_footer_logo {
  width: 9vw;
  margin-top: 2vw;
}

.doppio_logo {
  width: 25vw;
  display: block;
}




/* FINE LANDING PAGE******************************************************************** */



/* ARCHIVE */
.archive_header {
  border-bottom: 1px solid #999999;
  margin-bottom: 2vw;
  margin-top: 2vw;
}
.archive_header>h1 {
  width: 74%;
  margin: auto;
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size: 2.5rem;
  padding: 1vw 0;
}
.archive_header>.breadcrumb_archive {
  width: 74%;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  color: var(--searchgray);
  text-transform: lowercase;
  font-size: 1.1rem;
}
.archive_header>.breadcrumb_archive a span {
  color: var(--searchgray);
}

.pl-13-8 {
  padding-left: 13.8vw !important;
}

.archive_list {
  padding-left: 13vw;
  padding-bottom: 5vw;
  width: 66.6vw;
  font-family: 'Montserrat', sans-serif;
  min-height: 20vw;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
.archive_single {
  border-bottom: 2px solid #825082;
  margin-bottom: 2vw;
}
.archive_single>span{
  font-weight: 300;
  color: unset;
  font-size: 1vw;
  padding: 0.2vw 0;
  display: block;
}
.archive_single>a>h2{
  font-weight: 700;
  font-size: 1.9vw;
  color: #825082;
  padding: 0vw 0 1vw 0;
}
.archive_single>a:hover{
  text-decoration: none;
}

.archive_single>p>a {
  color: var(--blue) !important;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
}

.pagination>a, .pagination>span {
  border: 1px solid var(--blue);
  padding: .5vw;
  border-radius: 5px;
  width: 2vw;
  height: 2vw;
  margin-right: 1vw;
  text-align: center;
  line-height: 1vw;
  font-weight: 600 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1vw;
}

a.page-numbers {
  color: var(--orange);
}

span.current {
  color: grey;
}

.side_image_page {
  position: absolute;
  width: 25vw;
  top: 23.5vw;
  right: 5vw;
  height: auto;
  border-radius: 15px;
  border: 2px solid var(--purple);
}

#category-select {
  margin-bottom: 1.5vw;
}

select {
  width: 15vw;
}

strong {
  font-weight: 600;
}

/* SINGLE */
.single_header {
  border-bottom: 1px solid #999999;
  margin-top: 2.5vw;
}
.single_header>h1 {
  width: 75%;
  margin: auto;
  color: var(--blue);
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
  font-size: 2vw;
  padding: 1vw 0;
}
.single_header>.breadcrumb_single {
  width: 75%;
  margin: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  color: #999999;
  text-transform: lowercase;
}
.single_header>.breadcrumb_single a span {
  color: var(--searchgray);
  font-size: 1.1vw;
}
.single_content_share {
  WIDTH: 70%;
  display: flex;
  justify-content: flex-end;
  font-family: 'Montserrat', sans-serif;
  font-weight:300;
  color: #999999;
  font-size: 2vw;
}
.single_content_share {
  WIDTH: 67.5%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #999999;
  font-size: 1.6vw;
  padding: 2vw 0 1vw 0;
}
.single_content_share>a>img {
  width: 2.5vw;
}
.single_content_date {
  padding-left: 12.5vw;
  width: 66.6vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #825082;
  font-size: 1vw;
}
.single_content_title{
  padding-left: 12.5vw;
  width: 66.6vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #825082;
}
.single_content_title>h2{
  font-weight: 700;
  font-size: 1.9vw;
}
.single_content_excerpt{
  width: 66.6vw;
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  padding: 1vw 0 1vw 12.5vw;
}
.single_content_excerpt>p{
  font-size: 1.4vw;
  font-weight: 600;
}

.single_content_info {
  width: 66.6vw;
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  padding: 1vw 0 1vw 12.5vw;
}

.single_content_info>h5 {
  margin-bottom: .5vw;
}

.single_content_info>h5>span {
  font-weight: 600;
  color: var(--blue);
}


.single_content_info>h5>a {
  font-weight: 600;
  color: var(--purple);
}


.single_content_image{
  padding: 1vw 0vw 0vw 12.5vw;
  margin-right: 2.5vw;
  margin-bottom: .6vw;
  float: left;
  width: 38%;
}
.single_content_image>img{
  border-radius: 20px;
  width: 100%;
  border: 2px solid var(--purple);
}

.single_content_text{
  width: 66.6vw;
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  padding: 1vw 0 1vw 12.5vw;
}
.single_content_text>p{
  font-weight: 300;
  font-size: 1.4vw;
}
.single_btn{
  width: 67vw;
  font-family: 'Montserrat', sans-serif;
  color: #3f3f3f;
  padding: 5vw 0 5vw 10vw;
  text-align: right;
}
.single_btn>a {
  padding: .3vw 2.5vw;
  width: 22%;
  border: 2px var(--blue) solid;
  border-radius: 10px;
  color: var(--orange);
  font-size: 1.5vw;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight:600;
}
.post-news, .post-career {
  display: none;
}



/* PAGINA CON SOTTOPAGINE STILE */

/* SIDEBAR CHI SIAMO */


.chi_siamo_navigation {
  margin-top: -0.5rem;
}

.w-95 {
  width: 95%;
}


.chi_siamo_navigation li {
  list-style: none;
  padding: .3vw 1vw;
  border-bottom: 1px solid;
  border-top: 1px solid;
  width: 18vw;
  font-size: 1.5rem;
  color: var(--blue);
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}


#chi_siamo_contenuto {
  min-height: 20vw;

}

.chi_siamo_navigation li>a {
  color: var(--blue);
}

.chi_siamo_navigation li:first-of-type {
  border-top: none;
  font-weight: bold;
  padding: .3vw 0vw;

}

.chi_siamo_navigation li:last-of-type {
  border-bottom: 2px solid;
}


/* STRUTTURA (ORGANIGRAMMA) */

.organigramma {
  margin-top: 2vw;
}


.rett {
  padding: 1.5vw;
  color: white;
  width: 13vw;
  height: 6vw;
  display: flex;
  align-items: center;
  font-size: 1vw;
  text-align: center;
  border-radius: 10px;
  justify-content: center;

}

.rett:hover {
  color: white;
  text-decoration: none;
  cursor: default;
}

.rett_orange {
  background-color: var(--orange);
  margin-bottom: 1.5vw;
  margin-right: 1vw;
  margin-left: 1vw;
  font-weight: bold;
}


.rett_purple {
  background-color: var(--purple);
  font-weight: bold;
  /* margin-bottom: 1.5vw; */
}

.rett_blue {
  background-color: var(--blue);
  color: white !important;
  cursor: pointer;
  margin-bottom: 1px;
}

.orange_line {
  height: 2vw;
  background-color: orange;
  width: 2px;
  margin: auto;
}

.organigramma_linee {
  width: 45vw;
  margin-left: 6vw;
  margin-top: -2vw;
}

.wp-block-image {
  /* width: 26vw;
  float: left; */
  width: 25%;
  margin-right: 2.5vw;
}



.single_content_text img {
  float: left;
  margin-right: 2.5vw;
  width: 26vw;
  border: 2px solid var(--purple);
  border-radius: 20px;
  height: 100%;
  margin-top: 1vw;
}

.single_content_text:first-of-type img {
  margin-top: .5vw;
}

/* PERSONE */
.letter_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.letteractive {
  color: var(--orange);
}
.letter_list>span:hover {
  cursor: pointer;
}
.title_wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}


.link_single_persona {
  display: block;
  width: 19.7%;
  margin-right: 0.1vw;
  margin-bottom: 0.1vw;
}

.box_single_persona {
  background-color: var(--blue);
  padding: 0.8vw;
  text-align: center;
  height: 12vw;
}
.box_single_persona div{
  display: block;
  margin: auto;
  height: 74%;
  border-radius: 10px;
  border: 2px solid var(--purple);
  width: 89%;
}

.box_single_persona img{
  display: block;
  width: 100%;
  margin: auto;
  border-radius: 10px;
}


.box_single_persona h6{
  padding-top: 0.7vw;
  color: white;
  text-decoration: none;
  font-size: 0.9vw;
  font-weight: 600;
}
.link_single_persona:hover .box_single_persona>h6 {
  color: var(--orange);
  text-decoration: none;
}
.link_single_persona:hover {

  text-decoration: none;
}
#myInput {
  margin-bottom: 3vw;
  float: right;
  padding-left: 1rem;
}


/* SERVIZI GENERALI */
.bg_card_blue {
  background-color: var(--blue);
}

.bg_card_blue>h5>button {
  color: white;
  transition: .2s;
}

.bg_card_blue>h5>button:hover {
  color: var(--orange);
  text-decoration: none;
  font-weight: bold;
}

.bg_card_blue>h5>button:focus, .bg_card_blue>h5>button:active  {
  box-shadow: none;
  text-decoration: none;
  color: var(--orange);
  font-weight: bold;
}

/* EMBED YOUTUBE */
.wp-block-embed__wrapper {
  height: 25vw;
  margin: 2vw 0;
}

.wp-block-embed__wrapper>iframe {
  width: 100%;
  height: 100%;
}



/* SINGLE PERSONA  */
.archive_list_superiore {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 20px;
}
.archive_list_superiore>div{
  width: 100%
}
.archive_list_superiore p{
  padding: .4vw 0;
  border-bottom: 1px solid var(--blue);
  font-size: 1.1vw;
}
.archive_list_superiore p:first-of-type{
  padding: 0 0 .4vw 0;
}
.archive_list_superiore>img {
  width: 30%;
  margin-right: 3vw;
  border: 2px solid var(--purple);
  border-radius: 10px;
}
#desc_persona {
  padding-bottom: 2vw;
  border-bottom: 2px solid var(--purple);
  margin-top: 3vw;
  text-align: justify;
}
.altri_div {
  padding-top: 2vw;

}
.cnr_people {
  padding-top: 2vw;
}



/* ALTRO */
.risultati_category{
  color: black !important;
  padding: 0vw !important;
}


/* RICERCA E TECNOLOGIA */

.ricerca_desk {
  display: block;
}
.ricerca_mobile {
  display: none;
}

#ricerca_tecnologia_slider_mobile {
  padding: 7vw 0 0 0;
}

.card-body>p>strong {
  margin-bottom: 0;
}



.card-body p:has(strong) {
  margin-bottom: -30px;
}


.card-body>p {
  margin-bottom: 30px;
}

.contenuto_pagina_sottopagina img[loading="lazy"] {
  height: 100%;
  margin: 2% auto;
}



  .mobile_letter_select {
    display: none;
  }
  .paginate p,
  .paginate li {
    font-size: 1vw !important;
    line-height: 1.4 !important;
  }
  /* PAGER */
  .pager {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding-bottom: 8rem;
    padding-left: 13vw;
    width: 66.6vw;
  }
  .pager .firstPage,
  .pager .lastPage {
    display: none;
  }
  .pageNumbers>a {
    display: none;
  }
  .pageNumbers>.active {
    display: block;
    color: #FF693C;
    border: 1px solid var(--blue);
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 1vw;
    font-weight: 600 !important;
  }
  .pageNumbers>.active:hover {
    text-decoration: none;
    cursor: default;
  }
  .nextPage,
  .previousPage {
    font-size: 1.5vw;
    color: #B5B5B5;
    padding: 0 15px;
  }
  .nextPage:hover,
  .previousPage:hover {
    cursor:pointer;
  }
  .tx-indexedsearch-redmarkup {
    font-weight: bold;
    background: #f0e68c;
    padding: 2px;
    display: inline-block;
  }
  .risultati_title {
    padding: 0 !important;
  }
  .risultati_link {
    padding: 0 0 1vw 0 !important;
    font-size: 0.8vw !important;
  }
  .risultati_link>a {
    color: grey !important;
    text-decoration: underline;
  }
  .pager div.disabled {
    visibility: hidden;
  }











  /* STYLE SOTTOSITI  */


  .container_sottosito {
    width: 75%;
    display: flex;
    margin: auto;
    flex-wrap: wrap;
  }

  .logo_sottosito {
    width: 10rem;
  }


  .logo_sottosito_nav {
    width: 3rem;
  }

  .p_sottosito {
    color: var(--blue);
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border-left: 1px solid;
  }

  .p_sottosito h2 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 2vw;
  }

  .pl-10 {
    padding-left: 6rem;
  }

  .py-10 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .btn_sottosito {
    padding: .3vw 2.5vw;
    width: 22%;
    border: 2px var(--blue) solid;
    border-radius: 10px;
    color: var(--orange) !important;
    font-size: 1.5vw;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }


  .btn_white {
    color: white !important;
    border: 2px solid white !important;
  }

  .big {
    font-size: 3vw !important;
  }

  .text-blue {
    color: var(--blue);
  }

  .text-orange {
    color: var(--orange);
  }


  .bold {
    font-weight: 600;
  }

  .div_btn {
    display: flex;
    width: 90%;
    justify-content: flex-end;
    margin: auto;
  }

  .container_sottosito h3 {
    font-weight: 600;
    font-size: 2vw;
  }

  .sottosito_header {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .bg-purple {
    background: var(--purple);
  }

  .progetti_img {
    width: 40rem;
    border-radius: 25px;
    border: 4px solid var(--purple);
  }

  .archive_list h2 {
    font-weight: 600;
  }

  @keyframes pulse {
    0% {
      transform: scale(0.90);
    }

    70% {
      transform: scale(1.15);
    }

    100% {
      transform: scale(0.90);
    }
  }


@media only screen and (max-width: 767px) {
  .paginate p,
  .paginate li {
    font-size: 3vw !important;
    line-height: 1.4 !important;
  }
  .risultati_link a{
    font-size: 2vw;
  }
  .risultati_title {
    font-size: 5vw !important;
  }
  .paginate {
    padding-top: 5vw;
  }
  .pager {
    padding-left: 0;
    width: 100%;
  }
  .pageNumbers>.active {
    display: block;
    color: #FF693C;
    border: 1px solid var(--blue);
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 4vw;
    font-weight: 600 !important;
  }
  .nextPage,
  .previousPage {
    font-size: 4.5vw;
    color: #B5B5B5;
    padding: 0 15px;
  }
  .breadcrumb_archive {
    display: none;
  }
  .search_header>h1 {
    font-size: 1.5rem;
    margin: 2vw auto;
    width: 80% !important;
    text-align: left !important;
  }
  .altri_div>p {
    padding-bottom: 1vw;
  }
  .altri_div>p:first-of-type {
    padding-bottom: 2vw;
  }

  .header {
    display: none;
  }
  .header_mobile {
    display: block;
  }


  /* BENVENUTI */
  .slider_benvenuti {
    background-size: cover;
    height: 100vw;
    background-position-y: 0;
  }
  .slider_2 {
    background-position-y: 0;
    background-size: cover;

  }
  .slider_benvenuti>h2 {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .slider_benvenuti>p {
    font-size: 1rem;
    width: 70vw;
  }
  .button_light {
    padding: .3vw 2.5vw;
    width: 55%;
    font-size: 1rem;

  }

  .carousel-indicators {
    display: none;
  }


  /* RICERCA E TECNOLOGIA */
  .ricerca_desk {
    display: none;
  }

  .ricerca_mobile {
    display: block;
    margin-bottom: 10vw;
  }

  .single_ricerca {
    width: 30%;
    padding: 1vw;
    border-right: none;
    color: var(--blue);
    text-align: center;
    display: flex;
    height: 30vw;
    flex-direction: column;
    float:left;
  }
  .carousel-item a:first-of-type .single_ricerca {
    margin-left: 5.3%;
    border-left: 1px solid var(--searchgray);
  }
  .carousel-item a .single_ricerca {
    border-right: 1px solid var(--searchgray);
    margin-bottom: 10vw;
  }
  .single_ricerca>img {
    width: 60%;
    margin: auto;
    margin-bottom: 2vw;
    margin-top: 0;
  }
  .single_ricerca>h4 {
    font-size: 0.55rem;
  }
  .ricerca_btn {
    justify-content: center;
    margin-top: 8vw;
  }
  .slider_singola {
    width: 90%;
    margin: auto;
  }
  #ricerca_carousel_mobile h3,
  #tecnologia_carousel_mobile h3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--blue);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0 0 8vw 0;
  }
  #ricerca_carousel_mobile h3 span{
    font-weight: 300;
  }
  .button_dark {
    padding: .3vw 2.5vw;
    font-size: 1rem;
    width: 55%;
    font-weight: 600;
    text-align: center;
  }

  /* PAGE */
  .side_image_page_mobile {
    width: 100%;
    height: 100%;
    margin: auto;
    margin-bottom: 10vw;
    margin-top: 5vw;
    border-radius: 20px;
    border: 2px solid var(--purple);
  }



  /* ARCHIVE */
  .archive_header {
    border-top: 1px solid #999999;
  }

  .archive_header>h1 {
    font-size: 1.5rem;
    margin: 2vw auto;
    text-align: center;
    width: 80%;

  }

  .archive_single>span {
    font-size: .7rem;

  }

  .archive_single>a>h2 {
    font-size: 1rem;
  }

  .archive_header>.breadcrumb_archive {
    font-size: .7rem;
  }

  .pagination>a, .pagination>span {
    font-size: .7rem;
    padding: 2.5vw;
    width: inherit;
    height: inherit;
  }

  .archive_list>h2 {
    font-size: 1rem;
  }


  .archive_list {
    width: 80%;
    padding-left: 0 !important;
    margin: auto;
    padding-bottom: 15vw;
  }

  .registro_logo_mobile {
    width: 70%;
    margin: 0 auto 5vw auto;
  }

  #category-select {
    margin: 10vw 0 !important;
  }

  select {
    width: 100% !important;
    margin-bottom: 2vw;
  }

  .archive_single {
    margin-bottom: 5vw;
  }

  /* SINGLE */
  .single_header {
    border-top: 1px solid #999999;
  }

  .single_header>.breadcrumb_single a span {
    font-size: .7rem;
  }

  .single_header>h1 {
    font-size: 1.2rem;
    margin-top: 5vw;
    text-align: center;
    margin: 2vw auto;
    font-weight: bold;
  }

  .single_content_date {
    font-size: .7rem;
  }

  .single_content_title {
    width: 90vw;
  }

  .single_content_title>h2 {
    font-size: 1.5rem;
  }

  .single_content_text>p {
    font-size: 1rem;
  }

  .single_content_text {
    width: 90%;
  }

  .single_content_image {
    width: 50%;
    margin-bottom: 4vw;
  }

  .single_content_excerpt {
    width: 90%;
  }

  .single_content_excerpt>p {
    font-size: 1rem;
    font-weight: 600;
  }

  .single_btn>a {
    padding: 0.3vw 7.5vw;
    font-size: 1rem;
    width: 70%;

  }
  .single_btn {
    width: 90%;
    margin-bottom: 10vw;
  }


  .single_content_share {
    padding: 1vw 1vw;
    width: 100%;
  }

  .single_content_share>div>a>img {
    width: 20%
  }

  .single_content_share>div>span {
    font-size: .7rem;
  }

  .single_content {
    margin-top: 5vw;
  }


  /* PAGINA CON SOTTOPAGINE  */



  .rett {
    padding: 1.5vw;
    color: white;
    width: 25vw;
    height: 23vw;
    display: flex;
    align-items: center;
    font-size: .7rem;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
  }


  .organigramma_linee {
    display: none;
  }


  .link_single_persona {
    width: 49%;
    height: 34.3vw;
  }

  .box_single_persona {
    height: 34vw;
  }

  .box_single_persona div{
    width: 22vw;
    height: 22vw;
  }

  .box_single_persona h6 {
    font-size: unset;
  }

  .archive_list_superiore {
    flex-wrap: wrap;
    margin-bottom: 8vw;
  }
  .archive_list_superiore p{
    padding: 1.2vw 0;
    border-bottom: 1px solid var(--blue);
    font-size: 3.5vw;
  }
  .archive_list_superiore p:first-of-type{
    padding: 0 0 .4vw 0;
  }
  .archive_list_superiore>img {
    width: 100% !important;
    margin-bottom: 8vw;

  }
  #desc_persona {
    font-size: 4.5vw;
  }
  #mobile_click {
    animation: pulse 1.5s infinite;
  }


  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer_flex {
    flex-direction: column;
    margin: 0;
    margin-top: 5vw;
    padding: 0;
  }

  .footer_links {
    flex-direction: column;
    padding: 5vw 0;
  }

  .footer_links>a {
    text-align: center;
    border: none;
    font-size: 4vw;
  }



  .footer_flex>p {
    font-size: 0.7rem;
  }

  .social>a>img {
    padding-right: 1vw;
    width: 1.65rem;
  }
  .copy_mobile {
    color: white;
    text-align: right;
    font-size: 3vw;
    margin-top: 6vw;
    padding-right: 1vw;
  }
  .logo_footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 3vw;
    position: absolute;
    right: -4vw;
    bottom: -13vw;
  }

  .logo_footer>img {
    width: 58vw;
  }

  .logo_footer>img {
    width: 30vw;
    height: 100%;
  }

  .cnr_registro_iit_loghi {
    margin: auto;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 1rem 0;
  }

  .cnr_registro_iit_loghi>img:first-of-type {
    width: 4rem;
  }

  .cnr_registro_iit_loghi>img:last-of-type {
    width: 11rem;
  }

  .doppio_logo{
    width: 100% !important;
    margin: 0 0 2rem 0;
  }


  /* NAVBAR MOBILE  */
  .wpml-ls-display, .wpml-ls-native {
    font-size: 1.2rem;
  }
  .space {
    font-size: 1.2rem;
  }
  .header_mobile_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vw;
  }
  .cnr_logo {
    width: 35vw;
    margin-bottom: -3vw;
    margin-top: -4vw;
  }
  .header_mobile_top>a:first-of-type {
    display: block;
    width: 70%;
  }
  .header_mobile_top>a:first-of-type>img {
    width: 100%
  }
  .header_mobile_bottom {
    background-color: var(--blue);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8vw 5vw;
  }
  .header_mobile_bottom>i {
    color: var(--blue);
    font-size: 1.3rem;
  }
  .header_mobile_bottom>img {
    width: 5vw;
    /* filter: brightness(1.5); */
  }
  .header_mobile_menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 3vw 22.5vw 6vw 22.5vw ;
    background-color: var(--blue);
    color: white;
    font-family: 'Montserrat', sans-serif;
    display: none;
  }
  .header_mobile_search {
    background-color: unset;
    font-family: 'Montserrat', sans-serif;
  }

  .header_mobile_search>form>input {
    width: 100%;
    background-color: white;
    border: 1px solid var(--blue);
    color: var(--blue);
    border-radius: 2vw;
    font-size: 0.7rem;
    padding: 1vw 6vw;
    text-align: center;
  }
  .header_mobile_menu>a {
    display: block;
    color: white !important;
    font-weight: 600;
    padding: 1vw 0;
    text-align: center;
  }
  .header_mobile_menu>a:not(:last-of-type) {
    border-bottom: 1px solid var(--blue);
  }
  #nav-icon {
    width: 10vw;
    height: 4vw;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;

  }

  #nav-icon span  {
    display: block;
    position: absolute;
    height: .7vw;
    width: 72%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 3vw;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  .loghino_dx {
    width: 40vw;
    margin-top: -6vw;
    margin-bottom: 5vw;
  }


  /* Icon 3 */

  #nav-icon span:nth-child(1) {
    top: 0px;
  }

  #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 2vw;
  }

  #nav-icon span:nth-child(4) {
    top: 4vw;
  }

  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  .lens_mobile {
    width: 6vw;
  }


  /* PERSONE HOME */
  .persone {
    padding: 15vw 0;
  }

  .persone_title h3 {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .persone_title h4 {
    font-size: 1rem;
  }

  .persone_title h5 {
    font-size: 0.8rem;
  }
  .persone_btn>a {
    font-size: 1rem;
    width: 55%;
    margin-top: 5vw;
  }


  .persone_btn{
    justify-content: center;
    padding: 2vw 0vw;
  }


  .persone_search input {
    padding: 4vw 2vw;
    font-size: 1rem;
    border-radius: 1vw;
    width: 65vw;
  }

  .persone_search a {
    height: 9vw;
    width: 9vw;
    border-radius: 1vw;
  }
  .persone_search img {
    width: 5vw;
  }

  .persone_search a:hover {
    cursor: pointer;
  }


  /* CARRIERA HOME  */
  .carriera {
    padding: 10vw 0;
  }

  .carriera>h5 {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .table_head>span {
    width: 44%;
  }

  .table_head {
    font-size: .8rem;
    padding: 2vw;
    margin-top: 2vw;
  }

  .table_row>span:first-of-type {
    font-size: .8rem;
  }

  .table_row {
    font-size: .8rem;
    align-items: center;
  }

  .date_wrap {
    width: 44%;
  }

  .carriera_btn>a {
    padding: .3vw 2.5vw;
    font-size: 1rem;
    width: 55%;
    font-weight: 600;
    text-align: center;
  }

  .carriera_btn {
    justify-content: center;
    margin-top: 5vw;
  }

  .carriera_item {
    min-height: 17vh;
    border-radius: 20px;
    padding: 0;
  }

  .carousel-item .table_row:first-of-type {
    border-bottom: none;
  }

  .carousel-item .table_row {
    padding: 1vw 2vw;
  }


  /* NEWS HOME  */

  .news {
    padding: 10% 0%;
  }

  .news>h6 {
    font-size: 1.2rem;
    font-weight: bold;
  }

  .news_btn>a {
    font-size: 1rem;
    width: 55%;
    margin: auto;
  }

  .news_item>.news_item_text>span {
    font-size: .7rem;
  }
  .news_item>.news_item_text>a>h6 {
    font-size: 1rem;
  }
  .news_item>.news_item_text>p {
    font-size: .7rem;
  }

  .news_item>img {
    margin-right: 4vw;
    height: 100%;
    display: none;
  }

  .news_item {
    width: 90%;
    align-items: center;
  }
  .news_item>.news_item_text {
    width: 90%;
  }




}





@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .chi_siamo_navigation {
    top: 26vw;
  }
  .side_image_page {
    top: 26vw;
  }
}




@media only screen and (min-width: 350px) and (max-width: 991px) {
  .container_sottosito h3 {
    font-size: 1.3rem;
  }

  .p_sottosito h2 {
    font-size: 1.3rem;
  }


  .container_sottosito h4 {
    font-size: 1rem;
  }

  .container_sottosito .fas {
    font-size: 1.7rem;
  }

  .div_btn {
    justify-content: center;
  }

  .progetti_img {
    border: 2px solid var(--purple);
  }


  .btn_sottosito {
    font-size: 1rem;
    width: 55%;
    margin-top: 5vw;
  }

  .pl-10 {
    padding-left: 0;
  }

  .p_sottosito {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sottosito_header {
    font-size: 1rem;
  }

  .archive_header {
    border: 0 !important;
  }

  .ord_1 {
    order: 1;
  }

  .ord_2 {
    order: 2;
  }

  .big {
    font-size: 2.3rem !important;
  }

  /* SIDEBAR */
  .chi_siamo_navigation {
    position: unset;
    width: 100%;
  }

  .chi_siamo_navigation>ul>li {
    margin: auto;
  }

  .chi_siamo_navigation>ul {
    padding: 0;
  }

  .wp-block-image {
    width: 50%;
  }

  .wp-block-image img {
    width: 100%;
  }

  .single_content_text img {
    width: 100%;
  }

  .chi_siamo_navigation>ul>li:first-of-type {
    border-top: none;
    font-weight: bold;
    padding: .3vw 0vw;
    font-size: 1.5rem;
    background: var(--blue);
    border-radius: 10px;
    border: 0;
    margin-top: 10vw;
  }
  .chi_siamo_navigation li {
    width: 80%;
    font-size: 1.2rem;
    text-align: center;
    border-top: 0;
  }

  #mobile_click {
    color: var(--orange);
    font-size: 1rem;
    display: flex;
    justify-content: center;
  }

  .chi_siamo_navigation .text-uppercase {
    color: var(--orange);
  }

  .chi_siamo_navigation li:first-of-type {
    font-size: 1rem
  }

  .chi_siamo_navigation li:last-of-type {
    border-bottom: 0;
  }

    .link_single_persona {
      width: 49%;
      height: 34.3vw;
    }

    .box_single_persona {
      height: 34vw;
    }

    .box_single_persona div{
      width: 22vw;
      height: 22vw;
    }

    .box_single_persona h6 {
      font-size: .9rem;
    }

}
