@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/**
    div {
        @include font-face("My Font", my-font, );
    }
*/
/*
.outer-box {
   @include aspect-ratio(4, 3);
}
*/
/*
@include breakpoint(large) {
   div {
      font-size: 2rem;
      line-height: 1.4;
   }
}
*/
:root {
  --font-primary: "Montserrat", sans-serif;
  --textos: #76777a;
}

.Montserrat {
  font-family: var(--font-primary);
}

* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

[hidden] {
  display: none;
}

input,
textarea {
  background-color: transparent;
  border: 0;
}

input[type=button],
input[type=checkbox],
input[type=color],
input[type=date],
input[type=datetime],
input[type=email],
input[type=file],
input[type=hidden],
input[type=image],
input[type=month],
input[type=number],
input[type=password],
input[type=radio],
input[type=range],
input[type=reset],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -moz-appearance: none;
  appearance: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

a:focus,
input[type=text] {
  outline: 0px;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

abbr,
acronym {
  border: 0 none;
  font-variant: normal;
}

b,
strong {
  font-weight: 700;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

caption,
th {
  text-align: left;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

del,
ins {
  text-decoration: none;
}

em {
  font-style: italic;
}

fieldset,
img,
button {
  border: 0 none;
}

.call {
  margin-right: 56px;
  margin-bottom: 124px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

hr {
  border: 0 none;
  border-top: 1px solid #000000;
  height: 1px;
  margin: 0;
  text-align: left;
  width: 100%;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type=button],
input[type=submit] {
  cursor: hand;
  cursor: pointer;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

legend {
  border: 0;
}

mark {
  background: #ff0;
  color: #000;
}

ol {
  list-style: decimal;
}

ol li {
  list-style: decimal outside;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 65%;
  vertical-align: text-top;
  top: -0.5em;
}

sub {
  vertical-align: text-bottom;
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

textarea {
  overflow: auto;
  /* 1 */
  resize: none;
  vertical-align: top;
  /* 2 */
}

textarea {
  box-shadow: 0;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

a {
  cursor: pointer;
}

.fancybox__content {
  background: transparent !important;
  padding: 16px;
}

.fancybox__backdrop {
  background: var(--fancybox-bg, rgba(0, 0, 0, 0.92));
}

button,
a {
  outline: none !important;
}

.splide__arrow {
  background: transparent;
  height: 60px;
  width: 60px;
}
.splide__arrow svg {
  fill: transparent;
  height: 60px;
  width: 60px;
}

body {
  position: relative;
  overflow-x: hidden;
}
body::after {
  opacity: 0.5;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/bgBody.png);
  background-repeat: repeat-y;
  background-position: top;
  top: 0;
  z-index: -1;
}

.bhrcredits {
  padding: 8px 80px !important;
}
.bhrcredits a {
  margin: 0;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  position: relative;
}

main {
  min-height: 100vh;
}

@media only screen and (max-width: 1024px) {
  .home .splide__arrow svg {
    width: 30px;
    height: 30px;
  }
}
.home--prev {
  left: 12em;
}
@media only screen and (max-width: 1024px) {
  .home--prev {
    left: 0 !important;
  }
}
.home--next {
  right: 12em;
}
@media only screen and (max-width: 1024px) {
  .home--next {
    right: 0 !important;
  }
}

.splide__list {
  transition: all 0.5s ease-in-out;
}

body {
  font-size: 10px;
  font-family: var(--font-primary);
  color: #fff;
}

h1 {
  color: #1e1e1e;
  font-family: var(--font-primary);
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0;
}

h2 {
  color: #1e1e1e;
  font-size: 48px;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-family: var(--font-primary);
  color: #1e1e1e;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: var(--font-primary);
  color: #2b3c4c;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

h5 {
  font-family: var(--font-primary);
}

h6 {
  font-family: var(--font-primary);
}

p,
li,
a {
  color: #1e1e1e;
  font-size: 15px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.uppercase {
  text-transform: uppercase;
}

.btn {
  align-items: center;
  border-radius: 20px;
  display: inline-flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 20px;
  padding: 8px 25px;
  gap: 10px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 2px solid transparent;
}
@media only screen and (max-width: 1024px) {
  .btn {
    font-size: 14px;
  }
}
.btn.primary {
  color: #fff;
  background: #335c82;
  padding: 12px;
}
@media only screen and (max-width: 1024px) {
  .btn.primary {
    margin: 0 auto;
    align-items: center;
  }
}
.btn.primary:hover {
  background: #fff;
  color: #335c82;
  border: 2px solid #335c82;
}
.btn.secondary {
  color: #335c82;
  background: #fff;
  border: 2px solid #335c82;
}
@media only screen and (max-width: 1024px) {
  .btn.secondary {
    margin: 0 auto;
    align-items: center;
  }
}
.btn.secondary:hover {
  background: #335c82;
  color: #fff;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-size: 14px;
  margin-bottom: 30px;
  font-family: var(--font-primary);
}
@media only screen and (max-width: 1024px) {
  .custom-select {
    margin: 0 auto 30px;
  }
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: #fff;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  border: 1px solid transparent;
  color: #fb883f;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding: 8px 16px;
  text-align: center;
  user-select: none;
}

.select-items div {
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  border: 1px solid transparent;
  color: #fb883f;
  background-color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 25px;
  padding: 8px 16px;
  text-align: center;
  user-select: none;
  border-radius: 0;
}

/*style items (options):*/
.select-items {
  border: 1px solid #e5e4eb;
  max-height: 300px;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover {
  background-color: #ff9900;
  color: #fff;
}

.select-items div.same-as-selected {
  background-color: #ff9900;
  color: #fff;
}

.c-select {
  position: relative;
}
.c-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  color: #666666;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.02em;
  outline: none;
  padding: 12px 35px 12px 12px;
  width: 100%;
}
.c-select select option {
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 25px;
}
.c-select .c-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  transform: translateY(-50%) rotate(134deg);
  width: 13px;
  height: 13px;
  border-right: 5px solid #ff9900;
  border-top: 5px solid #ff9900;
}
.c-select.orange select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  color: #ff9900;
  border: 1px solid #ff9900;
  display: flex;
  font-size: 14px;
  letter-spacing: -0.02em;
  outline: none;
  padding: 12px 35px 12px 12px;
  width: 100%;
}
.c-select.orange select option {
  background-color: transparent;
  color: #ff9900;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: -0.02em;
  line-height: 25px;
}
.c-select.orange .c-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  transform: translateY(-50%) rotate(134deg);
  width: 13px;
  height: 13px;
  border-right: 5px solid #ff9900;
  border-top: 5px solid #ff9900;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.banner-container {
  position: relative;
}
.banner-container svg#line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner-container .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 950px;
  background: #f8dfcb;
}
.banner-container .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner img {
    width: 100vw;
    height: auto;
  }
}
.banner-container .banner .txt {
  position: relative;
  max-width: 750px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner .txt {
    position: relative;
    max-width: 750px;
    z-index: 2;
    height: fit-content;
    padding: 10px 10px;
    background: #f8dfcb;
  }
  .banner-container .banner .txt .btn.primary {
    color: #fff;
    background: #335c82;
    padding: 5px 15px;
  }
}
.banner-container .banner .txt h2 {
  font-size: 50px;
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner .txt h2 {
    font-size: 26px;
  }
}
.banner-container .banner .txt h3 {
  font-size: 18px;
  width: 90%;
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner .txt h3 {
    width: 100%;
    font-size: 14px;
  }
}
.banner-container .banner .txt p {
  margin-bottom: 30px;
  width: clamp(300px, 60%, 500px);
}
@media only screen and (max-width: 1024px) {
  .banner-container .banner .txt p {
    font-size: 12px;
  }
}
.banner-container .banner .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-container .banner.text-right .txt {
  margin-left: auto;
}
.banner-container .banner.text-right .txt h2,
.banner-container .banner.text-right .txt p {
  text-align: right;
}
.banner-container .banner.text-right .txt a {
  display: flex;
  width: fit-content;
  margin-left: auto;
}
.banner-container.half .banner {
  height: 80vh;
}
@media only screen and (max-width: 1024px) {
  .banner-container.half .banner {
    height: 100vh;
  }
}
@media (screen <= width <= 768px) {
  .banner-container .container {
    padding: 0 10px;
  }
  .banner-container .txt {
    max-width: none;
  }
}

.splideHome .splide__arrows {
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, -50%);
}

.splide__pagination {
  left: 207px;
  right: initial;
  bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .splide__pagination {
    left: 0;
    right: 0;
  }
}

#primary-slider .splide__pagination {
  right: 200px;
  bottom: -27px;
  left: initial;
}
@media only screen and (max-width: 1024px) {
  #primary-slider .splide__pagination {
    left: 0;
    right: 0;
  }
}

.splide__pagination__page {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  position: relative;
  background: transparent;
}
.splide__pagination__page::after {
  content: "";
  background: rgba(51, 92, 130, 0.5);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.splide__pagination__page.is-active {
  background: transparent;
  transform: scale(1);
  border: 1px solid #335c82;
}
.splide__pagination__page.is-active::after {
  opacity: 1;
}

.video-container {
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  display: block;
  position: relative;
}
.video-container #play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  cursor: pointer;
  z-index: 2;
}
.video-container video,
.video-container img {
  width: 100%;
  height: 100%;
}

