/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


body {
  font-family: proxima-nova, sans-serif !important;
  color: #1A1818;
}

.font-weight-semibold {
  font-weight: 600;
}

header {
  background: linear-gradient(
    90deg
    ,#6491FA 0%,#2D50A5 100%);}

a {

}
a:hover {
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-size: 100px;
  line-height: 90px;
  font-weight: 900;
}

h2 {
  font-size: 66px;
}

h3 {
  font-size: 43px;
}

h4 {
  font-size: 31px;
  font-weight: normal;
  line-height: 45px;
}

h5 {
  font-size: 27px;
  font-weight: normal;
  line-height: 42px;
}

p {
  font-size: 16px;
  line-height: 1.5em;
}

.text900 {
  font-weight: 900;
}

.text800 {
  font-weight: 800;
}

.text700 {
  font-weight: 700;
}

.related-wrapper .hs_cos_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 16px;
}

.sect {
  padding: 100px 20px 0;
}

.box {
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  background-color: white;
  margin-right: 31px;
}
.box h5 {
  font-size: 21px;
}

.has-shadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.102);
}

.cta-home .hs_cos_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 16px;
}
.cta-home .hs_cos_wrapper img {
  width: 100px;
  height: 221px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta-home .hs_cos_wrapper .small-article-box__excerpt {
  margin-top: 10px;
}

.header__top .menu__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header__top .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-left: 110px;
}
.header__top .menu ul li {
  display: inline;
  margin-left: 17px;
  color: #303E6A;
  font-weight: 600;
  font-size: 14px;
}
.header__top .menu ul li:first-child {
  margin-left: 0;
}
.header__top .menu ul li a:hover {
  border-bottom: 6px solid #231F20;
  color: #231F20;
}
.header__top .menu ul li .graph-btn {
  background-color: #303E6A;
  color: white;
  padding: 15px 25px;
  display: inline-block;
}
.header__top .menu ul li .graph-btn:hover {
  border-bottom: 0;
  color: #F26322;
}
.header__top .menu ul li .arch-btn {
  background-color: #F26322;
  color: white;
  padding: 15px 25px;
  display: inline-block;
}
.header__top .menu ul li .arch-btn:hover {
  border-bottom: 0;
  color: #303E6A;
}

.header__bottom {
  position: relative;
  width: 100%;
  padding: 33px 0;
  background: linear-gradient(90deg, #303e6a 0%, #f26322 100%);
}
.header__bottom .blog-title {
  font-weight: 800;
}

.header__top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/_TPLBLOG/texture-header.png);
  background-size: auto;
  top: -30px;
  left: 0;
  pointer-events: none;
}

