/*
    Theme Name: Openfs for Labogen SRL
    Theme URI:  https://github.com/Open-FS/labogen-bolivia
    Author: OpenFS LLC
    Author URI: https://github.com/hmcarlosj
    Description: Theme for Labogen SRL
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: laboratories
    Text Domain: labogen
*/

@font-face {
  font-family: 'DM Sans';
  src: url("../openfs/assets/fonts/DMSans-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../openfs/assets/fonts/DMSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../openfs/assets/fonts/DMSans-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../openfs/assets/fonts/DMSans-Bold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DM Sans';
  src: url("../openfs/assets/fonts/DMSans-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sora';
  src: url("../openfs/assets/fonts/Sora-SemiBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sora';
  src: url("../openfs/assets/fonts/Sora-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1.2;
  font-size: 15px;
  color: #5c5c77;
  font-family: 'DM Sans', sans-serif;
}

p {
  font-weight: 400;
  color: #5c5c77;
  font-size: 15px;
  line-height: 1.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e4b;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 60px;
}

h2,
.h2 {
  font-size: 40px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

@media (max-width: 575px) {

  h6,
  .h6 {
    font-size: 14px;
  }
}

.text-primary {
  color: #2b409d !important;
}

.bg-primary {
  background-color: #2b386b !important;
}

.btn-primary {
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding: 10px 35px 10px 35px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-decoration: none;
  background-color: #fff;
  color: #2E3B6D;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  border-color: #fff;
}

.btn-primary:after {
  display: block;
  content: "";
  top: -100%;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(-45deg);
}

.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
  background-color: #2E3B6D;
  color: #FFFFFF;
  border-color: #fff;
}

.btn-primary:hover:after,
.btn-primary:focus:after {
  transition: top 0.4s ease-in, left 0.4s ease-in, transform 0.4s ease-in;
  top: 100%;
  left: 100%;
  transform: rotate(-25deg);
}

.btn-primary:active {
  top: 2px;
}

.btn-sec {
  color: white;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding: 10px 35px 10px 35px;
  font-size: 14px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  text-decoration: none;
  background-color: #2E3B6D;
  color: #FFF;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  border-color: #fff;
}

.btn-sec:after {
  display: block;
  content: "";
  top: -100%;
  left: -100%;
  position: absolute;
  width: 100%;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(-45deg);
}

.btn-sec:hover,
.btn-sec:focus {
  text-decoration: none;
  background-color: #fff;
  color: #2E3B6D;
  border-color: #2E3B6D;
}

.btn-sec:hover:after,
.btn-sec:focus:after {
  transition: top 0.4s ease-in, left 0.4s ease-in, transform 0.4s ease-in;
  top: 100%;
  left: 100%;
  transform: rotate(-25deg);
}

.btn-sec:active {
  top: 2px;
}


.btn-sm {
  font-size: 14px;
  padding: 10px 35px;
}


body {
  background-color: #fff;
  overflow-x: hidden;
}


ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a {
  color: #00B5D8;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button {
  cursor: pointer;
  transition: .2s ease;
}

h4 {
  transition: .2s ease;
}


.menu-top {

  padding-left: 10px;
  padding-right: 10px;
}

.menu-top ul li{
padding-bottom: 20px;
padding-top: 20px;
}


.btn-conv{
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  color: #2b386b;
}

.btn-conv a{
  color: #2b386b !important;
  font-weight: 800;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: white;
  position: relative;
  z-index: 0;
}


.navigation {
  position: absolute;
  transition: .2s ease;
}

.nav-bg {
  background-color: rgb(0 0 0 / 85%);
}

link:focus {
  color: #00B5D8;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  box-shadow: 0 2px 5px #0000000d;
}

.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sub-menu {
  box-shadow: 0px 3px 9px 0px rgb(0 0 0 / 65%);
  top: 70%;
  padding: 10px 0;
  border-radius: 5px;
  display: block;
  visibility: hidden;
  transition: .3s ease;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(20px);
  background: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 999;
  width: 280px;
  margin-top: 4px;
}


.sub-menu li>a {
  color: #000 !important;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}

.sub-menu li {
  padding: 5px 12px;
  text-align: left;
  border-bottom: 1px solid #efefef;
}

.sub-menu li>a:hover {
  color: #4091bf;
}

.sub-menu li::before {
  display: none;
}


.nav-menu .current-menu-item>a,
.nav-menu .current_page_item>a,
.nav-menu .current-menu-ancestor>a {
  color: #00B5D8 !important;
  font-weight: bold;
  position: relative;
}

.nav-mobile-menu .current-menu-item>a,
.nav-mobile-menu .current_page_item>a,
.nav-mobile-menu .current-menu-ancestor>a {
  color: #00B5D8 !important;
}

.nav-mobile-menu a:hover {
  color: #00B5D8 !important; 
}

.nav-menu .current-menu-item>a::after,
.nav-menu .current_page_item>a::after,
.nav-menu .current-menu-ancestor>a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00B5D8;
}

.nav-menu a {
  transition: color 0.3s ease;
}

.overlay-banner {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #1a1a37;
  opacity: .8;
}

.blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  z-index: -1;
}

.blur-content h1 {
  color: #fff!important;
  font-family: 'Sora', sans-serif;
  font-size: 30px;
  margin-bottom: 0px;
}

.blur-content p {
  color: #11a9ff;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
}

.page-title-section-f {
  padding: 190px 0 80px;
}

.event-card__title {
  transition: color .3s ease;
}

.event-card:hover .event-card__title{
  color: #FFF;
}

.event-card__image {
  transition: all .4s ease;
  aspect-ratio: 3/4;
}

.event-card:hover .event-card__image{
  transform: scale(1.05);
}

.line-clamp-2 {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.form-control {
  height: 60px;
  background: #fff;
  border-radius: 0;
  padding-left: 25px;
}

.form-control:focus {
  border-color: #05c8ff;
  box-shadow: none;
}

.bg-footer {
  background-color: #121e41 !important;
}

.list-unstyled li>a:hover {
  color: #00B5D8;
}

.nav-menu li>a {
  position: relative;
  display: inline-block;
  color: #fff;
  /* color base */
  transition: color 0.3s ease;
}

.nav-menu li>a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00B5D8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}


.nav-menu li>a:hover {
  color: #00B5D8;
}

.nav-menu li>a:hover::after {
  transform: scaleX(1);
}

.nav-menu .current-menu-item>a::after,
.nav-menu .current_page_item>a::after,
.nav-menu .current-menu-ancestor>a::after {
  transform: scaleX(1);
}

.text-yellow {
  color: #05c8ff;
  font-size: 30px;
}

.overlay-banner {
  position: relative;
}

.overlay-banner::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(261deg, rgb(0 0 8) 0%, rgb(0 0 8 / 78%) 71%);
  opacity: .9;
}

.text-slog {

  font-size: 55px;
  margin-top: -25px;
}


::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #000711;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #000711;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
  background-color: #000711;
}

::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover,
::-webkit-scrollbar-track:active {
  background: #ffffff;
}

.swiper {
  height: 95vh;
  min-height: 520px;
  position: relative;
}

.swiper-slide {
  position: relative;
  height: 100%;
}

.header-menu {
  z-index: 2;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  transition: transform 8s ease;
}


.overlay-black {
  position: absolute;
  width: 100%;
  height: 100%;
  background:  linear-gradient(310deg, rgb(69 101 152 / 42%) 0%, rgb(18 30 65 / 76%) 71%);;
  z-index: 2;
}

.hero-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: left;
}