form {
  max-width: 632px;
  margin: 0 auto;
}
form .form-item {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
form .form-item input {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #ccc;
  transition: all 0.3s ease;
  font-size: 21px;
  padding: 8px 15px;
}
form .form-item input:focus {
  border-color: #295f92;
}
form .form-item input:focus + label, form .form-item input:valid + label {
  font-size: 11px;
  top: -8px;
}
form .form-item input:focus + label {
  color: #295f92;
}
form .form-item label {
  position: absolute;
  cursor: text;
  z-index: 0;
  top: 8px;
  left: 10px;
  font-size: 15px;
  font-weight: none;
  padding: 0 10px;
  color: #1E1E1E;
  transition: all 0.3s ease;
}
form .cyberpunk-checkbox {
  appearance: none;
  margin: 30px auto;
  width: 20px;
  height: 20px;
  border: 2px solid #295f92;
  border-radius: 5px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
form .cyberpunk-checkbox:before {
  content: "";
  background-color: #295f92;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
form .cyberpunk-checkbox:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
form .cyberpunk-checkbox-label {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: flex-start;
}
form .cyberpunk-checkbox-label small {
  font-size: 15px;
  color: #777;
  flex: 1;
}
form .cyberpunk-checkbox-label small a {
  font-size: 15px;
  color: inherit;
}
form button {
  background-color: #295f92;
  color: #fff;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 8px 30px;
  font-size: 18px;
  border-radius: 20px;
  border: 2px solid transparent;
  width: 65%;
  margin: 10px auto;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
form button:hover {
  border-color: #295f92;
  background-color: #fff;
  color: #295f92;
}

.doctor {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .doctor {
    flex-direction: column-reverse;
  }
}
.doctor .txt {
  max-width: 400px;
  width: 100%;
  text-align: justify;
}
.doctor.left-doc {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .doctor.left-doc {
    flex-direction: column-reverse;
  }
}
.doctor.left-doc .video-card button {
  position: absolute;
  right: -20px;
  left: initial;
  top: 50px;
}

.video-card {
  max-width: 280px;
  width: 100%;
  aspect-ratio: 9/16;
  display: block;
  margin-bottom: 30px;
  position: relative;
  filter: drop-shadow(10px 10px 8px rgba(43, 60, 76, 0.5));
  position: relative;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.video-card:hover {
  transform: scale(1.05);
}
.video-card img,
.video-card video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-card video {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.video-card button {
  position: absolute;
  left: -20px;
  top: 50px;
}
.video-card button svg {
  width: 50px;
}

.card-category {
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
}
.card-category img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.card-category:hover img {
  transform: scale(1.1);
}
.card-category span {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.procedimiento-card {
  border-radius: 15px;
  border: 3px solid transparent;
  background: #fff;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px 5px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.procedimiento-card img {
  width: 320px;
  height: 330px;
  object-fit: cover;
  object-position: center;
}
.procedimiento-card span {
  color: #1e1e1e;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-top: 30px;
  padding: 0 10px;
}
.procedimiento-card small {
  color: #1e1e1e;
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
}
.procedimiento-card:hover {
  border: 3px solid #335c82;
}

details {
  transition: border-color 0.3s ease-in-out;
}

summary {
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 1em;
  background: #335c82;
  border-radius: 20px;
}

summary::-webkit-details-marker {
  display: none;
}

.faq-title {
  padding: 20px;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  flex-grow: 1;
  transition: opacity 250ms ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .faq-title {
    font-size: 20px;
  }
}

summary:hover .faq-title {
  opacity: 1;
}

.faq-content {
  color: #303651;
  padding: 0.2em 1em 1em 1em;
  font-weight: 300;
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
@media only screen and (max-width: 1024px) {
  .faq-content {
    font-size: 15px;
    flex-direction: column;
  }
}

details[open] .faq-content {
  max-height: 1000px;
}

.expand-icon {
  margin-left: auto;
  transition: transform 150ms ease-out;
  width: 20px;
}

details[open] .icon-tabler-circle-plus {
  display: none;
}

details:not([open]) .icon-tabler-circle-minus {
  display: none;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .faq-container {
    width: 90%;
  }
}
.image-comparison {
  max-width: 48.063em;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__label {
  font-size: 0;
  line-height: 0;
}

.image-comparison__label,
.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(1.2);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
  transform: scale(0.8);
  background-color: rgba(0, 97, 127, 0.5);
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: rgba(255, 255, 255, 0);
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0091df;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}

.search-comp {
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
}
.search-comp button {
  width: 35px;
}
.search-comp button svg {
  height: 15px;
  width: 15px;
}
.search-comp .overlay {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  left: 0;
  opacity: 0;
  align-items: flex-start;
  padding: 50px;
  background-color: rgba(51, 92, 130, 0);
}
.search-comp .overlay.active {
  pointer-events: initial;
  opacity: 1;
  background-color: rgba(51, 92, 130, 0.8);
}
.search-comp .overlay .close {
  position: absolute;
  top: 20px;
  left: 20px;
}
.search-comp .overlay .close svg {
  width: 15px;
  height: 15px;
}
.search-comp .overlay .content {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.search-comp .overlay .content input#search-input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  outline: none;
  padding: 5px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
}
.search-comp .overlay .content input#search-input::placeholder {
  color: #fff;
}
.search-comp .overlay .content #search-results {
  background: #fff;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 480px;
  padding: 0;
  z-index: 10;
  /* custom scrollbar */
}
.search-comp .overlay .content #search-results li {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.search-comp .overlay .content #search-results li a {
  padding: 10px;
  display: flex;
  gap: 20px;
}
.search-comp .overlay .content #search-results li a img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.search-comp .overlay .content #search-results li a .info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-comp .overlay .content #search-results li a .info p,
.search-comp .overlay .content #search-results li a .info span,
.search-comp .overlay .content #search-results li a .info small {
  color: #335c82;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 320px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-comp .overlay .content #search-results li a .info p {
  font-size: 18px;
  font-weight: bold;
}
.search-comp .overlay .content #search-results li a .info span {
  font-size: 16px;
}
.search-comp .overlay .content #search-results li a .info small {
  font-size: 10px;
}
.search-comp .overlay .content #search-results li:hover {
  background-color: #335c82;
}
.search-comp .overlay .content #search-results li:hover a .info small,
.search-comp .overlay .content #search-results li:hover a .info span,
.search-comp .overlay .content #search-results li:hover a .info p {
  color: #fff;
}
.search-comp .overlay .content #search-results::-webkit-scrollbar {
  width: 20px;
  background: transparent;
}
.search-comp .overlay .content #search-results::-webkit-scrollbar-track {
  background-color: transparent;
}
.search-comp .overlay .content #search-results::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.search-comp .overlay .content #search-results::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}

