@import url("https://fonts.googleapis.com/css?family=Volkhov:400,400i,700");
* {
  box-sizing: border-box; }

html,
body {
  font-family: sans-serif;
  font-size: 16px;
  height: 100%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

section {
  overflow-x: hidden; }

b, em, a {
  color: inherit; }

a {
  text-decoration: none; }

p {
  color: #616161; }

header {
  width: 100%;
  height: 750px;
  background: url(../_img/video-placeholder.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 8rem; }
  @media screen and (max-width: 768px) {
    header {
      padding: 3rem .5rem;
      padding-top: 6rem;
      height: 100%; } }
  header .logo {
    position: absolute;
    z-index: 7;
    top: 2rem;
    left: 2rem; }
    @media screen and (max-width: 768px) {
      header .logo {
        top: .75rem;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 150px; } }
    @media screen and (max-width: 768px) and (orientation: landscape) {
      header .logo {
        top: 1rem;
        left: 2.5rem;
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); } }
  header .play-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 3rem;
    background-color: #E13644;
    opacity: .85;
    position: relative;
    z-index: 10;
    cursor: pointer;
    transition: .2s; }
    header .play-btn:hover {
      opacity: 1; }
    header .play-btn:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-35%, -50%);
      -o-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
      -webkit-transform: translate(-35%, -50%);
      transform: translate(-35%, -50%);
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 35px solid #fff; }
    @media screen and (max-width: 768px) {
      header .play-btn {
        transform: scale(0.6);
        margin-bottom: 1rem; } }
  header h1 {
    position: relative;
    font-family: "Volkhov", serif;
    font-size: 2.5rem;
    z-index: 5;
    text-align: center;
    color: #fff;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 768px) {
      header h1 {
        font-size: 1.425rem; } }
  header h2 {
    position: relative;
    font-size: 1.5rem;
    z-index: 6;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      header h2 {
        font-size: 1rem; } }
    header h2 span {
      color: inherit;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 768px) {
        header h2 span {
          display: none; } }
  header .stucco {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9; }

.placeholder_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .placeholder_video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #323232;
    opacity: .5; }
  .placeholder_video video {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  cursor: pointer; }
  @media screen and (max-width: 768px) and (orientation: portrait) {
    .close {
      top: 5rem;
      right: 1rem; } }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .close {
      top: 1rem;
      right: 2.5rem; } }
  .close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff; }
  .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff; }
  .close p {
    position: absolute;
    display: block;
    right: 4.5rem;
    top: 1rem;
    width: 300px;
    text-align: right;
    color: #fff;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .close p {
        font-size: 0.9rem; } }

#close-video-button {
  display: none; }

.master_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none; }
  @media screen and (max-width: 768px) and (orientation: landscape) {
    .master_video {
      width: 100vw;
      padding-top: 57.25%; } }
  @media screen and (min-width: 768px) and (orientation: landscape) {
    .master_video {
      width: 100%;
      padding-top: 56.25%; } }
  .master_video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      .master_video iframe {
        position: absolute;
        top: 0;
        left: 0; } }

.base-btn {
  font-size: 1rem;
  background-color: #118ACB;
  color: #fff;
  border: none;
  padding: .75rem 1.5rem;
  border-radius: .75rem;
  display: inline-block;
  cursor: pointer; }
  .base-btn img {
    margin-left: 1rem;
    margin-top: -.5rem;
    transform: translateY(0.4rem); }
  .base-btn a {
    text-align: center;
    display: block; }
  @media screen and (max-width: 768px) {
    .base-btn {
      margin-left: 0;
      font-size: 1rem;
      padding: 1rem; } }