.hero-super {
  font-size: 45px;
  font-weight: 900;
  line-height: normal;
  font-family: 'Sora', sans-serif;
  margin-bottom: 0px;
}

.hero-sub {
  font-size: 45px;
  font-weight: 200;
  line-height: normal;
}

.hero-slogan {
  font-size: 55px;
  font-weight: 500;
  line-height: normal;
}


.subtitle-slider-p {
  font-weight: 900;
  color: #00CFFF;
  text-transform: uppercase;
  line-height: normal;
  padding-bottom: 0px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.offcanvas {
  z-index: 9999;
}

.offcanvas-body {
  overflow-y: auto;
  flex-grow: 1;
}

.offcanvas-body ul {
  text-align: start !important;
}

.offcanvas-body ul li {
  margin-bottom: 10px;
}

.offcanvas-body ul li a {
  color: #000 !important;
}

.offcanvas-body li::before {
  display: none !important;
}

.floatWapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 20px;
  background-color: #7acf4a;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  transition: 0.3s all;
}

.floatWapp:hover {
  color: #FFF;
  transform: scale(1.08);
  transition: 0.3s all;
}

.floatWapp svg {
  margin-top: 10px;
}

.floatWapp:after,
.floatWapp:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #7acf4a;
  -webkit-animation-name: popupBtn;
  animation-name: popupBtn;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: .6
  }

  50% {
    transform: scale(1.6);
    opacity: .3
  }

  to {
    transform: scale(2.2);
    opacity: 0
  }
}

