/* 
TABLA DE CONTENIDOS
	01. Fuentes
	02. Reset CSS
	03. Estilos globales
	04. Encabezado
	05. Banner
	06. Caracteristicas
	07. Testimonios
	08. Contacto
	09. Pie de pagina
	10. Preloader
	11. Busqueda
	12. Portafolio 
*/

/* FUENTES */

@font-face {
    font-family: 'CenturyGothic';
		src: url('../fonts/CenturyGothic.eot');
		src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/CenturyGothic.woff2') format('woff2'),
			 url('../fonts/CenturyGothic.woff') format('woff'),
			 url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face {
    font-family: 'Fluff';
		src: url('../fonts/FluffRegular.eot');
		src: url('../fonts/FluffRegular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/FluffRegular.woff2') format('woff2'),
			 url('../fonts/FluffRegular.woff') format('woff'),
			 url('../fonts/FluffRegular.svg#FluffRegular') format('svg');
}
.fluff {
    font-family: 'Fluff';
}
.cgothic {
    font-family: 'CenturyGothic';
}

/* RESET CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}
* {
  box-sizing: border-box;
}
:root {
  --blanco: #fff;  
  --amarillo: #FCD116;
  --azul: #0038A8;
  --rojo: #CE1126;
  --naranja: #FF6600;
  --negro: #000;
  --cyan: #00FFFF;
  --violeta: #aa55ff;
  --verde: #006600;
  --rosado: #ff6cb6;  
  --amarillo-pastel-claro: #FFFFB6;
  --azul-pastel-claro: #B6DBFF;
  --rojo-pastel-claro: #FFB6B6;
  --naranja-pastel-claro: #FFDBB6;
  --negrogris: #333333;
  --cyan-pastel-claro: #E1FFFF;
  --violeta-pastel-claro: #DBB6FF;
  --verde-pastel-claro: #B6FFB6;
  --rosa-pastel-claro: #FFB6DB;  
  --gris: #808080;
  --gris-claro: #A9A9A9;
}

.blanco-c {
  color: var(--blanco);
}
.blanco-b {
  background-color: var(--blanco);
}
.amarillo-c {
  color: var(--amarillo);
}
.amarillo-b {
  background-color: var(--amarillo);
}
.azul-c {
  color: var(--azul);
}
.azul-b {
  background-color: var(--azul);
}
.rojo-c {
  color: var(--rojo);
}
.rojo-b {
  background-color: var(--rojo);
}
.naranja-c {
  color: var(--naranja);
}
.naranja-b {
  background-color: var(--naranja);
}
.negro-c {
  color: var(--negro);
}
.negro-b {
  background-color: var(--negro);
}
.cyan-c {
  color: var(--cyan);
}
.cyan-b {
  background-color: var(--cyan);
}
.violeta-c {
  color: var(--violeta);
}
.violeta-b {
  background-color: var(--violeta);
}
.verde-c {
  color: var(--verde);
}
.verde-b {
  background-color: var(--verde);
}
.rosado-c {
  color: var(--rosado);
}
.rosado-b {
  background-color: var(--rosado);
}
.amarillo-pastel-claro-c {
  color: var(--amarillo-pastel-claro);
}
.amarillo-pastel-claro-b {
  background-color: var(--amarillo-pastel-claro);
}
.azul-pastel-claro-c {
  color: var(--azul-pastel-claro);
}
.azul-pastel-claro-b {
  background-color: var(--azul-pastel-claro);
}
.rojo-pastel-claro-c {
  color: var(--rojo-pastel-claro);
}
.rojo-pastel-claro-b {
  background-color: var(--rojo-pastel-claro);
}
.naranja-pastel-claro-c {
  color: var(--naranja-pastel-claro);
}
.naranja-pastel-claro-b {
  background-color: var(--naranja-pastel-claro);
}
.negrogris-c {
  color: var(--negrogris);
}
.negrogris-b {
  background-color: var(--negrogris);
}
.cyan-pastel-claro-c {
  color: var(--cyan-pastel-claro);
}
.cyan-pastel-claro-b {
  background-color: var(--cyan-pastel-claro);
}
.violeta-pastel-claro-c {
  color: var(--violeta-pastel-claro);
}
.violeta-pastel-claro-b {
  background-color: var(--violeta-pastel-claro);
}
.verde-pastel-claro-c {
  color: var(--verde-pastel-claro);
}
.verde-pastel-claro-b {
  background-color: var(--verde-pastel-claro);
}
.rosa-pastel-claro-c {
  color: var(--rosa-pastel-claro);
}
.rosa-pastel-claro-b {
  background-color: var(--rosa-pastel-claro);
}
.gris-c {
  color: var(--gris);
}
.gris-b {
  background-color: var(--gris);
}
.gris-claro-c {
  color: var(--gris-claro);
}
.gris-claro-b {
  background-color: var(--gris-claro);
}


/* ESTILOS GLOBALES */
html, body {
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 400;
	background-color: #000;
	font-size: calc(1em + 0.3vw);
	line-height: calc(1em + 0.3vw);
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

a {
  text-decoration: none !important;
  color: #3CF;
}
a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

img {
	width: 100%;
	overflow: hidden;
}

#miImagen {
	transition: transform 0.5s ease-in-out;
	max-height: 60px;
}

table, th, td, tr, tbody, thead {
	background: transparent !important;
}

.custom-tooltip {
  --bs-tooltip-bg: #000;
  --bs-tooltip-color: #ffff00;
  font-size: 18px; /* Tamaño de fuente del tooltip */
}
.btnplay {
	position: absolute;
	color: #fff;
	font-size: calc(2em + 0.4vw);
	margin-left: calc(0.8em + 0.4vw);
	margin-top:  calc(0.5em + 0.8vh)
}
.btnpause {
	position: absolute;
	color: #bfbfbf;
	font-size: calc(2em + 0.4vw);
	margin-left: calc(0.8em + 0.4vw);
	margin-top:  calc(0.5em + 0.8vh)
}

::selection {
  background: #f5a425;
  color: #fff;
}
::-moz-selection {
  background: #f5a425;
  color: #fff;
}
	
@media (max-width: 991px) {
	.sub-header .left-content p {
		display: none;
	}
	.left-content p {
		display: none;
	}
	html, body {
		overflow-x: hidden;
	}
	.mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.mobile-bottom-fix {
		margin-bottom: 30px;
	}
	.mobile-bottom-fix-big {
		margin-bottom: 60px;
	}
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
	line-height: calc(1em + 0.3vw);
	margin-top: 0px;
	margin-bottom: 50px; 
	padding-bottom: 20px;
	font-family: 'Fluff';
	border-bottom: 1px solid rgba(250,250,250,0.15);
	font-size: calc(1em + 0.5vw);
	font-weight: 700;
	text-shadow: 5.5px 5px 1px #ffcd00;
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #000;
}

.section-heading2 h2 {
	line-height: calc(1em + 0.3vw);
	margin-top: 0px;
	margin-bottom: 50px; 
	padding-bottom: 20px;
	font-family: 'Fluff';
	border-bottom: 1px solid rgba(250,250,250,0.15);
	font-size: calc(1em + 0.5vw);
	font-weight: 700;
	text-shadow: 5.5px 5px 1px #ffcd00;
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #fff;
}
/* ENCABEZADO */
.sub-header {
  background-color: #ffcc00;
  position: absolute;
  width: 100%;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #000;
  padding: 8px 0px;
  font-size: 13px;
}
.left-content p {
  color: #000;
  padding: 8px 0px;
  font-size: 13px;
}
.right-icons {
  padding: 8px 0px;
  text-align: center;
  display: flex;
  margin-left: 25%;
}
.right-icons ul li {
  display: inline-block;
  margin-left: 15px;
  text-align: center;
}
.right-icons ul li a {
  color: #000;
  font-size: 14px;
  transition: all .3s;
  text-align: center;
}
.right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .right-icons {
  text-align: center;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #000;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #000!important;
  height: 40px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

/* header area */
.header-area {
  position: absolute;
  background-color: rgba(0, 0, 0,1);
  /* top: 40px; */
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #f5a425!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #f5a425!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #f5a425!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 60px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}

@media (max-width: 1200px) {
	#miImagen {
		transition: transform 0.5s ease-in-out;
		max-height: 60px;
	}
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
	.section-heading h2 {
	  line-height: calc(1em + 0.3vw);
	  margin-top: 0px;
	  margin-bottom: 50px; 
	  padding-bottom: 20px;
	  border-bottom: 1px solid rgba(0, 0, 0,0.15);
	  font-size: 22px;
	  font-weight: 700;
	  color: #000;
	}
	#miImagen {
		transition: transform 0.5s ease-in-out;
		max-height: 40px;
	}
	.header-area .main-nav .logo {
		color: #1e1e1e;
	}
	.header-area.header-sticky .nav li a:hover,
	.header-area.header-sticky .nav li a.active {
		color: #f5a425!important;
		opacity: 1;
	}
	.header-area.header-sticky .nav li.search-icon a {
		width: 80%;
	}
	.header-area {
		background-color: #f7f7f7;
		padding: 0px 15px;
		height: 80px;
		box-shadow: none;
		text-align: center;
	}
	.header-area .container {
		padding: 0px;
	}
	.header-area .logo {
		margin-left: 30px;
	}
	.header-area .menu-trigger {
		display: block !important;
	}
	.header-area .main-nav {
		overflow: hidden;
	}
	.header-area .main-nav .nav {
		float: none;
		width: 100%;
		display: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
		margin-left: 0px;
	}
	.header-area .main-nav .nav li:first-child {
		border-top: 1px solid #eee;
	}
	.header-area.header-sticky .nav {
		margin-top: 100px !important;
	}
	.header-area .main-nav .nav li {
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #eee;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.header-area .main-nav .nav li a {
		height: 50px !important;
		line-height: 50px !important;
		padding: 0px !important;
		border: none !important;
		background: #f7f7f7 !important;
		color: #191a20 !important;
	}
	.header-area .main-nav .nav li a:hover {
		background: #eee !important;
		color: #f5a425!important;
	}
	.header-area .main-nav .nav li.has-sub ul.sub-menu {
		position: relative;
		visibility: inherit;
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		top: 0px;
		width: 100%;
		box-shadow: none;
		height: 0px;
		transition: all 0s;
	}
	.header-area .main-nav .nav li.submenu ul li a {
		font-size: 12px;
		font-weight: 400;
	}
	.header-area .main-nav .nav li.submenu ul li a:hover:before {
		width: 0px;
	}
	.header-area .main-nav .nav li.has-sub ul.sub-menu {
		height: auto;
	}
	.header-area .main-nav .nav li.has-sub:after {
		color: #3B566E;
		right: 30px;
		font-size: 14px;
		top: 15px;
	}
	.header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
		height: 0px;
	}

	.custom-tooltip {
	  --bs-tooltip-bg: #000;
	  --bs-tooltip-color: #ffff00;
	  font-size: 14px;
	}
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* BANNER */
.main-video {
  position: relative;
  width: 100%;
  height: 90vh;
  margin-bottom: 0;
}

	.main-video .caption {
		position: relative;
		top: 60%;
		left: 40%;
		transform: translateY(-60%);
	}
	.main-video .caption h6 {
		margin-top: 0px;
		font-size: 15px;
		text-transform: uppercase;
		font-weight: 600;
		color: #fff;
		letter-spacing: 1px;
	}
	.main-video .caption h2 {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 36px;
		text-transform: uppercase;
		font-weight: 800;
		color: #fff;
		letter-spacing: 1px;
	}
	.main-video .caption h2 em {
		font-style: normal;
		color: #f5a425;
		font-weight: 900;
	}
	.main-video .caption p {
		color: #fff !important;
		background: transparent;
		font-size: calc(0.8em + 0.2vw);
		line-height: 1.2em;
	}
	.main-video .caption .main-button-red {
	  margin-top: 30px;
	}

	#bg-video {
	  width: 100%;
	  height: 100%;
	  object-fit: fill;
	  z-index: -1;
	}

	#bg-video::-webkit-media-controls {
		display: none !important;
	}

	.video-overlay {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		background-color: rgba(31,39,43,0.75);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.play-circle {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(6em + 0.4vw);
		height: calc(6em + 0.4vw);
		border-radius: 50%;
		background-color: transparent;
		border: 6px solid #fff; /* Color del borde */
		color: #fff;
		cursor: pointer; /* Cambiar cursor a mano */
	}
	.play-circle span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(3em + 0.2vw);
		position: absolute;
		color: #fff;
	}
	/* Puedes agregar estos estilos para dar un aspecto específico al ícono */
	.play-circle i {
		font-size: calc(3em + 0.2vw); /* Ajusta el tamaño del ícono según tus preferencias */
		color: #fff; /* Cambia el color según tus preferencias */
	}
	
