html {
  scroll-behavior: smooth;
}
a {
  transition: all 500ms ease 0s;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}
.titlecenter > h3 {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/**/
body {
  font-family: proxima-nova,sans-serif;
}
a, a:hover, a:focus {
  color: #D91542;
}
h1, h2, h3, h4 {
  color: #D91542;
  font-weight: bold;
}
.violet {
  color: #D91542;
}
img {
  height: auto;
}
.navbar-brand img {
  width: 154px;
}
.mhh {
  height: 700px;
  min-height: calc(100vh + 100px);
}
.bgcover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bgmain {
  background-image: url(../images/bgmain.png);
  background-position: center bottom;
}
.bgcasi {
  background-image: url(../images/bgcasi.png);
}
.bgwebinar1 {
  background-image: url(../images/bgwebinar1.png);
}
.bgrisorse {
  background-image: url(../images/bgrisorse.png);
}
.bglogin {
  background-image: url(../images/bglogin.png);
}
.bgcontact {
  background-image: url(../images/bgcontact.png);
}
.bgpiattaforma {
  background-image: url(../images/bgpiattaforma.png);
}
.bgwebinardone {
  background-image: url(../images/bgwebinardone.png);
}
body.itemid-878 .content,
body.itemid-898 .content {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/bgwebinar.png);
}
.bgtopreg,
.bgtop {
  background-size: cover;
  background-position: center bottom;
  min-height: 400px;
}
.bgtopreg .custom,
.bgtop .custom {
  width: 100%;
}
.bgtop + .body,
.bggrey {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,209,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1d1d1',GradientType=0 );
}
.hgradient {
  background: #fff url(../images/gradh.jpg) repeat-y center center;
  background-size: cover;
}
.bgc {
  background: transparent -o-linear-gradient(202deg, #FFFFFF 0%, #E3E3E3 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(248deg, #FFFFFF 0%, #E3E3E3 100%) 0% 0% no-repeat padding-box;
}
.cardimg {
  background: #64c1c7 url(../images/bgcard.png) no-repeat right center;
  background-size: calc(100% - 160px) 100%;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 30px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .29);
}
.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .29) !important;
}
.bgacademy {
  background-image: url(../images/bgacademy.jpg);
}
.bgoffice {
  background-image: url(../images/academy.jpg);
}
.bgoffice h3, .bgoffice p {
  color: #fff;
}
.cardimg h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.cardimg img {
  width: 160px;
}
.cardimg .bgg {
  padding: 5px 20px;
  width: calc(100% - 160px);
  height: 100%;
}
footer {
  background: url(../images/rectangle.png) no-repeat center center;
  background-size: cover;
  padding-top: 20px;
}
footer a {
  color: #fff;
}
.text-footer {
  font-size: 13px;
  color: #fff;
}
.logo-netresults img {
  width: 200px;
}
/**/
.form-group {
  margin-bottom: 12px;
}
.form-control{
  background-color:#E5E5E5;
  border-color: transparent;
  color:#90979E;
}
.form-control:focus {
  background-color:#E5E5E5;
  border-color: #90979E;
  box-shadow: 0 0 0 3px rgba(200, 200, 200,.25);
}
.form-control::-webkit-input-placeholder {
  color:#90979E;
  opacity:1
}
.form-control::-moz-placeholder {
  color:#90979E;
  opacity:1
}
.form-control:-ms-input-placeholder {
  color:#90979E;
  opacity:1
}
.form-control::-ms-input-placeholder {
  color:#90979E;
  opacity:1
}
.form-control::placeholder {
  color:#90979E;
  opacity:1
}
.nonform-control,
.bfQuickMode .form-group .control-label {
  width: auto !important;
}
.bfQuickMode .form-inline .form-control {
  width: 100% !important;
}
.nonform-control {
  order: -1;
}
#bfSubmitButton.pull-right {
  float: none;
}
#ff_formdiv4 {
    max-width: 500px;
    margin: 0 auto;
}
.bfClearfix h2 {
  color: rgb(33, 37, 41);
}
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle,
.btn-primary, .btn-primary:hover {
  background-color: #D91542;
  border-color: #D91542;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #D91542;
}
#totop{
  width: 30px;
  height: 30px;
  text-align: center;
  background: #D91542;
  color: #ffffff;
  display: none;
  position: fixed;
  bottom: 90px;
  right: 20px;
  line-height: 30px;
  z-index: 900;
  box-sizing: content-box;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #D91542;
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.nav-link {
  position: relative;
}
.nav-item > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  bottom: 0;
  height: 3px;
  right: calc(100% - 8px);
  background-color: #fff;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.nav-item:hover > .nav-link:before {
  right: 8px;
}
.atenacontainer,
.page-contained .maincontent,
.view-article .maincontent,
.layout-bootstrap4casi.view-article .caso,
.layout-bootstrap4casi .category-list-casi,
.layout-bootstrap4casi .maincontent {
  max-width: 1100px;
  margin: 0 auto;
}
.caso h3, .caso h4 {
  color: #000;
  margin: 0;
}
.caso h4 {
  font-size: 19px;
  margin-top: 4px;
}
.bgcaso {
  height: 100%;
}
.blk {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.caso .txt {
  padding: 15px 15px 5px 15px;
}
.ttl {
  padding: 10px 15px;
  color: #fff;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 8px;
  background-size: 30px auto;
}
.ttl.ttl1 {
  background-color: #168C8C;
  background-image: url(../images/ttl1.svg);
}
.ttl.ttl2 {
  background-color: #1BACAC;
  background-image: url(../images/ttl2.svg);
  background-size: 26px auto;
}
.ttl.ttl3 {
  background-color: #64C1C7;
  background-image: url(../images/ttl3.svg);
  background-size: 28px auto;
}
nav.navbar {
  -webkit-transition: all .6s linear;
  -o-transition: all .6s linear;
  transition: all .6s linear;
}
.navbar.scrolled {
  background-color: #64C1C7;
}
.parent.dropdown {
  display: inline-block !important;
}
.chome {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.chome .pad {
  padding: 0 15px 5px 15px;
}
.blkris .pad {
  padding: 0 15px 0 15px;
}
.chome .introimg {
  height: 240px;
}
.chome a {
  color: #000;
}
.chome h4 {
  margin: 0 0 15px 0;
  font-size: 19px;
}
.chome .subt {
  font-weight: bold;
}
.lens {
  position: relative;
  display: inline-block;
  background-color: #D3D3D3;
  width: 60px;
  height: 60px;
  background-image: url(../images/lens.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center center;
  border-radius: 50%;
  margin-top: -30px;
  transition: all 500ms ease 0s;
}
.lens:hover, .lens:focus {
  background-color: #D91542;
}
.white {
  color: #fff;
}
.bgwhite {
  background-color: #fff;
}
.mneg {
  position: relative;
  border-radius: 5px;
}
.vicon {
  margin-top: 20px;
  margin-bottom: 20px;
}
.vicon img {
  margin-right: 15px;
}
.vicon a {
  color: #000;
}
.black {
  color: #000;
}
.radius {
  border-radius: 5px;
  overflow: hidden;
}
.list1 {
  list-style-type: none;
  padding-left: 0;
}
.list1 li {
  padding-left: 80px;
  background-image: url(../images/icons/icone_atena_manager-1.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  top: 0;
  left: 0;
  min-height: 60px;
  margin-bottom: 15px;
}
.icnfl img {
  width: 60px;
  display: block;
}
.icnfl div {
  width: calc(100% - 76px);
}
.slidemask {
  position: relative;
}
.cabs {
  position: absolute;
  top: 6.3%;
  left: 5.32%;
  width: 90.7%;
  height: 57.4%;
}
.cabs .carousel-indicators {
  bottom: -86%;
}
.carousel-indicators li {
  background-color: #D91542;
  opacity: 0.3;
}
.web {
  display: none;
}
.text-form{
  background-color: #168C8C;
  color: #ffffff;
  padding: 5px;
}
.form-title{
  font-size: 30px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 15px;
}
.form-subtitle{
  font-size: 16px;
  margin-bottom: 10px;
}
.webform #bfSubmitButton {
  display: block;
  width: 100%;
}
.webform #bfElemWrap995 {
  font-size: 85%;
}
#system-message {
  margin-top: 100px;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
  background-color: #D91542;
  border-radius: 0;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav.sm-collapsible .sub-arrow {
  border-color: #D91542;
  border-radius: 0;
  color: #D91542;
}
.navbar-nav.sm-collapsible .sub-arrow:before {
    padding-top: 2px;
    display: inline-block;
}
blockquote {
  padding: 10px 15px;
  background-color: #fafafa;
  border-left: 10px solid #ddd;
}
#member-registration {
  max-width: 800px;
  margin: 0 auto;
}
.blkris {
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.blkris .introimg {
    height: 200px;
    margin-bottom: 15px;
}
.mtneg {
    margin-top: -100px;
}
.users-profile-custom-fields-0 {
  margin-bottom: 2rem;
}
#member-profile {
  margin-bottom: 3rem;
}
#member-profile button.validate {
  margin-bottom: 1rem;
}
.bgnewslist {
  height: 160px;
}
.relative {
  position: relative;
}
.abottom {
  position: absolute;
  bottom: 0;
  left: 15px;
}
.singlenews {
  border-bottom: 1px solid #939393;
}
.singlenews .relative {
    padding-bottom: 30px;
}
/* Mobile breakpoints */
@media (max-width: 575.98px) {
  .web {
    margin-bottom: 3rem;
  }
  .bgtop.py-5 {
    padding-top: 6rem !important;
    padding-bottom: 5rem !important;
  }
  .bgcaso {
    height: 150px;
    margin-bottom: 1.5rem;
  }
  .caso {
    padding-bottom: 3rem;
  }
  .caso .btn {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) {

}
@media (max-width: 767.98px) {

}
@media (min-width: 768px) {
  .mneg {
    margin-top: -80px;
  }
}
@media (max-width: 991.98px) {
  .mhh {
    height: auto;
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .chome {
    margin-bottom: 2rem;
  }
  .navbar-collapse {
    background-color: rgba(255,255,255,.95);
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media (min-width: 992px) {
  .mww {
    width: 800px;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {

}
@media (min-width: 1200px) {
  #bfSubmitButton {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navlang {
    margin-left: 134px;
  }
  .navuser {
    margin-left: 50px;
  }
  .navuser + .navlang {
    margin-left: 20px;
  }
  .navuser > li > a.nav-link {
    position: relative;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .navuser .nav-item > .nav-link:before {
    content: none;
  }
  .navuser > li > a:after {
      content: "";
      position: absolute;
      display: block;
      background-color: #D91542;
      color: #fff;
      border-radius: 6px;
      left: 0;
      right: 0;
      top: 5px;
      bottom: 5px;
      z-index: -1;
  }
}
/**/
.animate-in {
    -webkit-animation: fadeIn .5s ease-in;
    animation: fadeIn .5s ease-in;
}
.animate-out {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.29);
  margin-left: 30px;
}
#gdpr-cookie-message h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  font-size: 15px;
  display: none;
}
#gdpr-cookie-message a:hover {
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background-color: #D91542;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: #930e2d;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  color: #D91542;
  background-color: #fafafa;
}
button#gdpr-cookie-advanced:hover {
  background-color: #ddd;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
#vidmodal .modal-body {
  position:relative;
  padding:30px 0 0 0;
  outline: none;
  box-shadow: none;
}
#vidmodal .modal-content {
  background-color: transparent;
  border-color: transparent;
}
#vidmodal .close {
  position:absolute;
  right:0;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
#video {
  background-color: #000;
}
.registration-complete.contained {
    visibility: hidden;
}
.pd-row2-bp {
  border-color: #fff !important;
}