@charset "utf-8";
@charset "utf-8";
/* CSS Document */

:root {
  --bs-primary: #214782; 
  --bs-primary-rgb: 33,71,130;
  --bs-secondary: #0096d6; 
  --bs-secondary-rgb: 0,150,214;
 }


body {
  font-family: "open_sanslight", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #333333;
}

/* color LINKS */

a {
    color: #0096d6;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    color: #214782;
}

a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    outline: none;
    border: 0;
    
}

a:hover.underline,
a:active.underline,
a:focus.underline,
button:focus.underline {
    outline: 0;
    outline: none;
    border: 0;
}

.azzurro {
    color: #0096d6;
}

.bg-azzurro {
    background-color: #0096d6;
}


.underline:hover  {
   text-decoration: underline;
}

/* closed color LINKS */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "open_sansbold", Arial, sans-serif;
  line-height: 2rem; 
}




.text-justify {
  text-align: justify;
}


.blockquote-cstudies {  
  background: #f9f9f9;
  border-top: 1px solid #ccc;
  padding: 0.5em 2rem;
  font-size: 1.2em;  
  border-bottom: 1px solid #ccc;
  text-align: center;
    
}



/*  BOTTONS */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: 'open_sanslight', Arial, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    border-radius: 1.2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #0096d6;	
    line-height: 1.7em;
    color: #ffffff;
	background-color: #0096d6;	
}

.btn:hover,
.btn:focus,
.btn:active {
	border: 2px solid #0096d6;
	background-color: #0096d6;
    text-decoration: none !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    color: #fff;
    border: 2px solid #ffff;
    background-color: #0096d6;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	border: 2px solid #ffff;
	background-color: #214782;
}

.btn-white {
    color: #6089ba;
    border: 2px solid #fff;
    background-color: #fff;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	border: 2px solid #446892;
	background-color: #446892;
}

.btn-lg  {
 font-size: 1.15rem;

}


#evidence-area {
  position:relative;

    
}

.mt-evidence {
    margin-top:-30px;
    
}

#evidence-area .btn {
    font-family: 'OpenSansCondensedLigh', Arial, sans-serif;
   
}
#evidence-area .btn-circle.btn-xl {
    width: 120px;
    height: 120px;
    padding: 10px 16px;
    border-radius: 60px;
    font-size: 24px;
    line-height: 1.33;   
}

#evidence-area .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

#evidence-area .btn-home, a .btn-home {
	background-color: #214782;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 6px solid #FFF;    
}

#evidence-area .btn-home:hover, a:hover .btn-home {
    background-color: #0096d6;
    color: #fff;
    border: 6px solid #FFF;    
}

#evidence-area a p.button_home    {
	color: #214782;
	font-weight: 600;
    font-size: 1.3rem;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: compact;
   font-family: 'OpenSansCondensedLight', Arial, sans-serif !important;
}
#evidence-area a:hover p.button_home {
	color: #0096d6;	
     font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}
.effect-underline:after {
	content: '';	
	display: inline-block;
	height: 1em;
	width: 80%;
	border-bottom: 4px solid #0096d6;
	margin-top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #0096d6;	
}

.effect-underline:hover:after {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* xs */
@media (max-width: 767px) {
#evidence-area .btn-circle.btn-xl {
    width: 80px;
    height: 80px;
    padding: 10px 16px;
    border-radius: 40px;
}
#evidence-area a p.button_home    {
	font-size: 1rem;	
}
.effect-underline:after {
 width: 98%;
}
    }

/* closed color BOTTONS */


/* CAROUSEL */

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem; 
    line-height: 1.4;
  }

}

/* Carousel base class */


.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* Carousel consulting */
#carousel-consulting .carousel {
  margin-bottom: 0;
  margin-top: 0;
    padding: 0;

}


/* Declare heights because of positioning of img element */
#carousel-consulting .carousel-item {
  height: 20rem;
}
#carousel-consulting .carousel-item > img {
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  height:20rem;
}
@media (max-width: 767px) {
#carousel-consulting .carousel-item {
  
}
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */




/* Featurettes
------------------------- */

.featurette-divider {
  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
}