@media screen and (max-width: 767px) {
	.play-circle {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 60px;
		width: calc(4em + 0.4vw);
		height: calc(4em + 0.4vw);
		border-radius: 50%;
		background-color: transparent;
		border: 4px solid #fff; /* Color del borde */
		color: #fff;
		cursor: pointer; /* Cambiar cursor a mano */
	}
	.play-circle span {
		display: flex;
		align-items: center;
		justify-content: center;
		width: calc(1.3em + 0.5vw);
		position: absolute;
		color: #fff;
	}
	/* Puedes agregar estos estilos para dar un aspecto específico al ícono */
	.play-circle i {
		font-size: calc(1.3em + 0.5vw); /* Ajusta el tamaño del ícono según tus preferencias */
		color: #fff; /* Cambia el color según tus preferencias */
	}
	#miImagen {
		transition: transform 0.5s ease-in-out;
		max-height: 40px;
		margin-top: -20px;
	}
	.main-video {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 60vh;
		margin-bottom: 0;
	}
	#bg-video {
		width: 100%;
		height: 100%;
		object-fit: fill;
		z-index: -1;
	}
	.main-video .caption {
		margin-top: 30%;
		left: 0%;
		transform: translateY(-30%);
	}
	.main-video .caption h6 {
		font-weight: 500;
	}
	.main-video .caption h2 {
		font-size: 36px;
	}
}

