@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@700&display=swap");
.with-icon {
  position: relative;
  padding: 5px 0 0 22px;
}
.with-icon:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -3px;
  top: 2px;
}
@media (max-width: 600px) {
  .with-icon:before {
    display: none;
  }
}
.with-icon.whatsapp:before {
  background: url(../images/icons/whatsapp.svg);
}

html body {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
html body::selection, html body::-moz-selection {
  background: #69676D;
}
html body * {
  box-sizing: border-box;
}
html body .header-slider {
  display: none;
}

a {
  color: #003575;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: all 0.25s;
  cursor: pointer;
  outline: none;
}
a:focus, a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  margin: 1.5em 0 0.5em;
  text-transform: uppercase;
}

h1 {
  font-size: 2.2222222222rem;
  margin-top: 0;
}
@media (min-width: 1270px) {
  h1 {
    font-size: 2.4444444444rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 1270px) {
  h2 {
    font-size: 1.6666666667rem;
  }
}

h3 {
  font-size: 1.2222222222rem;
}
@media (min-width: 1270px) {
  h3 {
    font-size: 1.3888888889rem;
  }
}

h4 {
  font-size: 1rem;
}
@media (min-width: 1270px) {
  h4 {
    font-size: 1.1666666667rem;
  }
}

h5 {
  font-size: 0.8888888889rem;
}
@media (min-width: 1270px) {
  h5 {
    font-size: 1.0555555556rem;
  }
}

h6 {
  font-size: 0.8333333333rem;
}
@media (min-width: 1270px) {
  h6 {
    font-size: 0.9444444444rem;
  }
}

sup, sub {
  display: inline-block;
  font-size: 0.85rem;
}

sup {
  position: relative;
  top: 0;
}

sub {
  position: relative;
  bottom: 0;
}

strong {
  font-weight: 700;
}

.wp-block-embed {
  margin: 0 0 2.5rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  width: 100%;
}

p {
  word-break: break-word;
  margin: 0 0 1.5rem;
}
p:last-of-type {
  margin-bottom: 0;
}

.has-large-font-size {
  font-size: 1.1111111111rem;
}
@media (min-width: 1270px) {
  .has-large-font-size {
    font-size: 1.3333333333rem;
  }
}

@media (min-width: 992px) {
  .only-mobile {
    display: none;
  }
}

.only-desk {
  display: none;
}
@media (min-width: 992px) {
  .only-desk {
    display: inherit;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.hightlight-primary {
  color: #B22222;
}

#cmplz-document ul {
  color: #69676D !important;
}

@media (max-width: 768px) {
  .metaslider {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 768px) {
  .metaslider .caption-wrap {
    height: 80px !important;
    bottom: -80px !important;
  }
}
.metaslider .caption-wrap .caption {
  padding: 15px !important;
}
.metaslider .caption-wrap .caption h1, .metaslider .caption-wrap .caption h2, .metaslider .caption-wrap .caption h3, .metaslider .caption-wrap .caption h4 {
  padding: 0;
  margin: 0;
}

.news-wrapper {
  display: flex;
  justify-content: space-around;
  padding-top: 25px;
  margin-bottom: 42px;
}
@media (max-width: 600px) {
  .news-wrapper {
    display: block;
  }
}
.news-wrapper.in-home {
  justify-content: center;
}
.news-wrapper .post {
  width: 304px;
  height: 304px;
  margin: 13px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 1270px) {
  .news-wrapper .post {
    width: 275px;
    height: 275px;
  }
}
.news-wrapper .post:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-wrapper .post.in-home {
  width: 320px;
  height: 320px;
}
@media (max-width: 600px) {
  .news-wrapper .post.in-home {
    margin: 20px auto;
  }
}
@media (max-width: 320px) {
  .news-wrapper .post.in-home {
    width: 270px;
    height: 270px;
  }
}
.news-wrapper .post.in-home:first-child {
  border-top-left-radius: 128px;
}
@media (max-width: 600px) {
  .news-wrapper .post.in-home:first-child {
    border-top-left-radius: 0;
  }
}
.news-wrapper .post.in-home:last-child {
  border-top-right-radius: 128px;
}
@media (max-width: 600px) {
  .news-wrapper .post.in-home:last-child {
    border-top-right-radius: 0;
  }
}
.news-wrapper .post .background-img {
  position: absolute;
  z-index: 0;
}
.news-wrapper .post .background-img img {
  width: 320px;
  height: 320px;
  object-fit: cover;
}
.news-wrapper .post .above-info {
  z-index: 1;
  padding: 15px;
}
.news-wrapper .post .above-info .title-post {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-transform: initial;
}
.news-wrapper .post .above-info .excerpt p {
  font-size: 14px;
  line-height: 135%;
  margin-bottom: 13px;
}
.news-wrapper .post .above-info .news-footer {
  display: flex;
  align-content: space-around;
}
.news-wrapper .post .above-info .more-link {
  margin-top: 10px;
  color: #6F97D3;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

ul.accordion {
  list-style: none;
  padding: 0;
}
ul.accordion .inner {
  padding: 1em;
  overflow: hidden;
  display: none;
}
ul.accordion .inner.show {
  /*display: block;*/
}
ul.accordion a.toggle {
  width: 100%;
  display: block;
  background: #B22222;
  color: white !important;
  padding: 0.75em;
  border-radius: 0.15em;
  transition: background 0.3s ease;
  text-align: center;
}
ul.accordion a.toggle:hover {
  background: rgba(0, 0, 0, 0.9);
}
ul.accordion ol {
  margin-bottom: 24px;
}

.row-tabs {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 88px 60px 88px;
  /* Style the tab */
  /* Style the buttons that are used to open the tab content */
  /* Change background color of buttons on hover */
  /* Create an active/current "tab button" class */
  /* Style the tab content */
}
@media (min-width: 1270px) {
  .row-tabs {
    max-width: 1200px;
  }
}
@media (max-width: 768px) {
  .row-tabs {
    padding: 0;
  }
}
.row-tabs h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #69676D;
  text-transform: none;
}
.row-tabs .tab-tabcontent-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .row-tabs .tab-tabcontent-wrapper {
    display: block;
  }
}
.row-tabs .tab {
  height: 450px;
}
@media (max-width: 768px) {
  .row-tabs .tab {
    width: 100%;
  }
}
.row-tabs .tab.circle-tab {
  display: flex;
  width: 100%;
  height: unset;
  margin-bottom: 40px;
  justify-content: center;
}
@media (max-width: 768px) {
  .row-tabs .tab.circle-tab {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: auto;
    justify-content: left;
  }
}
.row-tabs .tab.circle-tab button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 768px) {
  .row-tabs .tab.circle-tab button {
    margin: 5px;
  }
}
.row-tabs .tab.circle-tab button.active {
  background-color: #B22222;
}
.row-tabs .btn-wrapper {
  position: relative;
  margin: 3px;
}
.row-tabs .tab button {
  display: block;
  padding: 23px 26px;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  background: #69676D;
  border-radius: 31.5px 0 0 31.5px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  align-items: center;
  color: #FFFFFF;
  margin-left: auto;
  width: 180px;
}
@media (max-width: 768px) {
  .row-tabs .tab button {
    width: 100%;
  }
}
.row-tabs .tab button.patologic-game {
  padding: 15px 26px;
  line-height: 1;
}
.row-tabs .tab button:hover {
  background-color: #ddd;
}
.row-tabs .tab:not(.circle-tab) button.active {
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
}
.row-tabs .tab:not(.circle-tab) button.active:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  right: -20px;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
}
@media (max-width: 768px) {
  .row-tabs .tab:not(.circle-tab) button.active:after {
    display: none;
  }
}
.row-tabs .tabcontent {
  float: left;
  border-left: none;
  display: none;
  overflow: hidden;
  height: auto;
  margin-bottom: 50px;
  width: calc(100% - 180px);
}
@media (max-width: 768px) {
  .row-tabs .tabcontent {
    width: 100%;
  }
}
.row-tabs .tabcontent#tab1 {
  display: block;
}
.row-tabs .tabcontent.circle {
  width: 100%;
}
.row-tabs .tabcontent .tab-info-wrapper {
  background: #EEEEEE;
  padding: 51px;
  color: black;
}
@media (max-width: 768px) {
  .row-tabs .tabcontent .tab-info-wrapper {
    padding: 25px;
  }
}
.row-tabs .tabcontent .tab-info-wrapper h3, .row-tabs .tabcontent .tab-info-wrapper h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #B22222;
  text-transform: none;
  margin: 0 0 9px 0;
}
.row-tabs .tabcontent .tab-info-wrapper h4 {
  margin: 20px 0 0px;
  font-size: 20px;
  text-align: center;
}
.row-tabs .tabcontent .tab-info-wrapper p, .row-tabs .tabcontent .tab-info-wrapper ul, .row-tabs .tabcontent .tab-info-wrapper a {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #69676D;
}
.row-tabs .tabcontent .tab-info-wrapper p a, .row-tabs .tabcontent .tab-info-wrapper ul a, .row-tabs .tabcontent .tab-info-wrapper a a {
  color: #B22222;
}
.row-tabs .tabcontent .tab-info-wrapper .tab-flex {
  display: flex;
  flex-flow: column-reverse;
}
.row-tabs .tabcontent .tab-info-wrapper .tab-flex img {
  padding: 0 0 20px;
}
@media (min-width: 600px) {
  .row-tabs .tabcontent .tab-info-wrapper .tab-flex {
    flex-flow: row;
  }
  .row-tabs .tabcontent .tab-info-wrapper .tab-flex div {
    width: 50%;
  }
  .row-tabs .tabcontent .tab-info-wrapper .tab-flex img {
    padding: 0 0 0 20px;
  }
}
.row-tabs .tabcontent .tab-more-info {
  display: flex;
  margin-top: 9px;
}
@media (max-width: 600px) {
  .row-tabs .tabcontent .tab-more-info {
    display: block;
  }
}
.row-tabs .tabcontent .tab-more-info h4 {
  text-transform: none;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 3px;
}
.row-tabs .tabcontent .tab-more-info p {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.row-tabs .tabcontent .tab-more-info a {
  color: white;
  font-weight: 600;
}
.row-tabs .tabcontent .tab-more-info .resources {
  padding: 24px 51px;
  width: 80%;
  background: #B22222;
  border-radius: 0 0 0 32px;
}
@media (max-width: 600px) {
  .row-tabs .tabcontent .tab-more-info .resources {
    width: 100%;
    border-radius: 0;
    padding: 25px;
  }
}
.row-tabs .tabcontent .tab-more-info .resources a {
  font-size: inherit;
}
.row-tabs .tabcontent .tab-more-info .resources.orange {
  background-color: #B22222;
}
.row-tabs .tabcontent .tab-more-info .resources ul {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.row-tabs .tabcontent .tab-more-info .resources ul li {
  padding: 2px;
}
.row-tabs .tabcontent .tab-more-info .campus {
  padding: 24px 51px;
  background: #B22222;
  border-radius: 0 0 32px 0;
  margin-left: 9px;
}
@media (max-width: 600px) {
  .row-tabs .tabcontent .tab-more-info .campus {
    margin: 9px 0 0 0;
    border-radius: 0;
    padding: 25px;
  }
}
.row-tabs .tabcontent .tab-more-info .campus.white {
  display: flex;
  background-color: white;
  align-items: center;
}
.row-tabs .tabcontent .tab-more-info .campus.white a {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
}
.row-tabs .tabcontent .tab-more-info .campus.white a[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
.row-tabs .tabcontent .tab-more-info .campus.white a:active, .row-tabs .tabcontent .tab-more-info .campus.white a:hover, .row-tabs .tabcontent .tab-more-info .campus.white a:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}
.row-tabs .tabcontent .tab-more-info .campus p span {
  font-weight: 600;
}
.row-tabs .tabcontent .tab-more-info .campus p a {
  font-size: 14px;
}

.slider-wrapper.team-slider {
  margin-top: 30px;
  height: 320px;
  background: rgb(148, 143, 133);
  background: linear-gradient(90deg, rgba(148, 143, 133, 0) 0%, rgb(255, 255, 255) 10%, rgb(255, 255, 255) 90%, rgba(116, 112, 104, 0) 100%);
}
.slider-wrapper.team-slider div {
  height: inherit !important;
}
.slider-wrapper.team-slider img {
  max-height: 200px;
}
.slider-wrapper.team-slider .slider {
  margin-top: -20px;
}
.slider-wrapper.team-slider .slider .slick-track {
  display: flex;
}
.slider-wrapper.team-slider .slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slider-wrapper.team-slider .slider .info-item {
  padding: 0 22px;
  display: flex !important;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.slider-wrapper.team-slider .slider .info-item .img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px !important;
}
.slider-wrapper.team-slider .slider .info-item h5 {
  color: #69676D;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: initial;
  margin: 10px 0 7px 0;
  text-align: center;
  width: 100%;
}
.slider-wrapper.team-slider .slider .info-item p {
  color: #69676D;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  width: 100%;
  text-align: center;
}
.slider-wrapper.team-slider .slider .info-item p span {
  font-weight: 500;
}
.slider-wrapper.team-slider .slider .info-item a {
  color: #B22222;
  font-size: 14px;
}
.slider-wrapper.team-slider .slider .slick-prev:before, .slider-wrapper.team-slider .slider .slick-next:before {
  content: "";
  background-image: url(../images/icons/slider-arrow.svg);
  width: 31px;
  height: 31px;
  position: absolute;
}
.slider-wrapper.team-slider .slider .slick-prev:before {
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .slider-wrapper.team-slider .slider .slick-prev:before {
    left: 5px;
  }
}
.slider-wrapper.team-slider .slider .slick-next:before {
  right: 6px;
}

.training-page.container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 54px;
}
@media (min-width: 1270px) {
  .training-page.container {
    max-width: 1200px;
  }
}
.training-page.container .trainings-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 42px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .training-page.container .trainings-wrapper {
    display: block;
  }
}
.training-page.container .trainings-wrapper .training {
  border-radius: 32px 32px 0 0;
  width: 257px;
  height: 379px;
  margin: 13px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12);
}
@media (max-width: 600px) {
  .training-page.container .trainings-wrapper .training {
    margin: 26px auto;
  }
}
.training-page.container .trainings-wrapper .training img {
  width: 257px;
  height: 164px;
  object-fit: cover;
}
.training-page.container .trainings-wrapper .training .info-wrapper {
  padding: 15px 15px 20px 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.training-page.container .trainings-wrapper .training .info-wrapper .training-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #69676D;
  text-transform: none;
  margin: 0;
}
.training-page.container .trainings-wrapper .training .info-wrapper .training-title.long-title {
  font-size: 15px;
}
.training-page.container .trainings-wrapper .training .info-wrapper .excerpt {
  color: #69676D;
  font-size: 14px;
  line-height: 16px;
}
.training-page.container .trainings-wrapper .training .info-wrapper .excerpt .more-link {
  display: none;
}
.training-page.container .trainings-wrapper .training .info-wrapper .training-footer {
  text-align: center;
  width: 100%;
}
.training-page.container .trainings-wrapper .training .info-wrapper .training-footer a {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
  padding: 4px 10px;
}
.training-page.container .trainings-wrapper .training .info-wrapper .training-footer a[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
.training-page.container .trainings-wrapper .training .info-wrapper .training-footer a:active, .training-page.container .trainings-wrapper .training .info-wrapper .training-footer a:hover, .training-page.container .trainings-wrapper .training .info-wrapper .training-footer a:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}
.training-page.container .call-to-action {
  text-align: center;
}
.training-page.container .call-to-action a {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
}
.training-page.container .call-to-action a[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
.training-page.container .call-to-action a:active, .training-page.container .call-to-action a:hover, .training-page.container .call-to-action a:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}

