/* Estilos base del header */
/*body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #363636;
    font-size: 15px;
    min-height: 100%;
    background-color: #fff;
    scroll-behavior: smooth;
}
header {*/
    /*   background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    /*width: 100%;
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: #fff;
    padding: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}
section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}*/
/*section {
    display: block;
    unicode-bidi: isolate;
}*/
    /*header section {*/
        /*    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;*/
        /*display: flex;
        align-items: center;
        justify-content: space-between;
    }
* {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    line-height: 1;
}*/

/* Logo */
/*.logo {
    height: auto;
    transition: transform 0.3s ease;
    width: 200px;
    height: 73px;
}

    .logo:hover {
        transform: scale(1.10);
    }*/

/* Menú de navegación - versión desktop */
/*.menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link {
    color: green;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
    border-color: black;
    opacity: 1;
}

    .nav-link:hover {
        color: red;
    }

    .nav-link.active {
        color: #218c4c;
    }

        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #218c4c;
            border-radius: 3px;
        }*/

/* Redes sociales */
/*.networks {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
    .networks a {
        width: 30px;
        height: 30px;
        border-radius: 20px;
        background-color: #717171;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

        .networks a:hover {
            transform: translateY(-3px);
        }

.face svg {
    fill: #fff;
    width: 10px;
}

.insta svg {
    fill: #fff;
    width: 16px;
}
.whatsapp-button svg {
    fill: #fff;
    width: 16px;
}
.whatsapp-button:hover {
    background-color: #9EE69E;
}
.face:hover {
    background-color: rgba(59, 89, 152, 0.1);
}

.insta:hover {
    background-color: rgba(225, 48, 108, 0.1);
}*/
 

/* Botón hamburguesa - oculto en desktop */
/*.btn-burger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 1001;
}

    .btn-burger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 5px 0;
        transition: all 0.3s ease;
    }*/

/* Estilos para móvil */
/*@media (max-width: 992px) {
    .btn-burger {
        display: block;
        order: 1;*/ /* Posiciona a la derecha */
    /*}

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: white;
        flex-direction: column;
        justify-content: flex-start;
        padding: 80px 2rem 2rem;
        gap: 1rem;
        transition: right 0.3s ease;
        z-index: 1000;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
        margin-top: 0;
    }

        .menu.open {
            right: 0;
        }

    .nav-link {
        width: 100%;
        padding: 0.8rem 0;
        border-bottom: 1px solid #f0f0f0;
        opacity: 1;*/ /* Asegurar visibilidad */
    /*}

        .nav-link.active::after {
            display: none;
        }

    .networks {
        margin: 2rem 0 0;
        justify-content: center;
    }*/
    /* Animación del botón hamburguesa a X */
    /*.btn-burger.open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .btn-burger.open span:nth-child(2) {
        opacity: 0;
    }

    .btn-burger.open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media (max-width: 576px) {
    header section {
        padding: 0 1rem;
    }
}*/

/* Estilos base del footer */
/*footer {
    background-color: #218c4c;*/ /* Verde corporativo */
    /*color: white;
    padding: 1.5rem 2rem;
    text-align: center;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}*/

/* Enlace de privacidad */
/*.nav-link-footer {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-link-footer:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .nav-link-footer.active {
        font-weight: 700;
    }

        .nav-link-footer.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 50%;
            height: 2px;
            background-color: white;
        }*/

/* Responsive */
/*@media (max-width: 768px) {
    footer {
        padding: 1rem;
        font-size: 0.8rem;
        flex-direction: column;
    }

    .nav-link-footer {
        padding: 0.3rem 0.8rem;
    }
}*/
















@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400&display=swap');

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    color: #363636;
    font-size: 15px;
    min-height: 100%;
    background-color: #fff;
    scroll-behavior: smooth;
}

* {
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    line-height: 1;
}

a {
    color: #b0921a;
    text-decoration: none;
}

strong {
    font-weight: 700;
}

p {
    line-height: 1.5;
}