/* MENSAJE */
section.mensaje {
  position: relative;
  width: 100%;
  display: block;
  padding: 40px 0px;
  background: #fff;
  margin-bottom: 0;
}

/* services */
section.services {
    background: #fff;
    width: 100%;
    padding: 40px 25px 5px 25px;
	background: #fff;
}
	.services .item {
	  border-radius: 20px;
	  text-align: center;
	  padding: 3%;
	  border: 4px ridge #000;
	  background: #fff;
	  color: #000;
	  min-height: 45vh;
	}
	.services .item .icon {
	  max-width: 20%;
	  margin: 0 auto;
	}
	.services h1 {
		font-weight: 900;
		font-family: 'Fluff';
		font-size: calc(1em + 1vw);
		text-align: center;
		padding-bottom: 30px;
		margin-top: calc(1.3em + 1vh);
	}
	.services .item h4 {
	  margin-top: 25px;
	  margin-bottom: 15px;
	  font-size: calc(1.2em + 0.4vh);
	  font-weight: 700;
	}
	.services .item p {
	  color: #000;
	  font-size: calc(1em + 0.1vw);
	  border-top: 2px solid black;
	  padding-top: 20px;
	  height: 250px;
	  bottom: 10px;
	}
	.services .owl-nav {
	  display: inline-block !important;
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  top: 50%;
	  transform: translateY(-25px);
	}
	.services .owl-nav .owl-prev{
	  margin-right: 10px;
	  outline: none;
	  position: absolute;
	  left: -80px;
	}
	.services .owl-nav .owl-prev span,
	.services .owl-nav .owl-next span {
	  opacity: 0;
	}
	.services .owl-nav .owl-prev:before {
	  display: inline-block;
	  font-family: 'FontAwesome';
	  color: #1e1e1e;
	  font-size: 25px;
	  font-weight: 700;
	  content: '\f104';
	  background-color: #fff;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  line-height: 50px;
	}
	.services .owl-nav .owl-prev {
	  opacity: 1;
	  transition: all .5s;
	}
	.services .owl-nav .owl-prev:hover {
	  opacity: 0.9;
	}
	.services .owl-nav .owl-next {
	  opacity: 1;
	  transition: all .5s;
	}
	.services .owl-nav .owl-next:hover {
	  opacity: 0.9;
	}
	.services .owl-nav .owl-next{
	  margin-left: 10px;
	  outline: none;
	  position: absolute;
	  right: -85px;
	}
	.services .owl-nav .owl-next:before {
	  display: inline-block;
	  font-family: 'FontAwesome';
	  color: #1e1e1e;
	  font-size: 25px;
	  font-weight: 700;
	  content: '\f105';
	  background-color: #fff;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  line-height: 50px;
	}
	.imagen-superior-der-act {
	position: relative;
		top: 0%;
		left: 40%;
		height: 20%;
		width: 60%;
		transform: translate(0, -50%);
		z-index: 99;
		padding: 0;
		margin: 0;
	}

.imagen-superior-der {
    position: absolute;
    top: 0;
    right: 0;
    height: 14%;
    width: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}

	.imagen-superior-derb {
		position: absolute;
		top: 0;
		right: 0;
		height: 18%;
		width: 60%;
		transform: translate(0, -60%);
		z-index: 99;
		margin-top: 20px;
	}
	.imagen-inferior-izq {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 14%;
		width: 90%;
		transform: translate(-30%, 50%);
		z-index: 99;
	}

