/**
 * NUEVA PALETA DE COLORES BLACK EMBASSY
 * Basada en los tonos azules corporativos de la imagen del evento
 * 
 * Colores principales:
 * - Azul Oscuro Principal: #1F3A4A
 * - Azul Corporativo: #2B5876  
 * - Azul Cielo: #4E8098
 * - Azul Acento: #3E556E
 * - Gris Azulado: #8FA1B3
 * - Blanco Puro: #FFFFFF
 * - Gris Claro: #E3E6EA
 */

@import url("https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600;700&family=Montserrat:wght@400;700&family=Poppins:wght@300;400;600;700&display=swap");

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  background-color: #0A2E4F !important;
  color: #788796 !important;
  background-image: 
    radial-gradient(circle at 20% 30%, #135D8E 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, #0A2E4F 0%, transparent 50%);
}
.mb-4-1, .ti-calendar, .location-pin{
  color:#0A2E4F !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #CFEAF7; /* Azul oscuro principal */
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #1F3A4A; /* Azul oscuro */
}

input[type=email], input[type=password], input[type=text], input[type=tel] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 14px;
}
input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, input[type=tel]:focus {
  box-shadow: none;
  border: 1px solid #2B5876; /* Azul corporativo */
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid #2B5876; /* Azul corporativo */
}

.img-logo {
  height: 80px;
  width: 80px;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 1rem 2.5rem 0.8rem;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.3s;
}
.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.btn:focus {
  outline: 0px;
  box-shadow: none;
}

.btn-main, .btn-small, .btn-transparent {
  background: #2B5876; /* Azul corporativo */
  color: #fff;
  transition: all 0.2s ease;
}
.btn-main:hover, .btn-small:hover, .btn-transparent:hover {
  background: #4E8098; /* Azul cielo */
  color: #fff;
}

.btn-solid-border {
  border: 2px solid #2B5876 !important; /* Azul corporativo */
  color: #2B5876 !important;
  background: transparent;
}
.btn-solid-border:hover {
  border: 2px solid #2B5876;
  background: #2B5876 !important;
  color: #ffffff !important;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #2B5876; /* Azul corporativo */
}
.btn-transparent:hover {
  background: transparent;
  color: #4E8098; /* Azul cielo */
}

.btn-large {
  padding: 20px 45px;
}
.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 13px 25px 10px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #2B5876; /* Azul corporativo */
}

.bg-primary-dark {
  background: #1F3A4A; /* Azul oscuro */
}

.bg-primary-darker {
  background: #163041; /* Azul más oscuro */
}

.bg-dark {
  background: #1F3A4A; /* Azul oscuro */
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(43, 88, 118, 0.95) 0%, rgba(78, 128, 152, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}
.section-title .title {
  font-size: 50px;
  line-height: 50px;
}
.section-title p {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: #2B5876; /* Azul corporativo */
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .hero-img, .cta, .slider, .page-title {
  position: relative;
}
.overly:before, .hero-img:before, .cta:before, .slider:before, .page-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2, .latest-blog, .cta-block, .bg-counter {
  position: relative;
}
.overly-2:before, .latest-blog:before, .cta-block:before, .bg-counter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #8CC7E6; /* Azul corporativo */
}

.text-black {
  color: #1F3A4A; /* Azul oscuro */
}

.text-color2 {
  color: #4E8098; /* Azul cielo */
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #1F3A4A; /* Azul oscuro */
  text-decoration: none;
}

a:focus, a:hover {
  color: #2B5876; /* Azul corporativo */
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}
.page-title .block h1 {
  color: #fff;
}
.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}
#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}
#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}
#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}
#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}
#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}
#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
  features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}
#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

/* NAVBAR CON NUEVA PALETA */
#navbar {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #ffffff !important;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
#navbar li {
  padding-left: 15px;
}
@media (max-width: 992px) {
  #navbar li {
    padding-left: 0;
  }
}
#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #1F3A4A !important; /* Azul oscuro */
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}
#navbar .nav-link:hover, #navbar .nav-link:focus,
#navbar .active .nav-link {
  color: #2B5876 !important; /* Azul corporativo */
}
#navbar .btn {
  padding: 0.7rem 1.5rem 0.5rem;
  color: #fff;
}
@media (max-width: 992px) {
  #navbar .btn {
    margin: 15px 0 10px;
  }
}

.header-top {
  background: #0F3E63; /* Azul oscuro */
  color: #E3E6EA; /* Gris claro */
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}
.header-top .header-top-socials {
  margin-left: -8px;
}
.header-top .header-top-socials a {
  color: #E3E6EA;
  margin-right: 8px;
  font-size: 16px;
  padding: 0 8px;
}
.header-top .header-top-socials a:hover {
  color: #4E8098; /* Azul cielo */
}
.header-top .header-top-info {
  color: #E3E6EA;
  font-size: 16px;
}
.header-top .header-top-info a span {
  color: #fff;
}
.header-top .header-top-info a {
  margin-left: 35px;
  color: #E3E6EA;
}

