body {
    background: #F9FBFC;
    font-family: 'Poppins', sans-serif;
    color: #2E2E2E;
    font-weight: 400;
    
}

.container {
    max-width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
}

.container.slogan{
    margin-top: 5%;
    min-height: 85vh;
    position: relative;
    padding: 0 20px;
}

a:focus {
    box-shadow: none;
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #2623d0;
}


.container .columns {
    margin-left: -1rem;
    margin-right: -1rem;
}

.container .column {
    padding-left: 1rem;
    padding-right: 1rem;
}

.custom-body {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
}


.custom-logo-left{
    position: absolute;
    top: 140%;
    z-index: 1;
}

.navbar {
    padding: 1rem;
    background: transparent;
}

.navbar-section {
    display: flex;
    align-items: center;
}

.navbar-section-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row !important;
    margin-right: 0;
}

.logo-img {
    position: relative;
    width: 43.316px;
    height: 43.316px;
    display: flex;
    align-items: center;
}

.navbar-brand.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}

.navbar-brand.logo span {
    color: #27005C;
    font-size: 16.054px;
    font-weight: 800;
}

.navbar-divider {
    display: flex;
    align-items: center;
    height: 56px;
}

.navbar-divider svg {
    width: 4px;
    height: 56px;
}

.navbar-divider-text {
    margin-top: 3.09px;
    margin-left: 7.84px;
    width: 150px;
    color: #27005C;
    font-weight: 400;
    font-size: 15.454px;
    line-height: 106.074%;
}

.navbar-divider-text span {
    font-weight: 700;
}

.navbar-section .navbar-center {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 1rem;
}

.navbar-section .btn.btn-link {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    padding: .25rem 1.2rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.navbar-section .btn.btn-link:hover {
    color: #27005C;
    transform: translateY(-1px);
}

.navbar-section .btn.btn-link.btn-link-inicio {
    color: #1C1C1C;
    font-weight: 700;
}

.btn-quote {
    border-radius: 13px;
    background: linear-gradient(90deg, #525FE1 -3.7%, #27005C 102.51%);
    border: none;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.btn-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg, #27005C, #525FE1, #27005C, #525FE1);
    transition: all 0.4s ease;
    z-index: -1;
}

.btn-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    color: #ffffff !important;
}

.btn-quote:hover:before {
    left: 0;
}

.hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
}

.hamburger-menu span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #27005C;
    margin: 5px 0;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.mobile-menu.active {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 991.98px) {
    .hamburger-menu {
        display: block;
    }

    .navbar-section.hide-sm {
        display: none !important;
    }

    .navbar-brand {
        width: auto;
    }

    .navbar-divider,
    .navbar-divider-text {
        display: none;
    }

    .mobile-menu .btn.btn-link {
        color: #808080;
        font-size: 16px;
        font-weight: 400;
        padding: 12px 0;
        display: block;
        text-align: center;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        text-decoration: none;
        transition: all 0.3s ease;
    }

    .mobile-menu .btn.btn-link:hover {
        color: #27005C;
        background: rgba(39, 0, 92, 0.05);
    }

    .mobile-menu .btn.btn-link.btn-link-inicio {
        color: #1C1C1C;
        font-weight: 700;
    }

    .mobile-menu .btn-quote {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .custom-logo-left {
        display: none;
    }

    .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand.logo {
        margin-left: 0;
    }
}

.custom-slogan {
    max-height: 100vh;
    position: relative;
    overflow: hidden;
}

/* Estilos base para custom-experience */
.custom-experience {
    position: relative;
    width: 100%;
    height: 162px;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #525FE1 -3.7%, #27005C 102.51%);
    display: flex;
    align-items: center;
    z-index: 4;
}

.exp-text-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.exp-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
}

.exp-columns .exp-text-row:nth-child(2) {
    width: 283px;
    border-left: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    padding: 0 2rem;
}

.exp-text-primary {
    color: #FFF;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.exp-text-secondary {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 991.98px) {
    .custom-experience {
        height: auto;
        padding: 2rem 1rem;
    }

    .exp-text-primary {
        font-size: 32px;
        margin-bottom: 0.25rem;
    }

    .exp-text-secondary {
        font-size: 13px;
    }

    .exp-columns .exp-text-row:nth-child(2) {
        width: auto;
        padding: 0 1.5rem;
    }
    .custom-experience-vector01,
    .custom-experience-vector02 {
        display: none;
    }
}


@media (max-width: 767.98px) {
    .exp-text-primary {
        font-size: 28px;
    }

    .exp-text-secondary {
        font-size: 12px;
    }

    .exp-columns .exp-text-row:nth-child(2) {
        padding: 0 1rem;
    }
}