.small-divider {
  margin: 1rem 0; 
}
.special-divider {
  margin: 1rem 0;
  color: #0096d6;
  border: 0;
  border-top: 5px solid;
  border-style: dotted;
  opacity: 1;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
    font-family: "open_sansregular", Arial, sans-serif;
}
.gradient-line{ 
    margin: 0 0 50px 0;
    display: block;
    border: none;
    height: 10px;
    background: #0071B9;
    background: linear-gradient(to right, white, #0071B9, #26ABFF, #0071B9, white);
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;
  }
}

/* closed CAROUSEL */


/* CHEATSHEET */
body {
  scroll-behavior: smooth;
}

/**
 * Bootstrap "Journal code" icon
 * @link https://icons.getbootstrap.com/icons/journal-code/
 */
.bd-heading a::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: .25rem;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%25230d6efd' viewBox='0 0 16 16'%3E%3Cpath d='M4 1h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1H2a2 2 0 0 1 2-2z'/%3E%3Cpath d='M2 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1H2z'/%3E%3Cpath fill-rule='evenodd' d='M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708zm-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708z'/%3E%3C/svg%3E");
  background-size: 1em;
}

/* stylelint-disable-next-line selector-max-universal */
.bd-heading + div > * + * {
  margin-top: 3rem;
}

/* Table of contents */
.bd-aside a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: .3125rem;
  color: rgba(0, 0, 0, .65);
  text-decoration: none;
}

.bd-aside a:hover,
.bd-aside a:focus {
  color: rgba(0, 0, 0, .85);
  background-color: rgba(121, 82, 179, .1);
}

.bd-aside .active {
  font-weight: 600;
  color: rgba(0, 0, 0, .85);
}

.bd-aside .btn {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  border: 0;
}

.bd-aside .btn:hover,
.bd-aside .btn:focus {
  color: rgba(0, 0, 0, .85);
  background-color: rgba(121, 82, 179, .1);
}

.bd-aside .btn:focus {
  box-shadow: 0 0 0 1px rgba(121, 82, 179, .7);
}

.bd-aside .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;

  /* rtl:raw:
  transform: rotate(180deg) translateX(-2px);
  */
  transform-origin: .5em 50%;
}

.bd-aside .btn[aria-expanded="true"]::before {
  transform: rotate(90deg)/* rtl:ignore */;
}


/* Examples */
.scrollspy-example {
  position: relative;
  height: 200px;
  margin-top: .5rem;
  overflow: auto;
}

[id="modal"] .bd-example .btn,
[id="buttons"] .bd-example .btn,
[id="tooltips"] .bd-example .btn,
[id="popovers"] .bd-example .btn,
[id="dropdowns"] .bd-example .btn-group,
[id="dropdowns"] .bd-example .dropdown,
[id="dropdowns"] .bd-example .dropup,
[id="dropdowns"] .bd-example .dropend,
[id="dropdowns"] .bd-example .dropstart {
  margin: 0 1rem 1rem 0;
}

/* Layout */


  .bd-header {
    position: fixed;
    top: 0;
    /* rtl:begin:ignore */
    right: 0;
    left: 0;
    /* rtl:end:ignore */
    z-index: 1030;
    grid-column: 1 / span 3;
  }

  .bd-aside,
  .bd-cheatsheet {
    padding-top: 4rem;
  }

  /**
   * 1. Too bad only Firefox supports subgrids ATM
   */
  .bd-cheatsheet,
  .bd-cheatsheet section,
  .bd-cheatsheet article {
    display: inherit; /* 1 */
    gap: inherit; /* 1 */
    grid-template-columns: 1fr 4fr;
    grid-column: 1 / span 2;
    grid-template-rows: auto;
  }

  .bd-aside {
    grid-area: 1 / 3;
    scroll-margin-top: 4rem;
  }

  .bd-cheatsheet section,
  .bd-cheatsheet section > h2 {
    top: 2rem;
    scroll-margin-top: 2rem;
  }

  .bd-cheatsheet section > h2::before {
    position: absolute;
    /* rtl:begin:ignore */
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    /* rtl:end:ignore */
    z-index: -1;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) calc(100% - 3rem), rgba(255, 255, 255, .01));
  }

  .bd-cheatsheet article,
  .bd-cheatsheet .bd-heading {
    top: 8rem;
    scroll-margin-top: 8rem;
  }

  .bd-cheatsheet .bd-heading {
    z-index: 1;
  }