.fondo-amarillo {
	background: linear-gradient( to bottom, #fff 20%, #fecc04 40%, #fecc04 70%, #fff 80%, #fff 90%);
}
/* upcoming meetings */
section.upcoming-meetings {
  display: block;
  background: #fff;
  background-image: url('../multimedia/imagenes/fondos/fondo_actividades.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

/* Estilo para cada fila dentro de la sección */
section.upcoming-meetings .row {
  margin-bottom: 0;
}

section.upcoming-meetings .section-heading h2 {
	font-weight: 900;
	font-family: 'Fluff';
	font-size: calc(1em + 1vw);
	text-align: left;
	margin-top: 50px  ;
	margin-left: 2%;
	color: #fff;
}
section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
  margin-top: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-item .down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
	position: relative;
    background: #fff;
    width: 100%;
    padding: 50px 40px 55px 40px;
	background: #fff;
}
section.apply-now .section-heading h2 {
	font-weight: 900;
	font-family: 'Fluff';
	font-size: calc(1em + 1vw);
	text-align: center;
	margin-top: calc(1.6em + 1vh);
	margin-left: 2%;
}
section.apply-now .item {
	background-color: rgba(0, 0, 0);
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 6%;
	font-size: calc(1em + 0.3vw);
	line-height: calc(1em + 0.3vw);
	height: 440px;
}

section.apply-now .item h3 {
	font-family: 'Fluff';
	font-size: calc(0.7em + 1vw);
	letter-spacing: 1.9px;  color: #ffcc00;
	font-weight: 400;
	margin-bottom: 20px;
}

section.apply-now .item p {
	color: #ffd83c;
	margin-bottom: 20px;
	font-weight: 300;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
	.main-video {
		position: relative;
		width: 100%;
		height: 60vh;
		margin-bottom: 0;
	}
	.accordion-head {
		padding: 1rem;
		font-size: 1.2rem;
	}
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* courses */

section.our-courses {
  background-image: url(../images/meetings-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
	position: relative;
	background-image: url(../images/facts-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0px 80px 0px;
}
section.our-facts .section-heading h2 {
	font-weight: 900;
	font-family: 'Fluff';
	font-size: calc(1em + 1vw);
	text-align: center;
	margin-top: calc(1.6em + 1vh);
	margin-left: 2%;
	color: #fff;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-title {
    font-family: 'Fluff';
	font-size: calc(1em + 1vw);
	line-height: calc(0.8em + 0.3vw);
    font-weight: 200;
    color: #ffcc00;
    letter-spacing: 1.9px;
}
.count-digit {
    font-family: 'Fluff';
    font-size: calc(7.5em + 1vw);
    margin: 75px 0 15px 0;
    color: #fff;
    font-weight: 700;
    height: 80px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}

/* CONTACTENOS */
section.contact-us {
	/*
	background-image: url(../images/meetings-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	*/
  background: #fff;
  padding: 120px 0 30px 30px;
}
.contact-us h1 {
	font-weight: 900;
	font-family: 'Fluff';
	font-size: calc(1em + 1vw);
	text-align: center;
	padding-bottom: 30px;
}
section.contact-us #contact {
  background-color: #fff;
  border-radius: 20px;
}

section.piepagina {
  background-color: #000;
  color: #000;
  padding: 0;
  font-size: calc(0.6em + 0.5vw);
  line-height: calc(1.1em + 0.8vw);
  z-index: 99;
}
.piepagina p {
  text-transform: uppercase;
  color: #000;
}

.piepagina p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background: #fff;
  padding: 0px;
}


section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px 0 22px 0;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h1 {
	font-family: 'Fluff';
	font-size: calc(1.2em + 1vw);
	line-height: calc(1em + 0.3vw);
	color: #1f272b;
	font-weight: 600;
	margin-bottom: 15px;
}
.meeting-single-item .down-content h1.century {
	font-family: 'CenturyGothic';
	font-size: calc(1.2em + 1vw);
	line-height: calc(1em + 0.3vw);
	color: #1f272b;
	font-weight: 400;
	margin-bottom: 15px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  text-align: right;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

/* responsive */

@media (min-width: 1301px) {
	.main-video {
		position: relative;
		width: 100%;
		height: 80vh;
		margin-bottom: 0;
	}
}
@media (max-width: 1200.99px) and (max-width: 1300.99px) {
	.main-video {
		position: relative;
		width: 100%;
		height: 50vh;
		margin-bottom: 0;
	}
	.services .owl-nav .owl-next{
		right: -30px;
	}
	.services .owl-nav .owl-prev{
		left: -25px;
	}
	.our-courses .owl-nav .owl-next{
		right: -30px;
	}
	.our-courses .owl-nav .owl-prev{
		left: -25px;
	}
}
@media (max-width: 1086px) and (max-width: 1200.99px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}
@media (max-width: 1006px) and (max-width: 1085.99px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}
@media (min-width: 993px) and (max-width: 1005.99px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992.99px) {
	.services .item h4 {
	  margin-top: 25px;
	  margin-bottom: 15px;
	  font-size: calc(0.5em + 0.4vw);
	  font-weight: 700;
	}
	.services .item p {
	  color: #000;
	  font-size: calc(0.5em + 0.2vw);
	  border-top: 2px solid black;
	  padding-top: 20px;
	}
	.imagen-superior-der {
		position: absolute;
		top: 0;
		right: 0;
		height: 7%;
		width: 90%;
		transform: translate(30%, -50%);
		z-index: 99;
	}
	.imagen-superior-derb {
		position: absolute;
		top: 0;
		right: 0;
		height: 9%;
		width: 80%;
		transform: translate(30%, -80%);
		z-index: 99;
		margin-top: 20px;
	}
	.imagen-inferior-izq {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 7%;
		width: 90%;
		transform: translate(-30%, 50%);
		z-index: 99;
	}
	.templatemo-item-col {
		width: 45%;
	}
	.services {
		margin-top: 60px;
	}
	section.upcoming-meetings {
		padding-top: 400px;
	}
	section.upcoming-meetings .categories {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.accordions {
		margin-left: 0px;
	}
	.new-students {
		margin-top: 15px;
	}
	section.our-facts .video {
		margin-left: 0px;
		margin-top: 15px;
	}
	section.contact-us #contact {
		margin-bottom: 30px;
	}
    section.apply-now .item {
      background-color: rgba(0, 0, 0);
      padding: 20px;
      margin-bottom: 15px;
      border-radius: 6%;
      font-size: calc(1em + 0.3vw);
      line-height: calc(1em + 0.3vw);
      height: auto; /* 🔥 muy importante: quitamos el alto fijo */
    }
}
@media (max-width: 767.99px) {
	.section-heading h2 {
		margin-top: 0px;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0,0.15);
		font-weight: 900;
		font-family: 'Fluff';
		font-size: calc(1em + 1vw);
		line-height: calc(1em + 0.3vw);
		color: #fff;
	}
	section.upcoming-meetings .section-heading h2 {
		font-weight: 900;
		font-family: 'Fluff';
		font-size: calc(1em + 1vw);
		text-align: left;
		margin-top: calc(1.3em + 1vh);
		margin-left: 2%;
		color: #000;
	}
	.services .item {
	  border-radius: 20px;
	  text-align: center;
	  padding: 3%;
	  border: 4px ridge #000;
	  background: #fff;
	  color: #000;
	  min-height: 47vh;
	}
	.imagen-superior-der {
		position: absolute;
		top: 0;
		right: 0;
		height: 7%;
		width: 90%;
		transform: translate(30%, -50%);
		z-index: 99;
	}
	.imagen-superior-derb {
		position: absolute;
		top: 0;
		right: 0;
		height: 9%;
		width: 80%;
		transform: translate(30%, -80%);
		z-index: 99;
		margin-top: 20px;
	}
	.imagen-inferior-izq {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 7%;
		width: 90%;
		transform: translate(-30%, 50%);
		z-index: 99;
	}
	.templatemo-item-col {
		width: 100%;
	}
	.sub-header .left-content p {
		display: none;
	}
	.sub-header .right-icons {
		text-align: center;
	}
	.main-nav .nav .sub-menu {
		display: none;
	}
	.header-area .main-nav .nav li ul.sub-menu li a {
		color: #1f272b;
	}
	section.apply-now .item p {
		color: #ffcc00;
		margin-bottom: 20px;
		font-size: calc(1em + 1.2vw);
		line-height: calc(1em + 0.3vw);
	}
	
	section.apply-now .item {
		background-color: rgba(0, 0, 0);
		padding: 20px;
		margin-bottom: 30px;
		border-radius: 6%;
		font-size: calc(1em + 0.3vw);
		line-height: calc(1em + 0.3vw);
		height: 575px;
	}
}

@media (max-width: 767.99px) and (orientation: landscape) {
	.main-video {
		position: relative;
		width: 100%;
		height: 100vh;
		margin-bottom: 0;
	}
}
@media (max-width: 992.99px) and (orientation: landscape) {
	.main-video {
		position: relative;
		width: 100%;
		height: 100vh;
		margin-bottom: 0;
	}
}
#dimension-display {
	position: fixed;
	bottom: 10px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	z-index: 999;
	font-size: 10px;
}
#floatingDiv {
	position: fixed;
	bottom: 50px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	z-index: 999;
	font-size: 10px;
}
#divFlotante {
	position: fixed;
	bottom: 90px;
	right: 10px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #ccc;
	border-radius: 5px;
	font-family: Arial, sans-serif;
	z-index: 999;
	font-size: 10px;
}