.custom-experience::after{
    width: 100%;
    height: 162px;
    padding: 0;
    content:"";
    background: url(../src/images/img03.png) no-repeat;
    opacity: 6%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-experience-vector01{
    position: absolute;
    top: 50%;
}

.custom-experience-vector02{
    position: absolute;
    top: -37%;
    right: 0;
}

.custom-slogan .slogan-bold {
    display: block;
}

.custom-slogan .slogan-normal {
    display: block;
}

.slogan h1 {
    font-size: 52px;
    font-family: 'Poppins', serif;
    font-weight: 500;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    max-width: 950px;
    margin-bottom: 1rem;
    letter-spacing: 0.05rem;
}

.slogan-vector01 {
    position: absolute;
    top: -40px;
    right: 120px;
}

.slogan-vector02 {
    position: absolute;
    top: -5px;
    right: 150px;
}

.slogan-vector03 {
    position: absolute;
    bottom: 45px;
    right: 570px;
}

.custom-header {
    background: transparent;
    position: relative;
    height: 15vh;
}

.custom-header a {
    color: #fff;
}

.slogan .slogan-bold {
    color: #1C1C1C;
}

.slogan .slogan-extra {
    color: #27005C;
    font-weight: 800;
}


.slogan .btn-start {
    height: 48px;
    background-color: #FFC500;
    color: #27005C;
    font-size: 16.67px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, .4);
    border-radius: 13px;
    align-content: center;
}

.slogan .btn-start:hover {
    background-color: #27005C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.slogan .btn-play {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border:none;
    padding: 0;
}

.btn-play-text{
    color: #1C1C1C;
    font-size: 12px;
    font-weight: 700;
}

.feature-title {
    color: #1C1C1C;
    font-weight: 400;
    font-size: 52px;
    line-height: 66px;
    text-align: center;
    display: inline-block;
}

.feature-title span {
    color: #27005C;
    font-weight: 700;
}

.feature-title-text{
    padding: 0 15%;
    color: #4D4D4D;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 767.98px) {
    .custom-about .feature-title-text {
        padding: 0 5%;
    }
}

.custom-header .navbar {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem 1rem 1rem 1rem;
}

.custom-header .navbar-section .btn.btn-link {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    padding: .25rem 1.2rem;
}

.custom-header .navbar-section .btn.btn-link.btn-link-inicio{
    color: #1C1C1C;
    font-weight: 700;
}