.top-bar {
  background-color: #335c82;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
  max-width: 1550px;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .top-bar .container {
    justify-content: center;
  }
}
.top-bar .container .links {
  align-items: center;
  justify-content: space-between;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .top-bar .container .links {
    display: none;
  }
}
.top-bar .container .links a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.top-bar .container .links a:hover {
  opacity: 0.5;
}
.top-bar .container .right {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.top-bar .container .right ul.agendamenu {
  text-align: right;
}
.top-bar .container .right ul.agendamenu > li {
  padding: 16px 160px 16px 38px;
}
@media only screen and (max-width: 1024px) {
  .top-bar .container .right ul.agendamenu > li {
    padding: 16px;
  }
}
.top-bar .container .right ul.agendamenu > li > a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .top-bar .container .right ul.agendamenu > li > a {
    font-size: 12px;
  }
}
.top-bar .container .right ul.agendamenu > li ul {
  width: 220px;
}
.top-bar .container .right ul.lang-selector > li {
  padding: 16px 0;
}
.top-bar .container .right ul.lang-selector > li span {
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar .container .right ul.lang-selector > li span img {
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.top-bar .container .right ul.lang-selector > li ul {
  width: 70px;
}
.top-bar .container .right ul.lang-selector > li ul li button {
  justify-content: center;
  align-items: center;
  display: flex;
}
.top-bar .container .right ul.lang-selector > li ul li button img {
  margin-right: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.top-bar .container .right ul.lang-selector > li ul li:hover button {
  color: #fff;
}
.top-bar .container .right ul li {
  margin: 0;
}
.top-bar .container .right ul li ul {
  width: 100%;
  z-index: 2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.top-bar .container .right ul li ul li {
  padding: 0;
}
.top-bar .container .right ul li ul li a,
.top-bar .container .right ul li ul li button {
  background-color: #fff;
  color: #335c82;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  line-height: normal;
  margin: 0;
  padding: 16px;
  position: relative;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
}
.top-bar .container .right ul li ul li a::after,
.top-bar .container .right ul li ul li button::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #335c82;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.top-bar .container .right ul li ul li a:last-of-type::after,
.top-bar .container .right ul li ul li button:last-of-type::after {
  content: none;
}
.top-bar .container .right ul li ul li a:hover,
.top-bar .container .right ul li ul li button:hover {
  background-color: #335c82;
}
.top-bar .container .right ul li ul li:hover a {
  color: #fff;
}
.top-bar .container .right .pago-mobile {
  text-align: center;
  position: relative;
  height: 54px;
  display: flex;
  align-items: center;
}
.top-bar .container .right .pago-mobile a {
  color: #fff;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .top-bar .container .right .pago-mobile a {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
  }
}

header ul > li,
.top-bar ul > li {
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  header ul > li,
  .top-bar ul > li {
    display: flex;
    flex-direction: column;
  }
}
header ul > li ul,
.top-bar ul > li ul {
  position: absolute;
  top: 100%;
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
header ul > li:hover ul,
.top-bar ul > li:hover ul {
  display: block;
  background-color: #fff;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .container {
  display: flex;
  align-items: center;
  padding: 17px 20px;
  justify-content: space-between;
}
header .container img {
  width: 180px;
  display: block;
}
header .container nav {
  position: relative;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 1024px) {
  header .container nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 100vh;
    z-index: 10;
    padding: 50px 20px;
    left: -100vw;
  }
  header .container nav.active {
    left: 0;
  }
}
header .container nav > ul {
  display: flex;
  gap: 100px;
}
@media only screen and (max-width: 1024px) {
  header .container nav > ul {
    gap: 25px;
    flex-direction: column;
    justify-content: center;
  }
}
header .container nav > ul > li {
  padding: 10px 0;
}
header .container nav > ul > li.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .container nav > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0;
  }
  header .container nav > ul > li.mobile {
    display: flex;
  }
}
header .container nav > ul > li a {
  color: #263e48;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  header .container nav > ul > li a {
    margin: 0;
  }
}
header .container nav > ul > li ul {
  z-index: 2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  header .container nav > ul > li ul {
    box-shadow: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transform: none;
    display: block;
    position: static;
  }
}
header .container nav > ul > li ul li {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  header .container nav > ul > li ul li {
    padding: 15px 0;
  }
}
header .container nav > ul > li ul li a,
header .container nav > ul > li ul li button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px;
  margin: 0;
  position: relative;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@media only screen and (max-width: 1024px) {
  header .container nav > ul > li ul li a,
  header .container nav > ul > li ul li button {
    margin: 0;
    padding: 0;
  }
}
header .container nav > ul > li ul li a::after,
header .container nav > ul > li ul li button::after {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #335c82;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
header .container nav > ul > li ul li a:last-of-type::after,
header .container nav > ul > li ul li button:last-of-type::after {
  content: none;
}
header .container nav > ul > li ul li a:hover,
header .container nav > ul > li ul li button:hover {
  background-color: #335c82;
  color: #fff;
}
header .container nav > ul > li ul li button {
  background-color: #fff;
  color: #335c82;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .container nav #closeMenu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .container nav #closeMenu {
    display: block;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
header .container #openMenu {
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .container #openMenu {
    display: block;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (screen <= width <= 768px) {
  header .top-bar .container,
  header .container {
    flex-direction: column;
    text-align: center;
  }
  header .top-bar .links,
  header .top-bar .right {
    margin-top: 10px;
  }
  header .lang-selector,
  header nav ul li {
    margin-top: 10px;
  }
  header .lang-selector ul,
  header nav ul li ul {
    position: static;
    background-color: transparent;
    display: block;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 999;
}
#preloader img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  -webkit-animation: blink-1 3s infinite both;
  animation: blink-1 3s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-2-29 0:58:20
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
footer {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #335c82;
  padding: 30px 0;
}
footer .container {
  display: grid;
  grid-template-columns: 1fr 1fr 470px;
}
@media only screen and (max-width: 1024px) {
  footer .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
footer .container img {
  width: 220px;
  display: block;
  margin-bottom: 15px;
}
footer .container article a {
  font-size: 13px;
  color: #fff;
  display: block;
}
footer .container article a:hover {
  opacity: 0.5;
}
footer .container article small {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
}
footer .container article small a {
  display: inline-block;
  text-decoration: underline;
}
footer .container article small a:hover {
  opacity: 0.5;
}
footer .container article .socials {
  gap: 80px;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 30px auto;
}
footer .container article .socials a:hover {
  opacity: 0.5;
}

.footer,
.child-footer {
  background-color: #335c82;
  padding: 20px;
  border-top: 1px solid #fff;
}
.footer .grid-container,
.child-footer .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .footer .grid-container,
  .child-footer .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer .grid-container .grid-item,
.child-footer .grid-container .grid-item {
  border-top: 20px;
  text-align: center;
  color: #fff;
}
.footer small,
.child-footer small {
  color: #fff;
  font-size: 12px;
}
.footer small:hover,
.child-footer small:hover {
  opacity: 0.5;
}

.questBelaBubble {
  position: fixed;
  bottom: 30px;
  right: 110px;
  background-color: #fff;
  color: #335c82;
  -webkit-animation: slide-in-bottom 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-bottom 3.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  font-weight: bold;
  padding: 10px;
  border-radius: 25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-4-12 8:41:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  height: 100%;
  overflow-x: hidden;
}

.text {
  color: #32495E;
  font-size: 220px;
  text-align: center;
}

.open {
  color: #335C82;
  background: #000;
  padding: 10px;
  border-radius: 20px;
}

/* Preloader */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner Loading */
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-top-color: #335C82; /* It is not in alphabetical order so that you do not overwrite it */
  height: 40px;
  margin: 0 auto 1.5em auto;
  width: 40px;
}

/* Loading text */
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}

.container-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;
  color: #32495E;
  content: attr(preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
  animation-delay: 1.2s;
}

.container-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.container-preloader .loader-section.section-left {
  left: 0;
}

.container-preloader .loader-section.section-right {
  right: 0;
}

/* Fade effect on loading animation */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animation of the preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
/* Animation of letters loading from the preloader */
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
/* Laptop size back (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner Loading */
  .container-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  /* Text Loading */
  .container-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Montserrat", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner Loading */
  .container-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  /*Loading text */
  .container-preloader .animation-preloader .txt-loading {
    font: bold 2em "Montserrat", sans-serif;
  }
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.category-grid {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
}

.cifras-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 293px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .cifras-container {
    height: auto;
    background-color: #335c82;
    padding: 20px;
  }
}
.cifras-container .bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .cifras-container .bg {
    display: none;
  }
}
.cifras-container .cifras-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 1024px) {
  .cifras-container .cifras-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cifras-container .cifras-grid__item {
  width: 100%;
}
.cifras-container .cifras-grid__item h6 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cifras-container .cifras-grid__item p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.home .container.doctor .txt p {
  margin-bottom: 8px;
}
.home .container.doctor .txt .btn.primary {
  margin-top: 20px;
}

.agenda main {
  padding: 180px 0;
}
@media only screen and (max-width: 1024px) {
  .agenda main {
    padding: 80px 20px 30px;
  }
}
.agenda main h1 {
  color: #1e1e1e;
}
@media only screen and (max-width: 1024px) {
  .agenda main h1 {
    text-align: center;
  }
}
.agenda main h2 {
  color: #1e1e1e;
}
@media only screen and (max-width: 1024px) {
  .agenda main h2 {
    text-align: center;
  }
}
.agenda .selections {
  gap: 26px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1024px) {
  .agenda .selections {
    grid-template-columns: repeat(1, 1fr);
  }
}
.agenda .selections a {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.agenda .selections a::before {
  content: "";
  background-color: #335c82;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.agenda .selections a:hover span {
  color: #fff;
}
.agenda .selections a:hover::before {
  opacity: 0.8;
}
.agenda .selections a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agenda .selections a span {
  color: #1e1e1e;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 32px;
}
@media only screen and (max-width: 1024px) {
  .agenda .selections a span {
    font-size: 23px;
    text-align: center;
  }
}

.procedimientos-body .video-info .container.cards {
  margin: 0 auto 50px;
}
.procedimientos-body .container-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.procedimientos-body .container-p p {
  padding: 20px;
  text-align: center;
}
.procedimientos-body .container-p .btn.primary {
  margin: 20px auto;
}
.procedimientos-body .container__pro h4 {
  text-align: center;
}
.procedimientos-body .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .grid-container {
    grid-template-columns: 1fr;
  }
}
.procedimientos-body #products {
  margin: 30px 0;
}
.procedimientos-body #products h3 {
  text-align: center;
  margin-bottom: 50px;
}
.procedimientos-body .grid-item__pro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.procedimientos-body .grid-item__pro img {
  width: 100%;
  object-fit: cover;
  max-width: 190px;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .grid-item__pro img {
    width: 100%;
  }
}
.procedimientos-body .grid-item__pro p {
  margin: 5px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .grid-item__pro p {
    padding: 0;
  }
}
.procedimientos-body .grid-item__pro .btn.secondary {
  margin-top: 20px;
}
.procedimientos-body .favoritos {
  margin-bottom: 70px;
}
.procedimientos-body .favoritos__2 {
  overflow: hidden;
  margin-bottom: 50px;
}
.procedimientos-body .favoritos__2 .splide__arrow {
  cursor: pointer;
  background: transparent;
  border: none;
  top: 60%;
}
.procedimientos-body .favoritos__2 .splide__arrow--prev {
  left: -10em;
}
.procedimientos-body .favoritos__2 .splide__arrow--next {
  right: -10em;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .favoritos__2 .splide__arrow {
    flex-direction: row;
    justify-content: space-between;
  }
  .procedimientos-body .favoritos__2 .splide__arrow .splide__arrow {
    width: 40px/2;
    height: 40px/2;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .category-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.procedimientos-body .procedimiento-card {
  position: relative;
  height: 610px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .procedimiento-card {
    width: 100%;
    height: auto;
  }
}
.procedimientos-body .procedimiento-card:hover {
  transform: scaleY(1.008);
  transform-origin: bottom;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .procedimiento-card:hover {
    transform: none;
  }
}
.procedimientos-body .procedimiento-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.procedimientos-body .rectangle-div {
  margin: 88px auto;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #335c82;
}
.procedimientos-body .rectangle-div h4 {
  position: relative;
  font-size: 40px;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .procedimientos-body .rectangle-div h4 {
    font-size: 25px;
  }
}
.procedimientos-body .rectangle-div .btn.secondary {
  border: 2px solid #fff;
}

.docinter .container__left .txt {
  text-align: left;
}
.docinter .container__left .txt ul {
  padding-left: 25px;
}
.docinter .container__left .txt ul li {
  margin-bottom: 30px;
  position: relative;
}
.docinter .container__left .txt ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #335c82;
  position: absolute;
  top: 6px;
  left: -14px;
  font-size: 32px;
  line-height: 1px;
}

.banner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container__dr {
  max-width: 1570px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
}
.container__dr img {
  max-width: 890px;
  max-height: 559px;
}
.container__dr .txt {
  text-align: right;
  max-width: 644px;
  margin-left: 50px;
}
.container__dr .txt h2 {
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .container__dr .txt h2 {
    text-align: center;
  }
}
.container__dr .txt p {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .container__dr .txt p {
    padding: 10px;
    text-align: center;
  }
}

.container__left p {
  text-align: right;
}

.btn.primary-2 {
  max-width: 350px;
  font-size: 18px;
  padding: 15px;
  width: 180px;
}
.btn.primary-2.primary-2 {
  color: #fff;
  background: #335c82;
}
.btn.primary-2.primary-2:hover {
  background: #fff;
  color: #335c82;
  border: 2px solid #335c82;
}

.pacientes {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .pacientes {
    flex-direction: column;
    gap: 30px;
  }
  .pacientes:first-of-type {
    flex-direction: column-reverse;
  }
}
.pacientes h4 {
  position: relative;
  font-size: 40px;
  color: #1e1e1e;
  padding-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .pacientes h4 {
    font-size: 25px;
    text-align: center;
  }
}
.pacientes p {
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .pacientes p {
    text-align: center;
  }
}
.pacientes .btn.primary-3 {
  color: #fff;
  background: #335c82;
  padding: 12px;
}
.pacientes .btn.primary-3:hover {
  background: #fff;
  color: #335c82;
  border: 2px solid #335c82;
}

.pacientes__ayudados-3 {
  margin: 80px auto;
}
.pacientes__ayudados-3 .testimonio {
  margin-top: 30px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 300px;
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados-3 .testimonio {
    flex-direction: column;
    gap: 30px;
  }
  .pacientes__ayudados-3 .testimonio:first-of-type {
    flex-direction: column-reverse;
  }
}
.pacientes__ayudados-3 .testimonio .txt {
  width: 40%;
}
.pacientes__ayudados-3 .testimonio .txt h4 {
  color: #1e1e1e;
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados-3 .testimonio .txt h4 {
    text-align: center;
  }
}
.pacientes__ayudados-3 .testimonio .video-bullets {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 18px;
}
.pacientes__ayudados-3 .testimonio .video-bullets li {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 68px;
  margin: 0 22px;
  cursor: pointer;
}
.pacientes__ayudados-3 .testimonio .video-bullets li.active {
  background-color: #335c82;
}

.resultados-div {
  margin: 88px auto;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .resultados-div {
    margin: 0 auto 60px;
  }
}
.resultados-div .splide__arrow {
  top: 60%;
}
@media only screen and (max-width: 1024px) {
  .resultados-div .splide__arrow svg {
    width: 30px;
    height: 30px;
  }
}
.resultados-div .splide__arrow--prev {
  left: -1em;
}
.resultados-div .splide__arrow--next {
  right: -1em;
}
.resultados-div h3 {
  padding: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .resultados-div h3 {
    font-size: 30px;
  }
}

.resultados__px {
  text-align: center;
}

.sentirte-mejor-contigo b {
  font-size: 21;
}
@media only screen and (max-width: 1024px) {
  .sentirte-mejor-contigo b {
    font-size: 18px;
  }
}

.container__ex {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
}
.container__ex .faq-container summary {
  padding: 20px;
}

.container.bela {
  display: flex;
  flex-direction: column;
}
.container.bela a {
  padding-left: 100px;
  align-items: center;
  text-align: left;
  justify-content: space-evenly;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 400;
}

.convenios main {
  padding-top: 180px;
}
.convenios .container.banner-simple {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1024px) {
  .convenios .container.banner-simple {
    margin: 0 auto;
  }
}
.convenios .container.banner-convenio {
  margin: 0 auto 50px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .convenios .container.banner-convenio {
    margin: 0 auto;
  }
}
.convenios .container.banner-convenio h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .convenios .container.banner-convenio h2 {
    font-size: 38px;
    text-align: center;
    font-weight: 500;
  }
}

