a {
  cursor: pointer;
}
body {
  font-family: Livvic, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #454545;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}
.page-wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  color: #1f2632;
  font-family: "Barlow Condensed", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.h1,
h1 {
  font-size: 70px;
  font-style: normal;
  line-height: 80px;
  font-weight: 700;
  letter-spacing: 0;
}
.h2,
h2 {
  font-size: 40px;
  font-style: normal;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.h3,
h3 {
  font-size: 30px;
  font-style: normal;
  line-height: 40px;
  font-weight: 600;
}
.h4,
h4 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 34px;
}
.h5,
h5 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 26px;
}
.h6,
h6 {
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 10px;
}
ul {
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.7;
}
.lead {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
}
.z-index-0 {
  z-index: 0;
  position: relative;
}
.z-index-1 {
  z-index: 9;
  position: relative;
}
section {
  padding: 80px 0;
}
.font-w-3 {
  font-weight: 300;
}
.font-w-4 {
  font-weight: 400;
}
.font-w-5 {
  font-weight: 500;
}
.font-w-6 {
  font-weight: 600;
}
.font-w-7 {
  font-weight: 700;
}
.font-w-8 {
  font-weight: 800;
}
.font-w-9 {
  font-weight: 900;
}
.line-h-2 {
  line-height: 1.6;
}
.line-h-3 {
  line-height: 1.7;
}
.line-h-4 {
  line-height: 1.8;
}
.line-h-5 {
  line-height: 1.9;
}
.letter-space-1 {
  letter-spacing: 5px;
}
.letter-space-2 {
  letter-spacing: 10px;
}
.letter-space-3 {
  letter-spacing: 15px;
}
.text-theme {
  color: #3351b7;
}
.text-hover {
  color: #e74c3c;
}
.text-black {
  color: #1f2632;
}
.text-grey {
  color: #454545;
}
.text-rgba {
  color: rgba(255, 255, 255, 0.8);
}
.white-bg {
  background-color: #fff;
}
.dark-bg {
  background-color: #0a1426;
}
.light-bg {
  background-color: #f5f8fd;
}
.theme-bg {
  background-color: #3351b7;
}
.transparent-bg {
  background-color: inherit !important;
}
.fullscreen-banner {
  position: relative;
  min-height: 750px;
}
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.align-center {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 9;
}
.fullscreen-banner .item,
.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-item,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-stage-outer {
  height: 100%;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-pos-l {
  background-position: left;
}
.bg-pos-r {
  background-position: right;
}
.bg-pos-rt {
  background-position: right top;
}
.bg-pos-lt {
  background-position: left top;
}
.bg-pos-rb {
  background-position: right bottom;
}
.bg-pos-lb {
  background-position: left bottom;
}
.bg-repeat {
  background-repeat: repeat;
}
.countdown {
  width: 100%;
}
.countdown > li {
  list-style-type: none;
  text-align: center;
}
.countdown > li span {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  width: 150px;
  height: 150px;
  line-height: 150px;
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  color: #3351b7;
}
.countdown > li p {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  display: block;
  margin-bottom: 0;
  color: #fff;
}
.terms-and-conditions p {
  margin-bottom: 25px;
}
.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}
.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}
.privacy-policy p {
  margin-bottom: 25px;
}
.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}
.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}
.contact-media a {
  color: #fff;
}
.contact-media a:hover {
  color: #3351b7;
}
.form-group {
  margin-bottom: 20px;
  position: relative;
}
label {
  font-size: 14px;
  color: #1f2632;
}
.form-control {
  font-size: 14px;
  height: 50px;
  color: #454545;
  border: 1px solid #e9eaed;
  border-radius: 0;
}
textarea.form-control {
  height: 120px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #e74c3c;
}
select.form-control {
  height: 50px !important;
}
iframe {
  width: 100%;
  border: none;
  pointer-events: auto;
}
.form-control::-webkit-input-placeholder {
  color: #454545;
}
.form-control::-moz-placeholder {
  color: #454545;
}
.form-control:-ms-input-placeholder {
  color: #454545;
}
.form-control:-moz-placeholder {
  color: #454545;
}
.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  width: 100%;
  font-size: 0.8rem;
}
.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  width: 100%;
  font-size: 0.8rem;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #1f2632 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.map {
  height: 400px;
  z-index: 999;
}
.map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.video-btn {
  position: relative;
  display: inline-block;
}
.video-btn-pos {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto !important;
  z-index: 99;
}
.video-btn .play-btn {
  width: 80px;
  border-radius: 50%;
  cursor: pointer;
  height: 80px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  position: relative;
}
.video-btn .play-btn::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #3351b7;
  left: 0;
  top: 0;
  transform: scale(0.6);
  transition: 0.5s ease;
  border-radius: 50%;
  opacity: 0;
}
.video-btn .play-btn:hover::after {
  transform: scale(1);
  opacity: 1;
}
.video-btn .play-btn i {
  z-index: 1;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #3351b7;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.2s ease-out !important;
  transform: translate3d(-50%, -50%, 0);
}
.video-btn .play-btn:hover i {
  transform: translate3d(-50%, -50%, 0) scale(0.75);
  color: #fff;
}
.image-column {
  position: absolute;
  left: 0;
  top: 50%;
}
.image-column.right {
  left: inherit;
  right: 0;
}
.list-icon li {
  display: flex;
  align-items: center;
}
.list-icon li i {
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 22px;
  background: #3351b7;
}
.ic-1x {
  font-size: 1em;
}
.ic-2x {
  font-size: 2em;
}
.ic-3x {
  font-size: 3em;
}
.ic-5x {
  font-size: 5em;
}
.ic-7x {
  font-size: 7em;
}
.product-card {
  border: none;
  overflow: hidden;
}
.product-link {
  padding: 20px 15px;
  opacity: 0;
  right: 0;
  top: 2rem;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.product-card:hover .product-link {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-link button {
  color: #1f2632;
  font-size: 20px;
  border: none;
  padding: 0.5rem 0.75rem;
  background: #fff;
  display: block;
}
.product-link button:hover {
  background: #3351b7;
  color: #fff;
}
.product-card .card-body {
  padding: 20px;
  position: relative;
  text-align: center;
  background: #fff;
}
.product-title a {
  color: #1f2632;
  font-size: 18px;
  font-weight: 500;
}
.product-title a:hover {
  color: #3351b7;
}
.product-price {
  color: #3351b7;
  font-weight: 600;
}
.product-price del {
  font-size: 0.9rem;
}
.product-list.product-card {
  padding: 0;
}
.product-list.product-card .card-body {
  text-align: left;
}
.star-rating {
  color: #fdcc0d;
}
.form-check-input:checked {
  background-color: #3351b7;
  border-color: #3351b7;
}
input.form-product {
  -moz-appearance: textfield;
  height: 40px;
  border: none;
  background: #fff;
  text-align: center;
  width: 50px;
  border-top: 1px solid #e9eaed;
  border-bottom: 1px solid #e9eaed;
  color: #1f2632;
  vertical-align: middle;
}
.btn-product {
  background: 0 0;
  color: #1f2632;
  border: 1px solid #e9eaed;
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}
.view-filter a.active {
  color: #3351b7;
}
.view-filter a {
  color: #1f2632;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.cart-table thead th {
  padding: 20px;
  vertical-align: middle;
  color: #1f2632;
  font-size: 20px;
  font-weight: 600;
}
.cart-table td {
  padding: 10px;
  color: #1f2632;
  vertical-align: middle;
}
.sidebar-links li {
  margin-bottom: 15px;
}
.sidebar-links li:last-child {
  margin-bottom: 0;
}
.sidebar-links li a {
  background-color: #fff;
  color: #1f2632;
  display: block;
  font-size: 15px;
  padding: 15px 20px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
  border-left: 3px solid transparent;
}
.sidebar-links li a:hover,
.sidebar-links li.active a {
  color: #3351b7;
  padding-left: 25px;
  border-left: 3px solid #3351b7;
}
.img-border {
  border: 10px solid #fff;
}
.bg-effect:after {
  background: #dafeff;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 50%;
  border-radius: 0.25rem;
}
.bg-effect.right:after {
  left: inherit;
  right: 0;
}
.shape-1 {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.shape-1.bottom {
  top: inherit;
  bottom: -1px;
}
.round-anim {
  content: "";
  position: absolute;
  top: -10%;
  left: 0;
  width: 700px;
  height: 700px;
  border: 50px solid #dafeff;
  border-radius: 50%;
  display: inline-block;
  z-index: -1;
  animation-name: zoom-fade;
  animation-duration: 5s;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.round-anim.right {
  right: -10%;
  left: inherit;
}
.round-anim.center {
  left: 50%;
  margin-left: -350px;
}
.header-top {
  padding: 1% 0;
}
@media (max-width: 1200px) {
  .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 36px;
    line-height: 46px;
  }
  .custom-mt-0 {
    margin-top: 0 !important;
  }
  #header-wrap {
    padding: 10px 0;
  }
  .navbar-toggler {
    background: 0 0;
    float: right;
    height: 34px;
    width: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #454545;
  }
  .navbar-nav ul {
    position: static;
  }
  .navbar-nav > .nav-item {
    margin: 0;
  }
  .navbar-nav .nav-link {
    padding: 10px !important;
    color: #454545;
  }
  .navbar-nav .nav-item .nav-link.active,
  .navbar-nav .nav-item .nav-link.show,
  .navbar-nav .nav-link:hover {
    background: #3351b7;
    color: #fff;
  }
  .navbar-collapse {
    background: #fff;
    max-height: 400px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 100%;
    width: 100%;
    overflow: auto;
    border: medium none;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  }
  .navbar-toggler span {
    width: 26px;
    height: 2px;
    margin: 5px auto;
    display: block;
    background: #3351b7;
  }
  .navbar-nav .dropdown-toggle::after {
    content: "+";
    background: 0 0 !important;
    position: absolute;
    border: none;
    top: 50%;
    right: 10px;
    margin: -0.5em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
  }
  .navbar-nav .dropdown > .dropdown-toggle.show::after {
    content: "-";
  }
  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    width: auto;
    height: auto;
    margin-right: 0;
  }
  .navbar {
    padding: 0;
  }
  .fullscreen-banner {
    min-height: inherit;
    height: auto !important;
  }
  .fullscreen-banner .align-center {
    position: inherit;
    transform: inherit;
    padding: 150px 0 150px !important;
  }
  .image-column {
    left: 0;
    position: relative;
    top: inherit;
    transform: inherit;
  }
  .image-column-h {
    min-height: 300px;
  }
  .countdown > li span {
    font-size: 60px;
    line-height: 70px;
  }
  .countdown > li p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .section-title p {
    font-size: 16px;
  }
  .page-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .logo img {
    max-height: 40px;
  }
  .countdown > li span {
    font-size: 40px;
    line-height: 40px;
  }
  .countdown > li p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .navbar {
    display: block;
  }
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .logo img {
    max-height: 50px;
  }
  .fullscreen-banner p br,
  .section-title br {
    display: none;
  }
  .breadcrumb-item {
    line-height: 30px;
  }
  .tab .nav-tabs .nav-link {
    display: block;
    width: 100%;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.doctorweb .doc1 {
  width: 2%;
  animation: 10s doc infinite ease;
}
.doctorweb .doc2 {
  width: 10%;
}

.doctorweb .doc3 {
  width: 8%;
  animation: 10s doc infinite ease;
}
.doctorweb .doc4 {
  width: 45%;
}


@keyframes doc {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  90% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
.btn-whatsapp {
  display: block;
  width: 75px;
  height: 75px;
  color: #333;
  position: fixed;
  right: 0;
  bottom: 1%;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  z-index: 999;
  font-size: 70px !important;
  background: #25d366;
  transition: ease 0.5s;
}
.btn-whatsapp i {
  color: #fff !important;
  transition: ease 0.5s;
  display: block;
  margin-top: 4%;
}
.btn-whatsapp:hover {
  background-color: #333;
  transform: rotate(360deg);
  transition: ease 0.5s;
}
.btn-whatsapp span {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 0.3em;
  right: 2px;
  background-color: #de2f36;
  color: #fff;
  border-radius: 100px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  transition: 0.5s ease;
  animation: iconw 2s infinite ease-in-out;
}
.btn-whatsapp:hover span {
  display: none !important;
  transition: 0.5s ease;
}
@keyframes iconw {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #3351b7;
  transition: 0.5s;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
  transition: 0.5s;
}
.social-bar {
  position: fixed;
  right: 0.5%;
  top: 20%;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}
.icono {
  color: #3351b7 !important;
  background: #fff;
  text-decoration: none;
  height: 50px;
  width: 50px;
  display: flex;
  transition: all 0.5s;
  margin-top: 10%;
  position: relative;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.icono .la {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
}
.icono-facebook {
  background: #53c5d4;
}
.icono-twitter {
  background: #caf55f;
}
.icono-youtube {
  background: #caf55f;
}
.icono-instagram {
  background: #f08da9;
}
.icono:hover {
  background-color: #333;
  color: #fff;
  transition: 0.5s ease;
}
.verdewhats {
  background-color: #25d366 !important;
  color: #fff !important;
}
.verdewhats i {
  color: #fff !important;
}
.title span {
  border-bottom: 2px solid #3351b7 !important;
}
.section-title h2 {
  color: #3351b7;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .featured-item.style-1,
  .section-title,
  .service-desc,
  .service-title,
  .theme-bg {
    text-align: center;
  }
  .banner-slider .container {
    text-align: center;
  }
  [data-bg-img] {
    background-position: 80%;
  }
  [data-overlay].overlay-50:before {
    width: 100%;
  }
  .btn {
    margin-bottom: 2%;
  }
  .btn-box {
    text-align: center;
  }
  .centertextr {
    text-align: center;
  }
  .doctorweb .doc1 {
    width: 5%;
  }
  .doctorweb .doc2 {
    width: 20%;
  }
  .doctorweb {
    display: block;
  }
}

.social-bar {
  position: fixed;
  right: 0.5%;
  top: 30%;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}

.icono {
  color: #fff !important;
  text-decoration: none;
  height: 50px;
  width: 50px;
  display: flex;
  transition: all 0.5s;
  margin-top: 10%;
  position: relative;
  border-radius: 100px;
  border: 3px solid rgba(0, 0, 0, 0.1);
}

.icono .fa,
.icono .fab {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icono-facebook {
  background: #be0065;
}

.icono-twitter {
  background: #c2aee0;
}

.icono-youtube {
  background: #be0065;
}

.icono-instagram {
  background: #193bae;
}

.icono:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
  color: #333;
  transition: 0.5s ease;
}

@media only screen and (max-width: 600px) {
  .social-bar {
    top: 40%;
  }
}

/*new-text*/

.new-text {
  background-color: #0a1426e8;
  border-radius: 30px;
  padding: 3% 5%;
}
.new-text h1 {
  font-size: 40px !important;
  line-height: 40px;
  text-align: center;
}
.new-text p {
  font-size: 28px !important;
  line-height: 40px;
  text-align: center;
}
.boton {
  text-align: center;
}
.notice h2 {
  font-size: 28px !important;
  text-align: center !important;
}
.notice h3 {
  font-size: 20px !important;
  text-align: start !important;
  line-height: 22px;
}
.call h4 {
  font-size: 35px !important;
  color: #193bae !important;
  margin-top: -50px;
}
.call p {
  font-size: 23px !important;
}
.call h5 {
  font-size: 30px !important;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .new-text {
    margin-top: -50px;
    padding: 10% 2%;
  }
  .new-text h1 {
    font-size: 23px !important;
    line-height: 25px;
  }
  .new-text p {
    font-size: 14px !important;
    line-height: 25px;
    text-align: center;
  }
  .boton a {
    font-size: 13px;
  }
  .notice h2 {
    font-size: 20px !important;
    text-align: center !important;
    line-height: 22px;
    margin-top: -50px;
  }
  .notice h3 {
    font-size: 18px !important;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .notice p {
    font-size: 15px !important;
    line-height: 20px;
    text-align: justify;
  }
  .call h4 {
    font-size: 18px !important;
  }
  .call p {
    font-size: 15px !important;
  }
  .call h5 {
    font-size: 18px !important;
  }
}

/*<!-------------------- Start Videos section  --------------------*/
.section-video {
  background-image: url("../images/bg/nefrologo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 55;
}

.section-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #04123db0;
}

.section-video_title {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 56;
}

.section-video_videos {
  display: grid;
  justify-content: center;
  gap: 55px 0;
  position: relative;
  z-index: 56;
}

.section-video_card {
  background-color: #ffff;
  padding-bottom: 15px;
  border-radius: 20px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.137);
}

.section-video_cardTitle {
  text-align: left;
  margin-top: 15px;
  color: #23293b;
  padding: 0 15px;
}

.section-video_cardVideo {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

@media screen and (min-width: 992px) {
  /*
            .section-video_cardTitle{
              text-align: left;
            } 
              */

  .section-video > .container {
    max-width: 1200px !important;
  }

  .section-video_videos {
    align-items: flex-start;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 35px;
  }
}
/*<!-------------------- End Videos section  --------------------*/




.btn-slider-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.btn-slider-container > a{
  margin: 0 !important;
}


/* Estilos para pantallas de 1024px a 1280px */
@media (min-width: 1023px) and (max-width: 1281px) {
  #site-header {
    background-color: #fff; /* Ajusta el color de fondo según tu diseño */
  }

  .header-top {
    padding: 10px 0;
  }

  .topbar-link {
    flex-wrap: wrap;
    justify-content: center;
  }

  .navbar {
    padding: 0;
    overflow: visible; /* Evitar el desbordamiento horizontal */
  }

  .navbar-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .nav-item {
    margin: 0 15px; /* Espaciado entre elementos */
  }

  .navbar-nav .nav-link {
    white-space: nowrap;
  }

  .btn-theme {
    width: auto;
    margin-left: 10px;
  }

  /* Ajustes para el submenú */
  .dropdown-menu {
    position: absolute; /* Asegura que el submenú se posicione correctamente */
    left: 0; /* Alinea el submenú a la izquierda del elemento padre */
    z-index: 1000; /* Asegura que el submenú esté por encima de otros elementos */
    display: none; /* Oculta el submenú por defecto */
  }

  .dropdown:hover .dropdown-menu {
    display: block; /* Muestra el submenú al pasar el cursor */
  }

  /* Asegura que los botones se mantengan visibles en pantallas grandes */
  .right-nav {
    display: flex; /* Asegura que el botón de llamar esté visible */
    justify-content: flex-end;
  }

  .btn-theme {
    display: inline-block; /* Asegura que el botón de llamar esté visible */
  }
}

/* Para evitar que se apliquen estilos en pantallas más pequeñas o más grandes */
@media (max-width: 1023px), (min-width: 1281px) {
  /* No se aplican estilos, se mantiene el diseño original */
}


.list-legal-information {
  padding-top: 25px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}


.copyright-text {
  display: flex;
  justify-content: center; /* Centrado por defecto */
  align-items: center;
  text-align: center;
  padding: 10px; /* Espaciado opcional */
}

@media (max-width: 600px) {
  .copyright-text {
      justify-content: flex-start; /* Alineación a la izquierda en móviles */
      text-align: left; /* Alineación del texto a la izquierda */
  }
}