/* Estilos personalizados */
.custom-btn {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border: none;
	padding: 0;
	cursor: pointer;
	max-width: 15%;
	background: transparent;
	margin-top: 20px;
}

.custom-btn img {
	transition: transform 0.3s ease-in-out;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.custom-btn:hover img {
	content: url('../multimedia/imagenes/botonera/bt_registrate_aqui_hover.png');
}

.custom-btn:hover .overlay {
	opacity: 1;
}
.btn-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
}

.card {
  width: 100%;
  float: left;
  padding: 2%;
  background: transparent;
  border: 0;
}
.card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card .menu-content::before, .card .menu-content::after {
  content: "";
  display: table;
}
.card .menu-content::after {
  clear: both;
}
.card .menu-content li {
  display: inline-block;
}
.card .menu-content a {
  color: #fff;
}
.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(-50%, 0);
}
.card .wrapper {
  background-color: black;
  background-size: cover;
  position: relative;
  min-height: 400px;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .wrapper.flashmob {
	background: url('../multimedia/imagenes/fotos/foto1_flashmob.png') center/100% no-repeat;
}
.card .wrapper.webreallity {
	background: url('../multimedia/imagenes/fotos/foto2_webreallity.png') center/100% no-repeat; 
}
.card .wrapper.colombia {
	background: url('../multimedia/imagenes/fotos/foto3_colombia.png') center/100% no-repeat; 
}
.card .wrapper.planeta {
	background: url('../multimedia/imagenes/fotos/foto4_planeta.png') center/100% no-repeat; 
}
.card .wrapper.sociales {
	background: url('../multimedia/imagenes/fotos/foto5_sociales.png') center/100% no-repeat; 
}
.card .wrapper.guinnes {
	background: url('../multimedia/imagenes/fotos/foto6_guinnes.png') center/100% no-repeat; 
}
.card .wrapper.negocios {
	background: url('../multimedia/imagenes/fotos/foto7_negocios.png') center/100% no-repeat; 
}
.card .wrapper:hover .data {
  transform: translateY(10px);
}
.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(10px + 1em));
  transition: transform 0.3s;
}
.card .data .content {
	margin-top: 30%;
	padding: 0 0.6em 0.6em 0.6em;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	background-size: 100% 100%;
	height: 350px;
}
.card .author {
  font-size: calc(0.2em + 0.4vw);
}
.card .title h1 {
  margin: 12px 2px 2px 2px;
  padding: 12px 5px 5px 5px;
}
.card .text {
  height: 70px;
  margin: 10px 0 0 0;
  color: #fff;
  text-overflow: ellipsis;
  border-top: 1px solid #fff;
}

.card input[type=checkbox] {
  display: none;
}
.card input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}
/* Estilos iniciales para tamaños de pantalla grandes (lg, xl, xxl) */
.card .text span.uno {
  display: block;
  width: 100%;
  padding: 10px 0 8px 0;
  font-weight: 700;
  margin: 12px 0 0 0;
  color: #fff;
  text-align: right;
  font-size: calc(0.4em + 0.2vw);
  line-height: calc(0.35em + 0.2vw);
}

.card .text span.dos {
  display: block;
  width: 100%;
  padding: 10px 0 8px 0;
  font-weight: 500;
  margin: 10px 0 0 0;
  color: #fff;
  font-size: calc(0.4em + 0.5vw);
  line-height: calc(0.35em + 0.5vw);
}

.example-2 .cero {
  display: block;
  width: 100%;
  padding: 15px 0 2px 0;  
  font-weight: 700;
  margin: 12px 0 0 0;
  color: #fff;
  text-align: center;
  font-size: calc(0.8em + 0.4vw);
  text-decoration: none; /* Quita la subrayado del enlace */
}

.example-2 .wrapper {
  border-radius: 30px;
  border: 7px solid #ffcd00;
}
.example-2 .wrapper:hover .menu-content span {
  transform: translate(-20%, -3px);
  opacity: 1;
}
.example-2 .header {
  color: #fff;
  padding: 0.5em;
}
.example-2 .header::before, .example-2 .header::after {
  content: "";
  display: table;
}
.example-2 .header::after {
  clear: both;
}
.example-2 .header .date {
  float: left;
  font-size: calc(0.2em + 0.4vw);
}
.example-2 .menu-content {
  float: right;
  font-size: calc(0.2em + 0.4vw);
}
.example-2 .menu-content li {
  margin: 0 5px;
  position: relative;
}
.example-2 .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}