@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: .6
  }

  50% {
    transform: scale(1.6);
    opacity: .3
  }

  to {
    transform: scale(2.2);
    opacity: 0
  }
}

.social-rrss {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 0;
  margin-bottom: 10px;
  width: 195px;
  z-index: 9999;
}

.social-rrss a {
  text-decoration: none;
  font-weight: bold;
  padding: 0.6em;
  margin: 3px 0px;
  text-align: left;
  transform: translateX(150px);
  transition: all 0.5s;
  display: flex;
}

.book {
  color: #fff;
  border-radius: 10px 0px 0px 10px;
}

.icon {
  margin-right: 5px;
}

.book p {
  color: #fff;
  margin-bottom: 0px;
}

.social-rrss a i {
  margin-right: 20px;
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
}

.social-rrss>a:hover {
  transform: translateX(0px);
  color: white;
}

.menu-item {
  margin-bottom: 5px;
  position: relative;
}

.menu-item a {
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
}

.menu-item a:hover {
  color: #05c8ff;

}


#header {
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: none;
}

#header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: #2b386b;
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}


#logo {
  transition: all 0.3s ease;
  height: 120px;
  max-width: 200px;
  object-fit: contain;
}

#logo.shrink-logo {
  height: 70px;
}


#menu-top {

  opacity: 1;

  height: auto;
  overflow: hidden;
}

#menu-top.hidden-top {
  opacity: 0;

  height: 0;
  padding: 0 !important;
  margin: 0 !important;
}


@media (max-width: 768px) {
  #logo {
    height: 80px;
  }

  #logo.shrink-logo {
    height: 50px;
  }
}


body.header-sticky {
  padding-top: 0;
}

.header-menu {
  position: absolute;
}


.border-nav {
  border-bottom: 1px solid rgb(255 255 255 / 6%);
  border-right: 1px solid rgb(255 255 255 / 6%);
}

.nav-border {
  border-bottom: 1px solid rgb(255 255 255 / 6%);
}

.list-unstyled li>a {
  color: #fff;
}


.logo {
  background-color: transparent !important;
}

#logo-normal {
  padding: 0px 1rem;
  height: 120px;
}

#header.sticky .logo {
  background-color: white !important;

}

#header {
  transition: all 0.3s ease;
}

.logo-img {
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.07);
  cursor: pointer;
}

.nav-menu {
  gap: 1rem !important;
}

#logo-sticky {
  height: 80px;
  padding: 10px 0px;
}

.bg-services {
  background: #031b4e;
}

