@media(max-width: 992px) {
    .custom_nav-container .nav_search-btn {
        display: none;
    }

    .service_section::before {
        bottom: 45px;
    }

    .service_section .service_container {
        padding: 45px 0 125px 0;
    }

    .service_section .box.b-2 .detail-box,
    .service_section .box.b-3 .detail-box {
        width: 100%;
    }

    .service_images {
        width: 80%;
    }

    .contactUs {
        padding: 10px;
    }

    .box {
        grid-template-columns: 1fr;
        grid-template-rows: 50%;
        grid-template-areas:
            "form"
            "info"
            "map";

        justify-content: center;
        align-items: center;
    }

    .formBox .row50 {
        display: flex;
        gap: 0;
        flex-direction: column;

    }

    .inputBox {
        width: 100%;
        display: inline-flex;
        align-items: center;
    }

    .contact {
        padding: 10px;
        width: 100%;
    }

    .contact.map {
        width: 100%;
        height: 700px;
    }

    .info_section.layout_padding {
        height: 1300px;
    }
}

@media (max-width: 768px) {
    .slider_section .detail-box {
        text-align: center;
        margin-top: 25px;
    }

    .info_section .col-md-3 {
        text-align: center;
    }

    .info_section .col-md-3:not(:nth-last-child(1)) {
        margin-bottom: 35px;
    }

    .service_section .box.b-1 .detail-box {
        text-align: left;
    }

    .service_section .box.b-4 .detail-box {
        text-align: right;
    }

    .service_section .box {
        margin: 25px 0;
    }

    .info_section .info-nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .client_section .client_container {
        width: 100%;
    }

    .service_images {
        width: 80%;
    }

    .gallery_service div {
        display: none;
    }

    .gallery_service {
        height: 0;
        margin: 0;
        padding: 0;
    }

    .nav-options {
        justify-content: flex-start;
    }

    .nav-options ul {
        width: 100%;
        display: block;
    }

    .nav-options ul li {
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }

    .imglogocontac {
        display: none;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .imgabout1 {
        display: none;
        height: 0;
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 576px) {
    .slider_section .detail-box h1 {
        font-size: 3.5rem;
    }

    .about_section .img-box img {
        width: 100%;
    }

    @keyframes odd-box-animate {
        0% {
            transform: translateY(25px);
        }

        50% {
            transform: translateY(-25px);
        }

        100% {
            transform: translateY(25px);
        }
    }

    @keyframes even-box-animate {
        0% {
            transform: translateY(-25px);
        }

        50% {
            transform: translateY(25px);
        }

        100% {
            transform: translateY(-25px);
        }
    }

    .work_section .work_container .box.b-1,
    .work_section .work_container .box.b-2,
    .work_section .work_container .box.b-3,
    .work_section .work_container .box.b-4 {
        animation-duration: 1.5s;
    }

    .service_images {
        width: 80%;
    }
}

@media (max-width: 420px) {

    .contact.form h3 {
        font-size: 1.2rem;
        padding: 0 10px;
        line-height: 1.2;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .slider_section .detail-box h1 {
        font-size: 3rem;
    }

    .custom_heading-container h3 {
        text-transform: uppercase;
        font-weight: bold;
        color: #000000;
        position: relative;
        font-size: 1.2rem;

    }

    .service_images {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .service_images {
        width: 80%;
    }

}

@media (max-width: 412px) {

    /* Página contact */
    .contact.form h3 {
        font-size: 0.9rem;
        text-align: center;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .contact.info h3 {
        font-size: 1.2rem;
    }

    .contact.info p,
    .contact.info a {
        text-align: center;
        font-size: 1.5rem;
    }

    .contactUs .titlecontac h2 {
        font-size: 1.2rem;
        padding: 0 15px;
    }

    .formBox .row50 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .inputBox {
        width: 100%;
        display: inline-flex;
        align-items: left;
    }

    .infoBox {
        flex-direction: column;
        gap: 20px;
        margin-left: 10px;
    }

    .contact.form {
        width: 100%;
        height: auto;
    }

    .contact.info {
        padding-left: 25%;
        align-items: center;
    }

    .contact.map {
        width: 100%;
        height: 540px;
    }

    .container {
        width: 100%;
    }

    #btn-file {
        word-break: break-all;

    }

    /* Home */
    .gallery img {
        max-width: 35% !important;
        width: 35%;
    }

    /* Footer */
    .info_section.layout_padding {
        width: 100%;
        padding: 5%;
        height: 1400px;
    }

    /* Header */
    .header_section {
        max-width: 100% !important;
    }

    .container-fluid {
        width: 100%;
    }
}

/*Surface*/
@media(max-width: 913px) {
    #footer {
        height: 680px;
    }
}

@media(max-width: 541px) {
    #footer {
        height: 1100px !important;
    }
}

/*Pantalla 1024*/
@media(max-width: 1025px) {
    .textabout_descripcion {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .banner_descripcion h1 {
        font-size: 2rem;
    }

    .textabout {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .textabout img {
        order: 3;
        /* Imagen al final */
        height: 45%;
        width: 33%;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    #imgMk {
        width: 230px;
        height: 240px;
    }

    #imgScrum {
        width: 250px;
        height: 200px;
    }


    #imgMicrosoft {
        width: 230px;
        height: 190px;
    }


    #imgMision {
        width: 200px !important;
        height: 180px !important;
    }

    #imgVision {
        width: 220px !important;
        height: 180px !important;
    }


    .textabout .textabout_descripcion .subtitleabout {
        order: 1;
        /* Título primero */
        font-size: 28px;
    }

    .textabout .textabout_descripcion p {
        order: 2;
        /* Texto después del título */
        margin: 15px 30px;

    }

    .textabout .textabout_descripcion center {
        order: 3;
        /* Botón antes de la imagen */
    }

    .btn-about {
        margin-top: 15px;
    }

    /*Soporte tecnico*/
    .descriptionSP {
        font-size: 16px;
        width: 85%;

    }

    .pricing-card {
        width: 26%;
    }

    /*Marketing Digital*/

    .selectiveYellow {
        font-size: 18px;
    }

    .btn-responsive {
        font-size: 16px;
    }

    .divTableMk>table {
        margin: 20px !important;
    }

    .divTableMk>table>thead>tr>th {
        font-size: 16px !important;
    }


    .divTableMk>table>tbody>tr>td {
        font-size: 16px !important;
    }
}

