html {
  font-size: 14px;
}

@media (min-width: 768px){
  html {
    font-size: 16px;
  }

  .whatsappicon {
    width: 56px;
    height: 56px;
  }

  .chaty-svg svg {
    width: 56px;
    height: 56px;
  }}



html {
  position: relative;
  min-height: 100%;
}



body {
  margin-bottom: 90px;
}



/* Modal Styles */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}



.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}



.modal-content p {
  margin: 0 0 20px;
}



.close-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}



/*

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  height: 100%;
}



body {

  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
}



a {
  color: #33B6CB;
  transition: 0.5s;
}



a:hover,
a:active,
a:focus {
  color: #33B6CB;
  outline: none;
  text-decoration: none;
}



p {
  padding: 0;
  margin: 0 0 30px 0;
}




h1 {
  font-family: "Open Sans", sans-serif;
  padding: 5px;
}





h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 15px 0 20px 0;
  padding: 0;
}



ul li {
  margin-bottom: 10px;
}


ol li {
  margin-bottom: 10px;
}



@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



#header #logo {
  float: left;
  padding-left: 10px;
}



#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}



#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #26B8C4;
}



#header #logo img {
  margin-left: -20px;
}



.btn-primary {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #26B8C4;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}



.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}



.nav-menu li {
  position: relative;
  white-space: nowrap;
}



.nav-menu>li {
  float: left;
}



.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}



.nav-menu ul ul {
  top: 0;
  left: 100%;
}



.nav-menu ul li {
  min-width: 180px;
}



/* Nav Meu Container */


@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: block;
    /* Mostrar el botón hamburguesa */
  }

  #nav-menu-container {
    display: none;
    /* Ocultar el menú normal */
  }
}



/* Nav Meu Styling */

.nav-menu a {
  padding: 20px 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}



.nav-menu li:hover>a,
.nav-menu>.menu-active>a {
  color: #59a52c;
  border-bottom: 2px solid white;
  width: 100%;
}



.nav-menu>li {
  margin-left: 10px;
}



.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}



.nav-menu ul li {
  transition: 0.3s;
}



.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}



.nav-menu ul li:hover>a {
  color: #59a52c;
}



.nav-menu ul ul {
  margin: 0;
}



/* Clients Section
--------------------------------*/

/* #clients { */
/* padding: 60px 0; */
/* }

 */

/* #clients img { */
/* max-width: 100%; */
/* opacity: 0.5; */
/* transition: 0.3s; */
/* padding: 15px; */
/* }

 */

/* #clients img:hover { */
/* opacity: 1; */
/* }

 */


/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}



#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}



#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 115px;
}



#clients img {
  transition: all 0.4s ease-in-out;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #26B8C4;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}



/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

@media (min-width: 1024px){
  #header #logo {
    padding-left: 60px;
  }}

@media (max-width: 768px){
  h1 {
    font-size: 9vw;
  }}

@media (max-width: 768px){

  html {
    font-size: 80%;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    padding-left: 10px;
  }}





/* ===============================
14. Blog & article
================================ */

article {
  /* float: left; */
  width: 100%;
  margin-bottom: 40px;
}



/* ===============================
15. Aside, sidebar
================================ */

aside {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px){
  label {
    padding-left: 0px;
    text-align: center;
  }}





/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}



@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}



/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.97);
  }

  100% {
    transform: scale(1);
  }
}



@keyframes zoomout {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.97);
  }

  100% {
    transform: scale(1);
  }
}



@-webkit-keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}



@keyframes floating-arrow {
  from {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  65% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
  }

  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}



/* End Course Details Area css
============================================================================================ */

@media (max-width: 1024px) {
  .c_details_list {
    margin-top: 30px;
  }
}



/*---------------*/
.contacto {
  text-decoration: none;
  color: #fff;

  outline: none;
}



.li_footer {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}



.chaty-svg svg {
  width: 45px;
  height: 45px;
}



.whatsappicon {
  width: 45px;
  height: 45px;
}



.text-white {
  color: rgb(255, 255, 255);
}



/* nuevo menu para pantallas pequeñas */
/* Estilo de los enlaces manteniendo  tipografía y colores */

#header.navbar .navbar-nav .nav-link {
  padding: 20px 8px 10px 8px;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
  position: relative;

  text-decoration: none;
  border-bottom: none !important;

}



header.navbar .navbar-nav>.nav-item {
  margin-left: 10px;
}



/* Móvil: panel con fondo y opciones a la derecha */
@media (max-width: 991.98px) {
  #mainNav {
    background: rgba(33, 37, 41, 0.95);
    position: absolute;
    left: 0;
    right: 0;
    top: 64px;
    padding: 12px 16px;
  }

  #mainNav .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
  }

  #mainNav .nav-link {
    padding: 10px 0;
    display: block;
  }
}





/* Toggler y altura */
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, .25);
}



#header.navbar {
  min-height: 64px;
}



.black-background {
  background-color: #000;
}





.navbar-dark .navbar-toggler-icon {
  filter: none;
  /* deja el icono claro por defecto */
}


/* Hover/activo con la línea inferior (restaurado del original) */
#header.navbar .nav-link:hover,
#header.navbar .nav-link.active,
#header.navbar .nav-item.menu-active > .nav-link {
  color: #59a52c; /* mismo color que el original */
}

#header.navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;          /* separa la línea del texto; ajusta si hace falta */
  height: 2px;
  background: transparent;
  transition: background .2s ease; /* suave encendido */
}

#header.navbar .nav-link:hover::after,
#header.navbar .nav-link.active::after,
#header.navbar .nav-item.menu-active > .nav-link::after {
  background: #fff;     /* línea blanca como en el original */
}



/*------------------------------------------*/
/* banner cookies*/
:root {
  --cb-bg: #0b1020;
  --cb-text: #e9eef5;
  --cb-accent: #59a52c;
  --cb-border: #25304a;
}



.cookie-bar {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  background: var(--cb-bg);
  color: var(--cb-text);
  border: 1px solid var(--cb-border);
  border-radius: 10px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .35);
}



.cookie-bar__inner {
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}



.cookie-bar__txt {
  font-size: .82rem;
  line-height: 1.35;
}



.cookie-bar__txt a {
  color: #b9d2ff;
  text-decoration: underline;
}



.cookie-bar__actions {
  display: flex;
  gap: 8px;
}



.cb-btn {
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid var(--cb-border);
  background: #16213a;
  color: var(--cb-text);
  cursor: pointer;
  font-weight: 600;
  font-size: .82rem;
}



.cb-btn--primary {
  background: var(--cb-accent);
  border-color: transparent;
  color: white;
}



.cb-btn--ghost {
  background: transparent;
}



/*------------------------------*/
/* Botón flotante para reabrir el banner de cookies */
.cookie-fab{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1000001; /* por encima del contenido; por debajo del modal si lo usas */
  height: 44px; 
  min-width: 44px;  /* objetivo táctil accesible */
  padding: 0 12px;
  border: 1px solid var(--cb-border, #25304a);
  border-radius: 999px;
  background: var(--cb-bg, #0b1020);
  color: var(--cb-text, #e9eef5);
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
  display: grid; place-items: center;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .2s ease;
}