.card-service {
  transition: all 0.3s ease-in-out;
  border: 1px solid rgb(255 255 255 / 38%);
  background-color: #031b4e;
  color: #fff;
  position: relative;
  height: 360px;
}


.card-service h3 {
  color: #fff;
  transition: color 0.3s ease-in-out;
  font-size: 21px;
  margin-bottom: 20px;
}

.card-service__description {
  color: #ffffff99;
  transition: color 0.3s ease-in-out;
}


.card-service__icon-img {
  width: 80px;
  padding-bottom: 1rem;
  filter: brightness(0) saturate(100%) invert(1);
  transition: filter 0.3s ease-in-out;
}


.card-service:hover {
  background-color: #fff;
  color: #000;
}

.card-service:hover h3 {
  color: #000;
}

.card-service:hover .card-service__description {
  color: #8893b9;
}

.card-service:hover .card-service__icon-img {
  filter: none;
}

.card-service__arrow {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  transition: transform 0.3s ease, color 0.3s ease;
  transform-origin: center;
}

.card-service:hover .card-service__arrow {
  filter: brightness(0);
  transform: rotate(20deg);
}

.footer {
  background-image: url('/wp-content/themes/openfs/assets/img/bg-footer.png');
  background-repeat: no-repeat;
  background-position: 0px 4rem;
  border-bottom: solid 1px #9292926c;
}

.footer__logo,
.footer__lists {
  padding-top: 3rem;
}

.footer__logo p {
  padding-top: 10px;
  color: #f3f3f3;
  line-height: 23px;
}

.footer__lists {
  border-right: none;
}

.footer__social {
  padding: 3rem auto;
}

.footer__social h1 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}

.footer__social_one h1{
font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .footer__lists {
    border-right: solid 1px #9292926c;
  }

  .footer__logo,
  .footer__lists {
    padding: 6rem 0;
  }

  .footer__social {
    padding-top: 6rem;
  }
}

.menu-footer li {
  text-transform: none !important;
  margin-bottom: 0px !important;
}

.menu-footer li a {
  text-transform: none !important;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 0px;
}

.about {
  padding-top: 30px;
  padding-bottom: 30px;
}

.cta {
  background-image: url('/wp-content/themes/openfs/assets/img/bg-cta.jpg');
  background-repeat: no-repeat;
  background-position: 0px;

}

@media (min-width: 992px) {
  .cta {
    background-position: right;
  }
}

.bg-cta {
  background-color: #011750 !important;
}

.contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
}


.btn-c {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
}

.btn-c span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.3s;
}

.btn-1::before {
  background-color: #2b386b;
  transition: 0.3s ease-out;
}

.btn-1 span {
  color: rgb(255, 255, 255);
  border: 1px solid #2b386b;
  transition: 0.2s 0.1s;
}

.btn-1 span:hover {
  color: rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}

.btn-c.hover-filled-slide-right::after {
  position: absolute;
  content: "";
}

.btn-c.hover-filled-slide-right::before {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  margin: 0px;
}

.btn-c.hover-filled-slide-right:hover::before {
  width: 0%;
}

.title-about {
  font-size: 45px !important;
  font-weight: 900;
  font-family: 'Sora', sans-serif;
  color: #13388a;
}

.title-about-descrip {
  font-weight: 900;
  color: #13388a;
}

.event-section {
  padding-bottom: 90px;
  padding-top: 70px;
}

.event__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgb(43 56 107 / 94%) 31%, rgba(255, 255, 255, 0) 100%);
}

.event__card {
  height: 320px;
  border-radius: 30px 30px 0px 30px;
}

.event__card-img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event__card-wrapper:hover .event__card-img {
  transform: scale(1.08);
}

.button-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 60% 0 0 0;
}

.button-arrow>svg {
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  fill: #f8f9fa;
  transform: rotate(180deg);
}

.button-arrow>svg:last-of-type {
  position: absolute;
  left: -20px;
  top: calc(100% - 20px);
  width: 20px;
  height: 20px;
  fill: #f8f9fa;
}