/* closed CHEATSHEET */





/* DROPDOWNS  */




/* closed DROPDOWNS  */

/* FEATURES  */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.box-icon-blue {
 border: solid 6px  #6089ba;
    padding:4px; 
}

.box-icon-green {
 border: solid 6px  #25a361;
    padding:4px; 
}
.box-icon-green-numbered {
 border: solid 2px  #25a361;
    background-color: #25a361;
    color: #FFFFFF;
    padding: 8px; 
    width: 50px;
    height: 50px;   
   display: inline-block;
    text-align: center;
    margin-right: 8px;    
}

.border-gray {
 border: solid 6px #D0D0D0;
    padding:4px; 
}

.border-green {
 border: solid 6px  #25a361;
    padding:4px; 
}
.border-blue {
 border: solid 6px  #6089ba;
    padding:4px; 
}

#casestudies_home .card-title {
 font-size: 1.2rem;
  color: #0088cc;
    font-weight: 400;
    }
    
#casestudies_home .card-text{
 font-size: 0.9rem;
  
    }


/* closed FEATURES  */


/*  FOOTER  */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

footer a {
 color: #ffffff;
}
footer a:hover,
footer a:active,
footer a:focus,
footer button:focus {
 color: #ffffff;
    text-decoration: underline;
}

/* closed FOOTER  */

/* HEADER  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  border-color: #fff
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
    line-height: normal;
}

/* closed HEADER  */

/* HEROES  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}
/* closed HEROES  */


/* LIST GROUP  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.opacity-50 { opacity: .5; }
.opacity-75 { opacity: .75; }

.list-group {
  width: auto;
  max-width: 460px;
  margin: 4rem auto;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  pointer-events: none;
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable {
  display: grid;
  gap: .5rem;
  border: 0;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-light);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-blue);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
/* closed LIST GROUP  */

/* MODALS  */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: .75rem; }
.rounded-6 { border-radius: 1rem; }

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.border-right { border-right: 1px solid #eee; }

.modal-tour .modal-dialog {
  width: 380px;
}
/* closed MODALS  */

/* SIDEBARS  */


.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}


.nav-flush .nav-link {
  border-radius: 0;
}

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, .65);
  background-color: transparent;
  border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(255, 255, 255, .85);
  background-color: #25a361;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #25a361;
}

.scrollarea {
  overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

/* closed SIDEBARS  */

/*  ICON LISTS - starter template */
.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}

/*  closed ICON LISTS  */

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 10px;
  background: #6089ba;
  bottom: 0;
  left: -0;
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 200px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(255, 255, 255, 0.99);
  height: 150px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}




    
    
/* FORM and SEARCH  */

.form-control {
  font-size: 0.8rem;
  border-radius: 0.55rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333333;
}

.form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #0096d6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 150, 214, 0.25);
}

.form-control::placeholder {
  color:#ACACAC;  
}
#search .form-control, #search .form-control:focus {
  color: #333333;
  background-color: #fff;
  border-color: #214782;
  outline: 0;
  box-shadow: 0;
  transition: 0;
}
/*  closed SEARCH   */

/*  SECTION   */

section.main_section  {
  margin-top: 6rem;
}
/*  closed SECTION   */

/*  BACKGROUND   */
.background_gray {
	background-color: #f5f5f5 !important;
}
/*  closed BACKGROUND   */

/* contenitore youtuberesponsive */
.youtube {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 0px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.20);  

}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    border: none;
    border-color: #FFFFFF;

}

.youtube img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    border-color: #FFFFFF;
}
        
.youtube .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	cursor: pointer;
	background-image: url(../../../images/YouTube_play_buttom_dark.png);
	background-repeat: no-repeat;
        }
		
 .youtube .play:hover {
	background-image: url(../../../images/YouTube_play_buttom_blue.png);
	background-repeat: no-repeat;
        }
/*  closed YouTube   */