.first-section {
  padding: 4rem 0; }
  @media screen and (max-width: 768px) {
    .first-section {
      padding: 2rem 0 1rem; } }
  .first-section .container {
    position: relative; }
  .first-section .row .col-6 {
    width: 50%;
    margin: 0 !important; }
    @media screen and (max-width: 960px) {
      .first-section .row .col-6 {
        width: 100%; } }
  .first-section .testimonial {
    opacity: 1;
    transition: .4s; }
    .first-section .testimonial:hover .testimonial-img-container picture {
      -webkit-filter: grayscale(0);
      filter: grayscale(0); }
    .first-section .testimonial:hover .testimonial-img-container .caption {
      bottom: 0;
      opacity: 1; }
    .first-section .testimonial:hover .testimonial-text-container .link img {
      transform: translateX(0.5rem); }
    @media screen and (max-width: 768px) {
      .first-section .testimonial {
        padding-bottom: 2rem; } }
  .first-section .testimonial-img-container {
    float: left;
    width: 50%;
    padding: .5rem;
    padding-bottom: 0;
    position: relative;
    overflow: hidden; }
    .first-section .testimonial-img-container picture {
      width: 100%;
      transition: .15s; }
      @media screen and (min-width: 768px) {
        .first-section .testimonial-img-container picture {
          -webkit-filter: grayscale(1);
          filter: grayscale(1); } }
      .first-section .testimonial-img-container picture img {
        width: 100%; }
    .first-section .testimonial-img-container .caption {
      width: calc(100% - 1rem);
      background-color: #53B848;
      padding: .8rem 0;
      position: absolute;
      left: .5rem;
      bottom: -2.5rem;
      opacity: 0;
      transition: .2s; }
      .first-section .testimonial-img-container .caption p {
        color: #fff;
        text-align: center;
        font-weight: bold; }
    @media screen and (max-width: 768px) {
      .first-section .testimonial-img-container {
        width: 100%; } }
  .first-section .testimonial-text-container {
    float: left;
    width: 50%;
    padding: .5rem;
    padding-top: 3rem; }
    @media screen and (max-width: 768px) {
      .first-section .testimonial-text-container {
        padding-top: .5rem;
        width: 100%; } }
    .first-section .testimonial-text-container h3 {
      font-family: "Volkhov", serif;
      font-size: 1.45rem; }
    .first-section .testimonial-text-container .link {
      font-weight: bold; }
      .first-section .testimonial-text-container .link strong {
        color: #118ACB; }
      .first-section .testimonial-text-container .link img {
        margin-left: .5rem;
        margin-bottom: -.4rem;
        transition: .2s; }
  .first-section .left-float-desk {
    float: right; }
    @media screen and (max-width: 960px) {
      .first-section .left-float-desk {
        float: left; } }
  .first-section .right-float-desk {
    float: right; }
    @media screen and (max-width: 960px) {
      .first-section .right-float-desk {
        float: right; } }

.stucco {
  height: 83px;
  width: 100%;
  background-image: url(../_img/w_stucco.png); }

.blue-stucco {
  height: 83px;
  width: 100%;
  background-image: url(../_img/b_stucco.png); }

.yellow-stucco {
  height: 83px;
  width: 100%;
  background-image: url(../_img/y_stucco.png); }

.luoghi-section {
  position: relative;
  display: flex; }
  .luoghi-section .stucco {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transform: rotate(180deg); }
  .luoghi-section .yellow-stucco {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9; }

.blog-slider {
  width: 100%;
  position: relative;
  margin: auto;
  background: #01526B;
  height: 620px;
  overflow: hidden;
  transition: all .3s; }
  @media screen and (max-width: 960px) {
    .blog-slider {
      height: 680px; } }
  .blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: .3s; }
  .blog-slider__item.swiper-slide-active .blog-slider__content {
    width: 50%;
    padding: 10rem; }
    @media screen and (max-width: 960px) {
      .blog-slider__item.swiper-slide-active .blog-slider__content {
        width: 100%;
        padding: 1rem; } }
    .blog-slider__item.swiper-slide-active .blog-slider__content > * {
      opacity: 1;
      transform: none; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
        transition-delay: 0.3s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
        transition-delay: 0.4s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
        transition-delay: 0.5s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
        transition-delay: 0.6s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
        transition-delay: 0.7s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
        transition-delay: 0.8s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
        transition-delay: 0.9s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
        transition-delay: 1s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
        transition-delay: 1.1s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
        transition-delay: 1.2s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
        transition-delay: 1.3s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
        transition-delay: 1.4s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
        transition-delay: 1.5s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
        transition-delay: 1.6s; }
      .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
        transition-delay: 1.7s; }
  .blog-slider__img {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden; }
    .blog-slider__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(90deg, rgba(1, 82, 107, 0) 0%, rgba(1, 82, 107, 0.2) 50%, #01526B);
      opacity: 1; }
      @media screen and (max-width: 960px) {
        .blog-slider__img:after {
          background-image: linear-gradient(180deg, rgba(1, 82, 107, 0) 0%, rgba(1, 82, 107, 0.2) 60%, #01526B); } }
    .blog-slider__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: 0;
      transition: all .3s; }
    @media screen and (max-width: 960px) {
      .blog-slider__img {
        float: none;
        height: 300px;
        width: 100%; } }
  .blog-slider__content {
    float: left;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .blog-slider__content {
        float: none;
        width: 100%;
        padding: 1rem; } }
    @media screen and (min-width: 768px) {
      .blog-slider__content {
        width: 50%;
        padding: 10rem; } }
    .blog-slider__content > * {
      opacity: 0;
      transform: translateX(25px);
      transition: all .4s; }
  .blog-slider__code {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    font-weight: 500; }
  .blog-slider__title {
    font-family: "Volkhov", serif;
    color: #53B848;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px; }
  .blog-slider__hor-divider {
    width: 2px;
    height: 25px;
    background-color: #fff;
    margin-left: 50%;
    margin-bottom: 30px; }
    @media screen and (max-width: 960px) {
      .blog-slider__hor-divider {
        margin-bottom: 15px; } }
  .blog-slider__text {
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5em; }
  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%; }
  .blog-slider__pagination {
    position: absolute;
    z-index: 150;
    right: 50%;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%); }
    @media screen and (max-width: 960px) {
      .blog-slider__pagination {
        top: 38%;
        right: 55%; } }
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 8px 0; }
      @media screen and (max-width: 960px) {
        .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
          margin: 0 5px; } }
    .blog-slider__pagination .swiper-pagination-bullet {
      width: 50px;
      height: 50px;
      display: block;
      border-radius: 50%;
      transform: scale(0.5);
      background: #062744;
      opacity: 0.8;
      transition: all .3s; }
      @media screen and (max-width: 960px) {
        .blog-slider__pagination .swiper-pagination-bullet {
          width: 20px;
          height: 20px;
          transform: scale(1); } }
      .blog-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #E13644;
        transform: scale(1);
        box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3); }
        @media screen and (max-width: 960px) {
          .blog-slider__pagination .swiper-pagination-bullet-active {
            transform: scale(1); } }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(1) {
      position: absolute;
      top: 60px;
      left: -120px; }
      @media screen and (max-width: 960px) {
        .blog-slider__pagination .swiper-pagination-bullet:nth-child(1) {
          top: 0;
          left: 50%;
          transform: translateX(-30px); } }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(2) {
      position: absolute;
      top: 65px;
      left: 65px; }
      @media screen and (max-width: 960px) {
        .blog-slider__pagination .swiper-pagination-bullet:nth-child(2) {
          top: 0;
          left: 50%; } }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(3) {
      position: absolute;
      top: -50px;
      left: -35px; }
      @media screen and (max-width: 960px) {
        .blog-slider__pagination .swiper-pagination-bullet:nth-child(3) {
          top: 0;
          left: 50%;
          transform: translateX(30px); } }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(4) {
      position: absolute;
      top: -140px;
      left: -160px; }
      @media screen and (max-width: 960px) {
        .blog-slider__pagination .swiper-pagination-bullet:nth-child(4) {
          top: 0;
          left: 50%;
          transform: translateX(60px); } }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(5) {
      display: none; }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(6) {
      display: none; }
    .blog-slider__pagination .swiper-pagination-bullet:nth-child(7) {
      display: none; }