.custom-header .btn-quote {
    border-radius: 13px;
    background: linear-gradient(90deg, #525FE1 -3.7%, #27005C 102.51%);
    border-color: transparent;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: .25rem 1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.custom-header .btn-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg, #27005C, #525FE1, #27005C, #525FE1);
    transition: all 0.4s ease;
    z-index: -1;
}

.custom-header .btn-quote:hover:before {
    left: 0;
}

.custom-header .btn-quote:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* custom clients */
.custom-client {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .slider-client {
    background: #ffffff;
    height: 100px;
    width: 70vw;
    overflow: hidden;
  }
  
  .slider-client .move-client {
    display: flex;
    width: calc(250px * 28);
    animation: animacion 50s linear infinite;
  }
  
  @keyframes animacion {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  .slider-client .box-client {
    height: 100px;
    width: 250px;
  }
  
  .box-client img{
    width: 160px;
    height: 100px;
    object-fit: contain;
  }

/* custom services */

.custom-services {
    padding: 4rem 0;
    background: #F9FBFC;
}

.custom-services .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.custom-services .col-lg-4 {
    display: flex;
    justify-content: center;
}

.custom-services .panel {
    text-align: center;
    background: #fff;
    border: none;
}

.custom-services .panel ul {
    list-style: none;
    margin: 0 1rem;
}

.custom-services .panel .panel-title {
    font-size: .8rem;
    font-weight: 400;
    padding: .5rem 0 0 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}

.custom-services .panel p {
    margin: 0;
}

.custom-services .panel .services {
    font-size: 2rem;
    font-weight: 700;
}

.custom-services .btn-services {
    padding: .6rem 1rem;
    border-radius: 13px;
    background: #FFC500;
    color: #1C1C1C;
    width: 174px;
    height: 48px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}

.custom-services .btn-services:hover,
.custom-services .btn-services:active,
.custom-services .btn-services:focus {
    background: #27005C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.custom-services .panel .panel-footer {
    padding-bottom: 2rem;
}

.panel-services{
    max-width: 380px;
    height: 470px;
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0px 13px 28px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 3rem;
    width: 100%;
}

.panel-services-header{
    max-width: 380px;
    height: 234px;
    border-radius: 13px 13px 0px 0px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.panel-services-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.panel-services-body h3 {
    margin-top: 28px;
    margin-bottom: 20px;
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 700;
}

.panel-services-body p {
    font-family: 'Poppins', sans-serif;
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 15px;
    flex: 1;
}

.panel-services-footer {
    position: absolute;
    bottom: -44px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.col-lg-4:nth-child(1) .panel-services-header {
    background: url(../src/images/services01.png);
}

.col-lg-4:nth-child(2) .panel-services-header {
    background: url(../src/images/services02.png);
}

.col-lg-4:nth-child(3) .panel-services-header {
    background: url(../src/images/services03.png);
}

.panel-services-footer {
    padding: 20px 0;
}

/* Custom Testimonials */

.custom-testimonials {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #F9FBFC;
}

.testimonials-title {
    margin-bottom: 1rem;
}

.columns.testimonials-columns {
    padding-left: 1rem;
    padding-right: 1rem;
    position:relative;
}

.panel-testimonials{
    position:relative;
}

.testimonials-vector {
    position: absolute;
    top: -9%;
    left:5%;
    z-index: 4;
}

.testimonials-slider {
    position: relative;
    padding: 2rem 0;
}

.testimonials-slides-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
}

.testimonials-vector-circle01{
    position: absolute;
    top:75%;
    left:-50%;
    z-index: 1;
    pointer-events: none;
}

.testimonials-vector-circle02{
    position: absolute;
    top: 29%;
    right: -50%;
    z-index: 2;
    pointer-events: none;
}

.panel-testimonials{
    width: 302.568px;
    height: 342.263px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.panel-testimonials-bg {
    position: relative;
    background: linear-gradient(90deg, #525FE1 -3.7%, #27005C 102.51%);
    border-radius: 21px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: transform 0.3s ease;
}

.panel-testimonials-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../src/images/img03.png) no-repeat;
    opacity: 0.06;
    border-radius: inherit;
}

.panel-testimonials-img img {
    width: 230px;
    height: 243px;
    border-radius: 21px;
    border: 5px solid #FFC500;
    position: relative;
    z-index: 1;
}

.panel-testimonials-footer-img {
    width: 95.269px;
    height: 95.269px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.panel-testimonials-footer{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    bottom: -15%;
}

.panel-testimonials-footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22.935px;
    border: 2.646px solid #F9FBFC;
}

.panel-testimonials-footer-img h6 {
    color: #1C1C1C;
    font-size: 21.171px;
    font-weight: 700;
}

.panel-testimonials-footer-img p {
    font-family: 'Poppins', sans-serif;
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 400;
}

/* Navegación del slider */
.testimonials-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFF;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-nav.prev {
    left: 5%;
}

.testimonials-nav.next {
    right: 5%;
}

.testimonials-nav:hover {
    background: #27005C;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.testimonials-nav svg {
    width: 24px;
    height: 24px;
    fill: #27005C;
    transition: fill 0.3s ease;
}

.testimonials-nav:hover svg {
    fill: #FFF;
}

/* Animaciones del carrusel */
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
    transition: transform 0.6s ease-in-out;
}

.testimonial-slide.active {
    display: block;
}

@media (max-width: 991.98px) {
    
    .panel-testimonials-img img {
        width: 200px;
        height: 213px;
    }
}

@media (max-width: 767.98px) {
    .testimonials-nav {
        display: none;
    }
    
    .panel-testimonials-bg {
        margin-bottom: 2rem;
    }
}

.custom-do {
    padding: 3rem 5.5rem 3rem 5.5rem;
    text-align: center;
}

.custom-do .custom-do-content {
    padding: 0 1rem;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 236px;
    border-radius: 13px;
    border: 1px solid rgba(82, 95, 225, 0.16);
    margin-bottom: 20px;
}

.custom-do .custom-do-content:hover {
    background: #FFF;
    box-shadow: 0px 322px 90px 0px rgba(0, 0, 0, 0.00), 0px 206px 82px 0px rgba(0, 0, 0, 0.01), 0px 116px 69px 0px rgba(0, 0, 0, 0.03), 0px 51px 51px 0px rgba(0, 0, 0, 0.05), 0px 13px 28px 0px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767.98px){
    .custom-do .custom-do-content{
        height: 300px;
    }
}

.custom-do-content h3 {
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 600;
    padding: 1rem 0 0 0;
    margin: 0;
}

.custom-do-content p {
    font-family: 'Poppins', sans-serif;
    color: #4D4D4D;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 12px auto 0;
    width: 85%;
}

.custom-do-icon {
    width: 64px;
    height: 64px;
    border-radius: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-lg-4:nth-child(1) .custom-do-icon {
    background: #9848FF;
    box-shadow: 0px 8px 21px 0px rgba(152, 72, 255, 0.25);
}

.col-lg-4:nth-child(2) .custom-do-icon {
    background: #A7CE4A;
    box-shadow: 0px 8px 21px 0px rgba(167, 206, 74, 0.25);
}

.col-lg-4:nth-child(3) .custom-do-icon {
    background: #4D93DF;
    box-shadow: 0px 8px 21px 0px rgba(77, 147, 223, 0.25);
}

.col-lg-4:nth-child(4) .custom-do-icon {
    background: #FF60A8;
    box-shadow: 0px 8px 21px 0px rgba(255, 96, 168, 0.25);
}

.col-lg-4:nth-child(5) .custom-do-icon {
    background: #F66742;
    box-shadow: 0px 8px 21px 0px rgba(246, 103, 66, 0.25);
}

.col-lg-4:nth-child(6) .custom-do-icon {
    background: #FFCF59;
    box-shadow: 0px 8px 21px 0px rgba(255, 207, 89, 0.25);
}

@media (max-width: 991.98px) {
    .custom-do {
        padding: 2rem 1rem;
    }
    
    .custom-do .card {
        height: auto;
        min-height: 236px;
    }
}

@media (max-width: 767.98px) {
    .custom-do {
        padding: 1.5rem 1rem;
    }
}

.column-container{
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

.columns.about-columns{
    position:relative;
    padding: 0 4rem 0 4rem;
}

.custom-about {
    width: 100%;
    color: #fff;
    margin-bottom: 42px;
    position: relative;
}

.custom-about .container {
    width: 100%;
    text-align: center;
    position: relative;
}

.custom-about-feature-bold {
    color: #00ffd4;
}

.custom-about-img img {
    width: 300px;
}

.custom-about .custom-about-feature {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
}

.panel {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 634px;
    border-radius: 26px;
    z-index: 2;
    border: none;
    margin: 0 auto;
}

.panel video {
    border-radius: 26px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: transparent;
    border: none;
}

.ellipse {
    position: absolute;
    top:10%;
}

.ellipse img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .panel{
        height:373px;
    }

    .ellipse {
        width: 50%;
        top: 25%;
        left: -15%;
    }
}

@media (max-width: 767.98px) {
    .panel{
        margin-bottom: 1.5rem;
        width:80%;
        height: 480px;
    }
    .ellipse {
        top: 50%;
        left: -135px;
    }

    .ellipse img {
        max-width: 480px;
    }
}

.custom-quotes {
    height: 836px;
    width: 100%;
    background: #FFC500;
}

.quotes-img{
    height:100%;
    position: relative;
    z-index: 2;
}

.quotes-grid{
    display: grid;
    grid-template-rows: 174px repeat(5, 94px);
    grid-gap: 24px;
    justify-content: center;
    margin-top:32px;
    position: relative;
    z-index: 2;
}

.quotes-content-title h2{
    margin-top:0;
    margin-bottom: 15px;
    color: #1C1C1C;
    font-weight: 700;
    text-align: center;
    font-size: 48.004px;
}

.quotes-content-title p{
    font-family: 'Poppins', sans-serif;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 400;
}

.quotes-content{
    display: flex;
    align-items: center;
    max-width: 536px;
    max-height: 94px;
    background: #FFF;
    border-radius: 13px;
    position: relative;
}

.quotes-content-number {
    height: 57.18px;
    min-width: 74px;
    color: #1C1C1C;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    border-right: 1px solid rgba(0, 0, 0, 0.20);
    text-align: center;
    
}

.quotes-content-text{
    flex-basis: 0;
    flex-grow: 1;
    color: #1C1C1C;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-left: 11px;
}

.quotes-content-vector01{
    position: absolute;
    right: -12%;
    top: 40%;
}

.quotes-content-vector02{
    position: absolute;
    left: -12%;
    top: 40%;
}

.quotes-content-vector03{
    position: absolute;
    right: -12%;
    top: 40%;
}

.quotes-content-vector04{
    position: absolute;
    left: -12%;
    top: 40%;
}

@media (max-width: 767.98px) {
    .quotes-content-vector01, .quotes-content-vector02, .quotes-content-vector03, .quotes-content-vector04{
        display: none;
    }
}

/* Quote Form */
.custom-quote-form {
    padding: 4rem 0;
    background: #F9FBFC;
}

.quote-form {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    position: relative;
}

.quote-form .quote-form-title{
  text-align: center;
  font-size: 52px;
  font-weight: 700;
  color: #27005C;
}

.quote-form .quote-form-title span{
    color: #1C1C1C;
    font-size: 52px;
    font-weight: 500;
}

.quote-form form{
  padding: 10px 0 0 0;
}
.quote-form form .form-row{
  display: flex;
  margin: 20px 0;
  justify-content: center;
}
form .form-row .input-data{
  width: 100%;
  height: 60px;
  margin: 0 20px;
  position: relative;
  padding-top: 0;
  border-radius: 13px;
}
form .form-row .textarea {
    height: auto;
    position: relative;
}
.input-data input,
.textarea textarea,
.input-data select {
    display: block;
    width: 100%;
    height: 45px;
    font-size: 17px;
    background: #f8f9fa;
    padding: 8px 10px;
    border: 2px solid rgba(0,0,0, 0.12);
    border-radius: 8px;
    outline: none;
    transition: all 0.3s ease;
}
.input-data input:focus,
.textarea textarea:focus,
.input-data select:focus {
    border-color: #27005C;
    box-shadow: 0 0 0 2px rgba(39, 0, 92, 0.1);
}
.input-data input:focus ~ label,
.textarea textarea:focus ~ label,
.input-data select:focus ~ label,
.input-data input:valid ~ label,
.textarea textarea:valid ~ label,
.input-data select:valid ~ label {
    font-size: 16px;
    color: #27005C;
}
.textarea textarea {
    min-height: 100px;
    max-height: 150px;
    resize: vertical;
    width: 100%;
    margin-top: 5px;
}
.input-data label,
.textarea label,
.country-code label,
.phone-number label {
    position: absolute;
    pointer-events: none;
    top: -25px;
    left: 0;
    font-size: 16px;
    transition: all 0.3s ease;
    color: #666;
}
.textarea label {
    width: 100%;
    top: -25px;
    background: transparent;
}
.input-data .underline,
.input-data .underline:before {
    display: none;
}
.input-data select:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #f8f9fa;
}
.submit-btn {
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: auto;
    z-index: 2;
}
.submit-btn .input-data {
    overflow: hidden;
    height: 45px !important;
    width: 200px !important;
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #27005C, #525FE1, #27005C, #525FE1);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
  left: 0;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.custom-footer {
    background: #111538;
    color: #fff;
    padding: 2rem;
}

.footer-content {
    height: 100%;
}

.footer-content .display-4 {
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.footer-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.footer-content p,
.footer-content .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-content .nav-link:hover {
    opacity: 1;
    color: #FFC500;
}

.custom-footer .nav-item a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 2rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #FFC500;
    transform: translateY(-3px);
}

.social-icon svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
    transition: fill 0.3s ease;
}

.social-icon:hover svg {
    fill: #27005C;
}


@media (max-width: 767.98px) {
    .footer-content h4 {
        font-size: 20px;
    }
    
    .footer-content p,
    .footer-content .nav-link {
        font-size: 14px;
    }
}

/* Estilos para el botón flotante de reCAPTCHA */
.recaptcha-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
}

.recaptcha-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    padding: 6px;
}

.recaptcha-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.recaptcha-button:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
}

