@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Regular.eot');
    src: local('Recoleta Regular'), local('Recoleta-Regular'),
        url('../fonts/Recoleta-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Regular.woff2') format('woff2'),
        url('../fonts/Recoleta-Regular.woff') format('woff'),
        url('../fonts/Recoleta-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Recoleta';
    src: url('../fonts/Recoleta-Bold.eot');
    src: local('Recoleta Bold'), local('Recoleta-Bold'),
        url('../fonts/Recoleta-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Recoleta-Bold.woff2') format('woff2'),
        url('../fonts/Recoleta-Bold.woff') format('woff'),
        url('../fonts/Recoleta-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-Bold.eot');
    src: local('Sofia Pro Bold'), local('SofiaPro-Bold'),
        url('../fonts/SofiaPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Bold.woff2') format('woff2'),
        url('../fonts/SofiaPro-Bold.woff') format('woff'),
        url('../fonts/SofiaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro.eot');
    src: local('Sofia Pro'), local('SofiaPro'),
        url('../fonts/SofiaPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro.woff2') format('woff2'),
        url('../fonts/SofiaPro.woff') format('woff'),
        url('../fonts/SofiaPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('../fonts/SofiaPro-Light.eot');
    src: local('Sofia Pro Light'), local('SofiaPro-Light'),
        url('../fonts/SofiaPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SofiaPro-Light.woff2') format('woff2'),
        url('../fonts/SofiaPro-Light.woff') format('woff'),
        url('../fonts/SofiaPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



* {
  box-sizing: border-box;
  outline: none;
}
html{scroll-behavior: smooth;}

body {
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 0;
    color: #626262;
}
img,
img:active,
img:focus{border: 0;}

.clear{clear: both;}
.fl{float: left;}
.fr{float: right;}
.dib{display: inline-block;}
.dif{display: inline-flex;}
.pb25{padding-bottom: 25px;}
/**********************************************
************** SITE ANTIGO*********************
**********************************************/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navbar-light .navbar-nav {align-items: center;}
.navbar-light .navbar-nav .nav-link {color: #596377 !important;}
.navbar-light .navbar-nav .nav-link:active {color: #8BC34A !important;}
.navbar-light .navbar-nav .nav-link:hover {color: #8BC34A !important;}
.navbar-nav {width: 100%;}
.navbar-light .navbar-nav .book .nav-link, .navbar-light .navbar-nav .login .nav-link{
  color: #fff !important;
  padding: 5px 15px;
  height: auto;
  border-radius: 8px !important;
}
.navbar-light .navbar-nav .book .nav-link{
  background: #596377;
  margin: 0 10px;  
}
.navbar-light .navbar-nav .login .nav-link{
  background: #9bcb6c;
  margin: 0;
}
.navbar-light .navbar-nav li{
  display: inherit;
}
.navbar-light .navbar-nav .menu-item-has-children{
  position: relative;
}
.navbar-light .navbar-nav a{
  text-align: left;
    letter-spacing: -0.35px;
    color: #596377;
    opacity: 1;
    height: 70px;
    padding-top: 27px;
    padding-bottom: 24px;
    padding-right: 1rem;
    padding-left: 1rem;
    font-family: 'Sofia Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width:992px) {
    .titulos h1 {font-size: 65px;}
}
.rounded {border-radius: 4px;}
.navbar-brand img {
  max-height: 32px;
  text-align: right;
  margin-left: 35px;
  padding-top: 0px;
}
.text-white p {
  color: white !important;
  text-align: center !important;
}
.text-purple {color: #663998 !important;}
.text-green p {
  color: #663998 !important;
  text-align: center !important;
}
.text-green {color: #9BCB6C;}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 400;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sig_in {
  background: -webkit-gradient(linear, left top, right top, from(#c3aed6), color-stop(50%, #c3aed6), to(#82b054));
  background: linear-gradient(90deg, #c3aed6 0, #c3aed6 50%, #82b054);
  background-position: 100% 0;
  background-size: 200%;
  border: 1px solid #fff;
  color: #fff !important;
  height: auto;
  line-height: 0;
  justify-self: right;
  margin: 0 3vw;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-position, border-color;
  transition-property: background-position, border-color;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 14px;
  font-weight: 400;
  margin-right: 0;
}
#sig_in:hover {
  background-position: 0 0;
  border-color: #82b054;
  background: #C3AED6;
}
.navbar .last-btn{
  padding-top: 9px;
  margin-right: 0 !important;
}
.sanitize * {
  padding: 0 !important;
  margin-top: 0px !important;
}
.misha_loadmore {
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: 0.3px;
  width: 97px;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  opacity: 0.8;
  cursor: pointer;
}
/**********************************************
**********FIM SITE ANTIGO*********************
**********************************************/

/**********************************************
*********************MENU*********************
**********************************************/
.header{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E6E6E6;
  opacity: 1;
}
.header .logo{width: 151px;height: 32px;}

.header nav{background: #ffffff;padding: 0}
.navbar-light .navbar-nav .nav-link {
  text-align: left;
  letter-spacing: -0.35px;
  color: #596377;
  opacity: 1;
  height: 70px;
  padding-top: 27px;
  padding-bottom: 24px;
  padding-right: 1rem;
  padding-left: 1rem;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.navbar-light .navbar-nav a:hover{
  color: #BCEB8F;
  text-decoration: none;  
}
.navbar-light .navbar-nav .menu-item-has-children > a::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.navbar-light .navbar-nav .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
.navbar-light .navbar-nav .menu-item-has-children.show .sub-menu {
    display: block;
    float: none;
}
.navbar-light .navbar-nav .menu-item-has-children .sub-menu a{
    display: block;
    width: 100%;
    height: auto;
    padding: 8px 24px;
    white-space: nowrap;
    font-size: 16px;
}
.menu-top-container{
  width: 100%;
}
.menu-top-container .navbar-nav{
  justify-content: end;
}
.menu-top-container .menu-link-book a,
.menu-link-book-mobile{
  color: #fff !important;
    padding: 5px 15px;
    height: auto;
    border-radius: 8px !important;
    background: #596377;
    margin: 0 10px;
}
.menu-link-book-mobile{
  display: none;
}
.menu-top-container .menu-link-login a{
  color: #fff !important;
    padding: 5px 15px;
    height: auto;
    border-radius: 8px !important;
    background: #9bcb6c;
    margin: 0 10px;
}



/* ----------- ANIMATIONS ----------- */
.animate {
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.animate-md {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/* ----------- MEDIA QUERIES ----------- */
@media screen and (max-width: 600px) {
  .dropdown-menu-container {
    margin-left: -15px;
    margin-top: -50px;
    width: 100%;
    height: 100%;
  }
}

/**********************************************
***************menu hamburger******************
**********************************************/
#checkbox-menu{
  position: absolute;
  opacity: 0;
}

.hamburgermenu label{
  cursor: pointer;
  position: relative;
  display: block;
  height: 22px;
  width: 30px;
}

.hamburgermenu label span{
  position: absolute;
  display: block;
  height: 5px;
  width: 100%;
  border-radius: 30px;
  background: #084356;
  transition: 0.25s ease-in-out;
}

.hamburgermenu label span:nth-child(1){
  top: 0;
}

.hamburgermenu label span:nth-child(2){
  top: 8px;
}

.hamburgermenu label span:nth-child(3){
  top: 16px;
}

#checkbox-menu:checked + label span:nth-child(1){
  transform: rotate(-45deg);
  top: 8px;
}

#checkbox-menu:checked + label span:nth-child(2){
  opacity: 0;
}

#checkbox-menu:checked + label span:nth-child(3){
  transform: rotate(45deg);
  top:8px;
}
/**********************************************
****************ANIMAÇÃO SCROLL****************
**********************************************/
.js .anime {
  opacity: 0;
  transform: translate3D(-50px, 0px, 0px);
}

.js .anime-init {
  opacity: 1;
  transform: translate3D(0px, 0px, 0px);
  transition: .3s all ease;
}

/**********************************************
****************ABOUT US****************
**********************************************/
.content-our-mission{margin-bottom: 71px;}
.content-our-vision{margin-bottom: 58px;}
.content-meet-our-team{margin-bottom: 40px;}
.content-our-vision{margin-bottom: 58px;}
.content-press-features{margin-bottom: 100px;}
.content-our-story{margin-bottom: 130px;}
.content-purple{margin-bottom: 73px;}
.content-links{margin-bottom: 50px;}

.content-our-values h3{margin-bottom: 42px;}
.content-our-vision h3{margin-bottom: 22px;}
.content-press-features h3{margin-bottom: 93px;}
.content-our-story h3{margin-bottom: 35px;}
.content-meet-our-team h3{margin-bottom: 37px;}

.content-press-features .youtube-videos{width: 100%;}
h3.titlePage{
  letter-spacing: 0px;
  color: #82B054;
  text-transform: capitalize;
  opacity: 1;
  font-size: 46px;
}
p.contentPage{
  font-size:  30px;
  color: #663898;
  letter-spacing: 0.54px;
  opacity: 1;
}

.content-our-story p.date-timeline{
  font-size: 24px;
  color: #663898;
  font-weight: 600;
}

.content-our-story p.timeline-text{
  color: #596377;
  font-size: 20px;
}

.content-final-content{
  background: #663898;
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-final-content p{
  text-align: center;
  font-size: 32px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  margin-bottom: 40px;
}
.content-final-content .left-content{
  border-right: 1px solid #FFFFFF;
}
.content-final-content .btn-get-started,
.content-final-content .btn-learn-more{
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 4px;
  opacity: 1;
  color: #663898;
  font-size: 28px;
  letter-spacing: 0px;
  color: #663898;
  text-transform: uppercase;
  text-decoration: none;
  padding: 18px 34px 18px 34px;
}
.content-final-content .btn-get-started:hover,
.content-final-content .btn-learn-more:hover{
  border:1px solid #FFFFFF;
  background: #663898;
  color: #ffffff;
}

p.subtitlePage{
  font-size: 30px;
  letter-spacing: -0.24px;
  color: #663898;
  opacity: 1;
}
.space-partners{margin-bottom: 30px; padding: 0 40px;}
.our-story{
  background-image: url('../images/bg-about2.jpg');
  align-items: center;
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-size: 100%;
  background-position: center;
  background-position-y: 180px;
  height: 100%;
}

.our-story .mt65{margin-top: 200px;}
.our-story .mt196{margin-top: 290px;}
.our-story .mt276{margin-top: 276px;}
.our-story .mt302{margin-top: 440px;}
.our-story .mt60{padding-top: 60px;}
.our-story .mt337{padding-top: 365px;}
.our-story .mt005{margin-top: 300px;}
.our-story .mt006{margin-top: 300px;}
.our-story  .img-our-story{display: none;}

#collapse4 .card-body,
#collapse5 .card-body,
/*#collapse6 .card-body {right: -200px;}*/
/*#collapse3 .card-body {text-align: left !important;}*/
/*#collapse7 .card-body{right: -27px; text-align: right;}*/
#collapse1 .card-body{padding-right: 0;}
#collapse2 .card-body{padding-left: 0;}
/**********************************************
******************TESTIMONIAL******************
**********************************************/
.testimonial_rotator_slide_title{display: none;}
.testimonial_rotator_quote{
  font-size: 22px;
  letter-spacing: -0.18px;
  color: #424A5E;
  opacity: 1;
  font-weight: 300;
  text-align: left !important;
}
.testimonial_rotator.template-longform .testimonial_rotator_quote{padding: 0 70px;}
.quotes-left{
  background: url('../images/Icon-awesome-quote-left.png') no-repeat 0 0 transparent;
  position: absolute;
  height: 95px;
  width: 109px;
  top: -50px;
}
.quotes-right{
  background: url('../images/Icon-awesome-quote-right.png') no-repeat 0 0 transparent;
  position: absolute;
  height: 95px;
  width: 109px;
  right: 0;
  bottom: 0px;
}

/**********************************************
******************OUR TEAM******************
**********************************************/
.content-meet-our-team .team-name{
  text-align: center;
  font-size: 24px;
  letter-spacing: 0px;
  color: #596377;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 600;
  margin: 0;
}
.content-meet-our-team .col-md-2 .team-name{
  font-size: 18px;
}
.content-meet-our-team .team-position{
  text-align: center;
  font-size: 24px;
  letter-spacing: 0px;
  color: #9BCB6C;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 600;
}
.content-meet-our-team .col-md-2 .team-position{
  font-size: 16px;
}
.content-meet-our-team .avatar-team{
  margin-bottom: 10px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.content-meet-our-team .avatar-team:hover{
  margin-bottom: 10px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.content-meet-our-team .btn-link{
  text-decoration: none;
  margin-bottom: 40px;
}

.content-team{position: relative;}
.content-team .card-body{
  position: absolute;
  width: 520px;
}
.content-meet-our-team .first .collapse.show{margin-bottom: 270px;}
.content-meet-our-team .collapse.show{
  margin-bottom: 160px;
}
.content-meet-our-team .colllapse6.card-body{right: 0;}
.team-item-desktop{margin-bottom: 20px;}
.team-row-desktop{margin-bottom: 40px; font-size: 18px; position: relative;}
.team-item-desktop a, .team-row-desktop a{text-decoration: none;}
.team-row-desktop .close-bio{
      position: absolute;
    top: -80px;
    right: 0;
    color: #663898;
    border: 1px solid;
    font-size: 36px;
    line-height: 100%;
    display: block;
    border-radius: 50%;
    width: 38px;
    text-align: center;
    opacity: 0.5;
    cursor: pointer;
}
.team-row-desktop .link-linkedin{
      display: block;
    width: 32px;
    height: 32px;
    margin: auto;
}
.content-meet-our-team-desktop{display: block;}
.content-meet-our-team-mobile{display: none;}


/**********************************************
******************LINKS******************
*********************************************/
.content-links .links-about-us{
  -webkit-box-shadow: -1px -1px 15px -5px rgb(77 76 77 / 45%);
  -moz-box-shadow: -1px -1px 15px -5px rgba(77 76 77 / 45%);
  box-shadow: -1px -1px 15px -5px rgb(77 76 77 / 45%);
  padding: 30px;
  margin-bottom: 27px;
}
.content-links .links-about-us .date{
  font-size: 14px;
  letter-spacing: 0px;
  color: #596377;
  opacity: 1;
}
.content-links .links-about-us .title{
  font-size: 24px;
  letter-spacing: 0px;
  color: #663898;
  opacity: 1;
}
.content-links .links-about-us  .read-more{
  font-size: 16px;
  letter-spacing: 0px;
  color: #82B054;
  text-transform: capitalize;
  opacity: 1;
  background: url('../images/arrow-green.png') no-repeat right 6px transparent;
  background-size: 20%;
  padding-right: 30px;
  text-decoration: none;
}


.content-testimonials{margin-bottom: 70px;}

/**********************************************
******************BANNER******************
*********************************************/
.content-banner{
  background: url('../images/banner-principal-novo.jpg') no-repeat center bottom transparent;
  align-items: center;
  background-size: contain;
  min-height: 571px;
  padding-top: 59px;
  border-bottom: 7px solid #69b14c;
  position: relative;
}
.content-banner:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/clouds.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
h1.title-banner,
h2.title-banner{
  text-align: center;
  font-size: 52px;
  letter-spacing: 0.52px;
  color: #9BCB6C;
  opacity: 1;
  font-weight: 600;
  line-height: normal !important;
}
h1.title-banner small,
h2.title-banner small{
  display: block;
}
.content-purple{    
  background-color: #C3AED6;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #fffffs;
}
.content-purple .numbers-story{
  font-size: 48px;
  letter-spacing: 0.97px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 600;
}
.content-purple span{
  font-size: 22px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.content-purple .vertical-border{
  border-right: 2px solid #FFFFFF;
  opacity: 1;
}
p.text-banner{
  color: #3F4040;
  font-size: 19px;
}
.content-banner-resolve{
  background: url('../images/banner-resolve.jpg') no-repeat center bottom transparent;
  align-items: center;
  background-size: cover;
  min-height: 571px;
  padding-top: 110px;
  margin-bottom: 58px;
}

.content-our-values{
  background: url('../images/out-values.png') no-repeat 0 0 transparent;
  align-items: center;
  background-size: cover;
  min-height: 727px;
  padding-top: 35px;
}

/**********************************************
******************FOOTER******************
**********************************************/
footer.shadow-lg {
  border-bottom: 7px solid #8bc34a;
}
footer{
  padding-top: 70px;
  padding-bottom: 70px;
}
footer h6{
  font: normal normal bold 14px/27px 'Sofia Pro', sans-serif;
  color: #596377;
  margin-bottom: 10px;
}
.redes-rodape{margin: 0 10px 10px 0; display: inline-block;}
.logo-gostork-footer{max-width: 165px;}
.logo-footer{margin: 0 0 20px 0;}
.logo-footer:last-child{margin-bottom: 40px;}
.menu-rodape{padding-left: 40px;}
.menu-rodape .menu{
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-rodape .menu a{
  font: normal normal normal 14px/27px 'Sofia Pro', sans-serif;
  letter-spacing: -0.35px;
  color: #596377;
}

/**********************************************
****************Privacy Policy****************
**********************************************/
.content-privacy-policy,
.content-terms-conditions,
.content-cookie-policy{
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-privacy-policy h2,
.content-privacy-policy h4,
.content-terms-conditions h2,
.content-terms-conditions h4,
.content-cookie-policy h2,
.content-cookie-policy h4{color: #82B054;}

.content-privacy-policy a,
.content-terms-conditions a,
.content-cookie-policy a{
  color: #82B054;
  text-decoration: none;
}

/**********************************************
******************FAQ******************
**********************************************/
.content-faq .title h3{
  letter-spacing: 1.2px;
  color: #663898;
  opacity: 1;
  font-size: 60px;
}
.content-faq .title p{
  letter-spacing: 0px;
  color: #596377;
  opacity: 1;
  font-size: 24px;
}
.content-faq .nav-item .nav-link.active{
  background: #BCEB8F 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  opacity: 1;
  color: #707070;
}
.content-faq .nav-item .nav-link{
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #424A5E;
  opacity: 1;
  border: 1px solid #707070;
}
.content-faq .title{
  margin-bottom: 96px;
}
.content-faq .tab-pane a{
  color: #424A5E;
  text-decoration: none;
  font-weight: 600;
}

/**********************************************
******************RESOLVE******************
**********************************************/
.text-green{
  font-size: 39px;
  letter-spacing: -0.36px;
  color: #9BCB6C;
  opacity: 1;
  font-weight: 600;
}
.text-gray{
  letter-spacing: -0.23px;
  color: #424A5E;
  opacity: 1;
  font-size: 23px;
  font-weight: 300;
}
.line-green{
  padding-bottom: 53px;
  border-bottom: 1px solid #9BCB6C;
  margin-bottom: 56px;
}
.subtitle-gray{
  font-size: 28px;
  letter-spacing: -0.28px;
  color: #596377;
  opacity: 1;
  font-weight: 600;
}
.row-title{margin-bottom: 52px;}
.row-partnering{margin-bottom: 79px;}
.row-note{margin-bottom: 93px;}
.text-part-gray{
  letter-spacing: -0.2px;
  color: #424A5E;
  opacity: 1;
  font-weight: 300;
  font-size: 20px;
}

section.note{
  border: 3px solid #8bc34a;
  border-radius: 20px;
  padding: 54px 40px;
}
section.note h3{
  background: #fff;
  margin: -2.1em auto 1em;
  padding: 0 32px;
  display: table;
}
section.note p{
  letter-spacing: -0.23px;
  color: #424A5E;
  opacity: 1;
  font-size: 23px;
  font-weight: 300;
}

/**********************************************
******************BLOG******************
**********************************************/
.content-banner-blog h2.title-banner{
  text-align: center;
  font-size: 52px;
  letter-spacing: 0.52px;
  color: #663898;
  opacity: 1;
  font-weight: 600;

}
.content-banner-blog p.subtitle-banner,
.content-banner-blog .subtitle-banner p{
  text-align: center;
  letter-spacing: 0px;
  color: #596377;
  opacity: 1;
  font-size: 24px;
  font-weight: 300;
}
.content-banner-blog{
  background: url('../images/Layer-20-1.png') no-repeat 0 0 transparent;
  align-items: center;
  background-size: cover;
  min-height: 470px;
  padding-top: 120px;
}
.content-banner-blog .row-subtitle{
  margin-bottom: 28px;
}

.content-content-blog{margin-bottom: 80px;}
.content-content-blog .cardBlog{margin-bottom: 80px;}
.content-featured-post{margin-bottom: 63px;}
.content-featured-post .title,
.content-featured-post .title a{
  font-size: 40px;
  letter-spacing: 0.8px;
  color: #663898;
  opacity: 1;
}
.content-featured-post .title a{
  text-decoration: none;
}
.content-featured-post .sumary{
  letter-spacing: 0.4px;
  color: #596377;
  opacity: 1;
  font-size: 20px;
  font-weight: 300;
}
.content-featured-post .link{
  color: #BCEB8F;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 2px solid #BCEB8F;
}

.content-cards{margin-bottom: 50px;}
.col-half-offset{margin-left:4.166666667%;}
.content-cards .geral-cards{ 
  padding: 23px 16px;
  border-radius: 20px;
  max-height: 255px;
  margin-bottom: 30px;
}
.content-cards .card1{background: #9BCB6C;}
.content-cards .card2{background: #BCEB8F;}
.content-cards .card3{background: #888888;}
.content-cards .card4{background: #C4AED6;}
.content-cards .card5{background: #663898;}

.content-cards .card1 p,
.content-cards .card2 p,
.content-cards .card3 p,
.content-cards .card4 p,
.content-cards .card5 p{
  font-size: 17px;
  letter-spacing: 0.36px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 600;
  height: 62px;
  margin-bottom: 50px;
}
.content-content-blog .titlePage{
  color: #596377;
  font-weight: 300;
  margin-bottom: 80px;
}

.cardBlog .title a{
  font-size: 30px;
  letter-spacing: 0.6px;
  color: #663898;
  opacity: 1;
  text-decoration: none;
}
.cardBlog .title{margin-bottom: 18px;}
.cardBlog .summary{
  text-align: left;
  letter-spacing: 0.4px;
  color: #596377;
  opacity: 1;
  font-weight: 300;
}
.cardBlog .summary .read-more,
.content-featured-post .read-more{
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #9BCB6C;
  display: block;
  border-bottom: 2px solid #9BCB6C;
  width: 30%;
  margin-top: 18px;
  text-decoration: none;
  font-weight: 600;
}
.content-featured-post .read-more{width: 18%;}
.geral-cards:hover{
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 30%);
}
.content-featured-post .summary{
  letter-spacing: 0.4px;
  color: #596377;
  font-size: 20px;
  font-weight: 300;
}
.content-cards .link{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration:  none;
}
.shadow-cards{box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 30%);}


.content-cards-resources{margin-bottom: 50px;}
.content-cards-resources .card1{background: #888888;}
.content-cards-resources .card1 img{margin-bottom: 35px;}
.content-cards-resources .card2{background: #9BCB6C;}
.content-cards-resources .card2 img{margin-bottom: 15px;}
.content-cards-resources .card3{background: #C4AED6;}
.content-cards-resources .card3 img{margin-bottom: 35px;}
.content-cards-resources img{width: 43%;}
.content-cards-resources p{
  text-align: center;
  font-size:  27px;
  letter-spacing: 0.54px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.content-cards-resources .geral-cards {
  padding: 54px 50px 20px;
  border-radius: 56px;
  height: 330px;
}
.content-cards-resources a{
  text-decoration: none;
}
.content-cards-resources a.card-category{
  display: block;
  text-align: center;
  border: 2px solid #596377;
  border-radius: 8px;
  color: #596377;
  padding: 10px;
}
.content-cards-resources a.card-category:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  height:0;
  overflow:hidden;
}
.content-cards-resources a.card-category img{
    width: 100px;
    height: auto;
    margin-right: 20px;
    float: left;
}
.content-cards-resources a.card-category .normal{
    font-size: 24px;
    font-weight: bold;
}
/*.content-cards-resources a.card-category:hover .normal{
  display: none;
}
.content-cards-resources a.card-category .over{
  display: none;
}
.content-cards-resources a.card-category:hover .over{
  display: block;
}*/
.content-content-resources .category span{
  letter-spacing: 0.36px;
  color: #9BCB6C;
  opacity: 1;
}
.category-resources{
  margin-bottom: 100px;
}
.content-content-resources .category{margin-bottom: 20px;}
.content-content-resources{min-height: 300px;}
.content-banner-egg-donation{
  background: #888888;
  padding: 120px 0;
  margin-bottom: 100px;
}
.content-banner-surrogacy{
  background: #9BCB6C;
  padding: 120px 0;
  margin-bottom: 160px;
}
.content-banner-ivf{
  background: #C4AED6;
  padding: 120px 0;
  margin-bottom: 160px;
}
/*.content-banner-egg-donation img,
.content-banner-surrogacy img,
.content-banner-ivf img{width: 50%;}*/
.content-banner-egg-donation .title-banner,
.content-banner-surrogacy .title-banner,
.content-banner-ivf .title-banner{
  letter-spacing: 1.16px;
  color: #FFFFFF;
  opacity: 1;
  padding-top: 90px;
}

.img-resouces{width: 77%;}
/**********************************************
******************BLOG INTERN******************
**********************************************/
.conteudo-blog-interno{padding-top: 83px;}
.conteudo-blog-interno .title h1,
.conteudo-blog-interno .title h3{
  font-size: 50px;
  letter-spacing: 1px;
  color: #663898;
  opacity: 1;
  font-weight: 600;
  margin-bottom: 23px;
}
.conteudo-blog-interno .img-author{
  border-radius: 50%;
  border: 6px solid #ffffff;
  width: 75px;
  display: block;
}
.conteudo-blog-interno .img-author img{border-radius: 50%;}
.conteudo-blog-interno .author-name{
  font-size: 24px;
  letter-spacing: 0.48px;
  color: #9BCB6C;
  opacity: 1;
  font-weight: 600;
  margin-bottom: 0;
}
.conteudo-blog-interno .div-author{padding: 13px 0px;}
.conteudo-blog-interno .content{
  padding-top: 55px;
  color: #626262;
  margin-bottom: 80px;
}
.conteudo-blog-interno .content hr{
  clear: both;
  margin-bottom: 30px;
}

.conteudo-blog-interno .content a{
  color: #663898;
  text-decoration: underline;
}
.conteudo-blog-interno .content img{
  height: auto;
}
.prev-post{
  background: #BBBBBB;
  padding: 46px 0;
}
.next-post{
  background: #9BCB6C;
  padding: 46px 0;
}
.prev-post a{
  text-align: left;
  font-size: 23px;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 300;
  line-height: normal;
  background: url('../images/arrow-left.png') no-repeat left center transparent;
  padding: 26px 0 26px 85px;
  background-size: 10%;
  display: block;
}
.next-post a{
  text-align: right;
  font-size: 23px;
  letter-spacing: 0.6px;
  color: #FFFFFF;
  opacity: 1;
  font-weight: 300;
  line-height: normal;
  background: url('../images/arrow-right.png') no-repeat right center transparent;
  padding: 26px 85px 26px 0;
  background-size: 10%;
  display: block;
}

.conteudo-blog-interno p,
.conteudo-blog-interno li,
.conteudo-blog-interno span{
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8;
  color: #212529;
  text-align: left;
}

.conteudo-blog-interno p a,
.conteudo-blog-interno li a{
  color: #663898;
  text-decoration: underline;
}

/**********************************************
******************BUSCA******************
**********************************************/
.screen-reader-text{display: none;}
.search-banner-blog input#s{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BBBBBB;
  border-radius: 19px;
  height: 39px;
  width: 60%;
  padding: 3px 46px 3px 10px;
}
.search-banner-blog input#searchsubmit{
  background: #663898 0% 0% no-repeat padding-box;
  border: 1px solid #BBBBBB;
  border-radius: 19px;
  opacity: 1;
  color: #ffffff;
  padding: 8px 20px;
  position: absolute;
  right: 54px;
  bottom: -1px;
}
.content-search{
  min-height: 500px;
  padding-top: 50px;
}
.content-search .h3.titlePage{margin-bottom: 50px;}


.our-story-foto-desk{display: block; margin: auto;}
  .our-story-foto-mob{display: none; margin: auto;}


.content-cards .desktop{display: block;}
.content-cards .mobile{display: none;}


/**********************************************
******************404******************
**********************************************/
.text-green-404{
  font-size: 19em;
  color: #9BCB6C;
  font-weight: 600;
}
.text-gray-404{
  color: #424A5E;
  font-size: 4em;
  margin-bottom: 15vh;
}
.sec-numbers{
  margin: 70px 0 59px;
}
.sec-numbers h2{
    font-size: 54px;
    font-weight: bold;
    margin: 0;
}
.sec-numbers h2 br{
  display: none;
}
.sec-numbers h2.title-purple{
  color: #663898;
}
.sec-numbers h2.title-purple-light{
  color: #663898;
  opacity: 0.5;
}
.sec-numbers h2.title-green{
  color: #82B054;
}
.sec-numbers h2.title-green-light{
  color: #82B054;
  opacity: 0.6;
}
.sec-numbers p{
  font-size: 36px;
  display: inline-block;
}
.sec-numbers p.arrow1{
    background-image: url('../images/arrow-number-1.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    display: inline-block;
    padding: 0 70px 55px 0;
}
.sec-numbers p.arrow2{
  background-image: url('../images/arrow-number-2.png');
  background-repeat: no-repeat;
    background-position: bottom right;
    display: inline-block;
    padding: 0 70px 55px 0;
}
.sec-numbers hr{
  border-top: 1px solid #000;
    margin: 50px auto;
    max-width: 800px;
}
.sec-mission{
  background: #663898;
  padding: 65px 0 60px;
  margin-bottom: 65px;
}
.sec-mission h2{
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
.sec-mission p{
  color: #fff;
  font-size: 30px;
  letter-spacing: 1px;
}

.page-template-page-about-us h1.title-banner{
  padding: 0 20px;
}

.surrogacy-map h1,
.pre-or-post-birth h1{
    color: #596377;
    font-size: 30px;
    font-weight: bold;
    margin: 50px 0 12px;
}
.surrogacy-map .pre-birth-order,
.pre-birth-order-mobile,
.surrogacy-map .post-birth-order,
.post-birth-order-mobile{
    color: #fff;
    border-radius: 5px;
    padding: 3px 15px 5px;
    font-size: 14px;
    margin: 0 10px 10px;
    display: inline-block;
    cursor: pointer;
}
.surrogacy-map .pre-birth-order,
.pre-birth-order-mobile{
    background: #509BAC;  
}
.surrogacy-map .post-birth-order,
.post-birth-order-mobile{
    background: #93C7D3;  
}
.post-birth-order-mobile,
.pre-birth-order-mobile{
  width: 100%;
  margin: 0 0 20px;
}
.birth-order-btn{
  display: block;
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
}
.surrogacy-map .birth-order-small{
  margin: 5px 0 0;
}
.surrogacy-legend{
  margin: 55px 0 0;
}
.surrogacy-legend .title-legend{
  display: block;
  text-align: center;
}
.surrogacy-legend .title-legend-small{
  padding: 24px 0 0;
}
.surrogacy-legend .legend-tag{
    display: block;
    width: 100%;
    border-radius: 5px;
    margin: 15px 0;
    color: #fff;
    text-align: center;
    line-height: 100%;
    padding: 15px;
}
.surrogacy-legend p,
.surrogacy-legend ul{
  font-size: 14px;
}
.surrogacy-legend ul{
  padding: 0 0 0 15px;
}
.surrogacy-legend a{
  color: #626262;
  text-decoration: underline;
}
.disclaimer{
  margin: 60px 0;
}
.disclaimer p{
  font-size: 16px;
}

.surrogacy-overview{
  margin: 100px 0 60px;
}
.surrogacy-overview h1{
    font-size: 33px;
    color: #9BCB6C;
    font-weight: bold;
}
.surrogacy-overview h2{
    font-size: 20px;
    margin: 20px 0 12px;
}
.surrogacy-overview img{
  width: 100%;
  max-height: 200px;
}
.surrogacy-table{
  margin: 0 15px 60px;
}
.surrogacy-table h3{
    font-size: 16px;
    color: #663898;
    font-weight: bold;
    margin-bottom: 10px;
}
.surrogacy-table .row-border{
    border-bottom: 1px solid #9BCB6C;
}
.surrogacy-table span{
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
}
.surrogacy-table span.level-2{
  padding-left: 60px;
}
.surrogacy-text{
  margin: 0 15px 60px;
}
.surrogacy-table h2,
.surrogacy-text h2{
    color: #663898;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.us-map-image{
  display: none;
}
.us-map{
  position: relative;
  margin: 0 0 40px 0;
  height: 478px;
  display: block;
}
.us-map div{
  position: absolute;
}
.us-map span{
    color: #000;
    text-decoration: none;
    position: absolute;
    font-weight: 800;
    font-size: 10px;
}
.us-map.pre-birth-active .pre a svg path,
.us-map .pre a:hover svg path{
  fill: #509BAC;
}
.us-map.post-birth-active .post a svg path,
.us-map .post a:hover svg path{
  fill: #93C7D3;
}
.us-map.pre-birth-active.post-birth-active .none a svg path{
  fill: #ccc;
}

.hi{ bottom: 0px; left: 232px; }
.hi span{ left: 78px; top: 39px; }
.ak{ bottom: 13px; left: 30px; }
.ak span{ left: 62px; top: 42px; }
.tx{ bottom: 10px; left: 355px; }
.tx span{ left: 110px; top: 84px; }
.fl{ bottom: 15px; left: 650px; }
.fl span{ left: 98px; top: 38px; }
.la{ bottom: 69px; left: 549px; }
.la span{ left: 16px; top: 18px; }
.ms{ bottom: 93px; left: 588px; }
.ms span{ left: 19px; top: 30px; }
.al{ bottom: 95px; left: 636px; }
.al span{ left: 18px; top: 28px; }
.ga{ bottom: 107px; left: 675px; }
.ga span{ left: 29px; top: 32px; }
.sc{ bottom: 141px; left: 708px; }
.sc span{ left: 33px; top: 12px; }
.nm{ bottom: 122px; left: 317px; }
.nm span{ left: 42px; top: 38px; }
.az{ bottom: 123px; left: 229px; }
.az span{ left: 48px; top: 40px; }
.ca{ bottom: 162px; left: 130px; }
.ca span{ left: 41px; top: 102px; }
.ar{ bottom: 142px; left: 539px; }
.ar span{ left: 23px; top: 24px; }
.ok{ bottom: 152px; left: 417px; }
.ok span{ left: 73px; top: 22px; }
.tn{ bottom: 180px; left: 607px; }
.tn span{ left: 48px; top: 15px; }
.nc{ bottom: 180px; left: 693px; }
.nc span{ left: 71px; top: 18px; }
.va{ bottom: 217px; left: 700px; }
.va span{ left: 62px; top: 25px; }
.ky{ bottom: 208px; left: 615px; }
.ky span{ left: 60px; top: 15px; }
.mo{ bottom: 199px; left: 523px; }
.mo span{ left: 33px; top: 29px; }
.ks{ bottom: 214px; left: 431px; }
.ks span{ left: 45px; top: 19px; }
.co{ bottom: 217px; left: 330px; }
.co span{ left: 47px; top: 30px; }
.ut{ bottom: 227px; left: 258px; }
.ut span{ left: 34px; top: 45px; }
.nv{ bottom: 204px; left: 183px; }
.nv span{ left: 38px; top: 40px; }
.or{ bottom: 338px; left: 140px; }
.or span{ left: 50px; top: 41px; }
.wa{ bottom: 409px; left: 167px; }
.wa span{ left: 41px; top: 28px; }
.mt{ bottom: 366px; left: 272px; }
.mt span{ left: 68px; top: 36px; }
.id{ bottom: 322px; left: 236px; }
.id span{ left: 32px; top: 92px; }
.wy{ bottom: 292px; left: 312px; }
.wy span{ left: 42px; top: 28px; }
.ne{ bottom: 270px; left: 408px; }
.ne span{ left: 51px; top: 18px; }
.sd{ bottom: 315px; left: 410px; }
.sd span{ left: 46px; top: 18px; }
.nd{ bottom: 378px; left: 416px; }
.nd span{ left: 39px; top: 19px; }
.ia{ bottom: 279px; left: 510px; }
.ia span{ left: 34px; top: 19px; }
.mn{ bottom: 336px; left: 503px; }
.mn span{ left: 23px; top: 43px; }
.il{ bottom: 217px; left: 581px; }
.il span{ left: 25px; top: 35px; }
.mi{ bottom: 308px; left: 643px; }
.mi span{ left: 20px; top: 41px; }
.wi{ bottom: 318px; left: 558px; }
.wi span{ left: 30px; top: 31px; }
.in{ bottom: 235px; left: 634px; }
.in span{ left: 13px; top: 23px; }
.oh{ bottom: 253px; left: 671px; }
.oh span{ left: 21px; top: 24px; }
.wv{ bottom: 233px; left: 709px; }
.wv span{ left: 15px; top: 20px; }
.pa{ bottom: 283px; left: 728px; }
.pa span{ left: 32px; top: 17px; }
.md{ bottom: 263px; left: 768px; }
.md span{ left: 0px; top: 0px; }
.de{ bottom: 273px; left: 800px; }
.de span{ left: 13px; top: 13px; }
.ny{ bottom: 316px; left: 738px; }
.ny span{ left: 51px; top: 30px; }
.nj{ bottom: 283px; left: 802px; }
.nj span{ left: 22px; top: 15px; }
.ct{ bottom: 324px; left: 821px; }
.ct span{ left: 5px; top: 4px; }
.ri{ bottom: 329px; left: 844px; }
.ri span{ left: 9px; top: 9px; }
.ma{ bottom: 341px; left: 821px; }
.ma span{ left: 5px; top: 8px; }
.vt{ bottom: 356px; left: 811px; }
.vt span{ left: 4px; top: 3px; }
.nh{ bottom: 359px; left: 830px; }
.nh span{ left: 1px; top: 28px; }
.me{ bottom: 372px; left: 838px; }
.me span{ left: 15px; top: 25px; }

.states-selector{
  border: 1px solid #ccc;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 8px;
    padding: 8px 15px;
    position: relative;
    margin: 30px auto 40px;
    cursor: pointer;
    max-width: 400px;
}
.states-selector:before{
  content: '';
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 13px;
  right: 20px;
  transform: rotate(-45deg);
  border-radius: 1px; 
}
.states-selector ul{
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px #ccc;
    z-index: 2;
}
.states-selector.states-selector-active ul{
  display: block;
  padding: 0;
}
.states-selector li{
  list-style: none;
}
.states-selector li a{
  display: block;
  padding: 7px 20px;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.pre-or-post-birth img{
  display: block;
  margin: 40px auto 0px;
}

#load-more,
#load-more-resource{
    display: block;
    max-width: 200px;
    margin: auto;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 7px;
    text-decoration: none;
    text-align: center;
}
#load-more:hover,
#load-more-resource:hover{
  border-color: #666;
}

.surrogacy-tabs{
  border-bottom: 1px solid #596377;
  margin: 40px 0 60px;
}
.surrogacy-tabs span{
  display: inline-block;
  border: 1px solid #596377;
  border-bottom: none;
  padding: 10px 30px;
  cursor: pointer;
}
.surrogacy-tabs span:last-child{
    margin-left: -3px;
    border-left: none;
}
.surrogacy-tabs span:hover,
.surrogacy-tabs span.tab-active{
  color: #fff;
  background: #82B054;
}

.ldg-topo{
  padding: 70px 0 50px;
}
.ldg-topo h1{
  font-size: 60px;
  color: #9BCB6C;
}
.ldg-texto,
.ldg-btn{
  padding: 0 0 40px;
}
.ldg-texto h2{
  color: #9BCB6C;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 15px;
}
.ldg-texto p{
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.ldg-btn a{
    display: inline-block;
    font-size: 30px;
    background: #9BCB6C;
    color: #fff;
    line-height: 55px;
    padding: 0 80px;
    border-radius: 10px;
}
.ldg-cta{
  margin-bottom: 50px;
  padding: 50px 0;
}
.ldg-cta h2{
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
}
.ldg-cta p{
  color: #fff;
  font-size: 24px;
  line-height: 150%;
}
.ldg-cta a{
  display: inline-block;
  border-radius: 5px;
  font-size: 23px;
  line-height: 34px;
  color: #9BCB6C;
  padding: 15px 40px;
  box-shadow: 0px 6px 15px #00000047;
  background: #fff;
  margin: 20px 0 0;
}
.ldg-topicos{
  padding: 40px 0 60px;
}
.ldg-topicos p{
  font-size: 20px;
  line-height: 150%;
  color: #000;
  padding: 0 20px;
}
.ldg-topicos img{
  margin-bottom: 40px;
}
.ldg-boxes{
  padding: 0 0 60px;
}
.ldg-boxes h4{
  font-size: 16px;
  line-height: 150%;
  color: #663898;
  font-weight: bold;
}
.ldg-boxes p{
  color: #424A5E;
  font-size: 16px;
  line-height: 150%;
}
.ldg-boxes .item{
    border: 2px solid #B6A6CE;
    border-radius: 5px;
    padding: 30px 30px 0;
}
.ldg-boxes img{
  margin-bottom: -40px;
}
.ldg-mosaico .num{
  font-size: 300px;
  -webkit-text-stroke: 2px #C4AED6;
  color: #fff;
  line-height: 0.8;
}

.ldg-mosaico img{
  margin-bottom: 20px;
}
.ldg-mosaico p{
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.ldg-mosaico .row:not(:first-child){
  margin-bottom: 60px;
}


/*
 *  Landing de Egg Donor
 */
.led-title-mob{
  display: none;
}
.led-btn{
  border-radius: 10px;
  text-align: center;
  padding: 8px 60px;
  display: inline-block;
  font-size: 30px;
  font-family: 'Recoleta', serif;
}
.led-btn:hover{
  text-decoration: none;
  color: #000;
}
.led-btn-verde{
  background: #9BCB6C;
  color: #fff;
}
.led-btn-branco{
  background: #fff;
  color: #9BCB6C;
}
.led-btn-azul{
  color: #fff;
  background: #93C7D3;
}
.led-banner{
  padding: 60px 0 600px;
  background: url('../images/led-banner-bg-desk.jpg') no-repeat center bottom
}
.led-banner h1{
  font-family: 'Recoleta', serif;
  color: #9BCB6C;
  font-weight: normal;
  font-size: 45px;
}
.led-banner p{
  font-size: 18px;
  margin-top: 15px;
  font-family: 'Sofia Pro', sans-serif;
}
.led-banner .led-btn{
  margin-top: 60px;
}
.led-info{
  padding-bottom: 100px;
  margin-top: -100px;
}
.led-info h2{
  color: #9BCB6C;
  font-family: 'Recoleta', serif;
  font-size: 45px;
}
.led-info p{
  font-size: 18px;
  margin-top: 15px;
  font-family: 'Sofia Pro', sans-serif;
}
.led-info h3{
  font-size: 30px;
  margin: 60px 0 0;
  font-family: 'Sofia Pro', sans-serif;
  color: #000;
}
.led-info .led-btn{
  margin-top: 80px;
}
.led-plan{
  background: #596377;
  padding: 60px 0;
}
.led-plan h2{
  font-size: 45px;
}
.led-plan h3{
  font-weight: bold;
}
.led-plan h2,
.led-plan h3{
  color: #fff;
  margin-bottom: 25px;
  font-family: 'Recoleta', serif;
}
.led-plan-info{
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
}
.led-plan-info li{
  margin-bottom: 20px;
  font-family: 'Sofia Pro', sans-serif;
}
.led-plan .led-btn{
  margin: 60px 0 0;
}
.led-block1{
  background: #596377;
  padding: 60px 0;
  color: #fff;
}
.led-block1 h2{
  font-size: 45px;
  margin-bottom: 30px;
  font-family: 'Recoleta', serif;
}
.led-block1 p{
  font-size: 18px;
  margin-bottom: 60px;
}
.led-block3{
  background: #C4AED6;
}
.led-block4{
  padding: 100px 0;
}
.led-block4 h2{
  color: #9BCB6C;
  font-size: 45px;
  font-family: 'Recoleta', serif;
}
.led-block4 h2 + p{
  font-size: 18px;
  margin: 15px 0 50px;
}
.led-block4 .led-btn{
  margin-top: 80px;
}
.led-topic{
  border: 1px solid #663898;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 20px 40px;
  height: 100%;
}
.led-topic h4{
  font-size: 20px;
  color: #663898;
  font-weight: bold;
}
.led-topic img{
  position: absolute;
  left: calc(50% - 40px);
  bottom: -40px;
}
.led-resource h2{
  color: #9BCB6C;
  font-size: 45px;
  font-family: 'Recoleta', serif;
}
.led-resource h2 + p{
  font-size: 18px;
  margin: 20px 0 30px;
}
.led-block2{
  padding: 100px;
}
.led-block2 h2{
  color: #9BCB6C;
  font-size: 45px;
  font-family: 'Recoleta', serif;
}
.led-num{
  font-size: 200px;
  -webkit-text-stroke: 2px #C4AED6;
  color: #fff;
  line-height: 0.8;
  display: block;
  text-align: center;
  font-family: 'Sofia Pro', sans-serif;
}
.led-step-row{
  margin-top: 60px;
}
.led-step p{
  font-size: 18px;
}
.led-step span{
    display: inline-block;
    background: #596377;
    font-size: 24px;
    color: #fff;
    width: auto;
    padding: 10px 30px;
    font-family: 'Recoleta', serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.led-testi h2{
  font-size: 45px;
  color: #9BCB6C;
  font-family: 'Recoleta', serif;
}
.led-testi p.subtitle{
  font-size: 30px;
}
.led-timeline{
  padding: 80px 0;
}
.led-timeline h2{
  font-size: 45px;
  color: #9BCB6C;
  font-family: 'Recoleta', serif;
}
.led-timeline-area{
  background: url('../images/led-timeline.png') no-repeat left 50px;
  margin: 60px 0;
}
.led-timeline-item{
  text-align: left;
  font-family: 'Sofia Pro', sans-serif;
}
.led-timeline-item span{
  display: inline-block;
  background: #93C7D3;
  color: #fff;
  font-size: 24px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.led-timeline-item p{
  font-size: 18px;
  margin-bottom: 0;
}
.led-timeline-item strong{
  font-size: 18px;
}
.led-timeline-item:nth-child(1){
  margin: 0 0 0 280px;
}
.led-timeline-item:nth-child(2){
  margin: 80px 0 0 260px;
}
.led-timeline-item:nth-child(3){
  margin: 100px 0 0 340px;
}
.led-timeline-item:nth-child(4){
  margin: 50px 0 0 250px;
}
.led-timeline-item:nth-child(5){
  margin: 90px 0 0 340px;
}
.led-timeline-item:nth-child(6){
  margin: 80px 0 0 240px;
}
.livf-banner{
  background: url('../images/livf-banner-bg-desktop.svg') no-repeat center bottom;
}
.livf-timeline .led-timeline-item:nth-child(1){
  margin: 0 0 0 330px;
}
.livf-timeline .led-timeline-item:nth-child(2){
  margin: 80px 0 0 260px;
}
.livf-timeline .led-timeline-item:nth-child(3){
  margin: 100px 0 0 360px;
}
.livf-timeline .led-timeline-item:nth-child(4){
  margin: 95px 0 0 250px;
}
.livf-timeline .led-timeline-item:nth-child(5){
  margin: 60px 0 0 325px;
}
.livf-timeline .led-timeline-item:nth-child(6){
  margin: 50px 0 0 190px;
}
.livf-timeline .led-timeline-item:nth-child(7){
  margin: 70px 0 0 290px;
}
.led-timeline-obs{
  font-size: 20px;
  margin-bottom: 20px;
}
.led-timeline i{
  display: none;
}
.livf-timeline .led-timeline-area{
  background: url('../images/ivf-timeline.png') no-repeat left top;
  margin: 60px 0;
}
.livf-timeline{
  padding: 0 0 80px 0;
}
.lsur-banner{
  background: url('../images/landing-surrogacy-banner-header.svg') no-repeat center
}
.lsur-block5-white{
  background: #ffff;
  color: #000;
}
.lsur-block5-white h2{
  color: #596377;
}
.lsur-block-new{
  padding: 0;
}
.lsur-block-new h4{
  font-family: 'Recoleta', serif;
  color: #596377;
  font-size: 24px;
}
.lsur-timeline .led-timeline-area{
  background: url(../images/surrogacy-timeline.png) no-repeat left top;
  padding: 30px 0 0;
}
.lsur-timeline .led-timeline-item:nth-child(2) {
    margin: 95px 0 0 185px;
}
.lsur-timeline .led-timeline-item:nth-child(3) {
    margin: 105px 0 0 270px;
}
.lsur-timeline .led-timeline-item:nth-child(4) {
    margin: 90px 0 0 190px;
}
.lsur-timeline .led-timeline-item:nth-child(5) {
    margin: 100px 0 0 275px;
}
.lsur-timeline .led-timeline-item:nth-child(6) {
    margin: 120px 0 0 180px;
}
.lsur-timeline .led-timeline-item:nth-child(7) {
    margin: 115px 0 0 250px;
}
.lsur-timeline .led-timeline-item:nth-child(8) {
    margin: 80px 0 0 170px;
}

.block1-home{
  background-size: contain;
  padding: 60px 0 0;
  height: 100vh;
  min-height: 800px;
}
.block1-home h1{
  max-width: 670px;
  margin: auto;
}
.block1-home p{
  font-size: 22px;
  color: #000;
}
.block1-home-topics{
  display: flex;
  align-items: center;
  justify-content: center;
}
.block1-home-topics a{
  display: block;
  border-radius: 10px;
  width: 120px;
  height: 160px;
  border: 1px solid #9BCB6C;
  margin: 0 10px;
  color: #000;
}
.block1-home-topics a:hover{
  text-decoration: none;
}
.block1-home-topics img{
  display: block;
  margin: 25px auto 3px;
}
.block1-home-topics span{
  font-size: 12px;
}
.block1-home-btn{
  display: block;
  background: #9BCB6C;
  color: #fff;
  width: 100px;
    margin: 12px auto 0;
    padding: 3px;
    border-radius: 5px;
    box-shadow: 0 0 12px #9BCB6CAA;
}
.block1-home-video{
    display: inline-block;
    margin: 30px 0 0;
    font-size: 12px;
    color: #000;
}
.block2-home{
  padding-top: 0;
}
.block2-home h2{
  color: #000;
}
.block2-home h2 + p{
  color: #000;
    font-size: 30px;
    font-family: 'Recoleta', serif;
}
.block2-home .led-num{
  font-size: 300px;
  -webkit-text-stroke: 5px #9BCB6C;
}
.block2-home .led-step span{
  padding: 0;
  background: none;
  color: #9BCB6C;
  font-size: 36px;
}
.block2-home .led-step p{
  font-size: 22px;
  font-family: 'Sofia Pro', sans-serif;
  color: #000;
}
.block2-home-imgs{
  height: 600px;
  position: relative;
}
.block2-home-img1{
  position: absolute;
  left: 25%;
}
.block2-home-img2{
  max-width: 160px;
  position: absolute;
  bottom: 50px;
  left: 150px;
}
.block2-home-img3{
  position: absolute;
  bottom: 0;
  right: 0;
}
.block3-home{
  background: #C4AED6;
  text-align: left;
}
.block3-home h2{
  font-size: 34px;
  margin-bottom: 20px;
}
.block3-home p{
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'Sofia Pro', sans-serif;
}
.block3-home .led-btn{
  font-family: 'Sofia Pro', sans-serif;
  font-size: 24px;
}
body .block4-home{
  padding: 20px 0 0;
}
.block4-home h2{
  font-size: 40px;
}
.block4-home h2 + p{
  font-size: 22px;
  font-family: 'Sofia Pro', sans-serif;
}
.block4-home h4{
  font-size: 16px;
  font-family: 'Sofia Pro', sans-serif;
}
.block4-home h4 + p{
  font-size: 1rem;
}
.block4-home .led-topic{
  padding-bottom: 60px;
  font-family: 'Sofia Pro', sans-serif;
}
.block4-home .btn{
    text-align: center;
    display: block;
    max-width: 360px;
    margin: 80px auto 100px;
    background-color: #9bcb6c;
    border: 1px solid #9bcb6c;
    color: #ffffff;
    padding: 5px 0;
    border-radius: 10px;
    font-family: "Sofia Pro", sans-serif;
    transition: 200ms ease-in-out;
    font-size: 30px;
}
.block5-home .testimonial_rotator{
  font-family: 'Sofia Pro', sans-serif;
}
.block5-home .testimonial_rotator_quote{
  font-size: 18px;
}
.block5-home p.subtitle {
    font-size: 20px;
    color: #663898;
    font-weight: bold;
    font-family: 'Sofia Pro', sans-serif;
}
.block6-home{
  margin-bottom: 35px;
}
.block6-home h2{
  font-family: 'Recoleta', serif;
  font-size: 2.5rem;
  color: #9BCB6C;
  margin: 30px 0;
}
.block7-home .item{
  padding: 0 30px;
}
.block7-home .item img {
    max-width: 300px;
    max-height: 70px;
    width: auto;
    margin: auto;
    filter: grayscale(100%);
}
.block7-home .providers-gallery {
    background-color: #F0F0F0;
    margin: 10px 0 80px;
    padding: 100px 0;
}
.block7-home .providers-gallery .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.block7-home .owl-dots{
  display: none;
}
.block8-home h2{
  font-family: 'Recoleta', serif;
  font-size: 40px;
  color: #9BCB6C;
  display: inline-block;
  margin: 0;
}
.block8-home-topics{
  border: 3px solid #9BCB6C;
  border-radius: 20px;
  padding: 60px 20px;
  margin-top: -24px;
  display: flex;
  justify-content: space-between;
}
.block8-home-topics a{
  display: block;
  background: #9BCB6C;
  color: #fff;
  padding: 15px 0px;
  width: 240px;
  border-radius: 5px;
  font-family: 'Sofia Pro', sans-serif;
}
.block-cards-home h2{
  font-family: 'Recoleta', serif;
  font-size: 40px;
  color: #9BCB6C;
}
.block-cards-home h2 + p {
  font-size: 22px;
  color: #000;
  font-family: 'Sofia Pro', sans-serif;
  margin-bottom: 30px;
}
.block9-home{
  margin: 100px 0 40px;
}
.block9-home h2{
  font-family: 'Recoleta', serif;
  font-size: 40px;
  color: #9BCB6C;
  background: #fff;
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}
.block9-home-content{
  border: 3px solid #9BCB6C;
  border-radius: 20px;
  margin-top: -55px;
  padding: 90px 40px 40px;
}
.block9-home-content h3 {
  font-size: 24px;
  color: #000;
  font-family: 'Sofia Pro', sans-serif;
  margin-bottom: 50px;
  text-align: center;
}
.block9-home-content p {
  font-size: 22px;
  line-height: 150%;
  color: #000;
  font-family: 'Sofia Pro', sans-serif;
}
.block9-home-topics{
  display: flex;
  margin: 80px 0 0;
  justify-content: space-between;
}
.block9-home-topics .item-topic{
  border-radius: 5px;
  border: 2px solid #B6A6CE;
  text-align: center;
  padding: 20px;
  max-width: 32%;
}
.block9-home-topics .item-topic h4{
  font-size: 16px;
  color: #663898;
  font-family: 'Sofia Pro', sans-serif;
  font-weight: bold;
}
.block9-home-topics .item-topic p{
  font-size: 16px;
  margin-bottom: 0;
  color: #000000;
  font-family: 'Sofia Pro', sans-serif;
}
.block9-home-topics .item-topic img{
  margin: -60px auto 20px;
}
.block10-home{
  background: #BEBEBE;
  color: #000000;
}
.block10-home h2{
  font-size: 28px;
  margin-bottom: 24px;
}
.block10-home p,
.block10-home ul{
  margin: 0;
  font-size: 20px;
  font-family: 'Sofia Pro', sans-serif;
  line-height: 150%;
}
.block10-home ul{
  padding: 0 0 0 20px;
}
.block10-home .led-btn{
  font-size: 24px;
  margin: 40px 0 0;
  font-family: 'Sofia Pro', sans-serif;
}

.partner-banner{
  background-color: #F6F4F0;
  height: 560px;
  display: flex;
  align-items: center;
  background-position: center;
}
.partner-banner h1{
  font: normal normal bold 55px/55px Recoleta;
  color: #9BCB6C;
}
.partner-banner p{
  font: normal normal 300 26px/41px 'Sofia Pro', sans-serif;
  letter-spacing: 0px;
  color: #000000;
}
.partner-banner img{
  display: none;
}
.partner-types a{
  display: inline-block;
  width: 186px;
  height: 212px;
  border-radius: 10px;
  position: relative;
  margin: 0 18px;
}
.partner-types .owl-item:first-child a{
  margin-left: 0;
}
.partner-types .owl-item:last-child a{
  margin-right: 0;
}
.partner-types a span{
  color: #fff;
  background: #9BCB6C;
  font: normal normal normal 16px/20px Recoleta;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.partner-types .partner-types-area{
  margin: 80px 0 50px;
}
.partner-types .owl-dots{
  display: none;
}
.partner-types .owl-nav .owl-prev,
.partner-types .owl-nav .owl-next{
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px #00000029;
  outline: none;
}
.partner-types .owl-nav .owl-next{
  right: -30px;
}
.partner-types .owl-nav .owl-prev{
  left: -30px;
}
.partner-types .owl-nav .owl-prev span,
.partner-types .owl-nav .owl-next span{
  font-size: 30px;
  line-height: 20px;
}
.partner-cta{
  background: #596377;
  padding: 60px 0;
}
.partner-cta p{
  color: #fff;
  font: normal normal 300 22px/34px 'Sofia Pro', sans-serif;
  text-align: center;
}
.partner-cta a{
  font: normal normal normal 24px/37px 'Sofia Pro', sans-serif;
  letter-spacing: 0px;
  color: #596377;
  padding: 10px 50px;
  background: #fff;
  border-radius: 10px;
  display: block;
  max-width: 330px;
  text-align: center;
  margin: 30px auto 0;
}
.partner-calendar{
  background: #596377;
  padding: 60px 0 0;
}
.partner-calendar h2{
  font: normal normal normal 45px/50px Recoleta;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.partner-doctors{
  padding: 0 0 100px;
}
.partner-doctors h2{
  font: normal normal bold 40px/50px Recoleta;
  color: #9BCB6C;
  margin: 70px 0 30px;
}
.partner-doctors .info-doctor{
  font: normal normal 300 22px/34px 'Sofia Pro', sans-serif;
  color: #000000;

}
.partner-doctors .col-lg-4{
  margin-bottom: 30px;
}
.partner-doctors .card-doctor{
  background: #F8F8F8;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.partner-doctors .card-doctor p{
  font: normal normal 300 16px/24px 'Sofia Pro', sans-serif;
  color: #000000;
}
.partner-doctors .card-doctor span{
  font: normal normal 300 20px/34px 'Sofia Pro', sans-serif;
  color: #000000;
  display: block;
  margin-bottom: 18px;
}
.partner-doctors .card-doctor h3{
  font: normal normal 500 26px/34px 'Sofia Pro', sans-serif;
  color: #000000;
  margin: 0;
}
.partner-doctors .card-doctor img{
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 12px;
}


/**********************************************
******************MEDIA QUERY******************
**********************************************/
@media (min-width: 1440px){
  .content-banner-resolve{ min-height: 700px;}
}
@media (min-width:  1200px){
  .surrogacy-legend .col-lg-2:last-child span{
    padding: 23px 15px;
  }
}
@media (max-width: 1199px){
  .page-template-page-about-us h2.title-banner{padding: 0;}
  .our-story{ background-position-y: 260px;}
  .our-story .mt65 { margin-top: 150px;}
  .our-story .mt196 { margin-top: 165px;}
  .our-story .mt337 { padding-top: 210px;}
  .our-story .mt302 { margin-top: 170px;}
  .our-story .mt005 { margin-top: 50px;}
  .our-story .mt006 { margin-top: 130px;}
  .us-map{display: none;}
  .us-map-image{display: block;}
  .surrogacy-legend{margin: 0;}
}
@media (max-width: 992px){
   .content-purple .vertical-border{border-right: none;}
    .content-purple .horizontal-border{border-bottom: 2px solid #FFFFFF; margin-bottom: 20px;}
  .content-purple .numbers-story {font-size: 38px;margin-bottom: 0;}
  .content-purple span{font-size: 18px;margin-bottom: 15px;
    display: inline-block;}
  .our-story {background-image: none;}
  .our-story .img-our-story{width: 160px; margin: 0 auto 30px; display: block;}
  .our-story .mt65 { margin-top: 60px;}
  .our-story .mt196 {margin-top: 65px;}
  .our-story .mt276 {margin-top: 65px;}
  .our-story .mt302 {margin-top: 65px;}
  .our-story .mt005 {margin-top: 65px;}
  .our-story .mt006 {margin-top: 65px;}
  .our-story .mt337 {margin-top: 65px; padding: 0;}
  .content-our-story p.date-timeline, .content-our-story p.timeline-text{text-align: center;}
  .content-our-story p.date-timeline span{display: block;}
  .content-our-story p.date-timeline i{display: none;}
  .our-story-foto-desk{display: none;}
  .our-story-foto-mob{display: block;}
  .bloco-redes-rodape{display: flex; align-items: baseline; justify-content: space-between; margin-top: 20px;}
  .content-banner h2.title-banner {font-size: 44px;}
  .surrogacy-legend .col-lg-2{margin-bottom: 40px;}

  .ldg-btn a{padding: 0; width: 100%;}
  .ldg-mosaico .num{font-size: 200px;}

  .lsur-timeline .led-timeline-area,
  .livf-timeline .led-timeline-area{
    background: none;
  }
  .lsur-timeline .led-timeline-item:nth-child(n),
  .livf-timeline .led-timeline-item:nth-child(n){
    margin: 0 0 60px; 
    text-align: center;
  }
  .block2-home .led-num {
    font-size: 150px;
    -webkit-text-stroke: 3px #9BCB6C;
  }
  .block2-home .led-step span{
    font-size: 28px;
    text-align: center;
    display: block;
  }
  .block2-home .led-step p{
    font-size: 18px;
    text-align: center;
  }
  .block2-home img{
    display: block;
    margin: 20px auto 0;
  }
  .block2-home-imgs{
    height: auto;
    padding-bottom: 185px;
    overflow: hidden;
  }
  .block2-home-img1{
    left: 0;
    position: relative;
    max-width: 100%;
    height: auto;
  }
  .block2-home-img2{
    left: 20px;
  }
  .menu-rodape{padding-left: 15px}
}

@media (max-width: 768px){
  .navbar-light .container{padding: 2px 0 5px}
  .navbar-light .navbar-toggler{border: none;}
  .navbar-light .navbar-nav li.menu-link-book{display: none;}
  .menu-link-book-mobile{
    display: block; 
    padding: 2px 10px 4px;
    margin: 7px 0 0;
    float: left;
    font-size: 12px;
  }
  .navbar-light .menu-link-login{margin-bottom: 40px}
  .page-template-page-about-us h1.title-banner{
    font-size: 30px;
  }
  .navbar-light .navbar-nav .book .nav-link{
    margin: 0 10px 20px;  
  }
  .navbar-light .navbar-nav .login .nav-link{
    margin: 0 0 20px;
  }
  .surrogacy-overview img{
    width: 150px;
    margin-bottom: 30px;
  }
  .content-meet-our-team-desktop{display: none;}
  .content-meet-our-team-mobile{display: block;}
  .col-half-offset{margin: 0 auto;}
  .content-banner{border-bottom: none;}
  /*.content-banner-resolve {
    background: url(../images/Layer-20-1_1.png) no-repeat -298px 0 transparent;
    background-size: cover;
    min-height: 736px;
    padding-top: 80px;
  }*/
  .content-banner-resolve {
    background: url(../images/banner-resolve-mobile) no-repeat center bottom transparent;
    background-size: 100%;
    min-height: 780px;
  }
  .col-img-partnering{margin-bottom: 50px;}
  .content-banner h2.title-banner {font-size: 33px;}
  .content-banner {
    background: url(../images/banner-principal-novo-mobile.jpg) no-repeat center bottom transparent;
    align-items: center;
    background-size: 100%;
    min-height: 543px;
    padding-top: 59px;
  }
  .content-meet-our-team .first, .content-meet-our-team .second{text-align: center!important;}

  .content-team{position: relative;}
  .content-team .card-body{position: relative;width: auto;}
  .content-meet-our-team .first .collapse.show{margin-bottom: 20px;}
  .content-meet-our-team .collapse.show{margin-bottom: 20px;}
  .content-meet-our-team .colllapse6.card-body{right: 0;}
  
  /*.conteudo-blog-interno .img-author{width: 100%;}*/
  .conteudo-blog-interno .content img{width: 100%;}
  .content-cards .desktop{display: none;}
  .content-cards .mobile{display: block;}
  .content-meet-our-team{margin-bottom: 100px;}
  .logo-gostork-footer{display: block; margin: 0 auto 30px;}
  .titulo-social-media, .titulo-proud{margin: 20px 20px 0 0; display: inline-block;}
  .logo-footer{margin: 0 20px 0 0;}

  .sec-mission p{
    font-size: 24px;
  }
  .sec-numbers p{
    font-size: 26px;
    max-width: 270px;
  }
  .sec-numbers .row:last-child p{
    max-width: 330px;
  }
  .sec-numbers p.arrow1{
    padding: 0 30px 55px 0;
    background-image: url('../images/arrow-number-1-mob.png');
    background-position: 107px 50px;
  }
  .sec-numbers p.arrow2{
    padding: 0 0px 67px 0;
    background-image: url(../images/arrow-number-1-mob.png);
    max-width: 350px;
    background-position: 180px 54px;
  } 
  .post-birth-order-mobile{
    margin-top: 40px;
  }
  .ldg-topicos p{margin-bottom: 60px;}
  .ldg-topicos img{margin-bottom: 20px;}
  .ldg-cta p{font-size: 20px;}
  .ldg-cta a{font-size: 19px;}
  .ldg-boxes .item{margin-bottom: 60px;}

  .led-banner{
    background: url('../images/led-banner-bg-mob.jpg') no-repeat; 
    background-size: 150%;
    background-position: bottom center;
    padding-bottom: 400px;
  }
  .led-banner h1{font-size: 32px;}
  .led-banner p{font-size: 14px;}
  .led-btn{font-size: 26px;}
  .led-info h2,
  .led-plan h2,
  .led-timeline h2,
  .led-block1 h2,
  .led-block2 h2,
  .led-block4 h2,
  .led-testi h2,
  .led-resource h2{
    font-size: 28px;
  }
  .led-info{margin-top: 0;}
  .led-info h3{font-size: 28px; margin-top: 40px;}
  .led-info .led-btn{margin-top: 40px;}
  .led-plan-info{height: auto; margin-bottom: 40px;}
  .led-plan-info ul{padding: 0 0 0 12px;}
  .led-plan .led-btn{margin-top: 20px;}
  .led-timeline-area{background: none; margin: 50px 0;}
  .led-timeline-item:nth-child(n){margin: 0 0 60px; text-align: center;}
  .led-block2 { padding: 60px 0;}
  .led-step-row{text-align: center; margin-top: 40px;}
  .led-step span{display: block; margin: 20px 0;}
  .led-block4 { padding: 60px 0;}
  .led-topic{height: auto; margin-bottom: 60px; padding: 20px 40px 40px;}
  .led-block4 .led-btn {margin-top: 20px;}
  .led-testi p.subtitle { font-size: 26px; }
  .led-testi .quotes-left{top: 0; background-size: 50px;}
  .led-testi .quotes-right{background-size: 50px;}
  .led-testi .testimonial_rotator_quote{font-size: 18px;}
  .led-timeline i{
    display: block;
    background: #C4AED6;
    color: #fff;
    font-family: 'Recoleta', serif;
    font-style: normal;
    font-size: 60px;
    margin: 0 auto 10px;
    width: 120px;
    border-radius: 50%;
    padding: 15px 0;
  }
  .led-title-mob{display: block;}
  .led-title-desk{display: none;}
  .lsur-banner{
    background-image: url('../images/landing-surrogacy-banner-header-mobile.svg');
    background-size: cover;
    background-position: center 300px;
  }
  .block1-home{
    background-size: contain;
    padding: 40px 0 0;
    min-height: 850px;
  }
  .block1-home-topics{
    display: block;
  }
  .block1-home-topics a{
    display: inline-block;
    background: #fff;
    margin-bottom: 20px;
  }
  .block1-home h1{
    font-size: 28px;
  }
  .block1-home p{
    font-size: 18px;
  }
  .block1-home-video{
    margin: 0;
  }
  .block2-home h2 + p,
  .block3-home p,
  .block4-home h2 + p,
  .block5-home p.subtitle,
  .block9-home-content h3{
    font-size: 18px;
  }
  .block3-home{
    text-align: center;
  }
  .block3-home .led-btn {
    font-size: 19px;
  }
  .block6-home h2{
    font-size: 28px;
  }
  .block6-home iframe{
    margin-bottom: 20px;
  }
  .block8-home-topics{
    display: block;
    padding-bottom: 30px;
  }
  .block8-home-topics a{
    margin: 0 auto 30px;
  }
  .block-cards-home,
  .block-cards-home + .content-cards-resources{
    display: none;
  }
  .block9-home h2{
    max-width: 340px;
    font-size: 28px;
  }
  .block9-home-content{
    margin-top: -50px;
    padding: 60px 20px 0;
  }
  .block9-home-content p{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .block9-home-content img{
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
  .block9-home-topics{
    display: block;
  }
  .block9-home-topics .item-topic{
    max-width: 100%;
    margin-bottom: 50px;
  }
  .block10-home p, .block10-home ul{
    font-size: 18px;
  }
  .block10-home .led-btn{
    margin: 40px auto;
    display: block;
    width: 200px;
  }
  .block10-home img{
    margin: auto;
    display: block;
  }
  .block2-home-img2{
    width: 84px;
  }
  .block2-home-img3{
    max-width: 320px;
    bottom: 60px;
    right: -20px;
  }
  .block4-home .btn{
    margin: 10px auto 40px;
    font-size: 24px;
  } 
  .block8-home h2{
    font-size: 28px;
    margin-top: 30px;
  }
  .menu-rodape .menu{
    margin-bottom: 40px;
  }
  .blocos-logos-footer{
    display: flex;
    align-items: center;
  }
  .blocos-logos-footer + .blocos-logos-footer{
    margin-top: 40px;
  }
  .blocos-logos-footer img.logo-footer{
    margin: 0 0 0 20px;
  }
  .blocos-logos-footer .redes-rodape:first-child{
    margin-left: 20px;
  }
  .partner-banner{
    background: none;
    height: auto;
  }
  .partner-banner h1{
    font: normal normal bold 31px/32px Recoleta;
    text-align: center;
  }
  .partner-banner p{
    font: normal normal 300 18px/26px 'Sofia Pro', sans-serif;
    text-align: center;
  }
  .partner-banner img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px;
  }
  .partner-cta,
  .partner-calendar{
    display: none;
  }
  .partner-types .partner-types-area{
    margin: 20px 0;
    padding: 0 30px;
  }
  .partner-doctors h2{
    font: normal normal bold 28px/29px Recoleta;
    margin: 30px 0 12px;
  }
  .partner-doctors .info-doctor{
    font: normal normal 300 18px/26px 'Sofia Pro', sans-serif;
  }
}
@media (max-width: 576px) {
  .content-purple .horizontal-border{border: none;}
  .content-purple .horizontal-border + .col-xl-3{ margin-bottom: 20px; }
  .content-final-content .left-content{margin-bottom: 80px;border-right: none;}
  .content-banner-resolve {min-height: 650px;}
  .youtube-videos{width: 100%;margin-bottom: 50px;}
  .header a.navbar-brand img{margin-left: 15px}
  /*.conteudo-blog-interno .img-author{width: 119%;}*/
  .conteudo-blog-interno .content img{width: 100%;}

  section.note h3 {
    padding: 0 10px;
    font-size: 30px;
    margin-top: -2.6em;
  }
  h2.title-banner{ font-size: 42px; }
  .quotes-left, .quotes-right{display: none;}
  .testimonial_rotator.template-longform .testimonial_rotator_quote {
    padding: 0 !important;
  }

  .content-our-values {
    background: url(../images/out-values.png) no-repeat center 400px transparent;
    background-size: 100%;
    min-height: 540px;
  }
  #sig_in{width: 50%;}
  .content-cards-resources .geral-cards {
    height: 225px;
    margin-bottom: 50px;}

  .div-author{padding-left: 10px;}
  .content-featured-post {padding-top: 50px;}
  .content-featured-post .read-more {width: 31%;}
  .content-cards .desktop{display: none;}
  .content-cards .mobile{display: block;}

  .content-resolve-content .text-part-gray,
  .content-resolve-content .text-green,
  .content-resolve-content .text-gray{
    text-align: center;
  }
  .content-resolve-content .text-gray + img{
    display: block;
    margin: auto;
  }
  .sec-numbers h2{
    font-size: 45px;
  }
  .sec-numbers h2 br{
    display: block;
  }

  .content-cards .geral-cards{
    margin: 0 20px 30px;
  }
  .content-cards .geral-cards .mobile p{
    margin-bottom: 0;
  }
  .content-cards .geral-cards .mobile .col-6:last-child a{
    display: flex;
    align-items: center;
  }
}
@media (max-width: 574px) {
  .testimonial_rotator_quote{
    font-size: 20px;
  }
}
@media(max-width: 480px ){
  .logo-footer{max-width: 80px;}
}