.example-2 .data {
  color: #fff; 
  transform: translateY(calc(120px + 3em));
}

.example-2 .title a {
  display: block;
  color: #fff;
  font-weight: 800;
  margin-top: 0;
  padding-top: 50px;
  text-align: center !important;
  width: 100%;
  font-size: calc(0.4em + 0.5vw);
}

.example-2 .button {
  margin-top: 10px;
  display: block;
  width: auto;
  text-align: center;
  color: #ffcd00;
  line-height: 1;
  position: relative;
  font-weight: 700;
  top: 50%;
  font-size: calc(0.4em + 0.5vw);
}

.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
  right: -8%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.example-2 .button:hover::after {
  transform: translate(5px, -50%);
  opacity: 1;
}

@media (min-width: 1400px) {
	.card .text span.uno {
		text-align: right;
		font-size: calc(0.6em + 0.5vw);
		line-height: calc(0.95em + 0.5vw);
	}
	.card .text span.dos {
		font-size: calc(0.9em + 0.5vw);
		line-height: calc(0.95em + 0.5vw);
	}
	.example-2 .cero {
		padding: 15px 0 2px 0;  
		font-size: calc(0.8em + 0.4vw);
	}
}
@media (min-width: 1200px) {
	.card .text span.uno {
		text-align: right;
		font-size: calc(0.6em + 0.5vw);
		line-height: calc(0.95em + 0.5vw);
	}
	.card .text span.dos {
		font-size: calc(0.9em + 0.5vw);
		line-height: calc(0.95em + 0.5vw);
	}
	.example-2 .cero {
		padding: 15px 0 2px 0;  
		font-size: calc(0.6em + 0.4vw);
	}
}
@media (min-width: 993px) {
	.card .text span.uno {
		text-align: right;
		font-size: calc(0.6em + 0.5vw);
		line-height: calc(-0.5em + 0.5vw);
	}
	.card .text span.dos {
		font-size: calc(0.6em + 0.5vw);
		line-height: calc(0.95em + 0.5vw);
	}
}

@media (min-width: 993px) and (orientation: landscape) {
	.card .text span.uno {
		text-align: right;
		font-size: calc(0.6em + 0.5vw);
		line-height: calc(-0.5em + 0.5vw);
	}
	.card .text span.dos {
		font-size: calc(0.6em + 0.5vw);
		line-height: calc(0.95em + 0.5vw);
	}
}

/* Media queries para pantallas medianas (md) */
@media (max-width: 992.99px) {
	.card .text span.uno {
		text-align: right;
		font-size: calc(1em + 0.3vw);
		line-height: calc(1em + 0.3vw);
	}
	.card .text span.dos {
		font-size: calc(1em + 0.3vw);
		line-height: calc(1em + 0.3vw);
	}
	.card .wrapper {
		min-height: 380px;
	}
	.example-2 .button {
		margin-top: 10px;
		top: 80%;
	}
	.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
		top: 80%;
		transform: translate(0, -80%);
	}
	.card .wrapper:hover .data {
		transform: translateY(20px);
	}
	.example-2 .data {
		color: #fff; 
		transform: translateY(calc(160px + 3em));
	}
}

/* Media queries para pantallas pequeñas (sm) */
@media (max-width: 768px) {
	.card .text span.uno,
	.card .text span.dos {
		text-align: left;
		font-size: calc(1em + 0.6vw);
		line-height: calc(1em + 0.6vw);
	}
	.card .wrapper {
		min-height: 400px;
	}
	.example-2 .button {
		margin-top: 10px;
		top: 80%;
	}
	.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
		top: 80%;
		transform: translate(0, -80%);
	}
	.card .wrapper:hover .data {
		transform: translateY(10px);
	}
	.example-2 .data {
		color: #fff; 
		transform: translateY(calc(180px + 3em));
	}
}

/* Estilos para pantallas grandes (md, lg, xl, xxl) */
@media (min-width: 768px) {
	.example-2 .cero {
		font-size: calc(1.3em + 0.4vw);
	}
	.example-2 .button {
		margin-top: 10px;
		top: 40%;
		font-size: calc(0.8em + 0.5vw);
		line-height: calc(-0.5em + 0.5vw);
	}
	.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
		top: 80%;
		transform: translate(0, -80%);
	}
	.example-2 .data {
		color: #fff; 
		transform: translateY(calc(140px + 3em));
	}
}
/* Estilos para pantallas medianas (sm) */
@media (min-width: 576px) and (max-width: 767px) {
	.example-2 .cero {
		font-size: calc(1.2em + 0.4vw); /* Tamaño de fuente para pantallas medianas */
	}
	.example-2 .button {
		margin-top: 10px;
		top: 40%;
		font-size: calc(1em + 0.5vw);
		line-height: calc(-0.5em + 0.5vw);
	}
	.example-2 .button::after {
  content: "→";
  opacity: 0;
  position: absolute;
		top: 80%;
		transform: translate(0, -80%);
	}
}
/* Estilos para pantallas pequeñas (xs) */
@media (max-width: 575px) {
	.example-2 .cero {
		font-size: calc(1.1em + 0.4vw); /* Tamaño de fuente más pequeño para pantallas pequeñas */
	}
	.example-2 .button {
		margin-top: 10px;
		top: 40%;
		font-size: calc(1em + 0.5vw);
		line-height: calc(-0.5em + 0.5vw);
	}
	.example-2 .button::after {
		content: "→";
		opacity: 0;
		position: absolute;
		top: 40%;
		transform: translate(0, -40%);
	}
}

/* Estilos para el div de cookies */
#cookieConsent {
  position: fixed;
  display: none;
  width: 60%;
  margin-left: 20%;
  bottom: 40px;
  background-color: #000;
  color: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  z-index: 99999;
}
/* Estilos para el div de cookies aceptadas */
#cookiesAceptadas {
  display: none;
  position: fixed;
  width: 60%;
  margin-left: 20%;
  bottom: 40px;
  padding: 15px;
  border-radius: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  z-index: 99999;
}
#textCookie {
  margin-bottom: 15px;
}
#cookieConsent button {
  margin-top: 10px;
  padding: 10px;
  background-color: #ffcd00;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#buttonsCookie button {
  background-color: #ffcd00;
  color: #000;
  border: none;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  cursor: pointer;
}

