@charset "UTF-8";

/* CSS Document */

* {
  padding: 0;
  margin: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}

a,
button,
input[type="submit"] {
  outline: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

body{
  overflow-x: hidden;
}

/* HEADER */

header .section-header{
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header.header-fixed .section-header{
  width: 100%;
  background-image: url(../images/bg-footer-effect.png);
  background-color: rgb(255 255 255 / 90%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header .section-header .content-header {
  display: flex;
  align-items: center;
}

/* END HEADER */


/* MENU */

#shiftnav-toggle-main {
  display: none;
}

.section-header .content-header .menu-header .et-menu {
  justify-content: center;
  align-items: center;
}
.section-header .content-header .menu-header .et-menu li:first-child{
  margin-left: 0;
}
.section-header .content-header .menu-header .et-menu li {
  margin: 0 0 0 10px;
}
.section-header .content-header .menu-header .et-menu li a {
  font-size: 16px;
  padding: 0;
  margin: 0;
  opacity: 1;
}
.section-header .content-header .menu-header .et-menu li a:hover{
  color: #F28F32;
}

.section-header .content-header .menu-header .et-menu li.btn-destaque a{
  font-weight: 700;
  color: #FFF;
  background-color: #8CC04B;
  box-shadow: 0px 16px 15px -15px #8CC04B;
  border-radius: 50px;
  padding: 14px 25px 16px 50px;
}
.section-header .content-header .menu-header .et-menu li.btn-destaque a:hover{
  background-color: #1769A3;
  box-shadow: 0px 16px 15px -15px #1769A3;
}
.section-header .content-header .menu-header .et-menu li.btn-destaque a::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-chat.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 11px;
}

/* END MENU */


/* BANNER */

.section-banner .content-banner {
  max-width: 1200px;
  margin: auto;
  overflow: initial;
}
.section-banner .content-banner,
.section-banner .content-banner .et_pb_slides,
.section-banner .content-banner .et_pb_slides .et_pb_slide{
  height: 680px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide{
  padding: 0;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container {
  display: flex;
  align-items: center;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
  width: auto;
  height: 465px;
  margin: 0 !important;
  top: initial;
  right: 70px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img{
  height: 100%;
  max-height: 100% !important;
  object-fit: contain;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h1,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h2,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h3,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content p,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content{
  font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 200;
  font-size: 34px;
  color: #595a64 !important;
  line-height: 130%;
  text-shadow: none;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h1 strong,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h2 strong,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h3 strong,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content p strong,
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content strong{
  color: #8CC04B !important;
}

.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description{
  width: 100%;
  padding-right: 0;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description > *{
  max-width: 500px;
  padding-left: 55px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button_wrapper {
  margin-top: 50px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button{
  width: fit-content;
  background-image: url(../images/icon-down.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 24px;
  font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #595a64;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  display: block;
  text-indent: 35px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button::after{
  display: none;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button:hover{
  background-color: transparent;
  color: #8CC04B;
}

.section-banner .content-banner .et-pb-slider-arrows a::before{
  content: '';
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.section-banner .content-banner .et-pb-slider-arrows .et-pb-arrow-prev{
  left: -40px; 
}
.section-banner .content-banner .et-pb-slider-arrows .et-pb-arrow-prev::before{
  background-image: url(../images/icon-banner-left.svg);
}
.section-banner .content-banner .et-pb-slider-arrows .et-pb-arrow-next{
  right: -40px;
}
.section-banner .content-banner .et-pb-slider-arrows .et-pb-arrow-next::before{
  background-image: url(../images/icon-banner-right.svg);
}

.section-banner .content-banner .et-pb-controllers {
  position: absolute;
  width: fit-content;
  margin: auto;
  text-align: left;
  bottom: 50px;
  left: 37px;
}
.section-banner .content-banner .et-pb-controllers a{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1769A3;
  opacity: .2;
}
.section-banner .content-banner .et-pb-controllers a.et-pb-active-control{
  transform: scale(1.5);
  opacity: 1;
}
.section-banner .content-banner .et-pb-controllers a:hover{
  transform: scale(1.2);
  opacity: 1;
}

/* END BANNER */


/* SHADOW BANNER */

.shadow-banner::before{
  content: '';
  width: 100%;
  height: 420px;
  background-image: url(../images/shadow-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 0;
  top: 0;
}

/* END SHADOW BANNER */


/* TEXTS */

.feature.orange strong{
  color: #F28F32;
}
.feature.blue strong{
  color: #1769A3;
}
.feature.green strong{
  color: #8CC04B;
}

/* END TEXTS */


/* MORE */

.view-more-less .et_pb_blurb_description {
   overflow: hidden;
}
.view-more-less .toggle-btn {
  display: inline-block;
  margin-top: 10px;
  color: #7DBE3C;
  cursor: pointer;
  font-weight: 400;
  transition: all .2s;
}
.view-more-less .toggle-btn:hover{
  color: #1769A3;
}

/* END MORE */


/* ABOUT */

.section-about{
  z-index: 1;
}
.section-about .content-about {
  display: flex;
  align-items: center;
}
.section-about .content-about .about-homo-ludens strong{
  color: #1769A3;
}

/* END ABOUT */


/* DOWNLOAD */

.item-download{
  width: 100%;
  border-radius: 20px;
  background-color: #FFF;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15);
  padding: 20px;
  transition: all .2s;
  margin-bottom: 20px !important;
}
.item-download:last-of-type{
  margin-bottom: 0 !important;
}
.item-download:hover{
  box-shadow: 0px 13px 85px -30px rgb(0 0 0 / 35%);
}
.item-download .et_pb_blurb_content{
  display: flex !important;
  align-items: center;
}
.item-download .et_pb_blurb_content .et_pb_main_blurb_image{
  margin-bottom: 0;
}
.item-download .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}
.item-download .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.item-download .et_pb_blurb_content .et_pb_module_header{
  padding-bottom: 0;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #595A64;
  transition: all .2s;
}
.item-download:hover .et_pb_blurb_content .et_pb_module_header{
  color: #F28F32;
}
.item-download.go:hover .et_pb_blurb_content .et_pb_module_header{
  color: #1769A3;
}

/* END DOWNLOAD */


/* ABOUT CENSO */

.section-about-censo .content-about-censo{
  display: flex;
  align-items: center;
}
.section-about-censo .content-about-censo .item-feature{
  width: 100%;
  border-radius: 40px;
  background-color: #FFF;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
.section-about-censo .content-about-censo .item-feature .et_pb_blurb_content .et_pb_main_blurb_image {
  text-align: left;
}
/* .section-about-censo .content-about-censo .item-feature .et_pb_blurb_description p:first-child{
  max-height: 140px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
} */

/* END ABOUT CENSO */


/* ABOUT SEARCH */

.section-about-search .content-about-search{
  display: flex;
  align-items: center;
}

/* END ABOUT SEARCH */


/* BLOG */

.section-blog .content-blog::before{
  content: '';
  background-image: url(../images/triangle-model-2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

/* HOME BLOG */

.featured-posts .et_pb_blog_grid .et_pb_salvattore_content,
.featured-posts .featured-posts-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column{
  width: 31% !important;
  margin-right: 3% !important;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column:last-child{
  margin-right: 0 !important;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article{
  padding: 30px;
  border-radius: 40px;
  background: var(--White, #FFF);
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.25);
  border: 0;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .et_pb_image_container {
  margin: 0 0 20px;
  border-radius: 25px;
  overflow: hidden;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .et_pb_image_container .entry-featured-image-url {
  margin: 0;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .et_pb_image_container .entry-featured-image-url img {
  min-height: 180px;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .et_pb_image_container .entry-featured-image-url:hover img{
  transform: scale(1.15);
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .entry-title{
  font-size: 20px;
  line-height: 120%;
  color: #1F212B;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .entry-title a:hover {
  color: #1769A3;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .post-meta {
  margin: 8px 0 2px;
  font-size: 0.1px;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .post-meta a{
  display: inline-block;
  width: fit-content;
  height: auto;
  background-color: #8CC04B;
  color: #FFF;
  padding: 4px 10px 5px;
  font-size: 13px;
  line-height: 120%;
  border-radius: 50px;
  margin: 0 5px 5px 0;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .post-meta a:hover{
  background-color: #F28F32;
}
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .post-content-inner,
.featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article .post-content-inner p{
  font-size: 16px;
  line-height: 130%;
  color: #595A64;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-posts .featured-posts-wrapper > a{
  flex: 30%;
  width: 100%;
  padding: 30px;
  border-radius: 40px;
  background: var(--White, #FFF);
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.25);
  border: 0;
}
.featured-posts .featured-posts-wrapper > a:hover{
  transform: scale(.95);
}
.featured-posts .featured-posts-wrapper .featured-post-card .featured-post-image{
  height: 190px;
  margin: 0 0 20px;
  border-radius: 25px;
  overflow: hidden;
}
.featured-posts .featured-posts-wrapper .featured-post-card .featured-post-image img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-posts .featured-posts-wrapper .featured-post-card .featured-post-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.featured-posts .featured-posts-wrapper .featured-post-card .featured-post-content h3{
  font-size: 20px;
  line-height: 120%;
  color: #1F212B;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-posts .featured-posts-wrapper .featured-post-card .featured-post-content .tag{
  display: inline-block;
  width: fit-content;
  height: auto;
  background-color: #8CC04B;
  color: #FFF;
  padding: 4px 10px 5px;
  font-size: 13px;
  line-height: 120%;
  border-radius: 50px;
  margin: 0 5px 5px 0;
}
.featured-posts .featured-posts-wrapper .featured-post-card .featured-post-content p{
  font-size: 16px;
  line-height: 130%;
  color: #595A64;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* POST */

.section-title-post .content-title-post .et_pb_image_wrap{
  border-radius: 40px;
  overflow: hidden;
  max-height: 500px;
}
.section-title-post .content-title-post .et_pb_image_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-title-post .content-title-post .et_pb_title_meta_container .published {
  margin-left: 0;
}
.section-title-post .content-title-post .et_pb_title_meta_container > * {
  margin: 0 15px;
}
.section-title-post .content-title-post .et_pb_title_meta_container a:hover{
  color: #F28F32;
}

/* LIST POST */

.list-posts .et_pb_post {
  padding: 30px;
  border-radius: 40px;
  background-color: #FFF;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15);
  display: grid;
  gap: 10px;
  grid: auto auto / 45% 55%;
  margin-bottom: 30px;
}
.list-posts .et_pb_post .entry-featured-image-url {
  height: 165px;
  margin: 0 5% 0 0;
  border-radius: 20px;
  overflow: hidden;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 5;
  display: flex;
  align-items: center;
}
.list-posts .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.list-posts .et_pb_post .entry-featured-image-url:hover img {
  transform: scale(1.15);
}
.list-posts .et_pb_post .post-meta {
  margin: 0 0 20px;
  font-size: 0.1px;
  display: flex;
  flex-wrap: wrap;
  grid-column-start: 2;
  grid-row-start: 2;
}
.list-posts .et_pb_post .post-meta a {
  display: inline-block;
  width: fit-content;
  height: fit-content;
  background-color: #8CC04B;
  color: #FFF !important;
  padding: 4px 10px 5px;
  font-size: 13px;
  line-height: 120%;
  border-radius: 50px;
  margin: 0 5px 5px 0;
}
.list-posts .et_pb_post .post-meta a:hover {
  background-color: #F28F32;
}
.list-posts .et_pb_post .entry-title {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    grid-column-start: 2;
    grid-row-start: 1;
}
.list-posts .et_pb_post .entry-title, 
.list-posts .et_pb_post .entry-title a{
  font-size: 20px;
  line-height: 120%;
  color: #1F212B;
  display: -webkit-box;
  max-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-posts .et_pb_post .entry-title a:hover{
  color: #1769A3;
}
.list-posts .et_pb_post .post-content {
  padding-bottom: 0;
  grid-column-start: 2;
  grid-row-start: 3;
  margin-top: -25px;
}
.list-posts .et_pb_post .post-content .post-content-inner,
.list-posts .et_pb_post .post-content .post-content-inner p{
  font-size: 16px;
  line-height: 130%;
  color: #595A64;
  display: -webkit-box;
  max-height: 65px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}.list-posts .et_pb_post .post-meta

/* ASIDE POST*/

.section-categories .aside-post.list {
  padding: 40px !important;
  border-radius: 40px !important;
  background-color: #FFF !important;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15) !important;
}
.section-content-post .content-post .aside-post{
  padding: 40px;
  border-radius: 40px ;
  background-color:#FFF;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15);
}
.section-categories .aside-post .et_pb_widget,
.section-content-post .content-post .aside-post .et_pb_widget {
  margin-bottom: 5px !important;
}
.section-categories .aside-post .et_pb_widget.widget_search,
.section-content-post .content-post .aside-post .et_pb_widget.widget_search {
  margin-bottom: 30px !important;
}
.section-categories .aside-post .et_pb_widget.widget_search .wp-block-search__input,
.section-content-post .content-post .aside-post .et_pb_widget.widget_search .wp-block-search__input{
  background-color: #f8f7f7;
  border: 0;
  padding: 10px;
  border-radius: 15px;
  height: 48px !important;
}
.section-categories .aside-post .et_pb_widget.widget_search .wp-block-search__button,
.section-content-post .content-post .aside-post .et_pb_widget.widget_search .wp-block-search__button{
  width: 30px;
  background-color: #f8f7f7;
  border: 0;
  text-indent: -99999px;
  background-image: url(../images/icon-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  margin: 5px 9px 0;
}
.section-categories .aside-post .et_pb_widget.widget_search .wp-block-search__button:hover,
.section-content-post .content-post .aside-post .et_pb_widget.widget_search .wp-block-search__button:hover{
  background-size: 18px;
}
.section-categories .aside-post .et_pb_widget.widget_categories li:last-child,
.section-content-post .content-post .aside-post .et_pb_widget.widget_categories li:last-child{
  margin-bottom: 0;
}

/* COMMENTS */

.comentarios .commentlist .comment article {
  width: 100%;
  padding: 0;
  margin: 0 0 25px;
}
.comentarios .commentlist .comment article .comment_postinfo {
  margin-bottom: 0;
}
.comentarios .comment-reply-title small {
  margin: 20px 0 10px;
}
.comentarios .comment-reply-title small a:hover{
  color: #1769A3;
}
.comentarios .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0 !important;
}
.comentarios .comment_postinfo a,
.comentarios .comment-form .logged-in-as a{
  color: #1769A3;
}
.comentarios .comment_postinfo a:hover,
.comentarios .comment-form .logged-in-as a:hover{
  color: #F28F32;
}
.comentarios .comment-form p input {
  width: 100% !important;
}
.comentarios .comment-form .comment-notes {
  width: 100%;
  order: 1;
}
.comentarios .comment-form .comment-form-author {
  width: 49%;
  order: 2;
}
.comentarios .comment-form .comment-form-email {
  width: 49%;
  order: 3;
}
.comentarios .comment-form .comment-form-comment {
  width: 100%;
  order: 4;
}
.comentarios .comment-form .form-submit {
  width: 100%;
  order: 5;
}
.comentarios .comment-form .comment-form-url,
.comentarios .comment-form .comment-form-cookies-consent {
  display: none !important;
}
.comentarios .comment-form textarea{
  height: 120px;
  resize: none;
}

/* PAGINATION */

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-family: 'Outfit',Helvetica,Arial,Lucida,sans-serif;
  font-size: 14px;
  color: #595A64;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px !important;
  margin: 0 5px !important;
}
.wp-pagenavi a:hover{
  background-color: #F28F32;
  border-color: #F28F32 !important;
  color: #fff !important;
}
.wp-pagenavi span.current {
  color: #fff !important;
  background-color: #1769A3;
  border-color: #1769A3 !important;
}

/* END BLOG */


/* AUTHORS */

.section-title-author::after,
.section-title-author::before{
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.section-title-author::before{
  width: 225px;
  height: 460px;
  top: -20px;
  left: 0;
  background-image: url(../images/shape-03.svg);
}
.section-title-author::after{
  width: 249px;
  height: 424px;
  bottom: 100px;
  right: 0;
  background-image: url(../images/shape-04.svg);
}
.section-title-author .content-title-author{
  display: flex;
  align-items: center;
}
.section-title-author .content-title-author .item-feature-author{
  width: 100%;
  border-radius: 40px;
  background-color:#FFF;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15);
  padding: 40px;
}
.section-title-author .content-title-author .item-feature-author .et_pb_blurb_content .et_pb_main_blurb_image {
  text-align: left;
}
.section-title-author .content-title-author .item-feature-author .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
  color: #595A64;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}
.section-title-author .content-title-author .item-feature-author .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:nth-child(1){
  display: -webkit-box;
  max-height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-title-author .content-title-author .item-feature-author .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
  text-transform: uppercase;
  font-size: 14px;
  color: #F28F32;
  letter-spacing: 2px;
  margin-top: 10px;
  display: block;
  cursor: pointer;
} 
.section-title-author .content-title-author .item-feature-author .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
  color: #1769A3;
}

/* LIST AUTHORS */

.content-item-list-author .et_pb_column{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.content-item-list-author .et_pb_column .item-list-author {
  width: auto;
  height: 80px;
  margin: 0 !important;
  flex: 30%;
}

.item-list-author {
  display: flex;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  padding: 20px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item-list-author.et_clickable{
  cursor: pointer;
}
.item-list-author.et_clickable:hover {
  border: 1px solid #8CC04B;
}
.item-list-author .et_pb_blurb_content {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.item-list-author .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 24px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.item-list-author .et_pb_blurb_content .et_pb_main_blurb_image img{
  min-width: 24px;
}
.item-list-author.et_clickable:hover .et_pb_blurb_content .et_pb_main_blurb_image{
  transform: rotate(180deg);
}
.item-list-author .et_pb_blurb_content .et_pb_blurb_container {
  padding-left: 0;
}
.item-list-author .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
  margin-bottom: 0;
  padding-bottom: 0;
}

/* END AUTHORS */


/* SLIDERS */

.slider .slick-arrow::before{
  display: none;
}
.slider .slick-arrow{
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .slick-arrow:hover{
  transform: scale(.95) translate(0, -53%);
}
.slider .slick-arrow.slick-prev{
  right: 65px;
}
.slider .slick-arrow.slick-next{
  right: 17px;
}

.slider.agro .slick-arrow.slick-prev{
  left: -5px;
}
.slider.agro .slick-arrow.slick-next{
  left: 45px;
}

.slider.games .slick-arrow.slick-prev{
  background-image: url(../images/icon-arrow-left-blue.svg);
}
.slider.games .slick-arrow.slick-next{
  background-image: url(../images/icon-arrow-right-blue.svg);
}
.slider.agro .slick-arrow.slick-prev{
  background-image: url(../images/icon-arrow-left-green.svg);
}
.slider.agro .slick-arrow.slick-next{
  background-image: url(../images/icon-arrow-right-green.svg);
}
.slider.inovacao .slick-arrow.slick-prev{
  background-image: url(../images/icon-arrow-left-orange.svg);
}
.slider.inovacao .slick-arrow.slick-next{
  background-image: url(../images/icon-arrow-right-orange.svg);
}

.slider .slick-track .slick-slide {
  margin: 10px 20px 10px 0;
}
.slider .slick-track .slick-slide .et_pb_image .et_pb_image_wrap{
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.slider .slick-track .slick-slide .et_pb_image .et_pb_image_wrap img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* END SLIDERS */


/* CADASTRE SEU ESTÚDIO */

.section-download .content-download{
  display: flex;
  align-items: center;
}
.section-download .content-download .et_pb_column:nth-child(1) {
  padding: 50px;
  border-radius: 50px;
  box-shadow: 0px 13px 85px -30px rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
} 
.section-download .content-download .et_pb_column:nth-child(2){
  padding-left: 20px;
}

.form .content-download form .full,
.section-download .content-download form .full{
  margin-bottom: 20px;
}
.form .content-download form .full.captcha,
.section-download .content-download form .full.captcha {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form .content-download form .full:last-child,
.section-download .content-download form .full:last-child{
  margin-bottom: 0;
}
.form .content-download form .full ::placeholder
.section-download .content-download form .full ::placeholder{
  font-size: 16px;
  color: #595A64;
}
.form .content-download form .full input,
.form .content-download form .full select,
.form .content-download form .full textarea,
.section-download .content-download form .full input,
.section-download .content-download form .full select,
.section-download .content-download form .full textarea{
  width: 100%;
  height: 60px;
  border-radius: 20px;
  background: #F8F7F7;
  border: 0;
  padding: 20px;
  font-size: 16px;
  color: #595A64;
}
.form .content-download form .full select,
.section-download .content-download form .full select{
  appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/icon-down-select.svg);
  background-position: calc(100% - 15px) center;
  background-size: 18px;
  background-repeat: no-repeat;
}
.form .content-download form .full textarea,
.section-download .content-download form .full textarea{
  height: 120px;
  resize: none;
}
.form .content-download form .full .wpcf7-not-valid-tip,
.section-download .content-download form .full .wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: 100%;
  font-weight: 400;
  padding-top: 5px;
  padding-left: 2px;
}
.form .content-download form .button,
.form .content-download form .button p,
.section-download .content-download form .button,
.section-download .content-download form .button p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form .content-download form .button input[type=submit],
.section-download .content-download form .button input[type=submit],
.section-download .content-download form .button button,
.section-download .content-download form .button .wpcf7-submit{
  color: #FFFFFF;
  border: 0px;
  border-radius: 30px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #8CC04B;
  cursor: pointer;
  padding: 20px 45px;
}
.form .content-download form .button input[type=submit]:hover,
.section-download .content-download form .button input[type=submit]:hover,
.section-download .content-download form .button button:hover,
.section-download .content-download form .button .wpcf7-submit:hover{
  background-color: #1769a3;
}
.form .content-download form .button .wpcf7-spinner,
.section-download .content-download form .button .wpcf7-spinner {
  margin-top: 20px;
}
.form .content-download form .wpcf7-response-output,
.section-download .content-download form .wpcf7-response-output {
  border: 0;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  line-height: 130%;
}

.section-download .content-download .et_pb_image{
  top: 60px;
  right: 10px;
}

/* END CADASTRE SEU ESTÚDIO */


/* CONTACT */

.section-contact .content-contact{
  display: flex;
  align-items: center;
}
.section-contact .content-contact .et_pb_column:nth-child(1) {
  padding-left: 50px;
}
.section-contact .content-contact .contact-item.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container{
  padding-left: 15px;
}
.section-contact .content-contact .contact-item.address .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
  width: 80%;
}

/* FEATURE IMAGE */

.section-contact .content-contact .featured-image {
  top: -20px;
  margin-bottom: -30px !important;
}
.section-contact .content-contact .featured-image .et_pb_image_wrap{
  width: 100%;
  height: 640px;
}
.section-contact .content-contact .featured-image .et_pb_image_wrap img{
  height: 100%;
  object-fit: contain;
}

/* SOCIAL */

.section-contact .content-contact .social{
  margin-top: 30px;
}
.section-contact .content-contact .social .et_pb_social_icon a.icon{
  width: 50px;
  height: 50px;
  background-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-contact .content-contact .social .et_pb_social_icon a.icon:hover{
  transform: scale(.9);
}
.section-contact .content-contact .social .et_pb_social_icon.et-social-facebook a.icon{
  background-image: url(../images/icon-facebook-g.svg);
}
.section-contact .content-contact .social .et_pb_social_icon.et-social-twitter a.icon{
  background-image: url(../images/icon-twitter-g.svg);
}
.section-contact .content-contact .social .et_pb_social_icon.et-social-linkedin a.icon{
  background-image: url(../images/icon-linkedin-g.svg);
}
.section-contact .content-contact .social .et_pb_social_icon.et-social-instagram a.icon{
  background-image: url(../images/icon-instagram-g.svg);
}
.section-contact .content-contact .social .et_pb_social_icon.et-social-youtube a.icon{
  background-image: url(../images/icon-youtube-g.svg);
}
.section-contact .content-contact .social .et_pb_social_icon.et-social-buffer a.icon{
  background-image: url(../images/icon-bluesky-g.svg);
}
.section-contact .content-contact .social .et_pb_social_icon a.icon:before{
  display: none;
}

/* END CONTACT */


/* PARTNER */

.section-partners .content-partners .et_pb_column::after{
  content: '';
  width: 189px;
  height: 54px;
  position: absolute;
  bottom: 40px;
  right: -170px;
  background-image: url(../images/shape-09.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* END PARTNER */


/* SLIDER */

.custom-slider .slick-list{
  height: 360px;
  min-height: 260px !important;
}
.custom-slider .slick-arrow::before{
  display: none;
}
.custom-slider .slick-arrow{
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-slider .slick-arrow:hover{
  transform: scale(.95) translate(0, -53%);
}
.custom-slider .slick-arrow.slick-prev{
  margin-left: -5px;
  background-image: url(../images/icon-arrow-left-orange.svg);
}
.custom-slider .slick-arrow.slick-next{
  background-image: url(../images/icon-arrow-right-orange.svg);
  margin-right: -5px;
}
.custom-slider .slick-arrow.slick-prev,
.custom-slider .slick-arrow.slick-next{
  margin-top: -35px;
}
.custom-slider .slick-track .slick-slide {
  margin: 20px 20px 0px;
}
.custom-slider .slick-track .slick-slide .et_pb_image .et_pb_image_wrap{
  width: 100%;
  overflow: hidden;
  border-radius: 40px;
  background: #FFF;
  box-shadow: 0 10px 43px -22px rgba(0, 0, 0, 0.23);
  padding: 40px;
}
.custom-slider .slick-track .slick-slide .et_pb_image .et_pb_image_wrap img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* END SLIDER */


/* POPUP */

.popup .et_pb_row {
  width: 90% !important;
}

#et-boc .area-outer-wrap.popup_outer_wrap .evr-close{
  top: 20px;
  right: 20px;
  font-size: 30px;
  background-color: transparent !important;
  box-shadow: none !important;
  cursor: pointer;
}

/* END POPUP */


/* BACK TO TOP */

.et_pb_scroll_top{
  width: 60px;
  height: 60px;
  background-color: #FFF !important;
  opacity: 1;
  border-radius: 50% !important;
  right: 30px !important;
  bottom: 30px !important;
  box-shadow: 0px 0px 45px -16px rgba(0,0,0,0.75);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.et_pb_scroll_top:hover{
  transform: scale(.9);
}
.et_pb_scroll_top:before{
  content: '' !important;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 26px;
  position: absolute;
  left: 0;
  top: -2px;
}

/* END BACK TO TOP */


/* FOOTER */

/* SUBTITLE */

.section-footer .content-footer .subtitle-footer h3{
  padding-bottom: 5px;
}

/* MENU */

.section-footer .content-footer .menu-footer .et_pb_menu__menu{
  display: flex !important;
}
.section-footer .content-footer .menu-footer .et_mobile_nav_menu{
  display: none !important;
}
.section-footer .content-footer .menu-footer .et-menu{
  padding: 0;
  margin: 0;
}
.section-footer .content-footer .menu-footer .et-menu li {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.section-footer .content-footer .menu-footer .et-menu li:last-child{
  margin-bottom: 0;
}
.section-footer .content-footer .menu-footer .et-menu li a {
  padding: 0;
  margin: 0;
  opacity: 1;
}
.section-footer .content-footer .menu-footer .et-menu li a:hover{
  color: #F28F32;
}

/* CONTACT ITEM */

.contact-item.et_pb_blurb{
  margin-bottom: 15px !important;
} 
.contact-item.et_pb_blurb:last-child{
  margin-bottom: 0 !important;
}
.contact-item.et_pb_blurb .et_pb_blurb_content{
  display: flex;
  flex-direction: row;
}
.contact-item.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
  width: 20px;
  min-width: 20px;
  margin-bottom: 0;
}
.contact-item.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description,
.contact-item.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description p{
  line-height: 140%;
}
.contact-item.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description a{
  color: #595A64;
}
.contact-item.et_pb_blurb .et_pb_blurb_content .et_pb_blurb_description a:hover{
  color: #F28F32;
}

/* SOCIAL MEDIA */

.et-db #et-boc .et-l .section-footer .content-footer .social-footer .et_pb_social_icon a.icon,
.section-footer .content-footer .social-footer .et_pb_social_icon a.icon{
  background-color: transparent !important;
  background-position: center;
  background-repeat: no-repeat;
}
.section-footer .content-footer .social-footer .et_pb_social_icon a.icon:hover{
  transform: scale(.9);
}
.section-footer .content-footer .social-footer .et_pb_social_icon.et-social-facebook a.icon{
  background-image: url(../images/icon-facebook.svg);
  background-size: 9px;
  width: 10px;
  margin-right: 11px;
}
.section-footer .content-footer .social-footer .et_pb_social_icon.et-social-twitter a.icon{
  background-image: url(../images/icon-twitter.svg);
  background-size: 22px;
}
.section-footer .content-footer .social-footer .et_pb_social_icon.et-social-linkedin a.icon{
  background-image: url(../images/icon-linkedin.svg);
  background-size: 20px;
  width: 21px;
  margin-right: 11px;
}
.section-footer .content-footer .social-footer .et_pb_social_icon.et-social-buffer a.icon{
  background-image: url(../images/icon-bluesky.svg);
  background-size: 20px;
  width: 22px;
}
.section-footer .content-footer .social-footer .et_pb_social_icon.et-social-instagram a.icon{
  background-image: url(../images/icon-instagram.svg);
  background-size: 19px;
  width: 20px;
  margin-right: 11px;
}
.section-footer .content-footer .social-footer .et_pb_social_icon.et-social-youtube a.icon{
  background-image: url(../images/icon-youtube.svg);
  background-size: 25px;
  width: 26px;
  margin-right: 11px;
}
.section-footer .content-footer .social-footer .et_pb_social_icon a.icon:before{
  display: none;
}

/* COLUMNS */

.section-footer .content-footer .et_pb_column:nth-child(1){
  width: 10%;
  margin-right: 2%;
}
.section-footer .content-footer .et_pb_column:nth-child(2){
  width: 16%;
  margin-right: 2%;
}
.section-footer .content-footer .et_pb_column:nth-child(3){
  width: 18%;
  margin-right: 2%;
}
.section-footer .content-footer .et_pb_column:nth-child(4){
  width: 32%;
  margin-right: 2%;
}
.section-footer .content-footer .et_pb_column:nth-child(5){
  width: 16%;
  margin-right: 0%;
}

/* COLUMN 1 */

.section-footer .content-footer .et_pb_column:nth-child(1) .et_pb_image_wrap {
  width: 80px;
  height: 80px;
}
.section-footer .content-footer .et_pb_column:nth-child(1) .et_pb_image_wrap img{
  width: 100%;
  object-fit: contain;
}


/* END FOOTER */


/* RESPONSIVE */

@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1480px) {

  /* MENU */

  .section-header .content-header .menu-header .et-menu li {
    margin: 0 0 0 10px;
  }

  /* END MENU */

  /* AUTHORS */

  .section-title-author::before{
    width: 135px;
    height: 280px;
    top: -20px;
    left: 0;
  }
  .section-title-author::after{
    width: 155px;
    height: 264px;
  }

  /* END AUTHORS */
}
@media screen and (max-width: 1360px) {

  /* MENU */

  .section-header .content-header .menu-header .et-menu li {
    margin: 0 0 0 5px;
  }

  /* END MENU */


  /* AUTHORS */

  .section-title-author::before{
    display: none;
  }

  /* END AUTHORS */
}
@media screen and (max-width: 1280px) {

  /* ROW */
  
  .et_pb_row{
    width: 95% !important;
  }

  /* END ROW */


  /* ABOUT */

  .section-about::after{
    display: none;
  }

  /* END ABOUT */

  /* AUTHORS */

  .section-title-author::after{
    display: none;
  }

  /* END AUTHORS */
}
@media screen and (max-width: 1200px) {

  /* MENU */

  .section-header .content-header .menu-header .et-menu li {
    margin: 0;
    padding: 0 8px;
  }

  /* END MENU */

  /* BANNER */

  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image { 
    right: 30px;
  }

  /* END BANNER */

  /* CONTACT */

  .section-contact .content-contact .et_pb_column:nth-child(1)::before,
  .section-contact::after {
    display: none;
  }

  /* END CONTACT */

  /* SLIDER */

  .custom-slider .slick-list{
    height: 310px;
  }

  /* END SLIDER */
}
@media screen and (max-width: 1100px) {

  /* BANNER */

  .shadow-banner::before {
    height: 320px;
  }
  .section-banner .content-banner, 
  .section-banner .content-banner .et_pb_slides, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide {
    height: 560px;
  }

  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: 420px;
    height: 370px;
    right: 70px;
    bottom: 70px;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h1, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h2, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h3, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content p, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content{
    font-size: 30px;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description > *{
    max-width: 450px;
  }

  /* END BANNER */


  /* SUBTITLE */

  .section-inovation .content-inovation .et_pb_text_inner h3,
  .section-blog .content-blog .et_pb_text_inner h3,
  .section-contact .content-contact .et_pb_text_inner h3{
    font-size: 30px;
  }

  /* END SUBTITLE */


  /* AUTHORS */

  .item-feature-author.second {
    top: -65px;
  }

  /* END AUTHORS */

  /* CONTACT */

  .section-contact .content-contact .et_pb_column:nth-child(1) {
    padding-top: 150px;
    padding-left: 45px;
  }

  /* END CONTACT */

}
@media screen and (max-width: 982px) {

  /* ROW */

  .et_pb_row{
    width: 90% !important;
  }

  /* END ROW */

  /* HEADER */

  .section-header .content-header .et_pb_column{
    margin-bottom: 0 !important;
  }

  /* END HEADER */


  /* MENU */

  .section-header .content-header .menu-header .et_mobile_nav_menu{
    display: none !important;
  }

  #shiftnav-toggle-main {
    z-index: 999999 !important;
    display: block;
    right: 5px !important;
    top: 20px !important;
    transform: none !important;
    background-color: transparent !important;
  }
  #shiftnav-toggle-main .shiftnav-toggle:hover{
    transform: scale(.9);
  }
  #shiftnav-toggle-main .shiftnav-toggle .fa{
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-menu-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 !important;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .shiftnav-open #shiftnav-toggle-main .shiftnav-toggle .fa{
    background-image: url(../images/icon-close.svg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #shiftnav-toggle-main .shiftnav-toggle .fa::before{
    display: none !important;
  }
  .shiftnav{
    width: 100% !important;
    background-color: rgb(140 192 75 / 90%) !important;
    transform: translateX(100%) !important;
  }
  .shiftnav.shiftnav-open-target{
    transform: translateX(0) !important;
  }
  .shiftnav:after{
    display: none !important;
  }
  .shiftnav .shiftnav-inner {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shiftnav .shiftnav-inner .shiftnav-menu .menu-item .shiftnav-target{
    color: #FFF;
    font-size: 16px;
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 20px 25px; 
    position: relative;
  }
  .shiftnav .shiftnav-inner .shiftnav-menu .menu-item .shiftnav-target::before{
    content: '';
    width: 0;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    left: 2px;
    bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .shiftnav .shiftnav-inner .shiftnav-menu .menu-item .shiftnav-target:hover::before{
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* END MENU */


  /* BANNER */

  .section-banner .content-banner, 
  .section-banner .content-banner .et_pb_slides, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide {
    height: 530px;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: 370px;
    height: 350px;
    top: 80px;
    right: 20px;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button_wrapper {
    margin-top: 0px;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description > * {
    max-width: 360px;
  }

  /* END BANNER */


  /* ABOUT */
  
  .section-about {
    padding-bottom: 20px !important;
  }
  .section-about .content-about {
    flex-direction: column;
  }
  .section-about .content-about .et_pb_image_wrap {
    max-width: 150px;
    margin: auto;
  }
  /* .content-about .featured-image .et_pb_image_wrap {
    max-width: 400px;
  } */
  .section-about .content-about::before{
    display: none;
  }


  /* END ABOUT */


 /* ABOUT CENSO */

  .section-about-censo .content-about-censo{
    flex-direction: column;
  }

  /* END ABOUT CENSO */


  /* ABOUT SEARCH */

  .section-about-search .content-about-search{
    flex-direction: column;
  }
  .section-about-search .content-about-search .et_pb_image_wrap img{
    object-fit: contain;
    max-height: 300px;
  }

  /* END ABOUT SEARCH */


  /* AUTHORS */

  .section-title-author .content-title-author{
    flex-direction: column;
  }
  .section-authors .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-authors .et_pb_row_inner_1 .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-authors .featured-image {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    top: 0;
  } 
  .section-authors .featured-image .et_pb_image_wrap  {
    max-width: 400px;
  }

  .item-feature-author {
    width: 30%;
    margin: 0 11px 0 !important;
    border-radius: 30px;
    padding: 30px;
  }
  .item-feature-author.first{
    margin-left: 0;
  }
  .content-item-list-author .et_pb_column .item-list-author {
    width: 47%;
  }

  /* END AUTHORS */

  /* PARTNERS */

  .section-partners .content-partners .et_pb_column::after{
    display: none;
  }

  /* END PARTNERS */

  /* SLIDER */

  .custom-slider .slick-list{
    height: 410px;
  }

  /* END SLIDER */


  /* DOWNLOAD */

  .section-download .content-download {
    padding-top: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-download .content-download::before{
    display: none;
  }
  .section-download .content-download .et_pb_column:nth-child(1){
    margin-bottom: 0 !important;
  }
  .section-download .content-download .et_pb_column:nth-child(2) {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .section-download .content-download .et_pb_image {
    top: 0;
    right: 0;
    position: relative;
    padding: 50px 0 0;
  }

  /* END DOWNLOAD */


  /* CONTACT */

  .section-contact .content-contact{
    flex-direction: column;
  }
  .section-contact .content-contact .et_pb_column:nth-child(1) {
    order: 2;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-contact .content-contact .et_pb_column:nth-child(2){
    order: 1;
    margin-bottom: 50px;
  }
  .section-contact .content-contact .et_pb_column:nth-child(2) .et_pb_image .et_pb_image_wrap{
    max-width: 400px;
    height: auto;
  }
  .section-contact .content-contact .social {
    margin-top: 0px;
  }
  .section-contact .content-contact .social .et_pb_social_icon a.icon {
    width: 40px;
    height: 40px;
  }

  /* END CONTACT */
  

  /* POPUP */
  
  .popup {
    padding: 20px !important;
  }
  .popup .et_pb_column .et_pb_module:first-child {
    margin-bottom: 5px !important;
  }

  /* END POPUP */


  /* BLOG */

  /* HOME BLOG */

  .featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .featured-posts .et_pb_blog_grid .et_pb_salvattore_content .column article {
    margin-bottom: 50px !important;
  }

  .featured-posts .featured-posts-wrapper > a{
    flex: 100%;
  }
  .featured-posts .featured-posts-wrapper .featured-post-card .featured-post-image {
    height: auto;
    max-height: 380px;
  }
  .featured-posts .featured-posts-wrapper .featured-post-card .featured-post-image img{
    max-height: 380px;
  }

  /* POSTS */

  .section-categories .et_pb_row:nth-child(2){
    display: flex;
    flex-direction: column;
  }
  .section-categories .et_pb_row:nth-child(2) .et_pb_column:nth-child(1){
    order: 2;
    margin-bottom: 0px;
  }
  .section-categories .et_pb_row:nth-child(2) .et_pb_column:nth-child(2){
    order: 1;
    margin-bottom: 40px;
  }

  /* ASIDE */

  .section-categories .aside-post .et_pb_widget, 
  .section-content-post .content-post .aside-post .et_pb_widget {
    width: 100%;
    margin-bottom: 5px !important;
    margin-right: 0 !important;
  }

  /* END BLOG */


  /* FOOTER */

  .section-footer {
    padding-top: 20px !important;
  }

  /* COLUMNS */

  .section-footer .content-footer .et_pb_column:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .section-footer .content-footer .et_pb_column:nth-child(2) {
    width: 22%;
    margin-right: 5% !important;
  }
  .section-footer .content-footer .et_pb_column:nth-child(3) {
    width: 27%;
  }
  .section-footer .content-footer .et_pb_column:nth-child(4) {
    width: 40%;
  }
  .section-footer .content-footer .et_pb_column:nth-child(5) {
    width: 50%;
    margin-right: 0%;
  }

  /* END FOOTER */

}
@media screen and (max-width: 767px) {

  /* HEADER */

  header .section-header {
    padding: 0 !important;
  }

  /* END HEADER */


  /* MENU */

  #shiftnav-toggle-main {
    top: 0px !important;
  }

  /* END MENU */


  /* SUBTITLE */

  .section-inovation .content-inovation .et_pb_text_inner h3,
  .section-blog .content-blog .et_pb_text_inner h3,
  .section-contact .content-contact .et_pb_text_inner h3{
    font-size: 24px;
  }

  /* END SUBTITLE */
  

  /* BANNER */

  .shadow-banner::before {
    height: 150px;
  }
  .section-banner .content-banner, 
  .section-banner .content-banner .et_pb_slides, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide {
    height: fit-content;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container {
    padding: 60px 40px 40px;
    height: 100% !important;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
    flex-direction: column;
    height: 100%;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image{
    max-width: 340px;
    width: auto;
    height: auto;
    top: 0 !important;
    right: 0;
    display: flex !important;
    margin: auto !important;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    padding: 20px 0;
    height: 250px;
    object-fit: contain;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description > * {
    max-width: 100%;
    padding-left: 0;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 0;
    position: relative;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h1, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h2, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content h3, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content p, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_content {
    font-size: 24px;
    line-height: 115%;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_button_wrapper {
    margin-top: 0;
  }
  .section-banner .content-banner .et-pb-controllers {
    position: relative;
    text-align: center;
    bottom: -40px;
    left: 0;
  }

  /* END BANNER */


  /* SUBTITLE */

  .section-inovation .content-inovation .et_pb_text_inner h3,
  .section-contact .content-contact .et_pb_text_inner h3 {
    font-size: 24px;
    line-height: 115%;
  }

  /* END SUBTITLE */


  /* ABOUT */

  .content-about .featured-image .et_pb_image_wrap {
    max-width: 280px;
  }

  /* END ABOUT */


  /* BLOG */

  .section-blog .content-blog::before{
    display: none;
  }

  /* END BLOG */


  /* AUTHORS */

  .item-feature-author {
    width: 100%;
    margin: 0 0px 40px !important;
  }
  .item-feature-author:last-child{
    margin-bottom: 0 !important;
  }
  .content-item-list-author .et_pb_column .item-list-author {
    width: 100%;
    flex: 100%;
  } 

  .section-authors .featured-image .et_pb_image_wrap {
    max-width: 320px;
  }

  /* END AUTHORS */


  /* SLIDER */

  .custom-slider .slick-list{
    height: 340px;
  }

  /* END SLIDER */


  /* DOWNLOAD */

  .section-download .content-download .et_pb_column:nth-child(1) {
    padding: 20px;
    border-radius: 30px;
  }

  /* END DOWNLOAD */
  

  /* CONTACT */
  
  .section-contact .content-contact .et_pb_column:nth-child(1) {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .section-contact .content-contact .featured-image .et_pb_image_wrap {
    max-width: 280px;
    height: auto;
  }

  /* END CONTACT */


  /* FOOTER */

  footer::before {
    margin-top: 0;
    height: 75px;
  }

  /* END FOOTER  */
}
@media screen and (max-width: 600px) {

  p {
    font-size: 16px !important;
    line-height: 150%;
  }

  /* ABOUT CENSO */

  .section-about-censo .content-about-censo .item-feature .et_pb_blurb_description p:first-child {
    max-height: 120px;
  }

  /* END ABOUT CENSO */

  /* AUTHORS */

  .item-feature-author .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:nth-child(1) {
    max-height: 70px;
  }

  /* END AUTHORS */

  
  /* BLOG */

  .list-posts .et_pb_post {
    display: flex;
    gap: 0;
    margin-bottom: 30px;
    flex-direction: column;
  }
  .list-posts .et_pb_post .entry-featured-image-url {
    margin: 0 0 10px 0;
  }
  .list-posts .et_pb_post .entry-title, .list-posts .et_pb_post .entry-title a {
    margin-bottom: 10px;
  }
  .list-posts .et_pb_post .post-meta {
    margin: 0 0 7px;
  }
  .list-posts .et_pb_post .post-content {
    margin-top: 0;
  }

  /* END BLOG */


  /* SLIDER */

  .custom-slider .slick-list{
    height: auto;
  }

  /* END SLIDER */


  /* FOOTER */

  /* COLUMNS */

  .section-footer .content-footer .et_pb_column:nth-child(2) {
    width: 45%;
    margin-right: 5% !important;
  }
  .section-footer .content-footer .et_pb_column:nth-child(3) {
    width: 50%;
    margin-right: 0;
  }
  .section-footer .content-footer .et_pb_column:nth-child(4) {
    width: 65%;
    margin-right: 5% !important;
  }
  .section-footer .content-footer .et_pb_column:nth-child(5) {
    width: 30%;
    margin-right: 0%;
  }

  /* END FOOTER */
}
@media screen and (max-width: 480px){

  /* SLIDER */

  .custom-slider .slick-list {
    min-height: 250px !important;
  }
  .custom-slider .slick-track .slick-slide .et_pb_image .et_pb_image_wrap {
    border-radius: 20px;
    padding: 20px;
  }

  /* END SLIDER */

  /* BLOG */

  /* HOME BLOG */

  .featured-posts .featured-posts-wrapper .featured-post-card .featured-post-image,
  .featured-posts .featured-posts-wrapper .featured-post-card .featured-post-image img {
    max-height: 180px;
  }

  /* FOOTER */

  /* COLUMNS */

  .section-footer .content-footer .et_pb_column {
    width: 100%;
    margin-right: 0% !important;
    margin-bottom: 50px !important;
  }
  .section-footer .content-footer .et_pb_column:last-child{
    margin-bottom: 0 !important;
  }
  .section-footer .content-footer .et_pb_column .et_pb_menu__wrap {
    justify-content: flex-start;
  }

  /* END FOOTER */
}

@media screen and (max-width: 360px){

  /* SLIDER */
  
  .custom-slider .slick-list {
    min-height: 190px !important;
  }

  /* END SLIDER */

}

/* END RESPONSIVE */