.menu-button-container {
  width: 100%;
  z-index: 500;
  background-color: rgba(0, 53, 117, 0.8);
  display: flex;
  margin-left: auto;
  padding: 10px 15px;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .menu-button-container {
    display: none;
  }
}
.menu-button-container .button {
  position: static;
  display: flex;
  font-size: var(--primary-nav--font-size-button);
  font-weight: var(--primary-nav--font-weight-button);
  background-color: transparent;
  border: none;
  color: var(--primary-nav--color-link);
  margin-left: auto;
}
.menu-button-container .button .dropdown-icon {
  line-height: 2;
}
.menu-button-container .button .dropdown-icon svg {
  position: relative;
  top: 6px;
}
.menu-button-container .button .dropdown-icon.close {
  display: none;
}
.menu-button-container .button .dropdown-icon.open {
  display: block;
}
.menu-button-container .btn-campus-mobile {
  align-self: center;
}
.menu-button-container .btn-campus-mobile a {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 8px;
  margin-top: -25px;
}
.menu-button-container .btn-campus-mobile a[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
.menu-button-container .btn-campus-mobile a:active, .menu-button-container .btn-campus-mobile a:hover, .menu-button-container .btn-campus-mobile a:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}

.primary-navigation-open .menu-button-container .button .dropdown-icon.close {
  display: block;
}
.primary-navigation-open .menu-button-container .button .dropdown-icon.open {
  display: none;
}

