@import 'tp-footer.css';
body {
    background-color: #fff !important;
    line-height: normal !important;
  
}



#hero {
    margin-top: 0;
    border-bottom: 1px solid #33333346;
    background-color: #fff;
    background-image: url("/images/touch_point/all/89f410b1-d29f-491c-ad29-413d93e3f1bf.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}


#hero #portrait {
    height: 100%;
    aspect-ratio: 3/2;
}

#hero #logo {
    max-width: 200px;

}

#hero .astroid-column {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: end;
}

#hero .astroid-image, #hero .as-image-wrapper{
    height: 100%;
    display: flex;
    align-items: flex-end;
}

#hero h2 {
    font-size: 3.5em !important;
    color: #01b8ed;
    font-weight: bold;
    text-shadow: rgb(255, 255, 255) 0px 3px 2px;

}

#hero h3 {
    font-size: 2.2em !important;
    color: #395174;
}


#hero .astroid-divider {
    background: rgb(209, 66, 141);
    width: 80%;
    height: 5px;
}



#nostri {
    margin: 20px 0;
    padding: 20px 0;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.7);
}

#nostri .astroid-content-text {
    font-size: 1.5em;
    font-weight: 500;
    color: #395174;
}

#dott {
    background: linear-gradient(rgba(68, 140, 196, 0.3), rgb(235, 238, 241)) 0% 0% / auto repeat scroll padding-box border-box rgb(255, 255, 255);
    padding: 20px 0;
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.4);
    margin-bottom: 20px;
    
}

#dott .astroid-column:nth-child(1) {
   display: flex;
   flex-direction: column;
   align-items: center;
}

#dott .astroid-column:nth-child(2) {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
}

#dott figcaption{
    text-align: center;
}

#dott img {
    max-width: 180px;
    
}
#tutto {
    padding: 40px 0;
    background: url("/images/touch_point/all/64f597bf-65f8-4011-9507-aa044ec17885.png") 0% 0% / 612px repeat scroll padding-box border-box rgb(255, 255, 255);
}

#tutto img {
    max-width: 150px;
    text-align: center;
    background: #fff;
}

#tutto .card{
    background: none;
    border: none;

}

#tutto .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

 #tutto .card .astroid-text {
    margin-top: 15px;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}

 #tutto strong, #tutto h3 {
    text-align: center;
    color: #448cc4;
 }

 #tutto .card-body h3 {
    font-size: 1em;
 }

 #tutto .row {
    justify-content: center;
 }


.card{
    background: none;
    border: none;

}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .astroid-text {
    margin-top: 15px;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
}



.card-body h5 {
    font-size: 1em;
 }







.textcard {
    margin: 20px 0;
}

.textcard-1 .astroid-text {
    background: #d1418dbf;
}

.textcard-2 .astroid-text {
     background: #6dbddc;
}

.textcard .astroid-text{
   
    color: #fff;
    border-radius: 10px;
    box-shadow: rgb(175, 175, 175) 0px 0px 10px 2px;
    padding: 20px;
    font-size: 1.2em;
    text-align: center;
}

.textcard .astroid-image {
    text-align: center;
}

.textcard .astroid-image img {
    max-width: 120px;
}



#social {
    margin-top: 30px;
    background-color: rgb(255 255 255 / 0%) !important;
    border-bottom: 1px double #3333332e;
}

#social h3{
    color: #01b8ed;
    text-align: center;
}

#social .as-gutter-sm {
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-evenly;
}

#social .astroid-button-valdent {
    margin: 40px 0;
    text-align: center;

}

#social .astroid-button-valdent a {
    padding: 15px 40px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.37) 0px 2px 10px 2px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 600;

}

#social .astroid-button-valdent a:hover {
    background: #fff !important;
    color: #000;
}

#social .astroid-button-valdent a:nth-child(1) {
    background: #00b8ed;

}

#social .astroid-button-valdent a:nth-child(2) {
    background: #25d366;
}

/* 
#footer {
    padding-top: 20px;
    background-color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(235, 238, 241), rgba(209, 66, 141, 0.21))
}

#footer .astroid-image {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: center;
}

#footer .astroid-icons .row {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

#footer #map h6 {
    text-align: left;
}

#footer p, #footer h6 {
    text-align: right;
}



#footer iframe {
    width: 100%;
    max-width: 600px;
    height: 350px;
    border: none;
}

#footer img:nth-child(1) {
    max-width: 120px;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .astroid-heading {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer .astroid-content-heading {
    line-height: 0em;
}

#footer .astroid-footer, #footer .astroid-footer a {
    color: #000;
}

#footer .astroid-content-text a {
    color: #fff;
    text-decoration: underline;
}

#footer h6, #footer figcaption {
    color: #d1428d;
} */




.img-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
    max-width: 75%;
    box-shadow: 5px 5px 10px 6px rgba(0,0,0,0.6);
    border-radius: 5px;
    background: #fff;

}

.img-text .astroid-image {
    width: 33%;
}

.img-text .astroid-text {
    width: 67%;
    padding-left: 20px;
}

.img-text strong, .img-text h4 {
    color: #01b8ed;
}

.img-text img {
    width: 100px;
}

.bg-size-100{
    background-size:100%;
}

.width-100{
    width:100vw;
}
.height-100{
    height:100vh;
}


.align-center {
    display: flex;
    justify-content: center;
    align-items: center;

}

.display-none{
    display:none !important;
}





@media (width <=576px) {
    #footer .astroid-image {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #footer #map h6 {
        text-align: center;
    }
    #footer .astroid-icons .row {
        display: flex;
        flex-direction: row;
        justify-content: center;
}

    #footer p, #footer h6 {
        text-align: center;
    }
}



