@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.swiper-pagination .swiper-pagination-bullet {
  background-color: #00bed5;
}
body {
  width: 100vw;
  overflow-x: hidden;
}
header {
  position: relative;
}
header #socialLinks {
  position: absolute;
  left: 15px;
  bottom: 25px;
  transition: 1s ease-in-out;
}
header #socialLinks ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header #socialLinks ul li {
  padding: 0;
  margin: 1rem 0;
  list-style-type: none;
}
header #socialLinks ul li a {
  color: #00bed5;
  font-size: 0.8rem;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
header #socialLinks ul li a:hover {
  color: #005267;
}
@media screen and (max-width: 800px) {
  header #socialLinks {
    position: fixed;
    background-color: #110f09;
    z-index: 9;
    left: 0;
    padding: 0 1rem;
    border-radius: 0 0.5rem 0.5rem 0;
    box-shadow: 9px 14px 27px 4px rgba(0,0,0,0.1);
  }
}
.navbar {
  background: #00bed5;
  transition: 0.3s ease-in;
  border-top: 5px solid #005267;
}
.btn {
  border-radius: 0;
}
.btn-white-line {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border: none;
  display: table;
  padding: 0.675rem 1.25rem;
  font-size: 0.9rem;
  text-decoration: none !important;
  background-color: #00bed5;
  border-radius: 0.5rem;
}
.btn-white-line:hover {
  color: #fff;
  background-color: #110f09;
}
.btn-gray-line {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #e8e8e8;
  color: #b5b5b5;
  display: table;
  padding: 0.675rem 1.25rem;
  font-size: 0.9rem;
  text-decoration: none !important;
}
.btn-gray-line:hover {
  border: 2px solid #e8e8e8;
  color: #110f09;
  background-color: #e8e8e8;
}
.btn-black-line {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #00bed5;
  color: #fff;
  display: table;
  padding: 0.675rem 1.25rem;
  font-size: 0.9rem;
  text-decoration: none !important;
  background-color: #00bed5;
  border-radius: 0.5rem;
}
.btn-black-line:hover {
  border: 2px solid #110f09;
  color: #fff;
  background-color: #110f09;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #00bed5 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #00bed5 !important;
}
.swal2-title a {
  color: #00bed5;
}
body {
  position: relative;
}
body .input-group {
  height: calc(2.25rem + 5px);
}
body .form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 5px);
}
body textarea:not(:disabled):not(.disabled) {
  height: calc(2.25rem * 3) !important;
}
body button {
  height: calc(2.25rem + 5px);
}
body .title-block {
  padding-bottom: 2rem;
}
body .title-block span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
}
body .title-block .title {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
body .btn-white-line {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  display: table;
  padding: 0.675rem 1.25rem;
  font-size: 0.9rem;
}
body .btn-white-line:hover {
  color: #110f09;
  background-color: #fff;
}
body .share-buttons {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
}
body .share-buttons li {
  height: auto;
  flex: 0 1 auto;
  width: calc(50% - 1px);
  margin-right: 1px;
}
body .share-buttons li:last-child {
  width: 50%;
  margin-right: 0;
}
body .share-buttons li:last-child a {
  border-radius: 0 3px 3px 0;
}
body .share-buttons li:first-child a {
  border-radius: 3px 0 0 3px;
}
body .share-buttons svg {
  fill: #fff;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
body .share-buttons a {
  display: block;
  padding: 12px 12px 9px;
  text-align: center;
}
body .share-googleplus {
  background: #db4437;
  background: #db4437;
}
body .share-googleplus svg {
  width: 20px;
  height: 16px;
  width: 20px;
  height: 16px;
}
body .share-twitter {
  background: #1da1f2;
  background: #1da1f2;
}
body .share-facebook {
  background: #3b5998;
  background: #3b5998;
}
body .share-pinterest {
  background: #b5071a;
  background: #b5071a;
}
body .share-buttons-mini {
  font-size: 0.7rem;
  line-height: 0.7rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 60px;
  z-index: 2;
  position: relative;
  text-align: center;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}
body .share-buttons-mini li {
  height: auto;
  flex: 0 1 auto;
  margin-right: 1px;
}
body .share-buttons-mini li:last-child {
  margin-right: 0;
}
body .share-buttons-mini li:last-child a {
  border-radius: 0 3px 3px 0;
}
body .share-buttons-mini li:first-child a {
  border-radius: 3px 0 0 3px;
}
body .share-buttons-mini svg {
  fill: #fff;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
body .share-buttons-mini a {
  display: block;
  padding: 12px 12px 9px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  body .navbar .navbar-brand {
    width: 30%;
  }
  body .navbar img {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  body .navbar .navbar-brand {
    width: 30%;
  }
}
@media screen and (max-width: 550px) {
  body .navbar .navbar-brand {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  body .navbar .navbar-brand {
    width: 70%;
  }
}
@media screen and (min-width: 450px) {
  body .navbar img {
    max-width: 250px;
  }
}
header {
  width: 100%;
  display: flow-root;
}
header .top-cta {
  background-color: #110f09;
}
header .top-cta .text-left ul {
  justify-content: flex-start;
}
header .top-cta ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
header .top-cta ul li a {
  color: #fff;
}
header .top-cta ul li a:hover {
  color: #fff;
}
header a {
  color: #110f09;
  font-family: 'Raleway', sans-serif;
}
header a:hover {
  color: #00bed5;
}
header .menu {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
}
header .menu.menu-page {
  position: relative;
  background: #110f09;
}
header .menu a {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff !important;
}
header .menu a:hover {
  color: #005267 !important;
}
header #cta {
  max-height: 80vh;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  header .navbar-nav {
    padding: 1rem;
  }
  header .navbar-nav .nav-item {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  header .top-cta {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header #cta {
    padding: 3rem 0;
  }
}
@media screen and (max-width: 767px) {
  header #cta {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  header #cta .cta-links a {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  header #cta .form-cta form .form-control {
    width: 100%;
  }
}
header {
  background-image: url("../images/bg-cta.webp");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header {
    background-size: cover;
    background-position: -50rem top;
    background-repeat: no-repeat;
    background-color: #110f09;
  }
}
header .containerCta {
  height: calc(80vh - 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}
header .containerCta h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #005267;
  text-transform: uppercase;
  line-height: 3.5rem;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  header .containerCta h1 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
header .containerCta span {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #00bed5;
  font-size: 1.5rem;
  display: block;
}
header .ctaHomeTyped .typed {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #110f09;
  background-color: #00bed5;
  font-size: 2rem;
}
header .ctaHomeTyped .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #00bed5;
  font-size: 2.5rem;
}
.bgblue {
  background-color: #00bed5;
}
section#locales {
  margin: -2rem 0 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section#locales {
    margin: 0;
    padding: 1rem;
  }
}
section#locales .col-md-4 {
  padding: 2.5rem 1.5rem;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
section#locales .col-md-4>div {
  width: 100%;
}
section#locales .col-md-4 .title {
  font-weight: 900;
  text-transform: uppercase;
}
section#locales .col-md-4 .address {
  font-weight: 300;
  padding: 1rem 0;
}
section#locales .col-md-4 .phone {
  font-weight: 900;
  font-size: 1.2rem;
}
section#locales .col-md-4 .cta {
  margin-top: 1rem;
}
section#locales .col-md-4 .cta a {
  background-color: #fff;
  display: table;
  color: #005267;
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}
section#locales .drop1 {
  background-color: #00bed5;
}
section#locales .drop2 {
  background-color: #00a7bc;
}
section#locales .drop3 {
  background-color: #0091a2;
}
section#aboutUs {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
section#aboutUs h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #005267;
}
@media screen and (min-width: 768px) {
  section#aboutUs h2 {
    padding-right: 8rem;
    line-height: 2.5rem;
  }
}
section#aboutUs p {
  color: #75673e;
}
@media screen and (min-width: 768px) {
  section#aboutUs p {
    padding-left: 5rem;
    line-height: 1.8rem;
    margin: 2rem 0 1.5rem;
  }
}
section#aboutUs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#aboutUs ul li {
  margin: 1rem 0;
  font-weight: bold;
  color: #005267;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  section#aboutUs ul li {
    padding-left: 5rem;
  }
}
section#aboutUs ul li i {
  background: #00bed5;
  color: #fff;
  padding: 0.2rem 0.32rem 0.2rem;
  border-radius: 1rem;
  font-size: 0.7rem;
}
section#aboutUs .photo {
  background-image: url("../images/drwagner.webp");
  background-size: cover;
  background-position: center top;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  section#aboutUs .photo {
    background-image: none;
  }
}
section#aboutUs .photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section#aboutUs .photo img {
    display: none;
  }
}
section#checkout {
  background-color: #00bed5;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