@media (max-width: 992px) {
  .primary-navigation .primary-menu-container {
    display: none;
  }
}
.primary-navigation .primary-menu-container #primary-menu-list {
  margin-left: auto;
  display: flex;
  list-style-type: none;
}
@media (max-width: 992px) {
  .primary-navigation .primary-menu-container #primary-menu-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    max-width: none;
    position: relative;
    padding: 0;
    align-content: space-around;
    text-align: center;
    height: 100%;
  }
}
.primary-navigation .primary-menu-container #primary-menu-list li {
  position: relative;
}
.primary-navigation .primary-menu-container #primary-menu-list li.current_page_item a {
  text-decoration: underline;
}
@media (max-width: 1270px) {
  .primary-navigation .primary-menu-container #primary-menu-list li {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .primary-navigation .primary-menu-container #primary-menu-list li {
    display: block;
    position: relative;
    width: 100%;
  }
}
@media (min-width: 1270px) {
  .primary-navigation .primary-menu-container #primary-menu-list li {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .primary-navigation .primary-menu-container #primary-menu-list li {
    margin: 20px 15px;
  }
}
@media (max-width: 600px) {
  .primary-navigation .primary-menu-container #primary-menu-list li {
    margin: 15px;
  }
}
.primary-navigation .primary-menu-container #primary-menu-list li a {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 21px;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .primary-navigation .primary-menu-container #primary-menu-list li a {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .primary-navigation .primary-menu-container #primary-menu-list li a {
    padding: 5px;
  }
}
.primary-navigation .primary-menu-container #primary-menu-list li a:hover {
  color: #E91512;
}
@media (max-width: 768px) {
  .primary-navigation .primary-menu-container #primary-menu-list li:last-child {
    display: none;
  }
}
.primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children .sub-menu {
  list-style-type: none;
  position: absolute;
  display: none;
  padding: 15px 0;
  background: rgba(184, 32, 32, 0.8);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  left: 0;
}
@media (min-width: 768px) {
  .primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children .sub-menu {
    left: initial;
    right: 0;
  }
}
.primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children .sub-menu li {
  margin: 0;
}
.primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children button {
  display: none;
}
.primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children.expanded {
  display: block;
  background: rgba(184, 32, 32, 0.8);
}
.primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children.expanded a {
  color: white;
}
.primary-navigation .primary-menu-container #primary-menu-list .menu-item-has-children.expanded .sub-menu {
  display: block;
}

.primary-navigation-open .primary-menu-container {
  display: block;
}
@media (max-width: 992px) {
  .primary-navigation-open .primary-menu-container {
    background-color: #69676D;
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    height: 100vh;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    border: 2px solid transparent;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 71px 20px 25px;
    transition: all 0.15s ease-in-out;
  }
}

.site-branding {
  display: flex;
  align-items: center;
}
.site-branding .logo-one {
  width: 120px;
}
.site-branding .logo-two {
  width: 115px;
  margin-left: 28px;
}

label {
  display: block;
  font-size: 0.8888888889rem;
  line-height: 1;
  margin-bottom: 5px;
}

span.span-desc {
  color: #69676D;
}

textarea,
input[type=search],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
select {
  max-width: 100%;
  width: 100%;
  outline: none;
  box-shadow: none;
  transition: all 0.25s;
  padding: 4px 26px;
  background: #EEEEEE;
  border-radius: 10px;
  font-weight: 300;
  font-size: 19px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  color: #69676D;
  border: none;
  margin-bottom: 9px;
}
textarea:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus {
  border-color: black;
}
textarea::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=url]::placeholder,
select::placeholder {
  color: #69676D;
}

textarea {
  min-height: 100px;
}

input[type=checkbox] {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background: transparent;
  border: 2px solid red;
  box-shadow: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  position: relative;
}
input[type=checkbox]:checked:after {
  opacity: 1;
}
input[type=checkbox]:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: 3px solid red;
  border-top: 0;
  border-left: 0;
  transform: rotate(44deg);
  opacity: 0;
  position: absolute;
  top: 1px;
  left: 6px;
}
input[type=checkbox] + label {
  display: inline-block;
  color: #B22222;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  padding-left: 5px;
  margin: 0;
}
input[type=checkbox] + label a {
  color: #B22222;
}