.container__left__conv {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .container__left__conv {
    flex-direction: column;
    gap: 30px;
  }
}
.container__left__conv img {
  max-width: 890px;
  max-height: 559px;
}
@media only screen and (max-width: 1024px) {
  .container__left__conv img {
    max-width: 100%;
  }
}
.container__left__conv .txt {
  text-align: right;
  max-width: 700px;
  margin-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .container__left__conv .txt {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-left: 0;
  }
}
.container__left__conv .txt h2 {
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .container__left__conv .txt h2 {
    max-width: 100%;
    text-align: center;
  }
}
.container__left__conv .txt h3 {
  padding-left: 30px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .container__left__conv .txt h3 {
    padding-left: 0;
    text-align: center;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .container__left__conv .txt a {
    margin: 0 auto;
    text-align: center;
  }
}
.container__left__conv .txt p {
  margin-bottom: 20px;
  padding-left: 40px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .container__left__conv .txt p {
    padding: 10px;
    text-align: center;
  }
}

.container__right__conv {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 0;
  margin-left: 350px;
}
@media only screen and (max-width: 1024px) {
  .container__right__conv {
    flex-direction: column;
    gap: 30px;
    margin-left: 0;
  }
}
.container__right__conv img {
  max-width: 890px;
  max-height: 559px;
}
@media only screen and (max-width: 1024px) {
  .container__right__conv img {
    max-width: 100%;
  }
}
.container__right__conv .txt {
  text-align: left;
  max-width: 700px;
  margin-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .container__right__conv .txt {
    max-width: 100%;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.container__right__conv .txt h3 {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .container__right__conv .txt h3 {
    padding-right: 0;
    text-align: center;
    font-size: 18px;
  }
}
.container__right__conv .txt p {
  margin-bottom: 20px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .container__right__conv .txt p {
    padding-right: 0;
    text-align: center;
  }
}

.container__conv {
  max-width: 1200px;
  display: flex;
  align-items: center;
  padding: 60px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .container__conv {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}

.odeea__iconos,
.fesancho__iconos {
  display: flex;
  justify-content: space-around;
  padding: 0 0 0 74px;
}
@media only screen and (max-width: 1024px) {
  .odeea__iconos,
  .fesancho__iconos {
    padding: 0;
  }
}
.odeea__iconos .odeea__icono,
.odeea__iconos .fesancho__icono,
.fesancho__iconos .odeea__icono,
.fesancho__iconos .fesancho__icono {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.odeea__iconos .odeea__icono__img,
.odeea__iconos .fesancho__icono__img,
.fesancho__iconos .odeea__icono__img,
.fesancho__iconos .fesancho__icono__img {
  background-color: #fff;
  border-radius: 50%;
  height: 85px;
  width: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px rgba(51, 92, 130, 0.25);
}
.odeea__iconos .odeea__icono__img img,
.odeea__iconos .fesancho__icono__img img,
.fesancho__iconos .odeea__icono__img img,
.fesancho__iconos .fesancho__icono__img img {
  position: relative;
}
.odeea__iconos .odeea__icono h5,
.odeea__iconos .fesancho__icono h5,
.fesancho__iconos .odeea__icono h5,
.fesancho__iconos .fesancho__icono h5 {
  margin: 15px 0 25px 0;
}

.proced-extr__quirurgico,
.proced-extr__no-quirurgico {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.proced-extr__quirurgico a,
.proced-extr__no-quirurgico a {
  margin: 0;
}
.proced-extr__quirurgico a h4,
.proced-extr__no-quirurgico a h4 {
  padding: 20px 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proced-extr__quirurgico h3,
.proced-extr__no-quirurgico h3 {
  font-size: 30px;
  cursor: pointer;
  transition: background-color 0.5s ease;
  padding: 25px 0;
  text-decoration: underline;
  color: #335c82;
}
@media only screen and (max-width: 1024px) {
  .proced-extr__quirurgico h3,
  .proced-extr__no-quirurgico h3 {
    font-size: 18px;
  }
}

.proced-extr__quirurgico h4 {
  padding: 50px 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .proced-extr__quirurgico h4 {
    flex-direction: column;
    font-size: 15px;
  }
}

.proced-extr__no-quirurgico h4 {
  transition: background-color 0.5s ease;
  padding: 50px 0;
  margin: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .proced-extr__no-quirurgico h4 {
    flex-direction: column;
    font-size: 15px;
  }
}

.proced-extr__quirurgico h4:hover,
.proced-extr__no-quirurgico h4:hover {
  background-color: #335c82;
  color: #fff;
}

.proced-extr {
  gap: 43px;
}
@media only screen and (max-width: 1024px) {
  .proced-extr {
    gap: 10px;
  }
}

.container__ex {
  margin: 30px auto;
}

.convenios .faq-container summary {
  padding: 1em;
}

.container-f {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  padding-bottom: 50px;
}
.container-f h1 {
  margin: 0;
  padding-top: 15%;
  font-size: 35px;
}
@media only screen and (max-width: 1024px) {
  .container-f h1 {
    font-size: 30px;
    padding-top: 40%;
  }
}
.container-f p {
  margin: 40px;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .container-f p {
    font-size: 14px;
  }
}
.container-f label {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .container-f label {
    align-items: flex-start;
  }
}
.container-f label small {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .container-f label small {
    font-size: 14px;
  }
}
.container-f label small a {
  text-decoration: underline;
  color: #335c82;
}

.btn.primary-3 {
  margin: 40px;
  max-width: 350px;
  font-size: 18px;
}

.container-m {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  position: relative;
  padding-bottom: 100px;
}
.container-m h1 {
  margin: 0 auto;
  padding-top: 20%;
  font-size: 35px;
}
@media only screen and (max-width: 1024px) {
  .container-m h1 {
    font-size: 30px;
    padding-top: 40%;
  }
}
.container-m p {
  display: flex;
  text-align: center;
  max-width: 600px;
  margin: 50px auto;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .container-m p {
    font-size: 14px;
  }
}
.container-m label {
  text-align: left;
  max-width: 1089px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .container-m label {
    padding: 0;
  }
}
.container-m label small {
  text-align: left;
  padding: 30px 0;
}
@media only screen and (max-width: 1024px) {
  .container-m label small {
    font-size: 12px;
  }
}
.container-m label small a {
  text-decoration: underline;
  color: #335c82;
}
@media only screen and (max-width: 1024px) {
  .container-m label small a {
    font-size: 12px;
  }
}

.form-item-1 {
  position: relative;
  margin-bottom: 20px;
}
.form-item-1 select {
  width: 100%;
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(204, 204, 204);
  transition: all 0.3s ease 0s;
  font-size: 15px;
  color: #1e1e1e;
  padding: 18px 15px;
  background: white url('/img/Vector 28.png <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 7" fill="#1E1E1E" width="11px" height="7px"><path d="M1 1L5.5 6L10 1"/></svg>') no-repeat right 10px center;
  transform: translateY(-20%);
  cursor: pointer;
}
.form-item-1 select:focus {
  border-color: none;
}
.form-item-1 label {
  position: absolute;
  cursor: pointer;
  z-index: 0;
  top: 8px;
  left: 10px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
  color: #999;
  transition: all 0.3s ease;
}
.form-item-1 select:focus + label,
.form-item-1 select:valid + label {
  top: -12px;
  font-size: 12px;
  color: #295f92;
}

.politics header {
  position: static;
}
.politics main section.container {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}
.politics main section.container a {
  color: #335c82;
  text-decoration: underline;
}
.politics main section.container p a {
  color: #335c82;
  text-decoration: underline;
}

.favoritos__2 {
  background-image: url(../img/Vector\ 45.svg);
  background-size: 98%;
  background-repeat: no-repeat;
  background-position-y: 76%;
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .favoritos__2 {
    background-size: 100%;
    background-position-y: 100%;
  }
}
.favoritos__2 h3 {
  color: #32495e;
}
@media only screen and (max-width: 1024px) {
  .favoritos__2 h3 {
    font-size: 30px;
  }
}
.favoritos__2 h4 {
  background: #213445;
}
.favoritos__2 .splide__arrow {
  top: 60%;
}
.favoritos__2 .splide__arrow--prev {
  left: -10em;
}
@media only screen and (max-width: 1024px) {
  .favoritos__2 .splide__arrow--prev {
    left: 0;
  }
}
.favoritos__2 .splide__arrow--next {
  right: -10em;
}
@media only screen and (max-width: 1024px) {
  .favoritos__2 .splide__arrow--next {
    right: 0;
  }
}

.procedimiento {
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 1024px) {
  .procedimiento {
    padding: 0;
  }
}
.procedimiento .bold {
  color: #32495e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .procedimiento .bold {
    font-size: 25px;
    height: auto;
    padding: 10px 10px 0 10px;
    text-align: center;
  }
}
.procedimiento .procedimientos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
}
@media only screen and (max-width: 1024px) {
  .procedimiento .procedimientos {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.procedimiento .procedimientos__opce {
  max-width: 617px;
  max-height: 206px;
  background-color: #32495e;
  border-radius: 15px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.procedimiento .procedimientos__opce h4 {
  color: #fff;
  margin-top: 45px;
  padding-left: 30px;
}
.procedimiento .procedimientos__opce p {
  color: #fff;
  margin-bottom: 45px;
  padding-left: 30px;
}
.procedimiento .procedimientos__opce:hover {
  border: 3px solid #32495e;
  background: #213445;
}

.agendate-e {
  background-image: url(../img/Vector\ 46.svg);
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center right;
  margin: 120px auto;
  display: flex;
  align-items: center;
  max-width: 100%;
  min-height: 510px;
}
@media only screen and (max-width: 1024px) {
  .agendate-e {
    min-height: none;
    margin: 30px auto;
  }
}
.agendate-e h4 {
  color: #213445;
  margin: 40px 0 30px 0;
}
.agendate-e .iconos {
  display: flex;
  justify-content: space-around;
  color: #213445;
  margin-bottom: 15px;
}
.agendate-e .iconos .icono {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .agendate-e .iconos .icono {
    margin: 0 5px;
  }
}
.agendate-e .iconos .icono__img {
  background-color: #fff;
  border-radius: 50%;
  height: 124px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px rgba(51, 92, 130, 0.25);
}
@media only screen and (max-width: 1024px) {
  .agendate-e .iconos .icono__img {
    height: 70px;
    width: 70px;
  }
}
.agendate-e .iconos .icono__img img {
  position: relative;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .agendate-e .iconos .icono__img img {
    height: 45px;
    width: 45px;
  }
}
.agendate-e .iconos .icono h5 {
  margin: 15px 0 25px 0;
}
@media only screen and (max-width: 1024px) {
  .agendate-e .iconos .icono h5 {
    font-size: 12px;
  }
}
.agendate-e .iconos .bold {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  .agendate-e .iconos .bold {
    font-size: 15px;
  }
}
.agendate-e .iconos span {
  display: flex;
  color: #213445;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.agendate-e p {
  text-align: center;
  margin-bottom: 30px;
}

.btn.primary-1 {
  color: #fff;
  background: #32495e;
  width: fit-content;
  padding: 15px 30px 15px 30px;
}
.btn.primary-1:hover {
  background: #213445;
  color: #fff;
  border: 2px solid #213445;
}
@media only screen and (max-width: 1024px) {
  .btn.primary-1 {
    display: flex;
    margin: 0 auto;
  }
}

.btn.primary-bann {
  position: relative;
  left: 40%;
  color: #fff;
  background: #32495e;
  padding: 15px 30px 15px 30px;
}
.btn.primary-bann:hover {
  background: #213445;
  color: #fff;
  border: 2px solid #213445;
}

.btn.secondary-serv {
  background: transparent;
  color: #213445;
  border-color: #32495e;
}
.btn.secondary-serv:hover {
  background: #213445;
  color: #fff;
  border: 2px solid #213445;
}

.paraellos::after {
  content: none;
}
.paraellos .procedimientos__opc {
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 15px;
  padding: 30px 40px;
}
.paraellos .procedimientos__opc h4 {
  color: #fff;
  font-size: 22px;
}
.paraellos .procedimientos__opc p {
  font-size: 16px;
  color: #fff;
}
.paraellos .container-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.paraellos .container-p p {
  padding: 20px;
  text-align: justify;
}
.paraellos .container-p .btn.primary {
  margin: 20px auto;
}
.paraellos .pacientes {
  padding-bottom: 80px;
}
.paraellos .procedimiento-card {
  margin: 50px 0;
  position: relative;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimiento-card {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.paraellos .procedimiento-card img {
  width: 380px;
  height: 450px;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimiento-card img {
    width: 100%;
    height: auto;
  }
}
.paraellos .procedimiento-card small {
  margin-bottom: 67px;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimiento-card small {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.paraellos .procedimientos__opc {
  background-color: #32495e;
}
.paraellos .procedimientos__opc:hover {
  background-color: #213445;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimientos__opc:hover {
    transform: none;
  }
}

.paraellos .procedimiento .procedimientos__opcc {
  background-color: #32495e;
  border-radius: 15px;
  padding: 30px 40px;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimiento .procedimientos__opcc {
    padding: 20px;
  }
}
.paraellos .procedimiento .procedimientos__opcc:hover {
  transform: scale(1.03);
  transition: transform 0.5s;
  cursor: pointer;
  background-color: #32495e;
}
.paraellos .procedimiento .procedimientos__opcc h4 {
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimiento .procedimientos__opcc h4 {
    font-size: 16px;
  }
}
.paraellos .procedimiento .procedimientos__opcc p {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .paraellos .procedimiento .procedimientos__opcc p {
    font-size: 14px;
  }
}
.paraellos .tab-titles {
  gap: 10px;
  display: flex;
  color: rgba(43, 60, 76, 0.514);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .paraellos .tab-titles {
    margin: 20px 0px 10px 0px;
    padding-left: 0px;
    justify-content: center;
  }
}
.paraellos .tab-links {
  color: rgba(50, 73, 94, 0.5019607843);
  margin-right: 50px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.3s, border-bottom 0.3s;
}
@media only screen and (max-width: 1024px) {
  .paraellos .tab-links {
    font-size: 16px;
    margin-right: 10px;
    padding: 8px;
  }
}
.paraellos .tab-links::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}
.paraellos .tab-links.active-link::after {
  width: 100%;
  background-color: #32495e;
  text-align: left;
}
.paraellos .tab-contents {
  display: none;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .paraellos .tab-contents .container {
    padding: 0;
  }
}
.paraellos .active-tab {
  display: none;
}
.paraellos .active-link {
  color: #32495e;
}
.paraellos .badge {
  background-color: #32495e;
}
.paraellos .tab-contents.active-tab {
  display: list-item;
}

.video-info {
  background-image: url(../img/Rectangle\ 25.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
}
.video-info .video-position {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.video-info .video-position h3 {
  margin: 50px 0 20px 0;
  color: #2b3c4c;
}
.video-info .video-position p {
  margin: 30px auto 120px;
  font-weight: 500;
  max-width: 650px;
}
.video-info .video-position .video-container .play {
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.home .cards h3 {
  color: #2b3c4c;
  margin-bottom: 30px;
}
.home .cards .card-grid {
  padding-bottom: 40px;
}
.home .info-extra {
  display: flex;
  align-items: center;
  margin: 80px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .home .info-extra {
    flex-direction: column;
    gap: 30px;
  }
  .home .info-extra:first-of-type {
    flex-direction: column-reverse;
  }
}
.home .info-extra img {
  max-width: 565px;
  width: 100%;
}
.home .info-extra .txt {
  max-width: 40%;
}
@media only screen and (max-width: 1024px) {
  .home .info-extra .txt {
    max-width: 100%;
  }
}
.home .info-extra .txt p {
  margin-bottom: 30px;
}
.home .info-extra .txt__2 {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .home .info-extra .txt__2 {
    text-align: left;
  }
}
.home .logos {
  max-height: 126px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 50px auto;
}
@media only screen and (max-width: 1024px) {
  .home .logos {
    gap: 30px;
    flex-direction: column;
    max-height: none;
  }
}
.home .logos img {
  filter: grayscale(100%);
  height: 85px;
  object-fit: contain;
}

.procat .procedimiento-card {
  position: relative;
  height: 610px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .procat .procedimiento-card {
    width: 100%;
    height: auto;
  }
}
.procat .procedimiento-card:hover {
  transform: scaleY(1.008);
  transform-origin: bottom;
}
@media only screen and (max-width: 1024px) {
  .procat .procedimiento-card:hover {
    transform: none;
  }
}
.procat .procedimiento-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.procat .container-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.procat .container-p p {
  padding: 20px;
  text-align: center;
}
.procat .container-p .btn.primary {
  margin: 20px auto;
}
.procat .conoce {
  margin: 50px auto;
}
.procat .favoritos {
  margin-bottom: 70px;
}
.procat .favoritos__1 {
  text-align: center;
  max-width: 1089px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 1024px) {
  .procat .favoritos__1 .container {
    padding: 0;
  }
}
.procat .favoritos__1 p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .procat .favoritos__1 p {
    margin-bottom: 20px;
  }
}
.procat .favoritos__2 .splide__arrow {
  top: 60%;
}
.procat .favoritos__2 .splide__arrow--prev {
  left: -10em;
}
@media only screen and (max-width: 1024px) {
  .procat .favoritos__2 .splide__arrow--prev {
    left: 0;
  }
}
.procat .favoritos__2 .splide__arrow--next {
  right: -10em;
}
@media only screen and (max-width: 1024px) {
  .procat .favoritos__2 .splide__arrow--next {
    right: 0;
  }
}
.procat .favoritos__2 h3 {
  color: #335c82;
  margin-top: 50px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 1024px) {
  .procat .favoritos__2 h3 {
    font-size: 25px;
  }
}
.procat .favoritos__2 .procedimiento-card img {
  width: 100%;
  object-fit: cover;
  height: 450px;
}
@media only screen and (max-width: 1024px) {
  .procat .favoritos__2 .procedimiento-card img {
    height: 100vw;
  }
}
.procat .favoritos__2 .procedimiento-card small {
  margin-bottom: 65px;
}
.procat .category-grid .procedimiento-card img {
  width: 380px;
  height: 450px;
}
.procat .category-grid .procedimiento-card small {
  margin-bottom: 65px;
}
.procat .procedimiento {
  margin-bottom: 60px;
}
.procat .procedimiento > ul {
  display: flex;
  gap: 70px;
}
.procat .procedimiento > ul li .title {
  padding-left: 50px;
  cursor: pointer;
  color: rgba(43, 60, 76, 0.5137254902);
  text-decoration: underline;
  position: relative;
}
.procat .procedimiento > ul li .active-title {
  color: #2b3c4c;
}
.procat .procedimiento .procedimientos.active-procedimientos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
  margin: 25px auto 30px;
}
.procat .procedimiento .procedimientos.active-procedimientos .procedimientos__opc {
  max-width: 617px;
  max-height: 206px;
  background-color: #335c82;
  border-radius: 15px;
}
.procat .procedimiento .procedimientos.active-procedimientos .procedimientos__opc h4 {
  color: #fff;
  margin-top: 45px;
  padding-left: 30px;
}
.procat .procedimiento .procedimientos.active-procedimientos .procedimientos__opc p {
  color: #fff;
  margin-bottom: 45px;
  padding-left: 30px;
}
.procat .agendate {
  text-align: center;
  max-width: 855px;
  margin-bottom: 70px;
}
.procat .agendate h4 {
  color: #335c82;
  margin: 40px 0 50px 0;
}
.procat .agendate .iconos {
  display: flex;
  justify-content: space-around;
  color: #335c82;
  margin-bottom: 15px;
}
.procat .agendate .iconos .icono {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.procat .agendate .iconos .icono__img {
  background-color: #335c82;
  border-radius: 50%;
  height: 124px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px rgba(51, 92, 130, 0.25);
}
.procat .agendate .iconos .icono h5 {
  margin: 15px 0 25px 0;
}
.procat .agendate .iconos .bold {
  font-size: 17px;
}
.procat .agendate .iconos span {
  display: flex;
  color: #335c82;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.procat .agendate p {
  margin-bottom: 30px;
}
.procat .tab-titles {
  gap: 10px;
  display: flex;
  color: rgba(43, 60, 76, 0.514);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .procat .tab-titles {
    margin: 20px 0px 10px 0px;
    padding-left: 0px;
    justify-content: center;
  }
}
.procat .tab-links {
  color: rgba(51, 92, 130, 0.5019607843);
  margin-right: 50px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.3s, border-bottom 0.3s;
}
@media only screen and (max-width: 1024px) {
  .procat .tab-links {
    font-size: 16px;
    margin-right: 10px;
    padding: 8px;
  }
}
.procat .tab-links::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}
.procat .tab-links.active-link::after {
  width: 100%;
  background-color: #335c82;
  text-align: left;
}
.procat .tab-contents {
  display: none;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .procat .tab-contents .container {
    padding: 0;
  }
}
.procat .active-tab {
  display: none;
}
.procat .active-link {
  color: #335c82;
}
.procat .tab-contents.active-tab {
  display: list-item;
}
.procat .procedimiento .procedimientos__opcc {
  background-color: #335c82;
  border-radius: 15px;
  padding: 30px 40px;
}
@media only screen and (max-width: 1024px) {
  .procat .procedimiento .procedimientos__opcc {
    padding: 20px;
  }
}
.procat .procedimiento .procedimientos__opcc:hover {
  transform: scale(1.03);
  transition: transform 0.5s;
  cursor: pointer;
  background-color: #32495e;
}
.procat .procedimiento .procedimientos__opcc h4 {
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .procat .procedimiento .procedimientos__opcc h4 {
    font-size: 16px;
  }
}
.procat .procedimiento .procedimientos__opcc p {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .procat .procedimiento .procedimientos__opcc p {
    font-size: 14px;
  }
}
.procat .agendate__cara {
  text-align: center;
  max-width: 855px;
  margin-bottom: 30px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .procat .agendate__cara {
    max-width: 100%;
    margin: 0 auto;
  }
}
.procat .agendate__cara h4 {
  color: #335c82;
  margin: 70px 0 50px 0;
  font-size: 40px;
}
@media only screen and (max-width: 1024px) {
  .procat .agendate__cara h4 {
    font-size: 30px;
    margin: 30px 0 20px 0;
  }
}
.procat .agendate__cara .iconos {
  display: flex;
  justify-content: space-around;
  color: #335c82;
  margin-bottom: 15px;
  padding-top: 20px;
}
.procat .agendate__cara .iconos .icono {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.procat .agendate__cara .iconos .icono__img {
  background-color: #335c82;
  border-radius: 50%;
  height: 124px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px rgba(51, 92, 130, 0.25);
}
@media only screen and (max-width: 1024px) {
  .procat .agendate__cara .iconos .icono__img {
    height: 60px;
    width: 60px;
  }
  .procat .agendate__cara .iconos .icono__img img {
    width: 45px;
  }
}
.procat .agendate__cara .iconos .icono h5 {
  margin: 15px 0 25px 0;
}
@media only screen and (max-width: 1024px) {
  .procat .agendate__cara .iconos .icono h5 {
    font-size: 12px;
  }
}
.procat .agendate__cara .iconos .bold {
  font-size: 21px;
}
.procat .agendate__cara .iconos span {
  display: flex;
  color: #335c82;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}
.procat .agendate__cara p {
  margin-bottom: 35px;
  font-size: 15px;
  text-align: center;
}
.procat .btn.secondary {
  margin-bottom: 50px;
  font-size: 18px;
  padding: 8px 30px;
}

.para_ellas .splide__arrow--next {
  right: -70px;
}
.para_ellas .splide__arrow--prev {
  left: -70px;
}
.para_ellas .btn.primary {
  background-color: #5ebbc0;
  border: 2px solid #5ebbc0;
  color: #fff;
  padding: 15px 30px 15px 30px;
}
.para_ellas .btn.primary:hover {
  background-color: #209ba1;
  color: #fff;
  border: 2px solid #209ba1;
}
.para_ellas .favoritos > .container {
  padding: 0;
}
.para_ellas .favoritos__1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.para_ellas .favoritos__1 p {
  margin-bottom: 20px;
}
.para_ellas .favoritos__1 .btn.primary {
  margin-bottom: 20px;
}
.para_ellas .favoritos__2 {
  background-image: url(../img/fondoParaEllas1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 {
    background-size: 100% 100%;
  }
  .para_ellas .favoritos__2 .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 .splide__slide {
    padding: 10px 0;
  }
}
.para_ellas .favoritos__2 rect {
  stroke: #fff;
}
.para_ellas .favoritos__2 path {
  fill: #fff;
}
.para_ellas .favoritos__2 .splide__arrow {
  top: 60%;
}
.para_ellas .favoritos__2 .splide__arrow--prev {
  left: -10em;
}
.para_ellas .favoritos__2 .splide__arrow--next {
  right: -10em;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 .splide__arrow {
    flex-direction: row;
    justify-content: space-between;
  }
  .para_ellas .favoritos__2 .splide__arrow .splide__arrow {
    width: 40px/2;
    height: 40px/2;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.para_ellas .favoritos__2 h3 {
  color: #209ba1;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 h3 {
    text-align: center;
  }
}
.para_ellas .favoritos__2 .procedimiento-card {
  margin: 50px 0;
  position: relative;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 .procedimiento-card {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.para_ellas .favoritos__2 .procedimiento-card img {
  width: 380px;
  height: 450px;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 .procedimiento-card img {
    width: 100%;
    height: auto;
  }
}
.para_ellas .favoritos__2 .procedimiento-card small {
  margin-bottom: 67px;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .favoritos__2 .procedimiento-card small {
    margin-bottom: 0;
  }
}
.para_ellas article.procedimiento {
  position: relative;
}
.para_ellas article.procedimiento > svg {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .para_ellas article.procedimiento > svg {
    display: none;
  }
}
.para_ellas article.procedimiento > svg#br {
  right: 0;
  bottom: -270px;
}
.para_ellas article.procedimiento > svg#bl {
  left: 0;
  bottom: -270px;
}
.para_ellas article.procedimiento > svg#center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.para_ellas article.procedimiento > svg#tr {
  right: 0;
  top: -270px;
}
.para_ellas article.procedimiento > svg#tl {
  left: 0;
  top: -270px;
}
.para_ellas .procedimiento {
  margin: 50px auto 0 auto;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .procedimiento {
    margin: 0 auto;
  }
}
.para_ellas .procedimiento .bold {
  color: #209ba1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .procedimiento .bold {
    text-align: center;
  }
}
.para_ellas .agendate {
  background-image: url(../img/fondoParaEllas2.png);
  text-align: center;
  background-position: center;
  min-height: 800px;
  display: flex;
  align-items: center;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .agendate {
    background-size: 100% 100%;
    min-height: 500px;
  }
  .para_ellas .agendate .container {
    padding: 0;
  }
}
.para_ellas .agendate h4 {
  color: #209ba1;
  margin: 40px 0 30px 0;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .agendate h4 {
    font-size: 25px;
  }
}
.para_ellas .agendate .iconos {
  display: flex;
  justify-content: space-around;
  color: #209ba1;
  max-width: 855px;
  margin: auto;
}
.para_ellas .agendate .iconos .icono {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.para_ellas .agendate .iconos .icono__img {
  background-color: #fff;
  border-radius: 50%;
  height: 124px;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px rgba(51, 92, 130, 0.25);
}
@media only screen and (max-width: 1024px) {
  .para_ellas .agendate .iconos .icono__img {
    height: 60px;
    width: 60px;
  }
}
.para_ellas .agendate .iconos .icono__img img {
  position: relative;
  top: -15px;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .agendate .iconos .icono__img img {
    top: 0;
    height: 45px;
    width: 45px;
  }
}
.para_ellas .agendate .iconos .icono h5 {
  margin: 15px 0 25px 0;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .agendate .iconos .icono h5 {
    font-size: 12px;
  }
}
.para_ellas .agendate .iconos .bold {
  font-size: 17px;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .agendate .iconos .bold {
    font-size: 14px;
  }
}
.para_ellas .agendate .iconos span {
  display: flex;
  color: #209ba1;
  align-items: center;
  font-weight: bold;
}
.para_ellas .agendate p {
  margin-bottom: 20px;
}
.para_ellas .agendate .btn.secondary {
  margin-bottom: 50px;
  background: transparent;
  border-color: #209ba1;
  color: #209ba1;
}
.para_ellas .agendate .btn.secondary:hover {
  color: #fff;
  background-color: #209ba1;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes .container {
    padding: 0;
  }
}
.para_ellas .pacientes__satisfechos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150px;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__satisfechos {
    flex-direction: column;
  }
}
.para_ellas .pacientes__satisfechos .pics {
  width: 40%;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__satisfechos .pics {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.para_ellas .pacientes__satisfechos .pics img {
  max-width: 215px;
  max-height: 215px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__satisfechos .pics img {
    max-width: 100px;
    max-height: 100px;
  }
}
.para_ellas .pacientes__satisfechos .pics img:nth-child(1) {
  left: 0%;
}
.para_ellas .pacientes__satisfechos .pics img:nth-child(2) {
  left: 20%;
}
.para_ellas .pacientes__satisfechos .pics img:nth-child(3) {
  left: 40%;
}
.para_ellas .pacientes__satisfechos .pics img:nth-child(4) {
  left: 60%;
}
.para_ellas .pacientes__satisfechos .pics img:nth-child(5) {
  left: 80%;
}
.para_ellas .pacientes__satisfechos .cifras {
  display: flex;
  gap: 50px;
  align-items: center;
  max-width: 432px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__satisfechos .cifras {
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }
}
.para_ellas .pacientes__satisfechos .cifras h3 {
  color: #738592;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__satisfechos .cifras h3 {
    font-size: 25px;
  }
}
.para_ellas .pacientes__satisfechos .cifras p {
  font-size: 21px;
  color: #738592;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__satisfechos .cifras p {
    font-size: 14px;
  }
}
.para_ellas .pacientes__ayudados {
  margin: 80px auto;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__ayudados {
    margin: 0 auto;
  }
  .para_ellas .pacientes__ayudados .container {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__ayudados h3 {
    font-size: 25px;
  }
}
.para_ellas .pacientes__ayudados .testimonio {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__ayudados .testimonio {
    flex-direction: column;
    align-items: center;
  }
}
.para_ellas .pacientes__ayudados .testimonio .txt {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .para_ellas .pacientes__ayudados .testimonio .txt {
    width: 100%;
  }
}
.para_ellas .pacientes__ayudados .testimonio .btn.primary {
  margin-top: 20px;
}

.teens::after {
  content: none;
}
.teens .procedimiento-card:hover {
  border-color: #5ebbc0;
}
.teens .procedimientos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 50px;
  margin: 25px auto 30px;
}
@media only screen and (max-width: 1024px) {
  .teens .procedimientos {
    grid-template-columns: repeat(1, 1fr);
  }
}
.teens .procedimientos .procedimientos__opc {
  background-color: #5ebbc0;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  border-radius: 15px;
  padding: 30px 40px;
}
.teens .procedimientos .procedimientos__opc h4 {
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .teens .procedimientos .procedimientos__opc h4 {
    font-size: 16px;
  }
}
.teens .procedimientos .procedimientos__opc p {
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .teens .procedimientos .procedimientos__opc p {
    font-size: 14px;
  }
}
.teens .procedimientos .procedimientos__opc:hover {
  background-color: #209ba1;
}

.teens h3 {
  color: #5ebbc0;
}
.teens .procedimiento .procedimientos__opcc {
  background-color: #5ebbc0;
  border-radius: 15px;
  padding: 30px 40px;
}
@media only screen and (max-width: 1024px) {
  .teens .procedimiento .procedimientos__opcc {
    padding: 20px;
  }
}
.teens .procedimiento .procedimientos__opcc:hover {
  transform: scale(1.03);
  transition: transform 0.5s;
  cursor: pointer;
  background-color: #5ebbc0;
}
.teens .procedimiento .procedimientos__opcc h4 {
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1024px) {
  .teens .procedimiento .procedimientos__opcc h4 {
    font-size: 16px;
  }
}
.teens .procedimiento .procedimientos__opcc p {
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .teens .procedimiento .procedimientos__opcc p {
    font-size: 14px;
  }
}
.teens .tab-titles {
  gap: 10px;
  display: flex;
  color: rgba(43, 60, 76, 0.514);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .teens .tab-titles {
    margin: 20px 0px 10px 0px;
    padding-left: 0px;
    justify-content: center;
  }
}
.teens .tab-links {
  color: rgba(94, 187, 192, 0.5019607843);
  margin-right: 50px;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  padding: 10px 20px;
  cursor: pointer;
  transition: color 0.3s, border-bottom 0.3s;
}
@media only screen and (max-width: 1024px) {
  .teens .tab-links {
    font-size: 16px;
    margin-right: 10px;
    padding: 8px;
  }
}
.teens .tab-links::after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -8px;
  transition: 0.5s;
}
.teens .tab-links.active-link::after {
  width: 100%;
  background-color: #5ebbc0;
  text-align: left;
}
.teens .tab-contents {
  display: none;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .teens .tab-contents .container {
    padding: 0;
  }
}
.teens .active-tab {
  display: none;
}
.teens .active-link {
  color: #5ebbc0;
}
.teens .tab-contents.active-tab {
  display: list-item;
}
.teens .badge {
  background-color: #5ebbc0;
}

.banner-simple {
  margin: 50px auto;
}
@media only screen and (max-width: 1024px) {
  .banner-simple {
    margin: 0 auto 50px;
  }
}

.container__left {
  display: flex;
  align-items: center;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .container__left {
    flex-direction: column;
    gap: 30px;
  }
}
.container__left img {
  max-width: 890px;
  max-height: 559px;
}
@media only screen and (max-width: 1024px) {
  .container__left img {
    max-width: 100%;
  }
}
.container__left .txt {
  text-align: right;
  max-width: 644px;
  margin-left: 125px;
}
@media only screen and (max-width: 1024px) {
  .container__left .txt {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .container__left .txt {
    max-width: 644px;
    margin-left: 0;
  }
}
.container__left .txt h3 {
  padding-left: 30px;
}
@media only screen and (max-width: 1024px) {
  .container__left .txt h3 {
    padding-left: 0;
    text-align: center;
    font-size: 25px;
  }
}
.container__left .txt p {
  margin-bottom: 20px;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .container__left .txt p {
    padding: 10px;
    text-align: center;
  }
}

.container__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
  .container__right {
    flex-direction: column;
    gap: 30px;
  }
}
.container__right img {
  max-width: 890px;
  max-height: 559px;
}
@media only screen and (max-width: 1024px) {
  .container__right img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.container__right .txt {
  text-align: left;
  max-width: 644px;
  margin-right: 50px;
}
@media only screen and (max-width: 1024px) {
  .container__right .txt {
    max-width: 644px;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.container__right .txt h3 {
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .container__right .txt h3 {
    padding-right: 0;
    text-align: center;
    font-size: 25px;
  }
}
.container__right .txt p {
  margin-bottom: 20px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  .container__right .txt p {
    padding: 10px;
    text-align: center;
  }
}

.fidelizacion main {
  padding-top: 180px;
}
@media only screen and (max-width: 1024px) {
  .fidelizacion main {
    padding-top: 100px;
  }
}
.fidelizacion .container.banner-simple {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1024px) {
  .fidelizacion .container.banner-simple {
    margin: 0 auto;
    height: auto;
  }
}

.equipo .teamothers h3 {
  text-align: center;
  margin-bottom: 30px;
}
.equipo .banner-container .banner .txt {
  max-width: 480px;
}

.cita {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 900px;
}
.cita p {
  margin-bottom: 15px;
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .cita p {
    font-size: 14px;
  }
}

.video-info.equipo {
  background-image: none;
  background-position: unset;
  background-repeat: unset;
}
@media only screen and (max-width: 1024px) {
  .video-info.equipo .video-position h3 {
    font-size: 25px;
    text-align: center;
    margin: 30px auto 30px;
  }
}
.video-info.equipo .video-position p {
  margin: 30px auto 120px;
  max-width: 850px;
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .video-info.equipo .video-position p {
    font-size: 14px;
  }
}

.banner-simple {
  height: 35vh;
}
.banner-simple h2 {
  margin-bottom: 20px;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .banner-simple h2 {
    max-width: 100%;
    text-align: center;
  }
}
.banner-simple h3 {
  margin-bottom: 20px;
  max-width: 900px;
}
@media only screen and (max-width: 1024px) {
  .banner-simple h3 {
    max-width: 100%;
    text-align: center;
  }
}

.banner-convenio-i {
  margin: 0 auto;
  padding: 10% 0 5%;
  max-width: 1200px;
}
.banner-convenio-i h2 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .banner-convenio-i h2 {
    text-align: center;
    flex-direction: column;
    padding-top: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner-convenio-i {
    margin: 0 auto;
    padding: 30% 0 5%;
    flex-direction: column;
    text-align: center;
  }
}

.procedimientos__txt {
  max-width: 990px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 70px;
}
.procedimientos__txt .btn.primary-p {
  color: #fff;
  background: #335c82;
  padding: 12px;
  margin: 20px 12px 0;
  width: 170px;
}
.procedimientos__txt .btn.primary-p:hover {
  background: #fff;
  color: #335c82;
  border: 2px solid #335c82;
}
.procedimientos .container__right {
  display: flex;
  align-items: center;
  margin: 15px 0 30px auto;
  max-width: 1200px;
  gap: 100px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .procedimientos .container__right {
    flex-direction: column;
    gap: 30px;
  }
}
.procedimientos .container__right .txt {
  margin: 0 auto;
}
.procedimientos .container__right .txt h4 {
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .procedimientos .container__right .txt h4 {
    text-align: center;
    flex-direction: column;
  }
}
.procedimientos .container__right .txt ul {
  list-style: disc;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .procedimientos .container__right .txt ul {
    padding-left: 25px;
  }
}
.procedimientos .container__right .txt li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .procedimientos .container__right .txt li {
    height: auto;
  }
}

.resultados {
  text-align: center;
  margin-top: 60px;
}

.bg-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #335c82;
  text-align: center;
  padding: 0 20px;
}
.bg-c h3 {
  color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .bg-c h3 {
    text-align: center;
    flex-direction: column;
  }
}
.bg-c .btn.secondary {
  margin-bottom: 40px;
}

.tecnologia {
  margin: 70px auto 60px;
}
.tecnologia h3 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .tecnologia h3 {
    text-align: center;
    flex-direction: column;
  }
}
.tecnologia__imgs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .tecnologia__imgs {
    grid-template-columns: 1fr;
    height: auto;
  }
}
.tecnologia__imgs img {
  max-width: 380px;
  width: 100%;
  height: 288px;
  object-fit: cover;
  flex: 1;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .tecnologia__imgs img {
    max-width: 100%;
  }
}
.tecnologia p {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 900px;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .tecnologia p {
    flex-direction: column;
  }
}

.pacientes__ayudados {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados {
    margin: 0 auto 60px;
  }
}
.pacientes__ayudados .testimonio {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados .testimonio {
    flex-direction: column;
    gap: 30px;
  }
}
.pacientes__ayudados .testimonio .txt {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados .testimonio .txt h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados .testimonio .txt {
    width: 100%;
  }
}
.pacientes__ayudados .testimonio .txt p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .pacientes__ayudados .testimonio .txt a.btn.primary {
    margin: 0 auto;
    display: flex;
    width: fit-content;
  }
}

.productos {
  text-align: center;
  margin-bottom: 70px;
}
.productos h3 {
  margin-bottom: 30px;
}
.productos .recomendados {
  display: flex;
  margin-top: 30px;
}
.productos .recomendados h4 {
  color: #1e1e1e;
  max-width: 250px;
  margin: 20px auto;
}

.procedimiento-inter-body .banner-interna-pro {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 200px 0 20px;
  max-width: 1200px;
  gap: 30px;
  justify-content: center;
}
.procedimiento-inter-body .banner-interna-pro .info {
  flex: 1;
}
.procedimiento-inter-body .banner-interna-pro h2 {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .banner-interna-pro h2 {
    text-align: center;
    flex-direction: column;
    padding-top: 55px;
  }
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .banner-interna-pro {
    margin: 0 auto;
    padding: 30% 0 5%;
    flex-direction: column;
    text-align: center;
  }
}
.procedimiento-inter-body .banner-interna-pro img {
  border-radius: 50%;
  width: 320px;
  height: 320px;
  overflow: hidden;
  object-fit: cover;
  display: block;
}
.procedimiento-inter-body .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .grid-container {
    grid-template-columns: 1fr;
  }
}
.procedimiento-inter-body #products {
  margin: 30px 0;
}
.procedimiento-inter-body #products h3 {
  text-align: center;
  margin-bottom: 50px;
}
.procedimiento-inter-body .grid-item__pro {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.procedimiento-inter-body .grid-item__pro img {
  width: 100%;
  object-fit: cover;
  max-width: 190px;
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .grid-item__pro img {
    width: 100%;
  }
}
.procedimiento-inter-body .grid-item__pro p {
  margin: 5px 0;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .grid-item__pro p {
    padding: 0;
  }
}
.procedimiento-inter-body .grid-item__pro .btn.secondary {
  margin-top: 20px;
}
.procedimiento-inter-body .container-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
.procedimiento-inter-body .container-p p {
  padding: 20px;
  text-align: justify;
}
.procedimiento-inter-body .container-p .btn.primary {
  margin: 20px auto;
}
.procedimiento-inter-body .procedimientos .txt ul {
  padding-left: 25px;
}
.procedimiento-inter-body .procedimientos .txt ul li {
  margin-bottom: 30px;
  position: relative;
}
.procedimiento-inter-body .procedimientos .txt ul li::before {
  content: "-";
  position: absolute;
  top: 6px;
  left: -14px;
  line-height: 1px;
}
.procedimiento-inter-body .pregunta {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .pregunta {
    margin: 0 auto 60px;
  }
}
.procedimiento-inter-body .pregunta h3 {
  display: flex;
  align-items: center;
  margin: 30px;
}
.procedimiento-inter-body .pregunta h3 img {
  width: 80px;
}
@media only screen and (max-width: 1024px) {
  .procedimiento-inter-body .pregunta h3 {
    text-align: center;
  }
}
.procedimiento-inter-body .pregunta .preguntas {
  margin: 0 auto 70px;
  max-width: 900px;
  width: 100%;
  position: relative;
}
.procedimiento-inter-body .pregunta .preguntas button {
  padding: 30px 70px;
  font-size: 16px;
}
.procedimiento-inter-body .pregunta .preguntas hr {
  background: #4d4d4d;
  border: 0;
  height: 1px;
}
.procedimiento-inter-body .beneficios {
  background-color: #335c82;
  padding: 20px;
}
.procedimiento-inter-body .beneficios .container {
  min-height: 260px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.procedimiento-inter-body .beneficios .container h4 {
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}
.procedimiento-inter-body .beneficios .text {
  overflow: hidden;
  color: #fff;
  max-width: 768px;
  margin: 0 auto;
  font-size: 22px;
}
.procedimiento-inter-body .beneficios .text::after {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  animation: blink 0.7s infinite alternate;
}
@keyframes blink {
  to {
    opacity: 0;
  }
}
.procedimiento-inter-body .rectangle-div {
  margin: 88px auto;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #335c82;
}
.procedimiento-inter-body .rectangle-div h4 {
  position: relative;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
}
.procedimiento-inter-body .rectangle-div .btn.secondary {
  border: 2px solid #fff;
}
.procedimiento-inter-body .pacientes {
  max-width: 980px;
  margin: 50px auto;
}
.procedimiento-inter-body .splide__pagination {
  right: 130px;
  bottom: 0px;
  left: initial;
}

.fueracol #fureacolSplide {
  max-width: 768px;
  margin: 30px auto;
}
.fueracol #fureacolSplide .splide__arrow--next {
  right: -60px;
}
.fueracol #fureacolSplide .splide__arrow--prev {
  left: -60px;
}
.fueracol #fureacolSplide .info_fueracol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fueracol #fureacolSplide .info_fueracol > img {
  object-fit: cover;
  height: 390px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  aspect-ratio: 9/16;
}
.fueracol #fureacolSplide .info_fueracol .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fueracol #fureacolSplide .info_fueracol .txt h3 {
  text-align: center;
}
.fueracol #primary-slider .splide__pagination {
  bottom: 0;
  right: initial;
  left: 200px;
}
.fueracol .proced-extr__quirurgico h3,
.fueracol .proced-extr__no-quirurgico h3 {
  text-decoration: none;
}
.fueracol main {
  padding-top: 180px;
}

.fuera-col h3 {
  margin-bottom: 50px;
}

.bg-c p {
  color: #fff;
  max-width: 1000px;
  margin: 50px auto 30px;
  font-size: 21px;
}
@media only screen and (max-width: 1024px) {
  .bg-c p {
    font-size: 12px;
  }
}
.bg-c .btn {
  font-size: 17px;
  padding: 10px 25px;
  border: 2px solid #fff;
}
.bg-c .redes {
  display: flex;
  gap: 50px;
  margin: 40px auto;
}
@media only screen and (max-width: 1024px) {
  .bg-c .redes {
    flex-direction: column;
  }
}
.bg-c .redes .red {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bg-c .redes .red img {
  width: 50px;
  height: 50px;
}
.bg-c .redes .red p {
  margin: unset;
}

.icons {
  display: flex;
  gap: 50px;
  margin: 15px 0;
}
.icons img {
  width: 70px;
  border-radius: 50%;
}

.proced-extr-pos {
  margin: 50px auto;
}

.proced-extr {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
}
.proced-extr__quirurgicos {
  text-align: center;
}
.proced-extr__quirurgicos h3 {
  color: #335c82;
  margin-bottom: 25px;
}
.proced-extr__quirurgicos h4 {
  cursor: pointer;
  transition: background-color 0.5s ease;
  padding: 50px 0;
  margin: 0;
  color: #1e1e1e;
}
@media only screen and (max-width: 1024px) {
  .proced-extr__quirurgicos h4 {
    font-size: 18px;
  }
}
.proced-extr__quirurgicos h4:hover {
  background-color: #335c82;
  color: #fff;
}
.proced-extr__quirurgicos hr {
  background: #4d4d4d;
  border: 0;
  height: 1px;
}
.proced-extr__no-quirurgicos {
  text-align: center;
}
.proced-extr__no-quirurgicos h3 {
  color: #335c82;
  margin-bottom: 25px;
}
.proced-extr__no-quirurgicos h4 {
  cursor: pointer;
  transition: background-color 0.5s ease;
  padding: 50px 0;
  margin: 0;
  color: #1e1e1e;
}
@media only screen and (max-width: 1024px) {
  .proced-extr__no-quirurgicos h4 {
    font-size: 18px;
  }
}
.proced-extr__no-quirurgicos h4:hover {
  background-color: #335c82;
  color: #fff;
}
.proced-extr__no-quirurgicos hr {
  background: #1e1e1e;
  border: 0;
  height: 1px;
}

.fueracol main #splideGallery img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.fueracol main .bg-c {
  padding: 20px;
}
.fueracol main .bg-c h3 {
  margin: 0;
}
.fueracol main .bg-c .btn.secondary {
  margin: 0;
}
.fueracol main .redes {
  display: flex;
  gap: 50px;
  margin: 10px auto;
}
@media only screen and (max-width: 1024px) {
  .fueracol main .redes {
    flex-direction: column;
  }
}
.fueracol main .redes svg {
  width: 30px;
}
.fueracol main .redes a {
  color: #fff;
  gap: 10px;
  font-size: 14px;
}
.fueracol main #fureacolSplide .info_fueracol > video {
  object-fit: cover;
  height: 390px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
  aspect-ratio: 9/16;
}
.fueracol main #procedimientosDestacados {
  margin-bottom: 50px;
}
.fueracol main #procedimientosDestacados .splide__slide {
  margin-bottom: 30px;
}
.fueracol main .procedimiento-card {
  position: relative;
  display: block;
  height: 100%;
}
.fueracol main .procedimiento-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center;
}

