@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --c-orange-buttons: #FEAE76;
    --c-orange-links: #FF953D;
    --c-green-text: #17BA21;
    --c-blue-buttons: #01224D;
    --c-blue-titles: #14285D;
    --c-blue-redes-header: #395E96;
    --c-blue-redes-footer: #092F57;
    --c-blue-links: #0074A1;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    list-style-type: none;
    font-display: optional;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    background: none;
    font-display: fallback;
}

h2 {
    font-size: 35px;
    line-height: 1.2em;
}

h3 {
    font-size: 28px;
    line-height: 1.3em;
}

.centered {
    text-align: center;
}

/* Header*/

.content-img-header {
    background-image: url(../img/hero-image.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: rgb(2, 68, 153);
    display: flex;
    flex-direction: column;
    height: 800px;
}

.content-logo-menu {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.img-header {
    width: 670px;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
    transition: all 1000ms;
}

.img-logo {
    width: 195px;
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-instagram:before {
    content: "\f16d";
}

.content-title {
    display: grid;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}

.content-text {
    padding: 40px 0;
}

    .content-text h2 {
        font-size: 65px;
        line-height: 65px;
        color: #fff;
        margin-top: 100px;
    }


    .content-text p {
        font-size: 24px;
        line-height: 40px;
        color: #fff;
        margin: 40px 0;
    }

.ancla:before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
    scroll-behavior: smooth;
}

/* Catálogo */

.sec-title.centered h3 {
    font-size: 40px;
    color: var(--c-blue-titles);
    margin-top: 80px;
    margin-bottom: 60px;
}

.content-confian {
    width: 100%;
}

    .content-confian-int h3 {
        font-size: 30px;
        color: #232F5C;
        margin-bottom: 40px;
    }

.content-carrousel-confian {
    display: flex;
    flex-flow: row nowrap;
}

/* Formulario */

.default-form {
    background-color: #fff;
    padding: 60px 42px 42px 42px;
    height: 800px;
}

    .default-form .form-group {
        position: relative;
        margin-bottom: 14px;
    }

.default-form .form-group input[type="text"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="email"], .default-form .form-group input[type="number"] .default-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 20px;
    color: #222222;
    height: 36px;
    font-size: 16px;
    background: #eaeaea;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px;
}

    label.control-label {
        font-size: 18px;
        font-weight: 600;
    }

.label-terms {
    color: #070920;
    font-weight: 700;
}

.terms-container {
    margin-bottom: 10px;
}

.terms-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.custom-checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    user-select: none;
}

    .custom-checkbox input {
        opacity: 0;
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .custom-checkbox .checkmark {
        width: 20px;
        height: 20px;
        margin-right: 8px;
        position: relative;
        transition: background 0.2s ease;
        background-color: #eaeaea;
    }

    .custom-checkbox input:checked + .checkmark {
        background-color: #002A68;
        border-color: #002A68;
    }

    .custom-checkbox .checkmark::after {
        content: '';
        position: absolute;
        display: none;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

    .custom-checkbox input:checked + .checkmark::after {
        display: block;
    }


#txtCuit, #txtTelefono {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 20px;
    color: #222222;
    height: 36px;
    font-size: 16px;
    background: #eaeaea;
    font-weight: 400;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.default-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 16px 20px;
    color: #222222;
    background: #eaeaea;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.custom-select-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.custom-select {
    position: relative;
    user-select: none;
    background: #eaeaea;
    border: 1px solid transparent;
    padding: 8px 20px;
    cursor: pointer;
    font-size: 16px;
}

    .custom-select .selected-option {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .custom-select .options-list {
        position: absolute;
        top: calc(100% + 6px);
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #ccc;
        z-index: 10;
        display: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .custom-select.open .options-list {
        display: block;
    }

    .custom-select .options-list li {
        padding: 10px 16px;
        cursor: pointer;
    }

        .custom-select .options-list li:hover {
            background: #f0f0f0;
        }

    .custom-select:focus-within {
        outline: 1px solid var(--c-orange-buttons);
    }

    .selected-option:focus-visible {
        outline: none;
    }





/* Card */

.card-border {
    display: inline-block;
    padding: 0.7px;
    background: #CCC;
    clip-path: polygon( 0 0, calc(100% - 62px) 0, 100% 62px, 100% 100%, 62px 100%, 0 calc(100% - 62px) );
}

.card-score {
    width: 100%;
    max-width: 600px;
    background: white;
    overflow: hidden;
    font-family: 'Arial', sans-serif;
    position: relative;
    clip-path: polygon( 0 0, calc(100% - 62px) 0, 100% 62px, 100% 100%, 62px 100%, 0 calc(100% - 62px) );
    border-bottom: 1px solid #ccc;
}

    .card-score::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        border-top: 40px solid transparent;
        border-left: 40px solid white;
    }

    .card-score::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 40px solid transparent;
        border-right: 40px solid #f1f1f1;
    }

.card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #ffd9c3;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.card-header {
    padding: 40px 60px 80px 60px;
}

    .card-header.personalizado {
        background-color: #FECEAD;
        padding: 40px 60px 50px 60px;
    }