input[type=radio] {
  width: 23px;
  height: 23px;
  vertical-align: middle;
  background: white;
  border: 2px solid red;
  border-radius: 50%;
  box-shadow: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
}
input[type=radio]:checked {
  background: white;
}
input[type=radio] + label {
  display: inline-block;
  color: #B22222;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  padding-left: 5px;
  margin: 0;
}
input[type=radio] + label a {
  color: #B22222;
}

input[type=submit] {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
}
input[type=submit][disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
input[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}

.wpcf7 {
  margin-top: 38px;
}
.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .wpcf7 .wpcf7-form {
    display: block;
  }
}
.wpcf7 .wpcf7-form .first-column, .wpcf7 .wpcf7-form .second-column {
  padding: 0 26px;
}
.wpcf7 .wpcf7-form .first-column {
  margin-left: 15px;
  max-width: 479px;
}
@media (max-width: 600px) {
  .wpcf7 .wpcf7-form .first-column {
    margin: 0;
  }
}
.wpcf7 .wpcf7-form .second-column {
  max-width: 479px;
}
.wpcf7 .wpcf7-form .second-column label {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
}
.wpcf7 .wpcf7-form .second-column p {
  padding: 0 0 0 19px;
}
.wpcf7 .wpcf7-form .second-column p:first-child {
  display: flex;
}
@media (max-width: 600px) {
  .wpcf7 .wpcf7-form .second-column p:first-child {
    display: block;
  }
}
.wpcf7 .wpcf7-form .second-column p:nth-child(2) .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-form .second-column p:nth-child(2) .wpcf7-submit {
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 20px;
  padding: 13px 52px;
}
.wpcf7 .wpcf7-form .info-logo {
  align-items: center;
  margin-top: 25px;
}
.wpcf7 .wpcf7-form .info-logo .logo-psdoca:before {
  content: "";
  display: inline-block;
  background-image: url(../images/logos/PSD-CA_negro.svg);
  background-size: contain;
  width: 175px;
  height: 164px;
}
.wpcf7 .wpcf7-form .info-logo .prev-date .prev-date-title, .wpcf7 .wpcf7-form .info-logo .prev-date .prev-date-phone {
  margin: 0;
  line-height: 25px;
}
.wpcf7 .wpcf7-form .info-logo .prev-date .prev-date-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.wpcf7 .wpcf7-form .info-logo .prev-date .prev-date-phone {
  color: #000000;
  font-weight: 400;
}
.wpcf7 .wpcf7-response-output {
  color: #000;
}

#content .content-area {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 60px;
}
@media (min-width: 1270px) {
  #content .content-area {
    max-width: 1200px;
  }
}
#content .content-area .pagination-links {
  margin: 50px auto;
  text-align: center;
}
#content .content-area .pagination-links a {
  color: #B22222;
}