.mappa {
  position: absolute;
  z-index: 99;
  left: 45%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media screen and (max-width: 960px) {
    .mappa {
      display: none; } }

.testimonial-section {
  background-color: #F9C931;
  padding: 4rem 0 2rem; }
  @media screen and (max-width: 768px) {
    .testimonial-section {
      padding: 1rem 0; } }
  .testimonial-section h2 {
    font-family: "Volkhov", serif;
    color: #fff;
    text-align: center;
    margin-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .testimonial-section .col-3 {
      width: 50%;
      margin: 0;
      padding: .2rem; } }
  .testimonial-section .testimonial-wrapper {
    text-align: center;
    margin-bottom: 2rem; }
    .testimonial-section .testimonial-wrapper h4 {
      font-family: "Volkhov", serif;
      font-size: 1.375rem;
      color: #fff;
      transition: .2s; }
      @media screen and (max-width: 768px) {
        .testimonial-section .testimonial-wrapper h4 {
          font-size: 1rem; } }
    .testimonial-section .testimonial-wrapper p {
      font-family: "Volkhov", serif;
      text-transform: uppercase;
      font-size: .9rem;
      color: #01526B; }
    .testimonial-section .testimonial-wrapper picture {
      width: 100%;
      margin: 0;
      padding: 0; }
      .testimonial-section .testimonial-wrapper picture img {
        width: 100%;
        margin: 0;
        padding: 0; }
    .testimonial-section .testimonial-wrapper .base-btn {
      transition: .15s; }
      @media screen and (max-width: 768px) {
        .testimonial-section .testimonial-wrapper .base-btn {
          padding: .75rem .5rem; } }
      @media screen and (max-width: 768px) {
        .testimonial-section .testimonial-wrapper .base-btn img {
          width: 18px;
          margin-bottom: 4px;
          margin-left: .2rem; } }
    .testimonial-section .testimonial-wrapper:hover h4 {
      color: #01526B; }
    .testimonial-section .testimonial-wrapper:hover .base-btn {
      background-color: #53B848; }

.cta-section {
  background: url(../_img/foto/musica.jpg) no-repeat center center;
  background-size: cover; }
  .cta-section .cta-wrapper {
    position: relative;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 6rem 0 18rem; }
    @media screen and (max-width: 768px) {
      .cta-section .cta-wrapper {
        padding: 6rem 0 14rem; } }
    .cta-section .cta-wrapper .yellow-stucco {
      position: absolute;
      top: 0;
      left: 0;
      height: 83px;
      width: 100%;
      transform: rotate(180deg); }
    .cta-section .cta-wrapper h2 {
      color: #fff;
      font-family: "Volkhov", serif; }
    .cta-section .cta-wrapper p {
      font-weight: normal;
      color: #fff; }
    .cta-section .cta-wrapper .base-btn {
      font-size: 1.25rem;
      padding: 1.25rem 3.5rem;
      transition: .2s; }
      .cta-section .cta-wrapper .base-btn:hover {
        background-color: #53B848; }
      @media screen and (max-width: 768px) {
        .cta-section .cta-wrapper .base-btn {
          padding: 1rem 2rem; } }

footer {
  background-color: #E13644;
  position: relative;
  text-align: right;
  padding-top: 1rem; }
  @media screen and (max-width: 768px) {
    footer {
      padding-top: 0;
      padding-bottom: 5rem; } }
  footer:before {
    content: "";
    display: block;
    position: absolute;
    top: -159px;
    width: 100%;
    height: 160px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #E13644; }
  @media screen and (max-width: 768px) {
    footer {
      text-align: center; } }
  footer span {
    color: #fff; }
    @media screen and (max-width: 768px) {
      footer span {
        display: none; } }
  footer p {
    color: #fff;
    font-weight: normal;
    text-align: right;
    font-size: .9rem; }
  footer a {
    color: #fff;
    font-weight: normal;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      footer a {
        display: none; } }
  footer .arrow_shape {
    position: absolute;
    left: -25px;
    bottom: 0;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      footer .arrow_shape {
        width: 70%;
        left: -1rem;
        bottom: 6.5rem; } }

picture {
  display: block;
  margin: 0; }
  picture img {
    display: block; }

.only-mob {
  display: none; }
  @media screen and (max-width: 768px) {
    .only-mob {
      display: block; } }

.hidden-mob {
  display: none; }
  @media screen and (min-width: 768px) {
    .hidden-mob {
      display: block; } }

.popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #118ACB;
  top: 0;
  left: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  z-index: 50; }

.popup {
  position: fixed;
  top: 25%;
  left: 50%;
  z-index: -9999; }
  @media screen and (max-width: 768px) {
    .popup {
      top: 10%;
      width: 85%; } }
  .popup .popup-body {
    background: #ffffff;
    opacity: 0;
    min-height: 150px;
    width: 600px;
    transform: translateX(-50%);
    padding: 20px;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    text-align: center;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 768px) {
      .popup .popup-body {
        width: 100%; } }

.popup .popup-exit {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 99999999;
  width: 40px;
  height: 40px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 8px;
  cursor: pointer; }
  .popup .popup-exit:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff; }
  .popup .popup-exit:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 4px;
    height: 20px;
    border-radius: 2px;
    background-color: #fff; }

.popup-content .popup-title {
  font-size: 24px;
  padding-bottom: 10px; }

.popup-content p {
  font-size: 13px;
  text-align: justify; }

.overlay .popup-overlay {
  opacity: .8;
  left: 0; }

.popup.visible, .popup.transitioning {
  z-index: 9999; }

.popup.visible .popup-body {
  opacity: 1; }

.esito-section {
  background: url(../_img/blue-dot.png) repeat;
  background-color: #118ACB; }
  .esito-section .logo {
    position: absolute;
    z-index: 7;
    top: 2rem;
    left: 2rem; }
    @media screen and (max-width: 768px) {
      .esito-section .logo {
        top: .75rem;
        left: 1rem;
        width: 150px; } }

.esito-wrapper {
  position: relative;
  padding: 14rem 0 4rem; }
  @media screen and (max-width: 768px) {
    .esito-wrapper {
      padding: 18rem 0 0;
      text-align: center; } }
  .esito-wrapper .title {
    font-family: "Volkhov", serif;
    font-size: 48px;
    color: #fff;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .esito-wrapper .title {
        font-size: 1.5rem; } }
  .esito-wrapper p {
    color: #F9C931;
    font-family: "Volkhov", serif;
    font-size: 24px;
    position: relative;
    z-index: 1;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .esito-wrapper p {
        font-size: 1.2rem; } }
  .esito-wrapper img {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: .5;
    z-index: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
    visibility: visible;
    opacity: 0; }
    @media screen and (max-width: 768px) {
      .esito-wrapper img {
        top: 6rem;
        left: 0;
        width: 100%; } }

.esito-footer .base-btn {
  margin-left: 0; }
.esito-footer .col-8 {
  padding-top: 1.6rem; }
  @media screen and (max-width: 768px) {
    .esito-footer .col-8 {
      padding-top: 0;
      text-align: center; } }
  .esito-footer .col-8 img {
    transform: rotate(90deg);
    margin-bottom: -.3rem; }
.esito-footer .col-4 {
  text-align: right; }
  @media screen and (max-width: 768px) {
    .esito-footer .col-4 {
      text-align: center; } }
  @media screen and (max-width: 768px) {
    .esito-footer .col-4 img {
      width: 60%; } }

/*# sourceMappingURL=style.css.map */