/* Correzioni specifiche Prima Visita Ortodonzia - ID 29 */
#dott .row { justify-content: center; }
#dott .astroid-column:nth-child(1) { flex: 0 0 100%; max-width: 100%; }
#dott .astroid-column:nth-child(2) { display: none !important; }
.img-text { box-sizing: border-box; padding-right: 30px; }
.img-text .astroid-image,
.img-text .astroid-text { box-sizing: border-box; }
.img-text .astroid-text { padding-right: 30px; overflow-wrap: anywhere; }
@media (max-width: 767px) {
  #hero { background-size: cover; background-position: center; }
  .img-text { max-width: calc(100% - 24px); padding: 18px; }
  .img-text .astroid-image { width: 28%; }
  .img-text .astroid-text { width: 72%; padding: 0 12px 0 16px; }
}


/* Frontespizio nitido a sinistra e footer ordinato */
#hero {
  background-color: #f7f9fb !important;
  background-position: left center !important;
  background-size: 50% auto !important;
  background-repeat: no-repeat !important;
}
#hero .astroid-column { position: relative; z-index: 1; }
#footer .row { justify-content: center !important; }
#footer .astroid-column,
#footer .astroid-image,
#footer .astroid-content-text,
#footer .astroid-heading,
#footer .astroid-icons {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}
#footer p, #footer h6, #footer figcaption, #footer ul, #footer li {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  text-align: center !important;
}
#footer .astroid-icons .row { flex-direction: row !important; justify-content: center !important; }
@media (max-width: 767px) {
  #hero { background-size: 52% auto !important; background-position: left top !important; }
}

/* Sezione "Tutto quello che devi sapere": proporzioni del layout approvato */
#tutto > .container > .astroid-row:first-child > .astroid-column > .astroid-heading .heading {
  font-size: 2.6em;
  line-height: 1.1;
  margin-bottom: 18px;
}
#tutto > .container > .astroid-row:first-child > .astroid-column > .astroid-text {
  max-width: 920px;
  margin: 0 auto;
  font-size: 1.38em;
  line-height: 1.22;
  text-align: center;
}
#tutto > .container > .astroid-row:first-child .astroid-list-with-media {
  margin-top: 46px;
}
#tutto > .container > .astroid-row:first-child .astroid-list-with-media > .row {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
#tutto > .container > .astroid-row:first-child .card .astroid-text {
  max-width: 285px;
  margin: 22px auto 0;
  font-size: 1.35em;
  line-height: 1.12;
}
#tutto > .container > .astroid-row:first-child .card-img-inside {
  width: 150px !important;
  max-width: 150px !important;
}
#tutto > .container > .astroid-row:nth-child(2) {
  margin-top: 68px;
}
#tutto > .container > .astroid-row:nth-child(2) > .astroid-column > .astroid-heading .heading {
  font-size: 2em;
  line-height: 1.15;
  margin-bottom: 40px;
}
#tutto > .container > .astroid-row:nth-child(2) .card-body h3 {
  font-size: 1.45em;
  line-height: 1.08;
}
#tutto > .container > .astroid-row:nth-child(2) .card .astroid-text {
  max-width: 300px;
  font-size: 1.18em;
  line-height: 1.25;
}
@media (max-width: 767px) {
  #tutto > .container > .astroid-row:first-child > .astroid-column > .astroid-heading .heading {
    font-size: 2em;
  }
  #tutto > .container > .astroid-row:first-child > .astroid-column > .astroid-text,
  #tutto > .container > .astroid-row:first-child .card .astroid-text {
    font-size: 1.12em;
  }
  #tutto > .container > .astroid-row:nth-child(2) {
    margin-top: 42px;
  }
  #tutto > .container > .astroid-row:nth-child(2) > .astroid-column > .astroid-heading .heading {
    font-size: 1.6em;
    margin-bottom: 24px;
  }
}

.img-text {
  width: calc(100% - 32px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.img-text .astroid-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .img-text {
    flex-direction: column;
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding: 20px;
  }
  .img-text .astroid-image,
  .img-text .astroid-text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .img-text .astroid-image { margin-bottom: 14px; }
}

/* Frontespizio fedele alla pagina consegnata */
#hero {
  position: relative;
  min-height: 550px;
  background-image: url("/images/touch_point/prima_visita_ortodonzia/primavisita-ortodonzia/photos/89f410b1-d29f-491c-ad29-413d93e3f1bf.png") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#hero::before { content: none; }
#hero .container { position: relative; z-index: 1; height: 550px; }
#hero .astroid-column {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  padding: 12px 0 0;
  align-items: center;
  text-align: center;
}
#hero #logo {
  width: auto;
  height: auto;
  max-width: 200px !important;
  background: none;
}
#hero #logo img {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
}
#hero .astroid-heading {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
#hero h2,
#hero h3 {
  width: 100%;
  max-width: 100%;
  margin: 0;
  text-align: center;
  font-family: Raleway, Arial, sans-serif;
}
#hero h2 {
  color: #00b8ed;
  font-size: 4.3em !important;
  line-height: .98;
  font-weight: 700;
}
#hero h3 {
  color: #395174;
  font-size: 2em !important;
  line-height: 1.15;
}
#hero .astroid-divider { width: 78%; margin: 8px auto 12px; }
@media (max-width: 767px) {
  #hero { min-height: 0; background-size: auto 100% !important; }
  #hero .container { height: auto; }
  #hero .astroid-column {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 20px 16px;
  }
  #hero h2 { font-size: 3em !important; }
  #hero h3 { font-size: 1.45em !important; }
}