.navbar-toggler {
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
.navbar-brand span {
  color: #4E8098; /* Azul cielo */
}

.dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.dropdown-menu li:first-child {
  margin-top: 5px;
}
.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-menu,
.dropright .dropdown-menu {
  margin: 0;
}

.dropleft .dropdown-toggle::before,
.dropright .dropdown-toggle::after {
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 10px;
  vertical-align: 1px;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  margin-right: 5px;
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  margin-left: 5px;
}

.dropdown-item {
  padding: 0.8rem 1.5rem 0.55rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .dropdown-item {
    padding: 0.6rem 1.5rem 0.35rem;
  }
}

.dropdown-submenu.active > .dropdown-toggle,
.dropdown-submenu:hover > .dropdown-item,
.dropdown-item.active,
.dropdown-item:hover {
  background: #2B5876; /* Azul corporativo */
  color: #fff;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

@media (min-width: 992px) {
  .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 15px;
  }
  .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .dropleft .dropdown-menu,
.dropright .dropdown-menu {
    margin-top: -10px;
  }
  .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.bg-1 {
  background: url("../images/bg/home-2.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/bg/home-5.jpg");
  background-size: cover;
}

.slider {
  background: url("../images/edificios.jpg") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 200px 0;
  position: relative;
}
@media (max-width: 768px) {
  .slider {
    padding: 150px 0;
  }
}
.slider .block h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
}
.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.slider .block span {
  letter-spacing: 1px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: #2B5876; /* Azul corporativo */
}

.color-two {
  color: #4E8098; /* Azul cielo */
}

.color-three {
  color: #3E556E; /* Azul acento */
}

.color-four {
  color: #1F3A4A; /* Azul oscuro */
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/about/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}
.about-content h4 {
  font-weight: 600;
}
.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}
.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #2B5876; /* Azul corporativo */
}

.team-img-hover .team-social li a.twitter {
  background: #4E8098; /* Azul cielo */
}

.team-img-hover .team-social li a.instagram {
  background: #3E556E; /* Azul acento */
}

.team-img-hover .team-social li a.linkedin {
  background: #2B5876; /* Azul corporativo */
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  transform: translateY(0);
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}
.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: 0.4;
}

.cta {
  background: url("../images/bg/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}

.cta-block {
  background: url("../images/bg/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}
.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.testimonial-item .testimonial-text {
  font-size: 20px;
  line-height: 38px;
  color: #1F3A4A; /* Azul oscuro */
  margin-bottom: 30px;
  font-style: italic;
}
.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}
.pricing .btn-solid-border:Hover {
  border-color: #2B5876; /* Azul corporativo */
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all 0.35s ease;
  overflow: hidden;
}
.portflio-item:hover:before {
  opacity: 1;
}
.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}
.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #2B5876; /* Azul corporativo */
  opacity: 0;
  transition: all 0.35s ease;
}
.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: none;
  width: 100%;
}

.address-block li {
  margin-bottom: 10px;
}
.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}
.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}
.blog-item-content h3 a {
  transition: all 0.4s ease 0s;
}
.blog-item-content h3 a:hover {
  color: #2B5876 !important; /* Azul corporativo */
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a,
.pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current,
.pagination .nav-links a.next,
.pagination .nav-links a.prev {
  color: #1F3A4A; /* Azul oscuro */
}

h3.quote {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  h3.quote {
    padding: 0;
    padding-left: 20px;
  }
}

h3.quote::before {
  content: "";
  width: 55px;
  height: 2px;
  background: #2B5876; /* Azul corporativo */
  position: absolute;
  top: 25px;
  left: 0;
}
@media (max-width: 768px) {
  h3.quote::before {
    top: 5px;
    width: 2px;
    height: 35px;
  }
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}
.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}
.post-comments .media {
  margin-top: 20px;
}
.post-comments .media > .pull-left {
  padding-right: 20px;
}
.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #2B5876;
  font-size: 14px;
  text-transform: uppercase;
}
.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}
.post-comments .comment-button {
  color: #2B5876;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}
.post-comments .comment-button:hover {
  color: #2B5876;
}

.post-excerpt {
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt p {
  margin: 0 0 30px;
}
.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}
.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #2B5876;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}
.next-prev a {
  color: #000;
}
.next-prev a:hover {
  color: #2B5876;
}
.next-prev .prev-post i {
  margin-right: 10px;
}
.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}
.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}
.social-profile ul li a i:hover {
  color: #2B5876;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}
.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}
.comment-wrap .author-avatar {
  margin-right: 10px;
}
.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-wrap .media .media-heading a {
  color: #273B57;
  font-size: 13px;
}
.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}
.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}
.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}
.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #273B57;
}
.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}
.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}
.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}
.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}
.widget.widget-category ul li {
  margin-bottom: 10px;
}
.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}
.widget.widget-category ul li a:before {
  padding-right: 10px;
}
.widget.widget-category ul li a:hover {
  color: #273B57;
  padding-left: 5px;
}
.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}
.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #273B57;
  border: 1px solid #273B57;
}

