body {
  background: white !important;
}

.main_banner {
  width: 100%;
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(/myatl/assmod/new_site_public/custom/prom_new.jpg);
    background-position: center;
    background-size: cover;
    overflow-x: hidden;
}

.timeline {
  height: 200px;
  width: 100%;
  margin: 50px auto;
  /* background: #EDEDED; */
  display: flex;
  flex-direction: row;
  padding: 15px 50px;
}

.half {
  border-right: 1px dotted #001f60;
  border-left: 1px dotted #001f60;
}

.blocco {
  width: calc( 100% / 3 );
  height: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
}

span.timeline_text {
    font-size: 18px;
    font-weight: 600;
    color: #001f60;
    letter-spacing: 0.5px;
}

span.number_big {
    font-size: 30px;
    font-weight: 600;
    color: #001f60;
    letter-spacing: 0.5px;
    /* margin-right: 15px; */
    border: 0px solid #001f60;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.title_servizi {
    text-align: center;
    text-transform: uppercase;
    margin: 15px auto;
}

.servizi {
  width: 100%;
  /* background: #EDEDED; */
  padding: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.serv {
  width: 45%;
  height: 200px;
  background: white;
  margin: 15px;
  /* border-radius: 20px; */
  box-shadow: 0 0 6px 0 rgba(80,80,80,.2);
  overflow: hidden;
  display: flex;
  flex-direction: row;

  text-decoration: none !important;
  color: #616161 !important;
}

a#door_hover_block:hover {
    border: 1px solid #d41316;
}
a#inspired_hover_block:hover {
    border: 1px solid #df7a0e;
}



.card_color_red {
    width: 300px;
    /* background: #da2128; */
    background: url(/myatl/assmod/new_site_public/custom/Door2door.jpg);
    background-size: cover;
    height: 100%;
}
.card_color_red:hover{
    background: url(/myatl/assmod/new_site_public/custom/Door2door_photo.jpg);
    background-size: cover;
}
.card_color_orange {
    width: 300px;
    /* background: #e07e26; */
    background: url(/myatl/assmod/new_site_public/custom/Inspired.jpg);
    background-size: cover;
    height: 100%;
}
.card_color_orange:hover{
    background: url(/myatl/assmod/new_site_public/custom/Inspired_photo.jpg);
    background-size: cover;
}
.card_color_blue {
  width: 300px;
  /* background: #015381; */
  background: url(/myatl/assmod/new_site_public/custom/Quick_jacquard.jpg);
  background-size: cover;
  height: 100%;
}
.card_color_blue:hover{
    background: url(/myatl/assmod/new_site_public/custom/Quick_jacquard_photo.jpg);
    background-size: cover;
}
.card_color_lightblue {
    width: 300px;
    /* background: #0087aa; */
    background: url(/myatl/assmod/new_site_public/custom/Custom_jacquard.jpg);
    background-size: cover;
    height: 100%;
}
.card_color_lightblue:hover{
    background: url(/myatl/assmod/new_site_public/custom/Custom_jacquard_photo.jpg);
    background-size: cover;
}


.card_content {
  width: calc(100% - 300px);
  padding: 15px;
}

p.text_card {
    font-weight: 600;
    /* letter-spacing: 0.6px; */
}


