html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: white;
    min-height: 100vh;
    width: 100vw;
}

* {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

nav {
    background-color: white;
    height: 80px;
    display: flex;
    align-items: center;
    border-bottom: 0.125rem dotted #606060;
}

.col-7-old {
    width: 90%;
}

.col-3-old {
    width: 10%;
}

.navbar-container {
    height: 55%;
    width: 95%;
    max-width: 1900px;
    margin: auto;
    display: flex;
    justify-content: right;
    position: relative;
}

.navbar-container-box {
    display: flex;
    align-items: end;
    gap: 5%;
}

/*
.n-c {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -webkit-fill-available !important;
}
*/

.n-r {
    justify-content: right;
}

.navbar-container-box > a {
    height: 90%;
}

.navbar-logo {
    height: 115%;
}

.navbar-menu {
    height: auto;
    width: inherit;
    display: flex;
    gap: 3%;
}

.navbar-menu-link {
    position: relative;
}

.nm-link-underline {
    width: 0px;
    height: 2px;
    position: absolute;
    background-color: #17b0e9;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    transition: 0.3s;
}

.navbar-menu-link:hover > .nm-link-underline {
    width: 40px;
}

.navbar-menu-link:hover > .nm-link {
    color: #17b0e9;
}

.nm-link {
    color: #2f2b2c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s;
}

.navbar-sub-menu {
    width: 100%;
    display: flex;
    gap: 20%;
    justify-content: right;
}

.navbar-container-box-flex {
    width: 100%;
    display: flex;
}

.nm-link-icon {
    display: flex;
    gap: 10%;
}

.nm-link:after {
    content: "";
    width: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 0.125rem;
    background: currentColor;
    display: block;
    position: absolute;
    bottom: -0.1875rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.swiper {
    width: 100%;
    height: 67vh;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sponsors-container {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff;
}

.ue-sponsors {
    padding-bottom: 0px;
}

.sponsors-container-box {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    gap: 1%;
}

.sponsors-container-box a {
    width: 20%;
    object-position: center;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsors-container-box img {
    max-height: 80px;
    width: max-content;
    object-position: center;
    object-fit: contain;
}

.sponsors-container h5 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
}

.revendedor-container {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: black;
}

.revendedor-container h5 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 40px;
    color: white;
}

.partners-container {
    width: 100%;
    background-color: #f5f4f2;
    padding-bottom: 20px;
}

.partners-container h5 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    padding-top: 30px;
    margin-bottom: 15px;
    color: black;
}

.partners-container-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 60%;
    margin: auto;
}

.partners-container-box img {
    width: 21%;
    max-height: 85px;
    object-fit: contain;
    object-position: center;
}

.newsletter {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgb(66, 173, 253);
    background: linear-gradient(
        90deg,
        rgba(66, 173, 253, 1) 0%,
        rgba(68, 177, 242, 1) 35%,
        rgba(85, 208, 161, 1) 100%
    );
}

.newsletter-container {
    width: 600px;
    margin: auto;
}

.newsletter-header {
    text-align: center;
    color: white;
}

.newsletter-header h4 {
    font-size: 25px;
}

.newsletter-header p {
    font-size: 20px;
    line-height: 40px;
}

.newsletter-input {
    width: 500px;
    margin: auto;
    background: white;
    border-radius: 50px;
    padding: 10px 15px 10px 15px;
    display: flex;
    position: relative;
}

.newsletter-input input {
    font-size: 20px;
    width: 400px;
    border: none;
    outline: none;
    font-weight: 300;
}