.button-arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  transition: all .3s ease-in-out;
  border-radius: 50px !important;
}

.button-arrow a:hover {
  background-color: #2b386b;
  color: #FFF;
}

.cta-content h3 {
  font-size: 45px !important;
  font-weight: 900;
  font-family: 'Sora', sans-serif;
}

.cta-content p {
  font-size: 17px !important;
  font-weight: 100;
}

.row-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-contact h2 {
  font-size: 45px;
  font-weight: 900;
  font-family: 'Sora', sans-serif;
  color: #13388a;
}

.content-contact p {
  font-size: 18px;
}

.list-contact {
  padding-top: 30px;
}

.info-contact {
  margin-left: 10px;
}

.info-contact strong {
  font-size: 16px;
  font-weight: 900;
}

.info-contact p {
  margin-top: 0px;
  font-size: 15px;
  margin-bottom: 0px;
}

.row-services {
  margin-top: 116px;
  margin-bottom: 70px;
}

.search-row {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(99 114 145 / 58%);
}

.search-content h1 {
  color: #fff;
  font-size: 35px;
  font-family: 'Sora', sans-serif;
}

.search-content p {
  color: #c5c5c5;
  font-size: 18px;
}

#taxonomy-services {
  background: #f5f5f5;
  z-index: 3;
  position: relative;
}

.service-tax-content a {
  font-size: 20px !important;
  padding-bottom: 4px;
}

.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 66, 110, 0.7);
}

.rounded-4{
  border-radius: 34px;
}

.card-contact h3{
  font-weight: 900;
}

.contect-services p{
  text-align: justify;
}

.contect-services h2{
  color: #2b409d !important;
  font-size: 25px !important;
  font-weight: 800 !important;
}

.contect-services h3{
  color: #2b409d !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.list-styled {
    list-style: none;
    padding-left: 1.5rem;
}

.list-styled li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.list-styled li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #00b5d8;
    border-radius: 50%;
    transform: translateY(-50%);
}

.location-item {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.location-item {
    background-color: #2b386b;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    display: flex; 
    align-items: flex-start; 
    gap: 20px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.featured-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00b5d8;
    border-radius: 50%;
}

.featured-icon svg {
    width: 24px;
    height: 24px;
}

.featured-desc {
    flex: 1;
}

.featured-title h1 {
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
}

.featured-desc p {
    color: #cbcbcb;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0;
}
.dropdown-menu{
  width: 97%;
}

 .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #223689 !important;
}

#ajax-search-dropdown {
position: absolute;
    top: 100%;
    left: 10px;
    right: 0;
    overflow-y: auto;
    background-color: white;
    z-index: 1050;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
}


.blog-slider {
position: relative;
    margin: auto;
    background: #2b386b;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 12px 30px;
    border-radius: 25px;
    transition: all 0.3s;
    width: 90%;
    text-align: center;
}

.blog-slider__item{
  display: flex;
    align-items: center;
    flex-direction: column;
}

.blog-slider__img {
    width: 250px;
    flex-shrink: 0;
    height: 250px;
    background-image: linear-gradient(147deg, #ffffff 0%, #ffffff 74%);
    box-shadow: 4px 13px 30px 1px rgb(205 205 205 / 20%);
    border-radius: 20px;
    transform: translateX(0px) translateY(-40px);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 40px;
}
.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    opacity: 0.8;
}
.blog-slider__img img {
display: block;
    opacity: 1;
    border-radius: 20px;
    transition: all 0.3s;
    width: 100%;
}


.blog-slider__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.blog-slider__text {
    color: #e5e5e5;
    margin-bottom: 30px;
    line-height: 1.5em;
    text-align: justify;
}

@media all and (min-width: 1200px) {
  .blog-slider__item {
    flex-direction: row;
    text-align: left;
  }

  .blog-slider__img {
    transform: translateX(-60px) translateY(0px);
  }
}