/*
Pantallas de tablet
*/

@media (max-width: 769px) {

    /*Barra de Navegacion*/
    .container-bar {
        z-index: 10000;
    }

    /*Footer*/
    #footer {
        height: 680px;
    }

    .logo-footer {
        width: 140px;
        height: 140px;
    }

    .title-footer {
        font-size: 21px !important;
    }

    .subtitle-footer {
        font-size: 18px !important;
    }

    .descriptionGI-footer {
        font-size: 13px !important;
    }

    .description-footer {
        font-size: 10.6px !important;
    }

    .nav-footer {
        font-size: 15px !important;
    }


    /*About us*/

    .paragraph {
        font-size: 16px;
        margin: 10px 20px !important;
    }

    .subtitleabout {
        font-size: 26px !important;
        margin-top: 10px;
        margin-bottom: 0px !important;
    }

    .textabout .textabout_descripcion center a {
        font-size: 14px;
    }

    #imgMision {
        width: 240px !important;
        height: 200px !important;
    }

    #imgVision {
        width: 250px !important;
        height: 200px !important;
    }

    #imgScrum {
        width: 270px;
        height: 220px;
    }

    #imgMk {
        width: 40% !important;
        height: 55% !important;
    }

    /*Soporte Tecnico*/

    .comparison-container>h2 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .comparison-container>h3 {
        margin-left: 30px;
        margin-right: 30px;
        font-size: 23px;
    }

    .descriptionSP {
        width: 90%;
    }

    .pricing-card {
        width: 28%;
        font-size: 18px;
    }

    .pricing-card>h2 {
        font-size: 19px;

    }

    .payment-type {
        font-size: 12px;
    }

    .price {
        font-size: 18px;
    }

    .hours {
        font-size: 14px;
    }

    .btn-soporte {
        font-size: 14px;
    }

    /*Marketing Digital*/

    .btn-responsive {
        font-size: 13px !important;
        padding: 5px 10px !important;

    }

    .free-month {
        font-size: 14px;
    }

    .features>li {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

    .selectiveYellow {
        font-size: 14px;
    }

    .PreciosMarketing td {
        font-size: 14px !important;
        padding: 5px !important;

    }

    .PreciosMarketing thead>tr>th {
        width: 100px !important;
        padding: 5px !important;
    }

    .th-table {
        font-size: 17px !important;
    }

    .PrecioIdealMk {
        font-size: 16px !important;
    }

    .precio-row {
        font-size: 15px !important;
    }

    /*Desarrollo web*/

    .slider__vidweb {
        width: 90% !important;
    }

}