.find-us {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1270px) {
  .find-us {
    max-width: 1200px;
  }
}
.find-us .map {
  background: url(../images/find-us/map.png);
  width: 100%;
  height: 306px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-us .map .map-title {
  display: flex;
}
@media (max-width: 600px) {
  .find-us .map .map-title {
    display: block;
  }
}
.find-us .map .map-title h4 {
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  text-transform: initial;
  margin: 0 0 0 13px;
  text-shadow: 0 2px 0 rgba(0, 53, 117, 0.74);
}
@media (max-width: 600px) {
  .find-us .map .map-title h4 {
    text-align: center;
    margin: 20px 0 0 0;
  }
}
@media (max-width: 600px) {
  .find-us .map .map-title img {
    display: block;
    margin: 0 auto;
  }
}
.find-us .slider-wrapper {
  background-color: #EEEEEE;
  padding: 20px 40px 20px 50px;
  height: 220px;
}
@media (max-width: 600px) {
  .find-us .slider-wrapper {
    padding: 20px 10px 0 10px;
  }
}
.find-us .slider-wrapper .slider .slick-track {
  display: flex;
}
.find-us .slider-wrapper .slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.find-us .slider-wrapper .slider .info-item {
  padding: 0 22px;
}
.find-us .slider-wrapper .slider .info-item h5 {
  color: #69676D;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-transform: initial;
  margin: 0 0 7px 0;
}
.find-us .slider-wrapper .slider .info-item p {
  color: #69676D;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.find-us .slider-wrapper .slider .info-item p span {
  font-weight: 500;
}
.find-us .slider-wrapper .slider .info-item a {
  color: #B22222;
  font-size: 14px;
}
.find-us .slider-wrapper .slider .slick-prev:before, .find-us .slider-wrapper .slider .slick-next:before {
  content: "";
  background-image: url(../images/icons/slider-arrow.svg);
  width: 31px;
  height: 31px;
  position: absolute;
}
.find-us .slider-wrapper .slider .slick-prev:before {
  transform: rotate(180deg);
  left: -6px;
}
@media (max-width: 600px) {
  .find-us .slider-wrapper .slider .slick-prev:before {
    left: 5px;
  }
}
.find-us .slider-wrapper .slider .slick-next:before {
  right: 6px;
}

footer.site-footer .top-footer {
  height: 204px;
  background: url(../images/footer/footer.jpg);
  padding: 40px 0;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer {
    height: auto;
    background-size: cover;
    background-position: center;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}
@media (min-width: 1270px) {
  footer.site-footer .top-footer .top-footer-info-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper {
    display: block;
    text-align: center;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper img {
  width: 140px;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper img {
    display: block;
    margin: 0 auto;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper .unity-admin {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}
footer.site-footer .top-footer .top-footer-info-wrapper p {
  color: black;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  align-self: center;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper p {
    padding: 10px;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper p:before {
  content: "";
  width: 28px;
  height: 30px;
  position: absolute;
  left: -5px;
}
footer.site-footer .top-footer .top-footer-info-wrapper p.location {
  margin-top: 18px;
}
footer.site-footer .top-footer .top-footer-info-wrapper p.location:before {
  background: url(../images/icons/pin.svg);
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper p.location:before {
    display: none;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper p.title {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper p.title {
    margin: 0;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper p.phone:before {
  background: url(../images/icons/cel-phone.svg);
  top: -8px;
  left: 0;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper p.phone:before {
    display: none;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper p.email:before {
  background: url(../images/icons/envelope.svg);
  top: -4px;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper p.email:before {
    display: none;
  }
}
footer.site-footer .top-footer .top-footer-info-wrapper p.email a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
footer.site-footer .top-footer .top-footer-info-wrapper p.email a:hover {
  color: #B22222;
}
footer.site-footer .top-footer .top-footer-info-wrapper a.contact {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
  align-self: center;
  padding: 6px 19px;
}
footer.site-footer .top-footer .top-footer-info-wrapper a.contact[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
footer.site-footer .top-footer .top-footer-info-wrapper a.contact:active, footer.site-footer .top-footer .top-footer-info-wrapper a.contact:hover, footer.site-footer .top-footer .top-footer-info-wrapper a.contact:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}
@media (max-width: 600px) {
  footer.site-footer .top-footer .top-footer-info-wrapper a.contact {
    line-height: 3;
  }
}
footer.site-footer .bottom-footer {
  height: 60px;
  background-color: #69676D;
}
footer.site-footer .bottom-footer .bottom-footer-info-wrapper {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #69676D;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1270px) {
  footer.site-footer .bottom-footer .bottom-footer-info-wrapper {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  footer.site-footer .bottom-footer .bottom-footer-info-wrapper {
    height: auto;
    display: block;
    padding: 40px 20px;
  }
}
footer.site-footer .bottom-footer .bottom-footer-info-wrapper .footer-navigation {
  width: 100%;
}
footer.site-footer .bottom-footer .bottom-footer-info-wrapper .footer-navigation ul.footer-navigation-wrapper {
  display: flex;
  margin: 0;
  list-style-type: none;
  justify-content: space-around;
  padding: 0;
}
@media (max-width: 600px) {
  footer.site-footer .bottom-footer .bottom-footer-info-wrapper .footer-navigation ul.footer-navigation-wrapper {
    display: block;
    text-align: center;
  }
}
footer.site-footer .bottom-footer .bottom-footer-info-wrapper .footer-navigation ul.footer-navigation-wrapper li a, footer.site-footer .bottom-footer .bottom-footer-info-wrapper .footer-navigation ul.footer-navigation-wrapper li span {
  color: white;
  font-size: 12px;
}

header.site-header {
  position: relative;
  height: 509px;
  overflow: hidden;
  padding: 0;
  background: url(../images/header/header-home.jpg) top -250px center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  header.site-header {
    background-position: unset;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  header.site-header.m-open {
    height: 100vh !important;
    transition: all 0.2s ease-in-out;
    height: 560px;
  }
}
header.site-header.contact-page {
  background: url(../images/header/header-contact.jpg) top center;
  background-size: cover;
}
header.site-header.about-us-page {
  background: url(../images/header/header-about-us.jpg) top center;
  background-size: cover;
}
header.site-header.help-page {
  background: url(../images/header/header-help.jpg) top -50px center;
  background-size: cover;
}
header.site-header.catalog-page {
  background: url(../images/header/header-catalog.jpg) bottom -100px center;
  background-size: cover;
}
header.site-header.all-news-page, header.site-header.category, header.site-header.tag {
  background: url(../images/header/header-all-news.jpg) center center;
  background-size: cover;
}
header.site-header.news-page {
  background: url(../images/header/header-news.jpg) center center;
  background-size: cover;
}
header.site-header.legal-page {
  background: url(../images/header/header_legal.jpg) 50% 100%;
  background-size: cover;
}
header.site-header.legal-page .btn-header {
  display: none;
}
header.site-header:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
  width: 100%;
  height: 100%;
}
header.site-header .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1270px) {
  header.site-header .container {
    max-width: 1200px;
  }
}
header.site-header .btn-campus {
  text-align: right;
}
@media (max-width: 992px) {
  header.site-header .btn-campus {
    display: none;
  }
}
header.site-header .btn-campus a {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 8px;
  margin-top: -25px;
}
header.site-header .btn-campus a[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
header.site-header .btn-campus a:active, header.site-header .btn-campus a:hover, header.site-header .btn-campus a:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}
@media (min-width: 992px) {
  header.site-header .btn-campus a {
    margin-right: 7px;
  }
}
header.site-header .wrapper-ab {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  max-width: 100%;
}
@media (max-width: 992px) {
  header.site-header .wrapper-ab {
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
  }
}
header.site-header .branding-and-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
@media (min-width: 992px) {
  header.site-header .branding-and-nav {
    margin-top: 0;
  }
}
header.site-header .header-title {
  position: relative;
  text-align: center;
  margin-top: 220px;
  padding: 0;
}
@media (min-width: 992px) {
  header.site-header .header-title {
    margin-top: 160px;
    padding: 0 14%;
  }
}
@media (min-width: 1270px) {
  header.site-header .header-title {
    margin-top: 220px;
  }
}
header.site-header .header-title h1 {
  font-weight: bold;
  font-size: 50px;
  line-height: 75px;
  margin: 0;
}
@media (max-width: 992px) {
  header.site-header .header-title h1 {
    font-size: 25px;
    line-height: 1.25;
    margin: 0 20px 15px;
  }
}
header.site-header .header-title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 123%;
  margin-bottom: 40px;
}
header.site-header .header-title .button-wrapper {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  header.site-header .header-title .button-wrapper {
    flex-wrap: wrap;
  }
}
header.site-header .header-title .btn-header {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
  font-size: 1rem;
  display: inline-block;
}
header.site-header .header-title .btn-header[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
header.site-header .header-title .btn-header:active, header.site-header .header-title .btn-header:hover, header.site-header .header-title .btn-header:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}

body.page .row-tabs {
  position: relative;
}
body.page .row-tabs.about-us:after {
  content: "";
  display: block;
  height: 9px;
  background-color: #B22222;
  position: absolute;
  top: -75px;
  width: 50vw;
  left: -50%;
}

@media (max-width: 992px) {
  body.page.page-id-197 header, body.page.page-id-204 header {
    height: fit-content;
  }
}
body.page.page-id-197 #content .content-area, body.page.page-id-204 #content .content-area {
  padding-top: 0;
}
body.page.page-id-197 form .flex-wrapper, body.page.page-id-204 form .flex-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  body.page.page-id-197 form .flex-wrapper, body.page.page-id-204 form .flex-wrapper {
    display: block;
  }
}
body.page.page-id-197 form .flex-wrapper .wrapper-1, body.page.page-id-197 form .flex-wrapper .wrapper-2, body.page.page-id-204 form .flex-wrapper .wrapper-1, body.page.page-id-204 form .flex-wrapper .wrapper-2 {
  max-width: 50%;
}
@media (max-width: 768px) {
  body.page.page-id-197 form .flex-wrapper .wrapper-1, body.page.page-id-197 form .flex-wrapper .wrapper-2, body.page.page-id-204 form .flex-wrapper .wrapper-1, body.page.page-id-204 form .flex-wrapper .wrapper-2 {
    max-width: 100%;
  }
}
body.page.page-id-197 form .flex-wrapper .wrapper-2, body.page.page-id-204 form .flex-wrapper .wrapper-2 {
  padding-left: 20px;
}
@media (max-width: 768px) {
  body.page.page-id-197 form .flex-wrapper .wrapper-2, body.page.page-id-204 form .flex-wrapper .wrapper-2 {
    padding: 0;
  }
}
body.page.page-id-197 form h5, body.page.page-id-204 form h5 {
  color: #B22222;
}
@media (max-width: 768px) {
  body.page.page-id-197 form p, body.page.page-id-204 form p {
    padding: 0;
  }
}
body.page.page-id-197 form .group-title, body.page.page-id-204 form .group-title {
  color: #69676D;
  font-weight: 700 !important;
}
body.page.page-id-197 form .observations, body.page.page-id-204 form .observations {
  margin-top: 20px;
  color: #69676D;
}
body.page.page-id-197 form label, body.page.page-id-204 form label {
  line-height: 2;
}
body.page.page-id-197 form .wpcf7, body.page.page-id-204 form .wpcf7 {
  margin: 0;
}
body.page.page-id-197 form .wpcf7 .wpcf7-list-item, body.page.page-id-204 form .wpcf7 .wpcf7-list-item {
  display: block;
}

.home #content .content-area {
  max-width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.home .header-slider {
  display: block;
  height: 100%;
}
.home .header-slider .slider-wrapper {
  position: relative;
  height: 100%;
}
.home .header-slider .slider-wrapper .slick-list, .home .header-slider .slider-wrapper .slick-track, .home .header-slider .slider-wrapper .slick-slide div, .home .header-slider .slider-wrapper .slide {
  height: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .home .header-slider .slider-wrapper {
    padding: 0;
  }
}
.home .header-slider .slider-wrapper .slider {
  height: 100%;
}
.home .header-slider .slider-wrapper .slider .slide {
  padding: 22px 22px;
  background-position: top;
  background-size: cover;
}
.home .header-slider .slider-wrapper .slider .slide.slide1 {
  background-image: url(../images/header/header-home.png);
}
.home .header-slider .slider-wrapper .slider .slide.slide2 {
  background-image: url(../images/header/header-help.jpg);
}
.home .header-slider .slider-wrapper .slider .slide.slide3 {
  background-image: url(../images/header/header-about-us.jpg);
}
.home .header-slider .slider-wrapper .slider .slide:before {
  content: "";
  display: block;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
  width: 100%;
  height: 100%;
  top: -22px;
  left: -22px;
  z-index: 1;
}
.home .header-slider .slider-wrapper .slider .slide .header-title {
  z-index: 2;
  margin-top: 150px;
}
.home .header-slider .slider-wrapper .slider .slide .header-title h5 {
  color: #69676D;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-transform: initial;
  margin: 0 0 7px 0;
}
.home .header-slider .slider-wrapper .slider .slide .header-title p {
  font-weight: 600;
  font-size: 16px;
  line-height: 123%;
  margin-bottom: 40px;
}
.home .header-slider .slider-wrapper .slider .slide .header-title p span {
  font-weight: 500;
}
.home .header-slider .slider-wrapper .slider .slick-prev, .home .header-slider .slider-wrapper .slider .slick-next {
  z-index: 2;
}
@media (max-width: 600px) {
  .home .header-slider .slider-wrapper .slider .slick-prev, .home .header-slider .slider-wrapper .slider .slick-next {
    display: none !important;
  }
}
.home .header-slider .slider-wrapper .slider .slick-prev:before, .home .header-slider .slider-wrapper .slider .slick-next:before {
  content: "";
  background-image: url(../images/icons/slider-arrow.svg);
  width: 31px;
  height: 31px;
  position: absolute;
  z-index: 5;
}
.home .header-slider .slider-wrapper .slider .slick-prev:before {
  transform: rotate(180deg);
  left: 50px;
}
@media (max-width: 600px) {
  .home .header-slider .slider-wrapper .slider .slick-prev:before {
    left: 5px;
  }
}
.home .header-slider .slider-wrapper .slider .slick-next:before {
  right: 50px;
}
.home #main .intro-home {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1270px) {
  .home #main .intro-home {
    max-width: 1200px;
  }
}
.home #main .intro-home .intro-wrapper {
  max-width: 873px;
  display: flex;
  color: #69676D;
  margin: 58px auto 52px;
}
@media (max-width: 768px) {
  .home #main .intro-home .intro-wrapper {
    display: block;
  }
}
.home #main .intro-home .intro-wrapper h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  margin: 0 30px 0 0;
  text-transform: capitalize;
  padding-bottom: 21px;
  border-bottom: solid 9px #B22222;
}
@media (max-width: 768px) {
  .home #main .intro-home .intro-wrapper h3 {
    margin: 0;
  }
}
.home #main .intro-home .intro-wrapper p {
  margin: 0;
  padding-left: 30px;
  max-width: 376px;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 768px) {
  .home #main .intro-home .intro-wrapper p {
    text-align: center;
    padding: 20px 0 0 0;
    max-width: inherit;
  }
}
.home #main .services-home {
  background: #FAFAFA;
  padding: 54px 0 74px 0;
}
.home #main .services-home .services-wrapper {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1270px) {
  .home #main .services-home .services-wrapper {
    max-width: 1200px;
  }
}
.home #main .services-home .services-wrapper .services {
  display: flex;
  max-width: 1047px;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .home #main .services-home .services-wrapper .services {
    display: block;
  }
}
.home #main .services-home .services-wrapper .services .service {
  text-align: center;
}
@media (max-width: 768px) {
  .home #main .services-home .services-wrapper .services .service:not(:first-child) {
    margin-top: 70px;
  }
}
.home #main .services-home .services-wrapper .services .service img {
  display: block;
  margin: 0 auto;
  max-width: 65px;
}
.home #main .services-home .services-wrapper .services .service h5 {
  color: #B22222;
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  margin-top: 14px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.home #main .services-home .services-wrapper .services .service p {
  color: #69676D;
  font-size: 15px;
  line-height: 16px;
  padding: 0 22px;
  max-width: 328px;
  margin-bottom: 29px;
  margin: 0 auto;
}
.home #main .services-home .services-wrapper .services .service .btn-service {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  font-family: "Work Sans", sans-serif;
  color: white;
  background: #69676D;
  padding: 5px 10px;
  border-radius: 14.5px;
  font-size: 22px;
  line-height: 26px;
  position: absolute;
  bottom: -45px;
  transform: translateX(-50%);
}
.home #main .services-home .services-wrapper .services .service .btn-service[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
.home #main .services-home .services-wrapper .services .service .btn-service:active, .home #main .services-home .services-wrapper .services .service .btn-service:hover, .home #main .services-home .services-wrapper .services .service .btn-service:focus {
  background: white;
  border: 1px solid #69676D;
  color: #69676D;
  text-decoration: none;
}
@media (max-width: 768px) {
  .home #main .services-home .services-wrapper .services .service .btn-service {
    margin-top: 20px;
    position: initial;
    bottom: 0;
    line-height: 3;
  }
}
.home .featured-banner {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/home/featured.jpg);
  background-size: cover;
  display: flex;
  padding: 40px;
}
@media (min-width: 1270px) {
  .home .featured-banner {
    max-width: 1200px;
  }
}
@media (max-width: 992px) {
  .home .featured-banner {
    padding: 80px 10px;
    display: block;
  }
}
.home .featured-banner .column-1, .home .featured-banner .column-2 {
  width: 50%;
  padding: 10px;
}
@media (max-width: 992px) {
  .home .featured-banner .column-1, .home .featured-banner .column-2 {
    width: 100%;
  }
}
.home .featured-banner h2 {
  text-transform: inherit;
  text-align: center;
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 43px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.72);
}
@media (max-width: 600px) {
  .home .featured-banner h2 {
    font-size: 30px;
  }
}
.home .last-news {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 59px;
  margin-bottom: 62px;
}
@media (min-width: 1270px) {
  .home .last-news {
    max-width: 1200px;
  }
}
.home .last-news .call-to-action {
  text-align: center;
}
.home .last-news .call-to-action .btn-all-news {
  font-size: 1.1111111111rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  transition: all 0.25s;
  appearance: none;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 10px 30px;
  background: linear-gradient(180deg, #B22222 0%, #E91512 138.89%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 82.5px;
  color: white;
}
.home .last-news .call-to-action .btn-all-news[disabled=disabled] {
  opacity: 0.2;
  cursor: auto;
}
.home .last-news .call-to-action .btn-all-news:active, .home .last-news .call-to-action .btn-all-news:hover, .home .last-news .call-to-action .btn-all-news:focus {
  color: #B22222;
  background: white;
  text-decoration: none;
}
.home .meta-slider {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
}
@media (min-width: 1270px) {
  .home .meta-slider {
    max-width: 1200px;
  }
}
.home .meta-slider .flex-prev, .home .meta-slider .flex-next {
  border: 0 !important;
}
.home .meta-slider .flex-prev:focus, .home .meta-slider .flex-next:focus {
  outline: none !important;
}
.home .meta-slider .flex-prev:before, .home .meta-slider .flex-next:before {
  content: "";
  background-image: url(../images/icons/slider-arrow.svg) !important;
  position: absolute;
  z-index: 5;
  display: block;
  background-size: 90% !important;
  height: 53px !important;
  top: 45% !important;
  width: 45px !important;
  left: 35% !important;
}
.home .meta-slider .flex-next:before {
  transform: rotate(0) !important;
}
.home .meta-slider .flex-prev:before {
  transform: rotate(180deg);
}
@media (max-width: 600px) {
  .home .meta-slider .flex-prev:before {
    left: 5px;
  }
}

body.page.page-news .category-title, .category .category-title, .tag .category-title {
  padding: 0 88px 60px 88px;
}
body.page.page-news .category-title h2, .category .category-title h2, .tag .category-title h2 {
  color: #69676D;
}
@media (max-width: 600px) {
  body.page.page-news .type-page h2, body.page.page-news .type-page p, .category .type-page h2, .category .type-page p, .tag .type-page h2, .tag .type-page p {
    text-align: center;
  }
}
body.page.page-news .news-aside-wrapper, .category .news-aside-wrapper, .tag .news-aside-wrapper {
  padding: 0 15px;
  display: flex;
}
@media (max-width: 768px) {
  body.page.page-news .news-aside-wrapper, .category .news-aside-wrapper, .tag .news-aside-wrapper {
    display: block;
    padding: 0;
  }
}
body.page.page-news .news-wrapper, .category .news-wrapper, .tag .news-wrapper {
  padding: 0;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -13px;
  width: 80%;
}
@media (max-width: 768px) {
  body.page.page-news .news-wrapper, .category .news-wrapper, .tag .news-wrapper {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
}
body.page.page-news .news-wrapper .post, .category .news-wrapper .post, .tag .news-wrapper .post {
  margin: 0;
  padding: 13px;
}
@media (max-width: 600px) {
  body.page.page-news .news-wrapper .post, .category .news-wrapper .post, .tag .news-wrapper .post {
    margin: auto;
    padding: 13px 0;
  }
}
body.page.page-news .wp-list-categories, .category .wp-list-categories, .tag .wp-list-categories {
  padding-left: 60px;
  width: 20%;
}
@media (max-width: 992px) {
  body.page.page-news .wp-list-categories, .category .wp-list-categories, .tag .wp-list-categories {
    width: 30%;
  }
}
@media (max-width: 768px) {
  body.page.page-news .wp-list-categories, .category .wp-list-categories, .tag .wp-list-categories {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }
}
body.page.page-news .wp-list-categories li.categories, .category .wp-list-categories li.categories, .tag .wp-list-categories li.categories {
  color: #69676D;
}
body.page.page-news .wp-list-categories li.categories:first-child, .category .wp-list-categories li.categories:first-child, .tag .wp-list-categories li.categories:first-child {
  list-style-type: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
body.page.page-news .wp-list-categories li.categories .cat-item, .category .wp-list-categories li.categories .cat-item, .tag .wp-list-categories li.categories .cat-item {
  font-weight: 400;
}
body.page.page-news .wp-list-categories li.categories .cat-item.highlight, .category .wp-list-categories li.categories .cat-item.highlight, .tag .wp-list-categories li.categories .cat-item.highlight {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent linear-gradient(to right, rgba(255, 225, 0, 0.1), rgba(255, 225, 0, 0.7) 4%, rgba(255, 225, 0, 0.3));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
body.page.page-news .wp-list-categories ul, .category .wp-list-categories ul, .tag .wp-list-categories ul {
  list-style-type: none;
  margin-top: 15px;
  padding: 0;
}
@media (max-width: 768px) {
  body.page.page-news .wp-list-categories ul, .category .wp-list-categories ul, .tag .wp-list-categories ul {
    list-style-type: none;
  }
}
body.page.page-news .wp-list-categories ul li, .category .wp-list-categories ul li, .tag .wp-list-categories ul li {
  font-size: 14px;
}
body.page.page-news .wp-list-categories ul a, .category .wp-list-categories ul a, .tag .wp-list-categories ul a {
  color: #B22222;
  font-size: 14px;
}
body.page.page-news .wp-list-categories .tags, .category .wp-list-categories .tags, .tag .wp-list-categories .tags {
  margin: 20px 0;
}
body.page.page-news .wp-list-categories .tags a, .category .wp-list-categories .tags a, .tag .wp-list-categories .tags a {
  font-size: 13px !important;
  border: 1px solid #69676D;
  padding: 2px 4px;
  line-height: 2.5;
  border-radius: 10px;
}

body.page .entry-title {
  display: none;
}
body.page .type-page {
  padding: 0 88px 60px 88px;
}
@media (max-width: 600px) {
  body.page .type-page {
    padding: 0 0 58px 0;
  }
}
body.page .type-page h2 {
  color: #69676D;
  text-transform: unset;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 13px;
}
body.page .type-page h2 span {
  color: #B22222;
}
body.page .type-page h3, body.page .type-page h4, body.page .type-page h5 {
  color: #69676D;
  text-transform: none;
}
body.page .type-page p {
  color: #69676D;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
}
body.page .type-page .wp-block-columns {
  margin-top: 14px;
  position: relative;
}
@media (max-width: 768px) {
  body.page .type-page .wp-block-columns {
    flex-wrap: nowrap;
  }
}
@media (max-width: 600px) {
  body.page .type-page .wp-block-columns {
    flex-wrap: wrap;
  }
}
body.page .type-page .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 65px;
}
@media (max-width: 600px) {
  body.page .type-page .wp-block-columns .wp-block-column:not(:first-child) {
    margin: 0;
  }
}
body.page .type-page .wp-block-columns p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  body.page .type-page .wp-block-columns p {
    padding: 0;
  }
}
@media (max-width: 600px) {
  body.page .type-page .wp-block-columns p {
    display: inline;
    letter-spacing: 0;
    font-size: 15px;
  }
}
body.page .last-news h3, body.page .campaings-and-programs h3 {
  font-weight: bold;
  font-size: 30px;
  color: #69676D;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 13px 0;
  border-bottom: solid 9px #B22222;
  width: 320px;
  margin: 0 auto;
}
body.page .campaings-and-programs {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1001%26quot%3b)' fill='none'%3e%3cpath d='M185 419.63 a109.79 109.79 0 1 0 219.58 0 a109.79 109.79 0 1 0 -219.58 0z' fill='rgba(178%2c 34%2c 34%2c 0.5)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1062.9 413.49 a113.75 113.75 0 1 0 227.5 0 a113.75 113.75 0 1 0 -227.5 0z' fill='rgba(178%2c 34%2c 34%2c 0.5)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M511.395%2c312.335C547.311%2c313.507%2c589.32%2c314.404%2c607.777%2c283.571C626.502%2c252.29%2c608.706%2c213.762%2c588.612%2c183.343C570.946%2c156.599%2c543.416%2c139.064%2c511.395%2c137.666C476.521%2c136.143%2c439.831%2c146.315%2c421.545%2c176.049C402.523%2c206.979%2c405.342%2c247.299%2c425.328%2c277.615C443.578%2c305.297%2c478.256%2c311.253%2c511.395%2c312.335' fill='rgba(178%2c 34%2c 34%2c 0.5)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M392.388%2c230.059C422.847%2c231.598%2c454.174%2c219.408%2c469.235%2c192.888C484.147%2c166.631%2c476.404%2c134.88%2c461.286%2c108.741C446.192%2c82.644%2c422.534%2c59.682%2c392.388%2c60.021C362.681%2c60.356%2c339.683%2c83.828%2c326.125%2c110.263C313.814%2c134.266%2c314.848%2c162.143%2c327.905%2c185.749C341.434%2c210.209%2c364.472%2c228.649%2c392.388%2c230.059' fill='rgba(178%2c 34%2c 34%2c 0.5)' class='triangle-float2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1001'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  padding: 40px;
}
@media (min-width: 992px) {
  body.page .catalog-video {
    max-width: 75%;
    margin: 0 auto;
  }
  body.page .catalog-video video {
    box-shadow: rgba(0, 0, 0, 0.09) 0 2px 1px, rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px, rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
  }
}

body.page .type-page p {
  padding: 0 48px 0 48px;
  color: #69676D;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}
body.page .type-page p a {
  font-weight: normal;
  font-size: 14px;
}

body.single .entry-title {
  text-transform: none;
  color: #B22222;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
}
body.single .type-post {
  padding-right: 63px;
}
@media (max-width: 600px) {
  body.single .type-post {
    padding: 0 0 58px 0;
  }
}
@media (max-width: 768px) {
  body.single .type-post {
    padding: 0;
  }
}
body.single .type-post h2 {
  color: #69676D;
  text-transform: unset;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 13px;
}
body.single .type-post h2 span {
  color: #B22222;
}
body.single .type-post .entry-content {
  padding-bottom: 32px;
  border-bottom: 1px solid darkgrey;
  margin-bottom: 32px;
}
body.single .type-post p, body.single .type-post ul, body.single .type-post ul li, body.single .type-post li, body.single .type-post ol {
  color: #69676D;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
body.single .type-post li {
  margin: 10px 0;
}
body.single .container {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
@media (min-width: 1270px) {
  body.single .container {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  body.single .container {
    display: block;
  }
}
body.single .container .news-column {
  max-width: 722px;
}
body.single .container .news-column figure {
  margin: 13px 0 24px 0;
}
body.single .container .news-column .post-thumbnail img {
  box-shadow: 0px 3px 8px 3px rgba(0, 0, 0, 0.1);
  border-radius: 70px 0 0 0;
}
body.single .container .banners-column .need-help {
  margin-top: 50px;
}
@media (max-width: 600px) {
  body.single .container .banners-column .need-help {
    margin-top: 0;
  }
}
body.single .container .banners-column .prev-date {
  margin: 40px 0;
}
body.single .last-news h3 {
  font-weight: bold;
  font-size: 30px;
  color: #69676D;
  text-transform: capitalize;
  text-align: center;
  padding: 0 0 13px 0;
  border-bottom: solid 9px #B22222;
  width: 320px;
  margin: 0 auto;
}
body.single .post-nav {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 768px) {
  body.single .post-nav {
    margin-bottom: 30px;
  }
}
body.single .post-nav a {
  padding: 0 20px 40px 20px;
}
@media (max-width: 768px) {
  body.single .post-nav a {
    text-align: center;
    padding: 0;
    font-size: 14px;
  }
}

.single-product .woocommerce-breadcrumb, .single-product .price, .single-product .woocommerce-Price-amount, .single-product form.cart, .single-product .product_meta, .single-product .tabs.wc-tabs, .single-product .summary {
  display: none;
}
.single-product h3 {
  max-width: 50%;
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
  margin: 0 0 13px;
  color: #B22222;
}
@media (max-width: 600px) {
  .single-product h3 {
    max-width: none;
  }
}
.single-product .training-title-detail {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1270px) {
  .single-product .training-title-detail {
    max-width: 1200px;
  }
}
.single-product .training-title-detail h3 {
  color: #69676D;
}
@media (max-width: 600px) {
  .single-product .training-title-detail {
    padding: 0;
  }
}
.single-product .training-wrapper-details {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}
@media (min-width: 1270px) {
  .single-product .training-wrapper-details {
    max-width: 1200px;
  }
}
@media (max-width: 600px) {
  .single-product .training-wrapper-details {
    display: block;
    padding: 0 0 30px 0;
  }
}
.single-product .training-wrapper-details .training-details {
  width: 50%;
  padding-right: 10px;
  border-bottom: 1px solid darkgrey;
}
@media (max-width: 600px) {
  .single-product .training-wrapper-details .training-details {
    width: 100%;
  }
}
.single-product .training-wrapper-details .training-details .woocommerce-tabs #tab-description h2 {
  text-transform: none;
  margin-bottom: 16px !important;
}
.single-product .training-wrapper-details .training-details .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 0 20px 0;
}
.single-product .training-wrapper-details .training-details .woocommerce-tabs ul li {
  display: revert !important;
}
.single-product .training-wrapper-details .training-details .woocommerce-tabs {
  margin: 2rem 0 1rem;
}
.single-product .training-wrapper-details .training-details .woocommerce-tabs .entry-content {
  color: #69676D;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.single-product .training-wrapper-details .training-details .woocommerce-tabs .entry-content p {
  text-align: left !important;
}
.single-product .training-wrapper-details .training-subscribe-form {
  padding-left: 10px;
  width: 50%;
  color: #69676D;
}
@media (max-width: 600px) {
  .single-product .training-wrapper-details .training-subscribe-form {
    width: 100%;
    padding: 30px 0 0 0;
  }
}
.single-product .training-wrapper-details .training-subscribe-form h5 {
  margin-top: 0;
  font-size: 22px;
  text-transform: none;
}
.single-product .training-wrapper-details .training-subscribe-form h5 span {
  color: #B22222;
}
.single-product .training-wrapper-details .training-subscribe-form p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.single-product .training-wrapper-details .training-subscribe-form p .captcha-170 {
  width: 100%;
}
.single-product .training-wrapper-details .training-subscribe-form .wpcf7-textarea {
  height: 150px;
}
.single-product .training-wrapper-details .training-subscribe-form .btn-submit {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.single-product .training-wrapper-details .training-subscribe-form .btn-submit .ajax-loader {
  display: none;
}

/*# sourceMappingURL=style.css.map */