.g-recaptcha {
    visibility: hidden;
    position: absolute;
}

/* Estilos para el botón de WhatsApp */
.whatsapp-container {
    position: fixed;
    right: 20px;
    bottom: 80px;
    z-index: 1000;
}

.whatsapp-button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25D366;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    padding: 12px;
}

.whatsapp-button svg {
    width: 100%;
    height: 100%;
    fill: #FFF;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    background: #20BA5C;
}

/* Estilos para el popup de WhatsApp */
.whatsapp-popup {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 330px;
    background: #E8E8E8;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.whatsapp-popup.show {
    transform: scale(1);
}

.whatsapp-popup-header {
    background: #075E54;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp-header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.whatsapp-header-info {
    display: flex;
    flex-direction: column;
}

.whatsapp-title {
    font-size: 16px;
    font-weight: 600;
}

.whatsapp-status {
    font-size: 12px;
    color: #E2E2E2;
}

.close-popup {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0 5px;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.close-popup:hover {
    opacity: 1;
}

.whatsapp-popup-body {
    background: linear-gradient(135deg, #f6f6f6 0%, #eaeaea 100%);
    padding: 20px;
}

.whatsapp-chat-background {
    background: #DCF8C6;
    padding: 15px;
    border-radius: 7px 7px 7px 0;
    margin-bottom: 15px;
    position: relative;
    max-width: 85%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.whatsapp-chat-background::before {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 8px solid #DCF8C6;
    border-top: 8px solid transparent;
}

.whatsapp-message {
    position: relative;
}

.message-time {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-bottom: 12px;
}

.message-content {
    font-size: 14px;
    line-height: 1.4;
    color: #303030;
}

.message-content p {
    margin: 0 0 8px 0;
}

.message-content p:last-child {
    margin-bottom: 0;
}

.message-time-sent {
    display: block;
    font-size: 11px;
    color: #666;
    text-align: right;
    margin-top: 5px;
}

.whatsapp-chat-button {
    width: 100%;
    padding: 12px;
    background: #25D366;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.whatsapp-button-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.whatsapp-chat-button:hover {
    background: #20BA5C;
}

@media (max-width: 767.98px) {
    .whatsapp-popup {
        width: calc(100vw - 40px);
        right: -20px;
    }
    
    .recaptcha-container,
    .whatsapp-container {
        right: 10px;
    }
    
    .whatsapp-container {
        bottom: 70px;
    }
}


.hide-sm {
    display: flex;
}

.show-sm {
    display: none;
}


@media (max-width: 991.98px) {
    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: flex !important;
    }

    .navbar-section.show-sm {
        margin-left: auto;
    }
}

.slogan {
    margin-top: 5%;
    min-height: 85vh;
    position: relative;
    padding: 0 15rem 0 15rem;
}

.slogan-content-slider .slogan-img {
    position: absolute;
    top: -15%;
    right: -10%;
    z-index: 2;
}

@media (max-width: 1200px) {
    .slogan {
        padding: 0 8rem 0 8rem;
    }
}

@media (max-width: 1400px) {
    .slogan {
        padding: 0 10rem 0 10rem;
    }

    .slogan-content-slider .slogan-img {
        right: -15%;
    }
}

@media (max-width: 991.98px) {
    .slogan {
        margin-top: 2rem;
        min-height: auto;
        padding: 0 2rem;
    }

    .slogan-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 2rem;
    }

    .slogan-content-slider .slogan-img {
        display: none;
    }

    .slogan h1 {
        font-size: 36px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

    .slogan .btn-start {
        display: block;
        position: relative;
        z-index: 2;
    }

    .slogan .btn-play {
        margin: 0 auto;
        display: block;
    }

    .btn-play-text {
        text-align: center;
        display: block;
        margin-top: 0.5rem;
    }

    .slogan-content-slider {
        min-height: 250px;
    }
}

@media (max-width: 767.98px) {
    .slogan {
        padding: 0 1rem;
    }

    .slogan h1 {
        font-size: 28px;
    }
}

.slide {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    width: 100%;
}

.slide.active {
    opacity: 1;
    position: relative;
}

.slogan-image img {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.slogan-content-slider {
    position: relative;
    min-height: 300px;
}

.slogan-content {
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.slide.slide-next {
    transform: translateX(100%);
    opacity: 0;
}

.slide.slide-prev {
    transform: translateX(-100%);
    opacity: 0;
}

@media (max-width: 991.98px) {
    .quotes-grid {
        padding: 1rem;
    }
}

@media (max-width: 767.98px) {
    .custom-services .col-lg-4 {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .custom-services {
        padding: 2rem 0;
    }
}

.testimonials-slide .col-lg-4 {
    padding: 0 25px;
    margin-bottom: 30px;
}

.panel-testimonials {
    width: 302.568px;
    height: 342.263px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .testimonials-slide .row {
        margin: 0 -25px;
    }
    
    .testimonials-slide .col-lg-4 {
        margin-bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .custom-logo-left {
        display: none;
    }

    .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand.logo {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .quotes-grid {
        padding: 1rem;
    }

    .quotes-content-title h2 {
        color: #FFFFFF;
    }

    .quotes-content-title p {
        color: #FFFFFF;
    }
}

@media (max-width: 767.98px) {
    .custom-quotes {
        height: auto;
        padding: 3rem 1.5rem;
    }

    .quotes-grid {
        grid-template-rows: auto repeat(5, auto);
        grid-gap: 16px;
        margin-top: 24px;
    }

    .quotes-content-title h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .quotes-content-title p {
        font-size: 16px;
    }

    .quotes-content {
        max-height: 80px;
        padding: 12px 0;
    }

    .quotes-content-number {
        height: 45px;
        min-width: 60px;
        font-size: 28px;
    }

    .quotes-content-text {
        font-size: 18px;
        line-height: 22px;
        margin-left: 8px;
        padding-right: 8px;
    }

    .quote-form {
        padding: 2rem 1.5rem;
    }

    .quote-form .quote-form-title,
    .quote-form .quote-form-title span {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 1.5rem;
    }

    .quote-form form .form-row {
        flex-direction: column;
        margin: 0;
    }

    .quote-form form .form-row .input-data {
        margin: 20px 0;
        height: auto;
    }

    .input-data input,
    .textarea textarea {
        height: 45px;
        margin-bottom: 10px;
    }

    .textarea textarea {
        height: 100px;
        margin-bottom: 20px;
    }

    .form-row .input-data .inner {
        height: 45px;
        margin-top: 10px;
    }

    .form-row .input-data input[type="submit"] {
        height: 45px;
        font-size: 16px;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .submit-btn {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .submit-btn .input-data .inner {
        width: 100%;
        left: 0;
        margin: 0;
    }

    .submit-btn .input-data input[type="submit"] {
        width: 100%;
        padding: 0;
        height: 45px;
    }
}

@media (max-width: 991.98px) {
    .testimonials-slide .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .testimonials-slide .col-lg-4:nth-child(3) {
        display: none; 
    }

    .panel-testimonials {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .testimonials-slide .row {
        margin: 0 -10px;
    }

    .testimonials-slide .col-lg-4 {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .testimonials-slide .col-lg-4 {
        flex: 0 0 100%; 
        max-width: 100%;
    }

    .testimonials-slide .col-lg-4:not(:first-child) {
        display: none; 
    }

    .panel-testimonials {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .testimonials-slide .row {
        margin: 0;
    }

    .testimonials-slide .col-lg-4 {
        padding: 0;
    }

    .testimonials-nav.prev {
        left: 0;
    }

    .testimonials-nav.next {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .testimonials-nav {
        width: 35px;
        height: 35px;
        background: #FFF;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 10;
    }

    .testimonials-nav.prev {
        left: 10px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonials-nav.next {
        right: 10px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonials-nav svg {
        width: 20px;
        height: 20px;
    }

    .testimonials-slider {
        position: relative;
        padding: 2rem 3rem;
    }
}

@media (max-width: 991.98px) {
    .custom-footer {
        padding: 3rem 1.5rem;
    }

    .custom-footer .row {
        justify-content: space-between;
    }

    .custom-footer-content h4 {
        font-size: 16px;
        margin-bottom: 0.8rem;
    }

    .col-lg-3 > div:nth-child(1) > ul:nth-child(2) > li:nth-child(3){
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .custom-footer-content p,
    .custom-footer-content .nav-link {
        font-size: 12px;
        line-height: 1.4;
        margin:0;
    }

    .social-icons {
        display: flex;
        gap: 10px;
        margin-top: 1rem;
    }

    .social-icon {
        width: 30px;
        height: 30px;
    }

    .social-icon svg {
        width: 15px;
        height: 15px;
    }
    .custom-footer .row > [class*="col-lg-5"] {
        flex: 0 1 30%;
    }
    .custom-footer .row > [class*="col-lg-2"] {
        flex: 0 1 20%;
    }
    .custom-footer .row > [class*="col-lg-3"] {
        flex: 0 1 25%;
    }
}

@media (max-width: 767.98px) {
    .custom-footer {
        text-align: center;
    }

    .custom-footer .row > [class*="col-"] {
        margin-bottom: 2.5rem;
        flex: 0 1 auto; 
        min-width: 150px;
        padding: 0 10px;
    }

    .custom-footer .row > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    
    .social-icons {
        justify-content: center;
    }
}

.custom-service-description {
    padding: 80px 0;
    background-color: #fff;
}

.custom-service-description .row {
    margin-bottom: 80px;
}

.custom-service-description .row:last-child {
    margin-bottom: 0;
}

.custom-service-title {
    text-align: center;
}

.custom-service-title h1 {
    color: #FFF;
    font-size: 63.917px;
    font-weight: 300;
    line-height: 81.125px;
}

.custom-service-title h1 span {
    color: #FFF;
    font-size: 63.917px;
    font-weight: 700;
    line-height: 81.125px;
}

@media (max-width: 767.98px) {
    .custom-service-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .custom-service-title h1 span {
        font-size: 40px;
        line-height: 50px;
    }
}

.custom-service-vector {
    position: absolute;
    top: 70%;
    right: 0;
}

@media (max-width: 767.98px) {
    .custom-service-vector {
        display: none;
    }
}

.service-image {
    position: relative;
    border-radius: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

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

.service-vector01{
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .service-vector01 svg{
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .service-vector02{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .service-vector02 svg{
        width: 80%;
        height: auto;
        max-width: 80%;
    }
}

.service-vector02,
.service-vector03 {
    position: absolute;
    z-index: 2;
}

.service-vectorbg {
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 0;
}

.custom-service-overlay{
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .service-vectorbg {
        left: 0;
    }
}

.img-fluid{
    position: relative;
    z-index: 1;
}

.service-vector04{
    position: absolute;
    top: -40%;
    right: -5%;
    z-index: 0;
}

@media (max-width: 768px) {
    .service-vector04{
        right:0;
    }
}

@media (max-width: 992px) {
    .custom-service-vector {
        right: -5%;
    }
}

.service-content {
    padding: 30px;
}

.service-content h2 {
    color: #27005C;
    font-size: 44.289px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 56.213px;
}

.service-content h2 span {
    color: #27005C;
    font-size: 44.289px;
    font-weight: 700;
    line-height: 56.213px;
}

.service-content p {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
}

.service-content .btn {
    height: 48px;
    background-color: #FFC500;
    color: #27005C;
    font-family: 'Poppins', sans-serif;
    font-size: 16.67px;
    font-weight: 700;
    text-transform: uppercase;
    border-color: rgba(255, 255, 255, .4);
    border-radius: 13px;
    align-content: center;
}

.service-content .btn:hover {
    background-color: #27005C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {
    .custom-service-description {
        padding: 40px 0;
    }

    .custom-service-description .row {
        margin-bottom: 40px;
    }

    .service-content {
        padding: 20px 0;
        text-align: center;
    }

    .service-content h2 {
        font-size: 2rem;
    }

    .service-image {
        margin-bottom: 20px;
    }
}

.quotes-img-container{
    position:relative;
}

.quotes-img-tesis{
    position: absolute;
    left: -20%;
    height: 120%;
    top: -80px;
}

.feature-title-tesis{
    color: #27005C;
    text-align: center;
    font-size: 81.859px;
    font-weight: 500;
    line-height: 103.898px;
    margin-top: 2rem;
}

@media (max-width: 767.98px) {
    .feature-title-tesis{
        font-size: 40px;
        line-height: 50px;
    }
}

.feature-title-tesis span{
    font-weight: 700;
}

.quotes-content-tesis-title{
    color: #1C1C1C;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 5rem;
}

@media (max-width: 767.98px) {
    .quotes-content-tesis-title{
        padding-top: 0;
    }
}

.custom-experience-noticias {
    position: relative;
    width: 100%;
    height: 27px;
    margin: 0;
    padding: 0;
    background: linear-gradient(90deg, #525FE1 -3.7%, #27005C 102.51%);
    display: flex;
    align-items: center;
    z-index: 4;
}

.custom-experience-noticias::after{
    width: 100%;
    height: 27px;
    padding: 0;
    content:"";
    background: url(../src/images/img03.png) no-repeat;
    opacity: 6%;
    position: absolute;
    top: 0;
    left: 0;
}

.custom-news {
    padding: 80px 0;
    background-color: #fff;
}

.custom-news-header {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.custom-news-vector01{
    position: absolute;
    top:0;
    right: -10px;
}

.custom-news-vector02{
    position: absolute;
    bottom:-80px;
    left: -50px;
}

.custom-news-header-container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-news-subtitle {
    background-color: #F9F5FF;
    width: 120px;
    height: 30px;
    border-radius: 30px;
    color: #6941C6;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-news-title {
    color: #27005C;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-news-description {
    font-family: 'Poppins', sans-serif;
    color: #6941C6;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto 30px;
}

.custom-news-search {
    background-color: #FFC500;
    color: #27005C;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-news-search:hover {
    background-color: #27005C;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(39, 0, 92, 0.2);
}

@media (max-width: 768px) {
    .custom-news {
        padding: 40px 0;
    }

    .custom-news-title {
        font-size: 36px;
    }

    .custom-news-description {
        font-size: 16px;
        padding: 0 20px;
    }
}

.custom-news-search-container {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.custom-news-search-input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 2px solid #FFC500;
    border-radius: 8px;
    font-size: 16px;
    color: #27005C;
    transition: all 0.3s ease;
    outline: none;
}

.custom-news-search-input::placeholder {
    color: #666;
    opacity: 0.7;
}

.custom-news-search-input:focus {
    border-color: #27005C;
    box-shadow: 0 0 0 2px rgba(39, 0, 92, 0.1);
}

.custom-news-search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #FFC500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-news-search-button:hover {
    color: #27005C;
}

@media (max-width: 768px) {
    .custom-news-search-container {
        max-width: 90%;
    }
    
    .custom-news-search-input {
        font-size: 14px;
        padding: 10px 45px 10px 15px;
    }
}

.custom-news-grid {
    margin-top: 50px;
}

.custom-news-card {
    height: 580px;
    background: #FFFFFF;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.custom-news-card:hover {
    transform: translateY(-5px);
}

.custom-news-image {
    height: 240px;
    overflow: hidden;
    margin: 15px 15px 0 15px;
}

.custom-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 0;
}

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

.custom-news-content {
    padding: 25px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.custom-news-category {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(255, 197, 0, 0.1);
    color: #FFC500;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 15px;
}

.custom-news-card-title {
    font-family: 'Poppins', sans-serif;
    color: #27005C;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
}

.custom-news-excerpt {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.custom-news-author {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    flex-grow: 1;
}

.author-info h4 {
    color: #27005C;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.author-info time {
    color: #666;
    font-size: 14px;
}

@media (max-width: 768px) {
    .custom-news-card {
        height: auto;
        min-height: 580px;
    }
    
    .custom-news-card-title {
        font-size: 20px;
    }
    
    .custom-news-excerpt {
        font-size: 14px;
    }
}

.load-more-container {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.load-more-button {
    background-color: #F9F5FF;
    color: #6941C6;
    border: 1px solid #F9F5FF;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.load-more-button:hover {
    background-color: #6941C6;
    color: #F9F5FF;
}

.load-more-button svg path {
    stroke: #6941C6;
}

.load-more-button:hover svg path {
    stroke: #F9F5FF;
}

/* Estilos para validación de formulario */
.input-data input.is-invalid,
.input-data select.is-invalid,
.input-data textarea.is-invalid {
    border-color: #dc3545;
}

.input-data input.is-valid,
.input-data select.is-valid,
.input-data textarea.is-valid {
    border-color: #198754;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Personalización del select de código de país */
.input-data select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 30px;
}

/* Estilos para la sección de contacto */
.custom-contactanos {
    padding: 80px 0;
    background-color: #f8f9fa;
    position: relative;
}

.section-title {
    color: #27005C;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.section-subtitle {
    color: #6941C6;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* Estilos para los contenedores de ubicación */
.location-container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

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

.location-header img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.location-header h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 0, 92, 0.5);
    color: #fff;
    margin: 0;
    padding: 15px;
    font-size: 1.5rem;
}

.location-details {
    padding: 20px;
    background: #fff;
    display: none;
    position: relative;
    z-index: 1;
}

.location-details.active {
    display: block;
}

.location-details p {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-details i {
    color: #27005C;
    width: 20px;
}

.location-details ul {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
}

.location-details ul li {
    margin-bottom: 5px;
}

.custom-contactanos {
    position: relative;
    z-index: 3;
}

.custom-social-media {
    position: relative;
    z-index: 2;
}

.custom-slogan.header-visible{
    overflow: visible;
}

.contact-ellipse{
    position: absolute;
    top:80px;
    right:0;
    z-index: 0;
}

@media (max-width: 991.98px) {
    .contact-ellipse{
        top:450px;
        right:-50px;
    }
}

.contact-ellipse img{
    height: 500px;
}

@media (max-width: 767.98px) {
    .contact-ellipse{
        top:600px;
        right:0;
    }
    .contact-ellipse img{
        height: 400px;
    }
}

.row.header-contact-container{
    width:100%;
}

.no-results-message {
    width: 100%;
    padding: 2rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    margin: 2rem 0;
}

.no-results-message p {
    margin: 0;
    font-size: 1.1rem;
    color: #666;
}

.no-results-message p:first-child {
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.custom-social-media {
    padding-bottom: 60px;
    background-color: #F9FBFC;
    text-align: center;
}

.social-media-title {
    margin-bottom: 30px;
}

.social-media-title h2 {
    color: #27005C;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}

.social-media-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-media-icons .social-icon {
    width: 50px;
    height: 50px;
    background: #27005C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-media-icons .social-icon:hover {
    transform: translateY(-5px);
    background: #50169E;
}

.social-media-icons .social-icon i {
    color: white;
    font-size: 24px;
}

@media (max-width: 768px) {
    .social-media-title h2 {
        font-size: 28px;
    }

    .social-media-icons {
        gap: 15px;
    }

    .social-media-icons .social-icon {
        width: 40px;
        height: 40px;
    }

    .social-media-icons .social-icon i {
        font-size: 20px;
    }
}

.dropdown {
    position: relative;
    z-index: 1000;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    top: 100%;
    left: 0;
}

@media (min-width: 769px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-item {
        padding: 10px 15px;
        color: #27005C !important;
        text-decoration: none;
        display: block;
        white-space: nowrap;
    }

    .dropdown-item:hover {
        background-color: #f8f9fa;
    }
}

@media (max-width: 768px) {
    .dropdown-menu {
        position: static;
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        margin: 0;
        border: none;
        box-shadow: none;
    }

    .dropdown-menu.show {
        display: block;
    }

    .dropdown-item {
        padding: 8px 20px;
        color: #808080 !important;
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
    }
}

.custom-header {
    position: relative;
    z-index: 1000;
}

.custom-nosotros {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.quienes-somos {
    margin-bottom: 60px;
    position: relative;
}

.quienes-somos-vector{
    position: absolute;
    bottom: -100px;
    right: 0;
}

.quienes-somos-img{
    position: absolute;
    top: 0;
    left: -410px;
}

.quienes-somos-img img{
    width: 45%;
}

@media (max-width: 991.98px) {
    .quienes-somos-img{
        display: none;
    }
}

.quienes-somos .feature-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4D4D4D;
    margin-top: 20px;
}

.mission-vision-container {
    margin-top: 50px;
}

.mission-vision-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

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

.mission-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #27005C, #4E00B8);
}

.card-icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: rgba(39, 0, 92, 0.1);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.mission-vision-card h3 {
    color: #27005C;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.mission-vision-card p {
    color: #4D4D4D;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0;
    text-align: center;
}

/* Animaciones */
[data-aos] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos].aos-animate {
    opacity: 1;
}

[data-aos="fade-up"] {
    transform: translateY(50px);
}

[data-aos="fade-right"] {
    transform: translateX(-50px);
}

[data-aos="fade-left"] {
    transform: translateX(50px);
}

[data-aos].aos-animate {
    transform: translateY(0) translateX(0);
}