.cards-location{
  display: flex;
  justify-content: center;
}

.card-location{
  border-radius: 30px !important;
  overflow: auto;
}

.card-body-location{
  padding: 25px 25px 10px !important;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card-title-location{
  margin-bottom: 20px;
    font-weight: 900;
    color: #13388a;
 font-family: 'Sora', sans-serif;
}

.card-body-location p{
  margin-bottom: 0px;
}

.location-info{
    display: flex;
    margin-bottom: 15px;
}

.location-img svg{
  margin-top: 2px;
}

.location-text{
  margin-left: 5px;
}

.location-text p strong{
  color: #13388a;
    margin-bottom: 0px;
    font-size: 16px;
}

.location-text p{
    font-size: 14px;
    line-height: 18px;
}

.info-page-contact{
  display: flex;
  margin-bottom: 30px;
}

.info-page-img{
    width: 60px;
    height: 60px;
    background: #2b386b;
    border-radius: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-media-text p{
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 900;
    color: #13388a;
}

.contact-media-text a{
    color: #666;
    font-size: 18px;
}

.about-area {
  position: relative;
  display: block;
}

.about-left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-img{
  position: relative;
}

.about-img img{
  border-radius: 5px;
}

.about-img::before{
content: "";
    position: absolute;
    right: -38px;
    top: -20px;
    width: 250px;
    height: 250px;
    background: #2b386b;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    border-radius: 5px;
    z-index: -1;
}

.about-img::after{
content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 250px;
    height: 250px;
    background: #a6b8bd;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
    border-radius: 5px;
    z-index: -1;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-experience{
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: absolute;
  left: 10px;
  bottom: 80px;
  padding: 15px 20px 15px 15px;
  border-radius: 5px;
}

.about-experience span{
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #35478f;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: 900;
}

.site-title{
    color: #2b386b;
    font-family: 'Sora', sans-serif;
    font-weight: 900;
}

.title-about-page {
    font-size: 35px !important;
    font-weight: 900;
    font-family: 'Sora', sans-serif;
    color: #13388a;
}

.content-page-about h1{
      color: #13388a;
    font-size: 35px;
     font-family: 'Sora', sans-serif;
    font-weight: 900;
}

.content-page-about p{
text-align: justify;
    font-weight: 100;
    line-height: 25px;
}


.about-img-wrap .img-1{
    object-fit: cover;
}
.experience-box{
    width: 50%; 
    left: 0; 
    bottom: 0;
    padding-right: 16px;
}

.artza-pricing-3-box-body ul {
    list-style: none;
    margin-left: 20px;
}
.artza-pricing-3-box-body ul li::after {
    position: absolute;
    /* content: ""; */
    background-color: #00b5d8;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 50%;
    left: -16px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.artza-pricing-3-box-body ul li {
    font-size: 16px;
    font-weight: 100;
    position: relative;
    color: #5c5c77;
    opacity: 1;
    margin: 15px 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-align: justify;
    line-height: 23px;
}

.artza-pricing-3-box-body ul li strong{
font-weight: 900;
}

.sub-menu li.menu-item a::after {
    content: none !important;
}

.sub-menu li.menu-item:hover {
    background-color: #2b386b !important;
}

.sub-menu li.menu-item:hover a {
    color: #ffffff !important;
}

.text-teal {
  color: #06B2B5 !important;
}

.traking-wider {
  letter-spacing: 0.05em;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.event__card {
  height: 320px;
  border-radius: 30px 30px 0px 30px;
}

.event__card-img {
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event__card-wrapper:hover .event__card-img {
  transform: scale(1.08);
}

.button-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 60% 0 0 0;
}

.button-arrow>svg {
  position: absolute;
  right: 0;
  top: -20px;
  width: 20px;
  height: 20px;
  fill: #f8f9fa;
  transform: rotate(180deg);
}

.button-arrow>svg:last-of-type {
  position: absolute;
  left: -20px;
  top: calc(100% - 20px);
  width: 20px;
  height: 20px;
  fill: #f8f9fa;
}

.button-arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  transition: all .3s ease-in-out;
  border-radius: 50px !important;
}

.button-arrow a:hover {
  background-color: #2b386b;
  color: #FFF;
}

.categories-card__li::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  top: .5em;
  border-radius: 50%;
  background: #06B2B5;
}

.categories-card__li a {
  transition: color .5s ease-in-out;
}

.categories-card__li:hover a {
  color: #06B2B5 !important;
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
    padding-left: 0;
  }

  .about-img img{
    width: 100%;
  }

}

.policies-row{
  display: flex;
  align-items: center;
}

.content-policies h3{
font-size: 45px !important;
    font-weight: 900;
    font-family: 'Sora', sans-serif;
    color: #13388a;
    margin-bottom: 20px;
}


.content-policies p{
    text-align: justify;
    font-size: 17px;
    line-height: 28px;
    font-weight: 100;
}

.page-link {
    color: #121e41 !important;
}

.subtitle-schedule{
color: #00B5D8 !important;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px !important;
    font-weight: 900;
    text-transform: uppercase;
}

 .single-schedule {
	    height: 100%;
    position: relative;
    text-align: left;
    z-index: 3;
    border-radius: 5px;
    background: #2b386b;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    padding: 0px;
}

 .single-schedule .inner {
	overflow: hidden;
	position: relative;
	padding: 30px;
	z-index: 2;
}


.single-schedule:hover {
	transform: translateY(-5px);
}

 .single-schedule .icon i {
	position: absolute;
	font-size: 110px;
	color: #fff;
	transition: all 0.3s ease-out;
	z-index: -1;
	opacity: 0.2;
	right: -25px;
	bottom: -30px;
}

.single-schedule:hover .icon i {
	transform: translateY(-30px) scale(1.2);
	opacity: 0.4;
	z-index: 1;
}

.single-schedule h4 {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	text-transform: capitalize;
	color: #fff;
}

.single-schedule p {
    color: #fff;
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 0px;

}

.single-schedule p strong {
    color: #41b9fc;

} 
 .single-schedule a i {
	margin-left: 10px;
}

.btn-conv-one{
  background: #3296cf;
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.btn-conv-two{
      background: #ffffff;
    color: #2b386b;
    font-weight: 700;
    font-size: 14px;
}

.single-content p{
  text-align: justify;
}

#taxonomy-veterinario-services {
    background: #f5f5f5;
    z-index: 3;
    position: relative;
}

.popup-home {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    min-height: 800px;
}

.popup-content {
    background: #fff;
    padding: 2px;
    width: auto;
    position: relative;
    border-radius: 8px;
    text-align: center;
    animation: fadeIn 0.4s ease;
}

.popup-image img {
    border-radius: 8px;
    max-width: 600px;
    max-height: 600px;
    width: 100%;
}

.popup-close {
    padding: 0px !important;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: #ff0068;
    font-size: 25px;
    cursor: pointer;
    color: white;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

  .content-test ul {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
      padding: 0px;
      margin: 0px;
      margin: 1rem auto;
      list-style: none;
    padding: 0px 25px;
    }

.content-test ul:has(> li:only-child) {
  display: flex;
  
}

.content-test ul:has(> li:only-child) > li {
  flex: 0 1 600px;
  min-width: 280px;
  max-width: 100%;
}
    
    .content-test ul li {
			position: relative;
			color: #21366F;
			background-color: #E6E6E6;
			background-repeat: no-repeat, no-repeat;
			background-position: 24px 20px, 120% 0;
			background-size: auto, auto;
			padding: 1.2rem 1.5rem 1.2rem 5rem;
			font-weight: bold;
			text-align: start;
			font-size: 15px;
			text-wrap: balance;
			display: flex;
			align-items: center;
			opacity: 1;
			border-radius: 9999px;
			box-shadow: 4px 4px 12px #bebebe, -4px -4px 12px #ffffff;
			min-height: 86px;
			line-height: 19px;
    }

		.content-test ul li::before {
			content: "";
			position: absolute;
			left: 24px;
			top: 50%;
			width: 2.5rem;
			height: 2.5rem;
			background-color: #21366F;
			border-radius: 9999px;
			transform: translateY(-50%);
			box-shadow: 0px 4px 12px #8d8d8d;
		}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


@media all and (max-width: 767px) {
  .about-left {
    margin-right: 0;
  }
  .about-img{
    width: 90%;
  }
}

@media (min-width: 768px) {

  .hero-super,
  .hero-sub {
    font-size: 55px;
  }
}

@media (min-width: 992px) {
  .event__card {
    height: 420px;
  }

  .hero-super,
  .hero-sub {
    font-size: 65px;
  }
.content-test ul:has(> li:only-child) > li {
    max-width: 48%;
  }
}

.border-primary {
  border-color: #2b386b !important;
}

.rounded-top-4 {
  border-top-left-radius: 34px !important;
  border-top-right-radius: 34px !important;
}

.bg-cyan {
  background-color: #00b5d8;
}

.content-test p{
     font-size: 15px;
}

#whatsapp-chat {
  position: fixed;
  background: #fff;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: .5s;
  transform: scale(1)
}

a.blantershow-chat i {
  transform: scale(1.2);
  margin: 0 10px 0 0
}

.header-chat {
  background: linear-gradient(to right top, #6f96f3, #164ed2);
  color: #fff;
  padding: 20px
}

.header-chat h3 {
  margin: 0 0 10px
}

.header-chat p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0
}

.info-avatar {
  position: relative
}

.info-avatar img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
  float: left;
  margin: 0 10px 0 0
}

.info-avatar-icon {
  z-index: 1;
  background: #23ab23;
  color: #fff;
  padding: 4px 5px;
  border-radius: 100%;
  position: absolute;
  top: 30px;
  left: 30px
}

a.informasi {
  padding: 20px;
  display: block;
  overflow: hidden;
  animation-name: showhide;
  animation-duration: 1s
}

a.informasi:hover {
  background: #f1f1f1
}

.info-chat span {
  display: block
}

#get-label,
span.chat-label {
  font-size: 12px;
  color: #888
}

#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222
}