.newsletter-input-button {
    position: absolute;
    height: 100%;
    top: 0px;
    right: -2px;
    border-radius: 0px 50px 50px 0px;
    width: 100px;
    border: 0;
    background-color: #59c1ec;
    transition: 0.5s;
    color: white;
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.newsletter-input-button:hover {
    background-color: #59c4db;
}

.newsletter-form {
    margin-top: 30px;
}

.newsletter-condicoes {
    margin-top: 20px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 2%;
    font-weight: 200;
}

.newsletter-condicoes input[type="checkbox"i] {
    height: 20px;
    width: 20px;
}

footer {
    background-color: #f2f2f2;
    padding-top: 50px;
    height: 70vh;
    position: relative;
    display: flex;
    align-items: end;
}

.footer-content {
    height: 100%;
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-content-box {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-link {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2f2b2c;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: 0.3s;
}

.footer-link:hover,
.footer-link-2:hover {
    color: #03aff1;
}

.footer-link-2 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2f2b2c;
    text-decoration: none;
    font-size: 13px;
    font-weight: 300;
    transition: 0.3s;
}

.footer-content-contactos label {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #2f2b2c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s;
}

.footer-cover {
    height: 100%;
    width: 60%;
    object-fit: contain;
    object-position: bottom;
    max-height: 64vh;
}

.footer-content-logo {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.footer-logo {
    width: 175px;
}

.footer-content-contactos {
    width: 100%;
}

.copy {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-weight: 300;
    /* border-bottom: 0.125rem dotted #606060; */
    /* margin-bottom: 20px; */
}

.copy label {
    font-size: 12px;
}

.footer-line {
    height: 20px;
    width: 100%;
    background-color: white;
}

.sobre {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}

.sobre-logos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

.sl-img {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-bottom: 50px;
}

.sobre-logos img {
    width: 100%;
}

.sobre-content {
    max-width: 95%;
    width: 975px;
    margin: auto;
}

.sobre-content h2 {
    font-size: 35px;
    font-weight: 300;
    color: #03aff1;
    margin-bottom: 20px;
}

.sobre-content p {
    font-size: 20px;
    margin-bottom: 35px;
    font-weight: 300;
    line-height: 1.8rem;
    transition: 0.3s;
}

.sobre-content a {
    color: black;
}

.container {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 90%;
    margin: auto;
    max-width: 1900px;
}

.container-desc {
    font-size: 20px;
    font-weight: 300;
    max-width: 975px;
    width: 95%;
    text-align: center;
    line-height: 2rem;
}

.container-desc-md {
    font-size: 20px;
    font-weight: 300;
    max-width: 1275px;
    width: 90%;
    line-height: 2rem;
}

.container h2 {
    font-size: 40px;
    font-weight: 300;
    color: #03aff1;
    margin-bottom: 40px;
    text-align: center;
}

.container-desc-p2 {
    font-size: 20px;
    width: 45%;
    margin: auto;
}

.ishop-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.ishop-logo {
    width: 250px;
}

.ishop-gallery {
    padding-top: 25px;
    padding-bottom: 100px;
    max-width: 1275px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ishop-item {
    width: 23%;
}

.ishop-picture {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.ishop-item-desc {
    margin-top: 20px;
}

.ishop-item-desc h3 {
    font-size: 1.3vw;
    font-weight: 400;
}

.ishop-item-desc p,
.ishop-item-desc a {
    font-size: 1.05vw;
    font-weight: 300;
    text-decoration: none;
    color: black;
}

.ishop-item-phone {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.ishop-item-phone img {
    width: 15%;
}

.downloads-content {
    width: 100%;
    padding-bottom: 50px;
}

.download-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0.125rem dotted #606060;
}

.download-icon {
    width: 12px;
}

.download-item a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    color: black;
    text-decoration: none;
    transition: 0.5s;
    cursor: pointer;
}

.download-item a:hover {
    color: #03aff1;
}

.contactos-grill {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1075px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
}

.contactos-item {
    width: 20%;
    text-align: center;
    margin-bottom: 2%;
}

.contactos-item-info {
    margin-top: 10px;
}

.contactos-item img {
    width: 95%;
}

.contactos-item-info h3 {
    font-size: 22px;
    font-weight: 300;
}

.contactos-item-info h6 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #03aff1;
}

.contactos-item-info a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 300;
    transition: 0.3s;
}

.contactos-item-info a:hover {
    cursor: pointer;
    color: #03aff1;
}

.form-1 {
    width: 80%;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 50px;
}

.form-1 input,
.form-1 textarea {
    width: calc(100% - 50px);
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 300;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    background-color: #f6f5f5;
    border: none;
    border-radius: 30px;
}

.form-1 button {
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #21aa68;
    color: white;
    border: none;
    border-radius: 30px;
}

.form-1 a {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.equipa {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.equipa-content {
    max-width: 1800px;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.equipa-content-info {
    width: 50%;
}

.equipa-content h1 {
    color: #00a964;
    font-weight: lighter;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 40px;
    width: 100%;
}

.equipa-content-info p {
    font-size: 20px;
    color: black;
    text-align: right;
}

.equipa-content-info b {
    font-size: 20px;
}

.equipa-content-form {
    width: 50%;
}

.ecf-form {
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.ecf-form-input {
    width: calc(100% - 50px) !important;
    font-size: 18px;
    border: none;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    outline: none;
    background: #f3f3f3;
}

.ecf-form-input-submit {
    width: 100%;
    background-color: #00a964;
    color: white;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: none;
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.5s;
}

.ecf-form-checkbox {
    display: flex;
    justify-content: left;
    align-items: normal;
    line-height: normal;
}

.ecf-form-checkbox label {
    font-size: 16px;
    margin-left: 10px;
    color: #797979;
    font-weight: 300;
}

.ecf-form-checkbox input {
    height: 20px;
    width: 20px;
    color: #797979;
}

.ecf-form-label-file {
    font-size: 15px;
    width: 100%;
}

.parceiro-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.parceiro-box {
    width: 50%;
    line-height: initial;
    text-align: right;
}

.parceiro-box h2 {
    text-align: right;
    font-size: 50px;
}

.parceiro-box p {
    margin-right: 0;
    width: 335px;
    font-size: 24px;
}

.parceiro-distribuidores {
    background-color: #f5f4f2;
    padding-top: 45px;
    padding-bottom: 45px;
}

.parceiro-distribuidores-box {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
}

.parceiro-distribuidores-box img {
    width: 20%;
    max-height: 85px;
}

.parceiro-distribuidores h5 {
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 15px;
    color: black;
}

.audio-content {
    width: 95%;
    max-width: 1075px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.audio-content-box {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.acb-logo {
    width: 85%;
    object-fit: contain;
    object-position: center;
}

.acb-corporate {
    width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
    object-position: center;
}

.audio-content-box p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.audio-content-box h2 {
    font-size: 30px;
    font-weight: 300;
    margin-top: 25px;
    margin-bottom: 60px;
}

.o-m {
    display: none;
}

.o-d {
    display: flex;
}

.nav-menu {
    display: none;
}

.whatsapp-icon {
    position: fixed;
    z-index: 10;
    width: 50px;
    top: 20%;
    right: 0%;
}

.whatsapp-icon img {
    width: 100%;
}

@media (max-width: 1399.98px) {
    footer {
        height: 60vh;
    }

    .footer-content {
        width: 30%;
    }

    .sponsors-container-box {
        width: 75%;
    }

    .sponsors-container-box img {
        max-width: 14%;
    }

    .swiper {
        height: 47vh;
    }

    .nm-link {
        font-size: 14px;
    }

    .sobre-content p {
        font-size: 1.3vw;
        margin-bottom: 2vw;
        line-height: 1.8vw;
    }

    .ishop-gallery {
        width: 90%;
    }

    .ishop-item-desc h3 {
        font-size: 1.8vw;
    }

    .ishop-item-desc p,
    .ishop-item-desc a {
        font-size: 1.55vw;
    }

    .audio-content-box p {
        font-size: 1.7vw;
        margin-bottom: 2vw;
    }

    .audio-content-box h2 {
        font-size: 2.5vw;
        margin-bottom: 30px;
    }

    .acb-logo {
        width: 55%;
    }

    .parceiro-content {
        justify-content: center;
    }
}

@media (max-width: 1199.98px) {
    .nm-link {
        font-size: 12px;
    }

    .swiper {
        height: 39vh;
    }

    .partners-container-box {
        width: 70%;
    }

    .newsletter-header h4 {
        font-size: 22px;
    }

    .newsletter-header p {
        font-size: 15px;
    }

    .newsletter-input input {
        font-size: 15px;
    }

    .newsletter-input input {
        font-size: 15px;
    }

    .newsletter-condicoes label {
        font-size: 15px;
    }

    .download-item a {
        font-size: 16px;
    }

    .container-desc {
        font-size: 14px;
        line-height: normal;
    }

    .parceiro-box h2 {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .parceiro-box p {
        margin-right: 0;
        width: 90%;
        font-size: 2.4vw;
    }

    .parceiro-distribuidores-box {
        width: 90%;
    }

    .contactos-grill {
        width: 85%;
        gap: 5%;
    }

    .contactos-item-info h3 {
        font-size: 2vw;
    }

    .contactos-item-info h6 {
        font-size: 1.3vw;
        margin-bottom: 5px;
    }

    .contactos-item-info a {
        font-size: 1.4vw;
    }

    .contactos-item {
        margin-bottom: 3%;
    }

    .equipa-content-info p,
    .equipa-content-info b {
        font-size: 1.4vw;
    }

    .ecf-form-input {
        font-size: 1.5vw;
    }

    .ecf-form-input-submit {
        font-size: 1.5vw;
    }

    .ecf-form-checkbox label {
        font-size: 1.3vw;
    }
}

@media (max-width: 991.98px) {
    .o-d {
        display: none;
    }

    .o-m {
        display: inherit;
    }

    .nav-mobile {
        background-color: white;
        height: 60px;
        display: flex;
        align-items: center;
        border-bottom: 0.125rem dotted #606060;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
    }

    .navbar-logo {
        height: 90%;
    }

    .m-navbar-container {
        height: 70%;
        width: 90%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .m-navbar-container a {
        height: 100%;
    }

    .m-navbar-container img {
        height: 100%;
    }

    .m-navbar-button-container {
        display: inline-block;
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 5px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        transform: translate(0, 11px) rotate(-45deg);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: translate(0, -11px) rotate(45deg);
    }

    .nav-menu {
        height: calc(100% - 60px);
        position: fixed;
        width: 100%;
        background-color: #03aff1f7;
        z-index: 2;
        top: 60px;
        left: -100%;
        transition: 0.5s;
        display: flex;
    }

    .nav-menu-container {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-menu-container-box {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-menu {
        height: auto;
        width: inherit;
        display: flex;
        gap: 3%;
        flex-wrap: wrap;
    }

    .navbar-menu-link {
        position: relative;
        width: 100%;
        text-align: center;
        margin: auto;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .nm-link {
        font-size: 33px;
        font-weight: 300;
        color: white;
    }

    .nm-link:hover {
        color: black;
    }

    .sponsors-container-box {
        width: 95%;
        flex-wrap: wrap;
        gap: 0%;
    }

    .sponsors-container-box img {
        max-width: 33%;
    }

    .partners-container-box {
        width: 95%;
    }

    .partners-container-box img {
        width: 40%;
        max-height: 85px;
        object-fit: contain;
        object-position: center;
    }

    .newsletter-container {
        width: 100%;
        margin: auto;
    }

    .newsletter-input input {
        font-size: 15px;
        width: 80%;
    }

    .newsletter-input {
        width: 85%;
    }

    .newsletter-condicoes {
        align-items: center;
    }

    .newsletter-condicoes label {
        font-size: 11px;
    }

    .sobre {
        margin-top: 60px;
    }

    .sobre-content h2 {
        font-size: 25px;
    }

    .sobre-content p {
        font-size: 15px;
        margin-bottom: 25px;
        line-height: initial;
    }

    .ue-sponsors {
        margin-top: 60px;
    }

    .ishop-item {
        width: 48%;
        margin-bottom: 25px;
    }

    .ishop-item-desc h3 {
        font-size: 16px;
    }

    .ishop-item-desc p,
    .ishop-item-desc a {
        font-size: 13px;
    }

    .audio-content {
        margin-top: 60px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .audio-content-box {
        width: 95%;
    }

    .audio-content-box p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .audio-content-box h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .container-desc {
        margin-top: 60px;
    }

    .container-desc p {
        font-size: 15px;
    }

    .container-desc {
        margin-top: 20px;
        width: 90%;
    }

    footer {
        height: auto;
        display: flex;
        justify-content: center;
        flex-wrap: wrap-reverse;
        text-align: center;
    }

    .footer-content {
        position: relative;
    }

    .footer-cover {
        width: 100%;
    }

    .copy label {
        text-align: center;
        font-size: 12px;
    }

    .parceiro-box {
        width: 100%;
    }

    .parceiro-content {
        flex-wrap: wrap;
    }

    .parceiro-content {
        flex-wrap: wrap;
        margin-top: 50px;
        text-align: center;
    }

    .parceiro-box h2 {
        font-size: 27px;
        text-align: center;
    }

    .container-desc p {
        font-size: 15px;
        text-align: center;
        margin: auto;
    }

    .contactos-grill {
        margin-top: 60px;
    }

    .contactos-item {
        width: 47%;
    }

    .contactos-item-info h3 {
        font-size: 17px;
    }

    .contactos-item-info h6 {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .contactos-item-info a {
        font-size: 11px;
    }

    .ecf-form-input {
        font-size: 15px;
    }

    .equipa-content-info p,
    .equipa-content-info b {
        font-size: 15px;
    }

    .equipa-content-info {
        width: 100%;
    }

    .equipa-content-form {
        width: 100%;
        margin-top: 50px;
    }

    .ecf-form-checkbox label {
        font-size: 12px;
    }
}

/* Base container */
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Responsive max-widths for container */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* Row */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* All columns */
[class^="col-"] {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}

/* Default (xs) — mobile first */
.col-1 {
    flex: 0 0 8.333%;
    max-width: 8.333%;
}
.col-2 {
    flex: 0 0 16.666%;
    max-width: 16.666%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
.col-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
}
.col-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
}
.col-11 {
    flex: 0 0 91.666%;
    max-width: 91.666%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Responsive breakpoints */
@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.333%;
        max-width: 8.333%;
    }
    .col-xl-2 {
        flex: 0 0 16.666%;
        max-width: 16.666%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
    .col-xl-5 {
        flex: 0 0 41.666%;
        max-width: 41.666%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.333%;
        max-width: 58.333%;
    }
    .col-xl-8 {
        flex: 0 0 66.666%;
        max-width: 66.666%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.333%;
        max-width: 83.333%;
    }
    .col-xl-11 {
        flex: 0 0 91.666%;
        max-width: 91.666%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.p0 {
    padding: 0 !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.container-short {
    max-width: 950px;
    padding: 0;
    padding-top: 25px;
}
@media (max-width: 991px) {
    .container-short {
        max-width: 90%;
        padding: 0;
        padding-top: 25px;
    }
}

.renting {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #efefee;
    display: block;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.renting .title {
    color: #00a3d7;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.renting h3 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.renting p {
    font-size: 13px;
    margin-bottom: 10px;
}

.renting img {
    display: block;
    max-width: 100%;
    max-height: 200px;
    margin: auto;
}

.renting a {
    background-color: #283874;
    border: none;
    width: 100%;
    padding: 15px 15px;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 22px;
    display: block;
    text-decoration: none;
    box-sizing: border-box;
}

.text-blue {
    color: #00a3d7;
    font-weight: 600;
}

.productos-epson-content {
    text-align: center;
}

.productos-epson-content h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 25px;
}
.productos-epson-content h3 {
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

.productos-epson-ecotank-logo {
    max-width: 310px;
    margin: 20px auto;
}

.productos-epson-content .epson-option {
    background-color: #efefee;
    display: block;
    padding: 20px;
    border-radius: 20px;
    min-height: 400px;
    margin-bottom: 20px;
}
.productos-epson-content .epson-option img {
    max-width: 100%;
    max-width: 200px;
    margin-bottom: 25px;
}
.productos-epson-content .epson-option h4 {
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.productos-epson-content .epson-option p {
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.tab-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.tab-nav .nav-item {
    cursor: pointer;
    padding: 10px 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}

.tab-nav .nav-item + .nav-item::before {
    content: "|";
    margin: 0 10px;
    color: #aaa;
}

.tab-nav .nav-item.active {
    color: #007bff;
}

.tab-content {
    display: none;
    padding: 10px;
    font-family: sans-serif;
}

.tab-content.active {
    display: block;
}
