@charset "UTF-8";
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .imgbg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 3;
}

.hero .container {
  position: relative;
  z-index: 4;
}

.hero h2 {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  color:#fff;
  font-family: 'Burgess Bold Pro';
}

.hero p {
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 24px;
  font-family: 'Burgess Bold Pro',sans-serif;
  font-weight:700;
}

.hero .logoGA {
  backdrop-filter: blur(.625rem);
  background: hsla(0,0%,100%,.149);
  border: 1px solid hsla(0,0%,100%,.149);
  border-radius: var(--br);
  max-width: 25rem;
  min-height: 14.375rem;
  padding: 1.875rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
	font-family: 'Burgess Bold Pro',sans-serif;
	font-weight:700;
  }

  .hero p {
    font-size: 18px;
	font-family: 'Burgess Bold Pro',sans-serif;
	font-weight:700;
  }
}


/*--------------------------------------------------------------
# HERO Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}
.dark-background {
  --background-color: #000910;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #28323a;
  --contrast-color: #ffffff;
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.container-title {
  padding-bottom: 60px;
  position: relative;
}

/*.container-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  position: relative;
}

.container-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: var(--accent-color);
  margin: 4px 10px;
}

.container-title p {
  color: var(--heading-color);
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--heading-font);
}*/

@media (max-width: 768px) {
  .section-title p {
    font-size: 24px;
  }
}
/* ---------- HEADER ---------- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 10px 0;
  background: transparent;
}

.header .container-fluid {
  max-width: 1320px; 
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.hero-menu {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  z-index:20;
}

.hero-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 5px 10px;
  transition: all 0.3s ease;
  font-family: "Aeonik",sans-serif;
}

.hero-menu a:hover {
  color: #7dcaf9;
}

.hero-menu a.active {
  color: #7dcaf9;
}

.hero-menu .dropdown ul {
    margin: 0;
    padding: 4px 0;
    background: #fff;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	weight:50px;
  }

 /*  .hero-menu .dropdown ul li {
    min-width: 200px;
  }*/

  .hero-menu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .hero-menu .dropdown ul a i {
    font-size: 12px;
  }

  .hero-menu .dropdown ul a:hover,
  .hero-menu .dropdown ul .active:hover,
  .hero-menu .dropdown ul li:hover>a {
    color: #7DCAF9;
  }

  .hero-menu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

.hero-menu .dropdown.active > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.hero-menu .dropdown-menu {
  position: absolute !important;
  inset: auto auto auto 0 !important;
}

.main_content {
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

@media (max-width: 1199px) .container{

  .main_content {
    scroll-margin-top: 20px;
  }
}
.first{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 30px;
}
.icon-link {
  text-wrap: balance;
  display: flex;
  margin-bottom:15px;
}
.icon-link svg {
  margin-inline-end: .9375rem;
  max-width: 1.5rem;
  min-width: 1.5rem;
}
.MenuLeft{
	color: #001968;
	font-size:0.8rem;	
}
.MenuLeft ul{
	margin-top: 2rem;
	list-style:none;
	margin-left:0px;
	padding-left:14px;
}
.MenuLeft li{
	margin: 10px 2px;
}

/* -------------------------------------------------
   Footer
   ------------------------------------------------- */
.footer-blue{
	background-color:rgb(0, 25, 104);
	color: #fff;
	font-family: "Aeonik",sans-serif;
	padding: 50px 0px 30px;	
}
ul.SocialMedia{
	margin-left:0px;
	padding-left:0px;
}
ul.SocialMedia li {
  display: inline;
  padding-left: 0px;
}
/* -------------------------------------------------
   Bootstrap 3 – Collapse component 
   ------------------------------------------------- */

/* Contenedor base del collapse */
.collapse {
    display: none;
}

/* Cuando está abierto (clase .in) */
.collapse.in {
    display: block;
}

/* Transiciones */
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

/* Compatibilidad con versiones antiguas de IE */
@media all and (max-width: 768px) {
    .collapse.in,
    .collapsing {
        overflow: visible;
    }
}

.toggle-btn{
	color: #0022f5;
}
