:root {
  --color-black: #000;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff") format("woff"),
    url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff") format("woff"),
    url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 500;
  font-style: bold;
  font-display: swap;
}

:root {
  --color-main: #00a188;
  --color-background: #09192b;
  --color-white: #ffffff;
  --color-black: #000000;
}
body {
  font-family: "Poppins", sans-serif;
}

/*HEADER*/
.cc-header {
  height: 100px;
}
.cc-header .cc-logo,
.cc-header .cc-menu {
  background-color: var(--color-background);
}
.cc-header .cc-logo {
  border-radius: 0px 48px 48px 0px;
}
/* .cc-header .cc-logo > img{
    padding: 8px;
} */
.cc-header .cc-menu {
  border-radius: 48px 0px 0px 48px;
}
.cc-header .cc-menu > ul {
  list-style: none;
  display: flex;
}

.cc-header .cc-menu > ul > li {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-header .cc-menu > ul > li > a {
  text-decoration: none;
  color: var(--color-main);
  font-size: 1rem;
  font-weight: bold;
}

.dropdown-menu.show {
  background-color: var(--color-main);
}
.dropdown-menu.show a {
  width: 300px;
}
/* .dropdown-menu.show a {
  border-bottom: 1px;
  border-bottom-style: solid;
  border-bottom-color: var(--color-white);
} */

.menu-item {
  margin-right: 5%;
}
header .menu-item .nav-link {
  color: #00A188;
  font-size: 18px;
  font-weight: 500;
}

.cc-btn-cita {
  background-color: var(--color-main);
  color: var(--color-white);
  border-radius: 4px;
  color: var(--color-white) !important;
  list-style: none;
}
.cc-btn-cita a {
  color: var(--color-white) !important;
  text-decoration: none;
}
/*HOME SLIDER*/
.cc-slids {
  position: relative;
  height: 600px;
}
.cc-slids .cc-slide {
  position: absolute;
  top: 0;
  left: 0;
}

.cc-slids .cc-slide h1,
.cc-slids .cc-slide p {
  color: var(--color-white);
  margin-left: 15%;
  margin-right: 15%;
}
.cc-slids .cc-slide h1 {
  margin-top: 10%;
  font-weight: bold;
}
.cc-slids .cc-slide p {
  font-weight: lighter;
}
.cc-slids .cc-slide a {
  background-color: var(--color-main);
  color: var(--color-white);
  font-weight: normal;
  font-size: 1rem;
}

.cc-slids .swiper-button-next,
.cc-slids .swiper-button-prev {
  color: var(--color-white);
}
.cc-slids .swiper-pagination-bullet {
  background-color: var(--color-main);
  width: 1rem;
  height: 1rem;
}
/*HOME ABOUT*/
.cc-about .cc-title h1 {
  font-weight: bold;
  color: var(--color-main);
}
.cc-about .cc-subtitle p {
  font-size: 1rem;
  font-weight: bold;
}
.cc-process .swiper-pagination-bullet {
  background-color: var(--color-background);
  width: 1rem;
  height: 1rem;
}
.cc-process {
  color: var(--color-white);
  height: 350px;
  display: flex;
  align-content: center;
}
.cc-process .cc-card {
  position: absolute;
  /* background-color: var(--color-main); */
  border-radius: 24px;
  /* width: 300px; */
  height: 300px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 5%;
  color: #00A188;
}
/* .cc-process .cc-card h1 {
  font-size: 1.5rem;
} */
.cc-process .swiper-button-prev,
.cc-process .swiper-button-next {
  color: var(--color-background);
}
/* COMMENT */
.cc-comment {
  height: 300;
  background-color: #d9d9d9;
  border-radius: 100px;
  padding: 2.5%;
}
.cc-program {
  background-color: var(--color-main);
  color: var(--color-white);
}
/* .cc-programs-title h1 {
  font-weight: bold;
}
.cc-programs-title p {
  font-size: 1rem;
} */
/* 
.cc-program h1 {
  font-size: 1.5rem;
}
.cc-program li {
  font-size: 1rem;
}
.cc-program li {
  font-size: 1rem;
} */

.service-card-home ul,
.service-card ul,
.cc-service-detail ul{
  list-style: inherit;
}

.cc-btn-more a {
  width: 150px;
  height: 50px;
  border-radius: 4px;
  text-decoration: none;
  background-color: var(--color-background);
  color: var(--color-white);
  font-size: 1rem;
}
/* FOOTER */

.cc-footer {
  background-color: var(--color-background);
  color: var(--color-white);
  /* height: 400px; */
}
.cc-footer li {
  text-decoration: none;
  font-weight: bold;
  list-style: none;
  /* margin-left: -9%; */
  margin-top: 2%;
}
.cc-footer i {
  font-size: 20px;
}
.footer-social-icons i{
  font-size: 2rem;
}
.cc-footer a,
.cc-footer li a {
  color: var(--color-white);
  text-decoration: none;
  font-weight: 400;
}
.cc-footer h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

.cc-footer li a,
.cc-footer p {
  font-size: 13px;
}
#menu-menufooter{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

/* PAGE ABOUT */

.cc-banner {
  background-color: var(--color-background);
  color: var(--color-white);
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cc-banner h1 {
  font-weight: bold;
}
.cc-page-about h1 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
.cc-page-about p {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .cc-page-about h1 {
    text-align: left;
  }
  .cc-page-about p {
    text-align: left;
    font-size: 16px;
  }
}
.cc-mision {
  border: 1px 1px 0px 1px;
  border-radius: 10px;
  border-right-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  padding: 5%;
  border-color: var(--color-background);
}
.cc-vision {
  border: 1px 1px 1px 1px;
  border-radius: 10px;
  border-left-style: solid;
  border-top-style: solid;
  border-bottom-style: solid;
  padding: 5%;
  border-color: var(--color-background);
}
/* TEAMS */
.cc-teams p {
  font-size: 1re;
  font-weight: bold;
}
.cc-teams a {
  text-decoration: none;
}
.cc-teams a i {
  color: var(--color-main);
  font-size: 1.5rem;
}

/* SERVICE DETAIL */
/* .cc-service-detail h1 {
  font-size: 1.5rem;
  font-weight: bold;
} */
/* .cc-service-detail .price {
  font-size: 1.5rem;
} */
.cc-service-detail .btn {
  background-color: var(--color-main);
  color: var(--color-white);
}
.cc-contact h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
.cc-contact p {
  font-size: 1rem;
}
.cc-contact input,
.cc-contact textarea {
  font-size: 1rem;
  border: 1px;
  border-style: solid;
  border-color: var(--color-main);
}
.cc-contact .btn {
  font-size: 1rem;
  background-color: var(--color-main);
  color: var(--color-white);
}

/* MENU */
/* --- Base --- */
* {
  box-sizing: border-box;
}

/* .main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 1000;
} */

header .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  width: 100%;
}

header .menu li {
  position: relative;
}

header .menu li a {
  display: flex;
  color: #00A188;
  padding: 15px 20px;
  text-decoration: none;
  align-items: center;
  gap: 5px;
  justify-content: start;
}
.navbar-not-home .menu li a {
  color: var(--primary-color-one) !important;
}
header .menu li a .icon{
  width: 20px;
  max-height: 20px;
}

header .menu li a:hover {
  color: white;
}

.toggle-submenu {
  color: white;
  padding: 15px;
  cursor: pointer;
}

/* Submenus */
.submenu,
.submenu-two {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 300px;
  z-index: 999;
}

.has-children .submenu a span{
  font-size: 15px;
  color: #00A188;
}
.has-children .submenu li:hover,
.has-children .submenu a:hover,
.has-children .submenu span:hover{
  color: white;
}
.submenu {
  top: 100%;
  left: 0;
}

.submenu-two {
  top: 0;
  left: 100%;
}
.submenu .submenu-item-content{
  justify-content: start;
}

/* --- Desktop hover behavior --- */
@media (min-width: 992px) {
  .has-children:hover > .submenu,
  .has-children-two:hover > .submenu-two {
    display: block;
  }
  .submenu,
  .submenu-two {
    background-color: #0C1C2C;
    filter: drop-shadow(0px 0 5px #00000020);
    border-top: 0;
  }

  .submenu .submenu-item,
  .submenu a{
    scale: 1;
    zoom: 1;
  }

  .navbar .menu-toggle,
  .toggle-submenu {
    display: none;
  }
}

/* --- Mobile styles --- */
@media (max-width: 991px) {
  .menu-toggle {
    display: block;
    color: white;
    font-size: 28px;
    padding: 15px 20px;
    cursor: pointer;
  }

  header .menu {
    flex-direction: column;
    display: none;
    width: 100%;
  }

  header .menu li {
    width: 100%;
  }

  header .menu li a:hover {
    color: white;
  }

  .submenu,
  .submenu-two {
    position: static;
    background-color: var(--primary-color-one);
  }

  .submenu li a,
  .submenu-two li a {
    padding-left: 30px;
  }

  .submenu-two li a {
    padding-left: 45px;
  }

  header .menu.show {
    display: flex;
  }

  .submenu.open,
  .submenu-two.open {
    display: block;
  }

  .toggle-submenu {
    /* position: absolute; */
    right: 20px;
    top: 15px;
  }
  .submenu-item-content {
    display: flex;
    align-items: center;
    padding: 0.5rem;
    font-weight: 500;
    gap: 10px;
  }
  .submenu-item-content a{
    flex-grow: 1;
  }

  .has-children .submenu a span{
    color: white;
  }
  .menu li a .icon{
    filter: brightness(0) invert(1);
  }
}

.menu.menu-mobile{
  max-height: 80vh;
  height: auto;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .navbar-collapse {
      height: 100vh;
      width: 75%;
      background-color: #09192b;
      position: fixed;
      right: 0%;
      z-index: 100;
      top: 0;
  }
}

.swiper-comments-pagination .swiper-pagination-bullet{
  background-color: white;
}