html,
body {font-family: 'Poppins', sans-serif;
; font-size: 10px; font-weight: 400}

p {font-size: 1.4rem;}
strong {font-weight: 700}



/*ELEMENTS*/
#hero__container {background-color: rgba(26, 124, 175, 0.18); text-align: center; padding: 20px 0}
#hero__container img {max-width: 60%; text-align: center}
#hero__container h1 {font-size: 4rem; color: #262d4a}

#content {}
#content .row {padding: 30px 0}
#content h2 {font-size: 2.4rem; text-align: center; color: #2B2B2B}
#content p {color: #808080; line-height: 1.8; margin-top: 20%;}
#content img {max-width: 100%; margin: 0 0 20px 0}



.form {background-color: #ffbf60; padding: 20px 0; margin: 10px 0; border-radius: 10px; font-size: 1.3rem!important;padding: 15px;}
.form>p {color: white!important; text-align: center; font-size: 1.6rem; }
.form h6 {color: white}
.form .label {font-size: 1.1rem; color: white!important}
.form a {display: inline-block}
#form__condition {margin: 10px 0}
#form__condition, #form__condition a {font-size: 1.1rem!important; color: white; text-align: left;}
#form__submit {text-align: center}
#form__submit p {color: #2e3558}


.tpGrazie {margin: 0 0 50px 0}
#page__ok {text-align: center; margin: 50px 0; padding: 50px 0; background-color: #e3f1ff}
#page__ok h1, #page__ko h1 {font-size: 3rem; margin: 0 auto 20px auto;}
#page__ok .video-container {margin: 20px 0}
#page__ko {text-align: center; margin: 50px 0; padding: 50px 0; background-color: #e3f1ff}
#banner {text-align:center;}
#banner .imgBanner {display: inline-block; margin: 0px 5px 50px 5px}

.footer{padding: 10px; text-align: center; font-size: 1.2rem; color: #fff; background-color: #312d29;}


/*Background Color*/

.background-blu-1 {background-color: rgba(214, 232, 241, .33)}


@media screen and (max-width: 1199px) {
  #form_tag iframe {height:500px;}
}
@media screen and (max-width: 991px) {
  #content p {font-size: 1.2rem; margin-top: 0px; text-align: center;}
  #form_tag {margin-left: 25%; margin-top: 40px;}
}
@media screen and (max-width: 767px) {
  #content {text-align: center!important;}
  #content img {max-width: 70%}
  #form_tag {margin-left: auto; margin-right: auto; max-width: 400px;}
}
