@font-face { font-family: 'icomoon'; src: url('fonts/icomoon'); }
@font-face { font-family: 'ssi_default'; src: url('fonts/default') format('truetype'); }

* { margin: 0; font-family: ssi_default; }
body { font-size: 10pt; --product_price: #671e94; --product_button: #252525; }
ul { padding: 0px; }
li { list-style: none; display: inline-block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; }
.ssi_content { margin: 0px auto; max-width: 940px; padding: 0px 8px; }
.ssi_center { text-align: center }
.ssi_right { text-align: right }
.network_link { display: inline-block; padding: 10px; margin: 2px 0px 2px 2px; font-family: icomoon; float: right; -webkit-transition: background 0.6s; transition: background 0.6s; }

.ssi_top { background-color: #222; min-height: 40px; color: #ccc; }
.ssi_top .facebook:hover { background-color: #3B5998; }
.ssi_top .instagram:hover { background-color: #F56040; }
.ssi_top .spotify:hover { background-color: #1DB954; }
.ssi_top .twitter:hover { background-color: #1DA1F2; }
.ssi_top .linkedin:hover { background-color: #0e76a8; }
.ssi_top .youtube:hover { background-color: #FF0000; }
.ssi_top .youtube { font-size: 16px; }
.ssi_top .ssi_content > a { padding: 10px 10px 0px 0px; display: inline-block; }
.ssi_top .ssi_content > a:hover { text-decoration: underline; }
.ssi_top_phone:before { font-family: icomoon; content: "\e904"; padding-right: 4px; }
.ssi_top_whats:before { font-family: icomoon; content: "\e905"; padding-right: 4px; }
.ssi_top_email:before { font-family: icomoon; content: "\e906"; padding-right: 4px; position: relative; top: 2px; }
.ssi_top_intranet { float: right; padding-left: 10px !important; }
.ssi_top_ecommerce_checkout { float: right; }
.ssi_top_ecommerce_checkout_icon:before { font-family: icomoon; content: "\e909"; background-color: transparent; }
.ssi_top_ecommerce_checkout_counter { font-weight: bold; background-color: #860707; color: #fff; font-size: 70%; vertical-align: top; padding: 1px 4px 1px 4px; border-radius: 5px; position: relative; top: -3px; left: -3px; }
.ssi_checkout_total { display: inline-block; }

.ssi_logo { max-width: 80%; }

.ssi_reviews_div { background: #F5F5F5; padding: 20px}
.ssi_reviews_title { font-weight: 400; font-size: 14px }
.ssi_reviews_description { font-weight: 700; font-size: 20px; width: 270px; margin-bottom: 40px; }
.ssi_reviews_buttons { float: right; margin-top: -65px; }
.ssi_reviews_button { border: none; border-radius: 4px; font-size: 24px; font-weight: bold; background-color: #BDBABB; color: #fff; margin: -60px 10px 20px 10px; }
.ssi_reviews_button:active { background-color: #827F80 }
.ssi_reviews_wrapper { overflow-x: hidden; white-space: nowrap; }
.ssi_reviews_container { position: relative; left: 0px; transition: all .3s ease; }
.ssi_reviews_card { display: inline-block; background: #fff; border-radius: 8px; width: 300px; padding: 20px; white-space: normal; vertical-align: top; margin-right: 20px }
.ssi_reviews_card img { width: 40px; border-radius: 50%; float: left; margin-right: 10px; }
.ssi_reviews_card_name { font-size: 16px; font-weight: 700; position: relative; top: 8px; }
.ssi_reviews_card p { text-align: justify; clear: left; margin-top: 32px; min-height: 170px; }
.ssi_reviews_quote { float: right; position: sticky; margin-top: -32px; }
.ssi_reviews_quote:before { font-family: icomoon; content: "\e90b"; font-size: 60px; color: #000; opacity: 30%; }
.ssi_rating { display: inline-block; padding-bottom: 10px; }
.ssi_rating span:before { font-family: icomoon; content: "\e90a"; padding-right: 4px; font-size: 16px; }
.ssi_rating_star:before { color: #B86651; }
.ssi_rating_no_star:before { color: #5b5b5b; }

.ssi_teachers_div { display: flex; flex-direction: row; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: center; margin: 40px 20px; }
.ssi_teacher_card { width: 170px; text-align: center; }
.ssi_teacher_card div { font-weight: bold }
.ssi_teacher_card img { width: 150px; height: 150px; border-radius: 50% }
.ssi_teacher_card span { font-style: italic }

.ssi_teacher_content { max-width: 980px;  margin: 40px auto;}
.ssi_teacher_profile { display: inline-block; max-width: 180px }
.ssi_teacher_image { border-radius: 50%; width: 150px; height: 150px; margin-bottom: 20px; }
.ssi_teacher_name { text-align: center; font-weight: bold; display: block }
.ssi_teacher_introduction { display: inline-block; max-width: 700px; padding-left: 80px; text-align: justify; white-space: pre-wrap; margin-bottom: 40px; vertical-align: top; }

@media (max-width: 600px) { .scu_slider { display: none; }
    header { text-align: center }
}

.ssi_fixed_header { position: fixed; top: 0; width: 100%; z-index: 9999; margin-top: 0px; }

nav:not(footer nav) { font-size: 120%; }
nav li { padding: 12px 15px; }
nav > input[type=checkbox] { display: none; }
nav > label { display: none; border: 1px solid #222; border-radius: 3px; padding: 4px 8px; }

nav:not(footer nav) ul > li > ul { position: absolute; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.5s linear; z-index: 999; }
nav ul > li:hover > ul { visibility: visible; opacity: 1; }
nav ul > li > ul > li > ul { position: initial; margin-top: 8px; display: none; }
nav ul > li > ul > li:hover > ul { display: block; }
nav ul > li > ul > li { padding: 10px 15px; display: block; text-align: left; text-transform: initial; min-width: 150px; font-size: 90%; }
nav:not(footer nav) ul > li > ul > li:hover { background-color: #262525; }
nav ul > li > ul span:after { content: "▼"; float: right; padding-right: 4px; font-size: 75%; position: relative; top: 3px; }

@media (max-width: 600px) {
    nav:not(footer nav) { position: absolute; z-index: 9999; width: 100%; margin-top: -90px !important; }
    nav:not(footer nav) > ul { display: none; background-color: #fff; clear: both; border: 1px solid #4a4a4a; padding-top: 8px !important; padding-bottom: 12px !important; }
    nav:not(footer nav) > label { display: inline-block; float: right; margin-right: 6px; }
    nav:not(footer nav) > input[type=checkbox]:checked ~ ul { display: block; width: 100%; }
    nav:not(footer nav) li { display: block; text-align: left; }
    nav:not(footer nav) li:not(:last-child) { border-bottom: 1px solid #ccc; }
    nav:not(footer nav) li a, nav ul span { display: block; padding: 15px 0px; }
    nav:not(footer nav) ul > li > ul { position: initial; visibility: visible; opacity: 1; margin-top: 10px; }
}

.ssi_banner, .ssi_banner_mobile { height: 300px; width: 100%; background-size: 100% 100%; }
.ssi_banner_mobile { display: none }
@media (max-width: 600px) {
    .ssi_banner_alt_mob { display: none }
    .ssi_banner_mobile { display: block }
}

.ssi_slogans { position: absolute; z-index: 990; width: 100%; padding-top: 115px; }

@media (max-width: 600px) {
    .ssi_slogans { padding-left: 24px; }
}

.ssi_slogan1, .ssi_slogan2, .ssi_slogan3 { font-size: 150%; font-weight: bold; margin-right: 20px; }

.ssi_topics { display: flex; flex-wrap: wrap; margin-top: 15px; clear: both; justify-content: space-between; }
.ssi_topic { flex: 1 1; min-width: 210px; padding: 10px; margin-bottom: 15px; }
.ssi_topic h2 { font-weight: normal; font-size: 80%; margin-bottom: 5px; }
.ssi_topic img { max-width: 100%; min-width: 100%; margin-bottom: 4px; transition: 0.3s; }
.ssi_topic img:hover { transform: scale(1.1); }
.ssi_topic_content { white-space: pre-wrap }

@media (max-width: 600px) {
    .ssi_topic { padding-left: 20px }
}

.ssi_cta { padding: 25px 10px 10px 10px; font-size: 150%; }
.ssi_cta a { white-space: nowrap; text-transform: uppercase; position: relative; top: -10px; border-radius: 4px; background-color: black; float: right; color: white; padding: 10px 30px; }
.ssi_cta a:hover { text-decoration: underline; }
.ssi_cta a:active { background-color: #2f2f2f; }

@media (max-width: 600px) {
    .ssi_cta a { top: unset }
}

.ssi_blog_summary > div { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.ssi_blog_summary > h2 { display: block; text-align: center; margin-bottom: 10px; }
.article_content_summary > h4 > a:hover { text-decoration: underline; }
.article_summary { flex: 1 1; min-width: 210px; padding: 10px; max-width: 250px; }
.article_summary_image { max-width: 250px; max-height: 166px; width: 100%; }
.article_summary_video { max-width: 250px; max-height: 166px; width: 100%; }
.article_summary_title { margin: 10px 0px; font-size: 120%; }
.article_tags_selector { display: inline-block; margin-bottom: 10px; font-size: 80%; margin-right: 8px; }
.article_tags_color { display: inline-block; width: 24px; height: 16px; border-radius: 2px; margin-right: 4px; position: relative; top: 3px; }
.article_summary_learn_more { display: inline-block; margin-top: 10px; }
.article_title { margin-top: 50px; margin-bottom: 5px; font-weight: unset; font-size: 250%; }
.article_lead { font-style: italic; }
.article_content { margin-top: 20px; }
.ssi_blog_other_posts { display: flex; flex-direction: row; justify-content: center; }
.ssi_blog_other_posts_section { width: 940px; max-width: calc(100% - 80px); margin: 40px auto; }
.ssi_blog_other_posts_title { display: block; text-align: center; font-weight: bold; margin-bottom: 20px; }
.ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { width: 80%; margin: 10px auto; display: block; }
.article_youtube_video { border: none; float: right; width: 420px; height: 315px; padding: 0 0 15px 15px; }
.article_summary_container { display: flex; flex-wrap: wrap; width: 940px; margin: auto; }
.ssi_results_page_subtitle { padding: 10px 30px 10px; background-color: #fafafa; margin-bottom: 20px; border-radius: 8px; }

@media (max-width: 600px) { .ssi_blog_other_posts { flex-direction: column; }
        .ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { width: 100% }
    }

.ssi_product_summary { flex: 1 1; min-width: 210px; padding: 10px; min-width: 250px; background-color: #eee; margin-bottom: 5px; }
.ssi_product_summary_container { display: flex; flex-wrap: wrap; width: 940px; margin: auto; gap: 8px; }
.ssi_product_summary_container .ssi_product_summary { border-radius: 8px; }
.ssi_product_summary > div { display: flex; }
.product_summary_image { max-width: 200px; height: 150px; }
.ssi_product_summary_container .product_summary_image { max-width: 160px; height: 145px; border-radius: 4px; }
.product_description_title { font-size: 120%; }
.product_description_title:hover { text-decoration: underline; }
.product_summary_content { margin: 10px 5px; }
.product_description_price { font-size: 90%; }
.product_short_description_text { font-style: italic; font-size: 80%; }
.ssi_product_summary_container .ssi_product_summary .product_summary_content { display: flex; flex-direction: column; justify-content: space-around; }
.ssi_product_summary_container .ssi_product_summary .product_summary_content .product_description_price { color: var(--product_price); font-weight: bold; }
.ssi_product_summary_container .ssi_product_summary .product_summary_content .product_description_title { font-size: 100%; }

.ssi_blog_index .article_summary { max-width: unset; padding-bottom: 20px; clear: both; min-height: 156px; }
.ssi_blog_index .article_summary:not(:last-child) { border-bottom: 1px solid #c1c0c0; }
.ssi_blog_index .article_summary_image { margin-right: 15px; max-width: 400px; }

.share_link, .ssi_blog_share_link { margin: 25px 0px; }
.share_link span, .ssi_blog_share_link span { padding-right: 15px; }
.share_link a, .ssi_blog_share_link a { font-family: icomoon; margin-left: 4px; display: inline-block; color: #fff; padding: 6px 8px; border-radius: 2px; }
.share_link .facebook, .ssi_blog_share_link .facebook { background-color: #3B5998; }
.share_link .twitter, .ssi_blog_share_link .twitter { background-color: #1DA1F2; }
.share_link .linkedin, .ssi_blog_share_link .linkedin { background-color: #0077b5; }
.share_link .pinterest, .ssi_blog_share_link .pinterest { background-color: #e50022; }
.share_link .whatsapp, .ssi_blog_share_link .whatsapp { background-color: #00920a; }

.mensajeError { display: none; margin: 20px 5px; margin-top: 20px; border-radius: 3px; color: #5f0404; background-color: #ffd4d4; border: 1px solid #820606; padding: 10px; }
.mensajeExito { display: none; margin: 20px 5px; border-radius: 3px; color: #045702; background-color: #d7f9cb; border: 1px solid #73d152; padding: 10px; }

#verificationForm { text-align: center; padding-bottom: 40px; padding-top: 50px; }
#verificationForm label { color: #515557; display: block; margin: 2px 0px; }
#verificationForm input, #divVerfication textarea { width: 333px; font-size: 31px; padding: 2px 40px; text-transform: uppercase; }
#verificationForm .verificationButton { margin: 6px 0px 10px 0px; background-color: #515557; padding: 8px 22px; display: inline-block; }

#verificationInfo { display: none; border: 1px solid #93a56c; padding: 5px 10px; border-radius: 3px; margin-bottom: 100px; }
#verificationInfo label { color: #515557; display: block; margin: 2px 0px; }
#verificationInfo .messageDocument { font-weight: bold; margin-bottom: 15px; margin-top: 6px; border-radius: 3px; background-color: #c2d39e; padding: 10px; }
#verificationInfo #fileLink { display: block; margin: 15px 0px; font-weight: bold; }
#verificationInfo #fileLink:hover { text-decoration: underline }
.verification_info_iti_link { display: block; background: #d7cfcf29; padding: 5px 0; width: fit-content; border-radius: 3px; font-size: 14px; }

.ssi_not_found h2 { margin-top: 150px; }
.ssi_not_found a { display: block; margin-bottom: 150px; text-decoration: underline; color: #5e6d8b; }

footer { clear: both; background-color: #F9F8F5; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 25px 0px; }
footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 30px; }
footer .ssi_content > * { flex: 1 1; }
footer .ssi_content > *:not(:first-child, nav) { min-width: 300px; }
footer .ssi_content > div:first-child { max-width: 160px; }
footer address strong, footer address span { display: block; }
footer .ssi_content > * { padding: 10px; }
footer address { font-style: normal; }
footer address h4 { margin-top: 13px; }
footer h2 { margin-bottom: 15px; }
.ssi_footer_contact h2 { margin-bottom: 5px; margin-top: 15px  }
.ssi_footer_social .network_link { display: unset; float: unset; }
.ssi_footer_menu { display: grid; margin-left: 25px; font-weight: bold; }
.ssi_footer_menu li { padding-bottom: 8px; }
footer nav li { display: block; font-weight: bold; }

small { display: block; padding: 10px 0px; }
small .ssi_content { display: flex; flex-wrap: wrap; }
small .ssi_content > * { flex: 1 1; }
small .ssi_content > *:not(:last-child) { padding: 10px 0px; }
small a:hover { text-decoration: underline }

.ssi_course_summary { text-align: center; clear: both; }
.ssi_course_summary > a { cursor: pointer; text-align: left; border: 1px solid #eee; width: 280px; display: inline-block; margin: 15px; border-radius: 5px; -webkit-box-shadow: 10px 10px 5px 0px rgba(240,240,240,1); -moz-box-shadow: 10px 10px 5px 0px rgba(240,240,240,1); box-shadow: 10px 10px 5px 0px rgba(240,240,240,1); }
.ssi_course_summary > a:hover { box-shadow: 10px 10px 5px 0px rgb(194, 220, 207); }
.ssi_course_summary > a > img:first-child { width: 100%; height: 220px; }
.ssi_course_summary > a > h3 { font-weight: normal; text-align: center; margin: 0px 15px 20px 15px; text-align: left; }
.ssi_course_summary > a ~ h3 { margin-top: 30px; }
.ssi_course_workload { display: inline-block; margin: 15px 15px 2px 15px; font-size: 90%; float: right; }
.ssi_course_date { font-size: 90%; display: inline-block; float: left; margin: 15px 15px 2px 15px; }
.ssi_course_schedule { font-size: 90%; display: block; clear: both; margin: 2px 15px 15px 15px; }

.ssi_course_details h3 { font-size: 120%; text-transform: uppercase; margin-bottom: 8px; }
.ssi_course_details h4 { margin: 12px 0px 4px 0px; }
.ssi_course_details_teacher_pic { float: left; margin-right: 5px; display: block; width: 48px; height: 48px; border: 2px solid #fff; border-radius: 24px; }
.ssi_course_details_teacher_name { text-transform: uppercase; font-size: 80%; }
.ssi_course_details_pic { float: left; width: 400px; margin-top: 15px; margin-right: 8px; display: block; border: 1px solid #eee; max-width: 100%; }
.ssi_course_details_pic ~ br { clear: both; }
.ssi_course_details_workload { display: inline-block; margin: 15px 15px 2px 15px; font-size: 90%; float: right; }
.ssi_course_details_date { text-transform: uppercase; margin-right: 5px; text-align: center; float: left; background-color: #9c5151; padding: 6px 13px; color: #fff; border-radius: 2px; }
.ssi_course_details_date > div:first-child { font-size: 140% }
.ssi_course_details_class_list { }
.ssi_course_details_class_list h4 { padding: 8px 0px; }
.ssi_course_details_class_list ~ h4 { clear: both; padding-top: 15px; }
.ssi_course_details_class { min-height: 64px; font-size: 90%; margin-bottom: 10px; }
.ssi_course_details_class:not(:last-child) { border-bottom: 1px solid #ccc; }
.ssi_course_details_price { padding: 0px 15px 0px 4px; font-weight: bold; color: #aa5a27; }
.ssi_course_details_teacher_list h5 { margin-top: 10px; }
.ssi_course_details_enroll { cursor: pointer; margin-bottom: 10px; margin-top: 4px; padding: 4px 12px; border-radius: 2px; border: 1px solid #757171; color: #fff; background-color: #718463; }
.ssi_course_details_close_notice { color: #720303; }
.ssi_course_index_intro { white-space: pre-wrap; padding: 10px; margin-top: 28px; }
.ssi_course_index_lead { background-color: #111; color: #fff; padding: 24px; font-size: 130%; border-radius: 5px; max-width: 400px; float: left; margin-right: 15px; margin-top: 10px; }
.sol_address_details { display: flex; justify-content: space-between; width: 388px; }

@media (max-width: 600px) 
{ 
    .ssi_course_details_pic { margin-right: 15px; }
    .ssi_course_summary > a { width: 90% }
    .ssi_course_details_pic { display: block; float: none; }
}

.sol_student_agreement { max-height: 200px; overflow-y: auto; border: 1px solid #ccc; padding: 15px; border-radius: 3px; margin-top: 8px; }

@media (max-width: 700px) {
    .sol_student_agreement { max-height: 200px; }
}

.sol_loader { text-align: center; display: none; margin-top: 8px; }
.sol_loader span { margin: 0px auto; display: inline-block; background: #000; width: 4px; height: 4px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; margin: 12px 2px; position: relative; -webkit-animation: loader 4s infinite; -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -webkit-animation-fill-mode: both; -moz-animation: loader 4s infinite; -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -moz-animation-fill-mode: both; -ms-animation: loader 4s infinite; -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); -ms-animation-fill-mode: both; animation: loader 4s infinite; animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415); animation-fill-mode: both; }
.sol_loader1 { -webkit-animation-delay: 1s !important; -moz-animation-delay: 1s !important; -ms-animation-delay: 1s !important; animation-delay: 1s !important; }
.sol_loader2 { -webkit-animation-delay: 0.8s !important; -moz-animation-delay: 0.8s !important; -ms-animation-delay: 0.8s !important; animation-delay: 0.8s !important; }
.sol_loader3 { -webkit-animation-delay: 0.6s !important; -moz-animation-delay: 0.6s !important; -ms-animation-delay: 0.6s !important; animation-delay: 0.6s !important; }
.sol_loader4 { -webkit-animation-delay: 0.4s !important; -moz-animation-delay: 0.4s !important; -ms-animation-delay: 0.4s !important; animation-delay: 0.4s !important; }
.sol_loader5 { -webkit-animation-delay: 0.2s !important; -moz-animation-delay: 0.2s !important; -ms-animation-delay: 0.2s !important; animation-delay: 0.2s !important; }
.sol_loader6 { -webkit-animation-delay: 0s !important; -moz-animation-delay: 0s !important; -ms-animation-delay: 0s !important; animation-delay: 0s !important; }

.sol_mensaje { padding: 15px; margin-bottom: 10px; border-radius: 3px; clear: both; }
.sol_mensaje_error { background-color: #ffc9c9; color: #ac1818; }

.sol_check { cursor: pointer; padding-left: 0px !important; }
.sol_check input { position: relative; top: 2px; cursor: pointer; }
.sol_check span { padding-left: 4px; }
.sol_multiple_choice_inline .sol_check { display: inline-block !important; padding-top: 0px !important; margin: 3px 10px 0px 0px; font-weight: bold; }

#dialogTarget { margin: 25px 0px; }
#dialogTarget h2 { margin-bottom: 20px; }
#dialogTarget select, #dialogTarget button { cursor: pointer; }
#dialogTarget footer { background: none; border: 0; padding: 10px 0px; }
#dialogTarget footer button, .sol_webidentity_signup_area button, .sol_course_ok_button { cursor: pointer; padding: 8px 16px; margin-right: 8px; border-radius: 4px; border: 1px solid #ccc; display: inline-block; min-width: 141px; }
.sol_course_ok_button { margin-top: 20px; }
#dialogTarget .sol_campo { padding: 3px 8px; border-radius: 3px; border: 1px solid #ccc; }
#dialogTarget .sol_campo_multiple { display: inline-block; }
#dialogTarget .sol_campo_multiple_boton { padding: 1px 7px; margin-right: 4px; margin-left: 0px !important; border-radius: 3px; }
#dialogTarget .sol_campo_telefono { display: inline-block; margin-right: 8px; }
#dialogTarget .sol_campo_telefono .sol_campo { border: 0px !important; border-bottom: 1px solid #ebebeb; padding: 0px 3px; margin-bottom: 0px !important; }
#dialogTarget .sol_campo_telefono sup { color: #F63A67; cursor: pointer; }
#dialogTarget .sol_mensaje { padding: 15px; margin: 10px 0px 20px 0px; border-radius: 3px; clear: both; }
#dialogTarget .sol_mensaje_error { background-color: #ffc9c9; color: #ac1818; }
#dialogTarget .sol_multiple_choice { margin-bottom: 14px; }
.sol_course_enrollment_form label { display: block !important; margin-bottom: 2px; margin-top: 5px; }
.sol_course_enrollment_form footer { margin-top: 20px; }
.sol_course_enrollment_form .sol_check { margin-top: 20px; font-weight: bold; }
.sol_course_enrollment_course_name { font-size: 140%; margin: 15px 0px; }
.sol_course_enrollment_apply_button { margin-left: 2px; margin-right: 4px; padding: 3px 8px; border-radius: 4px; border: 1px solid #ccc; }
.sol_course_enrollment_discount_coupon_text { font-weight: bold; padding: 3px 8px; background: #EFEFEF; border: 1px solid #ccc; border-radius: 4px; }
.sol_course_enrollment_discount_coupon_success { color: green; }
.sol_course_enrollment_discount_coupon_fail { color: red; }
.sol_webidentity_login_form, .sol_webidentity_signup_area { margin-bottom: 20px; }
.sol_webidentity_login_form label, .sol_webidentity_signup_form label { display: block; margin-top: 10px; }
.sol_webidentity_text { font-size: 140%; }
.sol_webidentity_signup_area { margin-bottom: 30px; }
.sol_webidentity_signup_area button { margin-top: 20px; }

.ssi_departments { scrollbar-color: yellow blue; text-align: center; text-transform: uppercase; font-size: 90%; margin: 10px 0px; white-space: nowrap; overflow-x: auto; }
.ssi_departments a { padding: 5px 15px; display: inline-block; }
.ssi_departments_selected { color: #878787 !important; }
.ssi_departments_icon img { height: 72px; width: 72px; border-radius: 36px; border: 2px #b6b4b4 double; }

::-webkit-scrollbar-track { background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb { background: #888; }

.ssi_product_list > a { cursor: pointer; border-radius: 5px; padding: 15px 30px; width: 150px; display: inline-block; margin: 0px 15px 15px 0px; background-color: #fff; }
.ssi_product_list > a > img { width: 100%; display: block; margin-bottom: 10px; border-radius: 3px; }
.ssi_product_list > a:hover { }

.ssi_ecommerce_home { width: 100%; margin: 15px auto; }
.ssi_ecommerce_home input { width: calc(100% - 40px); max-width: 940px; margin: 15px auto 5px auto; display: block; padding: 10px 15px; border-radius: 4px; border: 1px solid #797979; }
.ssi_ecommerce_home aside { flex: 0 0 280px; }
.ssi_ecommerce_home main { flex: 1; }
.ssi_homepage_products { text-align: center; }
.ssi_homepage_products > div { text-align: center; flex-wrap: wrap }
.ssi_homepage_product_category { text-align: left; background-color: #f4f4f4; text-transform: uppercase; }
.ssi_homepage_product_category h2 { background-color: #111; color: #fff; padding: 10px 15px; font-size: 100%; }
.ssi_homepage_product_category img { display: none; }
.ssi_homepage_product_category a { font-size: 90%; display: block; padding: 8px 15px; border-bottom: 1px solid #dadada; color: #111; }
.ssi_homepage_product_category a:hover { text-decoration: underline; }
.ssi_ecommerce_home #productSearchError { display: none; text-align: left; background-color: #fcffdb; padding: 15px; margin-top: 10px; font-style: italic; border-radius: 4px; width: calc(100% - 32px); }
.ssi_ecommerce_home #productSearchLoader { display: none; float: right; position: relative; top: -20px; left: -4px; }

.ssi_empty_product_category { text-align: center; position: relative; top: 50%; font-weight: bold; }

.ssi_categories { padding: 10px; padding-top: 5px; display: flex; }
.ssi_categories #productsArea { flex: 1 1; }

.ssi_product_filters_departments { font-weight: bold; padding: 10px; padding-bottom: 5px; font-size: 130%; }
.ssi_product_filters { text-transform: uppercase; float: left; flex: 0 0 180px; }
.ssi_product_filters h3 { margin-bottom: 10px; font-size: 120%; padding-left: 8px; }
.ssi_product_filters li { display: block; cursor: pointer; padding: 4px 1px; font-weight: bold; padding-left: 15px; }
.ssi_product_filters li:hover { color: #671e94 }
.ssi_product_category { padding-left: 5px; }

@media (max-width: 600px) { .ssi_categories { display: block; }
    .ssi_product_filters { width: 100%; margin-bottom: 20px; }
}

.ssi_product_index { background-color: #fbfbfb; border: 1px solid #efefef; border-radius: 3px; text-align: left; padding: 10px; width: 180px; display: inline-block; vertical-align: top; margin-left: 15px; margin-bottom: 15px; }
.ssi_product_index:hover { border: 1px solid #e0d9d9; }
.ssi_product_index img { width: 180px; height: 180px; border-radius: 3px; border: 1px solid #efefef; }
.ssi_product_index > div { text-transform: uppercase; font-size: 90%; font-weight: bold; margin-bottom: 5px; }
.ssi_product_index_price { font-weight: bold; font-size: 110%; color: var(--product_price); }
.ssi_purchase_button_index { background-color: var(--product_button); padding-bottom: 12px; color: #fff; border: 0; border-radius: 2px; padding: 3px 8px 4px 8px; cursor: pointer; }
.ssi_purchase_button_index:before { font-family: icomoon; content: "\e909"; padding-right: 7px; position: relative; top: 1px; }

@media (max-width: 600px) {
    .ssi_ecommerce_home { display: block; width: unset; }
    .ssi_ecommerce_home aside { width: 100%; margin-right: 10px; }
    .ssi_product_index, .ssi_product_list > a { min-width: 100px; margin-right: 0px; box-sizing: border-box; }
    .ssi_product_index img, .ssi_product_list > a > img { width: 60%; min-width: 100px; height: unset; margin: 0 auto 10px auto; display: block; }
    .ssi_product_index { margin-right: 0px; text-align: center; margin-left: 0px; }
    .ssi_product_list { text-align: center; }
    .ssi_categories .ssi_product_index:nth-child(odd) { margin-right: 15px; }
    .ssi_categories .ssi_product_index:nth-child(even) { margin-left: 15px; }
}


#product_gallery { float: left; margin-right: 10px; }
.ssi_product_viewer_navigator { width: 380px; text-align: center; vertical-align: top; display: inline-flex; }
.ssi_product_viewer_navigator > img { width: 48px; height: 48px; margin: 0px 5px; display: inline-block; border: 1px solid #515557; }
.ssi_product_viewer_navigator > button { background: none; border: 0; font-size: 200%; padding: 0px 24px; cursor: pointer; }
.ssi_product_viewer_navigator > button:focus { border: 0; }

.ssi_product_viewer_main_view { width: 380px; overflow-x: hidden; white-space: nowrap; }
.ssi_product_viewer_main_view > div { position: relative; }
.ssi_product_viewer_main_view img { width: 378px; height: 378px; border: 1px solid #515557; }

.ssi_product_name { text-transform: uppercase; font-size: 150%; margin-top: 15px; }
.ssi_product_part_number { color: #565656; font-size: 90%; }
.ssi_product_part_number:before { content: "(" }
.ssi_product_part_number:after { content: ")" }
.ssi_prod_short_description { margin: 15px 0px; background-color: #fafafa; padding: 8px; }
/*.ssi_prod_description { margin: 15px 0px; }*/
.ssi_product_price { color: var(--product_price); font-size: 200%; }
.ssi_product_availability, .ssi_product_no_available { font-size: 90%; margin-bottom: 15px; }
.ssi_product_no_available{ background-color: #bd3f3f; color: #fff; }
.ssi_prod_quantity_label { display: block; }
.ssi_prod_quantity { text-align: center; width: 80px; cursor: pointer; display: inline-block; margin-bottom: 10px; }
.ssi_ecommerce_section_title { clear: both; padding-top: 20px; padding-bottom: 5px; }
.ssi_purchase_button_details { border-radius: 3px; background-color:var(--product_button); padding: 12px 24px; cursor: pointer; color: #fff; border: 0; }
.ssi_specification_table { border: 1px solid #ccc; width: 100%; font-size: 90%; margin-bottom: 20px; }
.ssi_specification_table td { padding: 2px 4px }
.ssi_specification_table tr td:first-child { padding-right: 32px; white-space: nowrap; }
.ssi_specification_table tr td:last-child { width: 90% }
.ssi_specification_table tr:nth-child(odd) { background-color: #fafafa; }

/** Carrinho de compras */
#ShoppinCart { column-count: 2; margin: 15px 8px; }
@media (max-width: 880px) { #ShoppinCart { column-count: unset; } }
#ShoppinCart h3 { margin-bottom: 2px; }
.ssi_checkout_table { text-align: center; border-collapse: collapse; border: 1px solid #ccc; width: 100%; background-color: #fafafa; margin-bottom: 15px; }
.ssi_checkout_table thead td { border-bottom: 1px solid #ccc; }
.ssi_checkout_table td { padding: 5px; }
.ssi_checkout_prod_thumbnail { width: 50px; height: 50px; padding: 5px; }
.ssi_checkout_table_product { text-align: left; }
.ssi_checkout_table_quantity { text-align: center; }
.ssi_checkout_table_price { text-align: right; }
.ssi_checkout_table_total { text-align: right; }
.ssi_checkout_table_delete { text-align: center; width: 32px; cursor: pointer; color: #ac1818; }
.ssi_checkout_table_total_lab { text-align: left; font-weight: bold; }
.ssi_checkout_table_total_v { text-align: right; font-weight: bold; }
.ssi_checkout_empty { margin-top: 15px; background-color: #fad1d1; padding: 5px 10px; color: #ab0909; }
.ssi_checkout_identification { display: inline-block; }

.ssi_continue_shopping { padding: 25px 0px; display: inline-block; font-weight: bold; font-size: 1.17em; float: right; }
.ssi_continue_shopping:after { font-family: icomoon; content: "\ea3c"; padding-left: 10px; vertical-align: middle; }

.ssi_atlhete_registration { display: flex; }
.ssi_atlhete_registration aside { flex: 0 0 408px; padding-top: 100px; color: #fff; text-align: center; background: linear-gradient(rgba(0,0,0,.9), rgba(0,0,0,.9)), url("/img/player.jpg") no-repeat; background-size: cover; }
#registrationFormTarget { padding: 10px 0px; min-height: 450px; }
#registrationFormTarget label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }
#registrationFormTarget .sol_campo { padding: 5px 6px 3px 6px; color: #2e3ec7; font-weight: bold; border: 0px; border-bottom: 1px solid #d7d7d7; background-color: #f3f3f3; font-family: Courier New, Courier, monospace }
#registrationFormTarget .sol_campo_multiple { display: inline-block; }
#registrationFormTarget .sol_campo_multiple_boton { padding: 1px 7px; background-color: #dee0e1; margin-right: 4px; margin-left: 0px !important; }
#registrationFormTarget .sol_campo_telefono { display: inline-block; margin-right: 8px; }
#registrationFormTarget .sol_campo_telefono .sol_campo { border: 0px !important; border-bottom: 1px solid #ebebeb; padding: 0px; margin-bottom: 0px !important; }
#registrationFormTarget .sol_campo_telefono sup { color: #F63A67; cursor: pointer; }
#registrationFormTarget footer { display: block; background: none; border: 0px; padding-left: 0px; }
#registrationFormTarget .sol_formulario_ok { color: #fff; background-color: #000; border: 0px; padding: 10px 30px; }
#registrationFormTarget .sol_mensaje_exito { font-size: 120%; margin-top: 150px; text-align: center; }
#registrationFormTarget .sol_mensaje_exito:before { content: 'Muito obrigado!'; display: block; font-size: 150%; text-align: center; }
#registrationFormTarget .sol_lista_checks label { display: inline-block; margin-right: 20px; }
#registrationFormTarget h2 { text-transform: uppercase; font-size: 100%; margin-top: 10px; margin-bottom: 15px; border-bottom: 1px solid #d7d7d7; }
#registrationFormTarget textarea { width: 370px; }
#registrationFormTarget .sol_detalles_wrapper { margin-top: 10px; text-align: left; display: inline-block; margin: 0px 10px 0px 0px; }
.ssi_person_registration .sol_detalles_wrapper > input { margin: 0px 4px 0px 0px; }
.ssi_person_registration .sol_detalles_wrapper > label { display: block; font-size: 90%; margin: 0px 4px 0px 0px; }
.ssi_person_registration .sol_campo { border: 1px solid #d2d6de; padding: 2px 6px; border-radius: 3px; }
.ssi_person_registration_photo { float: left; margin-right: 15px; }

@media (max-width: 600px) { .ssi_atlhete_registration { display: block; } }

#deliveryTarget, .ssi_payment_box { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; }
#deliveryTarget, .ssi_payment_box { border: 1px solid #ccc; background-color: #fafafa; padding: 5px; margin-bottom: 15px; }
#deliveryTarget label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }
#deliveryTarget select { min-width: 230px; display: inline-block; }
#deliveryTarget .sol_campo { height: 16px; display: inline-block; min-width: 200px; border: 1px solid #ccc; border-radius: 3px; padding: 4px 8px; background-color: #fff; max-width: calc(100% - 6px); box-sizing: content-box; }
.ssi_delivery_total { margin-top: 8px; }
.ssi_delivery_free_shipping, .ssi_delivery_missing_address { background-color: #386740; color: #fff; font-weight: bold; padding: 4px 8px; display: inline-block; margin-left: 8px; border-radius: 3px; }
.ssi_delivery_free_shipping { background-color: #386740; }
.ssi_delivery_missing_address { background-color: #c27906; }

.sol_address_zip_button { height: 24px; vertical-align: top; width: 24px; cursor: pointer; background-image: url('/img/search.png'); background-position: center center; background-repeat: no-repeat; }
.sol_required_icon {font-size: 100%; margin-left: 2px; padding: 1px 4.5px 1px 5px; border-radius: 2px; color: transparent; background-image: url('img/exclamation.png'); background-repeat: no-repeat}

.ssi_bottom_search { display: none; }
.ssi_top_searchbox { float: right; position: relative; top: 7px; }
.ssi_search_input { border-radius: 3px; padding-bottom: 1.5px; border: 1px solid #ababab; }
.ssi_search_button { position: absolute; color: #444; font-family: icomoon; content: "\e904"; top: 1px; border: 0px; border-radius: 3px; background-color: transparent; height: 23px; vertical-align: top; width: 25px; cursor: pointer; margin-left: -24px; }


@media (max-width: 650px) {
    .ssi_top_searchbox { display: none; }
    .ssi_bottom_search { display: block; width: 100%; position: relative; bottom: 7px; margin-top: 15px; }
    .ssi_search_input { border-radius: 3px; margin-top: 1px; width: 90%; margin-right: 1px; }
    .ssi_search_button { border: 1px solid #ccc; border-radius: 3px; background-color: #cccccc; height: 25px; vertical-align: top; width: 25px; cursor: pointer; }
}

.ssi_payment_box label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }

.ssi_identification_box { border: 1px solid #ccc; background-color: #fafafa; padding: 5px 5px 10px 5px; margin-bottom: 15px; }
.ssi_identification_box label { display: block; margin-top: 6px; margin-bottom: 2px; text-transform: uppercase; font-size: 80%; color: #2c2c2c; }
.ssi_identification_box .sol_campo { height: 16px; display: inline-block; min-width: 200px; border: 1px solid #ccc; border-radius: 3px; padding: 4px 8px; background-color: #fff; max-width: calc(100% - 6px); box-sizing: content-box; }

.ssi_cart_finish_button { font-size: 130%; text-transform: uppercase; padding: 10px 20px; border-radius: 4px; display: block; }
.ssi_cart_total { margin-bottom: 15px; }
.ssi_cart_total input { border: 1px solid #ccc; background-color: #fafafa; padding: 5px; font-weight: bold; font-size: 130%; color: #671e94 }
.ssi_cart_error { white-space: pre-wrap; font-weight: bold; padding: 5px 8px; margin-bottom: 15px; background-color: #fde5e5; border-radius: 3px; }

.ssi_results_title { padding: 50px 30px 30px; }
.ssi_results_page_error { padding: 100px; margin-bottom: 50px; }

.ssi_success_page { padding: 100px 30px; }


.ssi_equotation_form { display: block;  float: left; }
.ssi_equotation_form_wrapper { padding: 5px; }
.ssi_equotation_form_wrapper > label { margin-right: 5px; }
.ssi_equotation_form_wrapper > input { }
.ssi_equotation_form footer { background-color: #fff; border: 0; }

.ssi_sale_discount_title { text-transform: uppercase; font-size: 150%; padding: 5px; }
.ssi_checkout_table_product_discount { text-align: left; color: #037818; font-weight: bold; }
.ssi_checkout_table_total_discount { text-align: right; color: #037818; font-weight: bold; }

.ssi_sale_discount_gallery { float: left; padding: 5px; margin-right: 10px; }
.ssi_sale_discount_short_description { margin: 15px 0px; background-color: #fafafa; padding: 8px; text-align: justify; }
.ssi_sale_discount_products { margin-top: 20px; text-align: center; clear: both; }
.ssi_sale_discount_products > div { text-align: left; flex-wrap: wrap }
.ssi_sale_discount_minimal_quantity { text-align: left; padding: 5px; }
.ssi_sale_discount_price { color: #671e94; font-size: 200%; }
.ssi_purchase_button_sale_details { border-radius: 3px; background-color: #252525; padding: 12px 24px; cursor: pointer; color: #fff; border: 0; margin-top: 10px; }
.ssi_purchase_bottom_button_sale_details { border-radius: 3px; background-color: #252525; padding: 12px 24px; cursor: pointer; color: #fff; border: 0; position: relative; left: 50%; margin: 10px; }

.ssi_custom_home_text {}
.ssi_custom_home_text_mobile { display: none; }

@media (max-width: 650px)
{
    .ssi_custom_home_text_desktop { display: none; }
    .ssi_custom_home_text_mobile { display: block; }
}

.ssi_gallery_all { display: flex; flex-wrap: wrap; margin-bottom: 36px; margin-top: 15px; justify-content: center; }
.ssi_gallery_all > div { flex: 1 1 auto;  margin: 4px; min-width: 240px; max-width: 300px; }
.ssi_gallery_all > div > a { overflow: hidden; display: block; }
.ssi_gallery_all > div > a:hover img { transform: scale(1.2); }
.ssi_gallery_all img { width: 100%; border: 1px solid #ccc; border-radius: 4px; transition: transform .7s ease; }
.ssi_gallery_album { text-align: center; }
.ssi_gallery_arrow { margin-top: 16px; position: absolute; cursor: pointer; z-index: 999; background-color: white; padding: 3px 15px 3px 14px; border-radius: 21px; opacity: 0.7; }
.ssi_gallery_arrow:hover { opacity: 0.9; }
.ssi_gallery_album img { vertical-align: middle; border: 1px solid #ccc; border-radius: 3px; }
.ssi_gallery_album p { margin-bottom: 20px; text-align: center; }
.ssi_gallery_album_photo { max-width: calc(100% - 200px); max-height: 380px; }
.ssi_gallery_album #galleryDesc { margin-top: 15px; margin-bottom: 15px; }
.ssi_gallery_album #leftArrow { margin-left: 10px; }
.ssi_gallery_album #rightArrow { margin-left: -70px; }

@media (max-width: 650px) {

    .ssi_gallery_album_photo { width: 98%; height: unset; max-width: initial; }
    .ssi_gallery_all > div { max-width: unset; }
}

.ssi_contact_form { margin-bottom: 20px; }
.ssi_contact_form h1 { margin-left: 6px; text-transform: uppercase; }
.ssi_contact_form label { display: block; padding-left: 5px; }
.ssi_contact_form input, .ssi_contact_form select, .ssi_contact_form textarea { padding: 12px 20px; margin: 5px 6px; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; width: 50%; }
.ssi_contact_form textarea { width: 98% !important; }
.ssi_contact_form button { margin-top: 20px; white-space: nowrap; text-transform: uppercase; border-radius: 4px; background-color: black; color: white; padding: 15px 60px; margin-left: 6px; }
.ssi_contact_form button:hover { cursor: pointer; }
.ssi_contact_form button:active { background-color: #2f2f2f; }
.ssi_contact_form .sol_upload { border: 1px solid #ccc; border-radius: 4px; padding: 12px 20px; margin: 5px 6px; }
.sol_upload_empty { font-style: italic }
.sol_upload_agregar { margin-top: 10px !important; padding-left: 0 !important;}
.sol_upload_eliminar { float: right; color: #7a0909; vertical-align: top; font-weight: bold; cursor: pointer; margin-right: 2px; }
.ssi_translation_budget p { margin-bottom: 25px; }

.ssi_whats_button { background: #467323; color: #fff; position: fixed; bottom: 15px; right: 15px; padding: 8px 15px 4px 15px !important; text-transform: uppercase; border-radius: 5px; font-size: 140%; }
.ssi_whats_button:before { content: url("/img/whatsapp.png"); padding-right: 15px; vertical-align: middle; }

@media (max-width: 650px) {
    .ssi_whats_button { background: #467323; color: #fff; position: fixed; left: 0; bottom: 0; width: 100%; text-align: center; font-size: 160%; text-transform: uppercase; padding: 20px 0px !important; font-weight: lighter; }
    .ssi_whats_button:before { content: url("/img/whatsapp.png"); padding-right: 15px; }
    .ssi_contact_form button { width: calc(100% - 8px); }
}

.sol_sites_pixel_code_img { display: none; width: 1px; height: 1px;}

.sol_sites_google_tag_manager { display: none; visibility:hidden; width: 0px; height: 0px; }

.sol_image_field { border: 1px solid #ccc; border-radius: 3px; margin-bottom: 6px; text-align: center; }
.sol_image_field img { background-color: #fff; margin: 8px 8px 6px 8px; min-height: 100px; min-width: 100px; }
.sol_image_field_bar { padding: 0px 8px; background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee)); background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%); background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0); border-top: 1px solid #ccc; }
.sol_image_field_clear { font-size: 12px; float: right; padding: 5px 12px; background-color: transparent !important; background: none !important; border: 0 !important; }
.sol_image_field_flotable { float: left; margin-right: 10px; border: 0; }
.sol_image_field_flotable .sol_images { margin-right: 0px; }
.sol_image_field_flotable img { margin: 0px; }
.sol_image_field_flotable .sol_image_field_bar { background: none; border: 0; padding-left: 0px; position: relative; top: -5px; }
.sol_image_field_flotable .sol_image_field_bar button { font-size: 90% }
.sol_upload_seleccionar { padding-left: 0px !important; margin-left: 0px !important; }

.sol_boton { color: #fff; border-radius: 3px; cursor: pointer; padding: 6px 12px; border: 0px; background-color: #303641; }
.sol_boton:hover { background-color: #1f232a; }
.sol_boton:after { background-color: #1f232a; padding: 3px 10px 9px 10px; position: absolute; margin-left: 10px; margin-top: -6px; }
.sol_boton:focus { border-color: #91c1e5 !important; }
.sol_boton_enlace { background: none !important; color: #373e4a; border: 0px !important; text-shadow: none !important; box-shadow: none !important; }
.sol_boton_enlace:hover { text-decoration: underline; }

.ssi_tag_cloud { text-align: center; margin: auto; background: #F9F8F5; padding: 60px; }
.ssi_tag_cloud_title { padding-bottom: 20px; }
.ssi_tag_cloud span[data-weight="5"] { font-size: 160%; padding-right: 15px; color: #000; }
.ssi_tag_cloud span[data-weight="4"] { font-size: 140%; padding-right: 15px; color: #0E0E0F; }
.ssi_tag_cloud span[data-weight="3"] { font-size: 120%; padding-right: 15px; color: #323338; }
.ssi_tag_cloud span[data-weight="2"] { font-size: 100%; padding-right: 15px; color: #60626B; }
.ssi_tag_cloud span[data-weight="1"] { font-size: 80%; padding-right: 15px; color: #7C7E8A; }

.ssi_newsletter_form { background: #E8E8E8; padding: 60px; text-align: center; }
.ssi_newsletter_form h2 { margin-bottom: 20px; }
.ssi_newsletter_submit { margin-top: 20px; }
.ssi_newsletter_form input { border-radius: 3px; margin: 10px; padding: 5px; }

@media (max-width: 650px) {
    .ssi_newsletter_form label { display: inline-block; }
}

.ssi_contact_page { max-width: 940px; margin: auto; display: flex; margin-top: 100px; flex-wrap: wrap; justify-content: space-between; }
.ssi_contact_form { padding: 0px 8px; padding-bottom: 60px; max-width: 600px; }
.ssi_contact_form input { width: 98%; }
.ssi_contact_form #mensajeExito, .ssi_contact_form #mensajeError { position: relative; top: 555px; }
.ssi_contact_info_card { padding-top: 100px; display: flex; justify-content: space-between; align-items: center; }
.ssi_contact_info_card span { display: block; font-weight: bold; font-size: 110%; }
.ssi_contact_info_email, .ssi_contact_info_phone, .ssi_contact_info_whats { padding-right: 30px; }
.ssi_contact_info_email_icon:before { font-family: icomoon; content: "\e906"; padding: 30px; font-size: 170%; }
.ssi_contact_info_phone_icon:before { font-family: icomoon; content: "\e904"; padding: 30px; font-size: 170%; }
.ssi_contact_info_whats_icon:before { font-family: icomoon; content: "\e905"; padding: 30px; font-size: 170%; }
.ssi_contact_info_arrow { font-weight: bold; font-size: 120%; }
.ssi_contact_address span { display: block; padding-top: 10px; }
.ssi_translation_address { margin: auto; text-align: center; margin-bottom: 50px; }
.ssi_translation_address span { display: block; }
.ssi_translation_social_media { width: 100%; margin: 30px auto; text-align: center; display: block; display: flex; justify-content: center; gap: 30px; }
.ssi_translation_social_media span { display: block; }
.ssi_translation_social_media .network_link { float: unset; font-size: 30px; }
.ssi_signature_validation h2 { margin-bottom: 20px; }

@media (max-width: 600px) {
    .ssi_contact_page { padding: 0 10px; }
    .ssi_contact_form #mensajeExito, .ssi_contact_form #mensajeError { top: 565px; }
    .ssi_contact_info_card { padding-top: 50px; }
    .ssi_contact_form { padding-bottom: 40px; }
    .ssi_contact_info { padding-bottom: 40px; margin: auto; }
    .ssi_contact_social_media { margin-top: 20px; }
    .ssi_contact_social_media .network_link { float: unset; }
}

.ssi_payment_box_online_payment icon { background-repeat: no-repeat; background-size: contain; display: inline-block; }
.ssi_payment_box_online_payment button { width: 160px; margin: 5px 15px; display: inline-flex; gap: 6px; justify-content: center; }
.ssi_payment_box_online_payment .sol_boton.chequeado { border: 1.5px inset #5d6760 !important; background-color: #303641c7; }

.ssi_languages_selector { padding-right: 10px; }
.ssi_languages_selector a:not(:last-child) { border-right: solid 1px; }
.ssi_languages_selector a { padding: 0 5px; font-size: 70%; }
.ssi_languages_selector:before { content: "\e9ca"; font-family: icomoon; font-size: 90%; vertical-align: middle; }

@media (max-width: 600px) {
    .ssi_languages_selector { float: left; margin-left: 12px; margin-top: 10px; }
}

.scu_slider_nav { z-index: 99; text-align: center; position: relative; margin-top: -75px; margin-bottom: 75px; }
.scu_slider_nav span { background-color: #252525; padding: 4px; cursor: pointer; display: inline-block; margin: 0px 2px; border-radius: 50%; }
.scu_slider_nav .selected { background-color: #671e94; }

.sol_campo_telefono { display: inline-grid; }
.sol_campo_multiple_boton { font-size: 18px; font-weight: 900; padding: 1px 7px; border-radius: 6px; position: relative; top: 2px; z-index: 1000; }
.sol_campo_telefono sup { position: relative; top: -24px; right: -287px; font-weight: bold; width: 15px; font-size: 13px; }
.sol_campo_telefono sup:hover { color: darkred; cursor: pointer; }
.ssi_chekout_address_number { display: flex; gap: 40px; }

.scu_slider div { height: 300px; width: 100%; opacity: 0; } 
.scu_slider div:not(:last-child) { position: absolute; } 
.scu_slide0 { background: url(https://fs.letrearte.com/data/uploads/0b2/0b292f6d-1cae-47a5-ab4d-4475314b7777.png) no-repeat center; background-size: cover; } 
.scu_slide1 { background: url(https://fs.letrearte.com/data/uploads/d54/d5479eee-937d-44ed-be3b-066bdd8c3a2e.png) no-repeat center; background-size: cover; }
@font-face { font-family: 'ssi_default'; src: url('fonts/inter') format('truetype'); }

@font-face { font-family: 'icon'; src: url('/img/scuolavillaitalia/villaitaliafont.eot?agwyu2'); src: url('/img/scuolavillaitalia/villaitaliafont.eot?agwyu2#iefix') format('embedded-opentype'), url('/img/scuolavillaitalia/villaitaliafont.ttf?agwyu2') format('truetype'), url('/img/scuolavillaitalia/villaitaliafont.woff?agwyu2') format('woff'), url('/img/scuolavillaitalia/villaitaliafont.svg?agwyu2#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; }

@font-face { font-family: 'Chilanka'; src: url('/img/scuolavillaitalia/chilanka.ttf') format('truetype'); }

@font-face { font-family: 'icomoon'; src: url('fonts/icomoon'); }

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');


.ssi_content { max-width: unset; padding: 0; align-content: center; }
.ssi_top { color: #B86651; background: none; max-width: 1320px; margin: 0 auto; }
/*.ssi_top_intranet { margin-left: 4px; margin-top: 45px; border-radius: 3px; padding: 4px 8px !important; position: fixed; z-index: 10000; right: 360px; font-size: 17px; }*/
.ssi_top_intranet:before { content: url('../img/scuolavillaitalia/courses_profile.png'); vertical-align: middle; margin-right: 5px; }
.ssi_top_searchbox { float: unset; top: 35px; display: none; }
.ssi_top_searchbox input { border-radius: 5px; background: none; border: 2px solid #B86651 }
header { margin-top: 55px; margin-bottom: 6px; }
.ssi_fixed_header { background-color: #F7F2EC; position: fixed; top: 0; width: 100%; z-index: 9999; margin-top: 0px; }
.ssi_fixed_header ~ nav { margin-top: 76px !important; }
.ssi_fixed_header .ssi_logo { display: none; }
.ssi_fixed_header .ssi_header_back { height: 168px; background-image: url('../img/scuolavillaitalia/logo_fixed.png'); background-size: 17.5%; background-repeat: no-repeat; background-position: center; background-color: #fff; margin-top: -16px; }
.ssi_search_button { color: #F7F2EC; }
.ssi_top_whats, .ssi_top_phone { display: none !important; }
.ssi_top .network_link { position: fixed; z-index: 10000; }
.ssi_top a.network_link.facebook { /*left: 50px;*/ font-size: 25px; margin-left: 0px; }
.ssi_top a.network_link.instagram { /*left: 80px;*/ font-size: 25px; margin-left: 35px; }
.ssi_top a.network_link.spotify { /*left: 114px;*/ font-size: 25px; margin-left: 75px; }
.ssi_top .network_link.email, .ssi_top .network_link.whatsapp { display: none; }
a.ssi_whats_button:after { content: "Chama no Whats"; font-size: 17px !important; vertical-align: text-bottom; font-weight: 400; }
a.ssi_whats_button:before { font-family: icomoon; content: "\e905"; font-size: 20px; padding-right: 10px; vertical-align: unset; }
.network_link { display: inline-block; padding: 0px; margin: 40px 0px 2px 0px; font-family: icomoon; float: right; -webkit-transition: background 0.6s; transition: background 0.6s; }
.ssi_top_intranet { position: fixed; top: 45px; right: calc((100vw - 1320px) / 2 + 200px) !important; z-index: 10000; font-size: 17px; margin: 0; border-radius: 3px; padding: 4px 8px !important; background: none; color: #B86651; }

.ssi_contact_social_media .network_link { margin: 2px 0px 2px 2px; }

nav:not(footer nav) { z-index: 9999; font-size: 16px; color: #F7F2EC; padding: 4px 0px; position: fixed; display: block; margin: auto; margin-top: 15px !important; background: none; text-align: center; width: 100%; }
nav > ul { color: #F7F2EC; }
footer nav > ul > li > ul { display: none; }
.ssi_fixed_header ~ nav > ul { color: #24282B; font-weight: 500; }
nav > ul > li > ul { background-color: #264243; color: #fff; z-index: 10002; border-radius: 8px; max-width: calc(100% - 20px); }    
nav ul > li > ul > li:hover { border-radius: 8px; background-color: #2625254C }
nav ul > li > ul > li { padding: 8px 15px; }
nav li { padding: 4px 44.6px; font-weight: 500; }
nav li a:before { font-family: icon; display: block; text-align: center; font-size: 150%; }
/*nav li:nth-child(1) a:before { content: '\e900'; }
nav li:nth-child(2) a:before { content: '\e901'; }
nav li:nth-child(3) a:before { content: '\e902'; }
nav li:nth-child(4) a:before { content: '\e903'; }
nav li:nth-child(5) a:before { content: '\e904'; }*/
nav li a:hover { color: #078e1f; }
body { background-color: #F7F2EC; }
.scu_slider div { height: 860px; }
.scu_slider { position: relative; top: -155px; z-index: -1; }
.ssi_cta { margin: auto; width: 150px; padding: unset; font-size: 120%; padding-right: 15px; }
.ssi_cta a { float: unset; border-radius: 8px !important; background-color: #B86651; color: #F7F2EC; text-transform: unset; top: -470px; z-index: 9997; }
.ssi_cta a { white-space: nowrap; /*text-transform: uppercase;*/ position: relative; /*top: -10px;*/ border-radius: 4px;/* background-color: black;*//* float: right;*/ color: white; padding: 16px 24px; font-size: 15px; font-weight: 600; }
.ssi_cta a:hover { background-color: #A15947 !important; text-decoration: none; }
.scu_slider_nav { margin-top: -90px; top: -285px; z-index: 99; text-align: center; position: relative; margin-top: -75px; margin-bottom: 75px; }
.scu_slider_nav span { background-color: transparent; border: 2px solid #f7f2Ec; padding: 8px; }
.scu_slider_nav .selected { background-color: #f7f2Ec; }

@media only screen and (max-width: 850px) { a .network_link.spotify { left: 150px !important; }
    a.network_link.facebook { left: 190px !important; }
    a.network_link.instagram { left: 172px !important; }
    .ssi_top_intranet { right: 278px; }
}

@media only screen and (max-width: 700px) {
    .ssi_whats_button { /*display: none; */}
    .ssi_top_intranet { right: calc(100% - 86%) }
}

footer, small { background: #B86651; border: none; color: #fff; }
footer address strong, footer address span { padding-left: 33px; }
small .ssi_center:after { display: none; content: url('../img/scuolavillaitalia/tuaweb.png'); vertical-align: middle; padding-left: 0; margin-top: -3px; position: absolute; width: 95px; /* height: 80px; */ font-size: 18px; }
footer .ssi_content { max-width: 1320px; }
footer nav .ssi_content > * { padding: 0; font-size: 14px; margin-left: 120px; font-weight: 400; margin-bottom: 15px; }
small .ssi_content { max-width: 1320px; border-top: solid 1px #F7F2EC }
footer h2 { display: none }
footer img { width: 229px; height: auto; }
.ssi_footer_contact { margin-left: 25px }
.ssi_footer_contact:before { content: "Fale com a gente"; color: #F7F2EC; font-weight: 700; font-size: 16px; margin-bottom: 40px; }
.ssi_footer_contact_phone { padding-top: 24px }
.ssi_footer_contact_phone, .ssi_footer_contact_whats { padding-bottom: 25px }
.ssi_footer_contact_phone:before { font-family: icomoon; content: "\e904"; font-size: 24px; color: #F7F2EC; float: left; padding-right: 10px; }
.ssi_footer_contact_whats:before { font-family: icomoon; content: "\e905"; font-size: 24px; color: #F7F2EC; float: left; padding-right: 10px; }
.ssi_footer_contact_addresses:before { font-family: icomoon; content: "\e947"; font-size: 24px; color: #F7F2EC; float: left; padding-top: 15px; padding-right: 10px; }
.ssi_footer_social h2 { display: block; color: #F7F2EC; font-weight: 700; font-size: 18px; margin-bottom: 24px; }
.ssi_footer_social .network_link { font-size: 25px; color: #F7F2EC; }
/*.ssi_whats_button { z-index: 10000; color: #B86651; background: none; top: 38px; right: calc(100% - 86%); bottom: unset; text-transform: unset; font-size: 0%; border: solid 1px; border-radius: 8px; padding: 13px 16px !important; }*/
footer .ssi_content > *:not(:first-child) { min-width: unset; }
.ssi_footer_menu { font-size: 120%; font-weight: 700; color: #F7F2EC; }
footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 100px; }
.ssi_footer_contact_phone a { font-size: 16px; }
.ssi_footer_contact_whats a { font-size: 16px; }
footer address { font-style: normal; font-size: 16px; }
.network_link.whatsapp { display: none; }
.network_link.email { display: none; }
.network_link.spotify { /*margin-right: 47px; */ margin-right: 13px; }
.network_link.instagram { margin-right: 7px; }
.ssi_footer_social { display: flex; flex-direction: column; align-items: center; }
.ssi_footer_social:after { content: url('../img/scuolavillaitalia/'); }
.ssi_right { text-align: right; display: none; }
.ssi_center { text-align: center; margin-right: -320px; /* padding-left: 60px !important; */ font-size: 18px; }
small { display: block; padding: 50px 0px 20px 0px; }
small .ssi_content > *:not(:last-child) { padding: 50px 0px; }
footer { /*margin-top: 150px;*/ }
.ssi_whats_button { position: fixed; top: 38px; right: calc((100vw - 1320px) / 2); z-index: 10000; color: #B86651; background: none; text-transform: unset; font-size: 0%; border: solid 1px; border-radius: 8px; padding: 13px 16px !important; height: 20px; }


header .ssi_content { text-align: center; }
.ssi_logo { margin-top: -80px; margin-bottom: 20px; max-width: 45%; }
.ssi_banner { height: unset; border-top: 1px solid #9e9e9e; border-bottom: 1px solid #9e9e9e; }
.ssi_slogans { padding-top: 0px; /* height: 366px; */ background-repeat: no-repeat; display: flex; flex-direction: column; justify-content: center; align-items: center; /* height: 860px; */ text-align: center; /* position: relative; */ z-index: 1; }
.ssi_slogan1, .ssi_slogan2 { margin-right: 0px; text-align: center; /*max-width: calc(100% - 40px)*/ }
.ssi_slogan1 { margin-top: 80px; font-weight: 700; font-size: 48px !important; color: #D7CEBD; max-width: 627px; text-align: center !important; margin-bottom: 0px; font-family: ssi_default !important; top: 160px !important; }
.ssi_slogan2 { font-size: 22px; font-family: "Playfair Display", serif; color: #F7F2EC; /*width: 496px; margin: auto;*/ letter-spacing: .44px; margin-bottom: 7px; font-weight: 400; }
.ssi_topics { display: block; }
.ssi_topic { clear: both }
.ssi_topic h2 { text-align: center; font-size: 180%; }
.ssi_topic img { min-width: unset; float: left; }
.ssi_topic_content { height: 450px; vertical-align: middle; display: table-cell; color: #9c4727; }
.ssi_topic_content * { font-family: Chilanka !important; }

main h1, .ssi_courses_home h2 { text-align: center; font-weight: normal; text-transform: uppercase; font-size: 180%; margin: 20px auto; color: #191a1e; }
.ssi_content h1 { color: #f7f2ec; position: relative; top: 110px; text-align: center; text-transform: math-auto; font-size: 22px; letter-spacing: .44px; font-family: "Playfair Display", serif; text-transform: math-auto; }

/*.ssi_course_summary > a > img:first-child { border-bottom: 4px solid rgb(170, 90, 39) }
.ssi_course_summary > a:nth-child(odd) > img:first-child { border-color: rgb(41, 65, 69) }*/
.ssi_course_summary { text-align: center; clear: both; margin-top: 100px; margin-bottom: 90px; }
.ssi_course_summary > a > img:first-child { width: 100%; height: 220px; }
.ssi_course_summary > a { background: #fff; border-radius: 8px; padding: 40px 20px; border: none; box-shadow: 0px 20px 60px 0px #24282B0D; max-width: calc(100% - 20px); width: 310px; margin: 32px 63px; }
.ssi_course_summary > a > h3 { font-weight: 700; text-align: center !important; width: 290px; margin: 0px 0px 20px 5px; }
.ssi_course_summary h3 { font-size: 18px; }
.ssi_course_price { color: #fff; background: rgb(170,90,39); background: linear-gradient(90deg, rgba(170,90,39,1) 0%, rgba(112,47,5,1) 100%); }
.ssi_course_summary > a:nth-child(odd) .ssi_course_price { background: rgb(41, 65, 69); background: linear-gradient(90deg, rgba(41, 65, 69) 0%, rgba(30,74,82,1) 100%); }
.ssi_course_workload { color: #24282B; }
.ssi_course_workload:before { font-family: icon; content: '\e905'; display: inline-block; margin-right: 4px; color: #B86651; font-weight: 700; }
.ssi_course_date:before { font-family: icon; content: '\e906'; display: inline-block; margin-right: 4px; }
.ssi_course_details h3 { color: #F7F2EC; text-align: left; width: 1320px; max-width: calc(100% - 40px); margin: -100px auto 80px auto; font-size: 160%; font-weight: 400; }
.ssi_course_details_date { background-color: #264243; border-radius: 8px; padding: 8px; color: #FFFFFF; font-weight: 700; margin-right: 20px; border: none; width: 90px; height: 40px; margin-top: 2px; }
.ssi_course_details_class span { display: block; margin-left: 126px; line-height: 18px; }
.ssi_course_details_class div:last-of-type { min-height: 195px; }
.ssi_course_details_price { color: #B86651; margin-left: 122px !important; padding-bottom: 5px; }
.ssi_course_details_class:not(:last-child) { margin-bottom: 20px; padding-bottom: 20px; }
.ssi_course_details_enroll { margin-top: -192px; width: 106px; padding: 8px; border-radius: 8px; background-color: #B86651; border: none; font-size: 90%; float: left; }
.ssi_course_details_enroll:hover { background-color: #A15947; }
.ssi_course_banner { background-image: url('../img/scuolavillaitalia/course_banner.png'); margin-top: -216px; height: 566px; background-repeat: no-repeat; background-size: auto; padding: 0px }
.ssi_course_details_content { width: 1320px; max-width: calc(100% - 40px); margin: auto; display: flex; justify-content: center; }
.ssi_course_details_class { min-height: 64px; font-size: 13.5px; margin-bottom: 10px; color: #66696b; }
.ssi_course_details_class h5 { font-size: 16px; color: #264243; }
.ssi_course_details_teacher_name { text-transform: uppercase; font-size: 13.2px; font-weight: 500; color: #264243; }
.ssi_course_details_teacher_pic { float: left; margin-right: 5px; display: block; width: 58px; height: 64px; border: 2px solid #fff; border-radius: 8px; }
.ssi_course_description_card { margin-left: 40px; width: 700px !important; height: fit-content; font-size: 18px !important; }
.ssi_course_description_card p img { max-width: 320px !important }
.ssi_course_classes_card, .ssi_course_description_card { background: #fff; border-radius: 8px; width: 490px; max-width: calc(100% - 40px); margin: 0 auto; padding: 40px 20px; display: inline-block; vertical-align: top; }
.ssi_course_classes_card { margin-right: 20px; height: fit-content; }
.ssi_course_details_class_list h4, .ssi_course_description_card h4 { color: #264243; font-weight: 700; text-align: center; font-size: 32px; }
.fontstyle0 { font-size: 18px; }
.fontstyle0 span { font-size: 18px !important; line-height: 50px; color: #264243; }
.fontstyle0 b { color: #264243; }
.fontstyle1 { font-size: 18px; color: #66696b; }
.fontstyle1 span { font-size: 18px !important; line-height: 27px; color: #66696b !important; }
.fontstyle2 span { font-size: 18px !important; color: #66696b !important; }
.ssi_course_details_teacher_list h5 { margin-top: 10px; font-size: 18px; color: #264243; line-height: 50px; }
.ssi_course_details h4 { margin: 12px 0px 20px 0px; }
.ssi_course_description_card p { font-size: 18px; color: #66696b !important; }
.ssi_course_description_card p span { font-size: 18px !important; color: #66696b !important;     font-family: 'ssi_default' !important; }
.ssi_course_description_card div b span { font-size: 18px !important; }
.ssi_course_description_card div span { font-size: 18px !important; color: #66696b !important; }
.ssi_course_details_pic { border: none; margin: auto; float: unset; width: 300px; }
.ssi_course_title { text-align: left; width: 1320px; max-width: calc(100% - 40px); margin-left: auto; text-transform: capitalize; top: 150px !important; }
.ssi_course_index_lead { display: none; background-color: unset; color: #66696B; float: unset; font-size: 110%; width: 600px; max-width: calc(100% - 40px); white-space: pre-wrap; margin: auto; line-height: 150%; border-radius: unset; padding: 40px 0; }
.ssi_course_index_intro { margin-top: -90px; }
.courses_group_lead { width: 720px; max-width: calc(100% - 40px); margin: auto; color: #66696B; line-height: 27px; border-bottom: solid 1px #C6C3B24C; padding-bottom: 100px; font-size: 18px; /*margin-top: -90px;*/ }
.courses_group_lead_p1 { margin-top: 25px; }
.courses_group_lead b { color: #B86651; }
.courses_group_lead_p2 { padding-top: 25px; }
.courses_group_lead_p2:before { content: url('../img/scuolavillaitalia/courses_profile.png'); float: left; padding-right: 8px; padding-bottom: 12px; }
.courses_group_lead_p2 img { width: 15px; }
.courses_group_description { width: 720px; max-width: calc(100% - 40px); margin: auto; }
.courses_group_description h2 { color: #264243; font-weight: 700; font-size: 40px; margin-bottom: 30px; }
.courses_group_card { background: #fff; box-shadow: 0px 20px 60px 0px #24282B0D; border-radius: 8px; margin-bottom: 10px; display: flex; flex-direction: row; gap: 25px; padding: 30px; }
.courses_group_card_content span { color: #264243; font-weight: 700; margin-bottom: 10px; display: block; font-size: 18px; }
.courses_group_card_content p, .courses_group_card_content ul { color: #66696B; font-size: 18px; line-height: 27px; }
.courses_group_card_content li { list-style: disc; display: list-item; line-height: 150%; margin-left: 20px; }
.courses_group_card_img img { border-radius: 50%; background: #B86651; height: 24px; width: 24px; padding: 18px; }
.courses_group_card_comment { font-size: 80%; font-style:italic; }
#dialogTarget { width: 940px; max-width: calc(100% - 40px); margin: auto; text-align: center; padding-bottom: 40px; }
.sol_webidentity_text { color: #264243; font-weight: 700; }
#dialogTarget .sol_password_field { margin: auto; width: unset !important; }
#dialogTarget .sol_campo { border: none; }
#dialogTarget .sol_campo:not(.sol_campo_multiple, select, .sol_address_details .sol_campo) { border-radius: 8px; padding: 8px; width: 360px !important; max-width: calc(100% - 20px); }
#dialogTarget select { width: 376px !important; max-width: 100%; border: none !important; border-radius: 8px !important; padding: 8px !important; }
#dialogTarget button { background-color: #B86651; color: #F7F2EC; font-weight: 700; border: none !important; border-radius: 8px !important; }
#dialogTarget button:hover { background-color: #A15947; }
#dialogTarget label { color: #66696B; text-align: left; width: 360px; margin: 10px auto 5px; }
#dialogTarget .sol_campo_telefono .sol_campo { padding: 8px; }
#dialogTarget .sol_campo_multiple_boton { float: right; margin-top: -33px; padding: 4px 7px; position: relative; z-index: 9999; }
#dialogTarget .sol_campo_telefono { display: block; margin-bottom: 5px; }
#dialogTarget .sol_campo .sol_campo_multiple { width: 400px; }
#dialogTarget .sol_campo_multiple { max-width: 100%; }
#dialogTarget .sol_address_zip_button { margin-top: 3px; margin-left: -30px; background-image: none; }
#dialogTarget .sol_address_zip_button:before { content: "\e986"; font-family: icomoon; color: #F7F2EC; font-size: 80%; margin-left: -4px; vertical-align: super; font-weight: normal; }
#dialogTarget .sol_campo_telefono sup { margin-left: -14px; vertical-align: text-bottom; }
#dialogTarget .sol_course_enrollment_course_name { color: #264243; }

@media only screen and (max-width: 600px) {
    .ssi_course_banner { background-size: auto; background-position: center; margin-top: -240px; }
    .scu_slider { display: unset; top: -370px; }
    header .ssi_content { text-align: left; }
    .ssi_top_phone, .ssi_top_whats { display: none !important; }
    .network_link { float: left; }
    /*.ssi_logo { margin-top: -35px; margin-left: 25px; }*/
    .ssi_content h1 { top: 35px; font-size: 14px; }
    .ssi_cta { padding-right: 0px; }
    .ssi_course_description_card { margin-top: 20px; }
    .sol_webidentity_text { margin-top: 20px; }
    .sol_course_enrollment_apply_button .sol_boton { margin: 10px; }
    .ssi_course_summary > a { width: 300px; margin: 20px 0px; padding: 40px 15px; }
    nav li { padding: 8px 10px; }
    nav > ul { background-color: #2642439f; max-width: calc(100% - 20px); color: #b86651;}
    nav > ul > li:not(:hover) > ul { display: none; }
    nav > ul > li > ul { border-radius: unset; }
    a.network_link.spotify { left: 10px !important; }
    a.network_link.facebook { left: 50px !important; }
    a.network_link.instagram { left: 32px !important; }
    .ssi_top_intranet { right: 10px; }
    small .ssi_center:after { margin-left: 0px; padding-left: 0; margin-top: 17px; position: relative; width: 95px; height: 0px; font-size: 18px; }
    small .ssi_content > *:not(:last-child) { padding: 10px 15px; margin-top: 20px; }
}

.ssi_reviews_div { background: #264243; color: #F7F2EC; padding: 65px 0px 85px 15.2%; }
.ssi_reviews_button { color: #F7F2EC; background: none; margin: -60px 0px 20px 10px; }
.ssi_reviews_button:active { background-color: #B86651 }
.ssi_reviews_card { display: inline-block; position: relative; background: #fff; border-radius: 8px; box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, .15); width: 420px; padding: 20px; white-space: normal; vertical-align: top; margin-right: 20px; }
.ssi_reviews_card_name { color: #264243; font-size: 18px; font-weight: 700; position: relative; top: 8px; }
.ssi_reviews_card p { color: #66696B; text-align: justify; clear: left; margin-top: 40px; min-height: 170px; line-height: 27px; margin-bottom: 80px; font-size: 18px; height: 10px; }
.ssi_reviews_title { font-weight: 400; font-size: 22px; font-family: "Playfair Display", serif; letter-spacing: .44px; margin-bottom: .5rem; }
.ssi_reviews_description { font-weight: 700; font-size: 40px; width: 470px; margin-bottom: 60px; }
.ssi_reviews_buttons { float: right; position: absolute; margin-top: -85px; right: 18%; }
#reviewBackButton { color: #F7F2EC; border: none; border-radius: 4px; background-color: rgba(0, 0, 0, 0); font-family: monospace; opacity: 0.5; }
#reviewNextButton { color: #F7F2EC; border: none; border-radius: 4px; background-color: rgb(184, 102, 81); font-family: monospace; width: 36px; height: 36px; /*rx: 4; fill: rgb(184, 102, 81);*/ }
.ssi_reviews_quote:before { /*font-family: icomoon;*/ content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/quote.svg'); font-size: 60px; color: #000; opacity: unset; }

@media only screen and (max-device-width: 1024px) { .ssi_slogan1 { margin-top: 80px; }
    .ssi_topic_content { display: block; height: unset; }
    .ssi_topic img { float: unset; height: 250px; display: block; margin: 5px auto; }
}

@media only screen and (max-width: 600px) {
    nav { position: fixed; background: none; left: 0px; margin-top: -72px !important; }
    nav li a, nav ul span { display: unset; }
    nav li a:before { display: inline-block; margin-right: 10px; }
    nav > label { border: none; background: none; visibility: hidden; margin-right: 15px; }
    nav > label:after { content: url('../img/scuolavillaitalia/menu_icon.png'); visibility:visible; }
    /*.ssi_fixed_header .ssi_header_back { background-size: 38%; background-position: left bottom; height: 110px; }*/
    .ssi_banner { margin-bottom: 120px; }
    .ssi_slogans { padding-left: 0px; margin: auto; text-align: center; }
    .ssi_slogan1 { font-size: 32px !important; margin: 0px auto 0 auto; padding-top: 0; margin-top: -10px; }
    .ssi_slogan2 { font-size: 14px; padding: 20px 0; margin-top: -5px; }
    .ssi_search_button { height: 21px; width: 22px; }
    /*.ssi_cta a { top: -510px; }*/
    /*.ssi_fixed_header ~ nav { margin-top: 15px !important; }*/
    .ssi_reviews_div { padding: 40px 0px 200px 20px; margin-bottom: -15px; }
}

.ssi_blog_summary { display: flex; margin-top: 30px; padding: unset; }
.ssi_blog_summary > h2 { display: none; }
.ssi_blog_summary .article_content_summary { display: none; }
.article_summary { flex: 1 1; min-width: 400px; padding: 12px; max-width: 100%; }
/*.article_summary_image, .article_summary_video { max-height: unset; max-width: unset; border-radius: 4px; }*/
.article_summary_video { max-width: 250px; max-height: 166px; width: 100%; object-fit: cover; border-radius: 8px !important; }
.article_summary_image, .article_summary_video { height: auto; max-width: 416px; max-height: 275px; border-radius: 4px; width: 100%; }
.ssi_blog_index .article_summary_image { margin-right: 0; max-width: 450px; object-fit: unset; aspect-ratio: 3 / 2; border-radius: 8px; }
.article_image { display: none; }
.ssi_blog_banner { background-image: url('../img/scuolavillaitalia/blog_banner.png'); margin-top: -216px; height: 506px; background-repeat: no-repeat; background-size: auto; padding: 0px }
.ssi_blog_banner:after { content: 'Not\0000EDcias e Novidades'; text-align: center; display: block; padding-top: 320px; color: #F7F2EC; font-weight: 700; font-size: 48px; }
.ssi_blog_index { display: flex; flex-direction: row; width: 100%; max-width: 1320px; margin: auto; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 90px 0; margin-bottom: 48px; }
.ssi_blog_index .article_summary { max-width: 33% !important; height: auto; }
.ssi_blog_index .article_summary:not(:last-child) { border-bottom: none; }
.article_summary_title { color: #B86651; text-transform: capitalize; margin: 8px 0px; font-size: 18px; font-weight: 700; }
.article_summary_lead { color: #24282B; font-weight: bold; font-size: 24px; }
.article_learn_more_link { color: #66696B; }
.ssi_blog_article { width: 1320px; max-width: calc(100% - 40px); margin: auto; position: relative; top: -50px; }
.article_title { display: none; margin-top: 0; text-transform: capitalize; margin-bottom: 20px; color: #24282B; }
.ssi_blog_article .article_lead { display: none; color: #24282B; font-style: normal; font-size: 18px; font-weight: 700; margin-top: 20px; }
.ssi_blog_article .article_content { color: #66696B; }
.ssi_blog_article a:not(:has(video)) { color: #66696b; /* border-radius: 8px; */ /* text-align: center !important; */ /* padding: 15px; */ margin: 25px 10px; /* display: block; */ font-weight: 400; }
.share_link { display: none; margin: 25px auto; text-align: center; }
.ssi_blog_share_link { display: none !important; float: left; display: flex; flex-direction: column; position: relative; top: -715px; margin: 25px 60px; text-align: start !important; }
.share_link span { font-weight: 700; color: #24282B; position: absolute; text-align: start; }
.ssi_blog_share_link span { font-weight: 700; color: #24282B; }
.ssi_blog_share_link a { text-align: left; }
.share_link a, .ssi_blog_share_link a { background: unset !important; color: #B86651; margin: 20px 0; padding: 6px 10px 6px 0; }
.share_link .facebook:after, .ssi_blog_share_link .facebook:after { content: 'Facebook'; color: #66696B; padding-left: 5px; }
.share_link .twitter:after, .ssi_blog_share_link .twitter:after { content: 'Twitter'; color: #66696B; padding-left: 5px; }
.share_link .linkedin:after, .ssi_blog_share_link .linkedin:after { content: 'Linkedin'; color: #66696B; padding-left: 5px; }
.share_link .pinterest:after, .ssi_blog_share_link .pinterest:after { content: 'Pinterest'; color: #66696B; padding-left: 5px; }
.share_link .whatsapp:after, .ssi_blog_share_link .whatsapp:after { content: 'WhatsApp'; color: #66696B; padding-left: 5px; }
.ssi_blog_other_posts_title { visibility: hidden; position: relative; }
.ssi_blog_other_posts_title:after { visibility: visible; content: 'Confira outras not\0000EDcias'; display: block; color: #264243; font-size: 40px; font-weight: 700; }
.ssi_blog_other_posts .article_summary_title { font-size: 18px; }
.article_summary_learn_more { display: inline-block; font-size: 16px; margin-top: 8px; }
.ssi_blog_index_intro_text { display: none; }
.ssi_blog_other_posts_section { width: 1320px; max-width: calc(100% - 80px); margin: 40px auto; margin-top: -10px; margin-bottom: 130px; }
.ssi_blog_other_posts .article_summary_image, .ssi_blog_other_posts .article_summary_video { width: 100%; margin: 10px auto; display: block; border-radius: 8px; object-fit: fill; aspect-ratio: 3 / 2; }

@media only screen and (max-width: 600px) { .ssi_blog_banner { background-size: auto; background-position: center; margin-top: -240px; }
    .ssi_blog_banner:after { padding-top: 265px; font-size: 32px; }
    .ssi_blog_index { flex-direction: column; margin-top: 20px; padding-top: 0; align-items: center; }
   .article_title { margin-top: 80px; font-size: 180%; text-align: center; }
   .ssi_blog_share_link { position: unset; float: unset; flex-direction: row; flex-wrap: wrap; margin: 10px; justify-content: center; }
   .ssi_blog_share_link span { width: 90%; text-align: center; }
   .ssi_blog_share_link a { margin: 10px; }
   .ssi_blog_share_link .facebook:after, .ssi_blog_share_link .twitter:after, .ssi_blog_share_link .linkedin:after, .ssi_blog_share_link .pinterest:after, .ssi_blog_share_link .whatsapp:after { display: none; }
}

    #itaHomeTitle { height: 72px; background-position: center center; background-repeat: no-repeat; background-image: url("https://scuolavillaitalia.com.br/img/scuolavillaitalia/home_title.png") }
    #itaHomeFlex { display: flex; flex-wrap: wrap; justify-content: center; }
    #itaHomeFlex > div { flex: 0 0 33%; min-width: 310px; }
    #itaHomeFlex img { vertical-align: middle; transition: transform 1s, filter 2s ease-in-out; transform: scale(1); }
    #itaHomeFlex .img_space { text-align: center; }
    #itaHomeFlex .img_space:hover img { transform: scale(0.9); }
    #itaHomeFlex strong { color: #a85a26 }
    #itaHomeFlex li { margin-bottom: 12px; }

    #itaSchoolFlex { display: flex; flex-wrap: wrap; justify-content: center; }
    #itaSchoolFlex > div { flex: 0 0 43%; min-width: 310px; }
    #itaSchoolFlex img { vertical-align: middle; transition: transform 1s, filter 2s ease-in-out; transform: scale(1); }
    #itaSchoolFlex .img_space { text-align: center; }
    #itaSchoolFlex .img_space:hover img { transform: scale(0.9); }
    #itaSchoolFlex strong { color: #a85a26 }
    #itaSchoolFlex ul { margin-top: 15px; }
    #itaSchoolFlex li { margin-bottom: 22px; font-size: 2.5vh; }
    #itaSchoolFlex p { text-align: justify; line-height: 25px; }
    #itaAboutSchoolList { margin-top: 30px; }

    .school_banner { background-image: url('../img/scuolavillaitalia/school_banner.png'); margin-top: -216px; height: 506px; background-repeat: no-repeat; background-size: auto; padding: 0px }
.school_subtitle { text-align: center; color: #F7F2EC; margin: -315px auto 65px auto; font-weight: 700; font-size: 48px; display: block; max-width: calc(100% - 40px); padding-top: 120px; }
.school_about_body { min-height: 400px; position: relative; top: 150px; max-width: calc(100% - 10px); }
.school_about, .school_institutional, .school_speak_italian { padding: 0px; margin: 0 auto; /*width: 1320px; max-width: calc(100% - 30px);*/ width: fit-content; max-width: 1320px; margin-bottom: 140px; }
.school_about_logo { float: right; padding-top: 15px; max-width: 100%; height: auto; }
.school_about_home h3 { color: #264243; font-family: "Playfair Display", serif; font-size: 22px; letter-spacing: .44px; font-weight: 400; }
.school_about h2 { margin-block-start: unset; font-size: 40px; font-weight: 700; color: #264243; }
.school_about h3 { margin-block-end: unset; font-family: "Playfair Display", serif; font-size: 22px; letter-spacing: .44px; font-weight: 400; color: #264243; }
.carousel_img { border-radius: 10px; float: left; width: 560px; height: 300px; margin-right: 130px; margin-top: 80px; margin-left: 2px; }
.school_about_gallery { border-radius: 10px; float: left; width: 560px; height: 300px; margin-right: 130px; margin-top: 80px; margin-left: 2px; }
.school_about_content p { color: #66696B; /* text-align: justify; */ padding-bottom: 0px; margin-top: 24px; line-height: 27px; font-size: 18px; }
.school_about_content span { color: #B86651; font-weight: 700; font-size: 18px; position: relative; top: 24px; margin-left: 800px; }
.school_about_content { padding-top: 60px; }
.school_institutional { display: flex; gap: 0px; flex-direction: row; margin-top: 200px; /*width: 1320px;*/ justify-content: space-between; margin-bottom: 180px; }
.school_institutional_card { max-width: 25.5%; }
.school_institutional_card { position: relative; padding-right: 50px; }
.school_institutional_card:not(:last-child)::after { content: ""; position: absolute; top: 30%; right: 0; width: 1px; height: 60%; background-color: #DDD; transform: translateY(-50%); }
.school_institutional_card p { color: #66696B; /* text-align: justify; */ line-height: 27px; font-size: 16px; /* width: 320px; */ /* max-width: 50%; */ }
.school_institutional_card span { font-weight: 700; display: block; line-height: 27px; margin: 16px 0px; font-size: 16px; max-width: 25%; }
.school_history { background: #264243; margin-top: 50px; }
.school_history video { border-radius: 10px; margin: 0px auto; min-width: 856px; display: block; position: relative; top: -60px; /* position: absolute; */ /* top: 0px; */ /* width: 100%; */ height: 518px; display: flex; justify-content: center; align-items: center; }
.school_history_content { display: flex; gap: 45px; flex-direction: row; padding: 40px 0px 40px; margin: 0 auto; width: 910px; /* max-width: calc(100% - 10px); */ }
.school_history_card { color: #D7CEBD }
.school_history_card img { margin-bottom: 16px; height: 48px; }
.school_history_card p { line-height: 27px; font-size: 20px; margin-bottom: 80px; }
.school_photo_gallery_title { color: #264243; text-align: center; font-weight: bold }
.school_speak_italian { display: flex; flex-direction: row; gap: 40px; padding-bottom: 185px; margin: 60px auto; }
.school_speak_italian_why h2 { margin-block-start: unset; font-size: 38px; font-weight: 700; color: #264243; }
.school_speak_italian_why h3 { margin-block-end: unset; font-size: 22px; font-family: "Playfair Display", serif; letter-spacing: .44px; font-weight: 400; color: #264243; }
.school_speak_italian_why p { color: #66696B; margin: 78px 0px; line-height: 24px; font-size: 18px; width: 329px; }
.school_speak_italian_contact { display: block; background: #B86651; width: 150px; border-radius: 8px; color: #F7F2EC; width: 222px; height: 165px; position: relative; }
    .school_speak_italian_contact:hover { background-color: #A15947; }
    .school_speak_italian_contact span { /*margin: 40px 15px 10px 8px; display: inline-block;*/ position: absolute; bottom: 15px; font-size: 18px; line-height: 24px; margin: 0px 15px; width: 160px; }
    .school_speak_italian_contact img {/* float: right;*/ width: 24px; /* padding: 15px; */ position: absolute; right: 10px; top: 10px; }
.school_speak_italian_image img { width: 450px; margin-top: 10px; margin-left: -28px; margin-right: 100px; animation: pulse 2s infinite; transform-origin: center; }
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
    .school_speak_italian_reasons_card { margin-top: 0px; }
    .school_speak_italian_reasons_card img { float: left; margin-right: 10px; }
    .school_speak_italian_reasons_card p { margin-left: 45px; color: #66696B; font-size: 16px; margin-bottom: 45px; line-height: 24px; width: calc(100% - 50px); }
    .school_about_left, .school_about_right { width: 50%; max-width: calc(100% - 20px); }
    .school_about_left h2 { color: #264243; font-size: 40px; font-weight: 700; }
    .school_about_right video { border-radius: 10px; width: 550px; height: 100%; }
    .school_about_right p { color: #66696B; padding: 45px 0; line-height: 27px; margin-bottom: 10px; margin-top: 30px; font-size: 19px; width: 550px; }
.school_about_home { display: flex; flex-direction: row; margin: auto; width: 1320px; max-width: calc(100% - 20px); gap: 40px; align-items: flex-start; justify-content: center; border-top: solid 1px #C6C3B24C; /*border-bottom: solid 1px #C6C3B24C;*/ padding: 60px 0; /*margin-bottom: -180px;*/ margin-top: -100px; }
.school_about_arrow { float: right; margin-right: 20px; margin-left: 160px; }
.school_about_students { padding-top: 6%; display: flex; align-items: center; }
    .school_about_students img { width: 25%; }
    .school_about_students span { display: inline-block; color: #66696b; font-size: 18px; margin-left: 10px; }
.school_about_right a { background: #B86651; color: #F7F2EC; border-radius: 8px; padding: 16px 24px; font-size: 15px; font-weight: 600; transition: all .3s ease; }

.school_speak_italian_reasons { /*margin-left: 24px;*/ width: 25%; }

.ssi_courses_home { display: none; }

@media only screen and (max-width: 600px) { .school_banner { background-size: auto; background-position: center; margin-top: -240px; }
        .school_subtitle { padding-top: 70px; font-size: 32px; }
        .school_about_body { top: 190px; max-width: fit-content; }
    .school_about_gallery { float: unset; padding: inherit; max-width: 100%; height: 190px; border-radius: 30px; margin: 80px 0 0 0; }
        .school_about_logo { padding-top: 0; margin-top: -20px; }
        .school_about_content { padding-top: 10px }
        .school_institutional { padding: 0px 20px; margin-top: 100px !important; margin-bottom: 20px; flex-direction: column; gap: 20px }
    .school_speak_italian { flex-direction: column; padding-bottom: 50px; gap: 10px; width: auto; margin-top: 70px !important; }
    .school_history video { max-width: 92%; top: -55px; min-width: auto; height: auto; }
    .school_history_content { padding: 15px 20px 100px; width: auto; flex-direction: column; }
        .school_speak_italian_why { text-align: center; }
        .school_speak_italian_contact { display: none; width: 300px; max-width: calc(100% - 40px); margin: 40px auto; }
        .school_speak_italian_contact img { padding-top: 30px; }
        .school_speak_italian_contact span b { display: block; }
        .school_speak_italian_contact span { margin: 20px 15px 20px 8px; }
    .school_about_home { flex-direction: column; margin-bottom: -185px; display: flex; margin: auto; width: 1320px; max-width: calc(100% - 30px); gap: 40px; align-items: center; justify-content: center; border-top: solid 1px #C6C3B24C; /* border-bottom: solid 1px #C6C3B24C; */ padding: 60px 0; margin-bottom: -80px; margin-top: -100px; }
    .school_about_left, .school_about_right { margin: auto; text-align: center; margin: 0; text-align: center; width: auto; max-width: none; }
    .school_about_students span { text-align: left; }
    .school_about_right .school_about_gallery { border-radius: 8px; text-align: center; margin: 70px auto; }
    .school_speak_italian_reasons { margin-bottom: 90px; width: auto; margin-top: 20px; padding: 0 10px; }
    }

.ssi_teachers_banner { background-image: url('../img/scuolavillaitalia/teachers_banner.png'); margin-top: -216px; height: 666px; background-repeat: no-repeat; background-size: auto; padding: 0px; }
    .ssi_teachers_banner:after { content: 'Profissionais qualificados'; text-align: center; display: block; padding-top: 310px; color: #F7F2EC; font-weight: 700; font-size: 48px; }
.ssi_teachers_div { justify-content: center; max-width: 1320px; margin: 40px auto; margin-top: -100px; display: flex; flex-direction: row; gap: 5px; align-items: center; /* margin: 40px 20px; */ /* justify-content: space-between; */ flex-wrap: wrap; }
.ssi_teacher_card { width: 21.5%; /* height: 304px; */ margin: 18px 20px; text-align: center; }
    .ssi_teacher_card img { border-radius: 10px; width: 100%; height: 100%; }
    .ssi_teacher_card div { color: #24282B; padding: 16px 0px 24px 0px; font-weight: 700; font-size: 16px; }
    .ssi_teacher_card span { color: #B86651; font-style: normal; font-weight: 600; font-size: 15px; text-align: center; display: flex; justify-content: center; align-items: center; gap: 10px; }

    .ssi_teacher_banner { background-image: url('../img/scuolavillaitalia/teachers_banner.png'); margin-top: -216px; height: 666px; background-repeat: no-repeat; background-size: auto; padding: 0px }
    .ssi_teacher_content { margin-top: -40px; }
    .ssi_teacher_profile { max-width: 200px }
    .ssi_teacher_image { border-radius: 10px; width: 200px; height: 200px; }
    .ssi_teacher_name { color: #24282B; font-weight: 700; font-size: 18px; }
    .ssi_teacher_backbutton { color: #B86651; font-weight: bold; margin-top: 40px; display: block; font-size: 110%; }

    @media only screen and (max-width: 600px) {
        .ssi_teachers_banner, .ssi_teacher_banner { background-size: auto; background-position: center; margin-top: -230px; height: 460px; }
        .ssi_teachers_div { margin-top: 50px; justify-content: center; display: flex; flex-direction: column; gap: 5px; align-items: center; /* margin: 40px 20px; */ /*justify-content: space-between;*/ flex-wrap: wrap; }
        .ssi_teacher_content { margin-top: 20px; text-align: center; }
        .ssi_teacher_introduction { max-width: 300px; padding-left: unset; padding-top: 20px; }
        .ssi_teacher_backbutton { margin-left: 38px; text-align: left !important; }
        .ssi_teachers_banner:after { padding-top: 240px; font-size: 32px; }
    }

    .certification_banner { background-image: url('../img/scuolavillaitalia/certification_banner.png'); margin-top: -216px; height: 506px; background-repeat: no-repeat; background-size: auto; padding: 0px }
    .certification_subtitle { text-align: center; color: #F7F2EC; /*margin-top: -315px; margin-bottom: 65px;*/ margin: -315px auto 65px auto; font-weight: 700; font-size: 48px; display: block; max-width: calc(100% - 40px); padding-top: 120px; }
    .certification_introduction { max-width: 1320px; margin: 0 auto; padding-top: 180px; margin-bottom: 50px; }
    .certification_introduction_image { background: #B86651; border-top-left-radius: 12px; border-top-right-radius: 12px; width: 636px; height: 455px; text-align: center; display: inline-block; float: left; margin-top: 60px; }
    .certification_introduction_image img { position: relative; top: -157px; width: 564px; height: 612px; }
    .certification_introduction_content { display: inline-block; margin-left: 90px; width: 550px; margin-top: 10px; }
    .certification_introduction_content span { font-weight: 700; font-size: 40px; color: #24282b; }
    .certification_introduction_content p { color: #66696B; margin-top: 32px; line-height: 27px; font-size: 18px; }
    .certification_enrollment { background: #264243; margin-top: 215px; text-align: center; height: 456px; }
    .certification_enrollment_card { text-align: center; background: #fff; width: 455px; margin: auto; position: relative; top: 35px; border-radius: 8px; padding: 20px 90px 74px 90px; }
    .certification_enrollment_date { color: #24282b; font-weight: 700; margin-bottom: 48px; display: block; font-size: 18px; }
    .certification_enrollment_card p { margin-bottom: 24px; font-size: 18px; color: #212529; width: 430px; display: inline-block; line-height: 27px; }
    .certification_enrollment_card_top { border-bottom: solid 1px #0000001A; margin-bottom: 24px; }
    .certification_enrollment_card_top { margin-top: 20px; width: 430px; display: inline-block; }
    .certification_enrollment_value { color: #24282b; padding-bottom: 16px; margin-top: 24px; font-size: 18px; }
    .certification_enrollment_value h4 { margin-top: 8px; margin-bottom: 20px; }
    .certification_enrollment_card_button { background: #B86651; color: #F7F2EC; text-decoration: none; border-radius: 8px; padding: 20px 32px; font-size: 15px; font-weight: 600; }
    .certification_enrollment_card_link { color: #B86651; display: none; padding-top: 20px; }
    .certification_about { width: 630px; margin: auto; position: relative; top: 180px; }
    .certification_about span, .certification_levels span { color: #264243; font-weight: 700; font-size: 40px; }
    .certification_about span { font-size: 40px; }
    .certification_about p { color: #66696B; padding-top: 24px; font-size: 18px; }
    .certification_levels { text-align: center; width: 674px; margin: auto; position: relative; top: 234px; padding: 40px 20px; margin-bottom: 270px; }
    .certification_levels_card { background: #fff; border-radius: 8px; margin: 20px; padding: 30px; text-align: left; }
    .certification_levels_card img { float: left; margin-right: 25px; width: 60px; height: 60px; }
    .certification_levels_card span { font-size: 18px; }
    .certification_levels_card p { color: #66696B; margin-left: 85px; width: calc(100% - 85px); line-height: 27px; font-size: 18px; margin-top: 5px; }
    /*.certification_levels_cards { width: 535px; }*/

    @media only screen and (max-width: 945px) {
        .certification_banner { background-size: auto; background-position: center; }
        .certification_introduction { padding-top: 330px; }
        .certification_introduction_image { display: block; float: unset; margin: auto; }
        .certification_introduction_content { display: block; margin: auto; }
    }

    @media only screen and (max-width: 600px) {
        .certification_banner { margin-top: -240px; }
        .certification_introduction { padding-top: 130px; margin-bottom: 30px; }
        .certification_introduction_image { margin: auto; max-width: 92%; height: 357px; margin-top: 0px; }
        .certification_introduction_image img { top: -13px; width: 90%; height: 370px; }
        .certification_introduction_content { margin: 20px auto; max-width: 92%; }
        .certification_enrollment { margin-top: 30px; }
        .certification_enrollment_card { max-width: min-content; text-align: center; align-items: center; align-content: center; padding: 20px 15px 70px 15px; }
        .certification_about { max-width: 92%; margin-top: 120px; }
        .certification_levels { max-width: 100%; /*padding-bottom: 70px;*/ margin: auto; width: auto; padding: 40px 15px; margin-bottom: 250px; }
        .certification_subtitle { font-size: 32px; padding-top: 70px; }
    }

    .translation_banner { background-image: url('../img/scuolavillaitalia/translations_banner.png'); margin-top: -216px; height: 506px; background-repeat: no-repeat; background-size: auto; padding: 0px }
    .translation_subtitle { text-align: center; color: #F7F2EC; /* margin-top: -315px; */ /* margin-bottom: 65px; */ font-weight: 700; margin: -315px auto 65px auto; font-size: 48px; display: block; max-width: calc(100% - 40px); padding-top: 120px; }
    .translation_body { max-width: 1320px; margin: auto; margin-top: 230px; }
    .translation_introduction_card { padding-bottom: 48px; }
    .translation_introduction { display: inline-block; width: 66.66666667%; /*margin-right: 80px;*/ color: #66696B; margin-bottom: 90px; }
    .translation_introduction_card img { float: left; }
    .translation_introduction_card p { padding-left: 70px; font-size: 18px; line-height: 27px; width: 76%; }
    .translation_budget { display: inline-block; width: 33%; vertical-align: top; }
    .translation_budget_title { font-size: 42px; color: #264243; font-weight: 700; margin: 0px 0px 16px 0px; display: block; }
    .translation_budget_title:after { font-family: icomoon; content: "\ea3e"; padding-left: 10px; font-size: 26px; font-weight: 400; }
    .translation_budget_card { background: #fff; border-radius: 8px; padding: 40px 40px; color: #24282B; }
    .translation_budget_card span { font-weight: 700; font-size: 18px; }
    .translation_budget_card p { padding-bottom: 16px; font-size: 18px; }
    .translation_budget_card a { text-decoration: none; color: #B86651; font-weight: 600; display: block; /* padding-top: 20px; */ font-size: 15px; display: flex; align-items: center; margin-bottom: 16px; }
    .translation_budget_card a:before { font-family: icomoon; content: "\e905"; padding-right: 10px; font-weight: 400; font-size: 22px; }
    .translation_budget .translation_budget_card:nth-child(3),
    .translation_budget .translation_budget_card:nth-child(4) { display: none; }
    .translation_budget_card_phone:before { font-family: icomoon; content: "\e904"; padding-right: 10px; }
    .translation_budget_card_whats:before { font-family: icomoon; content: "\e905"; padding-right: 10px; }

    @media only screen and (max-width: 945px) {
        .translation_introduction { max-width: 400px; margin-left: 55px; }
        .translation_body { margin-top: 70px; }
    }

    @media only screen and (max-width: 600px) {
        .translation_banner { background-size: auto; background-position: center; margin-top: -240px; }
        .translation_introduction { margin: auto; margin-top: 170px; max-width: 100%; width: auto; padding: 0 10px; }
        .translation_budget { margin: auto; display: inline-block; padding: 10px 15px; width: auto; }
        .translation_subtitle { padding-top: 70px; font-size: 32px; }
    }

    .exchange_banner { background-image: url('../img/scuolavillaitalia/exchange_banner.png'); margin-top: -216px; height: 506px; background-repeat: no-repeat; background-size: auto; padding: 0px }
.exchange_subtitle { text-align: center; color: #F7F2EC; /* margin-top: -315px; */ /* margin-bottom: 65px; */ font-weight: 700; font-size: 48px; display: block; margin: -315px auto 137px auto; max-width: calc(100% - 40px); padding-top: 120px; }
.exchange_body { max-width: 100%; background-color: #f7f2ec; }
    .exchange_introduction { width: 990px; max-width: calc(100% - 40px); margin: 60px auto; text-align: center; padding-top: 100px; }
    .exchange_introduction span { color: #264243; font-weight: 700; font-size: 40px; }
    .exchange_introduction p { color: #264243; line-height: 27px; margin-bottom: 1.5rem; margin-top: 1.5rem; font-size: 18px; }
.exchange_introduction_button { background: #B86651; color: #F7F2EC; font-weight: 700; margin: 20px auto; width: 310px; border-radius: 8px; padding: 16px 12px; max-width: calc(100% - 60px); display: block; font-size: 15px; font-weight: 600; transition: all .3s ease; }
    .exchange_image { background-image: url('../img/scuolavillaitalia/exchange_image.png'); height: 470px; /*background-size: 100vw;*/ background-repeat: no-repeat; }
    .exchange_cards_container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 40px; margin-bottom: 128px; margin-top: 70px; }
    .exchange_card { width: 660px; max-width: calc(100% - 20px); }
    .exchange_card img { float: left; height: 435px; width: 304px; margin-right: 30px; }
    .exchange_card h3 { color: #000; font-weight: 700; font-size: 18px; }
    .exchange_card h4 { color: #B86651; margin-top: 05px; font-weight: 700; font-size: 18px; }
    .exchange_card p { color: #66696B; margin-top: 20px; font-size: 18px; line-height: 27px; }

    @media only screen and (max-width: 600px) {
        .exchange_banner { background-size: auto; background-position: center; margin-top: -240px; }
        .exchange_subtitle { padding-top: 70px; font-size: 32px; max-width: calc(100% - 0px); }
        .exchange_image { background-size: 350%; background-position: center; height: 350px; }
        .exchange_introduction { margin-top: 145px; padding-top: 80px; width: 990px; max-width: calc(100% - 30px); margin: 60px 15px; text-align: center; padding-top: 80px; }
        .exchange_cards_container { margin: 40px 20px; flex-direction: column; margin-bottom: 150px; }
        .exchange_cards_container img { width: 100%; padding: 10px; margin-right: 0; }
    }

.home_cards_container { display: flex; flex-direction: row; gap: 23px; margin: 0 auto; justify-content: center; margin-top: -255px; padding-bottom: 80px; max-width: 1320px; }
.home_card { width: 100%; /*max-width: 1320px;*/ }
.home_card_image { background: #B86651; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 282px; }
.home_card_image_center { background: #264243; border-top-left-radius: 8px; border-top-right-radius: 8px; height: 282px; }
.home_card_image img, .home_card_image_center img { width: 350px; position: relative; top: -113px; /* left: 20px; */ margin-right: auto !important; margin-left: auto !important; display: block !important; max-width: 100%; height: auto; }
.home_card_content { border: 1px solid #c6c3b2; border-bottom: 0px; padding: 35px 25px; min-height: 90px; }
.home_card_content span { color: #24282B; font-weight: 700; margin-bottom: 1rem !important; font-size: 18px; }
.home_card_content p { color: #66696B; margin-top: .5rem; font-size: 16px; font-weight: 400; width: 350px; }
.home_card_link { text-align: center; border: solid 1px #C6C3B2; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; padding: 10px; font-size: 15px; }
.home_card_link a { color: #B86651; font-weight: 600; text-decoration: none; }
.home_card_link a:hover { color: #A15947; }

@media only screen and (max-width: 600px) {
    .home_cards_container { flex-direction: column; align-items: center; gap: 125px; padding-bottom: 30px; }
    .home_card_image img, .home_card_image_center img { top: -92px; }
}

.ssi_newsletter_form { display: none; background-color: #264243; color: #F7F2EC; margin-top: 40px;}
.ssi_newsletter_form input { border: none; border-radius: 8px; padding: 8px; width: 320px; display: block; margin: 10px auto; }
.ssi_newsletter_form h2 { font-size: 0; width: 350px; margin: 10px auto 20px; }
.ssi_newsletter_form h2:after { content: 'Cadastre-se para receber nosso conte\00FA do em seu e-mail'; font-size: 20px; }
.ssi_newsletter_submit { background-color: #B86651; border: none; border-radius: 8px; color: #F7F2EC; display: block; margin: auto; padding: 10px 25px; font-size: 0; }
.ssi_newsletter_submit:after { content:"Cadastrar"; font-size: 12px; }

#newsletterSuccess, #newsletterError { width: 320px; margin: 20px auto; border-radius: 8px; padding: 6px; }

.ssi_contact_banner { background-image: url('../img/scuolavillaitalia/contact_banner.png'); margin-top: -155px; height: 506px; background-repeat: no-repeat; background-size: auto; padding: 0px; }
.ssi_contact_banner:after { content: "Vamos conversar"; color: #F7F2EC; text-align: center; font-weight: 700; font-size: 48px; display: block; padding-top: 8px; }
.ssi_contact_banner:before { content: "Atendimento"; font-size: 22px; text-align: center; display: block; color: #F7F2EC; letter-spacing: .44px; font-family: "Playfair Display", serif; padding-top: 285px; }
.ssi_contact_page { margin-top: 80px; align-items: center; max-width: 1320px; }
.ssi_contact_form { max-width: 40%; }
#formTitle { font-size: 0; text-transform: unset; margin-bottom: 30px; }
#formTitle:after { content: "Fale conosco por um dos nossos canais ou preencha o formul\00E1rio abaixo que entraremos em contato com voc\00EA"; font-size: 14px; color: #66696B; font-weight: 400; line-height: 27px; }
.ssi_contact_form input, .ssi_contact_form textarea { width: 100% !important; }
.ssi_contact_form #botonEnviar { background-color: #B86651; border: none; width: 100%; color: #F7F2EC; font-size: 0; text-transform: unset; }
.ssi_contact_form #botonEnviar:hover { background-color: #A75A26; }
.ssi_contact_form #botonEnviar:before { content: "Entrar em contato"; font-size: 15px; font-weight: 600; }
#contact_form_id input { border: none; }
#contact_form_id label { color: #66696B; }
.ssi_contact_info { background: #FFFFFF; border-radius: 8px; box-shadow: 0px 20px 60px 0px #24282B0D; width: 26.1%; height: fit-content; padding: 45px 35px; position: relative; }
.ssi_contact_info_card { padding-top: unset; color: #66696B; line-height: 18.15px; font-size: 12px; font-weight: 600; text-align: left; justify-content: flex-start; }
.ssi_contact_form:after { content: url('../img/scuolavillaitalia/contact_woman.png'); position: absolute; margin-left: 700px; margin-top: -425px; }
.ssi_contact_info_email_icon { fonti-size: 15px; }
.ssi_contact_info_email_icon:before, .ssi_contact_info_phone_icon:before, .ssi_contact_info_whats_icon:before { background: #B86651; border-radius: 50%; color: #F7F2EC; padding: 10px; font-size: 30px; font-weight: normal; }
.ssi_contact_info_email a { font-size: 15px; font-weight: 700; }
.ssi_contact_info_phone a { font-size: 15px; font-weight: 700; }
.ssi_contact_info_whats a { font-size: 15px; font-weight: 700; }
.ssi_contact_info_card span { font-weight: 400; display: block; font-size: 14px; }
.ssi_contact_info_arrow { color: #B86651; }
.ssi_contact_info_email, .ssi_contact_info_phone, .ssi_contact_info_whats { padding: 18px 0px 18px 35px; width: 80%; }
.ssi_contact_address h2, .ssi_contact_social_media h2 { font-weight: 700; font-size: 18px; font-style: normal; color: #24282b; margin-right: 20px; }
.ssi_contact_address { display: inherit; align-items: baseline; padding: 0 10px 8px; }
.ssi_contact_address span { padding-left: 120px; font-weight: 400; font-style: normal; color: #66696B; font-size: 18px; }
.ssi_contact_address span:before { font-family: icomoon; content: "\e947"; color: #B86651; font-size: 28px; padding-right: 15px; }
.ssi_contact_social_media { display: flex; align-items: center; }
.ssi_contact_social_media a { color: #B86651; font-size: 25px; }
.ssi_contact_image { background-image: url('https://letrearte.com/img/letrearte/projetos/villaitalia/contact_map6.png'); height: 500px; background-position: center; margin-top: 40px; background-size: cover; }
.network_link.facebook { /*margin-right: 2px; */ margin-left: 5px; }

@media only screen and (max-width: 1000px) { .ssi_contact_banner { background-size: auto; background-position: center; margin-top: -240px; }
    .ssi_contact_banner:after { padding-top: 330px; }
}

@media only screen and (max-width: 850px) {
    .ssi_contact_social_media { padding: 0 8px; }
    .ssi_contact_social_media h2 { padding-right: 20px; }
    .ssi_contact_address span { display: flex; align-items: center; justify-content: center; width: 100%; padding: 0; }
    .ssi_contact_address { display: flex; align-items: center; padding: 120px 10px 8px; flex-direction: column; }
}

@media only screen and (max-width: 600px) {
    .ssi_contact_page { flex-direction: row; margin-top: 40px; justify-content: center; margin-bottom: 80px; padding: 0 15px; }
    .ssi_contact_form { max-width: 90%; margin: auto; }
    .ssi_contact_info { max-width: 100%; width: 400px; padding: 45px 14px; }
    .ssi_contact_form:after { display: none; }

}

/** Configura��es tempor�rias para o banner promocional*/
/*.ssi_logo { margin-top: 0px; }
header { background-color: #B86651; height: 100px; margin-top: 5px; }
.ssi_nav_home:not(.ssi_fixed_header ~ nav) { background: #B86651; }
.ssi_fixed_header ~ nav { background: #F7F2EC; }
.ssi_banner { height: 604px; background-size: auto; background-repeat: no-repeat; background-position: center; }
.ssi_cta a { top: 45px; }
.ssi_custom_home_text { margin-top: 430px; }
.ssi_banner_mobile { height: 380px; background-size: cover; }*/

@media only screen and (min-width: 1600px) {
    .ssi_top_intranet { right: 470px; }
}

@media only screen and (min-width: 1920px) {
    .ssi_banner { background-size: cover; background-position: bottom; }
    .ssi_top_intranet { right: 475px; }
}


@media only screen and (max-width: 600px) {
    header .ssi_content { text-align: left; }
    .ssi_logo { margin-top: -200px; margin-left: 10px; margin-bottom: 5px; max-width: 75%; }
    .ssi_cta { padding-right: 0px; }
    nav li { padding: 8px 10px; }
    nav > ul { background-color: #2642439f; max-width: calc(100% - 20px); }
    nav > ul > li:not(:hover) > ul { display: none; }
    nav > ul > li > ul { border-radius: unset; }
    nav { position: fixed; background: none; left: 0px; margin-top: -72px !important; }
    nav li a, nav ul span { display: unset; }
    nav li a:before { display: inline-block; margin-right: 10px; }
    nav > label { border: none; background: none; visibility: hidden; margin-right: 15px; }
    nav > label:after { content: url('../img/scuolavillaitalia/menu_icon.png'); visibility: visible; }
    .ssi_fixed_header .ssi_header_back { background-size: 70%; background-position: left bottom; height: 120px; margin-top: 0px; }
    .ssi_fixed_header ~ nav { background: none; margin-top: 83px !important; margin-left: -17px; }
    .ssi_banner { margin-bottom: 120px; }
    .ssi_cta a { top: -560px; font-size: 15px; }
    /*.ssi_fixed_header ~ nav { margin-top: 15px !important; }*/
    .ssi_nav_home:not(.ssi_fixed_header ~ nav) { background: none; max-width: calc(100% - 0px); color: #F7F2EC; }
    /*.network_link {display: none}*/
    nav:not(footer nav) > label { display: inline-block; float: right; margin-right: 18px; margin-top: -86px; }
    .scu_slider_nav { margin-top: -90px; top: -365px; z-index: 99; text-align: center; position: relative; margin-top: -75px; margin-bottom: 75px; }
    .home_card_image { background: #B86651; border-top-left-radius: 8px; border-top-right-radius: 8px; margin-top: -108px; height: 282px; }
    .home_card { width: 92%; /* max-width: 1320px; */ margin-top: -20px; }
    .home_card:last-child { margin-top: 100px; }
    .home_card_content p { color: #66696B; margin-top: .5rem; font-size: 16px; font-weight: 400; width: auto; }
    .school_speak_italian_why p { color: #66696B; margin: 28px 10px; line-height: 24px; font-size: 18px; width: auto; }
    .school_speak_italian_image img { width: 100%; margin-top: 0px; margin-left: 0; margin-right: 0px; animation: pulse 2s infinite; transform-origin: center; }
    .school_about_right video { border-radius: 10px; width: 336px; height: auto; }
    .school_about_students img { width: 45%; }
    .school_about_right p { color: #66696B; padding: 45px 0; line-height: 27px; margin-bottom: 10px; margin-top: -30px; font-size: 19px; width: auto; }
    .ssi_custom_home_text_mobile .exchange_body { background-color: #fff; }
    .exchange_introduction_button { background: #B86651; color: #F7F2EC; font-weight: 700; margin: 20px auto; width: 310px; border-radius: 8px; padding: 16px 24px; max-width: calc(100% - 60px); display: block; font-size: 13.7px; font-weight: 600; transition: all .3s ease; }
    .ssi_reviews_description { font-weight: 700; font-size: 40px; width: 280px; margin-bottom: 60px; }
    .ssi_search_input { border-radius: 3px; margin-top: 1px; width: 90%; margin-right: 1px; display: none; }
    .ssi_reviews_buttons { float: right; position: absolute; margin-top: 530px; right: 42%; }
    footer .ssi_content:not(footer nav .ssi_content) { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 20px; flex-direction: column; }
    footer img { width: 220px; height: auto; margin-left: 10px; }
    footer { margin-top: 0px; }
    footer .ssi_content > div:first-child { max-width: 160px; }
    .ssi_footer_contact { margin-left: 0px; }
    .ssi_footer_contact:before { content: "Fale com a gente"; color: #F7F2EC; font-weight: 700; font-size: 16px; text-align: center; margin-bottom: 0px; align-items: center; display: flex; justify-content: center; }
    .ssi_footer_contact_phone, .ssi_footer_contact_whats { padding-bottom: 25px; text-align: center; }
    .ssi_footer_contact_phone { padding-top: 24px; }
    .ssi_footer_contact_phone:before { font-family: icomoon; content: "\e904"; font-size: 24px; color: #F7F2EC; float: unset; padding-right: 10px; }
    .ssi_footer_contact_whats:before { font-family: icomoon; content: "\e905"; font-size: 24px; color: #F7F2EC; float: unset; padding-right: 10px; }
    .ssi_footer_contact_addresses:before { font-family: icomoon; content: "\e947"; font-size: 24px; color: #F7F2EC; float: unset; padding-top: 15px; padding-right: 10px; }
    footer address { font-style: normal; font-size: 16px; /* text-align: center; */ margin-top: -20px; }
    .ssi_center { text-align: center; margin-right: 0; padding-left: 0; font-size: 18px; }
    small .ssi_content { display: flex; flex-wrap: wrap; flex-direction: column; }
    .ssi_fixed_header ~ nav > ul { color: #24282B; font-weight: 500; padding: 0px 16px; }
    .ssi_teachers_banner { background-image: url(../img/scuolavillaitalia/teachers_banner.png); margin-top: -216px; height: 460px; background-repeat: no-repeat; background-size: auto; padding: 0px; }
    .ssi_teacher_card { width: 89%; /* height: 304px; */ margin: 18px 10px; text-align: center; }
    .school_about, .school_institutional, .school_speak_italian { padding: 0px; margin: 0 auto; width: 92%; max-width: fit-content; margin-bottom: 180px; }
    .school_institutional_card p { color: #66696B; /* text-align: justify; */ line-height: 27px; font-size: 16px; width: 320px !important; /* max-width: 50%; */ }
    .school_history_card p { line-height: 27px; font-size: 20px; margin-bottom: 0px; }
    .certification_introduction_content span { font-weight: 700; font-size: 35px; color: #24282b; }
    .certification_enrollment_card_top { margin-top: 20px; width: auto; display: block; }
    .certification_enrollment_date { color: #24282b; font-weight: 700; margin-bottom: 48px; display: block; font-size: 18px; }
    .certification_enrollment_card p { margin-bottom: 24px; font-size: 18px; color: #212529; width: 300px; text-align: center; display: flex; justify-content: center; align-items: center; }
    .certification_levels_card { background: #fff; border-radius: 8px; margin: 0; padding: 30px; text-align: left; margin-bottom: 15px; }
    .certification_levels_cards { margin-top: 20px; }
    /*.exchange_card { width: auto; display: flex; max-width: calc(100% - 20px); flex-direction: column; }*/
    .exchange_card { width: auto; display: flex; max-width: calc(100% - 0px); flex-direction: column; justify-content: center; align-items: center; }
    .exchange_card p { color: #66696B; margin-top: 20px; font-size: 18px; line-height: 27px; text-align: center; }
    .translation_introduction_card { display: flex; flex-direction: column; padding: 0 5px 48px 5px; }
    .translation_introduction_card img { float: left; width: 45px; }
    .translation_introduction_card p { padding-left: 0; font-size: 18px; line-height: 27px; width: 100%; padding-top: 10px; }
    .ssi_contact_info_email, .ssi_contact_info_phone, .ssi_contact_info_whats { padding: 18px 0px 18px 13px; width: 80%; }
    .ssi_contact_info_email a { font-size: 14px; font-weight: 700; }
    .ssi_contact_info_phone a { font-size: 14px; font-weight: 700; }
    .ssi_contact_info_whats a { font-size: 14px; font-weight: 700; }
    .ssi_top .network_link { display: none; }
    .ssi_contact_image { background-image: url('https://letrearte.com/img/letrearte/projetos/villaitalia/contact_map6.png'); height: 150px; background-position: inherit; margin-top: 40px; background-size: cover; margin-bottom: -15px; }
    .ssi_contact_banner:before { content: "Atendimento"; font-size: 14px; text-align: center; display: block; color: #F7F2EC; letter-spacing: .44px; font-family: "Playfair Display", serif; padding-top: 295px; }
    .ssi_contact_banner:after { padding-top: 8px; font-size: 32px; }
    .ssi_blog_index .article_summary { max-width: 100% !important; height: auto; }
    .article_summary_image { max-width: 320px; max-height: none; width: 100%; object-fit: unset !important; }
    .carousel_img_menu { border-radius: 10px; float: left; width: 100% !important; height: auto !important; margin-right: 0 !important; margin-top: -10px; margin-left: 0 !important; }
    .carousel_images_menu { position: relative; width: 100%; height: auto !important; aspect-ratio: 4 / 3; /* overflow: hidden; */ }
    .school_about_content span { color: #B86651; font-weight: 700; font-size: 18px; position: relative; top: 24px; margin-left: 0px; }
    .school_institutional_card:not(:last-child)::after { content: none; position: absolute; top: 30%; right: 0; width: 1px; height: 60%; background-color: #DDD; transform: translateY(-50%); }
    .school_about_carousel_menu { border-radius: 10px; float: left; width: 560px; height: 300px; margin-right: 160px; margin-top: 90px; margin-left: 0 !important; }
    .ssi_teacher_introduction { display: inline-block; max-width: 300px !important; padding-left: 0px !important; text-align: justify; white-space: pre-wrap; margin-bottom: 40px; vertical-align: top; font-size: 16px; line-height: 24px; color: #66696b; }
    .article_summary { flex: 1 1; min-width: 300px; padding: 15px 20px; max-width: 100%; }
    .ssi_blog_index .article_summary_image { margin-right: 0; max-width: 320px; object-fit: unset; aspect-ratio: 3 / 2; border-radius: 8px; }
    .ssi_blog_other_posts_section { width: 600px; max-width: calc(100% - 0px); margin: 40px auto; margin-top: 30px; margin-bottom: 130px; }
    .article_summary_video { max-width: 320px; max-height: 225px; width: 100%; object-fit: cover; }
    .ssi_blog_other_posts .article_summary_image { width: 100%; margin: 10px auto; display: block; border-radius: 8px; object-fit: unset; aspect-ratio: 3 / 2; }
    .article_content { margin-top: 130px; }
    /*.blog_detail_first_mercatino .content_wrapper_first_mercatino { display: flex; gap: 4px !important; flex-wrap: wrap; margin-bottom: -80px !important; flex-direction: column-reverse; }
    .container_first_mercatino { max-width: 1320px; margin: 0 auto; padding: 0; margin-top: 90px; }
    .text_first_mercatino .title_first_mercatino { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 320px; }
    .highlight_image_first_mercatino { width: 100%; max-width: 320px; height: auto; margin-bottom: 40px; border-radius: 8px; }
    .text_first_mercatino { flex: 1; max-width: 320px; }
    .gallery_first_mercatino { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; gap: 20px; }*/
    .blog_detail_final_de_ano .content_wrapper_final_de_ano { display: flex; gap: 50px !important; flex-wrap: wrap; margin-bottom: -100px; flex-direction: column-reverse; }
    .text_final_de_ano .title_final_de_ano { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 320px !important; }
    .highlight_image_final_de_ano { width: 100%; max-width: 320px !important; height: auto; margin-bottom: 40px; border-radius: 8px; }
    .text_final_de_ano p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 320px !important; }
    .gallery_final_de_ano { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; gap: 20px; }
    .container_final_de_ano { max-width: 1320px; margin: 0 auto; padding: 0px !important; margin-top: 130px !important; }
    .blog_detail_gallery .title_final_de_ano { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; margin-top: 180px; }
    .blog_detail_mercatino .content_wrapper_mercatino { display: flex; gap: 50px !important; flex-wrap: wrap; margin-bottom: -100px; flex-direction: column-reverse; }
    .text_mercatino .title_mercatino { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 320px !important; }
    .highlight_image_mercatino { width: 100%; max-width: 320px !important; height: auto; margin-bottom: 40px; border-radius: 8px; }
    .text_mercatino p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 320px !important; }
    .gallery_mercatino { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; gap: 20px; }
    .container_mercatino { max-width: 1320px; margin: 0 auto; padding: 0px !important; margin-top: 130px !important; }
    .blog_detail_gallery .title_mercatino { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; margin-top: 180px; }
    .blog_detail_calvino_in_piazza .content_wrapper_calvino_in_piazza { display: flex; gap: 50px !important; flex-wrap: wrap; margin-bottom: -100px; flex-direction: column-reverse; }
    .text_calvino_in_piazza .title_calvino_in_piazza { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 320px !important; }
    .highlight_image_calvino_in_piazza { width: 100%; max-width: 320px !important; height: auto; margin-bottom: 40px; border-radius: 8px; }
    .text_calvino_in_piazza p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 320px !important; }
    .gallery_calvino_in_piazza { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; gap: 20px; }
    .container_calvino_in_piazza { max-width: 1320px; margin: 0 auto; padding: 0px !important; margin-top: 130px !important; }
    .blog_detail_gallery .title_calvino_in_piazza { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; margin-top: 180px; }
    .blog_detail_first_mercatino .content_wrapper_first_mercatino { display: flex; gap: 50px !important; flex-wrap: wrap; margin-bottom: -100px; flex-direction: column-reverse; }
    .text_first_mercatino .title_first_mercatino { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 320px !important; }
    .highlight_image_first_mercatino { width: 100%; max-width: 320px !important; height: auto; margin-bottom: 40px; border-radius: 8px; }
    .text_first_mercatino p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 320px !important; }
    .gallery_first_mercatino { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important; gap: 20px; }
    .container_first_mercatino { max-width: 1320px; margin: 0 auto; padding: 0px !important; margin-top: 130px !important; }
    .blog_detail_gallery .title_first_mercatino { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; margin-top: 180px; }
    a.ssi_whats_button:after { content: "Chama no Whats"; font-size: 17px !important; vertical-align: text-bottom; font-weight: 400; display: none; }
    .ssi_whats_button:before { content: url(/img/whatsapp.png) !important; padding-right: 15px; }
    .ssi_whats_button { position: fixed; top: 670px; left: 130px; right: calc((100vw - 1320px) / 2); z-index: 10000; color: transparent; background: none; text-transform: unset; font-size: 0%; border: solid 1px; border-radius: 8px; padding: 13px 16px !important; height: 20px; }
    .ssi_course_classes_card { margin-right: 0px; height: fit-content; }
    .ssi_course_classes_card, .ssi_course_description_card { background: #fff; border-radius: 8px; width: 360px !important; max-width: calc(100% - 60px); margin: 10px; padding: 40px 20px; display: inline-block; vertical-align: top; }
    .ssi_course_details_class { margin-bottom: 20px; padding-bottom: 20px; display: flex; flex-direction: column; align-items: center; }
    .ssi_course_details_date { background-color: #264243; border-radius: 8px; padding: 8px; color: #FFFFFF; font-weight: 700; margin-right: 0px; border: none; width: 90px; height: 40px; margin-top: 2px; text-align: center; }
    .ssi_course_details_class div:last-of-type { min-height: 195px; min-width: unset; margin-left: 0; }
    .ssi_course_details_class span { display: block; margin-left: 10px; line-height: 18px; margin-top: 10px; }
    .ssi_course_details_price { color: #B86651; margin-left: 5px !important; padding-bottom: 0; margin-top: -1px !important; }
    .ssi_course_details_content { width: 1320px; max-width: calc(100% - 15px); margin: auto; display: flex; justify-content: center; flex-direction: column; }
    .ssi_course_details_enroll { margin-top: 20px; width: 106px; padding: 8px; border-radius: 8px; background-color: #B86651; border: none; font-size: 90%; float: left; }
    .courses_group_description { width: 720px; max-width: calc(100% - 30px); margin: auto; }
    .fontstyle0 span { font-size: 13.3333px !important; line-height: 18px; color: #000; }
    .fontstyle0 { font-size: 13.3333px; }
    .fontstyle1 { font-size: 13.3333px; color: #000; }
    .fontstyle1 span { font-size: 13.3333px !important; line-height: 18px; color: #000 !important; }
    .ssi_course_description_card p { font-size: 13.3333px; color: #000 !important; }
    .fontstyle2 span { font-size: 13.3333px !important; color: #000 !important; }
    .ssi_course_details_teacher_list h5 { margin-top: 10px; font-size: 13.3333px; color: #000; line-height: 30px; }
    .ssi_course_description_card p { font-size: 13.3333px; color: #000 !important; line-height: 18px; }
    .ssi_course_details h3 { color: #F7F2EC; text-align: left; width: 1320px; max-width: calc(100% - 40px); margin: -120px auto 80px auto; font-size: 160%; font-weight: 400; }
    .ssi_course_details_class_list h4, .ssi_course_description_card h4 { color: #264243; font-weight: 700; text-align: center; font-size: 18px; }
    .fontstyle2 div img { width: 260px !important; }
    .fontstyle2 ul li img { width: 260px !important; }
    .fontstyle2 p img { width: 260px !important; }
    .ssi_course_description_card div img { width: 260px !important; }
    .ssi_course_description_card ul li img { width: 260px !important; }
    .ssi_course_description_card p img { width: 220px !important; }
    .courses_group_description h2 { color: #264243; font-weight: 700; font-size: 34px; margin-bottom: 30px; }
    .courses_group_card_content { width: 210px; }
    .courses_group_lead_p2:before { content: url(../img/scuolavillaitalia/courses_profile.png); float: left; padding-right: 8px; padding-bottom: 82px; padding-top: 4px; }
    .gallery_school img { width: 320px !important; height: 304px; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
    .blog_detail_gallery.gallery_photos { width: 92%; }
    .courses_group_lead_p1 { margin-top: 25px; text-align: justify; }
    .courses_group_lead_p2 { padding-top: 25px; text-align: justify; }
    .ssi_course_summary > a > h3 { font-weight: 700; text-align: center !important; width: 290px; margin: 0px 0px 20px 5px; }
    .ssi_course_details_teacher_name { text-transform: uppercase; font-size: 13.2px; font-weight: 500; text-align: center; color: #264243; }
}

small > .ssi_content > div { font-size: 0; }
small > .ssi_content > div:after { font-size: 18px; content: "Escola de Italiano Villa Italia Ltda CNPJ: 38.200.131/0001-95 Todos os direitos Reservados"; }
.sol_address_details > div > input { width: 120px !important; border-radius: 8px !important; padding: 8px !important; }
.sol_address_details { width: 370px; margin: auto; max-width: 98%; }
.sol_address_details > div { flex-direction: column; display: flex; width: 133px; }
.sol_address_details > div > label { padding-left: 5px; }

.ssi_custom_home_text {/* max-width: 1320px !important;*/ }
.ssi_custom_home_text_desktop .exchange_body { background-color: #fff; }

.ssi_teacher_introduction { display: inline-block; max-width: 700px; padding-left: 80px; text-align: justify; white-space: pre-wrap; margin-bottom: 40px; vertical-align: top; font-size: 16px; line-height: 24px; color: #66696b; }

.ssi_teacher_card span:before { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/cvicon.png'); }

/* Blog - mercatino */
/** { margin: 0; padding: 0; box-sizing: border-box; }

body { font-family: Arial, sans-serif; background-color: #fef8f3; color: #1f2e2e; line-height: 1.6; }*/
/*.container_blog_mercatino { max-width: 1320px; margin: 0 auto; display: flex; padding: 40px 20px; gap: 40px; }
.share_mercatino { width: 120px; font-size: 13px; }
.share_mercatino p { font-weight: bold; margin-bottom: 10px; }
.share_mercatino ul { list-style: none; }
.share_mercatino li { margin-bottom: 8px; }
.share_mercatino a { text-decoration: none; color: #1f2e2e; }
.content_mercatino { flex: 1; }
.content_mercatino h1 { font-size: 20px; margin-bottom: 20px; }
.highlight_image_mercatino img { width: 100%; max-width: 360px; height: auto; border-radius: 8px; margin-bottom: 20px; }
.text_mercatino p { margin-bottom: 12px; font-size: 14px; }
.content_mercatino h2 { font-size: 16px; margin: 40px 0 20px; font-weight: bold; }
.gallery_mercatino { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.gallery_mercatino img { width: 100%; border-radius: 6px; object-fit: cover; }*/
/** { box-sizing: border-box; padding: 0; margin: 0; }

body { font-family: Arial, sans-serif; background-color: #fff9f3; color: #333; }*/
.container_mercatino { max-width: 1320px; margin: 0 auto; padding: 40px 20px; margin-top: 90px; }
.blog_detail_mercatino .content_wrapper_mercatino { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: -100px; }
.share_mercatino { width: 180px; }
.share_mercatino .title_mercatino { font-weight: 700; margin-bottom: 25px; font-size: 18px; color: #24282b; }
.share_mercatino ul { list-style: none; padding-left: 0; line-height: 27px; }
.share_mercatino li { margin-bottom: 35px; }
.share_mercatino a { text-decoration: none; color: #66696b; font-size: 15px; transition: color 0.2s ease; }
/*.share_mercatino a:hover { color: #924e3f; }*/
.text_mercatino { flex: 1; }
.text_mercatino .title_mercatino { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; }
.text_mercatino p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 850px; }
.highlight_image_mercatino { width: 100%; max-width: 500px; height: auto; margin-bottom: 40px; border-radius: 8px; }
.blog_detail_gallery .title_mercatino { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; }
.gallery_mercatino { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
.gallery_mercatino img { width: 100%; height: auto; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
.gallery_mercatino img:hover { transform: scale(1.02); }
.facebook_icon:before { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/facebook.png'); /*font-weight: 400;*/ /* ou 900 se necess�rio */ /*color: #1877f2; font-size: 24px;*/ }
.linkedin_icon:before { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/linkedin.png'); /*font-family: 'FontAwesome';*/ }
.twitter_icon:before { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/twitter.png'); /*font-family: 'FontAwesome'; */ }
.copy_link_icon:before { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/copiarlink.png'); /*font-family: 'FontAwesome';*/ }
.heart_icon:after { content: '\2764'; font-family: 'icomoon'; color: #df1e1e; padding: 5px; }
.waving_hand_icon:after { content: "\1F44B"; padding: 5px; }
.christmas_tree_icon:after { content: "\1F384"; padding: 5px; }

/* Blog - Final de Ano */
.container_final_de_ano { max-width: 1320px; margin: 0 auto; padding: 40px 20px; margin-top: 90px; }
.blog_detail_final_de_ano .content_wrapper_final_de_ano { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: -100px; }
.share_final_de_ano { width: 180px; }
.share_final_de_ano .title_final_de_ano { font-weight: 700; margin-bottom: 25px; font-size: 18px; color: #24282b; }
.share_final_de_ano ul { list-style: none; padding-left: 0; line-height: 27px; }
.share_final_de_ano li { margin-bottom: 35px; }
.share_final_de_ano a { text-decoration: none; color: #66696b; font-size: 15px; transition: color 0.2s ease; }
.text_final_de_ano { flex: 1; }
.text_final_de_ano .title_final_de_ano { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; }
.text_final_de_ano p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 850px; }
.highlight_image_final_de_ano { width: 100%; max-width: 850px; height: auto; margin-bottom: 40px; border-radius: 8px; }
.blog_detail_gallery .title_final_de_ano { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; }
.gallery_final_de_ano { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
.gallery_final_de_ano img { width: 100%; height: auto; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
.gallery_final_de_ano img:hover { transform: scale(1.02); }
.clinking_glasses:after { content: '\1F942'; padding: 5px; }
.flag_italy:after { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/bandeiraitalia.png'); padding: 5px; }

/* Blog - Calvino in Piazza */
.container_calvino_in_piazza { max-width: 1320px; margin: 0 auto; padding: 40px 20px; margin-top: 90px; }
.blog_detail_calvino_in_piazza .content_wrapper_calvino_in_piazza { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: -100px; }
.share_calvino_in_piazza { width: 180px; }
.share_calvino_in_piazza .title_calvino_in_piazza { font-weight: 700; margin-bottom: 25px; font-size: 18px; color: #24282b; }
.share_calvino_in_piazza ul { list-style: none; padding-left: 0; line-height: 27px; }
.share_calvino_in_piazza li { margin-bottom: 35px; }
.share_calvino_in_piazza a { text-decoration: none; color: #66696b; font-size: 15px; transition: color 0.2s ease; }
.text_calvino_in_piazza { flex: 1; }
.text_calvino_in_piazza .title_calvino_in_piazza { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 800px; }
.text_calvino_in_piazza p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 850px; }
.highlight_image_calvino_in_piazza { width: 100%; max-width: 850px; height: auto; margin-bottom: 40px; border-radius: 8px; }
.blog_detail_gallery .title_calvino_in_piazza { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; }
.gallery_calvino_in_piazza { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
.gallery_calvino_in_piazza img { width: 100%; height: auto; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
.gallery_calvino_in_piazza img:hover { transform: scale(1.02); }
.clapping_hands_icon:after { content: '\1F44F'; padding: 5px; }
.flag_italy:after { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/bandeiraitalia.png'); padding: 5px; }

/* Carrossel - Quem somos */
.school_about_carousel_menu { border-radius: 10px; float: left; width: 560px; height: 300px; margin-right: 160px; margin-top: 90px; margin-left: 2px; }

.school_about_carousel_menu { position: relative; width: 100%; max-width: 636px; /* margin-top: 20px;*/ }
.school_about_carousel { position: relative; width: 100%; max-width: 560px; /*margin-top: 20px;*/ }
.carousel_images { position: relative; width: 100%; height: 390px; aspect-ratio: 4 / 3;/* overflow: hidden;*/ }
.carousel_images_menu { position: relative; width: 100%; height: 390px; aspect-ratio: 4 / 3; /* overflow: hidden;*/ }
.carousel_img { position: absolute; top: 0; left: 0; /*width: 100%;*/ opacity: 0; animation: carouselFade 9s infinite; transition: opacity 1s ease-in-out; }
.carousel_img.img1 { animation-delay: 0s; }
.carousel_img.img2 { animation-delay: 3s; }
.carousel_img.img3 { animation-delay: 6s; }
.carousel_img_menu { position: absolute; top: 0; left: 0; /*width: 100%;*/ opacity: 0; animation: carouselFade 9s infinite; transition: opacity 1s ease-in-out; }
.carousel_img_menu.img1 { animation-delay: 0s; }
.carousel_img_menu.img2 { animation-delay: 3s; }
.carousel_img_menu.img3 { animation-delay: 6s; }
.carousel_img_menu { border-radius: 10px; float: left; width: 636px; height: 398px; margin-right: 130px; margin-top: -10px; margin-left: 2px; }

@keyframes carouselFade {
    0% { opacity: 0; }
    10% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
}

.carousel_dots { display: flex; justify-content: center; margin-top: 10px; gap: 8px; }
.dot { width: 10px; height: 10px; background-color: #66696b; border-radius: 50%; transition: background-color 0.3s ease-in-out; }

@keyframes dot1Active {
    0%, 32% { background-color: #b86651; }
    33%, 100% { background-color: #66696b; }
}

@keyframes dot2Active {
    0%, 32% { background-color: #66696b; }
    33%, 65% { background-color: #b86651; }
    66%, 100% { background-color: #66696b; }
}

@keyframes dot3Active {
    0%, 65% { background-color: #66696b; }
    66%, 99% { background-color: #b86651; }
    100% { background-color: #66696b; }
}

.d1 { animation: dot1Active 9s infinite; }
.d2 { animation: dot2Active 9s infinite; }
.d3 { animation: dot3Active 9s infinite; }

/* A escola - galeria de fotos */
.container_gallery_school { max-width: 1320px; margin: 0 auto; padding: 40px 20px; margin-top: 110px; margin-bottom: 130px; }
.school_detail_gallery .title_gallery_school { font-size: 40px; margin-bottom: 45px; color: #264243; font-weight: 700; text-align: center; }
.gallery_school { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px 0px; justify-items: center; }
.gallery_school img { width: 304px; height: 304px; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
.gallery_school img:hover { transform: scale(1.02); }

/* Blog - Mercatino 2 */
.container_first_mercatino { max-width: 1320px; margin: 0 auto; padding: 40px 20px; margin-top: 90px; }
.blog_detail_first_mercatino .content_wrapper_first_mercatino { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: -100px; }
.share_first_mercatino { width: 180px; }
.share_first_mercatino .title_first_mercatino { font-weight: 700; margin-bottom: 25px; font-size: 18px; color: #24282b; }
.share_first_mercatino ul { list-style: none; padding-left: 0; line-height: 27px; }
.share_first_mercatino li { margin-bottom: 35px; }
.share_first_mercatino a { text-decoration: none; color: #66696b; font-size: 15px; transition: color 0.2s ease; }
.text_first_mercatino { flex: 1; }
.text_first_mercatino .title_first_mercatino { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; width: 800px; }
.text_first_mercatino p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 850px; }
.highlight_image_first_mercatino { width: 100%; max-width: 500px; height: auto; margin-bottom: 40px; border-radius: 8px; }
.blog_detail_gallery .title_first_mercatino { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; }
.gallery_first_mercatino { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
.gallery_first_mercatino img { width: 100%; height: auto; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
.gallery_first_mercatino img:hover { transform: scale(1.02); }
.basket_icon:after { content: '\1F9FA'; padding: 5px; }
.winking_face_icon:after { content: '\1F609'; padding: 5px; }

/* Blog - Workshop Nuovissimo Progetto Italiano */
.container_workshop_nuovissimo { max-width: 1320px; margin: 0 auto; padding: 40px 20px; margin-top: 90px; }
.blog_detail_workshop_nuovissimo .content_wrapper_workshop_nuovissimo { display: flex; gap: 40px; flex-wrap: wrap; margin-bottom: -100px; }
.share_workshop_nuovissimo { width: 180px; }
.share_workshop_nuovissimo .title_workshop_nuovissimo { font-weight: 700; margin-bottom: 25px; font-size: 18px; color: #24282b; }
.share_workshop_nuovissimo ul { list-style: none; padding-left: 0; line-height: 27px; }
.share_workshop_nuovissimo li { margin-bottom: 35px; }
.share_workshop_nuovissimo a { text-decoration: none; color: #66696b; font-size: 15px; transition: color 0.2s ease; }
.text_workshop_nuovissimo { flex: 1; }
.text_workshop_nuovissimo .title_workshop_nuovissimo { font-size: 32px; margin-bottom: 41px; color: #264243; font-weight: 700; margin-top: 0; }
.text_workshop_nuovissimo p { font-size: 18px; margin-bottom: 20px; line-height: 1.6; color: #66696b; width: 850px; }
.highlight_image_workshop_nuovissimo { width: 100%; max-width: 850px; height: auto; margin-bottom: 40px; border-radius: 8px; }
.blog_detail_gallery .title_workshop_nuovissimo { font-size: 32px; margin-bottom: 25px; color: #264243; font-weight: 700; }
.gallery_workshop_nuovissimo { display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); gap: 20px; }
.gallery_workshop_nuovissimo img { width: 100%; height: auto; display: block; border-radius: 8px; transition: transform 0.3s ease; object-fit: cover; aspect-ratio: 3 / 2; }
.gallery_workshop_nuovissimo img:hover { transform: scale(1.02); }
.star_struck_icon:after { content: '\1F929'; padding: 5px; }
.flag_italy:after { content: url('https://letrearte.com/img/letrearte/projetos/villaitalia/bandeiraitalia.png'); padding: 5px; }
.handshake_icon:after { content: '\1F91D'; padding: 5px; }
.hot_beverage_icon:after { content: '\2615'; padding: 5px; }