/* bannners */
.bannflashmob {
	background-color: white;
	display: block;
	justify-content: center;
	align-items: center;
	width: 100% !important;
	z-index: 999;
}

.bannflashmob h6, .bannflashmob h2 {
  text-align: center;
}


/* COUNTER PARA UNA FECHA */
.to-date {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
}
.to-date #to {
  display: block;
  font-size: 42px;
  background: #fff;
  border-radius: 100px;
  margin: 5px;
  padding: 3px;
  font-weight: 600;
  color: #0a0a0a;
}

.to-date2 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.to-date2 #to {
  display: block;
  font-size: 34px;
  background: #fff;
  border-radius: 100px;
  margin: 5px;
  padding: 3px;
  font-weight: 600;
  color: #0a0a0a;
}
.countdown-container .countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row;
  line-height: 1;
}
.countdown-container .countdown .counter-section .counter-wrap .counter-container {
  display: flex;
  padding: 20px;
  width: 100%;
}
.countdown-container .countdown .counter-section .counter-wrap .counter-box {
  font-family: 'Fluff';
  font-size: calc(2.5em + 0.7vw);
  font-weight: 200;
  color: #000;
  margin-right: 2%;
  width: calc(1.8em + 1vw);
  height: calc(1.8em + 1vw);
  padding: 3%;
  background: var(--amarillo);
  background-image: url('../multimedia/imagenes/fondos/fondo_cuenta_regresiva.png');
  background-size: 100% 100%; /* Utiliza porcentajes para adaptar la imagen de fondo */
  background-position: center;  
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.countdown-container .countdown .counter-section .counter-wrap .counter-box:last-of-type {
  margin: 0;
}
.countdown-container .countdown .counter-section .counter-wrap .counter-box p {
  color: #000;
}
.countdown-container .countdown .counter-section .counter-wrap .counter-box .counter-time {
  margin: 0 0 2px 0;
}
.countdown-container .countdown .counter-section .counter-wrap .counter-box .counter-tag {
  position: relative;
  display: flex;
  font-family: 'CenturyGothic';
  font-size: calc(15px + 0.2vw);
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  width: 100%;
  background: transparent;
  color: #000;
  border-radius: 100px;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}
.info1 {
	text-align: center;
	line-height: 1.1;
	font-size: 50%;
	margin-left: 15%;
	width: 70%;
}
.text2 {
	padding-top: 2%;
}
@keyframes wobble {
  from {
    transform: scale(0.9);
    top: 20px;
  }
  to {
    transform: scale(1);
    top: 0px;
  }
}
@media (max-width: 767.99px) {
	.countdown-container .countdown .counter-section .counter-wrap .counter-box {
		font-size: calc(1.1em + 0.7vw);
		width: calc(2em + 1vw);
		height: calc(2em + 1vw);
		padding: 2%;
	}
	.countdown-container .countdown .counter-section .counter-wrap .counter-box .counter-tag {
		font-size: calc(11px + 0.2vw);
		line-height: 1.2;
	}
	.text2 {
		padding-top: 4%;
	}
	
}


@media (max-width: 767.99px) {
/* bannners */
	.bannflashmob {
		height: 22vh;
		margin-top: 14%;
	}
}
@media (max-width: 767.99px) and (orientation: landscape) {
/* bannners */
	.bannflashmob {
		height: 50vh;
		margin-top: 10%;
	}
}
@media (min-width: 768px) and (max-width: 992.99px) {
/* bannners */
	.bannflashmob {
		height: 23vh;
		margin-top: 12%;
	}
}
@media ((min-width: 768px) and (max-width: 992.99px)) and (orientation: landscape) {
/* bannners */
	.bannflashmob {
		height: 50vh;
		margin-top: 10%;
	}
}
@media (min-width: 993px) and (max-width: 1299.99px) {
	.bannflashmob {
	  height: 24vh;
	  margin-top: 5vh;
	}
}
@media ((min-width: 993px) and (max-width: 1299.99px)) and (orientation: landscape) {
	.bannflashmob {;
	  height: 60vh;
	}
}
@media (min-width: 1300px) {
	.bannflashmob {
	    background-co
	  height: 80vh;
	}
}
@media (min-width: 1300px) and (orientation: landscape) {
	.bannflashmob {
	  height: 42vh;
	  margin-top: 7vh;
	}
}

.btn-black{color:#fff;background-color:#000;border-color:#000}
.btn-black:hover{color:#fff;background-color:#454545;border-color:#454545}
.btn-black.focus,.btn-black:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-black.disabled,.btn-black:disabled{background-color:#000;border-color:#000}
.btn-black:not([disabled]):not(.disabled).active,.btn-black:not([disabled]):not(.disabled):active,.show>.btn-black.dropdown-toggle{color:#fff;background-color:#454545;border-color:#454545;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}

/* Estilo para el texto de los menús principales al pasar el mouse */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #fecc04; !important; /* Utilizamos !important para asegurarnos de que este estilo prevalezca */
}

/* Estilo para el texto de los menús principales al hacer clic */
.navbar-nav .nav-link:active {
  color: #e0b401; !important;
}

/* Estilo para el texto de los menús secundarios al pasar el mouse */
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: #e0b401 !important;
}

/* Estilo para el texto de los menús secundarios al hacer clic */
.dropdown-menu a:active {
  color: #e0b401 !important;
}
/* Estilo para el texto de los menús principales al estar activos */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active {
  color: #e0b401 !important;
}

/* Estilo para el texto de los menús secundarios al estar activos */
.dropdown-menu a.active,
.dropdown-menu a.hover,
.dropdown-menu a.focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
  color: #e0b401 !important;
  background-color: black !important; /* Cambiamos el fondo a negro */
}
.dropdown-menu:active {
  background-color: transparent !important; /* Hacemos que el fondo sea transparente */
}
item:active {
    background-color: black;
}
.dropdown-item {
    color: #fecc04;
    background-color: black;
}
.dropdown-item:hover, 
.dropdown-item:focus, 
.dropdown-item.active {
  color: #e0b401 !important;
    background-color: black;
}
.baw {
	background: black; 
	color: white;
}

.bandera-colombiana {
	background: linear-gradient(to right, 
	#FFD100 35%, #FFD100 40%, 
	#0033A0 45%, #0033A0 75%, 
	#CE1126 85%, #CE1126 100%);
	-webkit-background-clip: text; /* Navegadores WebKit (Chrome, Safari) */
	color: transparent; /* Hace el texto transparente para que se muestre el degradado de fondo */
}

    .container2 {
	  display: block;
      position: relative;
      overflow: hidden;
	  height: 220px;
	  width: 60%;
	  margin-top: 30px;
	  margin-top: 5px;
	}

    .container2 img {
	  margin-top: 10%;
	  left: 50%;
	  height: 200px;
      width: 200px;
      position: absolute; /* Cambiado a relative */
      animation: spin 8s infinite linear;
	  transform: translate(-50%, -50%);
    }
	.container2 h1 {
		font-family: 'Fluff';
		display: inline-block; /* Ajusta el tamaño del borde al tamaño del texto */
		text-shadow: 5.5px 5px 1px #ffcd00;
		color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #000;
		border-bottom: 1px solid #000;
		margin-bottom: 20px; /* Espacio después del borde */
		padding-bottom: 20px; /* Espacio después del borde */
		position: absolute;
		margin-top: 5%;
		width: 100%;
		height: 200px;
		text-align: center;
		line-height: 1; /* Ajusta según tu diseño */
    }
	.container3 h1 {
		font-family: 'Fluff';
		display: inline-block; /* Ajusta el tamaño del borde al tamaño del texto */
		text-shadow: 5.5px 5px 1px #ffcd00;
		color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px; /* Espacio después del borde */
		padding-bottom: 20px; /* Espacio después del borde */
		position: absolute;
		margin-top: 5%;
		width: 100%;
		height: 200px;
		text-align: center;
		line-height: 1; /* Ajusta según tu diseño */
    }
    @keyframes spin {
      100% {
        transform: translate(-50%, -50%) rotate(360deg);
      }
    }

@media (max-width: 320.99px) {
	.container2 {
		height: 170px;
		width: 100%;
	}
	.container2 img {
		margin-top: 40%;
		width: 150px;
		height: 150px;
	}
	.container2 h1 {
		margin-top: 14%;
	}
}
@media (min-width: 321px) and (max-width: 479.99px) {
	.container2 {
		height: 180px;
		width: 100%;
	}
	.container2 img {
		margin-top: 35%;
		width: 150px;
		height: 150px;
	}
	.container2 h1 {
		margin-top: 14%;
	}
}
@media (min-width: 480px) and (max-width: 539.99px) {
	.container2 {
		height: 240px;
		width: 100%;
	}
	.container2 img {
		margin-top: 27%;
		width: 150px;
		height: 150px;
	}
	.container2 h1 {
		margin-top: 14%;
	}
}
@media (min-width: 540px) and (max-width: 767.99px) {
	.container2 {
		height: 240px;
		width: 100%;
	}
	.container2 img {
		margin-top: 22%;
		width: 200px;
		height: 200px;
	}
	.container2 h1 {
		margin-top: 14%;
	}
}
@media (min-width: 768px) and (max-width: 992.99px) {
	.container2 {
		height: 200px;
		width: 100%;
	}
	.container2 img {
		margin-top: 15%;
		width: 150px;
		height: 150px;
	}
	.container2 h1 {
		margin-top: 10%;
	}
}
@media (min-width: 993px) and (max-width: 1199.99px) {
	.container2 {
		height: 200px;
		width: 100%;
	}
	.container2 img {
		margin-top: 10%;
		width: 180px;
		height: 180px;
	}
	.container2 h1 {
		margin-top: 7%;
	}
}
@media (min-width: 1200px) and (max-width: 1399.99px) {
	.container2 {
		height: 220px;
		width: 100%;
	}
	.container2 img {
		margin-top: 10%;
		width: 180px;
		height: 180px;
	}
	.container2 h1 {
		margin-top: 7%;
	}
}
.btn-close {
  width: 0.5em;
  height: 0.5em;
  padding: 0.15em 0.15em;
}

.btn-close:hover {
  opacity: 0.75; /* Opacidad al pasar el mouse */
}

.btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25); /* Sombreado rojo al enfocar */
  opacity: 1; /* Opacidad al enfocar */
}

.btn-close:disabled {
  opacity: 0.25; /* Opacidad cuando está desactivado */
}

.btn-close:active {
  filter: invert(1) grayscale(100%) brightness(200%); /* Efecto blanco y negro invertido al hacer clic */
}

#textomodal {
	position: absolute;
	width: 90%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -20%);
	text-align: center;
	color: #000;
}