.banner-container .banner img {
  object-position: bottom right;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 auto;
  max-width: 1320px;
  padding: 0 20px;
}

.pregunta h3 {
  display: flex;
  align-items: center;
  margin: 30px;
}

.pregunta h3 img {
  width: 80px;
}

.pregunta .preguntas {
  margin: 0 auto 70px;
  max-width: 900px;
  width: 100%;
  position: relative;
}

.pregunta .preguntas a {
  padding: 30px 70px;
  font-size: 16px;
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.pregunta .preguntas a:hover {
  transform: translateX(5px);
  color: #335c82;
}

.docinter .container__left img {
  max-width: 50%;
  max-height: 559px;
  width: 100%;
}
.docinter .container__left {
  gap: 50px;
  margin: 50px 0;
  padding: 0;
}
.docinter .container__left .txt {
  padding: 60px 20px;
  margin: 0;
}
.docinter .container__left img {
  max-width: 50%;
  max-height: 559px;
  width: 100%;
}
.docinter .banner-container .banner img {
  object-position: bottom left;
}
.docinter .banner-container .banner .txt h2 {
  font-size: 48px;
}
.docinter .banner-container .banner .txt p {
  font-size: 15px;
  width: auto;
}
.docinter .procedimiento-card {
  display: block;
}
.docinter .procedimiento-card img {
  width: 100%;
  border-radius: 15px;
  height: 440px;
  aspect-ratio: 9/16;
}
.docinter .splide__arrow--next {
  right: -60px;
}
.docinter .splide__arrow--prev {
  left: -60px;
}

.convenios main h2,
.fidelizacion main h2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 20px;
}
.convenios main .container__left,
.fidelizacion main .container__left {
  padding: 30px 0;
  display: flex;
  gap: 50px;
}
.convenios main .container__left img,
.fidelizacion main .container__left img {
  width: 50%;
  flex: 1;
}
.convenios main .container__left .txt,
.fidelizacion main .container__left .txt {
  padding: 0 130px 0 0;
  flex: 1;
  margin: 0;
}
.convenios main .container__right,
.fidelizacion main .container__right {
  padding: 30px 0;
  display: flex;
  gap: 50px;
}
.convenios main .container__right img,
.fidelizacion main .container__right img {
  width: 50%;
  flex: 1;
}
.convenios main .container__right .txt,
.fidelizacion main .container__right .txt {
  padding: 0 0 0 130px;
  flex: 1;
  margin: 0;
}
.convenios main .container__conv,
.fidelizacion main .container__conv {
  padding: 30px 0;
}
.convenios main .container__conv h3,
.fidelizacion main .container__conv h3 {
  margin: 0;
}
.convenios main .container__ex,
.fidelizacion main .container__ex {
  margin: 50px auto 90px;
}
.convenios main .container__ex #empresas_convenio,
.fidelizacion main .container__ex #empresas_convenio {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}
.convenios main .container__ex #empresas_convenio .company,
.fidelizacion main .container__ex #empresas_convenio .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.convenios main .container__ex #empresas_convenio .company .image,
.fidelizacion main .container__ex #empresas_convenio .company .image {
  align-items: center;
  justify-content: center;
  display: flex;
}
.convenios main .container__ex #empresas_convenio .company .image img,
.fidelizacion main .container__ex #empresas_convenio .company .image img {
  width: 120px;
  object-fit: contain;
}
.convenios main .container__ex #empresas_convenio .company small,
.fidelizacion main .container__ex #empresas_convenio .company small {
  color: #335c82;
  font-size: 14px;
  display: none;
}

