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: 50%;
    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;
}

.footer-section{
    display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.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 !important;
    align-items: center;
    width: auto;
}

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

.footer-logo span{
    color: #fff !important;
}

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

.footer-divider{
    margin-left: 10px;
}

.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%;
}

.footer-divider-text{
    color: #fff !important;
}

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

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

@media (max-width: 991.98px) {

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

    .navbar-brand {
        width: auto;
    }

    .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.webp) 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;
}

.slogan-vector01 {
    position: absolute;
    top: -100px;
    right: 0px;
}

.slogan-vector02 {
    position: absolute;
    top: -60px;
    right: 30px;
}

.slogan-vector03 {
    position: absolute;
    bottom: 0;
    right: 80%;
}

.slogan-vector04 {
    position: absolute;
    top: -20px;
    right: -20px;
}


/* 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 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 {
    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-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: 60%;
    left: -20%;
}

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

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

    .ellipse {
        width: 50%;
    }
}

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

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

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

.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{
    color: #1C1C1C;
    font-size: 18px;
    font-weight: 400;
}

.quotes-content{
    display: flex;
    align-items: center;
    max-width: 536px;
    max-height: 94px;
    background: #FFC500;
    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 {
    width: 100%;
    margin: 0;
    background: #fff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    position: relative;
    height: 450px;
}

.quote-form-about{
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    z-index:2;
    height: 700px;
}

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

.quote-form-title-about{
    font-size: 32px !important;
    margin: 30px 0;
}

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

.quote-form form{
  padding: 10px 0 0 0;
}
.quote-form form .form-row{
  display: flex;
  justify-content: center;
}

.form-row-about{
    margin-bottom: 30px;
}

form .form-row .input-data{
  width: 100%;
  height: 55px;
  margin: 0 20px;
  position: relative;
  padding-top: 0;
  border-radius: 13px;
}
form .form-row .textarea {
    height: auto;
    position: relative;
    margin-bottom: 12px;
}
.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: 0.8rem;
    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 {
    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;
}


/* 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;
    }
}


.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;
        z-index: 2;
    }
    .quote-form-about{
        height: 990px;
    }

    .quote-form .quote-form-title,
    .quote-form .quote-form-title span {
        font-size: 1.5rem !important;
        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;
    }

}

@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;
    }
}

.img-fluid{
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.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;
}

.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;
    }
}

/* 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;
}


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


.custom-header .navbar-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slogan-content .col-lg-4:nth-child(2) {
    flex: 0 0 40%;
    max-width: 40%;
}
.slogan-content .col-lg-4:nth-child(1) {
    flex: 0 0 32%;
    max-width: 32%;
    margin-bottom: 0 !important;
    z-index: 1;
}
.slogan-content .col-lg-4:nth-child(3) {
    flex: 0 0 28%;
    max-width: 28%;
    margin-bottom: 0 !important;
    z-index: 1;
}

.slogan-content .quote-form {
    padding: 0.7rem 0.3rem;
    font-size: 0.8rem;
}
.slogan-content .quote-form-title {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.slogan-content .input-data input,
.slogan-content .input-data select,
.slogan-content .input-data textarea {
    font-size: 0.8rem;
    height: 36px;
    padding: 2px 5px;
}
.slogan-content .input-data textarea {
    min-height: 28px;
    max-height: 50px;
}
.slogan-content .input-data label {
    font-size: 0.9rem;
    top: -22px;
}

div.quote-form:nth-child(3) > form:nth-child(2) > div:nth-child(6) > div:nth-child(1){
    margin-top: 5px;
}
.slogan-content .submit-btn .input-data {
    height: 38px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slogan-content .submit-btn .input-data input[type="submit"] {
    font-size: 1.05rem;
    height: 36px;
    padding: 0 18px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}
.slogan-content .form-row {
    margin: 6px 0;
}
@media (max-width: 991.98px) {
    .slogan-content .quote-form {
        padding: 0.5rem 0.5rem;
        margin: 0;
        width: 95%;
        height: 780px;
    }
}

.form-vector{
    position: relative;
    display: flex;
  justify-content: center;
}

.btn-whatsapp-slogan {
    background: #238500;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 22px 8px 16px;
    font-size: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(35,133,0,0.08);
    cursor: pointer;
}
.btn-whatsapp-slogan:hover {
    background: #1b6a00;
}
.btn-whatsapp-slogan .whatsapp-icon {
    display: flex;
    align-items: center;
}
.btn-whatsapp-slogan .whatsapp-icon svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.main-title h1{
    font-size: 42.743px;
    font-weight: 300;
    line-height: 45px;
    margin-top: -20px;
}

.main-title h1 span{
    font-weight: 700;
}

.main-title h1 span.span-italic{
    font-style: italic;
}

.main-title p{
    text-align: justify;
}

.gracias-img{
    position: relative;
}

.gracias-img img.img-fluid-gracias{
    position: absolute;
    top: -20%;
    right: -20%;
    width: 50%;
}

.gracias-title{
    flex: 0 0 50% !important;
    max-width: 50% !important;
}

.gracias-title h1{
    font-size: 86.612px;
    line-height: 91.184px;
}

.gracias-title p{
    font-size: 24.828px;
    line-height: 36.414px;
}

@media (max-width: 991.98px) {
    .slogan-content .row {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .slogan-content .col-lg-4,
    .slogan-content .col-lg-4.col-12 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        margin-bottom: 18px;
        margin-top: 10px;
    }
    .slogan-content .col-lg-4.d-none.d-lg-flex {
        display: none !important;
    }
    .slogan-content .slogan-img {
        display: none !important;
    }

    .main-title h1{
        font-size: 26px;
    }

    .gracias-title h1{
        font-size: 52px;
        line-height: 46px;
        margin: 40px 0;
    }

    .custom-slogan{
        max-height: 150vh;
    }
}