section#checkout h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 3rem;
}
section#checkout p {
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
section#checkout ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
section#checkout ul li {
  min-height: 100px;
  position: relative;
  text-align: center;
  width: 50%;
  margin-bottom: 1rem;
  padding: 1rem 1rem 1rem 0rem;
}
@media screen and (max-width: 768px) {
  section#checkout ul li {
    padding: 1rem;
  }
}
section#checkout ul li .block {
  background-color: #005267;
  padding: 1rem 0 1.5rem;
}
section#checkout ul li .block span {
  position: absolute;
  bottom: 0.5rem;
  z-index: 9;
  background: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  text-transform: uppercase;
  padding: 0.1rem 0.3rem;
  border-radius: 0.3rem;
  left: 2rem;
  right: 3rem;
}
@media screen and (max-width: 768px) {
  section#checkout ul li .block span {
    left: 2rem;
    right: 2rem;
  }
}
section#checkout .formView {
  background-color: #fff;
  padding: 3rem;
  background: #fff;
  box-shadow: 10px 10px 18px #00b1c6, -10px -10px 18px #00cbe4;
}
section#checkout .formView h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #00bed5;
  font-size: 2rem;
}
section#checkout .formView p {
  font-family: 'Raleway', sans-serif;
  color: #110f09;
  width: 100%;
  margin-bottom: 0;
}
section#checkout .formView label {
  font-weight: bold;
  color: #005267;
}
section#checkout .formView .form-control {
  border: inherit;
  background-color: #e6e6e6;
  padding: 1rem;
  min-height: 3.5rem;
}
section#checkout .formView .form-select {
  border: inherit;
  background-color: #e6e6e6;
  padding: 1rem;
  min-height: 3.5rem;
}
section#checkout .formView .btn-sendMail {
  background-color: #00bed5;
  color: #fff;
  width: 100%;
}
section#checkout .formView .wpcf7-spinner {
  display: none;
}
section#articles {
  padding: 4rem 0;
}
section#articles h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #005267;
  font-size: 2rem;
}
section#articles .swiperArticles {
  padding: 1rem;
}
section#articles .swiperArticles a {
  text-decoration: none;
}
section#articles .swiperArticles img {
  width: 100%;
  box-shadow: rgba(0,0,0,0.2) 0px 10px 15px 0px;
}
section#articles .swiperArticles .info {
  width: 90%;
  background-color: #fff;
  margin-top: -2rem;
  margin-bottom: 3rem;
  position: relative;
  padding: 2rem;
  box-shadow: 5px 11px 31px -14px rgba(0,0,0,0.1);
}
section#articles .swiperArticles .info .date {
  font-family: 'Raleway', sans-serif;
  color: #110f09;
  font-size: 0.8rem;
}
section#articles .swiperArticles .info .title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #005267;
  font-size: 1.5rem;
  margin: 1rem 0;
}
section#articles .swiperArticles .info p {
  font-family: 'Raleway', sans-serif;
  color: #110f09;
  width: 100%;
  margin-bottom: 0;
}
section#videoEmbed {
  padding: 4rem 0;
  background: #f2f2f2;
}
section#videoEmbed h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #005267;
  font-size: 2rem;
}
section#videoEmbed .swipervideoEmbed {
  padding: 1rem;
}
section#videoEmbed .swipervideoEmbed .swiper-slide {
  padding-bottom: 3rem;
}
section#videoEmbed .swipervideoEmbed a {
  text-decoration: none;
}
section#videoEmbed .swipervideoEmbed img {
  width: 100%;
  box-shadow: rgba(0,0,0,0.2) 0px 10px 15px 0px;
}
section#videoEmbed .swipervideoEmbed .info {
  width: 90%;
  background-color: #fff;
  margin-top: -2rem;
  margin-bottom: 3rem;
  position: relative;
  padding: 2rem;
  box-shadow: 5px 11px 31px -14px rgba(0,0,0,0.1);
}
section#videoEmbed .swipervideoEmbed .info .date {
  font-family: 'Raleway', sans-serif;
  color: #110f09;
  font-size: 0.8rem;
}
section#videoEmbed .swipervideoEmbed .info .title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #005267;
  font-size: 1.5rem;
  margin: 1rem 0;
}
section#videoEmbed .swipervideoEmbed .info p {
  font-family: 'Raleway', sans-serif;
  color: #110f09;
  width: 100%;
  margin-bottom: 0;
}
footer {
  background-color: #005267;
  padding: 3rem 0;
}
footer h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}
footer a {
  color: #00bed5;
  display: block;
  font-weight: 500;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer span {
  color: #00bed5;
}
footer span a {
  display: inline-block;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer ul li {
  padding: 0;
  margin: 1rem 0 1rem 1rem;
  list-style-type: none;
  display: inline-block;
}
footer ul li a {
  color: #fff;
  font-size: 0.8rem;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
footer ul li a:hover {
  color: #00bed5;
}
.wpcf7-response-output {
  border: inherit !important;
  background: #00bed5 !important;
  border-radius: 0.5rem !important;
  padding: 1rem !important;
  margin: 1rem 0 !important;
  color: #fff !important;
  font-weight: bold !important;
}
#page .container-title {
  background-color: #005267;
  padding-top: 6.5rem;
  margin-bottom: 2rem;
}
#page .container-title h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}
#page.certificados img {
  width: 100%;
}
#page.biografia img {
  width: 100%;
  position: sticky;
  top: 9rem;
}
#page.biografia h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
}
#page.noticias img {
  width: 100%;
  position: sticky;
  top: 9rem;
}
#page.noticias a {
  text-decoration: none;
}
#page.noticias h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #005267;
}
#page.contato {
  padding-bottom: 2rem;
}
#page.contato p strong {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #00bed5;
  font-size: 1.3rem;
}
#page.contato p a {
  margin-bottom: 2rem;
  display: table;
  background-color: #005267;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 0.8rem;
}
#page.contato .formView {
  background-color: #fff;
  padding: 3rem;
  background: #fff;
  box-shadow: 10px 10px 18px #f2f2f2, -10px -10px 18px #f0f0f0;
}
#page.contato .formView h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #00bed5;
  font-size: 2rem;
}
#page.contato .formView p {
  font-family: 'Raleway', sans-serif;
  color: #110f09;
  width: 100%;
  margin-bottom: 0;
}
#page.contato .formView label {
  font-weight: bold;
  color: #005267;
}
#page.contato .formView .form-control {
  border: inherit;
  background-color: #e6e6e6;
  padding: 1rem;
  min-height: 3.5rem;
}
#page.contato .formView .form-select {
  border: inherit;
  background-color: #e6e6e6;
  padding: 1rem;
  min-height: 3.5rem;
}
#page.contato .formView .btn-sendMail {
  background-color: #00bed5;
  color: #fff;
  width: 100%;
}
#page.contato .formView .wpcf7-spinner {
  display: none;
}
#single .container-title {
  background-color: #005267;
  padding-top: 4.5rem;
  margin-bottom: 2rem;
}
#single .container-title h1 {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}
#single h3 {
  color: #005267;
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
#single .stick {
  position: sticky;
  top: 9rem;
}
#single .swipervideoSingleEmbed {
  padding-bottom: 3rem;
}
#single .swipervideoSingleEmbed img {
  width: 100%;
}
#single .wp-block-image img {
  border: 1px solid #005267;
}
.smart_pagination {
  margin: 10px auto;
  text-align: center;
}
.smart_pagination span.current {
  cursor: default;
}
.smart_pagination a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background-color: #005267;
  border-radius: 3px;
  margin: 0 5px;
  padding: 0px 10px;
  line-height: 32px;
  font-weight: bold;
}
.smart_pagination a:hover {
  background-color: #00bed5;
  color: #005267;
}
.smart_pagination span {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  background-color: #005267;
  border-radius: 3px;
  margin: 0 5px;
  padding: 0px 10px;
  line-height: 32px;
}
.smart_pagination span.current {
  background-color: #00bed5;
}
.category-publicacoes a {
  text-decoration: none;
}
.category-publicacoes a h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 900;
  color: #005267;
  font-size: 1.2rem;
}
.accordion .accordion-item {
  border: none;
  margin-bottom: 1rem;
}
.accordion .accordion-item .accordion-header {
  border-radius: 0.5rem;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background-color: #00bed5;
  font-weight: bold;
  color: #005267;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #005267;
  font-weight: bold;
  color: #fff;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005267'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.cropImage {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  width: 100%;
  height: 230px;
}
.cropImage img {
  position: absolute;
  height: 100%;
}