.footer {
  padding-bottom: 10px;
}
.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}
.logo span {
  color: #273B57;
}

.sub-form {
  position: relative;
}
.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-socials li a {
  margin-left: 15px;
}

.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  height: 40px;
  width: 40px;
  background: #273B57;
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: white;
  cursor: pointer;
  transition: 0.3s;
  display: none;
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    right: 15px;
  }
}
.scroll-to-top:hover {
  background-color: #333;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 992px) {
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .bg-about {
    display: none;
  }
  section.about {
    border: 1px solid #dee2e6;
    border-left: 0;
    border-right: 0;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .slider .block h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .navbar-toggler {
    color: #0A2E4F;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  .header-top .header-top-info a {
    display: block;
  }
  .navbar-toggler {
    color: #0A2E4F;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

.fixed-nav {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    margin: 0 !important; 
    background: #F4F5F6 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateZ(0); 
}


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


.fixed-nav .py-4 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.agenda-section {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.agenda-section-header {
  background: linear-gradient(135deg, #273B57 0%, #3d5170 100%);
  padding: 20px 30px;
  border-bottom: 3px solid #6D7989;
}

.agenda-section-header.afternoon {
  background: linear-gradient(135deg, #3d5170 0%, #273B57 100%);
}

.agenda-section-header h3 {
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: 600;
}

.agenda-item {
  display: flex;
  padding: 25px 30px;
  border-bottom: 1px solid #eef2f6;
  transition: all 0.3s ease;
  background: #fff;
}

.agenda-item:last-child {
  border-bottom: none;
}

.agenda-item:hover {
  background: #f8fafb;
  transform: translateX(5px);
}

.agenda-item.featured {
  background: #f0f8ff;
  border-left: 4px solid #273B57;
}

.agenda-item.featured:hover {
  background: #e6f3ff;
}

.agenda-item.break {
  background: #fff9e6;
  border-left: 4px solid #ffc107;
}

.agenda-item.networking {
  background: #f0fff4;
  border-left: 4px solid #28a745;
}

.agenda-item.awards {
  background: #fff3e0;
  border-left: 4px solid #ff9800;
}

.agenda-time {
  min-width: 100px;
  text-align: center;
  padding-right: 25px;
  border-right: 2px solid #e0e6ed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.time-main {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #273B57;
  line-height: 1;
}

.time-period {
  display: block;
  font-size: 0.875rem;
  color: #6D7989;
  font-weight: 600;
  margin-top: 5px;
}

.agenda-content {
  flex: 1;
  padding-left: 25px;
}

.agenda-content h4 {
  color: #242424;
  font-size: 1.25rem;
  margin-bottom: 10px;
  font-weight: 600;
}

.agenda-content p {
  color: #6D7989;
  font-size: 0.95rem;
  line-height: 1.6;
}

.agenda-content strong {
  color: #273B57;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .agenda-item {
    flex-direction: column;
    padding: 20px;
  }
  
  .agenda-time {
    min-width: auto;
    padding-right: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 2px solid #e0e6ed;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }
  
  .time-main {
    font-size: 1.5rem;
  }
  
  .time-period {
    margin-top: 0;
  }
  
  .agenda-content {
    padding-left: 0;
    padding-top: 15px;
  }
  
  .agenda-content h4 {
    font-size: 1.1rem;
  }
}
.benefit-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 0;
  background: linear-gradient(180deg, #135D8E, #8CC7E6);
  transition: height 0.4s ease;
}

.benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.benefit-card:hover::before {
  height: 100%;
}

.benefit-featured {
  background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%);
  padding: 50px;
  display: flex;
  align-items: center;
  gap: 40px;
  border: none;
}

.benefit-featured::before {
  display: none;
}

.benefit-featured:hover {
  transform: translateY(-5px);
}

.benefit-icon-large {
  min-width: 120px;
  width: 120px;
  height: 120px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.benefit-icon-large i {
  font-size: 60px;
  color: #fff;
}

.benefit-content-featured h3 {
  color: #fff !important;
  font-size: 2rem;
  margin-bottom: 15px;
}

.benefit-content-featured p {
  color: rgba(255,255,255,0.9) !important;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.benefit-features {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.benefit-features span {
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
}

.benefit-features i {
  color: #4FA3D1;
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0F3E63 0%, #1E6FA6 100%);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
}

.benefit-icon i {
  font-size: 35px;
  color: #fff;
}

.benefit-content h4 {
  color: #242424;
  font-size: 1.3rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.benefit-content p {
  color: #6D7989;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
  flex-grow: 1;
}

.benefit-badge {
  display: inline-block;
  background: linear-gradient(135deg, #e8f4f8 0%, #d4e7f0 100%);
  color: #273B57;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: auto;
}

.benefit-category-header {
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  border-left: 5px solid #273B57;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
}

.benefit-category-header i {
  font-size: 28px;
  color: #273B57;
}

.benefit-category-header h3 {
  margin: 0;
  color: #273B57 !important;
  font-size: 1.5rem;
  font-weight: 600;
}

.benefit-cta {
  background: #CFEAF7;
  border: 2px solid #1C7DB8;
  border-radius: 15px;
  padding: 40px;
  text-align: center;
}

.benefit-cta h3 {
  color: #273B57 !important;
  font-size: 1.8rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-cta h3 i {
  color: #273B57;
  font-size: 2rem;
}

.benefit-cta p {
  color: #6D7989;
  font-size: 1.1rem;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .benefit-featured {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }
  
  .benefit-icon-large {
    margin: 0 auto;
  }
  
  .benefit-features {
    justify-content: center;
    gap: 15px;
  }
  
  .benefit-content-featured h3 {
    font-size: 1.5rem;
  }
  
  .benefit-category-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .benefit-cta h3 {
    flex-direction: column;
    font-size: 1.4rem;
  }
}
.tema-card {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 30px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.tema-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}

.tema-energy:hover { border-color: #1F3A4A; }
.tema-investment:hover { border-color: #1F3A4A; }
.tema-realestate:hover { border-color: #1F3A4A; }
.tema-agro:hover { border-color: #273B57; }
.tema-banking:hover { border-color: #273B57; }
.tema-food:hover { border-color: #273B57; }

.tema-icon-wrapper {
  position: relative;
  padding: 40px 30px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.tema-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #273B57 0%, #3d5170 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(39, 59, 87, 0.3);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.tema-card:hover .tema-icon {
  transform: rotate(360deg) scale(1.1);
}

.tema-energy .tema-icon { background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%); }
.tema-investment .tema-icon { background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%); }
.tema-realestate .tema-icon { background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%); }
.tema-agro .tema-icon { background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%); }
.tema-banking .tema-icon { background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%); }
.tema-food .tema-icon { background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%); }

.tema-icon i {
  font-size: 45px;
  color: #fff;
}

.tema-number {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 3rem;
  font-weight: 700;
  color: rgba(39, 59, 87, 0.08);
  z-index: 1;
}

.tema-content {
  padding: 30px;
  flex-grow: 1;
}

.tema-content h4 {
  color: #242424;
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.tema-content > p {
  color: #6D7989;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.tema-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tema-highlights li {
  color: #6D7989;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tema-highlights i {
  color: #4FA3D1;
  font-size: 14px;
  min-width: 14px;
}

.tema-footer {
  padding: 20px 30px;
  background: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.tema-tag {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #273B57 0%, #3d5170 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(39, 59, 87, 0.2);
}

.tema-energy .tema-tag { background: linear-gradient(135deg, #135D8E 0%, #4FA3D1 100%); }
.tema-investment .tema-tag { background: linear-gradient(135deg, #135D8E 0%, #4FA3D1 100%); }
.tema-realestate .tema-tag { background: linear-gradient(135deg, #135D8E 0%, #4FA3D1 100%); }
.tema-agro .tema-tag { background: linear-gradient(135deg, #135D8E 0%, #4FA3D1 100%); }
.tema-banking .tema-tag { background: linear-gradient(135deg, #135D8E 0%, #4FA3D1 100%); }
.tema-food .tema-tag { background: linear-gradient(135deg, #135D8E 0%, #4FA3D1 100%); }

.temas-extra-info {
  background: linear-gradient(135deg, #0F3E63 0%, #4FA3D1 100%);
  border-radius: 20px;
  padding: 40px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.temas-extra-info h3 {
  color: #fff !important;
  font-size: 1.8rem;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}

.temas-extra-info i.ti-book {
  font-size: 2rem;
}

.extra-topics {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.extra-topics span {
  font-size: 1rem;
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
}

.extra-topics i {
  color: #4FA3D1;
  margin-top: 3px;
}

.topics-count {
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-circle {
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.15);
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.count-number {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.count-label {
  font-size: 1rem;
  color: rgba(255,255,255,0.9);
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 768px) {
  .tema-icon-wrapper {
    padding: 30px 20px 15px;
  }
  
  .tema-icon {
    width: 70px;
    height: 70px;
  }
  
  .tema-icon i {
    font-size: 35px;
  }
  
  .tema-number {
    font-size: 2rem;
    top: 10px;
    right: 15px;
  }
  
  .tema-content {
    padding: 20px;
  }
  
  .tema-content h4 {
    font-size: 1.1rem;
  }
  
  .temas-extra-info {
    padding: 30px 20px;
  }
  
  .temas-extra-info h3 {
    font-size: 1.4rem;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  
  .count-circle {
    width: 120px;
    height: 120px;
    margin-top: 20px;
  }
  
  .count-number {
    font-size: 2.5rem;
  }
}

.cta {
  position: relative;
  padding: 100px 0;
}

.cta::before {
  opacity: 0.7;
}

.cta-modern {
  background: #e4e4e4;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  position: relative;
  z-index: 2;
}

.cta-content-left {
  padding-right: 30px;
}

.cta-label {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.cta-content-left h2 {
  color: #242424 !important;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-content-left .lead {
  color: #6D7989;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #273B57;
}

.feature-item i {
  font-size: 30px;
  color: #273B57;
  min-width: 30px;
}

.feature-item div {
  display: flex;
  flex-direction: column;
}

.feature-item strong {
  color: #242424;
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.feature-item span {
  color: #6D7989;
  font-size: 0.95rem;
}

.cta-form-card {
  background: linear-gradient(135deg, #273B57 0%, #3d5170 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(39, 59, 87, 0.3);
}

.form-header {
  text-align: center;
  margin-bottom: 30px;
}

.form-header i {
  font-size: 50px;
  color: #ffc107;
  margin-bottom: 15px;
}

.form-header h3 {
  color: #fff !important;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.form-header p {
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.contact-form-modern .form-group {
  position: relative;
  margin-bottom: 20px;
}

.contact-form-modern .form-control {
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.2);
  color: #fff;
  padding: 15px 15px 15px 50px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.contact-form-modern .form-control:focus {
  background: rgba(255,255,255,0.25);
  border-color: #ffc107;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.contact-form-modern .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

.contact-form-modern .form-control option {
  color: #242424;
  background: #fff;
}

.form-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.7);
  font-size: 18px;
  pointer-events: none;
}

.contact-form-modern .btn {
  padding: 15px 30px;
  font-size: 1rem;
  margin-top: 10px;
  background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
  border: none;
  transition: all 0.3s ease;
}

.contact-form-modern .btn:hover {
  background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
}

/* Footer Moderno */
.footer {
  background: #0F3E63;
  color: #b0b8c1;
  padding-top: 80px;
  padding-bottom: 0;
}

.footer-widget {
  height: 100%;
}

.logo-text {
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
}

.logo-text span {
  color: #8CC7E6;
}

.footer-desc {
  color: #b0b8c1;
  line-height: 1.8;
  margin: 0;
}

.footer-socials-modern {
  display: flex;
  gap: 12px;
}

.footer-socials-modern a {
  width: 45px;
  height: 45px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-socials-modern a:hover {
  background: #8CC7E6;
  color: #1a2332;
  transform: translateY(-5px);
}

.footer-title {
  color: #fff !important;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #8CC7E6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #b0b8c1;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

.footer-links li a i {
  margin-right: 8px;
  color: #8CC7E6;
  font-size: 12px;
}

.footer-links li a:hover {
  color: #fff;
  padding-left: 5px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-contact li i {
  font-size: 24px;
  color: #8CC7E6;
  min-width: 24px;
  margin-top: 3px;
}

.footer-contact li div {
  display: flex;
  flex-direction: column;
}

.footer-contact li strong {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.footer-contact li span {
  color: #b0b8c1;
  font-size: 0.9rem;
}

.footer-contact li a {
  color: #b0b8c1;
  transition: color 0.3s ease;
}

.footer-contact li a:hover {
  color: #8CC7E6;
}

.event-info-card {
  background: #135D8E;
  border-radius: 15px;
  padding: 25px;
  border: 2px solid #8CC7E6;
}

.event-date {
  display: flex;
  align-items: center;
  gap: 20px;
}

.date-box {
  background: #8CC7E6;
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  min-width: 70px;
}

.date-box .day {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #1a2332;
  line-height: 1;
}

.date-box .month {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a2332;
  text-transform: uppercase;
  margin-top: 5px;
}

.date-details {
  display: flex;
  flex-direction: column;
}

.date-details strong {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.date-details span {
  color: #b0b8c1;
  font-size: 0.9rem;
}

.btn-footer {
  background: #8CC7E6;
  color: #1a2332;
  border: none;
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s ease;
}

.btn-footer:hover {
  background: #98d8fa;
  color: #1a2332;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px #b5e5ff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 25px 0;
}

.copyright-text {
  color: #b0b8c1;
  font-size: 0.95rem;
}

.copyright-text strong {
  color: #fff;
}

.footer-menu-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer-menu-bottom li a {
  color: #b0b8c1;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-menu-bottom li a:hover {
  color: #6D7989;
}

/* Responsive */
@media (max-width: 992px) {
  .cta-modern {
    padding: 40px 30px;
  }
  
  .cta-content-left {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .cta-content-left h2 {
    font-size: 2rem;
  }
  
  .cta-form-card {
    padding: 30px;
  }
  
  .footer-menu-bottom {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .cta-modern {
    padding: 30px 20px;
  }
  
  .cta-content-left h2 {
    font-size: 1.6rem;
  }
  
  .form-header h3 {
    font-size: 1.4rem;
  }
}

.video-promo-section {
  position: relative;
}

.promo-bg-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
}

.video-promo-header {
  position: relative;
  z-index: 2;
}

.promo-badge {
  display: inline-flex;
  align-items: center;
  background: #0F3E63;
  border: 2px solid #4FA3D1;
  color: #4FA3D1;
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 25px;
  backdrop-filter: blur(10px);
}

.promo-title {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.promo-subtitle {
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

.video-promo-player {
  position: relative;
  z-index: 2;
}

.video-frame-promo {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,0.5);
  background: #000;
  border: 3px solid #4FA3D1;
}

.video-frame-promo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-highlights {
  margin-top: 40px;
}

.highlight-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.highlight-card:hover {
  background: #0F3E63;
  border-color: #4FA3D1;
  transform: translateY(-5px);
}

.highlight-card i {
  font-size: 2.5rem;
  color: #1C7DB8;
  margin-bottom: 10px;
  display: block;
}

.highlight-card span {
  color: #CFEAF7;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}

.promo-cta-bottom {
  position: relative;
  z-index: 2;
}

.cta-text {
  font-size: 1.8rem;
  margin-bottom: 25px;
}

.btn-promo-cta {
  background: linear-gradient(135deg, #4FA3D1 0%, #1E6FA6 100%);
  color: #0A2E4F;
  padding: 18px 50px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-promo-cta:hover {
  color: #1a2332;
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.6);
}

.btn-promo-cta i {
  font-size: 1.3rem;
  vertical-align: middle;
}

/* Responsive */
@media (max-width: 992px) {
  .promo-title {
    font-size: 2.2rem;
  }
  
  .promo-subtitle {
    font-size: 1.1rem;
  }
  
  .cta-text {
    font-size: 1.5rem;
  }
  
  .btn-promo-cta {
    padding: 15px 40px;
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .video-promo-section {
    padding: 60px 0;
  }
  
  .promo-title {
    font-size: 1.8rem;
  }
  
  .promo-subtitle {
    font-size: 1rem;
  }
  
  .video-frame-promo {
    border-radius: 15px;
    border-width: 2px;
  }
  
  .highlight-card {
    padding: 15px;
  }
  
  .highlight-card i {
    font-size: 2rem;
  }
  
  .highlight-card span {
    font-size: 0.9rem;
  }
  
  .cta-text {
    font-size: 1.3rem;
  }
  
  .btn-promo-cta {
    padding: 15px 35px;
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .promo-highlights .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.video-container-wrapper {
  background: #fff;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
}

.video-container-wrapper::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  z-index: 0;
}

.video-info {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.video-label {
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.video-title {
  color: #242424 !important;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

.video-description {
  color: #6D7989;
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.video-stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #ffc107;
}

.stat-item i {
  font-size: 28px;
  color: #273B57;
  min-width: 28px;
}

.stat-item div {
  display: flex;
  flex-direction: column;
}

.stat-item strong {
  color: #273B57;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
}

.stat-item span {
  color: #6D7989;
  font-size: 0.9rem;
}

.video-player-container {
  position: relative;
  z-index: 1;
}

.video-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0,0,0,0.2);
  background: #000;
}

.video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video-decoration {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background-color: #0A2E4F;
  border-radius: 50%;
  z-index: -1;
}

/* Responsive */
@media (max-width: 992px) {
  .video-container-wrapper {
    padding: 40px 30px;
  }
  
  .video-info {
    padding-right: 0;
    text-align: center;
  }
  
  .video-title {
    font-size: 1.8rem;
  }
  
  .video-stats {
    max-width: 400px;
    margin: 0 auto;
  }
  
  .video-label {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .video-container-wrapper {
    padding: 30px 20px;
  }
  
  .video-title {
    font-size: 1.5rem;
  }
  
  .video-description {
    font-size: 1rem;
  }
  
  .stat-item {
    padding: 12px;
  }
  
  .stat-item i {
    font-size: 24px;
  }
  
  .stat-item strong {
    font-size: 1.2rem;
  }
  
  .video-frame {
    border-radius: 15px;
  }
}

.organizer-card {
  background: #fff;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.organizer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(0,0,0,0.15);
  border-color: #4FA3D1;
}

.organizer-image {
  position: relative;
  width: 100%;
  height: 180px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.organizer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: all 0.3s ease;
}

.organizer-card:hover .organizer-image img {
  transform: scale(1.05);
}

.organizer-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #273B57 0%, #3d5170 100%);
}

.organizer-placeholder i {
  font-size: 70px;
  color: rgba(255,255,255,0.5);
}

.organizer-info {
  padding: 25px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.organizer-info h5 {
  color: #242424;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.organizer-type {
  display: inline-block;
  background: linear-gradient(135deg, #e8f4f8 0%, #d4e7f0 100%);
  color: #273B57;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.organizer-sponsor {
  opacity: 0.9;
}

.organizer-sponsor:hover {
  opacity: 1;
  border-color: #8CC7E6;
}

.organizer-sponsor .organizer-type {
  background: linear-gradient(135deg, #e8f4f8 0%, #d4e7f0 100%);
  color: #273B57;
}

.organizers-divider {
  position: relative;
  text-align: center;
  margin: 40px 0;
}

.organizers-divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, 
    transparent 0%, 
    #4FA3D1 20%, 
    #4FA3D1 80%, 
    transparent 100%);
  transform: translateY(-50%);
}

.divider-text {
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  border-radius: 25px;
  color: #273B57;
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  border: 2px solid #4FA3D1;
}

/* Responsive */
@media (max-width: 768px) {
  .organizer-image {
    height: 150px;
  }
  
  .organizer-info {
    padding: 20px 15px;
  }
  
  .organizer-info h5 {
    font-size: 1rem;
  }
  
  .organizer-placeholder i {
    font-size: 50px;
  }
  
  .divider-text {
    font-size: 1rem;
    padding: 8px 20px;
  }
}

@media (max-width: 576px) {
  .organizer-image {
    height: 130px;
  }
  
  .organizer-card {
    margin-bottom: 20px;
  }
}
 /* ===== ANIMACIONES PERSONALIZADAS ===== */
    
    /* Animación de respiración para CTAs importantes */
    @keyframes breathe {
      0%, 100% { transform: scale(1); }
      50% { transform: scale(1.05); }
    }
    
    @keyframes pulse-shadow {
      0%, 100% { box-shadow: 0 0 0 0 rgba(79, 160, 152, 0.7); }
      50% { box-shadow: 0 0 0 15px rgba(79, 160, 152, 0); }
    }
    
    @keyframes float {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-10px); }
    }
    
    @keyframes gradient-shift {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }
    
    @keyframes shimmer {
      0% { background-position: -1000px 0; }
      100% { background-position: 1000px 0; }
    }
    
    /* Efecto de breathing en botón principal registro */
    .btn-register-pulse {
      animation: breathe 3s ease-in-out infinite;
    }
    
    .btn-register-pulse:hover {
      animation: none;
    }
    
    /* Efecto ripple en botones */
    .btn {
      position: relative;
      overflow: hidden;
    }
    
    .btn::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-radius: 50%;
      background: rgba(92, 92, 92, 0.3);
      transform: translate(-50%, -50%);
      transition: width 0.6s, height 0.6s;
    }
    
    .btn:hover::before {
      width: 300px;
      height: 300px;
    }
    
    /* Hover mejorado para tarjetas */
    .tema-card, .benefit-card, .organizer-card {
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    /* Iconos animados al hover */
    .tema-icon i, .benefit-icon i {
      transition: all 0.3s ease;
    }
    
    .tema-card:hover .tema-icon i {
      transform: scale(1.2) rotate(5deg);
    }
    
    .benefit-card:hover .benefit-icon i {
      transform: scale(1.15) rotate(-5deg);
    }
    
    /* Animación de números/estadísticas */
    .counter-stat, .count-number {
      transition: all 0.3s ease;
    }
    
    .counter-item:hover .counter-stat,
    .topics-count:hover .count-number {
      transform: scale(1.1);
      color: #4FA3D1;
    }
    
    /* Underline animado para links */
    .footer-links li a, .nav-link {
      position: relative;
    }
    
    .footer-links li a::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 2px;
      background: #4FA3D1;
      transition: width 0.3s ease;
    }
    
    .footer-links li a:hover::after {
      width: 100%;
    }
    
    /* Badges pulsantes */
    .promo-badge, .benefit-badge {
      animation: pulse-shadow 2s infinite;
    }
    
    /* Navbar con transición suave */
    #navbar {
      transition: all 0.3s ease;
    }
    
    #navbar.fixed-nav {
      animation: slideDown 0.4s ease-out;
    }
    
    /* Efecto parallax suave en hero */
    .slider {
      background-attachment: fixed;
      transition: background-position 0.1s ease-out;
    }
    
    /* Video frame con efecto glow al hover */
    .video-frame-promo, .video-frame {
      transition: all 0.3s ease;
    }
    
    .video-frame-promo:hover, .video-frame:hover {
      box-shadow: 0 0 50px rgba(79, 163, 209, 0.5);
    }
    
    /* Highlight cards con float effect */
    .highlight-card {
      animation: float 3s ease-in-out infinite;
    }
    
    .highlight-card:nth-child(2) {
      animation-delay: 0.3s;
    }
    
    .highlight-card:nth-child(3) {
      animation-delay: 0.6s;
    }
    
    /* Gradient animado para fondos */
    .bg-gradient-animated {
      background: linear-gradient(-45deg, #0F3E63, #1E6FA6, #4FA3D1, #0A2E4F);
      background-size: 400% 400%;
      animation: gradient-shift 15s ease infinite;
    }
    
    /* Shimmer effect para loading states */
    .shimmer {
      background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
      background-size: 1000px 100%;
      animation: shimmer 2s infinite;
    }
    
    /* Smooth scroll behavior */
    html {
      scroll-behavior: smooth;
    }
    
    /* Mejora de transiciones en cards */
    .agenda-item, .stat-item, .feature-item {
      transition: all 0.3s ease;
    }
    
    .agenda-item:hover {
      transform: translateX(10px);
      box-shadow: -5px 0 15px rgba(79, 163, 209, 0.2);
    }
    
    /* Iconos sociales con efecto especial */
    .footer-socials-modern a, .header-top-socials a {
      transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    
    .footer-socials-modern a:hover {
      transform: translateY(-8px) rotate(360deg);
    }
    
    /* Efecto de onda en imágenes */
    .organizer-image img {
      transition: all 0.5s ease;
    }
    
    .organizer-card:hover .organizer-image img {
      transform: scale(1.1) rotate(2deg);
    }
    
    /* Loading animation para el scroll to top */
    .scroll-to-top {
      transition: all 0.3s ease;
      transform: scale(0);
    }
    
    .scroll-to-top.show {
      transform: scale(1);
    }
    
    .scroll-to-top:hover {
      transform: scale(1.1) rotate(10deg);
    }
    
    /* Efecto de revelación para secciones */
    section {
      opacity: 0;
      animation: fadeInSection 1s ease forwards;
    }
    
    @keyframes fadeInSection {
      to { opacity: 1; }
    }
    
    /* Stagger animation para listas */
    .tema-highlights li, .extra-topics span {
      opacity: 0;
      animation: slideInLeft 0.5s ease forwards;
    }
    
    .tema-card:hover .tema-highlights li:nth-child(1) { animation-delay: 0.1s; }
    .tema-card:hover .tema-highlights li:nth-child(2) { animation-delay: 0.2s; }
    .tema-card:hover .tema-highlights li:nth-child(3) { animation-delay: 0.3s; }
    
    @keyframes slideInLeft {
      from {
        opacity: 0;
        transform: translateX(-20px);
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }
    
    /* Efecto de glow en títulos principales */
    .section-title h2 {
      transition: all 0.3s ease;
    }
    
    .section-title h2:hover {
      text-shadow: 0 0 20px rgba(79, 163, 209, 0.5);
    }
    
    /* Animación de entrada para el logo */
    .navbar-brand img {
      transition: all 0.3s ease;
    }
    
    .navbar-brand:hover img {
      transform: rotate(360deg) scale(1.1);
    }
    
    /* Performance optimization */
    * {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
    /* Reduce motion para usuarios con preferencias de accesibilidad */
    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
      }
    }

    /* Mejoras para video en móviles */
@media (max-width: 768px) {
  .video-promo-section {
    padding: 60px 15px !important;
  }
  
  .video-frame-promo {
    border-radius: 15px;
    border-width: 2px;
  }
  
  .promo-highlights {
    margin-top: 30px;
  }
  
  .highlight-card {
    padding: 15px 10px;
  }
}

@media (max-width: 576px) {
  .video-promo-section {
    padding: 40px 10px !important;
  }
  
  
  .promo-header {
    padding: 0 15px;
  }
  
  .promo-title {
    font-size: 1.5rem !important;
  }
  
  .promo-subtitle {
    font-size: 0.9rem !important;
  }
}
/*# sourceMappingURL=style.css.map */