.sidebar-articles__article {
  color: #000;
  padding: 13px 35px;
  background-color: #E3E4E5;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.sidebar-articles__article:hover {
  transform: scale(1.014);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.sidebar-articles__article p {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
.sidebar-articles__article .article__title {
  font-size: 14px;
  min-height: 42px;
}
.sidebar-articles__title {
  padding: 8px 35px;
  background: linear-gradient(90deg, #303e6a 0%, #f26322 100%);
  display: flex;
}
.sidebar-articles__title h5 {
  font-weight: 700;
  margin-bottom: 0;
}

.collapse-btn {
  background-color: transparent;
  font-size: 17px;
  margin-right: 10px;
  color: #fff;
  font-weight: 700;
}

.big-article-box {
  background-color: #E3E4E5;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  min-height: 684px;
}
.big-article-box__image {
  width: 100%;
}
.big-article-box__image img {
  width: 100%;
}
.big-article-box__text {
  color: #000;
  padding: 19px 35px 2px;
}
.big-article-box:hover {
  transform: scale(1.014);
}
.big-article-box__title h4 {
  font-weight: 600;
}
.big-article-box__details {
  font-weight: 600;
  font-size: 15px;
}

.small-article-box {
  height: 684px;
  background-color: #E3E4E5;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
}
.small-article-box__image {
  width: 100%;
}
.small-article-box__image img {
  width: 100%;
}
.small-article-box:hover {
  transform: scale(1.014);
}
.small-article-box__text {
  color: #000;
  padding: 38px 35px 2px;
  display: flex;
  flex-direction: column;
  height: 62%;
  justify-content: space-between;
}
.small-article-box__title h4 {
  font-weight: 600;
}

/* @media and (max-width: 991px) {
.small-article-box__text {
height: 31%;
}
} */
@media screen and (max-width: 991px) {
  .small-article-box__text {
    height: 31%;
  }

  .big-article-box {
    min-height: auto !important;
  }

  .small-article-box {
    height: 701px;
  }

  .footer .footer-contacts {
    padding-left: 15px !important;
  }

  .our-blogs {
    margin-bottom: 33px;
  }

  .blog-sect-box {
    min-height: 390px !important;
  }
}
.cta-1 {
  position: relative;
  padding: 31px;
  height: 684px;
}
.cta-1 p {
  font-weight: 600;
}
.cta-1__pic {
  height: 100%;
}
.v-1__pic img {
  height: 100%;
}
.cta-1__top {
  z-index: 1;
  position: relative;
}
.cta-1__title {
  padding: 17px 0;
  font-weight: 900;
  font-size: 29px;
}
.cta-1__sub {
  font-weight: 600;
  font-size: 28px;
}
.cta-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  z-index: 0;
}
.cta-1__bottom {
  bottom: 20px;
  position: absolute;
  z-index: 2;
  font-weight: 500;
  font-size: 15px;
}

.cta_button {
  width: 100% !important;
  height: 100% !important;
}

.cta-2 {
  position: relative;
  padding: 40px;
  height: 686px;
  background-color: #05E0E2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-2__text {
  text-align: center;
}
.cta-2__text h4 {
  font-weight: 900;
  font-size: 31px;
}
.cta-2__text p {
  font-size: 31px;
}

.cta-blog-post {
  padding: 50px 4px;
}
.cta-blog-post img {
  width: 100%;
}
.cta-blog-post .cta-2__text {
  text-align: left;
}
.cta-blog-post .post-button {
  white-space: pre-wrap;
  padding: 13px 52px;
  font-weight: 500;
  background-color: white;
  border: 0;
}
.cta-blog-post .cta-2__text p {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 55px;
}

.blog-sect h3 {
  color: #303E6A;
  font-weight: 700;
}

.blog-sect-box {
  background: linear-gradient(90deg, #303e6a 0%, #f26322 100%);
  min-height: 379px;
}
.blog-sect-box:hover {
  background: linear-gradient(90deg, #303e6a -19%, #f26322 32%);
}
.blog-sect-box__image {
  width: 100%;
}
.blog-sect-box__image img {
  width: 100%;
  max-width: 100%;
}
.blog-sect-box__text {
  padding: 19px 35px 2px;
}
.blog-sect-box__desc p {
  font-weight: 600;
  padding-top: 20px;
}
.blog-sect-box__title h4 {
  font-weight: 900;
}
.blog-sect-box__title a {
  color: #fff !important;
}

.newsletter {
  background-color: #303E6A;
  padding-bottom: 66px;
}
.newsletter__text {
  padding: 50px;
}
.newsletter__text h3 {
  font-weight: 800;
}
.newsletter__text p {
  font-weight: 600;
  font-size: 24px;
}
.newsletter__form {
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .carattext {
    margin-left:0 !important;
  }

  .newsletter__text {
    padding: 50px 50px 0px;
  }

  .newsletter__form {
    padding: 6px 50px 0px;
  }

  .small-article-box {
    height: 530px;
  }

  .docenti {
    text-align: center;
  }

  .sect {
  }
}

.footer h4 {
  font-size: 24px;
}
.footer .footer-contacts {
  height: 400px;
  background-color: #fff;
}
.footer .footer-contacts > * {
  margin: 0px;
  padding: 10px 0;
}
.footer .footer-blog__title {
  color: #303E6A;
}
.footer .footer-blog__title h5 {
  font-weight: 700;
}
.footer .footer-blog__title ul {
  list-style-type: none;
  overflow: hidden;
  padding-left: 0;
}
.footer .footer-blog__title li {
  border-top: 1px solid #CBCBCB;
  margin-top: 0px;
  font-size: 15px;
  line-height: 2.1;
}
.footer .footer-blog__title li:last-child {
  border-bottom: 1px solid #CBCBCB;
}
.footer .footer-blog__title .news {
  margin-top: 62px;
}
.footer .footer-blog .our-blogs {
  font-size: 22px;
  font-weight: 800;
}
.footer .footer-contacts {
  text-align: left;
  display: inline-block;
  color: #303E6A;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  font-weight: 600;
  padding-left: 90px;
}
.footer .footer-contacts h4 {
  font-weight: 800;
}
.footer .footer-contacts a:not(:nth-child(3)) {
  color: #f26322;
}
.footer .footer-contacts a:nth-child(3) {
  padding-bottom: 0px;
}
.footer .footer-contacts a:last-child {
  margin-top: 20px;
}
.footer .footer-contacts svg,
.footer .footer-contacts img {
  margin-right: 7px;
}
footer .footer-bottom {
  font-size: 13px;
  background-color: black;
  color: white;
  padding-top: 10px;
  font-weight: 600;
  font-size: 13px;
    background-color: black;
    color: white;
    padding-top: 30px;
    padding-bottom: 23px !important;
    font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/*                              FORM                                          */
/* -------------------------------------------------------------------------- */

form .hs-form-field {
    margin-bottom: 16px;
}

form input, form select {
    width: 100%;
    height: 38px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    background: #f5f8fa;
}

form input[type=submit] {
    background: #ff7a59;
    border-color: #ff7a59;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    width: 200px;
    font-weight: 800;
}

label.hs-form-booleancheckbox-display p span {
    font-size: 14px;
}

form input[type=checkbox] {
    width: 1em;
}

form .actions {
    text-align: left;
}

/* -------------------------------------------------------------------------- */
/*                              SINGOLO ARTICOLO                              */
/* -------------------------------------------------------------------------- */
.article-header {
  display: flex;
  background-color: #E3E4E5;
}
.article-header__image {
  width: 100%;
}
.article-header__image img {
  width: 100%;
}
.article-header__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #000;
  font-weight: 700;
  padding: 40px 35px 28px;
}
.article-header__text p {
  margin-bottom: 45px;
  font-weight: 600;
}
.article-header__text-top h4 {
  font-weight: 600;
}
.article-header__text-top p {
  font-weight: 600;
  margin-bottom: 20px;
}

.article-content {
  color: #000;
  margin-top: 50px;
  line-height: 1.71;
  font-size: 16px;
}
.article-content h3 {
  font-size: 34px;
}
.article-content a {
  color: #ff6104 !important;
}
.article-content a:hover {
  color: #b74400 !important;
}

.cta-blog-post {
  background-color: aqua;
  padding: 50px 22px;
}

.related-articles {
  margin-top: 100px;
}
.related-articles h3 {
  color: #303E6A;
  font-weight: 700;
}

.related-boxes .small-article-box {
  height: 640px;
}
.related-boxes .big-article-box__details {
  position: absolute;
  bottom: 16px;
}
.related-boxes .small-article-box__text {
  justify-content: unset;
}

.time::before {
  content: " | ";
}

.hamb {
  position: absolute;
  right: 87px;
  top: -19px;
  display: none;
}
.hamb .trigger {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  z-index: 3;
  cursor: pointer;
  transition: top 0.1s ease-in-out;
}
.hamb .trigger span {
  display: block;
  width: 100%;
  height: 5px;
  background: #f26f22;
  margin: 0 0 5px 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
}
.hamb .trigger span:first-child {
  top: 0;
  left: 0;
}
.hamb .trigger span:nth-child(2) {
  top: 10px;
  left: 0;
}
.hamb .trigger span:last-child {
  top: 20px;
  left: 0;
}
.hamb .trigger.on {
  top: 40px;
}
.hamb .trigger.on span:first-child {
  transform: rotate(45deg);
}
.hamb .trigger.on span:nth-child(2) {
  transform: rotate(-45deg);
  top: 0;
}
.hamb .trigger.on span:last-child {
  transform: rotate(45deg);
  top: 0;
}

.menu-mobile {
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 2;
}
.menu-mobile a {
  font-weight: 900;
}
.menu-mobile ul {
  list-style-type: none;
  padding: 0;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.menu-mobile ul li {
  color: #f26f22;
  font-size: 24px;
  padding: 10px 0;
}
.menu-mobile ul .logo-mobile {
  padding-bottom: 73px;
  width: 100%;
}
.menu-mobile ul .logo-mobile img {
  width: 333px;
}
.menu-mobile ul .graph-btn {
  background-color: #303E6A;
  color: white;
  padding: 15px 25px;
  font-size: 19px;
  display: inline-block;
}
.menu-mobile ul .graph-btn:hover {
  border-bottom: 0;
  color: #F26322;
}
.menu-mobile ul .arch-btn {
  background-color: #F26322;
  color: white !important;
  padding: 15px 41px;
  display: inline-block;
  font-size: 19px;
}
.menu-mobile ul .arch-btn:hover {
  border-bottom: 0;
  color: #303E6A;
}

@media screen and (max-width: 1200px) {
  .hamb {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .menu {
    display: none;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    FORM                                    */
/* -------------------------------------------------------------------------- */
.hbspt-form {
  width: 100%;
}
.hbspt-form .hs-button {
  white-space: pre-wrap;
  padding: 9px 75px;
  font-weight: 500;
  background-color: white;
  border: 0;
}

.inputs-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
}

.hs-form-booleancheckbox-display span {
  margin-left: 6px !important;
  font-size: 15px;
}

.hs-email span {
  font-size: 15px;
}

.legal-consent-container .hs-richtext {
  font-size: 15px;
}

.legal-consent-container a {
  color: #f26f22;
}

#email-50912aad-c233-4617-b197-83e90832556f {
  padding: 9px;
  background-color: #fff;
  border: 1px solid #cddeea;
  width: 86%;
  font-weight: 600;
}

.hs-form-required {
  color: #f26f22;
}

.cta_button {
  width: 115%;
}

/*
.truncate-overflow { 
position: relative;
max-height: calc(1rem * 2);
overflow: hidden;
padding-right: 1rem;
word-break: keep-all;
}
.truncate-overflow::before {
position: absolute;
content: "...";
inset-block-end: 0;
inset-inline-end: 0;
}
.truncate-overflow::after {
content: "";
position: absolute;
inset-inline-end: 0;
width: 1rem;
height: 1rem;
background: white;
}*/
/*
.articlelist > div {
// height: 100%;
margin-top: $grid-gutter-width / 2;
margin-bottom: $grid-gutter-width / 2;
height: 605px;
}
.articlelist > div > article, .articlelist > div > .cta{
height: 100%;
}
.aitem:nth-child(4) {
order:1;
}
.sidebar-container {
order:2;
}
.aitem:nth-child(5) {
order:3;
}
.aitem:nth-child(6) {
order:4;
}
.cta-wrapper:nth-child(2){
order:5;
}
.cta-wrapper:nth-child(3){
order:6;
}
.aitem:nth-child(7) {
order:7;
}
.aitem:nth-child(8) {
order:8;
}
.aitem:nth-child(9) {
order:9;
}*/
.article-content img {
  max-width: 100%;
  height: auto !important;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-block;
  font-weight: 600;
  padding: 15px 25px !important;
  font-size: 18px !important;
  color: #fff;
  background-color: #f26322;
  border-color: #f16323;
  margin: 9px;
}

#indicator {
  position: fixed;
  top: 0;
  left: 0;
  height: 5px;
  background-color: #f26322;
  z-index: 999;
}

.social-share {
  margin-top: 75px;
}
.social-share img {
  width: 46px;
}
.social-share a:not(:first-child) {
  margin-left: 20px;
}

/* -------------------------------------------------------------------------- */
/*                                    HERO                                    */
/* -------------------------------------------------------------------------- */
.hero {
  width: 100%;
  height: 600px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/_WEBINAR/BIM%20FOCUS/2024-10_processi%20hBim%20per%20esperti/processihbim-herobg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-sub{
  color: #fff;
  text-transform: uppercase;
  font-size: 32px!important;
  line-height: 1.2em;
  width: 80%;
}

.btn-iscrizione{
  padding: 12px 40px;
}

.cfp{
  vertical-align: top;
}

.hero-content{
  width: 80%;
  position:relative;
}

.hero-content:after {
    content: url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/_WEBINAR/BIM%20FOCUS/2024-04_HBIM%20con%20Archicad/coccarda-CFP-graphisoft.svg);
    position: absolute;
    top: 150px;
    right: 0;
    width: 120px;
}

@media screen and (max-width: 992px){
  .hero-content:after {
    content: '';
  }
}

@media screen and (max-width: 576px){
  .hero-sub{
    font-size: 22px!important;
  }
}



/* -------------------------------------------------------------------------- */
/*                                    CARD                                    */
/* -------------------------------------------------------------------------- */

.box-data {
    gap: 20px;
}

.box-data img {
    width: 100%;
}

.box-data .card{
  border: none;
  border-radius: 0px;
  background: #29292936;
  margin-bottom: 20px;
  flex: 33%;
}

.box-data .card .card-body .card-title {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2em;
    padding: 20px;
}

.data-ora{
  justify-content: space-around;
}

.data-ora::before {
  align-self: stretch;
  content: '';
  border: 1px solid var(--dark);
}
.data-ora p:first-child {
  order: -1;
}

.data-ora {
    border: none;
    background: var(--primary);
    color: var(--dark);
    padding-top: 20px;
    padding-bottom: 20px;
}

.data-ora p{
  margin: 0px;
}

@media screen and (max-width: 993px){
  .box-data .card .card-body .card-title {
    padding: 0px;
  }
  .data-ora::before {
    content: '';
    border: none;
  }
}


@media screen and (max-width: 768px){
  .data-ora::before {
    align-self: stretch;
    content: '';
    border: 1px solid var(--dark);
  }
}



/* -------------------------------------------------------------------------- */
/*                                    VANTAGGI                                */
/* -------------------------------------------------------------------------- */


.vantaggi {
  overflow-x:hidden;
  color: #fff;
}

.vantaggi h3{
  font-weight: 700;
}

.col-right {
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.75)), url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/_WEBINAR/BIM%20FOCUS/2024-04_HBIM%20con%20Archicad/hbim2-img-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 10% 100px 50px;
}

.col-left {
    background: var(--primary);
    padding: 100px 50px 100px 10%;
}

.icone {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 20px;
    align-items: center;
}

.icone img {
    padding: 20px;
    position: relative;
}

@media screen and (max-width: 768px){
  .col-right, .col-left {
    padding:50px;
  }
}


/* -------------------------------------------------------------------------- */
/*                                    ACCORDION FAQ.                          */
/* -------------------------------------------------------------------------- */

.acc-content {
    margin-bottom: 10px;
}

.acc-content img{
  width: 50%;
}

@media screen and (max-width: 768px){
  .acc-content img{
    width: 100%;
  }
}

/* -------------------------------------------------------------------------- */
/*                                  CALLTOACTION.                             */
/* -------------------------------------------------------------------------- */

.calltoaction{
  color: var(--primary);
  padding-bottom: 100px;
  align-items: center;
}

.calltoaction div p {
    font-size: 28px !important;
    line-height: 1.2em;
}


/* -------------------------------------------------------------------------- */
/*                                  DOCENTI                                   */
/* -------------------------------------------------------------------------- */

.box-docenti{
  gap: 20px;
}

.docente {
  background: #29292936;
  border-bottom: solid 10px var(--primary);
  padding: 30px;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.foto-docente {
    text-align: center;
}

.foto-docente img{
  margin-bottom: 10px;
}



/* -------------------------------------------------------------------------- */
/*                                    FINALE                                  */
/* -------------------------------------------------------------------------- */

.sezfinale .row{
  align-items: center;
  background: #EDEDED;
}

.finalebg {
  height: 650px;
   background: url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/_WEBINAR/BIM%20FOCUS/2024-04_HBIM%20con%20Archicad/hero-acme-render.jpg) no-repeat center;
    background-size: cover;
}

.archicad{
  padding: 100px 10% 100px 50px;
}


.footer {
    background: #F27628;
    padding: 40px 0px;
}

/* -------------------------------------------------------------------------- */
/*                                    CARATTERISTICHE                         */
/* -------------------------------------------------------------------------- */
.caratt {
  border-bottom: 1px solid #BEBEBE;
}

.manager {
  background-color: #292929;
}

.webinar {
  background-image: url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/bim-manager/webinarbimmanager.jpg);
  background-size: cover;
  position: relative;
  padding-bottom: 108px;
}


.why {
  background-color: #313d6b;
  padding-bottom: 100px;
}

.docenti {
  padding-bottom: 70px;
}

th {
  font-size: 24px;
  text-align: center;
  vertical-align: middle !important;
}

.table td {

  vertical-align: middle;
}

table span {
  top: -7px;
  position: relative;
}

table ::marker {
  color: #F27628;
  font-size: 40px;
  vertical-align: center;
}

.custmarker h5 {
  position: relative;
  left: 9px;
  top: -4px;
}

.custmarker ::marker {
  content: url(https://5013951.fs1.hubspotusercontent-na1.net/hubfs/5013951/bim-specialist/marker.svg);
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .carattext {
    margin-left: 68px;
  }

  h1 {
    font-size: 96px;
  }

  h3 {
    font-size: 40px;
  }

  .box {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 755px) {
  .hero-text {
    top: -109px;
  }

  h1 {
    font-size: 80px;

  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 29px;
  }
}
@media screen and (max-width: 527px) {
  h1 {
    font-size: 52px;
    line-height:53px;
  }

  h2 {
    font-size: 47px;
  }
}


@media screen and (max-width: 400px) {
  h5 {
    font-size: 24px;
  }

  h1 {
    font-size: 50px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 28px;
  }
}

.logo img {
  max-width:268px;
  min-width:268px;

}

.header__top {
  padding: 3px 0;
}

.caratt img {
  height: 160px;
}

.carattext h5:nth-child(2), .custmarker h5  {
  font-size:20px;
}

.custmarker {
  padding-left:24px;
}

.footer-bottom p {
  font-size:14px;
}



@media screen and (max-width: 767px) {
  .formfascia {
    background-color: white;
    padding: 30px!important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    margin-top: 35px;
    width: 100%!important;
    margin: 70px auto;
  }
}

.text-manager {
  color: #303C6C;
}


.nowrap {
  white-space: nowrap;}


h4 {
  font-size:24px;}

h5 {
  font-size:22px;}

.table td {
  padding: 12px;

}

.table th {
  font-size:17px; !important}


.videowrap img {
  width: 100%;
  object-fit: contain;
}


@media screen and (min-width: 1800px) {
  .container {
    max-width: 1676px;
  }
}


.menusub a:not(:last-child) {
  padding-right:30px;
  padding-left: 30px;
  font-size: 24px;

}


.modebox {
  background-color: #eceef4;
  /* padding: 0 75px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 49%;
  /* height: 75%; */
  /* padding: 31px 0 0; */
}


.modebox_top {
  padding: 28px;
  text-align: center;
}


.modebox_bottom {
  background-color: #628EFD;
  padding: 20px;
  width: 100%;
  text-align:center;
}


p {
  font-size: 18px !important;
}


h4 {
  color: #6491FA;

}


/*-----Testimonial-------*/

.testimonial:after {
  position: absolute;
  top: -0 !important;
  left: 0;
  content: " ";
  background: url(img/testimonial.bg-top.png);
  background-size: 100% 100px;
  width: 100%;
  height: 100px;
  float: left;
  z-index: 99;
}

.testimonial {
  min-height: 375px;
  position: relative;
  background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
  background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
  color: black;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
  color: #2D50A5;
}

.testimonial .carousel {
  padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
  filter: invert(6%) sepia(93%) saturate(43) hue-rotate(87deg) brightness(0) contrast(119%) !important;
}
/* ------testimonial  close-------*/



.fasciatesti {
  background-color: #ECEEF4;
  margin-top: 70px;

}



.accordion {

}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 0px;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.2s;
}

.title {
  padding: 1em;
  display: block;
  color: #292929 !important;
  font-weight: bold;
  background: #F27628;
  padding: 27px 22px;
  display: block;
  color: #7A7572;
  font-weight: bold;
}

.title:after, .title:before {
  content: "";
  position: absolute;
  right: 2.25em;
  top: 36%;
  width: 4px;
  height: 1.75em;
  background-color: #292929;
  transition: all 0.2s;
}

.title:after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  align-items: center;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}

.toggle:checked + .title, .toggle:checked + .title + .content {

}
.toggle:checked + .title + .content {
  max-height: 900px;
}
.toggle:checked + .title:before {
  transform: rotate(90deg) !important;
}


.bot-mod {
  padding:31px;
  width:inherit !important;
}

.div-raggruppa-1183-div:hover {
  color: white !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  
  background-image: linear-gradient(180deg, #6491fa, #2d50a5);

}


#faq a {
  font-weight: 600;
}

.ctabottom {
  background-color: #6491FA;
  color: white;
  display: flex;
  align-items: center;
  padding: 16px 25px;
  margin-top: 54px;
  justify-content: space-between;
}



.ctabottom h5 {
  color:white;
  margin-bottom:0 !important;
}


.modebox_top b
{
  font-size: 24px;
}

.option .title:hover {
  cursor:pointer;
}

body {
  font-family: proxima-nova, sans-serif !important;
}


.inherited-styles-for-exported-element {
  line-height: 48px !important;
  text-align: left;
  font-family: proxima-nova, sans-serif !important;
}


@media screen and (max-width: 940px) {
  .rettangolo-33-div {
    display: flex;
    background-color: #eceef4;
    height: 57vh;
    /* left: 0; */
    position: absolute;
    bottom: 0;
    width: 100vw !important;
    z-index: 999999;
    justify-content: space-around;
    align-items: center;
  }

}


@media screen and (max-width: 992px) {
  .tuttoarchicad {
    flex-direction: column;
    align-items: center;
  }
  
  .tuttoarchicad a {
    margin-bottom:10px;
  }

}


.fasciaform {
    background: #f2762826;
    padding-bottom: 108px;
    position: relative;
    margin-top: 73px;
}


.formfascia {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    margin: 70px auto;
    padding: 56px;
    width: 70%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 960px; /* Aumenta la larghezza massima della modale */
}

/* Aumenta le dimensioni del video */
#video-frame {
  width: 100%;
  height: 540px; /* Aumenta l'altezza del video */
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.div-raggruppa-1183-div {
    background-color: initial;
    background-image: linear-gradient(90deg, #6491fa, #2d50a5);
    color: #fff !important;
    height: 60px;
    /* left: 138px; */
    /* position: absolute; */
    text-align: center;
    /* top: 656px; */
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    padding: 7px 16px !important;

  }

  .div-ottieni-la-licenza {
    display: inline-block;
    font-weight: 500;
    left: 37px;
    position: absolute;
    top: calc(50% - 12px);
  }

  .inherited-styles-for-exported-element {
    font-family: proxima-nova, sans-serif !important;
    font-size: 20px;
    line-height: normal;
  }

  .div-il-software-bim-di-graphisoft {
    color: #231f20;
    display: inline-block;
    font-size: 36px !important;

  }

  .inherited-styles-for-exported-element {
    font-family: proxima-nova, sans-serif !important;
    line-height: normal;
    text-align: left;
  }

  .div-archicad-subscription-div {
    color: #2d50a5 !important;
    display: inline-block;
    font-size: 48px !important;
    font-weight: 900;
    text-transform: uppercase;
  }

  .inherited-styles-for-exported-element {
    font-family: proxima-nova, sans-serif !important;
    line-height: normal;
    text-align: left;
  }

  .inherited-styles-for-exported-element {
    color: #1a1818;
    font-family: proxima-nova, sans-serif !important;
    font-size: 20px;
    line-height: normal;
    text-align: left;
  }

  .rettangolo-33-div {
    display: flex;
    background-color: #eceef4;
    height: 57vh;
    /* left: 0; */
    position: absolute;
    bottom: 0;
    width: 44vw;
    z-index: 999999;
    justify-content: space-around;
    align-items: center;
  }

  .inherited-styles-for-exported-element {
    color: #1a1818;
    font-family: proxima-nova, sans-serif !important;
    font-size: 20px;
    line-height: normal;
    text-align: left;
  }

  .usa-questa-duke-ellington-24-s-icon {
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 73vw;
    height: calc(100vh - 98px);
  }
  
  .menusub.fixed {
background-color: #fff;
box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
transition: all 0.3s; 
}