.paymethod header {
  position: static;
}
.paymethod main h2 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.paymethod main .methods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1200px;
  margin: 0 auto;
}
.paymethod main .methods form {
  min-height: auto;
}
.paymethod main .methods form a,
.paymethod main .methods form button {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  background-color: #fff;
  justify-content: center;
  border-radius: 15px;
  padding: 15px;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  flex-direction: column;
  gap: 15px;
}
.paymethod main .methods form a small,
.paymethod main .methods form button small {
  font-size: 12px;
  font-weight: bold;
  color: #295f92;
}
.paymethod main .methods form a svg,
.paymethod main .methods form a img,
.paymethod main .methods form button svg,
.paymethod main .methods form button img {
  width: 100px;
  height: auto;
}
.paymethod main .methods form a:hover,
.paymethod main .methods form button:hover {
  transform: scale(1.1);
}
.paymethod main form {
  width: 100%;
}
.paymethod main form .card-wrapper {
  margin-bottom: 30px;
}
.paymethod main form button {
  display: flex;
  margin: 30px auto;
}

form .form-item input {
  font-size: 14px;
}

.video-card {
  padding: 10px 0;
}
.video-card video,
.video-card img {
  border-radius: 15px;
}

form .form-item label.active,
form .form-item input + label.active {
  font-size: 11px;
  top: -8px;
}