/*
Pantallas de celular
*/
@media (max-width: 444px) {

    /* Home */
    .gallery img {
        max-width: 35% !important;
        width: 35%;
    }

    .titulos_secciones {
        font-size: 36px;
        margin-left: 20px;
        margin-right: 20px;
    }

    /*Footer*/
    #footer {
        height: 1200px;
    }

    .description-footer {
        font-size: 14px !important;
    }

    .logo-footer {
        width: 130px;
        height: 130px;
    }

    /*About Us*/
    .banner_descripcion h1 {
        font-size: 2rem;
    }

    .subtitleabout {
        font-size: 24px !important;
        margin-bottom: 5px !important;
    }

    .paragraph {
        font-size: 13px !important;
    }

    .btn-about {
        font-size: 12px !important;
        width: 100px !important;
        height: 30px !important;
    }

    #imgMision {
        width: 220px !important;
        height: 190px !important;
    }

    #imgVision {
        width: 230px !important;
        height: 190px !important;
    }

    #imgScrum {
        width: 230px;
        height: 190px;
    }

    #imgMicrosoft {
        width: 230px;
        height: 190px;
    }

    #imgMk {
        width: 53% !important;
    }

    /*Soporte Tecnico*/

    .comparison-container>h2 {
        font-size: 24px;
    }

    .descriptionSP {
        width: 82%;
        font-size: 14px;
    }

    .pricing-card {
        width: 80%;
        height: auto;
    }

    .pricing-card>h2 {
        font-size: 22px;
    }

    .payment-type {
        font-size: 14px;
    }

    .price {
        font-size: 20px;
    }

    .hours {
        font-size: 14px;
    }

    .btn-soporte {
        font-size: 14px;
    }

    /*Marketing Digital*/

    /*Banner de marketing*/
    #banner-lap{
        display: none;
    }
    .banner-tablet{
        display: none;
    }
    .logo-mobile {
        display: block;
        width: 100%;
    }

    .floating-btn-mk {
        padding: 6px 10px;
        font-size: 10px;
        bottom: 10px;
        right: 10px;
        border-radius: 15px;
        z-index: 1000;
    }

    .btn-responsive {
        font-size: 16px;
    }


    .imgMK-responsive {
        width: auto !important;
        /*
        object-fit: contain !important;
        object-position: center !important;
        width: 100% !important;
        height: 100vh !important;
        background-color: #ffb703;
        */
    }

    /*Botones del carrusel*/
    .prev-btn,
    .next-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 18px;
        border-radius: 5px;
        z-index: 10;
    }

    .gallery {
        margin-right: 20px;
    }

    .prev-btn {
        left: 5px;
        z-index: 10000;
    }

    .next-btn {
        right: 10px;
    }

    .prev-btn:hover,
    .next-btn:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /*Modales y sus botones*/
    .modal {
        z-index: 10000;
    }

    .prev {
        left: 10px;
    }

    .precio-detalle {
        display: none;
        transition: all 0.3s ease-in-out;
    }

    .mostrar-precios {
        display: table-row;
    }

    .tablaMk {
        width: 90%;
        table-layout: fixed;
        border-collapse: collapse;
    }

    .tablaMk th {
        font-size: 13px !important;
        width: 30%;
    }

    .tablaMk td {
        font-size: 11px;
        width: 30%;

    }

    /* Dstos ocultos en cards */
    .li-hidden {
        display: block !important;
    }

    .divTableMk,
    .seccionmk,
    .floating-btn-mk {
        display: none;
    }


    /*Desarrollo web*/

    .comparison-container>h3,
    .tablePlanesDesarrollo,
    .floating-btn {
        display: none !important;
    }

    .info-soporte {
        padding: 30px;
        font-size: 14px;
    }


    /*Portafolio de desarrollo web*/

    .slider__arrowweb {
        z-index: 10000;
    }

    .subtitleweb {
        font-size: 24px;
    }

    .slider__reviewweb {
        font-size: 15px;
        height: 320px;
    }

    .slider__vidweb {
        width: 85% !important;

    }

    .slider-desactive {
        display: none;
    }
    .slider-hidden {
        display: block;
        width: 90% !important;
    }

}

@media (max-width: 376px) {

    /*FOOTER*/
    .logo-footer {
        width: 110px;
        height: 110px;
    }

    /*About*/
    .banner_descripcion h1 {
        font-size: 1.2rem;
    }

    .slogan,
    .slogan-cursor {
        font-size: 1rem;
    }

    .btn-mas-informacion {
        font-size: 13px;
    }

    .subtitleabout {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }

    .paragraph {
        font-size: 12px !important;
    }

    #imgMision {
        width: 180px !important;
        height: 150px !important;
    }

    #imgVision {
        width: 180px !important;
        height: 150px !important;
    }

    #imgScrum {
        width: 200px;
        height: 170px;
    }

    #imgMicrosoft {
        width: 220px;
        height: 180px;
    }

    #imgMk {
        width: 200px !important;
        height: 180px !important;
    }

    /*Soporte Tecnico*/

    .comparison-container>h2 {
        font-size: 21px;
    }

    /*Marketing Digital*/

    .prev {
        left: 5px;
    }

    .next {
        right: 5px;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
        width: 100% !important;
    }

}