section {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

ul li {
    line-height: 1.5;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100000;
}

#loader {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/loader.gif) no-repeat center 0;
    margin: -25px 0 0 -25px;
}

.section {
    margin: 0;
    padding: 0;
}

    .section::before {
        display: block;
        content: " ";
        margin-top: -120px;
        height: 120px;
        visibility: hidden;
        pointer-events: none;
    }

header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: #fff;
    padding: 10px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
}

    header section {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.menu {
    display: none;
}

    .menu a {
        color: #717171;
        text-decoration: none;
        padding: 5px 0;
        margin: 0 20px;
        transition: .3s;
        position: relative;
        font-weight: 600;
    }

        .menu a::after {
            content: '';
            height: 3px;
            transition: .3s;
            width: 0;
            background: #1d813a;
            position: absolute;
            top: 100%;
            left: 50%;
        }

        .menu a:hover::after {
            width: 100%;
            left: 0;
        }

.networks {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

    .networks a {
        width: 30px;
        height: 30px;
        border-radius: 20px;
        background-color: #717171;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

        .networks a::after {
            display: none;
        }

        .networks a.face svg {
            width: 10px;
        }

        .networks a.insta svg {
            width: 16px;
        }
        .whatsapp-button svg {
            width: 16px;
        }



        .networks a svg path {
            fill: #fff;
        }

        .networks a:hover {
            background: #238d42;
            border: none;
        }

/* menu responsivo */
.btn-burger {
    height: 56px;
    overflow: hidden;
    position: fixed;
    text-indent: 100%;
    white-space: nowrap;
    width: 44px;
    padding: 0;
    z-index: 8;
    transition: all 0.3s;
    cursor: pointer;
    top: 25px;
    right: 15px;
}

    .btn-burger span {
        background: #717171;
        bottom: auto;
        display: inline-block;
        height: 4px;
        left: 50%;
        position: absolute;
        right: auto;
        top: 50%;
        width: 21px;
        z-index: 10;
        transform: translateX(-50%) translateY(-50%);
    }

        .btn-burger span:before {
            width: 14px;
        }

        .btn-burger span:after {
            width: 28px;
        }

        .btn-burger span:before, .btn-burger span:after {
            background: #717171;
            content: "";
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            transform: translateZ(0);
            backface-visibility: hidden;
            transition: transform 0.3s;
        }

        .btn-burger span:before {
            transform: translateY(-8px) rotate(0deg);
        }

        .btn-burger span:after {
            transform: translateY(8px) rotate(0deg);
        }

    .btn-burger.close-nav span {
        background: rgba(255, 255, 255, 0);
    }

        .btn-burger.close-nav span:before {
            transform: translateY(0) rotate(45deg);
            width: 28px;
            background: #fff;
        }

        .btn-burger.close-nav span:after {
            transform: translateY(0) rotate(-45deg);
            background: #fff;
        }

.menu-responsive {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.9);
    margin: 0;
    width: 100%;
    padding: 100px 50px;
    z-index: 7;
    display: none;
}

    .menu-responsive a {
        display: block;
        color: #fff;
        padding: 0 20px;
        margin: 40px 0;
        text-align: center;
        text-decoration: none;
        font-size: 1.4rem;
    }

        .menu-responsive a img {
            width: 35px;
        }

    .menu-responsive.open {
        display: block;
    }

    .menu-responsive .networks a {
        display: flex;
        margin: 10px 0;
        padding: 0;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

        .menu-responsive .networks a.face svg {
            width: 15px;
        }

        .menu-responsive .networks a.insta svg {
            width: 21px;
        }

/* seccion slider */
/* seccion slider */
.slider {
    background: url(../images/slider-bg.jpg) no-repeat top center;
    background-size: cover;
}

/* Fondo para imágenes oscuras */
.slider.dark-bg-img {
    background: url(../images/slider-bg.jpg) no-repeat top center;
    background-size: cover;
}

/* Fondo para imágenes claras */
.white-bg {
    background: url(../images/white-bg.jpg) no-repeat top center;
    background-size: cover;
}
.foto-bg {
    background: url(../images/rg_br_f.png) no-repeat top center;
    background-size: cover;
}
/* Fondo específico para new_banner */
.slider.new-banner-bg {
    background: url(../images/new_banner.png) no-repeat top center;
    background-size: cover;
}
    .slider svg {
        width: 15px;
    }

        .slider svg path {
            fill: #717171;
        }

    .slider .slide2 {
        position: relative;
    }

        .slider .slide2 .text {
            position: relative;
            width: 100%;
            text-align: center;
            padding: 20px;
        }

            .slider .slide2 .text .botones {
                display: flex;
                gap: 20px;
                align-items: center;
                justify-content: center;
                margin-top: 50px;
            }

        .slider .slide2 .image {
            display: none;
        }

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


/* seccion nosotros */
.nosotros-topbar {
    /*    height: 300px;
    background-color: #ebebeb;*/
    height: 170px;
   
}

.nosotros-cont {
    margin-top: -110px;
    margin-bottom: 100px;
    padding: 0 20px;
}

    .nosotros-cont .image-cont {
        width: 250px;
        height: 250px;
        padding: 20px;
        background-color: #ffd400;
        margin-top: -80px;
        margin-bottom: 20px;
    }
 
    .nosotros-cont .title {
        margin-bottom: 60px;
    }

/* seccion donde encontrarnos */
.tabs-cont {
    position: relative;
    margin-bottom: 50px;
}

    .tabs-cont .tabs-head {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

        .tabs-cont .tabs-head .tab {
            border: 1px solid #1b1b1b;
            color: #1b1b1b;
            padding: 10px;
            transition: .3s;
            cursor: pointer;
            flex-grow: 1;
            text-align: center;
            position: relative;
        }

            .tabs-cont .tabs-head .tab:hover {
                background-color: #eee;
            }

            .tabs-cont .tabs-head .tab.active {
                border-color: #238d42;
                background-color: #238d42;
                color: #fff;
            }


    .tabs-cont .tabs-inf {
        position: relative;
        margin-top: 10px;
    }

        .tabs-cont .tabs-inf .box-inf {
            background-color: #ebebeb;
            padding: 20px;
            display: none;
            overflow: hidden;
        }

            .tabs-cont .tabs-inf .box-inf.active {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;
            }

            .tabs-cont .tabs-inf .box-inf p {
                flex-grow: 1;
                width: 100%;
            }

            .tabs-cont .tabs-inf .box-inf .button {
                padding: 10px 15px;
                width: 150px;
                flex-shrink: 0;
                flex-grow: 0;
                background-color: #238d42;
                color: #fff;
                text-align: center;
                text-decoration: none;
                transition: .3s;
            }

                .tabs-cont .tabs-inf .box-inf .button:hover {
                    background-color: #ffd400;
                }

        .tabs-cont .tabs-inf.no-bg .box-inf {
            background-color: #fff;
        }

/* seccion servicios */
.servicios-topbar {
    position: relative;
    height: 400px;
    background: url(../images/services-bg-topbar.jpg) no-repeat top center;
    background-size: cover;
}

.servicios-cont {
    margin-top: -320px;
    margin-bottom: 100px;
}

    .servicios-cont .service {
        max-width: 400px;
        padding: 10px;
        flex-shrink: 0;
        flex-grow: 0;
    }

        .servicios-cont .service .image {
            position: relative;
        }

            .servicios-cont .service .image img {
                width: 100%;
                border-radius: 15px;
            }

            .servicios-cont .service .image .over {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: rgba(35, 141, 66, .9);
                color: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                font-size: 18px;
                font-weight: 600;
                padding: 20px;
                line-height: 1.5;
                opacity: 0;
                transition: .3s;
            }

        .servicios-cont .service .name {
            padding: 20px;
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            transition: .3s;
        }

        .servicios-cont .service:hover .image .over {
            opacity: 1;
        }

        .servicios-cont .service:hover .name {
            color: #238d42;
        }

/* seccion llamanos */
.llamanos-cont {
    position: relative;
    margin-bottom: 100px;
}

    .llamanos-cont .cd {
        width: calc(100%/2);
        text-align: center;
        margin: 0 0 20px;
    }

        .llamanos-cont .cd .icon {
            border: 10px solid #fff;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
            width: 130px;
            height: 130px;
            background-color: #238d42;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: .3s;
            margin: 0 auto 20px;
            border-radius: 100px;
        }

        .llamanos-cont .cd .name {
            padding: 10px 0;
            text-align: center;
            color: #238d42;
            font-size: 25px;
            font-weight: 700;
            transition: .3s;
        }

        .llamanos-cont .cd .number {
            padding: 10px 0;
            text-align: center;
            line-height: 1.5;
        }

        .llamanos-cont .cd:hover .icon {
            background-color: #ffc20e;
        }

        .llamanos-cont .cd:hover .name {
            color: #ffc20e;
        }

/* seccion pedidos */
.pedidos-cont {
    position: relative;
    background: url(../images/pedidos-bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 40px 0;
    margin-bottom: 110px;
}

    .pedidos-cont .columns-cont .col {
        padding: 20px 30px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

/* formulario pedido */
.pedidos-form {
    background-color: #fff;
    padding: 0px;
    color: #363636;
    width: 100%;
    height: 100%;
    border-radius: 2%
}

    .pedidos-form h3 {
        font-weight: 600;
        margin-bottom: 20px;
    }

    .pedidos-form .footer {
        display: flex;
        margin: 10px 0 0;
        flex-wrap: wrap;
    }

        .pedidos-form .footer div {
            flex-grow: 1;
            width: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            padding: 10px;
        }

            .pedidos-form .footer div span {
                font-size: 12px;
            }

.cont-form {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

    .cont-form label {
        font-size: 16px;
        width: 100%;
    }

    .cont-form .form-control {
        border: 1px solid #252525;
        padding: 8px 10px;
        flex-grow: 1;
        width: 100%;
        height: 100%;
    }

/* seccion factura */
.factura-cont {
    position: relative;
    margin-bottom: 100px;
}

    .factura-cont .image-cont {
        width: 300px;
        background-color: #ffcc00;
        padding: 0 0 30px 30px;
    }

        .factura-cont .image-cont img {
            margin: -30px -30px 0 0;
        }

/* seccion contacto */
.contacto-cont {
    position: relative;
    background-color: #ebebeb;
}

    .contacto-cont .logo {
        margin-bottom: 20px;
    }

    .contacto-cont .image-cont {
        width: 300px;
        position: relative;
        margin: 0 auto;
    }

        .contacto-cont .image-cont img {
            position: relative;
        }

        .contacto-cont .image-cont::after {
            content: '';
            width: 20px;
            height: 130px;
            position: absolute;
            bottom: 0;
            right: -10px;
            background-color: #ffcc00;
        }

    .contacto-cont .form-container {
        position: relative;
        padding: 10px;
        text-align: center;
    }

        .contacto-cont .form-container .in {
            border: 1px solid #acacac;
            padding: 10px 20px;
            margin-bottom: 10px;
            width: 100%;
            font-size: 16px;
        }

            .contacto-cont .form-container .in:focus {
                outline: none;
            }

            .contacto-cont .form-container .in::placeholder {
                color: #acacac;
            }

    .contacto-cont .columns-cont .col {
        padding: 0 10px;
    }

/* footer */
footer {
    position: relative;
    padding: 50px;
    text-align: center;
    background-color: #555;
    color: #fff;
    font-weight: 300;
}


/* boton subir */
.back-up-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid #cda45e;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-radius: 50%;
    outline: none;
    transition: .3s;
    cursor: pointer;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
}

    .back-up-btn svg {
        width: 50%;
    }

        .back-up-btn svg path {
            fill: #cda45e;
            transition: .3s;
        }

    .back-up-btn:hover {
        background: #cda45e;
    }

        .back-up-btn:hover svg path {
            fill: #fff;
        }

    .back-up-btn.show {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

/* boton whatsapp */
.whats-btn {
    position: fixed;
    top: 70%;
    right: 0;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transition: .3s;
    z-index: 5;
    margin-right: -100px;
}

    .whats-btn:hover {
        margin-right: 0;
    }

    .whats-btn svg {
        width: 35px;
        margin: 0 15px;
    }

        .whats-btn svg path {
            fill: #15732e;
            transition: .3s;
        }

    .whats-btn .text {
        font-weight: 700;
        font-size: 20px;
        padding: 10px;
        background-color: #ffcc00;
        color: #111;
        width: 100px;
    }

    .whats-btn:hover {
        background-color: #15732e;
    }

        .whats-btn:hover svg path {
            fill: #fff;
        }

/* comun styles */

.title {
    font-size: 45px;
    font-weight: 700;
    color: #238d42;
    margin: 0 0 20px;
    position: relative;
}

    .title.small {
        font-size: 30px;
    }

    .title.white {
        color: #fff;
    }

    .title.yellow {
        color: #ffd400;
    }

.columns-cont {
    display: flex;
    flex-wrap: wrap;
}

    .columns-cont .col {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 100%;
        padding: 20px;
    }

    .columns-cont.around {
        justify-content: space-around;
    }

    .columns-cont.wrap {
        flex-wrap: wrap;
    }

.text-center {
    text-align: center;
}
.text-center2 {
    text-align: center;
}
.btn {
    padding: 10px 20px;
    background-color: #238d42;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: .3s;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

    .btn:hover {
        background-color: #ffd400;
    }


/* responsive */

@media screen and (min-width: 768px) {
    .contacto-cont .form-container {
        padding: 20px 40px;
    }

    .nosotros-cont .image-cont {
        margin-bottom: 120px;
    }

    .tabs-cont .tabs-inf .box-inf.active {
        flex-wrap: nowrap;
    }

    .llamanos-cont .cd {
        width: calc(100%/3);
    }

    .title {
        font-size: 65px;
        margin-bottom: 40px;
    }

        .title.small {
            font-size: 50px;
        }
}

@media screen and (min-width: 1024px) {

    .menu {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .btn-burger {
        display: none;
    }

    .slider .splide__arrow {
        opacity: 0;
        transition: .3s;
        transform: translateY(-10px);
    }

    .slider:hover .splide__arrow {
        opacity: 1;
        transform: translateY(0);
    }

    .slider .slide2 {
        display: flex;
        flex-direction: row-reverse;
    }

        .slider .slide2 .text {
            display: flex;
            align-items: flex-start;
            flex-grow: 1;
            flex-direction: column;
            justify-content: center;
        }

        .slider .slide2 .image {
            flex-grow: 0;
            flex-shrink: 0;
            display: block;
        }

        .slider .slide2 .text .botones {
            justify-content: flex-start;
        }

    .nosotros-cont .image-cont {
        padding: 50px;
    }

    .factura-cont .image-cont {
        width: 450px;
    }

    .pedidos-form {
        padding: 20px 50px;
    }

    .tabs-cont .tabs-head {
        flex-wrap: nowrap;
    }

        .tabs-cont .tabs-head .tab.active::after {
            content: " ";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -10px;
            border-width: 20px;
            border-style: solid;
            border-color: #238d42 transparent transparent transparent;
            z-index: 2
        }

    .pedidos-form .footer {
        flex-wrap: nowrap;
    }

        .pedidos-form .footer div {
            width: 50%;
        }

    /*.llamanos-cont .cd {width: calc(100%/4);}*/

    .cont-form {
        flex-wrap: nowrap;
    }

        .cont-form label {
            width: 100px;
        }

    .columns-cont {
        flex-wrap: nowrap;
    }

        .columns-cont .col {
            flex-basis: 50%;
        }

    .contacto-cont .image-cont {
        width: 400px;
    }
}

@media screen and (min-width: 1300px) {

    .nosotros-cont .image-cont {
        margin-bottom: 290px;
    }

    .servicios-cont .service {
        padding: 20px;
    }

    .precios-cont .tanque .image {
        width: 200px;
    }

    .contacto-cont .image-cont {
        width: 500px;
    }
}