.voucher_section {
  width: 100%;
  /* background: #EDEDED; */
  margin: 50px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.voucher {
  width: 45%;
  height: 400px;
  background: white;
  box-shadow: 0 0 6px 0 rgba(80,80,80,.2);
  overflow: hidden;
  margin:15px;
  padding: 20px;
}

h2.voucher_title {
    background: #d4af37;
    color: white;
    padding: 15px;
}
p.pieces {
    color: #d4af37;
    margin: 20px auto;
    font-size: 20px;
    font-weight: 700;
}

.silver_back {
  background: #c0c0c0 !important;
}
.silver_color{
  color: #c0c0c0 !important;
}

span.mon_big {
    font-size: 30px;
}
p.money_big {
    font-size: 20px;
    color: #001f60;
    font-weight: 700;
}

ul.lista_voucher {
    margin: 15px auto;
    padding: 5px 10px;
}
ul.lista_voucher li {
    color: #001f60;
    font-size: 16px;
    margin: 12px;
}
p.small_right_side {
    color: #001f60;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    letter-spacing: 1px;
}

span.smalli {
    font-size: 12px;
    letter-spacing: 1px;
}

.premi {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.premio {
  width: calc( 100% / 3 );
  height: 100%;
  margin: 5px;
}
.pop {
  background: url(/myatl/assmod/new_site_public/custom/P.O.P..jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.custom {
  background: url(/myatl/assmod/new_site_public/custom/Catalogues.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.hotel {
  background: url(/myatl/assmod/new_site_public/custom/hotel.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}

p.price_list {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-size: 20px;
}

img.lamp {
    width: 50px;
    margin-right: 20px;
}


.user_question {
  width: 100%;
  height: auto;
  /* background: #ffd101; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction:row;
  padding: 15px;
  margin: 0px auto;
}

.box_question {
  width: 40%;
  height: 180px;
  background: white;
  margin: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  box-shadow: 0 0 6px 0 rgba(80,80,80,.2);

   transition: transform 0.5s;
}



.box_question:hover {
  transform: scale(1.1);
}

p.atl_inf {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.yes {
  border: 2px solid green;
  border-radius: 5px;
}
.no {
  border: 2px solid orange;
  border-radius: 5px;
}
a.btn.contact_us {
    background: orange;
    color: white;
}

/****************************************/
/******* REPONSIVE - MEDIA QUERY  *******/
/****************************************/

/* per responsive banner */
@media (min-width: 768px)and (max-width: 1900px) {
  .main_banner {
      background-size: contain;
      background-repeat: no-repeat;
  }
}


/* @media (max-width: 1900px) and (min-width: 768px) {
  .main_banner {
    width: 100%;
    height: 380px;
  }
  .timeline {
    padding: 15px 20px;
  }
  span.number_big {
    border: 0px solid #001f60;
  }
  .blocco {
    padding: 15px;
  }
  .serv {
    width: 100%;
  }
  .voucher {
    width: 45%;
    height: 500px;
  }
  .premi {
    width: 100%;
    height: 95px;
  }
  .premio {
    background-position: center !important;
  }
  .box_question {
    width: 40%;
    height: 200px;
  }
  p.atl_inf {
    font-size: 18px;
  }
} */

/* IPAD PRO */
@media (max-width: 1366px) and (min-width: 1024px) {
  .main_banner {
    width: 100%;
    height: 382px;
  }
  .timeline {
    height: 200px;
    width: 100%;
    margin: 50px auto;
    background: #ededed73;
    border-top: 2px solid #d3d3d35c;
    border-bottom: 2px solid #d3d3d35c;
    display: flex;
    flex-direction: row;
    padding: 15px 50px;
  }
  .servizi {
    align-items: center;
  }
  .serv {
    width: 80%;
  }
  .premi {
    width: 100%;
    height: 128px;
  }
  .box_question {
    width: 40%;
    height: 215px;
  }
  footer {
    height: 440px;
  }
}

/* IPAD */
@media (max-width: 1024px) and (min-width: 768px) {
  .main_banner {
      width: 100%;
      height: 390px;
  }
  .timeline {
    height: 200px;
    width: 100%;
    margin: 50px auto;
    background: #ededed73;
    border-top: 2px solid #d3d3d35c;
    border-bottom: 2px solid #d3d3d35c;
    margin-top: 0px;
    padding: 15px 15px;
  }
  span.timeline_text {
    font-size: 16px;
  }
  span.number_big {
    margin-right: 10px;
  }
  .servizi {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .serv {
    width: 95%;
  }
  .voucher_section {
    flex-direction: column;
    margin: 20px auto;
  }
  .voucher {
    width: 95%;
  }
  .premi {
    height: 95px;
  }
  .box_question {
    width: 43%;
    height: 285px;
  }
  p.atl_inf {
    font-size: 18px;
  }
  footer {
    height: 490px;
  }
}

/* SMARTPHONE */
@media screen and (max-width: 767px) {
  .main_banner {
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: hidden;
  }
  .timeline {
    height: 400px;
    flex-direction: column;
    padding: 15px 50px;
    background: #ededed73;
    border-top: 2px solid #d3d3d35c;
    border-bottom: 2px solid #d3d3d35c;
  }
  .half {
    border-right: 0px solid #001f60;
    border-left: 0px solid #001f60;

    border-top: 1px dotted #001f60;
    border-bottom: 1px dotted #001f60;
  }
  span.number_big {
    border: 0px solid #001f60;
  }
  .blocco {
    width: 100%;
  }
  .servizi {
    flex-direction: column;
  }
  .serv {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .card_color_red, .card_color_orange, .card_color_blue, .card_color_lightblue  {
      width: 100%;
      height: 200px;
  }
  .card_content {
    width: 100%;
    padding: 15px;
  }
  .voucher_section {
    flex-direction: column;
    margin: 20px auto;
  }
  .voucher {
    width: 100%;
    height: 520px;
    background: white;
    box-shadow: 0 0 6px 0 rgba(80,80,80,.2);
    overflow: hidden;
    margin: 15px;
    padding: 20px;
    justify-content: center;
    align-items: center;
  }
  .premi {
    width: 100%;
    height: 400px;
    flex-direction: column;
  }
  .premio {
    width: 100%;
    height: 100%;
    margin: 5px;
    background-position: center !important;
  }
  .user_question {
    flex-direction: column;
  }
  .box_question {
    width: 80%;
    height: auto;

  }
  p.atl_inf {
    font-size: 16px;
  }
}
