body {
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

/* Estilos específicos para DO - Layout centrado de comerciales */
.do-comerciales-centered .col-12 {
    max-width: 600px;
    margin: 0 auto;
}

.header-rsp {
    border-top: none;
    background: linear-gradient(100deg, #1687c5 5%, #00528D);
    background-color: #005190;
}

    .header-rsp a {
        color: #fff;
        text-decoration: none;
    }

.top-bar {
    background: linear-gradient(100deg, #1687c5 5%, #00528D);
    max-width: 75rem;
    margin: 0 auto;
    padding: 0;
    box-shadow: 0px 0px 5px rgba(55, 55, 55, 0.8);
}

    .top-bar, .top-bar ul, .top-bar li {
        background-color: transparent;
    }

.top-bar-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.top-bar-right {
    margin-right: 1rem;
}

.slogan-line2 {
    padding-left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

    .slogan-line2 .aereo {
        color: #E4A01D;
        font-size: 26px;
        font-weight: 600;
        margin-top: -3px;
    }

span.slogan-line2025 {
    margin-top: 25px;
    margin-left: -16px;
    padding-left: 0;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    flex-direction: column;
    font-family: Fredoka, serif;
}

    span.slogan-line2025 .inter2025 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        margin-top: -10px;
        font-family: Fredoka, serif;
    }

.text-right {
    text-align: right;
    margin-top: -4px;
}

.menu-up {
    display: flex;
}

.menu-height {
    height: 60px;
}

.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.menu a, .menu button, .menu input {
    margin-bottom: 0
}

.menu > li > a i, .menu > li > a i + span, .menu > li > a img, .menu > li > a img + span {
    vertical-align: middle
}

.menu > li > a i, .menu > li > a img {
    margin-right: .25rem;
    display: inline-block
}

.menu > li {
    display: table-cell
}

.menu.vertical > li {
    display: block
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.subir-li {
    display: flex !important;
    align-items: center;
    border-right: 1px solid #fff;
    margin: 10px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
}

    .subir-li span {
        font-size: 1.2em;
        color: #fff !important;
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

    .subir-li:last-child {
        border-right: none;
    }

.icono__nuevo {
    width: 28px;
}

#attclientes {
    color: #c00;
    font-size: 1em;
}

#telefono-header {
    font-size: 1.2em;
    text-align: right;
    color: #fff;
}

    #telefono-header.subir-li {
        font-size: 15.6px;
        margin: 10px 10px 0px 0px;
        padding: 0px 10px 0px 0px;
    }

@media (min-width: 64.063em) {
    #telefono-header a {
        margin-right: -17px;
    }
}

@media (max-width: 768px) {
    #telefono-header {
        font-size: 1em;
        text-align: right;
        color: #fff;
    }
}

#responsive-menu {
    /* background: linear-gradient(100deg, #f57c00 5%, #df971d); */
    background: linear-gradient(#E67D20, #E4A01D) #E67D20;
    background: rgb(230, 125, 32);
}

.dropdown-menu.show li a {
    color: rgb(75, 75, 75);
    font-size: 14px;
}

#collapsibleNavbar {
    justify-content: center;
    margin-left: 45rem;
}

.carousel-item-content {
    position: relative;
}

