@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 20px;
}
.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: #F28F32;
  box-shadow: 0px 16px 15px -15px #F18930;
  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: 710px;
}
.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: 760px;
  height: 710px;
  position: absolute;
  margin: 0 !important;
  top: 80px;
  right: -70px;
  padding-right: 0;
  z-index: 1;
}
.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: 40px;
  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: #F28F32 !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: #F28F32;
}

.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 */


/* ABOUT */

.section-about{
  z-index: 1;
}
.section-about::after{
  content: '';
  width: 48px;
  height: 228px;
  position: absolute;
  bottom: -185px;
  left: 3%;
  background-image: url(../images/shape-02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-about .content-about::before{
  content: '';
  width: 273px;
  height: 59px;
  position: absolute;
  bottom: -105px;
  right: 0;
  background-image: url(../images/shape-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-about .content-about .about-homo-ludens strong{
  color: #1769A3;
}

/* END ABOUT */


/* ABOUT BOOK */

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

/* END ABOUT BOOK */


/* VIDEO */

.video {
  border-radius: 50px;
}

/* END VIDEO */


/* 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: 76px;
  -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 */


/* DOWNLOAD */

.section-download .content-download{
  padding-top: 100px;
  display: flex;
  align-items: center;
}
.section-download .content-download::before{
  content: '';
  width: 380px;
  height: 190px;
  position: absolute;
  top: 0;
  left: -100px;
  background-image: url(../images/shape-05.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.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;
}
.section-download .content-download .et_pb_column:nth-child(2)::after{
  content: '';
  width: 57px;
  height: 248px;
  position: absolute;
  bottom: -50px;
  right: -100px;
  background-image: url(../images/shape-06.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.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 DOWNLOAD */


/* CONTACT */

.section-contact::after{
  content: '';
  width: 181px;
  height: 363px;
  position: absolute;
  top: 10px;
  right: -5px;
  background-image: url(../images/shape-07.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.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 .et_pb_column:nth-child(1)::before{
  content: '';
  width: 210px;
  height: 164px;
  position: absolute;
  top: 0;
  left: -230px;
  background-image: url(../images/shape-08.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.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) {

  /* 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) {

  /* 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 0 0 5px;
  }

  /* 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 {
    width: 710px;
    height: 710px;
  }

  /* 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: 600px;
  }

  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image {
    width: 610px;
    height: 601px;
  }
  .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: 400px;
  }

  /* 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-orange.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(242 143 50 / 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: 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: 420px;
    top: 100px;
    right: 0;
  }
  .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;
  }
  .content-about .featured-image .et_pb_image_wrap {
    max-width: 400px;
  }
  .section-about .content-about::before{
    display: none;
  }

  /* END ABOUT */


  /* ABOUT BOOK */

  .section-about-book .content-about-book{
    flex-direction: column-reverse;
  }
  .section-about-book .content-about-book .et_pb_image_wrap  {
    max-width: 400px;
  }
  .section-about-book .content-about-book .et_pb_column:nth-child(1){
    margin-bottom: 0 !important;
  }
  .section-about-book .content-about-book .et_pb_column:nth-child(2){
    margin-bottom: 50px !important;
  }

  /* END ABOUT BOOK */


  /* 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: 310px;
  }

  /* 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;
  }

  /* 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 */


  /* 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 */
  

  /* 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;
    height: auto;
    top: 0 !important;
    display: flex !important;
    margin: auto !important;
    align-items: center;
    justify-content: center;
    padding: 0 0 10px;
    position: relative;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_image img {
    padding-top: 20px;
    height: 330px;
    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 30px;
    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 */


  /* 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%;
  }

  /* 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 */

  /* 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 */

  /* 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 */