label div.error,
span div.error {
  position: absolute;
  font-size: 10px;
  color: #f00;
  bottom: -15px;
  background: transparent;
}

.cyberpunk-checkbox-label {
  position: relative;
}

.form-item-1 select {
  padding: 8px 15px;
  background: transparent;
}

.agenda header {
  position: static;
}
.agenda main {
  min-height: 650px;
  padding: 0;
}
.agenda main h2 {
  color: #1e1e1e;
  margin: 30px 0;
}
.agenda main h3 {
  color: #1e1e1e;
  margin-bottom: 15px;
}

header .top-bar .container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .fueracol .container__left {
    flex-direction: column;
  }
  .fueracol .container__left .txt {
    text-align: center;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.video-card button {
  z-index: 10;
}
.video-card button .pause {
  display: none;
  position: absolute;
}
.video-card button .play {
  display: block;
  position: absolute;
}

.doctor.left-doc .video-card button {
  right: 20px;
}

.top-bar .container .right ul.agendamenu > li {
  padding: 16px;
}

.kr-embedded {
  margin: 30px auto;
}

.fueracol section {
  margin: 50px auto;
}
.fueracol .container__right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .fueracol .container__right {
    flex-direction: column;
  }
}
.fueracol .container__right .txt {
  text-align: right;
  max-width: 644px;
  margin-left: 50px;
}
.fueracol .phrase {
  background-color: #335c82;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px auto;
}
.fueracol .phrase p {
  max-width: 768px;
  margin: 0 auto 30px;
  color: #fff;
  text-align: center;
}
.fueracol .phrase a.btn.primary {
  background-color: #fff;
  color: #335c82;
  border: 1px solid #335c82;
}
.fueracol .phrase a.btn.primary:hover {
  background-color: #335c82;
  border: 1px solid #fff;
  color: #fff;
}