.icon-title {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #adadad;
    padding-bottom: 12px;
}

.icon {
    width: 62px;
}

.card-header h2 {
    color: #002f6c;
    font-size: 35px;
    margin: 0;
    font-weight: 600;
}

.card-header hr {
    margin-top: 10px;
    border: none;
    border-top: 1px solid #ccc;
}

.description {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-top: 20px;
}

.download-button {
    display: block;
    width: 100%;
    margin: -104px auto 20px;
    padding: 12px;
    background-color: #002f6c;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
}

    a.download-button{
        text-decoration: none;
        text-align: center;
    }

.card-bottom {
    background: #EBEBEB;
    display: flex;
    justify-content: space-around;
    padding: 80px 40px 60px 40px;
    gap: 20px;
    flex-direction: column;
}

.feature-wrapper {
    display: flex;
    gap: 20px;
}

.feature {
    flex: 1;
    text-align: center;
}

    .feature h3 {
        color: #002f6c;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .feature p {
        color: #222;
        font-size: 18px;
    }


.form-check {
    font-size: 12px;
}

.btn-style-two {
    color: #070920;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    line-height: 20px;
    background: none;
    padding: 15px 25px 15px;
    background-color: var(--c-orange-buttons);
    border: none;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
}

    .btn-style-two::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: scale(0.2, 1);
        transform: scale(0.2, 1);
        background-color: var(--c-orange-links);
    }

    .btn-style-two:hover::before {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .btn-style-two span.txt {
        position: inherit;
        z-index: 2;
    }

.captcha-container {
    display: flex;
    justify-content: center
}

input:focus, input:active, textarea:focus, textarea:active {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 1px solid var(--c-orange-buttons);
}

.button-submit-wrapper {
    margin: 8px 0 50px 0;
}

/* Footer */

.content-footer {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.content-footer-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
    padding: 0 20px
}

.footer-left p {
    color: #575d6e;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
}

.footer-left {
    width: 30%;
}

    .footer-left img {
        width: 240px;
        height: auto;
    }

.footer-right {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 70%;
}

.items-col-1, .items-col-2, .items-col-3 {
    padding-left: 30px;
}

    .items-col-3 a:hover span {
        background-color: var(--c-green-buttons);
    }

footer .text {
    color: #575d6e;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
}

.items-col-3 span {
    margin: 0 2px;
    font-size: 16px;
    background: var(--c-blue-redes-footer);
    border-radius: 50px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

    .items-col-3 a {
        color: #fff;
        text-decoration: none;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

.items-col-3 a {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
}



    .items-col-3 a:hover span {
        background-color: #fecead;
        color: var(--c-blue-redes-footer);
    }



.footer-bottom {
    position: relative;
    padding: 20px 0px;
    border-top: 1px solid rgba(0,0,0,0.10);
    background: #f9f9f9;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.footer-bottom .copyright {
    position: relative;
    font-size: 11px;
    color: #666;
    text-align: center;
}

.copyright a {
    color: dodgerblue;
}

@keyframes slide {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-250px);
    }
}

/* Botones Sliders */

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

    .carousel-controls .owl-prev,
    .carousel-controls .owl-next {
        background-color: transparent;
        border: none;
        font-size: 2rem;
        color: #979797;
        cursor: pointer;
    }

        .carousel-controls .owl-prev:hover,
        .carousel-controls .owl-next:hover {
            color: #fecead; 
        }

    .carousel-controls .icon-chevron-left::before {
        content: "\f053";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .carousel-controls .icon-chevron-right::before {
        content: "\f054"; /* Font Awesome flecha derecha */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

.owl-carousel.owl-loaded {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}




/* WhatsApp */

a#whats-sitio {
    background: url(../img/icon-whatsapp.svg) no-repeat #25D366 8px center;
    background-size: 36px 36px;
    text-decoration: none;
    border-radius: 44px;
    font-size: 14px;
    position: fixed;
    display: block;
    z-index: 100;
    bottom: 48px;
    right: 24px;
    color: #fff;
    padding: 16px 16px 16px 48px;
}

.error-message {
    color: #cc0033;
    font-size: 12px;
}

.input-group .error-message {
    display: none;
}

.terms-container .error-message {
    min-height: 16px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.terms-container.show-error .error-message {
    visibility: visible;
    opacity: 1;
}



/* Tooltip Container */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 10;
    width: 100%;
}

/* Tooltip Content */
.tooltip-content {
    visibility: hidden;
    width: 230px;
    background-color: #fff;
    color: #333;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 100;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    overflow: visible;
}

.tooltip-input {
    top: 15px;
}

.tooltip-content::after {
    content: "";
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

/* Show Tooltip on Hover */
.tooltip-container:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}


/* Error Styling */

.error label {
    color: #cc0033;
}

.error input, .error textarea {
    background-color: #fce4e4 !important;
    border: 1px solid #cc0033 !important;
    outline: none;
}

.error .error-message {
    display: inline-block;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
}

    .preloader .contentLoader {
        display: flex;
        width: 100vw;
        height: 100vh;
        justify-content: center;
        align-items: center;
        background-color: #fff;
    }

        .preloader .contentLoader img {
            border-radius: 12px;
            padding: 10px;
        }


/* ###### Estilos Carrusel ###### */

.sec-title {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}


.customer-section {
    position: relative;
    background-color: #fff;
}

.content-confian-int {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.content-carrousel-confian {
    display: flex;
    flex-flow: row nowrap;
}

.owl-carousel .owl-item img {
    display: inline !important;
    width: fit-content !important;
}

.content-confian-img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .content-confian-img:hover {
        border-color: #008CB8;
    }

    .content-confian-img img {
        /*filter: grayscale(1) opacity(50%);*/
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .content-confian-img:hover img {
        filter: grayscale(0);
    }

/* Responsive */

@media (max-width: 1340px) {

    .content-title {
        gap: 40px;
        padding: 0 40px;
    }
}

@media (max-width: 1240px) {

    .img-logo {
        width: 150px;
    }

    .content-text h2 {
        margin-top: 20px;
        font-size: 55px;
    }

    .content-text p {
        font-size: 20px;
        line-height: 35px;
        color: #fff;
        margin: 30px 0;
    }

    .content-logo-menu {
        flex-flow: column nowrap;
    }

    .logos {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        padding-right: 10px;
        padding-left: 10px;
    }

    .owl-carousel .owl-nav {
        display: none;
    }
}

@media (max-width: 900px) {

    .default-form .row {
        flex-flow: column nowrap;
    }

    .content-img-header {
        height: 100%;
    }

    .content-title {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .content-text {
        padding-top: 40px;
        padding: 0;
    }

    .default-form {
        width: 100%;
    }

    .content-footer-int {
        flex-flow: column nowrap;
        gap: 16px;
    }

    .items-col-1, .items-col-2, .items-col-3 {
        width: 33%;
    }

    .footer-right {
        width: 100%;
    }

    .button-submit-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 800px) {

    .img-header {
        width: 720px;
    }

    .default-form {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-right {
        flex-flow: column nowrap;
    }

    .items-col-1, .items-col-2, .items-col-3 {
        width: 100%;
    }

    .img-logo {
        width: 140px;
    }

    .carousel-controls .owl-prev, .carousel-controls .owl-next {
        display: none;
    }
}

@media (max-width: 650px) {

    .content-text {
        max-width: 100%;
    }
}

@media (max-width: 500px) {

    .content-text h2 {
        margin-top: 20px;
        font-size: 45px;
        line-height: 55px;
    }

    .content-text p {
        font-size: 16px;
        line-height: 25px;
        margin: 20px 0;
    }

    .feature-wrapper {
        flex-direction: column;
    }
}

@media screen and (max-width: 460px) {
    a#whats-sitio {
        background-position: center;
        padding: 24px;
    }

        a#whats-sitio span {
            display: none;
        }
}

@media (max-width: 400px) {

    .card-header {
        padding: 40px 30px 80px 30px;
    }

        .card-header h2 {
            font-size: 25px;
        }

    .download-button {
        font-size: 15px;
        width: fit-content;
    }

    .card-bottom {
        padding: 80px 20px 60px 20px;
    }

    .content-title {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }

    .footer-left {
        width: 100%;
    }

    .items-col-1, .items-col-2, .items-col-3 {
        padding-left: 0;
    }

    .content-footer-int {
        text-align: center;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
         padding-right: 0px; 
         padding-left: 0px; 
    }
}

/* Permitir scroll después de aceptar/rechazar cookies */
html.cookies-accepted, body.cookies-accepted {
    overflow: auto;
    position: static;
    touch-action: auto;
}

/* Capa de bloqueo */
.cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: block;
}

/* Banner de Cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #063054;
    opacity: 95%;
    color: white;
    text-align: center;
    padding: 20px 60px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* Contenido del banner */
.cookie-content {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
}

.cookie-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cookie-banner p {
    margin: 0;
    font-size: 16px;
    flex: 1;
    text-align: left;
}

/* Botones del banner */
.cookie-buttons {
    display: flex;
    gap: 10px;
}

    .cookie-buttons button {
        width: 200px;
        padding: 5px 12px;
        border-radius: 5px;
        cursor: pointer;
    }


.accept-cookies {
    background: #fff;
    color: #063054;
    border: 1px solid #fff;
}

.reject-cookies {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.cookie-buttons button:hover {
    opacity: 0.7;
}

/* Enlace de información sobre cookies */
.cookie-banner a {
    color: #0099D1;
    text-decoration: underline;
}

/* Ocultar banner tras aceptar/rechazar */
.hide-banner {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.cookie-overlay.hide-overlay {
    display: none;
}
@media (max-width: 900px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-banner {
        padding: 20px;
    }
}

@media (max-width: 520px) {
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

        .cookie-buttons button {
            width: 100%;
        }
}