.tituloh1 {
	font-family: 'Fluff';
	display: inline-block; /* Ajusta el tamaño del borde al tamaño del texto */
	text-shadow: 5.5px 5px 1px #ffcd00;
	color: transparent;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px; /* Espacio después del borde */
	padding-bottom: 20px; /* Espacio después del borde */
}
.tituloh2 {
	font-family: 'Fluff';
	display: inline-block; /* Ajusta el tamaño del borde al tamaño del texto */
	text-shadow: 5.5px 5px 1px #ffcd00;
	color: transparent;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px; /* Espacio después del borde */
	padding-bottom: 20px; /* Espacio después del borde */
}
.help-block {
	margin-top: 5px;
	font-size: 50%;
	line-height: 1.2;
}
.helpok {
	color: #006600;
	font-size: 90%;
	font-weight: 600;
	line-height: 1.2;
}
.helphelpt {
	color: #ff0000; 
	font-size: 90%;
	font-weight: 500;
	line-height: 1.2;
}
.helpmsj {
	color: #000000;
	font-weight: 500;
	font-size: 100%;
	line-height: 1.2;
}
.form-floating>label {
	font-size: 80% !important;
}

.form-floating>label.codt {
	font-size: 60% !important;
    height: 100%;
    padding: 0.2rem 0.82rem;
	color: rgba(var(--bs-body-color-rgb),.65)
}
.contdigit {
	position: absolute;
	font-size: 50% !important;
	line-height: 1.2;
	color: #ff0000;
	margin-top: -3px;
	padding-top: 0;
}