@media(max-width: 321px) {



    /*
    .imgMK-responsive {
        width: 100% !important;
        object-fit: none; 
        object-position: left center;
       
        height: auto !important;
        object-fit: contain !important;
        object-position: center !important;
        height: 100vh !important;
        background-color: #ffb703;
       
    } */

    .slider__reviewweb {
        height: 290px;
        font-size: 13px;
    }

    .slider-hidden {
        width: 98% !important;
    }
}


/*Ipad*/
@media(max-height: 1370px) and (min-height: 1022px) {

    .banner_descripcion h1 {
        font-size: 3.6rem;
    }

    .slogan,
    .slogan-cursor {
        font-size: 2.7rem;
    }

    .description-footer {
        font-size: 14px !important;
    }

    .btn-mas-informacion {
        font-size: 30px;
        width: 350px !important;
    }

    .subtitleabout {
        font-size: 48px !important;
        margin-bottom: 5px !important;
    }

    .paragraph {
        font-size: 30px !important;
    }

    #imgMision {
        width: 480px !important;
        height: 450px !important;
    }

    #imgVision {
        width: 580px !important;
        height: 450px !important;
    }

    #imgScrum {
        width: 500px;
        height: 470px;
    }

    #imgMicrosoft {
        width: 520px;
        height: 480px;
    }

    #imgMk {
        width: 500px !important;
        height: 480px !important;
    }

    .btn-about {
        font-size: 26px !important;
        width: 300px !important;
        height: 55px !important;
    }

    /*Banner Marketing*/

    #banner-lap {
        display: none !important;
    }

    .logo-mobile {
        display: none !important;
    }

    .banner-tablet {
        display: block;
        /*background-color: #ffb703;*/
        width: 100% !important;
    }



}

/*Ipad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {

    #banner-lap {
        display: none !important;
    }

    .logo-mobile {
        display: none !important;
    }

    .banner-tablet {
        display: block;
        width: 100% !important;
    }

}

/*Surface Duo*/
/*Ipad Pro*/
@media only screen and (min-device-width: 539px) and (max-device-width: 870px) and (orientation: portrait) {

    #banner-lap {
        display: none !important;
    }

    .logo-mobile {
        display: none !important;
    }

    .banner-tablet {
        display: block;
        width: 100% !important;
    }

}

/*Iphone 14 and Pixel About*/
@media(max-height: 933px) and (min-height: 740px) {
    .banner_descripcion h1 {
        font-size: 2.2rem;
    }

    .slogan,
    .slogan-cursor {
        font-size: 1.2rem;
    }

    .subtitleabout {
        font-size: 38px !important;
        padding: 30px;
    }

    .paragraph {
        font-size: 19px !important;

    }

    #imgMision {
        width: 300px !important;
        height: 260px !important;
    }


    #imgScrum {
        width: 330px;
        height: 270px;
    }

    #imgVision {
        width: 320px !important;
        height: 230px !important;
    }

    #imgMicrosoft {
        width: 280px;
        height: 240px;
    }

    #imgMk {
        width: 340px !important;
        height: 320px !important;
    }

    .comparison-container>h2 {
        font-size: 22px;
    }

    .descriptionSP {
        width: 80%;
        font-size: 14px;
    }

    .pricing-card {
        width: 80%;
    }

    /*Banner Marketing*/
    .logo-mobile {
        display: block;
        height: 100vh;
        object-fit: cover;
    }

    
}

@media(max-height: 741px) and (min-height:639px) {
    .subtitleabout {
        font-size: 30px !important;
        padding: 15px;
    }

    .paragraph {
        font-size: 16px !important;
    }

    #imgMision {
        width: 300px !important;
        height: 260px !important;
    }

    #imgVision {
        width: 330px !important;
        height: 230px !important;
    }

    #imgScrum {
        width: 330px;
        height: 310px;
    }

    #imgMicrosoft {
        width: 280px;
        height: 260px;
    }

    #imgMk {
        width: 320px !important;
        height: 310px !important;
    }
}

/*Pantallas grandes*/

@media(max-width: 2561px) and (min-width: 1500px){
    /*Pagina About*/
    .textabout_descripcion{
        width: 60%;
    }
    .subtitleabout{
        font-size: 2.5rem !important;
    }

    .paragraph{
        font-size: 1.2rem !important;
        margin: 40px !important;
    }

    .btn-about{
        font-size: 1.2rem !important;
        height: auto !important;
        width: auto !important;
        padding: 15px !important;
    }

    #imgMision{
        width: 500px !important;
        height: auto !important;
    }

    #imgVision{
        width: 500px !important;
        height: auto !important;
    }

    #imgScrum{
        width: 500px !important;
        height: auto !important;
    }

    #imgMicrosoft{
        width: 500px !important;
        height: auto !important;
    }

    #imgMk{
        width: 500px !important;
        height: auto !important;
    }
}