.carousel-captiondiv {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    width: 100%;
}

    .carousel-captiondiv h2 {
        margin: 0;
        font-size: 18PX;
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

@media (max-width: 768px) {
    .carousel-captiondiv {
        top: 10%;
    }

        .carousel-captiondiv h2 {
            font-size: 12PX;
        }
}

ul.d.menu li {
    font-size: 20px;
    line-height: 1;
}

ul.d li a {
    color: #fff;
    padding: 6.5px;
    font-size: 16px;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

    ul.d li a:hover {
        color: #f90;
        background: #fff;
    }

.wrap {
    margin: 0px auto 0;
    background-color: #fff;
    position: relative;
}

.unslider-wrap {
    position: relative;
}

.defaultBackground {
    background-color: #005190;
    background-size: cover;
    background-position: center;
    margin-top: -1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0px -2px 4px rgba(99, 99, 99, 0.5);
}

.carousel-inner {
    position: relative;
    z-index: 1;
}

.popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 80%;
    max-width: 500px;
    margin-top: 15rem;
    margin-left: 28rem;
}

    .popup-container img {
        width: 80%;
    }

@media (max-width: 768px) {
    .popup-container img {
        width: 95%;
    }
}

.placeholder {
    height: 136px;
    overflow: hidden;
    position: relative;
}

    .placeholder img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.close-btn {
    position: absolute;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    margin-left: -1.8rem;
}

    .close-btn:hover {
        color: #ccc;
    }

.content-container {
    margin-top: 20rem;
}

@media (max-width: 800px) {
    .popup-container {
        width: 35%;
        max-width: 35%;
        margin-top: 2.8rem;
        margin-left: 7rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .close-btn {
        position: absolute;
        background-color: transparent;
        color: #fff;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        font-size: 8px;
        margin-left: -1rem;
    }
}

.slides {
    color: #000;
    margin-bottom: 20px;
    max-height: 545.2px;
    height: 545.2px !important;
    position: relative;
}

.slides-small {
    color: #000;
    margin-bottom: 20px;
    background-image: url();
    background-color: #666;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px !important;
    position: relative;
}

.slides:hover {
    cursor: pointer;
}

.slides-small {
    margin-bottom: 0.5rem !important;
}

.slides:hover {
    cursor: default !important;
}

.title {
    color: #f57c00;
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 20px;
}

.advantages {
    list-style-type: none;
    padding: 0;
}

    .advantages li {
        display: flex;
        align-items: center;
        margin-bottom: 1em;
        font-family: 'gothamBook', serif;
        color: rgb(112, 112, 112);
    }

    .advantages img {
        margin-right: 0.5em;
    }

hr.divider {
    border: none;
    border-top: 2px dashed #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

p.paragraphTecnology {
    font-size: 15px;
    margin-bottom: 2rem;
    font-family: 'gothamBook', serif;
    color: rgb(112, 112, 112);
}

p.paragraphHome {
    font-size: 18px;
    margin-bottom: 2rem;
    margin-top: 4rem;
    font-family: 'gothamMedium', serif;
    color: rgb(112, 112, 112);
}

p.paragraphNosotros {
    font-size: 18px;
    font-family: 'gothamMedium', serif;
    color: rgb(112, 112, 112);
    margin-top: 1rem;
}

h1.h1Nosotros {
    margin-top: 4rem;
    font-size: 110px;
    font-family: 'gothamThinItalic', serif;
    font-weight: 900;
    margin-bottom: 2rem;
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor, 0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;
}

@media (max-width: 768px) {
    h1.h1Nosotros {
        margin-top: 4rem;
        font-size: 43px;
    }
}

.h1Equipo {
    color: #1078b5;
    font-size: 80px;
    text-align: center;
    font-family: 'gothamThinItalic', serif;
    font-weight: bold;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .h1Equipo {
        font-size: 60px;
    }
}

p.paragraph {
    font-size: 18px;
    margin-bottom: 2rem;
    font-family: 'gothamMedium', serif;
    color: rgb(112, 112, 112);
}

.type-sidelines {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 30%;
    border: none;
    border-top-width: 2px;
    border-top-color: #1584c2 !important;
    border-top-style: solid;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.type-sidelines-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 30%;
    border: none;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.content-container {
    margin: 0 auto;
    max-width: 1200px;
}

.advantagesImages {
    /* width: 120px;
      height: 100px; */
    display: block;
    margin: 0 auto;
    padding-top: 0px;
}

.advantagesImages2 {
    padding-top: 0px;
    /* height: 98px; 
      width: 160px;  */
    display: block;
    margin: 0 auto;
}

.principlesTitles {
    color: #f57c00;
    font-family: 'gothamThinItalic', serif;
    /*font-weight: 900;
    text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor, 0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;*/
}

.principlesTitles2 {
    color: #f57c00;
    font-family: 'gothamThinItalic', serif;
    font-size: 70px;
}

@media (max-width: 768px) {
    .principlesTitles2 {
        color: #f57c00;
        font-family: 'gothamThinItalic', serif;
        font-size: 55px;
    }
}

.principlesTitles-equipo {
    color: #f57c00;
    font-family: 'gothamThinItalic', serif;
    font-size: 60px;
}

@media (max-width: 768px) {
    .principlesTitles-equipo {
        color: #f57c00;
        font-family: 'gothamThinItalic', serif;
        font-size: 40px;
    }
}

.anyoCifras {
    color: #1078b5;
    font-size: 70px;
}

@media (max-width: 768px) {
    .anyoCifras {
        color: #1078b5;
        font-size: 55px;
    }
}

.homeGVDT {
    color: #f57c00;
}

.advantagesText {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 16px;
    color: rgb(53, 53, 53);
    font-family: 'gothamBook', serif;
}

h1.titles {
    font-size: 50px;
    margin-bottom: 2rem;
    font-weight: bold;
    font-family: 'gothamThinItalic', serif;
}

.h1MainP {
    font-size: 60px;
    margin-bottom: 2rem;
    font-weight: bold;
    font-family: 'gothamThinItalic', serif;
}

@media (max-width: 768px) {
    .h1MainP {
        font-size: 40px;
        margin-bottom: 2rem;
        font-weight: bold;
        font-family: 'gothamThinItalic', serif;
    }

    h1.titles {
        font-size: 35px;
        margin-bottom: 2rem;
        font-weight: bold;
        font-family: 'gothamThinItalic', serif;
    }
}

.h1MainParagraph {
    font-size: 65px;
    margin-bottom: 2rem;
    font-weight: bold;
    font-family: 'gothamThinItalic', serif;
}

@media (max-width: 768px) {
    .h1MainParagraph {
        font-size: 60px;
    }
}

.advantagesIcons {
    width: auto;
    height: 25px;
}

.cifraImage {
    display: block;
    margin: 0 auto;
    width: 750px;
    margin-top: -3rem;
    margin-bottom: 2rem;
}

.container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6rem;
}

.owl-theme {
    margin-top: 3rem;
}

.item {
    margin-left: 1rem;
    margin-right: 1rem;
}

.backItem {
    background-color: #005ca5;
}

    .backItem p {
        color: #fff;
        margin-bottom: 0rem;
        text-align: center;
    }

.btn-prev img,
.btn-next img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .item {
        margin: 0 75px;
    }

    .btn-prev img,
    .btn-next img {
        width: 0px;
        height: 0px;
    }

    .btn-prev,
    .btn-next {
        margin: 1rem 0;
    }
}

.footer-container {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.footer-background {
    width: 100%;
    height: auto;
}

.footer-content {
    color: #fff;
}

.footer-title {
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 2rem;
    font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
}

.registrateImage {
    max-width: 45%;
    height: auto;
    margin-top: 20px;
}

.footer-imgGrupoVDT {
    max-width: 120px;
    height: auto;
    margin-top: 20px;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 1rem;
}

    .footer-contact .icono__nuevo {
        width: 30px;
        height: auto;
    }

    .footer-contact span {
        font-size: 18px;
        color: #fff;
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

.social-icons {
    display: flex;
    justify-content: center;
}

    .social-icons .social-icon {
        width: 30px;
        height: 30px;
        margin: 0 5px;
    }

.footer-address {
    background-color: rgba(0, 0, 0, 0.02);
}

    .footer-address p {
        font-size: 10px;
        color: #fff;
        margin-bottom: 0rem;
        font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    }

@media (max-width: 768px) {
    .footer-title {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 1rem;
    }

    .registrateImage {
        max-width: 150px;
        height: auto;
        margin-top: 0px;
    }

    .footer-imgGrupoVDT {
        max-width: 70px;
        height: auto;
        margin-top: 10px;
    }

    .footer-contact .icono__nuevo {
        width: 20px;
    }

    .footer-contact span {
        font-size: 12px;
        margin-top: 0px;
    }

    .social-icons .social-icon {
        width: 20px;
        height: 20px;
        margin: 0 3px;
    }

    .footer-address {
        background-color: rgba(0, 0, 0, 0.05);
        margin-top: -2rem;
    }

        .footer-address p {
            font-size: 8px;
            margin-bottom: 0rem;
        }
}


.dropdown-toggle::after {
    display: none !important;
}

/*Mobile menu styles*/
.mobile-menu {
    display: none;
}

.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

    .mobile-nav li {
        border-bottom: 1px solid #ddd;
    }

        .mobile-nav li a {
            display: block;
            padding: 10px;
            color: white;
            text-decoration: none;
            background-color: #f57c00;
        }

            .mobile-nav li a:hover {
                background-color: #f57c00;
                color: #fff;
            }

.dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .dropdown-menu li {
        border-bottom: 3px solid #f57c00;
    }

        .dropdown-menu li a {
            display: block;
            padding: 10px;
            color: #000;
            font-weight: bold;
            text-decoration: none;
            background-color: white;
        }

            .dropdown-menu li a:hover {
                background-color: #f57c00;
                color: #fff;
            }

.nav-link.dropdown-toggle.show {
    background-color: white;
    color: #f57c00;
}

/* Media Queries */
@media (min-width: 768px) {
    .d-md-none {
        display: none;
    }

    .d-none.d-md-block {
        display: block;
    }
}

@media (max-width: 767px) {
    .d-md-none {
        display: block;
    }

    .d-none.d-md-block {
        display: none;
    }
}

.circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 3px solid #1584c2;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 2rem;
}

    .circle img {
        max-width: 100%;
        object-fit: cover;
        margin-top: 3rem;
    }

.text-container {
    text-align: center;
    margin-top: 12px;
    font-family: 'gothamMedium', serif;
    color: rgb(95, 95, 95);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0rem;
}

.text-container-resp {
    text-align: center;
    margin-top: 0px;
    font-family: 'gothamBook', serif;
    color: #f57c00;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0rem;
}

.text-container-email {
    text-align: center;
    font-family: 'gothamBook', serif;
    color: #0d91dd;
    font-size: 20px;
    text-decoration: none;
}

.circle-comerciales {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 3px solid #1584c2;
}

    .circle-comerciales img {
        max-width: 100%;
        object-fit: cover;
    }

.text-container-comerciales {
    text-align: right;
    padding-right: 10px;
}

    .text-container-comerciales p {
        display: flex;
        align-items: self-start;
        text-align: start;
        margin-bottom: 5px;
        color: #1584c2;
        font-family: 'gothamBook', serif;
    }

        .text-container-comerciales p img {
            max-width: 18px;
            margin-right: 10px;
        }

.comerciales-email-icon {
    display: flex;
    align-items: center;
    text-align: start;
    margin-bottom: 5px;
    color: #1584c2;
    font-family: 'gothamBook', serif;
    text-decoration: none;
}

    .comerciales-email-icon img {
        margin-right: 10px;
        max-width: 18px;
    }

@media (max-width: 768px) {
    .text-container-comerciales p {
        display: flex;
        align-items: self-start;
        text-align: start;
        margin-bottom: 5px;
        color: #1584c2;
        font-family: 'gothamBook', serif;
        font-size: 9px;
    }

    .comerciales-email-icon {
        display: flex;
        align-items: center;
        text-align: start;
        margin-bottom: 5px;
        color: #1584c2;
        font-family: 'gothamBook', serif;
        text-decoration: none;
        font-size: 8px;
    }

    .text-container-comerciales p img {
        max-width: 14px;
        margin-right: 8px;
    }

    .comerciales-email-icon img {
        margin-right: 8px;
        max-width: 14px;
    }

    .text-container-email {
        font-size: 18px;
    }
}

.text-container-comerciales h2 {
    text-align: start;
    margin-bottom: 1rem;
    font-size: 18px;
    font-family: 'gothamMedium', serif;
    color: rgb(90, 90, 90);
}

.imageEquipo {
    margin-top: 2rem;
    margin-bottom: 8rem;
    width: 100%;
}

@font-face {
    font-family: 'gothamBlack';
    src: url('../fonts/Gotham-Black_0.otf') format('opentype');
}

@font-face {
    font-family: 'gothamThinItalic';
    src: url('../fonts/Gotham-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'gothamUltraItalic';
    src: url('../fonts/Gotham-UltraItalic.otf') format('opentype');
}

@font-face {
    font-family: 'gothamBold';
    src: url('../fonts/GothamBold_0.ttf') format('opentype');
}

@font-face {
    font-family: 'gothamBoldItalic';
    src: url('../fonts/GothamBoldItalic.ttf') format('opentype');
}

@font-face {
    font-family: 'gothamBook';
    src: url('../fonts/GothamBook_0.ttf') format('opentype');
}

@font-face {
    font-family: 'gothamBookItalic';
    src: url('../fonts/GothamBookItalic.ttf') format('opentype');
}

@font-face {
    font-family: 'gothamLightItalic';
    src: url('../fonts/GothamLightItalic.ttf') format('opentype');
}

@font-face {
    font-family: 'gothamMedium';
    src: url('../fonts/GothamMedium_0.ttf') format('opentype'),
}

@font-face {
    font-family: 'Fredoka';
    src: url('../fonts/Fredoka-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('../fonts/Fredoka-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka';
    src: url('../fonts/Fredoka-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