#get-label,
#get-nama {
  color: #fff
}

span.my-number {
  display: none
}

.blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd
}

textarea#chat-input {
  border: none;
  font-family: 'Arial', sans-serif;
  width: 100%;
  height: 20px;
  outline: none;
  resize: none
}

a#send-it {
  color: #555;
  width: 40px;
  margin: -5px 0 0 5px;
  font-weight: 700;
  padding: 8px;
  background: #eee;
  border-radius: 10px
}

.first-msg {
  background: #f5f5f5;
  padding: 30px;
  text-align: center
}

.first-msg span {
  background: #e2e2e2;
  color: #333;
  font-size: 14.2px;
  line-height: 1.7;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block
}

.start-chat .blanter-msg {
  display: flex
}

#get-number {
  display: none
}

a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #fff;
  font-size: 30px
}

@keyframes showhide {
  from {
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0
  }
}

@media screen and (max-width:480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%
  }
}

.hide-wp {
  display: none;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1
}

.show-wp {
  display: block;
  animation-name: showhide;
  animation-duration: 1.5s;
  transform: scale(1);
  opacity: 1
}

.swiper-slide-active > .hero-super {
  transform: none;
  opacity: 1;
}

.swiper-slide > .hero-img {
  transition-duration: 7.05s;
  transform: scale(1.5);
  opacity: 1;
}

.swiper-slide-active > .hero-img {
  opacity: 1;
  transform: scale(1);
}

.text-justify {
  text-align: justify;
}