.video-card img {
  object-position: top;
}

.image-compare {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.responsePay main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.responsePay main .thanks {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.fueracol .container__right .txt {
  margin: 0 auto;
}

.badge {
  position: absolute;
  top: 15px;
  left: 0;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #335c82;
  color: #fff;
}

.infoThanks {
  background: #fff;
  padding: 20px;
  text-align: center;
}
.infoThanks h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
}
.infoThanks p {
  margin-bottom: 30px;
}

.landing .logos-landing {
  display: flex;
  align-items: center;
  margin: 30px auto;
  justify-content: center;
  gap: 30px;
}
.landing .logos-landing img {
  height: 80px;
}
@media (max-width: 768px) {
  .landing .logos-landing {
    display: none;
  }
}
@media (max-width: 768px) {
  .landing .testimonio .txt {
    display: none;
  }
}
.landing header {
  display: none;
}
.landing .banner-container {
  margin-bottom: 300px;
}
@media (max-width: 768px) {
  .landing .banner-container {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .landing .banner .desktopbanner {
    display: none;
  }
}
.landing .banner .mobilebanner {
  display: none;
}
@media (max-width: 768px) {
  .landing .banner .mobilebanner {
    display: block;
  }
}
@media (max-width: 768px) {
  .landing .banner {
    background: #FFF;
    height: auto;
    position: relative;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .landing .banner svg {
    display: none;
  }
}
.landing .banner .container {
  height: 100%;
}
@media (max-width: 768px) {
  .landing .banner .container {
    height: auto;
  }
}
.landing .banner img {
  object-position: left;
}
@media (max-width: 768px) {
  .landing .banner img {
    position: relative;
  }
}
.landing .banner .container-landing {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 15px;
  position: absolute;
  top: 110%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
@media (max-width: 768px) {
  .landing .banner .container-landing {
    display: block;
    position: relative;
    top: 0;
    padding: 0;
    border: 0;
  }
}
.landing .banner .txt {
  position: relative;
  max-width: 580px;
  z-index: 2;
  margin-left: auto;
}
@media (max-width: 768px) {
  .landing .banner .txt {
    background: #FFF;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.landing .banner .txt img {
  width: 300px;
  position: static;
  margin-bottom: 20px;
}
.landing .banner .txt h2 {
  font-size: 50px;
}
@media only screen and (max-width: 1024px) {
  .landing .banner .txt h2 {
    font-size: 24px;
  }
}
.landing .banner .txt h3 {
  font-size: 16px;
}
.landing .container-p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 768px;
  margin: 0 auto 50px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .landing .container-p {
    width: 100%;
    max-width: 350px;
  }
}
.landing .container-p .btn.primary-landing {
  color: #fff;
  background: #2aa81a;
  margin-top: 20px;
}
.landing .container-p .btn.primary-landing svg {
  width: 24px;
  height: 24px;
}
.landing .container-p .btn.primary-landing:hover {
  background: #fff;
  color: #335c82;
  border: 2px solid #335c82;
}
.landing .container__right {
  justify-content: center;
  gap: 150px;
}
.landing .container__right .txt-landing {
  text-align: left;
  max-width: 423px;
  margin: auto 0;
}
.landing .container__right .txt-landing h4 {
  font-size: 38px;
}
.landing .container__right .iconos {
  display: flex;
  justify-content: space-around;
  color: #335c82;
  margin: 50px 0 0;
  gap: 20px;
}
.landing .container__right .iconos .icono {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 15px 15px 0;
}
.landing .container__right .iconos .icono h5 {
  margin: 15px 0 25px 0;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.landing .container__right .iconos .icono:hover {
  background: #d9d9d9;
}
.landing .container__right .iconos .icono .icono__img {
  background-color: #335c82;
  border-radius: 50%;
  height: 76px;
  width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing .container__right .iconos .icono .icono__img img {
  position: relative;
  object-fit: contain;
  max-width: 50px;
}
.landing .rectangle-div {
  margin: 88px auto;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #335c82;
}
.landing .rectangle-div h4 {
  color: #fff;
  font-size: 35px;
}
.landing .rectangle-div .btn.secondary:hover {
  background: #335c82;
  color: #fff;
  border: 2px solid #fff;
}
.landing #equipo_destacado .container {
  display: flex;
}
@media (max-width: 768px) {
  .landing .container .txt img {
    width: 100%;
    max-width: 235px;
    height: auto;
    margin: 20px auto;
    display: block;
  }
}
.landing .container .doctor {
  flex-direction: column-reverse;
}
.landing .container .doctor a {
  display: none;
}
.landing .container .doctor .left-doc {
  flex-direction: column-reverse;
}
.landing .resultados-div {
  margin: 88px auto;
  max-width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .landing .resultados-div {
    margin: 0 auto;
  }
}
.landing .resultados__px {
  text-align: center;
}
.landing .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .landing .content {
    flex-direction: column;
    gap: 20px;
  }
}
.landing .reason {
  flex: 0 0 30%;
  text-align: center;
}
.landing .reason-number {
  font-size: 36px;
  color: #1e1e1e;
}
.landing .reason-description {
  font-size: 16px;
  color: #1e1e1e;
}
.landing .map {
  margin-top: 40px;
}
.landing .map iframe {
  width: 600px;
  height: 450px;
}
@media only screen and (max-width: 768px) {
  .landing .map iframe {
    width: 100%;
    height: 400px;
  }
}
.landing .procedimiento-card {
  display: block;
}
.landing .procedimiento-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.landing .container-landing {
  text-align: center;
  margin: 0 auto;
  max-width: 586px;
  width: 100%;
  padding: 30px;
  position: relative;
}
.landing .container-landing h1 {
  margin: 0 auto;
  padding: 20px 0 20px;
  font-size: 32px;
  max-width: 400px;
}
.landing .container-landing p {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
}
.landing .container-landing label {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  align-items: flex-end;
}
.landing .category-splide .splide__arrow--prev {
  left: -6em;
}
.landing .category-splide .splide__arrow--next {
  right: -6em;
}
.landing .container .logos-landing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .landing .container .logos-landing {
    display: none;
  }
}
.landing .container .logos-landing a:hover {
  opacity: unset;
}
.landing .container .logos-landing img {
  width: 130px;
  filter: grayscale(100%);
  height: 85px;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .landing .container__right {
    flex-direction: column;
    gap: 20px;
  }
  .landing .container__right .txt-landing {
    text-align: center;
    width: 100%;
    max-width: 350px;
  }
  .landing .container__right .txt-landing h4 {
    font-size: 30px;
  }
  .landing .container__right .iconos {
    flex-direction: column;
  }
  .landing .container__right .iconos .icono {
    padding: 10px;
  }
  .landing .rectangle-div {
    margin: 20px auto;
  }
  .landing .rectangle-div h4 {
    font-size: 24px;
    text-align: center;
  }
  .landing .container {
    flex-direction: column;
  }
}

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