@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;
}
p, span{
  font-weight: 400;
}

body{
  overflow-x: hidden;
}

#et-main-area{
  padding-top: 225px;
}

/* --- HEADER --- */

.et-boc .et-l--header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}

.et-boc .et-l .section-header .content-header{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.et-boc .et-l .section-header .content-header .et_pb_column{
  margin: 0;
}
.et-boc .et-l .section-header .content-header .et_pb_column:nth-child(1),
.et-boc .et-l .section-header .content-header .et_pb_column:nth-child(3){
  width: 40%;
}
.et-boc .et-l .section-header .content-header .et_pb_column:nth-child(2){
  width: 20%;
  padding: 0 10px;
}
.et-boc .et-l--header .section-header .content-header .et_pb_column .et_pb_image_wrap{
  height: 145px;
}
.et-boc .et-l--header .section-header .content-header .et_pb_column .et_pb_image_wrap img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* FIXED */

.et-boc .et-l--header .section-header,
.et-boc .et-l--header .section-header .content-header .et_pb_column .et_pb_image_wrap {
  transition: all .3s ease;
}
.et-boc .et-l--header.header-fixed .section-header{
  padding: 10px 0;
  box-shadow: 0px 0px 130px -55px #374C2B;
}
.et-boc .et-l--header.header-fixed .section-header .content-header .et_pb_column .et_pb_image_wrap {
  height: 100px;
}

/* MENU */

.et-boc .et-l .section-header .content-header .et-menu{
  margin: 0;
  height: 30px;
  gap: 30px;
  align-items: center;
}
.et-boc .et-l .section-header .content-header .menu-contact .et-menu{
  gap: 10px;
}
.et-boc .et-l .section-header .content-header .menu-contact .et_pb_menu__wrap{
  justify-content: flex-end;
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item{
  padding: 0;
  margin: 0;
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item a{
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #6C855D;
  padding: 0;
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item a:hover{
  color: #374C2B;
  opacity: 1;
}

.et-boc .et-l .section-header .content-header .et-menu .menu-item.show-mobile{
  display: none;
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.hide-mobile{
  display: inline-block;
}

/* LANGUAGE */

.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item-en{
  margin-left: 20px;
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item a{
  width: 26px;
  height: 26px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  filter: grayscale(1);
  cursor: pointer;
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item a:hover{
  filter: grayscale(0);
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item.current-lang a{
  opacity: 1;
  filter: grayscale(0);
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item.lang-item-en a{
  background-image: url(../images/flag-uk.svg);
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item.lang-item-pt a{
  background-image: url(../images/flag-brazil.svg);
}
.et-boc .et-l .section-header .content-header .et-menu .menu-item.lang-item a img{
  display: none;
}

/* --- END HEADER --- */


/* --- BANNER --- */

.section-banner .content-banner{
  margin: auto;
}
.section-banner .content-banner,
.section-banner .content-banner .et_pb_slides,
.section-banner .content-banner .et_pb_slides .et_pb_slide{
  max-width: 1720px;
  height: 680px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_container{
  max-width: 1160px;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description{
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-shadow: none;
  padding: 0;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title{
  max-width: 840px;
  color: #374C2B !important;
  font-size: 96px;
  line-height: 120%;
  font-weight: 200;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 0;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
  color: #374C2B !important;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper{
  display: flex;
  justify-content: flex-start;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button{
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 25px !important;
}
.section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_button_wrapper .et_pb_button:hover{
  background-color: #374C2B;
}

/* --- END BANNER --- */


/* --- TITLE --- */

.et-boc .et-l .title h1,
.subtitle h2{
  text-transform: uppercase;
  font-weight: 200;
  font-size: 96px;
  color: #374C2B;
  line-height: 120%;
  padding-bottom: 0;
}
.et-boc .et-l .title h1 strong,
.subtitle h2 strong{
  color: #6C855D;
  font-weight: 800;
}

.title-section h3{
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #374C2B;
  padding-bottom: 0;
}

/* --- END TITLE --- */


/* --- BUTTON --- */

.et_pb_button_module_wrapper .et_pb_button.custom-button{
  font-weight: 400;
  text-transform: uppercase;
  padding: 11px 25px !important;
}
.et_pb_button_module_wrapper .et_pb_button.custom-button:hover{
  background-color: #374C2B;
  padding: 11px 25px !important;
}

/* --- END BUTTON --- */


/* --- ABOUT --- */

.section-about .content-about{
  display: flex;
  align-items: stretch; 
}
.section-about .content-about .et_pb_column{
  margin: 0;
}
.section-about .content-about .et_pb_column.et_pb_column:nth-child(1){
  width: 37%;
  margin-right: 5%;
}
.section-about .content-about .et_pb_column.et_pb_column:nth-child(2){
  width: 58%;
}

.section-about .content-about .et_pb_column .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about .content-about .subtitle h2{
  font-size: 48px;
  line-height: 130%;
  font-weight: 300;
}

/* --- END ABOUT --- */


/* --- IMAGE GABRIELA --- */

.section-image .content-image .et_pb_column::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFF;
  opacity: .6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.section-image .content-image .et_pb_column .et_pb_button_module_wrapper {
  position: absolute;
  right: 60px;
  bottom: 60px;
  margin: 0;
  z-index: 3;
}
.section-image .content-image .et_pb_column .button-down{
  width: 60px;
  height: 60px;
  font-size: 0.1px;
  background-color: transparent;
  background-image: url(../images/icon-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.section-image .content-image .et_pb_column .button-down:hover{
  transform: scale(.9);
}

/* --- END IMAGE GABRIELA --- */


/* --- SOUL OFFERINGS --- */

.section-soul-offerings .content-soul-offerings {
  display: flex;
  align-items: center;
}

/* CARDS */

.content-cards .et_pb_column{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 30px;
}
.content-cards .et_pb_column .card{
  width: 31%;
  background-color: #F5F7F4;
  padding: 30px;
  margin: 0 !important;
}
.content-cards .et_pb_column .card .et_pb_module_header{
  font-size: 28px;
  line-height: 120%;
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.content-cards .et_pb_column .card .et_pb_blurb_content {
  height: 100%;
}
.content-cards .et_pb_column .card .et_pb_blurb_content .et_pb_blurb_container, 
.content-cards .et_pb_column .card .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.content-cards .et_pb_column .card .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:first-of-type {
  max-height: 105px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: initial !important;
}
.content-cards .et_pb_column .card .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p:last-of-type {
  margin-top: auto;
  margin-bottom: 0 !important;
}
.content-cards .et_pb_column .card .et_pb_blurb_description a{
  width: 24px;
  height: 24px;
  display: block;
}
.content-cards .et_pb_column .card .et_pb_blurb_description a:hover{
  transform: scale(.9);
}

/* --- END SOUL OFFERINGS --- */


/* --- POPUP --- */

.popup .subtitle h2{
  font-size: 40px;
  font-weight: 300;
}
#et-boc .area-outer-wrap .da-close{
  color: #6C855D !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  margin: 10px;
  box-shadow: none !important;
}
#et-boc .area-outer-wrap .da-close:hover{
  color: #374C2B !important;
  transform: scale(1) !important;
}

/* --- END POPUP --- */


/* --- TESTIMONIALS --- */

.section-testimonials::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #374C2B;
  opacity: .85;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-testimonials .et_pb_row{
  z-index: 2;
}
.section-testimonials .content-testimonials .et_pb_testimonial_content p{
  text-align: center;
}
.section-testimonials .content-testimonials .et_pb_testimonial_description {
  padding: 0 40px;
}
.section-testimonials .content-testimonials .et_pb_testimonial_description .et_pb_testimonial_author{
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.section-testimonials .content-testimonials .slick-arrow {
  width: 32px;
  height: 32px;
}
.section-testimonials .content-testimonials .slick-arrow:hover::before{
  transform: scale(.95);
}
.section-testimonials .content-testimonials .slick-arrow::before{
  content: '' !important;
  width: 32px;
  height: 32px;
  background-color: transparent !important;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0;
  top: 0;
  transform: translate(0);
}
.section-testimonials .content-testimonials .slick-prev::before{
  background-image: url(../images/arrow-circle-left.svg);
}
.section-testimonials .content-testimonials .slick-next::before{
  background-image: url(../images/arrow-circle-right.svg);
}

/* --- END TESTIMONIALS --- */


/* --- CONTACT --- */

.section-contact .content-contact .et_pb_button_module_wrapper .et_pb_button.custom-button.contact{
  padding: 0 !important;
  font-weight: 300;
}

/* --- END CONTACT --- */


/* --- POPUP PDF --- */

.pum-theme-235 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close{
  right: 5px !important;
  top: 5px !important;
  border: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #6C855D !important;
}
.pum-theme-235 .pum-content + .pum-close:hover, .pum-theme-lightbox .pum-content + .pum-close:hover{
  color: #374c2b !important;
}
.pum-theme-235 .pum-container, .pum-theme-lightbox .pum-container{
  padding-bottom: 15px !important;
}

.section-download-pdf, .et_pb_row.content-download-pdf{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.section-download-pdf .content-download-pdf .download-pdf{
  display: none;
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.section-download-pdf .content-download-pdf .et_pb_image,
.section-download-pdf .content-download-pdf .text-popup {
  margin-bottom: 10px !important;
}
.section-download-pdf .content-download-pdf .text-popup h2{
  color: #374c2b !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 120%;
}
.section-download-pdf .content-download-pdf .text-popup p{
  font-weight: 400;
  font-size: 14px;
  color: #374c2b;
  line-height: 150%;
}
.section-download-pdf .content-download-pdf .full{
  margin-bottom: 15px;
}
.section-download-pdf .content-download-pdf .full,
.section-download-pdf .content-download-pdf .button{
  width: 100%;
}
.section-download-pdf .content-download-pdf .full input ::placeholder,
.section-download-pdf .content-download-pdf .full input{
  color: #6C855D;
  font-size: 14px;
}
.section-download-pdf .content-download-pdf .full input{
  width: 100%;
  height: 40px;
  color: #6C855D;
  font-size: 14px;
  padding: 10px 15px;
}
.section-download-pdf .content-download-pdf .button{
  text-align: center;
}
.section-download-pdf .content-download-pdf .button .wpcf7-submit{
  width: 100%;
  text-align: center;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  background-color: #6C855D;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  padding: 10px 25px;
  border: 0;
}
.section-download-pdf .content-download-pdf .button .wpcf7-submit:hover{
  background-color: #374C2B;
}
.section-download-pdf .content-download-pdf .wpcf7-spinner{
  margin-top: 5px;
}
.section-download-pdf .content-download-pdf .wpcf7-not-valid-tip{
  font-size: 10px;
  padding-top: 5px;
}

.section-download-pdf .content-download-pdf .wpcf7 form .wpcf7-response-output{
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #6C855D;
}

.section-download-pdf .content-download-pdf .tnp-field-email label{
  display: none;
}
.section-download-pdf .content-download-pdf .tnp-subscription .tnp-field-button .tnp-submit {
  width: 100%;
  height: 48px;
  background-color: #6C855D;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.section-download-pdf .content-download-pdf .tnp-subscription .tnp-field-button .tnp-submit:hover{
  background-color: #374C2B;
}

/* --- END POPUP PDF --- */


/* --- NEWSLETTER --- */

.section-newsletter.no-image::before{
  display: none;
}
.section-newsletter::before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #374C2B;
  opacity: .85;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-newsletter .et_pb_row{
  z-index: 2;
}
.section-newsletter .content-newsletter {
  display: flex;
  align-items: center;
}
.section-newsletter .content-newsletter .et_pb_text_inner{
  font-weight: 400;
}
.section-newsletter .content-newsletter .subtitle h2{
  font-size: 40px;
}
.section-newsletter .content-newsletter .subtitle h2 strong{
  color: #FFFFFF;
}

.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription,
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription form {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription .tnp-field-email,
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription .tnp-field-button{
  margin: 0;
}
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription .tnp-field-email{
  width: 100%;
}
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription .tnp-field-button{
  width: 160px;
}
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription .tnp-field-button .tnp-submit{
  width: 100%;
  height: 48px;
  background-color: #6C855D;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.section-newsletter .content-newsletter .custom-newsletter .tnp-subscription .tnp-field-button .tnp-submit:hover{
  background-color: #374C2B;
}
.section-newsletter .content-newsletter .custom-newsletter label{
  display: none;
}
.section-newsletter .content-newsletter .custom-newsletter ::placeholder{
  color: #6C855D;
  font-size: 16px;
}
.section-newsletter .content-newsletter .custom-newsletter .tnp-email{
  height: 48px;
  color: #6C855D;
  font-size: 16px;
  padding: 10px 15px;
} 

/* --- END NEWSLETTER --- */


/* --- SOCIAL --- */

.section-social .content-social .et_pb_button_module_wrapper .et_pb_button.custom-button.social{
  padding: 0 !important;
  font-weight: 300;
}

/* --- END SOCIAL --- */


/* --- FOOTER --- */

.section-footer .content-footer p,
.section-footer .content-footer a{
  color: #6C855D;
  font-size: 12px;
  font-weight: 400;
}
.section-footer .content-footer a{
  text-decoration: underline;
}
.section-footer .content-footer a:hover{
  color: #374C2B !important;
  opacity: 1;
}

/* MENU */

.section-footer .content-footer .menu-footer .et_pb_menu__wrap{
  justify-content: flex-end;
}
.section-footer .content-footer .menu-footer .et_pb_menu__wrap .et_pb_menu__menu{
  display: flex !important;
}
.section-footer .content-footer .menu-footer .et_pb_menu__wrap .et_mobile_nav_menu{
  display: none !important;
}

/* --- END FOOTER --- */


/* --- RESPONSIVE --- */

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

  .et_pb_row{
    width: 95% !important;
  }

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

  /* --- SOUL OFFERINGS --- */

  .section-soul-offerings .content-soul-offerings {
    align-items: flex-start;
  }
  .section-soul-offerings .content-soul-offerings .et_pb_column:nth-child(1){
    width: 50%;
    margin-right: 5%;
  }
  .section-soul-offerings .content-soul-offerings .et_pb_column:nth-child(2){
    width: 45%;
  }
  .section-soul-offerings .content-soul-offerings .subtitle h2 {
    font-size: 86px;
  }

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

  /* --- SOUL OFFERINGS --- */

  .section-soul-offerings .content-soul-offerings .et_pb_column:nth-child(1){
    width: 55%;
    margin-right: 5%;
  }
  .section-soul-offerings .content-soul-offerings .et_pb_column:nth-child(2){
    width: 40%;
  }

  /* --- END SOUL OFFERINGS --- */
}
@media screen and (max-width: 980px) {

  #et-main-area{
    padding-top: 120px;
  }

  /* --- ROW --- */

  .et_pb_row{
    width: 90% !important;
  }

  /* --- END ROW --- */


  /* --- HEADER --- */

  .et-boc .et-l .section-header{
    padding: 60px 0;
  }
  .et-boc .et-l .section-header .content-header .et_pb_column{
    position: absolute;
  }
  .et-boc .et-l .section-header .content-header .et_pb_column:nth-child(1){
    width: 100%;
    z-index: 1;
  }
  .et-boc .et-l .section-header .content-header .et_pb_column:nth-child(2) {
    width: 130px !important;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
  }
  .et-boc .et-l .section-header .content-header .et_pb_column:nth-child(3){
    z-index: 3;
    width: 110px !important;
    right: 0;
  }

  .et-boc .et-l--header .section-header .content-header .et_pb_column .et_pb_image_wrap,
  .et-boc .et-l--header.header-fixed .section-header .content-header .et_pb_column .et_pb_image_wrap {
    height: 90px;
  }
  .et-boc .et-l--header.header-fixed .section-header {
    padding: 60px 0;
  }

  /* MENU */

  .et-boc .et-l .section-header .content-header .et_pb_menu .et_mobile_menu {
    top: calc(100% + 60px);
    border-top: 0;
  }
  .et-boc .et-l .section-header .content-header .et_pb_menu .et_mobile_menu li:last-child a{
    border-bottom: 0;
  }
  .et-boc .et-l .section-header .content-header .et_pb_menu .et_mobile_menu li a{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
  }
  .et-boc .et-l .section-header .content-header .et_pb_menu .et_mobile_menu li a:hover{
    opacity: 1;
    color: #374C2B;
  }
  .et-boc .et-l .section-header .content-header .menu-principal .et_pb_menu__wrap{
    justify-content: flex-start;
  }
  .et-boc .et-l .section-header .content-header .menu-contact .et_pb_menu__menu{
    display: flex;
  }
  .et-boc .et-l .section-header .content-header .menu-contact .et_mobile_nav_menu{
    display: none;
  }

  .et-boc .et-l .section-header .content-header .et-menu .menu-item.show-mobile{
    display: block;
  }
  .et-boc .et-l .section-header .content-header .et-menu .menu-item.hide-mobile{
    display: none;
  }

  /* --- END HEADER --- */


  /* --- BANNER --- */

  .section-banner .content-banner, 
  .section-banner .content-banner .et_pb_slides, 
  .section-banner .content-banner .et_pb_slides .et_pb_slide {
    height: 500px;
  }
  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title{
    font-size: 56px;
    font-weight: 300;
  }

  /* --- END BANNER --- */


  /* --- TITLE --- */

  .et-boc .et-l .title h1,
  .subtitle h2{
    font-size: 56px;
    font-weight: 300;
  }

  /* --- END TITLE --- */


  /* --- ABOUT --- */

  .section-about .content-about{
    flex-direction: column;
  }
  .section-about .content-about .et_pb_column.et_pb_column:nth-child(1),
  .section-about .content-about .et_pb_column.et_pb_column:nth-child(2){
    width: 100%;
  }
  .section-about .content-about .et_pb_column.et_pb_column:nth-child(1) {
    margin-right: 0;
    margin-bottom: 40px;
  }

  /* --- END ABOUT --- */

    
  /* --- SOUL OFFERINGS --- */

  .section-soul-offerings .content-soul-offerings{
    flex-direction: column;
  }
  .section-soul-offerings .content-soul-offerings .et_pb_column:nth-child(1){
    width: 100%;
    margin-right: 0%;
  }
  .section-soul-offerings .content-soul-offerings .et_pb_column:nth-child(2){
    width: 100%;
  }
  .section-soul-offerings .content-soul-offerings .subtitle h2 {
    font-size: 56px;
  }

  /* CARDS */

  .content-cards .et_pb_column .card {
    width: 47%;
  }

  /* --- END SOUL OFFERINGS --- */


  /* --- CONTACT --- */

  .section-contact .content-contact .et_pb_button_module_wrapper .et_pb_button.custom-button.contact{
    font-size: 26px !important;
    font-weight: 400;
  }

  /* --- END CONTACT --- */


  /* --- NEWSLETTER --- */

  .section-newsletter .content-newsletter{
    flex-direction: column;
  }
  .section-newsletter .content-newsletter .subtitle h2{
    font-size: 26px !important;
    font-weight: 400;
  }

  /* --- END NEWSLETTER --- */

  
  /* --- SOCIAL --- */

  .section-social .content-social .et_pb_button_module_wrapper .et_pb_button.custom-button.social{
    font-size: 26px !important;
    font-weight: 400;
  }

  /* --- END SOCIAL --- */


  /* --- POPUP PDF --- */

  .pum-theme-235 .pum-container, .pum-theme-lightbox .pum-container{
    padding-bottom: 5px !important;
  }

  /* --- END POPUP PDF --- */


  /* --- FOOTER --- */

  .section-footer .content-footer{
    display: flex;
    flex-direction: column;
  }
  .section-footer .content-footer .et_pb_column{
    margin-bottom: 0;
  }
  .section-footer .content-footer .et_pb_column:nth-child(1){
    order: 2;
  }
  .section-footer .content-footer .et_pb_column:nth-child(2){
    order: 1;
    margin-bottom: 15px;
  }

  /* MENU */

  .section-footer .content-footer .menu-footer .et_pb_menu__wrap{
    justify-content: center;
  }

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

  p{
    font-size: 14px !important;
    line-height: 140%;
  }

  /* --- BANNER --- */

  .section-banner .content-banner .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title{
    font-size: 32px;
  }

  /* --- END BANNER --- */


  /* --- TITLE --- */

  .et-boc .et-l .title h1,
  .subtitle h2{
    font-size: 28px;
  }

  /* --- END TITLE --- */


  /* --- ABOUT --- */

  .section-about .content-about .subtitle h2 {
    font-size: 28px;
  }

  /* --- END ABOUT --- */


  /* ---  IMAGE --- */

  .section-image .content-image .et_pb_column .et_pb_button_module_wrapper {
    right: 30px;
    bottom: 30px;
  }
  .section-image .content-image .et_pb_column .button-down {
    width: 30px;
    height: 30px;
  }

  /* --- END IMAGE --- */

      
  /* --- SOUL OFFERINGS --- */

  .section-soul-offerings .content-soul-offerings .subtitle h2 {
    font-size: 28px;
  }
  .content-cards .et_pb_column .card .et_pb_module_header{
    font-size: 20px;
    font-weight: 400;
  }

  /* --- END SOUL OFFERINGS --- */


  /* --- POPUP --- */

  .popup .subtitle h2{
    font-size: 28px;
  }

  /* --- END POPUP --- */


  /* --- TESTIMONIALS --- */

  .section-testimonials .content-testimonials .et_pb_testimonial{
    padding: 0 10px;
  }
  .section-testimonials .content-testimonials .et_pb_testimonial_description {
    padding: 0;
  }
  .section-testimonials .content-testimonials .et_pb_testimonial_content p{
    font-size: 14px;
  }

  /* --- END TESTIMONIALS --- */


  /* --- CONTACT --- */

  .section-contact .content-contact .et_pb_button_module_wrapper .et_pb_button.custom-button.contact{
    font-size: 16px !important;
  }

  /* --- END CONTACT --- */


  /* --- SOCIAL --- */

  .section-social .content-social .et_pb_button_module_wrapper .et_pb_button.custom-button.social{
    font-size: 16px !important;
  }

  /* --- END SOCIAL --- */

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

  /* --- POPUP PDF --- */

  .pum-theme-235 .pum-container, .pum-theme-lightbox .pum-container{
    width: 250px !important;
  }

  /* --- END POPUP PDF --- */


  /* --- SOUL OFFERINGS --- */

  /* CARDS */

  .content-cards .et_pb_column .card {
    width: 100%;
  }

  /* --- END SOUL OFFERINGS --- */

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

/* --- END RESPONSIVE --- */