/*  img effect   */

.media-custom {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0; }
 
  .media-custom > a {
    position: relative;
    overflow: hidden;
    display: block; }

  .media-custom img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }

  .media-custom:focus img, .media-custom:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
 

/*  closed img effect   */

/*  banner title   */

.title-custom-green {
  background-color: #25a361;
color: #FFFFFF; }

.title-custom-blue {
  background-color: #0088cc;
color: #FFFFFF; }
 
 
/*  closed banner title   */

/*  overlay   */

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #0000;
}


 .overlay:hover {
  opacity: 1;
}


/*  closed overlay   */

/*  resellers   */

#resellers h5  {
font-family: "open_sansregular", Arial, sans-serif;
}

.map_bg {
background-image: url("../../../images/EU-map.png");
background-position: center top; 
  background-repeat: no-repeat; 
  background-attachment: fixed;  
    
}

.map-w_bg {
background-image: url("../../../images/EU-map_white.png");
background-position: center center; 
  background-repeat: no-repeat; 
  background-attachment: scroll;
    
}

/*  end resellers   */


/*  site  menu */


a.nav-link  {
 color: rgba(255,255,255,0.85)
}

a:hover.nav-link, a:active.nav-link  {
 color: rgba(255,255,255,1.00)
}

/*    bg */
.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
    height: 20rem;
    margin-top: 126px;
}


section.bg-image {
    position:relative; 
    padding:130px 0 50px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 76px;
}

section.bg-image .bg-image-content
{position:relative;z-index:1}

section.bg-image .bg-image-content h2
{font-size:2.8rem;    
    margin-top:0;
    margin-bottom:0;    
    color:#fff;
}

@media (min-width:768px)   
 { section.bg-image .bg-image-content h2
     {font-size:4.5rem; 
     }
}


section.bg-image .overlay-white
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(255,255,255,.2)}


section.bg-image .overlay-black
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.3)}


section.bg-image .overlay-black-hard
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.6)}





.display-space {
  font-size: calc(1.175rem + 0.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-space {
    font-size: 2.1rem;
  }
}

.display-space-small {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .display-space-small {
    font-size: 1.4rem;
  }
}


section.bg-image-small {
    position:relative; 
    padding:20px 0 20px 0px;
    background-position:center;
    background-size:cover;
    margin-top: 76px;
}

section.bg-image-small .bg-image-content
{position:relative;z-index:1}

section.bg-image-small .bg-image-content h2
{font-size:2.4rem;    
    margin-top:0;
    margin-bottom:20px;
    padding-top: 20px;
    color:#fff;
}

@media (min-width:768px)   
 {
section.bg-image-small .bg-image-content h2
     {font-size:4rem;
     }
   section.bg-image-small 
     {
     margin-top: 76px;
     }  
     
}
section.bg-image-small .overlay, section.bg-image-small .overlay
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.4)}

section.bg-image-small .overlay-low
{position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2)}


@media (min-width:768px)   
 {
section.bg-image-small .bg-image-content h2
     {font-size:3.5rem}
}

.type  {font-size:0.8rem;
color: #6c757d !important;}




#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}

html {
  scroll-padding-top: 3.5rem;
}

section {
 
}

header.masthead {
    background-position: left bottom;
    background-color: #FFFFFF;
    padding-top: 5rem;
    padding-bottom: 0;
    border-bottom: 1px solid #000000;
}
header.masthead img {
    max-height: 40rem;   
}
.line-1 {
  height: 1rem;;
  background: #ff9800;
    margin:1rem 0;
}
.sottolineatura::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5rem;
  height: 0.3rem;
  content: "";
  background-color: #0096d6;
  margin: 0 0 0 -10px; 
}

.sottolineatura {
  position: relative;   
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;  
    padding: 0 0 3px 0;
  margin: 0 0 0 0; 
}
.lead strong { 
  font-weight: 600;
}
.allinea  {
  text-indent: -0.8rem;
  padding-left: 0.6rem;
}

.border-big {
  --bs-border-width: 8px;
}

@media (max-width:768px)   
 {
.dimensione  {
  max-height: 350px;
    width: auto;
}
}


