@charset "utf-8";
.fr-type-vimeo .fr-content {
    width: 90%!important;
    height: 80%!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/

.section-white.errorPage h2 {
    color: var(--main-color, #007580);
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* margin-bottom: 50px; */
}

.section-white.errorPage p {
    color: var(--gray, #676767);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}

.gform_legacy_markup_wrapper {
  margin-top: 0!important;
}
.gfield {
  display: grid !important;
  grid-template-areas:
    "label validation"
    "input input";
  grid-template-columns: 1fr auto;
  column-gap: 0.5rem;
  align-items: center;
}
.gfield_label {
  grid-area: label;
}
.validation_message {
  grid-area: validation;
  align-self: end;
  font-size: 0.875rem;
  color: red;
  white-space: nowrap;
}
.ginput_complex,
.ginput_container {
  grid-area: input;
  width: 100%;
}
.ginput_complex input,
.ginput_container input {
  width: 100%;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
	border: none!important;
	background: none!important;
	padding: 0!important
}
.gform_wrapper.gravity-theme .gform_validation_errors {
	margin: 0 0 50px!important;
}

.gform_wrapper.gravity-theme .gfield_description {
	margin: 0 0 7px
}
.gfield--type-captcha,
.gfield_required {/* display: none; *//* opacity: 0; */}
label,
.gfield_label {
  display: block;
  margin-bottom: 5px;
  text-transform: unset;
  color: var(--darker-text, #525252);
  font-size: 18px!important;
  font-style: normal;
  font-weight: 600!important;
  line-height: normal;
  letter-spacing: 0.22px;
  margin: 0!important;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='number'],
input[type='date'],
textarea,
select {
  width: 100%;
  height: 50px;
  padding: 0 12px;
   
   
   
  border-radius: 4px;
	border: 1px solid var(--dark-green, #004248);
  background: white;
  margin: 10px 0 0!important;
	color: var(--gray, #676767);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 105%; /* 18.9px */
}
textarea {
  min-height: 120px;
}
.custom-checkRad {
  position: relative;
  padding-left: 27px;
  margin: 0;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label:before,
.custom-checkRad input[type="radio"] + label:before{
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
.custom-checkRad input[type="checkbox"],
.custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label:before {
  content: '\f0c8';
}
.custom-checkRad input[type="radio"] + label:before {
  content: '\f111';
}
.custom-checkRad input[type="checkbox"]:checked + label:before {
  content: '\f14a';
}
.custom-checkRad input[type="radio"]:checked + label:before {
  content: '\f058';
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
  color: #f9f9f9;
  border: 1px solid var(--main, #0E385E);
  backdrop-filter: blur(2px);
  padding: 15px 25px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 327px;
  background: var(--main-color, #007580);
}
.gform_wrapper.gravity-theme #field_submit,.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-self: anchor-center;
}

.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input.button:focus, 
.gform_wrapper .gform_footer input[type=submit]:hover, 
.gform_wrapper .gform_footer input[type=submit]:focus, 
.gform_wrapper .gform_page_footer input.button:hover, 
.gform_wrapper .gform_page_footer input.button:focus, 
.gform_wrapper .gform_page_footer input[type=submit]:hover, 
.gform_wrapper .gform_page_footer input[type=submit]:focus {
  color: var(--main, #0E385E);
  background-color: transparent;
  border-color: var(--main, #0E385E);
  text-decoration: none;
}
@media (max-width: 1200px) {}
@media (max-width: 991px) {}
@media (max-width: 768px) {}


/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: var(--main-color, #007580);
  border-radius: 327px;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  /* font-style: normal; */
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  height: 60px;
  letter-spacing: 0.8px;
  border: 1px solid #F9F9F9;
  background: #F9F9F9;
  backdrop-filter: blur(2px);
  padding: 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-layout:hover,
.btn-layout:focus {
  color: #f9f9f9; 
  background: var(--main-color, #007580);
  border-color: var(--main-color, #007580);
  text-decoration: none;
}
.btn-layout.green {
  color:#f9f9f9;
  background: var(--main-color, #007580);
  border: solid 1px #007580;
}
.btn-layout.green:hover,
.btn-layout.green:focus {
  color:  #007580;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  text-decoration: none;
}
.btn-layout.green.hollow {
  color: #007580;
  background-color: transparent;
  border-color: #007580;
}
.btn-layout.green.hollow:hover,
.btn-layout.green.hollow:focus {
  color: #f9f9f9;
  background-color: #007580;
  border-color: #007580;
  text-decoration: none;
}
.btn-layout.blue.hollow {
  color: #00DBEF;
  background-color: transparent;
  border-color: #00DBEF;
}
.btn-layout.blue.hollow:hover,
.btn-layout.blue.hollow:focus {
  color: #F9F9F9;
  background-color: #00DBEF;
  border-color: #00DBEF;
  text-decoration: none;
}


.btn-layout.small {
  padding: 8px 15px;
  text-align: center;
}
.btn-layout .fa-light,
.btn-layout .fa-regular,
.btn-layout .fa-solid {
	font-size: 1.2em;
}

.link-arrow {
	display: inline-block;
	position: relative;
	color: var(--teal, #0677A1);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none!important;
	font-family: "indivisible", sans-serif;
}
.link-arrow:after {
	content: '\f178';
	font-size: 0.8em;
	font-family: "Font Awesome 6 Pro";
	margin-left: 7px;
}
.link-arrow:before {
  content: '';
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: all .3s ease;
}
.link-arrow:hover:before,
.link-arrow:focus:before {
 left: 0;
 right: unset;
 width: 100%;
 background-color: var(--teal, #0677A1);
}

.btn-layout i.fa-solid.fa-arrow-right-long {
   
    font-family: "Font Awesome 6 Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px; /* 166.667% */
}

/*=========================================== MGMT SOLUTIONS ==============================================*/
 
.section-solutionsRow {
  /* padding: 80px 0; */
  padding-top: 0;
}

 
.solutionsRow-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 60px;           
}

 
.solutionsRow-grid:nth-of-type(even) {
  flex-direction: row-reverse;
}

 
.solutionsRow-image {
  flex: 1 1 50%;
}

.solutionsRow-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.solutionsRow-text {
  flex: 1 1 49%;
  padding: 0 130px 0 90px;
}

.solutionsRow-text h2 {
  margin-bottom: 30px;
  color: var(--main-color, #007580);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 36px */
}

.solutionsRow-text p {
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.section-solutionsRow .solutionsRow-grid:first-of-type img {
   border-radius: 0 00px 80px 0;
}


.section-solutionsRow .solutionsRow-grid:nth-of-type(even):not(:first-of-type):not(:last-of-type) img {
   border-radius: 80px 00px 00px 80px;
}

.section-solutionsRow .solutionsRow-grid:nth-of-type(odd):not(:first-of-type):not(:last-of-type) img {
   border-radius: 00px 80px 80px 00px;
}
.solutionsRow-grid:last-of-type .solutionsRow-image img {
  border-radius: 80px 00px 00px 80px;     
}
.solutionsRow-grid:last-of-type {
	margin-bottom:0;
}

.section-finalRow {
  border-top: 20px solid #007580;
}

.section-finalRow .defaultRow-image {
  border-radius: 0 00px 160px 0;
	
}


@media (max-width: 991px) {
  .solutionsRow-grid {
    flex-direction: column !important;
    gap: 40px;
    margin-bottom: 60px;
	  
  }
.section-finalRow {
	margin-top:20px;
	 
	
}

	.section-finalRow .defaultRow-text{
		padding:20px
	}
	.section-finalRow .defaultRow-grid {
		flex-flow: column-reverse;
	}
  .solutionsRow-text,
  .solutionsRow-image {
    flex: 1 1 100%;
    /* padding: 0 20px; */ /* mais compacto no mobile */
  }

  .solutionsRow-text {
    text-align: left;
    padding: 0 20px;
  }

  .solutionsRow-text h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  

   .solutionsRow-image img {
    border-radius: 0 !important;
  }

  .section-finalRow .defaultRow-image {
    border-radius: 0 !important;
  }
}

/*=========================================== WHO WE SERVE ==============================================*/

.section-whoWeServe {
  padding: 30px 0;
}

.whoWeServe-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px 30px;
  max-width: 1380px;       
  margin: 0 auto;           
  padding: 0 20px;         
}

.whoWeServe-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1.8;  
}

.whoWeServe-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.whoWeServe-card:hover img {
  transform: scale(1.05);
}

.whoWeServe-card h3 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-align: center;
  place-self: anchor-center;
  color: #FFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/*=========================================== Patient EDUCATION ==============================================*/
.section-benefitsInfo {
  padding: 80px;
}



.benefitsInfo-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
}

.benefitsInfo-icon {
  width: 30px;
  margin-bottom: 10px;
}

.benefitsInfo-card .title h3 {
  margin: 0;
  color: var(--main-color, #007580);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.benefitsInfo-card p {
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 69px;
}

.benefitsInfo-card li {
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.benefitsInfo-card ul{
    padding: 0;
padding-left: 69px;
}

.benefitsInfo-card .title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;  
}


.benefitsInfo-card .title i {
  border-radius: 50px;
  background: var(--gray, #676767);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  min-width: 54px;
  min-height: 54px;
}

 p.benefitsP {
    color: var(--gray, #676767);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}
 

.benefitsInfo-grid{
  display:flex;
  flex-wrap:wrap;
  gap: 40px;
}

 
.benefits-col{
  flex:1 1 calc(33.333% - 30px);
  display:flex;
  flex-direction:column;
  gap: 0px;
}

 
.benefitsInfo-card{background:#fff;border-radius:12px;padding: 0px;padding-bottom: 20px;display:flex;flex-direction:column}
.benefitsInfo-card .title{display:flex;align-items:center;gap:12px;margin-bottom:22px}
.benefitsInfo-card .title i{background:#676767;color:#fff;width:54px;height:54px;border-radius:50%;display:flex;align-items:center;font-size:20px;align-self: baseline;}
.benefitsInfo-card h3{margin:0;color:#007580;font-size:30px;font-family:Poppins;font-weight:700}

@media(max-width:1100px){
.section-benefitsInfo {padding: 40px;}
}
@media(max-width:991px){
.benefits-col{flex:1 1 100%;}
	
}

@media(max-width:768px){
.benefitsInfo-card p {
	padding-left:0;
}
	.benefitsInfo-card .title h3 {
		font-size: 25px;
	}
	.benefitsInfo-card .title i {
		place-self:anchor-center;
	}
}

.benefitsInfo-grid-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media(max-width:1100px){
  .benefitsInfo-grid-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px){
  .benefitsInfo-grid-grid {
    grid-template-columns: 1fr;
  }
}


/*=========================================== HISTORY ==============================================*/
.section-highlightText {
  padding: 50px 80px 0 68px;
}

.highlightText-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 40px;
  /* max-width: 1200px; */
  margin: 0 auto;
  align-items: start;
}

.highlightText-left blockquote {border-bottom: 10px solid var(--main-color, #007580);/* padding-left: 20px; */color: var(--gray, #676767);font-family: Poppins;font-size: 25px;font-style: normal;font-weight: 700;line-height: normal;padding-bottom: 20px;}

.highlightText-left {
    padding-top: 20px;
}

.highlightText-right p {
  margin-bottom: 20px;
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 991px) {
  .highlightText-grid {
    grid-template-columns: 1fr;
  }
	.section-highlightText {
		padding: 0 40px
	}
	.highlightText-left blockquote{
		font-size:22px;
	}

  .highlightText-left {
    margin-bottom: 40px;
  }
}

/*=========================================== GOALS ==============================================*/


.section-goalsText {
  padding: 80px;
  padding-bottom: 0;
  background-color: #fff;
}

.goalsText-grid {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 70px;
  /* max-width: 1200px; */
  margin: 0 auto;
  align-items: start;
}

/* Goals section */
.goals {
  padding: 0;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.goals i {
  color: var(--main-color, #007580);
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 24px */
}
.goals h3 {
  color: #676767;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.goals-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  justify-content: center;
}

.goal-tag {
  border-radius: 0px 30px;
  border: 1px solid var(--main-color, #007580);
  backdrop-filter: blur(4.150000095367432px);
  padding: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--main-color, #007580);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  pointer-events: none;
  line-height: 120%; /* 24px */
}

.goal-tag:hover {
  background: #00c3c7;
  color: #ffffff;
}

section.section-goalsText .goal-tag {
	min-width: 290px;
	text-align: left;
}

@media (max-width: 1040px) {
  .partner-left {
    padding:20px 40px;
  }
	.section-goalsText {
		padding:0;
	}
}
 @media (max-width: 768px) {
  .partner-grid {
    flex-direction: column;
  }
   .goals {
   flex-flow:column;
   }

  .image-wrapper {
    border-radius: 20px;
  }

  .goals-buttons {
    /* flex-direction: column; */
    align-items: center;
  }
}

.goalsText-content p {
  color: var(--gray, #676767);
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
	
	padding:0 40px;
	padding-bottom:20px;
}

@media (max-width: 991px) {
  .goalsText-grid {
    grid-template-columns: 1fr;
  }

  .goals {
    margin-bottom: 0px;
  }
}
/*=========================================== AFFILIATIONS ==============================================*/

.section-logos {
  padding: 30px 80px;
  background: #fff;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 por linha padrão */
  gap: 20px;
  justify-items: center;
  align-items: center;
}

.logos-grid img {
  height: auto;
  max-width: 100%;
   
  aspect-ratio: 302.67 / 181.6;
  object-fit: contain;
  display: block;
}

/* Telas médias: 2 logos por linha */
@media screen and (max-width: 1024px) {
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Telas pequenas: 1 logo por linha */
@media screen and (max-width: 600px) {
  .logos-grid {
    grid-template-columns: 1fr;
  }
}


/*=========================================== NEWS SECTION ==============================================*/
.section-news {
  padding: 30px 80px;
  background: #fff;
}

.section-news .section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.news-card {
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.news-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

 
 

 

.load-more {
  text-align: center;
  margin-top: 40px;
}

.load-more-btn {
  background-color: #007c89;
  color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.news-card {
  border: 1px solid #ccc;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  border: 1px solid var(--main-color, #007580);
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.news-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.news-card .card-content {
  padding: 20px;
}

.news-card .card-content h3 {
  margin-bottom: 10px;
  color: #007580;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 60px;
}

.news-card .card-content p {
  overflow: hidden;
  color: var(--gray, #676767);
  text-overflow: ellipsis;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  max-width: 320px;
  font-weight: 400;
  line-height: normal;
}

.news-card .card-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 7px;
  font-size: 10px;
  color: #007580;
  border-radius: 18px;
  border: 1px solid #007580;
  transition: transform 0.3s ease;
}

.news-card:hover .card-icon {
  transform: translateX(4px);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

 @media (max-width: 1000px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	 .section-news {
			padding:40px;
	 }
}

 @media (max-width: 600px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
	  .section-news {
			padding:20px;
	 }
}

.section-newsSingle {
  padding: 50px 80px;
  background: #fdfdfd;
}

.newsSingle-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

.main-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.text-content p {
  margin-bottom: 16px;
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sidebar-box {
  background: #f0f2f5;
  border-radius: 8px;
  padding: 30px;
}

.sidebar-box h3 {
  margin-bottom: 16px;
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.latest-news-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.latest-news-links li {
  margin-bottom: 22px;
}

.latest-news-links a {
  text-decoration: none;
  transition: color 0.2s ease;
  color: var(--main-color, #007580);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.latest-news-links a:hover {
  color: #06485f;
}
  
@media (max-width: 1000px) {
  .newsSingle-grid {
	  display:flex;
    flex-direction: column;
  }

  .news-details-main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .sidebar {
    width: 100%;
  }

  .section-newsSingle{
    padding: 20px;
  }
}

/*===========================================CARRERS ==============================================*/


.checkmarList {
  list-style: none;
  padding-left: 0;
	
}

.checkmarList li {
 margin-bottom:12px;
 color: var(--gray, #676767);
 font-family: Poppins;
 font-size: 18px;
 font-style: normal;
 font-weight: 400;
 display: flex;
 line-height: normal;
 justify-items: anchor-center;
}
.checkmarList li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background-color:var(--main-color, #007580);
  color: white;
  font-size: 13px;
  margin-right: 10px;
  padding:4px;
  border-radius:3px;
  max-height: 15px;
}

section.textMiddle {
    padding: 50px 80px;
}

.textMiddle h2 {
    color: var(--main-color, #007580);
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 50px;
}

.textMiddle p {
    color: var(--gray, #676767);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.CarrersIframe iframe {
    width: 100%;
    height: 830px;
}

@media (max-width:991px){
	section.textMiddle {
    padding: 40px;
}
}
@media screen and (max-width: 380px) {
  .CarrersIframe iframe {
    transform: scale(0.9);
    transform-origin: top left;
    width: 115%;
    height: 890px;
  }
}

/*===========================================CONTACT ==============================================*/
.section-contact {
  padding: 80px;
}

.contact-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.contact-text {
  flex: 1;
  font-size: 16px;
}

.contact-text p {
  margin-bottom: 20px;
  color: var(--gray, #676767);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 18.9px */
}

.contact-text i {
  color: var(--main-color, #007580);
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  /* line-height: 150%; */ /* 27px */
}

.contact-columns {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.contact-columns h3{
	color: var(--gray, #676767);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	/* margin-bottom: 30px; */
}

.contact-columns a{
	color: var(--main-color, #007580);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	padding-top:10px;
	
}

.ContactMail {
    display: flex;
    gap: 4px;
    margin-bottom: 35px;
}
.addressContact {
    display: flex;
    gap: 8px;
}
.contact-map {
  flex: 1;
  min-height: 400px;
}

.ContactTitle {
    display: flex;
    gap: 10px;
    /* align-items: anchor-center; */
    margin-bottom: 15px;
}
.mailLink {
    color: var(--gray, #676767);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 18.9px */
    margin-left: 0px;
}

.contact-map iframe{
  border: 0;  
  width: 615px;
  height: 379px;
}
 @media (max-width: 1134px) {
  .contact-grid {
    flex-direction: column;
  }
	 .section-contact
	 {
		 padding: 20px;
		}
	.contact-map {
	place-self:anchor-center;
	}
  .contact-map iframe{
	  border: 0;
	  width: 1000px;
	  height: 650px;
}
}

 @media (max-width: 991px) {
			.contact-map iframe{
	  border: 0;
	  width: 699px;
	  height: 650px;
}
 }


 @media (max-width: 722px) {
			.contact-map iframe{
	  border: 0;
	  width: 499px;
	  height: 650px;
}
 }
 @media (max-width: 512px) {
			.contact-map iframe{
	  border: 0;
	  width: 375px;
	  height: 650px;
}
 }

.section-white.errorPage.ready {
    padding-top: 50px;
}



/*===========================================CONTACT ==============================================*/

 .section-leadership {
  padding: 50px 80px;
  padding-right: 0;
}

.leadership-grid {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.leader-info {
  flex: 1;
}

.leader-photo {
  flex: 1;
  text-align: right;
}

.leader-photo img {
  min-width: 100%;
  border-radius: 30% 0 0 30%; /* arredondamento similar ao da imagem */
  object-fit: cover;
}

.leader-name {
  margin-bottom: 5px;
  color: var(--main-color, #007580);
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.leadership-grid h4 {
    color: var(--gray, #676767);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 22px;
    line-height: normal;
}
.leader-role {
  margin-bottom: 25px;
  color: var(--dark-blue, #031926);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.checkmarList {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

  

 

 @media (max-width: 1000px) {
  .leadership-grid {
    flex-direction: column-reverse;
  }
.section-leadership {
	padding:40px
}
  .leader-photo {
    text-align: center;
    align-self: anchor-center;
    width: 100%;
  }

  .leader-photo img {
    border-radius: 20px;
    max-width: 100%;
    /* margin-top: 30px; */
  }
}

section.textMiddle.social h2 {
    text-align: left;
}

section.textMiddle.social p {
    text-align: left;
    padding-bottom: 60px;
}

section.textMiddle.social .btn-layout.green {display: flex;justify-self: anchor-center;}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.section-bottom {
  padding: 80px 150px;
  /* background: #f7f7f7; */
  text-align: center;
}

.bottom-kicker {
	color: var(--dark-blue, #031926);
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

.bottom-heading {
  color: var(--main-color, #007580);
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
  margin-bottom: 50px;
}

.bottom-form-wrapper {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
  background: white;
}


/* ---------- FOOTER TOP ---------- */
.footer-top {
  background-blend-mode: hard-light, normal;
  padding-bottom: 80px;
  border-top: 22px solid var(--links, #00DBEF);
  background: var(--main-color, #007580);
}

.footer-menus {
  display: flex;
  /* flex-wrap: nowrap; */
  gap: 0 30px;
  justify-content: center;
  /* min-width: 1590px; */
  margin: 0 150px;
  /* justify-content: space-between; */
}

.footer-menus h4 {
	color: #FFF;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	padding-bottom: 20px;
	line-height: normal;
	padding-left: 10px;
}

.footer-col {
  /* flex: 2; */
  /* align-content: space-between; */
  /* max-width: 180px; */
  padding-top: 50px;
  width: 100%;
  color: #ffffff;
}

.footer-col .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-left: 10px;
}

.footer-col .footer-menu > li {
  margin-bottom: 10px;
}

.footer-col .footer-menu > li > span,
.footer-col .footer-menu > li > a {
  color: #ffffff;
  text-decoration: none;
  transition: color .3s;
  color: #FFF;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.footer-col .footer-menu > li > a:hover {
  color: #00c3c7;
}

.footer-col .menu-item-has-children { /* não deve ocorrer com depth 1 */
  margin-bottom: 0;
}

.footer-col > nav > ul:before { /* divisor vertical */
  content: '';
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #00c3c7;
}
.footer-col:last-child > nav > ul:before { display: none; }

.footer-col:nth-child(2) .footer-menu {
  column-count: 2;
  column-gap: 60px;
  width: 490px;
}
/* ---------- FOOTER BOTTOM ---------- */
.footer-bottom {
  background: #001621 url('/wp-content/themes/tridentAnesthesia/assets/img/shape-graphic.svg')
    right / 50% no-repeat;
  color: #ffffff;
  padding: 50px 20px 40px;
}

.footer-bottom-grid {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 90px;
  align-items: start;
}

.footer-bottom a {
    color: #FFF;
}

.footer-phones h4,
.footer-info h4 {
  margin-bottom: 12px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer-phones p,
.footer-info p {
  margin: 13px 0;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-phones i,
.footer-info i {
  color: white;
  margin-right: 8px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin: 10px 0 18px;
}

.social-icons a {
  color: #00c3c7;
  font-size: 1.1rem;
  transition: color .3s;
}

.social-icons a:hover {
  color: #ffffff;
}

.footer-badge img {
  max-width: 220px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  background: white;
}
.footer-loc {
    display: flex;
    align-items: anchor-center;
}

.footer-copy {
  text-align: center;
  margin-top: 40px;
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-col > nav {
  position: relative;
}

.footer-col {
  position: relative; 
}

.footer-col .footer-menu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 3px;
  height:96%;
  background: #00DBEF;
}

 .footer-col:nth-child(3) .footer-menu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;  
  height:66%;
  width: 3px;
  background: #00DBEF;
}
 .footer-bottom svg {
  width: 100px;
  height: auto;
	 
}

@media (min-width: 1441px) {
	.footer-top {
	justify-items: anchor-center;
	}
}
@media (max-width: 991px) {
	.section-bottom {
		padding: 40px 20px;
	}
}
@media (max-width: 915px) {
.footer-menus{
	flex-wrap: wrap;
	/* padding: 20px; */
	margin: 0;
	padding-left: 6px;
}
	.footer-col .footer-menu::before {
		height:100%;
	}
	.footer-col:nth-child(3) .footer-menu::before {
				height:100%;
	}

	.footer-bottom-grid {
		flex-flow:column;
		gap:20px;
	}
	.footer-bottom {
		background: #001621 url() right / 50% no-repeat;
	}
}
@media (max-width: 768px) {
  .footer-col > nav > ul:before { display: none; }
  .footer-top {/* padding: 40px 10px; */}
  .footer-bottom { padding: 40px 10px 30px; }
}
@media (max-width: 489px) {
.footer-col:nth-child(2) .footer-menu {
	column-count: 1;
}
}

/* Upscale settings */
@media (min-width: 1920px) {
	.menu .logo-nav {
		max-width: 320px
	}
	body,
	.services-section .grid .item .news-cta p,
	.featured-videos-section .grid .item .video-caption,
	.video-section .video-caption,
	.menu .collapse-menu li,
	.footer-menu li {
		font-size: 22px;
	}
	.main-header h1 {
		font-size: 50px
	}
	.main-header .breadcrumb {
		font-size: 18px;
	}
	h1, .h1-style {
		font-size: 40px;
	}
	h2 {
		font-size: 34px;
	}
	h3,
	.main-header h2,
	.services-section .grid .item .news-cta h2 {
		font-size: 30px;
	}
	h4,
	.news-section .grid .item h3 {
		font-size: 22px;
	}
	.btn-layout {
		font-size: 20px;
	}
	.link-arrow {
		font-size: 18px;
	}
	.news-section .grid .item .tag,
	.menu .collapse-menu > li > ul > li {
		font-size: 16px
	}
	.video-section .video-wrapper {
		max-height: 650px
	}
	.image-section .text .logo img {
		max-height: 120px!important;
		max-width: 380px;
	}
	.image-section .text {
		gap: 33px
	}
}
@media (max-width: 1355px) {
 .features{gap: 26px!important;}
}
@media (min-width: 1920px) {
 .container-fluid{
    max-width:1720px;
    justify-self: anchor-center;
    }
    .section-servicesHome{
		    padding: 100px 310px!important;
	}
  .partner-left {
		padding-left: 0!important;
	}

	.goals{
		justify-content: space-around!important; 
		gap: 740px;
	}
  .contact-map {
			text-align-last: center;
	}
  .defaultBig-text p {
		font-size:22px;
	}
  .highlightText-right p {
		font-size:22px;
	}
  .defaultRow-text p {
      font-size:22;
  }
  .goalsText-content p {
		font-size:22px;
	}
  .section-benefitsInfo{
		padding-left:0;
		padding-right:0;
	}
}