﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;700&display=swap');
/* Estils generals */
:root {
    --groc-clar: #fbbd2f8f;
    --groc: #fbbd2f;
    --blau-clar: #0066b3;
    --blau: #0c2c40;
    --blau-fosc: #051723;
    --blau-molt-fosc: #030e15;
    --gris-clar: #f2f4f8;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Mulish', sans-serif;
    font-size: 18px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.bg-gris {
    background-color: var(--gris-clar);
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.mb-100 {
    margin-bottom: 50px;
}

.p100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 50px;
}

.py-100 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-40-80 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.py-100-50 {
    padding-top: 50px;
    padding-bottom: 25px;
}

.py-100-200 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.py-40-100 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 50px;
}

a {
    color: var(--groc);
}

    a:hover {
        color: var(--groc);
        text-decoration: underline;
    }

@media screen and (min-width: 768px) {
    .mb-100 {
        margin-bottom: 100px;
    }
    .py-100 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .py-100-50 {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .py-100-200 {
        padding-top: 100px;
        padding-bottom: 200px;
    }

    .pt-100 {
        padding-top: 100px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    hr {
        margin: 40px 0;
    }
}

@media screen and (min-width: 992px) {
    .py-40-80 {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .py-40-100 {
        padding: 40px 100px;
    }

    .pb-100 {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1200px) {
    hr {
        margin: 100px 0;
    }
}

.texto-intro-pag {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    text-wrap: pretty;
}

@media screen and (min-width: 992px) {
    .texto-intro-pag {
        max-width: 780px;
        margin: 0 auto;
    }
}

.link-mas-info {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 38px;
}

.nav-pag ul.nav {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -50px;
    background: #fff;
    padding: 0 20px;
}

    .nav-pag ul.nav.portugues {
        padding: 0 10px;
    }

    .nav-pag ul.nav .nav-link {
        border-radius: 10px;
        padding: 1.5rem .5rem;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: var(--blau);
        opacity: .4;
    }

        .nav-pag ul.nav .nav-link.active, .nav-pag ul.nav .nav-link:hover {
            opacity: 1;
        }

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .nav-pag ul.nav .nav-link.portugues {
        font-size: 15px;
    }

    .navbar-nav .nav-link, .navbar-nav.fr_pt .nav-link {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
        font-size: 13px;
    }
}

.page-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--blau-fosc);
    opacity: .4;
    background-color: transparent;
    border: none;
}

/* Header i footer */

header img {
    width: 90px;
}

header .nav-link,
header .nav-idioma {
    font-size: 14px;
    text-transform: uppercase;
}

header .btn-demo {
    font-size: 13px;
}

.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
    border: none;
    /* left: 15px; */
}

.dropdown-item {
    font-size: 14px;
    padding: .6rem 1.5rem;
}

@media screen and (min-width: 1200px) {
    header .nav-item {
        padding: 0;
    }

    header img {
        width: 150px;
    }

    .dropdown-menu {
        margin-top: 25px;
    }

    header .nav-link {
        border-bottom: 2px dashed transparent;
    }

        header .nav-link:hover {
            border-bottom: 2px dashed var(--groc);
        }
}

@media screen and (min-width: 1400px) {
    header .btn-demo {
        font-size: 14px;
    }
}

@media screen and (min-width: 1600px) {
    header .nav-item {
        padding: 0 15px;
    }

    header .btn-demo {
        font-size: 16px;
    }
}

footer {
    background-color: var(--blau-fosc);
    color: #fff;
    padding: 0;
}

    footer span {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 30px;
        position: relative;
    }

        footer span::after {
            position: absolute;
            left: 0;
            bottom: -20px;
            content: "";
            width: 50px;
            height: 100%;
            border-bottom: solid 2px #fff;
        }

    footer a {
        color: #FFF;
    }

    footer .info {
        line-height: 28px;
        color: #FFF;
    }


    footer li {
        padding: 5px 0;
    }

    footer .copyright {
        font-size: 12px;
    }
footer.no-demo {
    padding-top: 3rem;
}
@media screen and (min-width: 768px) {
    footer {
        padding-top: 300px;
    }
    .demo + footer {
        padding-top: 300px!important;
    }    

        footer .pt-45 {
            padding-top: 50px;
        }

        footer .copyright {
            font-size: 16px;
            background-color: var(--blau-molt-fosc);
        }

        footer.no-demo {
            padding-top: 70px;
        }
}


/* Demo */

.demo {
    z-index: 1020;
    position: relative;
}

    .demo .container {
        background-color: var(--groc);
        border-radius: 0;
        padding: 30px;
    }

    .demo span {
        padding: 0;
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
    }

    .demo p {
        font-size: 18px;
        line-height: 24px;
        padding: 10px 0;
    }

@media screen and (min-width: 768px) {
    .demo {
        margin-bottom: -210px;
    }

        .demo span {
            font-size: 30px;
            line-height: 40px;
        }

        .demo .container {
            border-radius: 10px;
            padding: 30px 60px;
        }

        .demo img {
            margin-top: -150px;
        }

        .demo p {
            font-size: 22px;
            line-height: 33px;
            padding: 20px 0;
        }
}

@media screen and (min-width: 992px) {
    .demo .container {
        padding: 60px 100px 20px;
    }

    .demo img {
        max-width: 420px;
    }
}

@media screen and (min-width: 1200px) {
    .demo span {
        font-size: 40px;
        margin: 25px 0 10px;
    }
}

.contactar {
    padding-bottom: 80px;
}

.demanar {
    background: url(/assets/img/preus/formulari.jpg) center center;
    background-size: cover;
}

    .demanar .fosc {
        background-color: rgba(0,0,0,0.3);
    }

    .demanar h3, .contacte h3 {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 10px;
    }

    .demanar p,
    .contacte p {
        font-size: 18px;
        line-height: 28px;
        padding: 0 0 10px;
        color: var(--blau-fosc);
    }

.contacte a {
    color: var(--blau-fosc);
    font-weight: bold;
}


.card-demo {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.contacte .card-demo, .demanar .card-demo {
    margin: 30px 0;
}

.card-demo .form-control {
    background: var(--gris-clar);
    border: none;
    font-size: 1.063rem;
}

@media screen and (min-width: 768px) {
    .demanar .card-demo {
        margin: -100px 0;
    }
}

@media screen and (min-width: 1200px) {
    .card-demo {
        padding: 50px;
    }

    .contacte .card-demo {
        margin-top: -70px;
    }
}


/* Botons */

.btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
    padding: 8px 20px;
}

.btn-primary {
    border-color: var(--groc);
    background-color: var(--groc);
    color: var(--white) !important;
}

    .btn-primary:hover {
        border-color: #e0aa2b;
        background-color: #e0aa2b;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    }

.btn-outline-primary {
    border-color: var(--groc);
    color: var(--groc);
}

    .btn-outline-primary:hover {
        border-color: #e0aa2b;
        color: #e0aa2b;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
        background: none;
    }


.btn-demo {
    font-size: 16px;
    padding: 8px 15px;
}

.btn-secondary {
    border-color: var(--white);
    background-color: var(--white);
    color: var(--blau-fosc);
}

    .btn-secondary:hover {
        background-color: var(--blau-fosc);
        border-color: var(--blau-fosc);
        color: #FFF;
    }


/* Titulars */

h1 {
    font-size: 1.875rem;
}
h2 {
    font-size: 1.5rem;
}
h3 {
    font-size: 1.25rem;
}
h3 span {
    background-image: linear-gradient(120deg, var(--groc-clar) 0%, var(--groc) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.4em;
    background-position: 0 88%;
    border-bottom-right-radius: 15px;
}
h4 {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 1.875rem;
    }
    h3 {
        font-size: 1.75rem;        
    }
    h4 {
        font-size: 1.5rem;        
    }
}

@media screen and (min-width: 1200px) {
    h1 {
        font-size: 4.375rem;
    }
    h2 {
        font-size: 2.25rem;
    }
}
h2 span {
    background-image: linear-gradient(120deg, var(--groc-clar) 0%, var(--groc) 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.4em;
    background-position: 0 88%;
    border-bottom-right-radius: 15px;
}

h2.intern {
    position: relative;    
    font-size: 30px;
    font-weight: 700;
}

    h2.intern::after {
        content: "";
        width: 5rem;
        height: 0.25rem;
        margin-top: 1.25rem;
        background-color: var(--groc);
    }

    h2.intern.text-center::after {
        left: 50%;
        margin-left: -40px;
    }

    h2.intern.amb-text {
        font-family: 'Roboto', sans-serif;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        margin-top: 20px;
    }


/* Capçaleres */

.titular {
    background-position: center center;
    background-size: cover;
    padding: 100px 0 20px;
}

    .titular h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
        padding: 0;
        color: #FFF;
        padding-left: .5rem;
        padding-right: .5rem;
    }

        .titular h1 + h2, .titular h1 + h2 > p > span {
            font-size: 18px !important;
            line-height: 1.3;
            width: 90%;
            margin: 0 auto;
            color: #FFF;
        }
.subtitular {
    display: block;
    margin: 0 auto;
    color: #FFF;    
    max-width: 40.625rem;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .titular {
        padding: 60px 0 50px;
    }

        .titular h1 {
            font-size: 40px;
            line-height: 1.2;
            padding: 40px 0 20px;
        }

            .titular h1 + h2, .titular h1 + h2 > p > span {
                font-size: 26px !important;
            }
.subtitular {
    font-size: 1.625rem;
}            
}

@media screen and (min-width: 1200px) {
    .titular {
        padding: 100px 0 80px;
    }

        .titular h1 {
            font-size: 70px;
            padding: 80px 0 40px;
        }
}

.blog {
    background-image: url(/assets/img/blog/cabecera.jpg);
}

.channel {
    background-image: url(/assets/img/channel/cabecera.jpg);
}

.checkin {
    background-image: url(/assets/img/checkin/cabecera.jpg);
}

.integrations {
    background-image: url(/assets/img/integracions/cabecera.jpg);
}

.revenue {
    background-image: url(/assets/img/revenue/cabecera.jpg);
}

.nosotros {
    background-image: url(/assets/img/nosaltres/cabecera.jpg);
}

.pms {
    background-image: url(/assets/img/pms/cabecera.jpg);
}

.precios {
    background-image: url(/assets/img/preus/cabecera.jpg);
}
.comercial {
    background-image: url(/assets/img/preus/cabecera.jpg);
}
.trabaja {
    background-image: url(/assets/img/treballa/cabecera.jpg);
}

.web {
    background-image: url(/assets/img/web/cabecera.jpg);
}

.contacto {
    background-image: url(/assets/img/preus/formulari.jpg);
}

/* Inici */

.principal {
    /*    height: calc(100vh - 73px);*/
    height: 500px;
    /*background-image: url(../img/portada/cabecera.jpg);*/
    background-image: url(../img/portada/fotob.jpg);
    background-repeat: no-repeat;
    background-position: center!important;
    background-size: cover;
}

    .principal .container {
        max-width: 870px;
    }

    .principal h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.2;
        color: #051723;
        padding: 40px 0;
    }

    .principal h2 {
        color: gray;
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 30px;
        padding: 0 30px;
    }

@media screen and (min-width: 768px) {
    .principal {
        height: calc(70vh - 50px);
    }

        .principal h1 {
            font-size: 50px;
            padding: 20px 0;
        }

        .principal h2 {
            font-size: 20px;
            line-height: 1.5;
            padding: 0;
        }
}

@media screen and (min-width: 1200px) {
    .principal {
        background-size: auto;
        background-position: center -100px!important;
    }
    .principal h1 {
        padding-top: 100px;
    }
}

.suport {
    background: url(/assets/img/portada/soporte.jpg) center center;
    background-size: cover;
}

    .suport .fosc {
        padding: 30px 15px;
        background-color: rgba(0,0,0,0.5);
    }

    .suport h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .suport p {
        font-size: 18px;
        line-height: 28px;
    }

@media screen and (min-width: 768px) {
    .suport h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .suport .fosc {
        padding: 80px 0;
        background-color: rgba(0,0,0,0.3);
    }

    .suport p {
        font-size: 22px;
        line-height: 33px;
        padding: 0 0 30px;
    }
}

@media screen and (min-width: 1200px) {
    .suport .container {
        max-width: 1240px;
    }

    .suport h3 {
        font-size: 36px;
        line-height: 44px;
    }

    .suport .fosc {
        padding: 100px 0;
    }

    .suport p {
        font-size: 22px;
        line-height: 33px;
        padding: 0 0 30px;
    }
}

.testimonios .card {
    padding: 15px;
}

.testimonios .info-propiedades .numero {
    font-size: 14px;
    color: var(--blau-clar);
    text-align: right;
}

.testimonios .info-propiedades .texto {
    font-size: 16px;
    color: var(--blau-fosc);
    opacity: .85;
}

.testimonios .texto-testimonio, .testimonios .texto-testimonio p {
    font-size: 16px;
    line-height: 22px;
    color: var(--blau-fosc);
    opacity: .85;
    text-align: center;
    margin-bottom: 10px;
}

.testimonios .nombre {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--blau-fosc);
    text-align: center;
}

@media screen and (min-width: 768px) {
    .testimonios .texto-testimonio, .testimonios .texto-testimonio p {
        font-size: 18px;
        line-height: 28px;
    }

    .testimonios .info-propiedades .numero {
        font-size: 20px;
    }

    .testimonios .info-propiedades .texto {
        font-size: 18px;
    }

    .testimonios .nombre {
        font-size: 23px;
    }

    .testimonios .card {
        padding: 35px;
    }
}

.certificaciones {
    margin-top: 20px;    
    border-top: solid 1px #ddd;
    padding-top: 20px;
}

    .certificaciones h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: #4a5258;
        text-align: center;
        margin-bottom: 20px;
    }

.blog-home {
    padding: 30px;
}

    .blog-home .card {
        padding: 0;
        position: relative;
    }

        .blog-home .card h3 {
            font-size: 1.25rem;
            line-height: 1.2;
            margin: 1.25rem;
            /* Eliminar el margin-bottom quan tornem a activar el resum */
            margin-bottom: 4.375rem;
        }

        .blog-home .card .blog-home-text {
            margin: 0 20px 60px;
        }

            .blog-home .card .blog-home-text p,
            .blog-home .card .blog-home-text div {
                margin-right: 0;
                margin-left: 0;
                padding: 0;
            }

        .blog-home .card a {
            margin: 0 20px 20px 20px;
        }

        .blog-home .card .card-link-bottom {
            position: absolute;
            bottom: 30px;
            left: 0;
            width: 100%;
        }
        .blog-home-foto {
            background-position: center;
            background-size: cover;
            height: 180px;
            border-top-left-radius: 20px;
        }

        .stickier a {
            cursor: pointer;
        }

@media screen and (min-width: 768px) {
    .certificaciones {
        padding-top: 80px;
        margin-top: 80px;
        margin-bottom: 0px;
    }

    .blog-home {
        padding-top: 100px;        
    }
}

.caixa-mes-info {
    box-shadow: none;
    transition: box-shadow .3s;
}

    .caixa-mes-info:hover {
        text-decoration: none !important;
        box-shadow: 4px 2px 20px #D3D6DC !important;
        transition: box-shadow .3s;
    }

        .caixa-mes-info:hover .mes-informacio-link {
            text-decoration: underline !important;
        }
/* PMS */
.contenido-pms {
    padding: 20px 0;
}

    h3.intern {
        position: relative;
        font-size: 1.25rem;        
    }
    h3.intern.con-border-bottom::after {
        display: block;
        content: "";
        width: 5rem;
        height: 0.25rem;
        margin-top: 1.25rem;
        background-color: var(--groc);
    }
    .contenido-pms .operaciones {
        padding-bottom: 20px;
    }

    .contenido-pms h2 {
        font-size: 22px;
        line-height: 1.3;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    .contenido-pms h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    .contenido-pms h2::after {
        content: none;
    }

    .contenido-pms .operaciones .card {
        padding: 15px;
    }

        .contenido-pms .operaciones .card h4 {
            margin: 0;
        }

@media screen and (min-width: 768px) {
    h3.intern {
        font-size: 1.5rem;
    }
}
@media screen and (min-width: 1200px) {
    h3.intern {
        font-size: 1.75rem;
    }
}
.llista {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

    .llista li {
        font-size: 18px;
        line-height: 28px;
        list-style: none;
        margin: 20px 0;
        padding-left: 35px;
        background: url(../img/i_check_cercle.png) no-repeat 0 4px;
    }

.contenido-pms .portfolio, .contenido-pms .otros-servicios {
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    .contenido-pms {
        padding: 40px 0 20px;
    }

        .contenido-pms .operaciones .card {
            padding: 45px;
        }

        .contenido-pms .portfolio, .contenido-pms .otros-servicios {
            padding: 100px 0;
        }

        .contenido-pms .otros-servicios {
            padding: 0 0 100px 0;
        }
}

@media screen and (min-width: 992px) {
    .contenido-pms {
        padding: 40px 0 80px;
    }
}

@media screen and (min-width: 1200px) {
    .contenido-pms .operaciones {
        padding-bottom: 150px;
    }
}

/* Card */

.card {
    background: white;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    padding: 20px;
}

    .card .petita {
        width: 80px;
        margin: 0px 0px -60px auto;
    }

    .card .petita-channel {
        width: 100px;
        margin: 0 0 -30px auto;
    }

    .card .img-fluid {
        border-top-left-radius: 20px;
    }

    .card h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        margin: 15px;
    }

    .card .text {
        margin: 0 15px;
        font-size: 16px;
        line-height: 26px;
    }

    .card .card-pie {
        margin: 15px;
        font-weight: bold;
    }

@media screen and (min-width: 768px) {


    .card .petita {
        width: 120px;
        margin: 30px auto 0;
    }
}

.card .text-preus {    
    text-align: left;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .contenido-precios .contenido-web {
        font-size: 1rem;
    }
}
@media screen and (min-width: 1200px) {
    .card h4 {
        font-size: 30px;
        line-height: 35px;
        margin: 30px;
        padding-right: 0;
    }

    .card .text {
        margin: 0 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .card .card-pie {
        margin: 30px;
    }
    .card .text-preus {
        margin: 0 40px;        
    }    
}

.card-groc {
    background-color: var(--groc);
}

    .card-groc h4, .card-groc a {
        color: white;
    }

/* TPK */

.tpk h4, .titular-k {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: var(--blau);
    margin-bottom: 20px;
    line-height: inherit;
}

    .tpk h3 + small, .titular-k + small {
        font-family: 'Roboto', sans-serif;
        font-size: 1.25rem;
        line-height: 1.8125rem;
        font-weight: bold;
        display: block;
        color: var(--blau-clar);
    }

@media screen and (min-width: 768px) {
    .tpk h4, .titular-k {
        font-size: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .tpk h4, .titular-k {
        font-size: 66px;
    }

        .tpk h3 + small .titular-k +small {
            font-size: 1.5rem;
            line-height: 0.625rem;
        }
}

@media screen and (min-width: 1400px) {
    .tpk h4, .titular-k {
        font-size: 80px;
    }
}
.tpk span {
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    font-weight: 500;
    color: var(--blau);
    margin-bottom: 20px;
    line-height: inherit;
}

    .tpk span small {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        line-height: 29px;
        font-weight: bold;
        display: block;
        color: var(--blau-clar);
    }

@media screen and (min-width: 768px) {
    .tpk span {
        font-size: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .tpk span {
        font-size: 66px;
    }

        .tpk span small {
            font-size: 24px;
            line-height: 10px;
        }
}

@media screen and (min-width: 1400px) {
    .tpk span {
        font-size: 80px;
    }
}

.tpk p {
    font-size: 22px;
    line-height: 32px;
    padding: 0 30px;
    color: #051723;
    opacity: .9;
    letter-spacing: .1px;
}

/* Checks */

.check {
    list-style: none;
    padding-left: 0;
}

    .check li {
        background: url(/assets/img/i_check_small.png) left 4px no-repeat;
        padding-left: 30px;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
        .check li h3 {
            font-size: 16px;
            line-height: 22px;
            font-weight: 100;
        }

.text-preus .check li {
}

@media screen and (min-width: 1200px) {
    .check li {
        background: url(/assets/img/i_check_small.png) left 8px no-repeat;
        font-size: 18px;
        line-height: 28px;
    }
}

    .productos h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .productos .card, .pilares .card {
        padding: 20px;
    }

        .productos .card .petita, .channels-todos .card .petita-channel {
            width: 60px;
            margin: 0px 0px -60px auto;
        }

        .pilares .card .petita {
            width: 60px;
            margin: 0;
        }

        .productos .card h4, .channels-todos .card .titulo-card, .pilares .card h4 {
            padding-right: 60px;
            font-size: 18px;
            line-height: 24px;
            margin: 15px;
            word-wrap: normal;
        }

        .productos .card .text, .channels-todos .card .text, .pilares .card .text {
            margin: 0 15px;
            font-size: 16px;
            line-height: 22px;
        }

        .productos .card a {
            font-weight: 600;
        }

@media screen and (min-width: 768px) {
    .productos h3 {
        font-size: 30px;
        margin-bottom: 38px;
    }
}

@media screen and (min-width: 992px) {
    .productos .card h4, .channels-todos .card .titulo-card, .pilares .card h4 {
        margin: 20px 0;
    }

    .productos .card .text, .channels-todos .card .text, .pilares .card .text {
        margin: 0;
    }

    .productos .card a {
        margin: 15px 0;
    }
}

@media screen and (min-width: 1200px) {

        .productos h3 {
            font-size: 36px;
            line-height: 44px;
            margin-bottom: 50px;
        }

        .productos .card .petita, .pilares .card .petita {
            width: 120px;
            margin: 30px auto 0;
        }

        .productos .card h4, .channels-todos .card .titulo-card, .pilares .card h4 {
            padding-right: 0;
            font-size: 26px;
            line-height: 35px;
            margin: 0 0 30px 0;
        }

        .productos .card .text, .channels-todos .card .text, .pilares .card .text {
            margin: 0 30px;
            font-size: 18px;
            line-height: 28px;
        }

        .productos .card p {
            padding: 0 0 50px;
        }

        .productos .card a {
            margin: 30px;
        }
}

/* Pills del PMS */

.nav-pills .nav-link {
    font-size: 28px;
    font-weight: bold;
    padding: 20px;
    border-radius: 10px;
    color: #c6c6c6;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #000;
        background-color: #fff;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.08) !important;
    }

.operaciones .nav-pills .nav-link, .portfolio .nav-pills .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 10px;
}

    .operaciones .nav-pills .nav-link h3, .portfolio .nav-pills .nav-link h3 {
        display: inline;
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        padding: unset;
    }

@media screen and (min-width: 768px) {
    .operaciones .nav-pills .nav-link, .portfolio .nav-pills .nav-link {
        font-size: 20px;
        line-height: 30px;
        padding: 15px;
    }

        .operaciones .nav-pills .nav-link h3, .portfolio .nav-pills .nav-link h3 {
            font-size: 20px;
            line-height: 30px;
        }
}

@media screen and (min-width: 1200px) {
    .operaciones .nav-pills .nav-link, .portfolio .nav-pills .nav-link {
        font-size: 22px;
        line-height: 34px;
        padding: 15px 20px;
    }

        .operaciones .nav-pills .nav-link h3, .portfolio .nav-pills .nav-link h3 {
            font-size: 22px;
            line-height: 34px;
        }
}

/* Accordion de les preguntes de preus */

.card-preguntes {
    border-radius: 8px;
}
.card-preguntes .card-header {
    padding: 0;
}
.card-preguntes .card-body {
    padding: 12px 0 0 0;
}
.card-header {
    background: transparent;
    border: none;
    margin: 0;
}

    .card-header button {
        color: #000;
        font-weight: bold;
        padding: 0;
        margin: 0;
        background: transparent;
        border: none;
    }

.card-body {
    margin: 0;
    padding: 0px 1.25rem 0.75rem;
}

    .card-body p {
        font-size: 18px;
        margin-bottom: 0;
    }


/* Header */

/* .navbar {
    box-shadow: 0 10px 10px 4px #f5f5f5;
    padding-bottom: 30px;
} */
.idiomes {
    border-top: 1px solid #dee2e6;
}

@media screen and (min-width: 1200px) {
    .navbar {
        padding: 25px 0;
    }

    .navbar-brand {
        position: absolute;
        left: 40px;
    }

    .idiomes {
        position: absolute;
        right: 30px;
        border-top: none;
    }
}

/* Check-in App */

.contenido-checkin-app {
    padding: 20px 0;
}

    .contenido-checkin-app section:nth-child(1) .contenido {
        margin: 30px 0;
    }

    .contenido-checkin-app h4, .otros-servicios h4 {
        font-size: 18px;
        line-height: 24px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        margin: 20px 0 10px;
    }

    .contenido-checkin-app .nav-pills .nav-link {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        padding: 10px;
    }

    .contenido-checkin-app .pasos {
        padding: 20px 0;
    }

        .contenido-checkin-app .pasos h3 {
            padding-top: 20px;
        }

@media screen and (min-width: 992px) {
    .contenido-checkin-app {
        padding: 60px 0;
    }
}

@media screen and (min-width: 1200px) {
    .contenido-checkin-app {
        padding: 100px 0;
    }
}

@media screen and (min-width: 1200px) {
    .contenido-checkin-app h4, .otros-servicios h4 {
        margin: 60px 0 30px;
        font-size: 30px;
        line-height: 35px;
    }

    .contenido-checkin-app section:nth-child(1) .contenido {
        margin: 140px 0;
    }

    .contenido-checkin-app .pasos {
        padding: 100px 0;
    }

    .contenido-checkin-app .nav-pills .nav-link {
        font-size: 25px;
        line-height: 35px;
        padding: 20px;
    }

    .contenido-checkin-app .pasos h3 {
        padding-top: 0;
    }
}

/* Propietaris app */

.llista_check {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

    .llista_check ul {
        text-align: left;
        list-style: none;
        padding-left: 0;
    }

    .llista_check li {
        font-size: 16px;
        line-height: 36px;
    }

    .llista_check .fal {
        float: right;
        margin-top: 5px;
    }

    .llista_check .no {
        color: #b7b7b7;
    }

@media screen and (min-width: 992px) {
    .llista_check {
        padding: 50px;
    }
}
/* Revenue Management */

.contenido-revenue .destacados {
    padding-top: 20px;
}

    .contenido-revenue .destacados .row {
        padding-bottom: 20px;
    }

        .contenido-revenue .destacados .row:nth-child(2) div {
            text-align: center;
        }

            .contenido-revenue .destacados .row:nth-child(2) div h3 {
                margin-top: 20px;
            }

/* .contenido-revenue .otros-servicios {
    padding: 20px 0;
} */

/* .contenido-revenue .otros-servicios h3 {
        font-size: 25px;
        line-height: 30px;
    } */

@media screen and (min-width: 768px) {
    .contenido-revenue .destacados {
        padding-top: 40px;
    }

        .contenido-revenue .destacados .row {
            padding-bottom: 40px;
        }

            .contenido-revenue .destacados .row:nth-child(2) div h3 {
                margin-top: 50px;
            }

    /* .contenido-revenue .otros-servicios {
        padding-top: 4px;
        padding-bottom: 185px;
    } */

    /* .contenido-revenue .otros-servicios h3 {
            font-size: 30px;
            line-height: 37px;
        } */
}

@media screen and (min-width: 1200px) {
    .contenido-revenue .destacados {
        padding-top: 100px;
    }

        .contenido-revenue .destacados .row {
            padding-bottom: 100px;
        }

            .contenido-revenue .destacados .row:nth-child(2) div h3 {
                margin-top: 50px;
            }

    /* .contenido-revenue .otros-servicios {
        padding-top: 60px;
        padding-bottom: 185px;
    } */

    /* .contenido-revenue .otros-servicios h3 {
            font-size: 30px;
            line-height: 37px;
        } */
}


/* Channel Manager */

    .channels-deseados span {
        font-weight: bold;
        margin-bottom: 15px;
        font-family: 'Roboto', sans-serif;
        font-size: 28px;
        padding: 20px 0 0;
        line-height: 1.2;
    }

    .channels-todos .card {
        background: var(--gris-clar);
        padding: 20px;
    }
        /* .channels-todos .card .titulo-card {
    font-size: 1.25rem;
    font-weight: 700;
} */
        .channels-todos .card .petita-channel {
            width: 60px;
            margin: 0px 0px -60px auto;
        }

    .channels-todos li {
        margin-top: 10px;
    }
    .lead {
        margin-top: 15px !important;
    }

@media screen and (min-width: 768px) {
    .channels-deseados {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .lead {
        margin-top: 30px !important;
    }

    .channels-deseados span {
        margin-bottom: 30px;
    }

    .channels-todos li {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .channels-deseados {
        padding: 60px 15px;
    }

        .channels-todos .card .petita-channel {
            width: 120px;
            margin: 30px auto 0;
        }
}

.canal-card {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
    border-radius: 6px;
    min-height: 375px;
    background: #fff;
}
.integracio-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 16px 0px;
    border-radius: 6px;
    background: #fff;
}

@media screen and (max-width: 1200px) {
    .integracio-card .integracio-logo img {
        max-width: 200px;
    }
}
.canal-logo {
    text-align: center;    
}

    .canal-logo img {
        width: 100%;
        max-width: 250px;
    }


/* Integraciones */

#electronic-doors, #cleaning-services, #tpv-virtuals, #compatibility-software, #dynamic-pricing {
    padding: 20px 0;
}

    #electronic-doors .logos img,
    #cleaning-services .logo img,
    #tpv-virtuals .logos img,
    #compatibility-software .logos img,
    #dynamic-pricing .logos img,
    #revenue-management .logos img {
        max-height: 40px;
    }

@media screen and (min-width: 768px) {
    #electronic-doors, #cleaning-services, #tpv-virtuals, #compatibility-software, #dynamic-pricing {
        padding: 30px 0;
    }

        #electronic-doors .logos img,
        #cleaning-services .logo img,
        #tpv-virtuals .logos img,
        #compatibility-software .logos img,
        #dynamic-pricing .logos img,
        #revenue-management .logos img {
            max-height: unset;
        }
}

@media screen and (min-width: 1200px) {
    #electronic-doors, #cleaning-services, #tpv-virtuals, #compatibility-software, #dynamic-pricing {
        padding: 60px 0;
    }
}

.contenido-integrations .badge-warning {
    padding: 7px 12px;
    border-radius: 22px;
}


/* Web */

.els-nostres-estils {
    padding: 20px 0;
}

    .els-nostres-estils h3 {
        padding-top: 20px;
    }

    .els-nostres-estils h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .els-nostres-estils .pr p {
        font-size: 16px;
        line-height: 26px;
    }

.galeria-projectes {
    padding-top: 30px;
}

    .galeria-projectes .slick-slide {
        width: 100vw;
        display: block;
        border-radius: 10px;
    }

    .galeria-projectes img {
        opacity: 0.8;
        transition: all 300ms ease;
    }

.funcionalidades .card {
    padding: 0;
}

    .funcionalidades .card h4 {
        font-size: 18px;
        line-height: 24px;
    }

.pilares img {
    max-width: 120px;
    padding: 15px 0;
}

@media screen and (min-width: 768px) {
    .els-nostres-estils {
        padding: 40px 0;
    }

        .els-nostres-estils h3 {
            padding-top: 0;
        }

        .els-nostres-estils h4 {
            font-size: 30px;
            line-height: 35px;
            margin-top: 60px;
            margin-bottom: 30px;
        }

        .els-nostres-estils .pr p {
            font-size: 18px;
            line-height: 28px;
        }

    .galeria-projectes .slick-center {
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
        -webkit-transform: scale(1.08);
        opacity: 1;
        transform: scale(1.08);
    }

    .galeria-projectes .slick-slide {
        width: initial;
        height: 600px;
        margin: 40px;
    }


        .pilares h4 {
            margin-bottom: 15px;
        }
}

@media screen and (max-height: 767px) {
    .galeria-projectes .slick-slide {
        max-height: 450px;
    }
}

@media screen and (min-width: 1200px) {


    .els-nostres-estils {
        padding: 120px 0;
    }

    .funcionalidades .card h4 {
        font-size: 30px;
        line-height: 35px;
    }
}

.pagament-segur ul {
    flex-direction: column;
}

.pagament-segur li {
    font-size: 20px;
    font-weight: 700;
}

    .pagament-segur li::before {
        content: '·';
        display: inline-block;
        margin: 0 5px;
    }

@media screen and (min-width: 1200px) {
    .pagament-segur ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .pagament-segur li:first-child:before {
        content: '';
        margin: 0;
    }
}

/* Precios */

.contenido-precios {
    padding: 20px 0;
}

    .contenido-precios h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 15px;
    }

.precios-propiedades {
    font-size: 14px;
    line-height: 1.1;
    color: var(--blau-clar);
}

@media screen and (min-width: 768px) {
    .precios-propiedades {
        font-size: 18px;
        line-height: 22px;
    }
}

.puntos-destacados {
    margin: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    line-height: 38px;
}

    .puntos-destacados .punto {
        margin: 0 15px;
    }

        .puntos-destacados .punto img {
            margin-right: 5px;
        }

#vacation-rental img.petita {
    width: 120px;
    margin: 15px auto;
}

.calculadora #apartaments {
    font-size: 20px;
    text-align: center;
    background: var(--gris-clar);
    border: none;
    width: 140px;
    margin: 15px auto 0;
    height: 50px;
}

.calculadora #preu {
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: var(--blau);
    padding-top: 15px;
}

.calculadora #mes {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: var(--blau-clar);
    line-height: 34px;
    padding-top: 15px;
}

.calculadora #propietats {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: var(--blau-clar);
    line-height: 34px;
    padding-top: 15px;
}

.calculadora hr {
    width: 100%;
    max-width: 190px;
    margin: 15px auto;
}

.calculadora p.pie {
    color: var(--blau-fosc);
    margin-bottom: 20px;
}

#web-design, #training-pack {
    margin-top: 40px;
}

    #web-design .nav-pills .nav-link {
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: var(--blau);
        opacity: .4;
        padding: 10px 20px;
    }

        #web-design .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            font-weight: 700;
            color: var(--blau);
            opacity: 1;
            background-color: #d9e6f1;
            box-shadow: none !important;
            padding: 10px 20px;
        }

    #web-design .titular-card, #training-pack .precio {
        display: inline-block;
        margin-top: 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 40px;
        font-weight: 500;
        color: #adbbc8;
    }

    #web-design h4, #training-pack h4 {
        margin-bottom: 0;
    }

    #web-design .tpk h4 small, #training-pack .tpk h4 small {
        margin-top: 20px;
    }

    #web-design .card hr, #training-pack .card hr {
        width: 100%;
        max-width: 190px;
        margin: 20px auto;
    }

    #web-design .card .text > ul, .llista_preus_ul {
        list-style: none;
        margin: 0;
        padding-left: 0 !important;
    }

        #web-design .card .text > ul li, .llista_preus_ul li {
            color: var(--blau-fosc);
            padding: 5px 0;
            line-height: 26px;
            font-size: 16px;
        }

    #web-design .nota-iframe {
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        color: var(--blau-fosc);
    }

@media screen and (min-width: 768px) {
    #web-design .nota-iframe {
        margin-top: 50px;
    }
    #training-pack h4 {
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

.demanar {
    margin-top: 20px;
}

.card-demo input[type=tel],
.card-demo input[type=email],
.card-demo input[type=text] {
    padding: 15px;
    height: 54px;
}

.card-demo .form-check > span.form-check-input {
    line-height: 0;
}

.preguntas {
    margin-top: 2rem;
}

    .preguntas h4 {
        font-family: 'Mulish', sans-serif;
        font-size: 18px;
        line-height: 25px;
        font-weight: 700;
        color: var(--blau-fosc);
    }

        .preguntas h4 button {
            font-family: 'Mulish', sans-serif;
        }

    .preguntas .card-body p {
        font-size: 18px;
        line-height: 25px;
        font-weight: 400;
        color: var(--blau-fosc);
        opacity: .8;
    }

@media screen and (min-width: 768px) {
    .preguntas {
        margin-top: 130px;
    }    
    .demanar {
        margin-top: 120px;
    }

    .contenido-precios {
        padding: 40px 0 180px;
    }

    .puntos-destacados {
        font-size: 22px;
        margin: 60px 0;
    }

    #vacation-rental img.petita {
        margin: 30px auto;
    }

    .contenido-precios h4 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .calculadora #apartaments {
        margin: 30px auto 0;
    }

    .calculadora hr {
        margin: 40px auto;
    }

    .calculadora p.pie {
        margin-bottom: 50px;
    }

    #web-design, #training-pack {
        margin-top: 40px;
    }

        #web-design .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            font-size: 25px;
        }

        #web-design .nav-pills .nav-link {
            font-size: 25px;
        }

        #web-design .titular-card, #training-pack .precio {
            font-size: 28px;
        }
}

@media screen and (min-width: 1200px) {
    .contenido-precios {
        padding-top: 120px;
    }

    .puntos-destacados .punto {
        margin: 0 50px;
    }

    #web-design, #training-pack {
        margin-top: 120px;
    }

    .demanar {
        margin-top: 250px;
    }

    .preguntas {
        margin-top: 200px;
    }

    #web-design .titular-card, #training-pack .precio {
        font-size: 60px;
    }

    #web-design .card hr, #training-pack .card hr {
        margin: 40px auto;
    }

    #web-design .card .text > ul li {
        padding: 10px 0;
        line-height: 26px;
        font-size: 18px;
    }
}


/* Blog */

.blog-link:hover {
    text-decoration: none;
}

.blog-card {
    border-bottom-right-radius: 40px;
}

.blog-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 200px;
    border-top-left-radius: 40px;
}
.blog-image + div {
    padding: 15px 15px 0 15px;    
}
@media screen and (min-width: 768px) {
    .blog-image + div {
        padding: 30px 30px 0 30px;
    }
}
.contenido-detalle-blog .card {
    padding: 0;
}

.contenido-detalle-blog .blog-image {
    height: 200px;
    border-top-left-radius: 20px;
}

.blog-card .blog-category {
    border-radius: 6px;
    color: var(--blau-clar);
    font-weight: bold;
    padding: 3px 15px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(0,102,179,0.3);
}

.blog-data {
    font-size: 14px;    
    font-weight: 700;
}

.blog-titular {
    margin: 15px;
    color: #212529;
}

.contenido-detalle-blog h1.blog-titular {
    font-size: 24px;
    line-height: 1.3;
    padding: 0;
}

.blog-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0 15px 40px;
    color: var(--blau-fosc);
    opacity: .85;
}

.blog-badge-success {
    background: #97e94e;
}

.blog-badge-warning {
    background: #ad55f4;
}

.blog-badge-danger {
    background: #f54c4c;
}

.blog-badge-info {
    background: #4cbbf5;
}

.blog-badge-icnea {
    background: #fbac50;
}

.blog-badge-text-info {
    background: #f5e931;
}

.blog-image-thumb {
    background-position: center center;
    background-size: cover;
    width: 80px;
    height: 80px;
    border-radius: 10px;
}

@media screen and (min-width: 768px) {
    .blog-data {
        font-size: 16px;        
    }

    .blog-text {
        margin: 0 30px 40px;
    }

    .contenido-detalle-blog .card {
        padding: 20px;
    }

    .blog-image-thumb {
        width: 60px;
        height: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .blog-data {
        font-size: 18px;
    }

    .blog-image-thumb {
        width: 80px;
        height: 80px;
    }

    .blog-text {
        font-size: 18px;
        line-height: 28px;
    }
}

.blog-data-thumb {
    font-weight: bold;
}

.blog-title-thumb {
    color: #212529;
    font-weight: bold;
}

.blog-category-thumb {
    border-radius: 6px;
    color: var(--blau-clar);
    font-weight: bold;
    padding: 3px 15px;
    margin: 0 3px 8px 0;
    display: inline-block;
    background-color: #fff;
    border: 1px solid rgba(0,102,179,0.3);
}

.blog-listado {
    margin-top: 20px;
    padding-bottom: 20px;
}

    .blog-listado .card {
        padding: 0;
        border-radius: 40px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .blog-listado .card h2 {
            font-size: 18px;
            font-weight: 700;
            line-height: 1.3;
        }

    .blog-listado aside h2 {
        font-size: 1.25rem;
        font-weight: 700;
        padding-bottom: 10px;
    }

.contenido-detalle-blog {
    margin-top: 20px;
    padding-bottom: 20px;
}

    .contenido-detalle-blog .pie-noticia {
        padding: 30px;
        border-radius: 10px;
    }
    .contenido-detalle-blog h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    .contenido-detalle-blog h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    .contenido-detalle-blog .blog-text > div {
        margin-bottom: 2rem;
    }

        .contenido-detalle-blog .pie-noticia h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 20px;
            font-weight: 700;
            line-height: 30px;
            color: var(--blau-fosc);
            margin-bottom: 20px;
        }

    .contenido-detalle-blog .blog-data {
        color: var(--groc);
    }

@media screen and (min-width: 768px) {
    .blog-listado {
        margin-top: 80px;
        padding-bottom: 180px;
    }

    .blog-titular {
        margin: 15px 30px;
    }

    .contenido-detalle-blog {
        margin-top: 80px;
        padding-bottom: 180px;
    }


        .contenido-detalle-blog .pie-noticia h2 {
            font-size: 30px;
            line-height: 50px;
        }
}

@media screen and (min-width: 992px) {
    .blog-image {
        height: 250px;
    }

    .contenido-detalle-blog .blog-image {
        height: 300px;
    }
}

@media screen and (min-width: 1200px) {
    .contenido-detalle-blog .blog-image {
        height: 400px;
    }

    .contenido-detalle-blog h1.blog-titular {
        font-size: 40px;
        line-height: 50px;
    }

    .blog-listado .card h2 {
        font-size: 22px;
        /* Eliminar margin-bottom quan activem el resum */
        margin-bottom: 40px;
    }
}


/* Nosotros */

.contenido-nosotros {
    margin-top: 20px;
}

    .contenido-nosotros .destacados .mas-info {
        padding-top: 45px;
        padding-bottom: 45px;
    }

.equipo {
    padding: 40px 0 20px;
}

.equipo-listado {
    margin-top: 45px;
}

    .equipo-listado li {
        margin-bottom: 75px;
    }

    .equipo-listado h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 18px;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .equipo-listado .cargo {
        color: var(--blau-fosc);
        opacity: .9;
    }

@media screen and (min-width: 768px) {
    .contenido-nosotros {
        margin-top: 40px;
    }

        .contenido-nosotros .destacados .mas-info {
            padding-top: 45px;
            padding-bottom: 45px;
        }

    .equipo {
        padding: 40px 0 80px;
    }

    .equipo-listado {
        margin-top: 75px;
    }

        .equipo-listado h4 {
            font-size: 30px;
            margin-top: 25px;
        }
}

@media screen and (min-width: 1200px) {
    .contenido-nosotros {
        margin-top: 120px;
    }

        .contenido-nosotros .destacados .mas-info {
            padding-top: 75px;
            padding-bottom: 75px;
        }

    .equipo {
        padding: 60px 0 90px;
    }
}


/* Trabaja con nosotros */

.contenido-trabaja, .contenido-trabaja-ficha {
    margin: 20px 0;
}
.contenido-trabaja a:hover {
    text-decoration: none;
}
.contenido-trabaja a:hover .link-mas-info {
    text-decoration: underline;
}
    .contenido-trabaja-ficha h3 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }

.contenido-trabaja-ficha {
    font-size: 18px;
    line-height: 28px;
}

    .contenido-trabaja-ficha img {
        max-width: 100%;
        height: auto !important;
        margin-bottom: 15px;
    }

    .contenido-trabaja-ficha h4 {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 38px;
        margin-top: 30px;
    }

    .contenido-trabaja-ficha ul {
        font-size: 18px;
        line-height: 28px;
        padding: 0;
        margin: 0;
    }

        .contenido-trabaja-ficha ul li {
            font-size: 18px;
            line-height: 28px;
            list-style: none;
            margin: 20px 0;
            padding-left: 35px;
            background: url(../img/i_check_cercle.png) no-repeat 0 4px;
        }


.formulario {
    background-color: #FFF;
    padding: 45px;
}

    .formulario .titulo-registrar {
        font-size: 30px;
    }

    .formulario .texto-adjunta {
        font-size: 17px;
        color: #4a5258;
        margin-left: 15px;
    }

    .formulario .form-control {
        background: var(--gris-clar);
        border: none;
        font-size: 1.063rem;
    }

@media screen and (min-width: 768px) {
    .contenido-trabaja, .contenido-trabaja-ficha {
        margin: 95px 0 185px;
    }

        .contenido-trabaja-ficha h3 {
            font-size: 40px;
        }
}


/* Reset */

.navbar-light .navbar-toggler {
    border: none;
}

.table-responsive {
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, .50), rgba(255, 255, 255, 0));
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll;
}

header .navbar-toggler:focus {
    outline: none;
}


/* Animación de la hamburguesa */

.navbar-toggler {
    border: none;
    background: transparent !important;
}

    .navbar-toggler:hover {
        background: transparent !important;
    }

.navbar .navbar-toggler .icon-bar {
    background-color: #888;
}

.navbar-toggler .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-toggler .icon-bar {
    display: block;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }
.mb-100 {
    margin-bottom: 30px;
}

.pt-100 {
    padding-top: 30px;
}

.pr-100 {
    padding-right: 30px;
}

@media screen and (min-width: 768px) {
    .mb-100 {
        margin-bottom: 100px;
    }
    .pt-100 {
        padding-top: 100px;
    }

    .pr-100 {
        padding-right: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .parallax {
        background-attachment: fixed;
    }
}

.titular-bloc {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px!important;
    line-height: 1.3;
}
.titular-bloc.text-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    text-wrap-style: balance;
}
.titular-bloc.con-border-bottom::after {
    display: block;
    margin-top: 1.25rem;
    content: "";
    width: 5rem;
    height: 0.25rem;
    background-color: var(--groc);
}
.titular-bloc.con-border-bottom.text-center::after {
    margin: 1.25rem auto 0;
}
    .titular-bloc span {
        background-image: linear-gradient(120deg, var(--groc-clar) 0%, var(--groc) 100%);
        background-repeat: no-repeat;
        background-size: 100% 0.4em;
        background-position: 0 88%;
        border-bottom-right-radius: 15px;
    }

@media screen and (min-width: 768px) {
    .titular-bloc {
        font-size: 30px!important;        
    }
}

@media screen and (min-width: 1200px) {
    .titular-bloc {
        font-size: 36px!important;
    }
}

/* Banner Black Friday */


.black-friday {
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}

    .black-friday .logo img {
        width: 100px;
    }

    .black-friday .contenedor-textos {
        padding-top: 35px;
        padding-bottom: 20px;
    }

.texto-black {
    display: inline-block;
    font-size: 44px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: var(--groc);
    line-height: 0.65;
    text-transform: uppercase;
}

.texto-friday {
    display: inline-block;
    font-size: 44px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #FFF;
    line-height: 0.65;
    text-transform: uppercase;
}

.black-friday .fecha {
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    font-style: italic;
    color: var(--groc);
}

.banner-black-friday .texto {
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

    .banner-black-friday .texto .texto-1 {
        font-size: 30px;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        line-height: normal;
        color: var(--blau-fosc);
        margin-bottom: 15px;
    }

        .banner-black-friday .texto .texto-1 span.demo {
            background-image: linear-gradient(120deg, var(--groc-clar) 0%, var(--groc) 100%);
            background-repeat: no-repeat;
            background-size: 100% 0.4em;
            background-position: 0 88%;
            border-bottom-right-radius: 15px;
        }

    .banner-black-friday .texto .texto-2 {
        font-size: 20px;
        font-family: 'Mulish', sans-serif;
        line-height: normal;
        color: var(--blau-fosc);
        margin-bottom: 25px;
    }

        .banner-black-friday .texto .texto-2 span {
            font-family: 'Mulish', sans-serif;
            font-weight: 700;
        }

@media screen and (min-width: 768px) {
    .black-friday {
        padding: 50px;
    }

        .black-friday .logo img {
            width: auto;
        }

    .texto-black {
        font-size: 70px;
    }

    .texto-friday {
        font-size: 70px;
    }

    .banner-black-friday .texto {
        padding: 50px;
    }

    .black-friday .fecha {
        font-size: 22px;
    }

    .banner-black-friday .texto .texto-1 {
        font-size: 39px;
        margin-bottom: 35px;
    }

    .banner-black-friday .texto .texto-2 {
        font-size: 31px;
        margin-bottom: 65px;
    }
}

@media screen and (min-width: 992px) {
    .banner-black-friday .modal-dialog {
        max-width: 95%;
    }

    .black-friday {
        padding: 50px;
    }

        .black-friday .contenedor-textos {
            padding-top: 95px;
            padding-bottom: 200px;
        }

    .texto-black {
        font-size: 140px;
    }

    .texto-friday {
        font-size: 140px;
    }

    .banner-black-friday .texto {
        padding: 80px;
    }
}

@media screen and (min-width: 1200px) {

    .banner-black-friday .modal-dialog {
        max-width: 1100px;
    }

    .black-friday .contenedor-textos {
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .banner-black-friday .texto {
        padding: 50px;
    }
}

@media screen and (min-width: 1400px) {
    .banner-black-friday .modal-dialog {
        max-width: 1100px;
    }

    .black-friday .contenedor-textos {
        padding-top: 95px;
        padding-bottom: 200px;
    }

    .banner-black-friday .texto {
        padding: 80px;
    }
}

button.close {
    z-index: 2;
}

@media screen and (min-width: 1200px) {
    .banner-black-friday .modal-content {
        transform: scale(0.7);
    }

    button.close {
        transform: scale(1.3);
    }

    .banner-black-friday .btn {
        transform: scale(1.3);
        margin-left: 25px;
    }
}


/* Partner's program */

.partners-program {
    margin-top: 59px;
    overflow: hidden;
}

    .partners-program .cabecera {
        background-image: linear-gradient(to bottom, rgba(3, 14, 21, 1), rgba(12, 44, 64, 0.8)), url('../img/partners-program/bg-partners-01.jpg');
        background-size: cover;
    }

        .partners-program .cabecera .foto img {
            -webkit-box-shadow: -15px -15px 0px 0px var(--groc);
            box-shadow: -15px -15px 0px 0px var(--groc);
            border-top-left-radius: 25px;
            border-bottom-right-radius: 25px;
        }

    .partners-program h1 {
        font-family: 'Roboto', sans-serif;
        color: #FFF;
        font-size: 40px;
    }

        .partners-program h1 span {
            display: block;
            font-size: 60px;
            color: var(--groc);
        }

    .partners-program .cabecera p {
        color: #FFF;
        font-size: 20px;
        line-height: 1.3;
    }

@media (min-width: 1200px) {
    .partners-program {
        margin-top: 89px;
    }

        .partners-program h1 {
            font-size: 50px;
        }

            .partners-program h1 span {
                font-size: 70px;
            }

        .partners-program .cabecera p {
            font-size: 26px;
            line-height: 1.3;
        }
}

.text-blau {
    color: var(--blau) !important;
}

.btn.text-blau {
    font-weight: 700;
}

.pildora-gris {
    display: inline-block;
    border-radius: 50rem;
    background-color: #f3f4f8;
    padding: 18px;
    font-size: 16px;
    text-transform: uppercase;
    color: #555;
}

.partners-program section h2 {
    font-size: 34px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

    .partners-program section h2.con-underline {
        position: relative;
    }

        .partners-program section h2.con-underline::after {
            position: absolute;
            left: 0;
            bottom: -25px;
            content: "";
            width: 80px;
            height: 100%;
            border-bottom: solid 3px var(--groc);
        }

    .partners-program section h2.text-center.con-underline::after {
        left: 50%;
        transform: translateX(-50%);
    }

.partners-program .a-quien-va-dirigido p {
    font-size: 20px;
    line-height: 1.3;
}

.partners-program .a-quien-va-dirigido ul h3 {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Mulish', sans-serif;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .partners-program .a-quien-va-dirigido {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

@media (min-width: 1200px) {
    .partners-program section h2 {
        font-size: 44px;
    }

    .partners-program .a-quien-va-dirigido p {
        font-size: 26px;
    }

    .partners-program .a-quien-va-dirigido ul h3 {
        font-size: 20px;
    }
}
.a-quien-va-dirigido .modules2 ul {
    margin-bottom: 1.5rem!important;
}
.a-quien-va-dirigido .modules2 ul li {
    margin-bottom: 0!important;
}
.a-quien-va-dirigido .modules2 > p:nth-child(1) {
    margin-bottom: 1rem!important;
}
.a-quien-va-dirigido .icono {
    border-radius: .375rem;
    overflow: hidden;
}
.partners-program .como-funciona {
    position: relative;
    background: linear-gradient(to bottom, #dfe2ed, rgba(245, 245, 246, 0));
    text-align: center;
}

    .partners-program .como-funciona .oval-1 {
        position: absolute;
        left: -110px;
        top: 80px;
        width: 444px;
        height: 444px;
        object-fit: contain;
        transform: rotate(80deg);
        background: linear-gradient(to bottom, #dde0ef, rgba(243, 243, 247, 1));
        border-radius: 50%;
        z-index: 1;
    }

    .partners-program .como-funciona .oval-2 {
        position: absolute;
        right: -270px;
        top: 190px;
        width: 365px;
        height: 365px;
        object-fit: contain;
        transform: rotate(80deg);
        background: linear-gradient(to bottom, #dde0ef, rgba(243, 243, 247, 1));
        border-radius: 50%;
        z-index: 1;
    }

    .partners-program .como-funciona > .container {
        position: relative;
        z-index: 2;
    }

    .partners-program .como-funciona h2 {
        font-size: 44px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

    .partners-program .como-funciona p {
        font-size: 18px;
        line-height: 1;
    }

    .partners-program .como-funciona .contenedor {
        border-radius: 25px;
        background: linear-gradient(to bottom, #fafafc, #f3f4f8);
        padding: 30px;
        height: 100%;
    }

    .partners-program .como-funciona .icono {
        padding: 50px;
    }

    .partners-program .como-funciona h3 {
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        font-size: 26px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .partners-program .como-funciona p {
        font-size: 20px;
        line-height: 1.3;
    }

@media (min-width: 768px) {
    .partners-program .beneficios, .partners-program .ventajas {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.partners-program .beneficios .h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.partners-program .ventajas {
    position: relative;
    /* background: linear-gradient(to bottom, rgba(3, 14, 21, 1), rgba(12, 44, 64, 0.8)); */
    background: #09324A;
    overflow: hidden;
}

    .partners-program .ventajas .mapa img {
        position: absolute;
        top: 0;
        right: -50px;
        z-index: 1;
    }

    .partners-program .ventajas > .container {
        position: relative;
        z-index: 2;
    }

    .partners-program .ventajas .oval-1 {
        position: absolute;
        left: -120px;
        top: 80px;
        width: 245px;
        height: 245px;
        object-fit: contain;
        transform: rotate(190deg);
        /* background: linear-gradient(to bottom, #0c2f45, #023851); */
        background: #0A3C54;
        border-radius: 50%;
        z-index: 1;
    }

    .partners-program .ventajas .oval-2 {
        position: absolute;
        left: 30%;
        transform: translateX(-30%);
        bottom: -200px;
        width: 530px;
        height: 530px;
        object-fit: contain;
        transform: rotate(80deg);
        /* background: linear-gradient(to bottom, #0c2f45, #023851); */
        background: #0A3C54;
        border-radius: 50%;
        z-index: 1;
    }

    .partners-program .ventajas .line {
        position: absolute;
        left: -270px;
        top: 100px;
        z-index: 1;
    }

@media (min-width: 768px) {
    .partners-program .ventajas .line {
        left: -520px;
    }

    .partners-program .contenedor-foto {
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .partners-program .ventajas .line {
        left: -390px;
    }
}

@media (min-width: 1200px) {
    .partners-program .ventajas .line {
        left: -270px;
    }

    .partners-program .contenedor-foto {
        padding-right: 60px;
    }
}

@media (min-width: 1536px) {
    .partners-program .ventajas .line {
        left: -170px;
    }
}

@media (min-width: 1680px) {
    .partners-program .ventajas .line {
        left: -100px;
    }
}

@media (min-width: 1820px) {
    .partners-program .ventajas .line {
        left: 0;
    }
}

.pildora-bg-azul {
    display: inline-block;
    border-radius: 50rem;
    background-color: rgba(255, 255, 255, .5);
    padding: 18px;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFF;
}

.partners-program .ventajas h2 {
    color: #FFF;
}

    .partners-program .ventajas h2 span{
        color: var(--groc);
        display: block;
    }

.partners-program .ventajas ul {
    color: #FFF;
}

@media (min-width: 768px) {
    .partners-program .preguntas-frecuentes, .business-intelligence .preguntas-frecuentes {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
}

.partners-program .preguntas-frecuentes .card, .business-intelligence .preguntas-frecuentes .card {
    background: transparent;
}

.partners-program .preguntas-frecuentes h3 button, .business-intelligence .preguntas-frecuentes h3 button {
    position: relative;
    font-family: 'Mulish', sans-serif;
    border-radius: 0;
}

    .partners-program .preguntas-frecuentes h3 button:hover, .business-intelligence .preguntas-frecuentes h3 button:hover {
        color: var(--groc);
        text-decoration: none;
    }

    .partners-program .preguntas-frecuentes h3 button i, .business-intelligence .preguntas-frecuentes h3 button i {
        position: absolute;
        right: 0;
        top: 0;
    }

.partners-program .preguntas-frecuentes .card, .business-intelligence .preguntas-frecuentes .card {
    padding: 0;
    border-radius: 0;
    border-top: 1px #FFF solid;
}

    .partners-program .preguntas-frecuentes .card:first-child, .business-intelligence .preguntas-frecuentes .card:first-child {
        border-top: none;
    }

.partners-program + footer, .demo + footer {
    padding-top: 50px;
}

.btn.focus, .btn:focus {
    box-shadow: none;
    text-decoration: none;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: var(--blau);
    border-color: var(--blau);
    color: #FFF !important;
}

/* Banner San Valentín */

.banner-san-valentin .titulo-banner {
    color: var(--groc);
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 3.67px;
    text-align: center;
}

.banner-san-valentin .subtitulo-banner {
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.banner-san-valentin .modal-body {
    background-image: url(/assets/img/banner/bg-san-valentin.png);
    padding: 30px;
}

.banner-san-valentin .contenedor-descuento {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 5px solid #2192d7;
    border-radius: 10px;
    height: 100%;
    padding: 15px;
}

    .banner-san-valentin .contenedor-descuento p {
        margin-bottom: 0;
        color: #FFF;
        font-size: 15px;
        font-family: 'Mulish', sans-serif;
        line-height: 1.3;
        width: 60%;
        padding-left: 15px;
    }

        .banner-san-valentin .contenedor-descuento p span {
            color: var(--groc);
        }

.banner-san-valentin .fecha-validez {
    color: #FFF;
    text-align: center;
    font-size: 14px;
}

.banner-san-valentin .logo {
    margin-bottom: 20px;
    text-align: center;
}

    .banner-san-valentin .logo img {
        width: 80px;
    }

.banner-san-valentin .boton {
    text-align: center;
    margin: 10px 0;
}

    .banner-san-valentin .boton a {
        color: #000 !important;
        display: block;
    }

.banner-san-valentin .porcentaje {
    margin-bottom: 0;
    width: 40%;
}

.banner-san-valentin .modal-dialog {
    max-width: 600px;
}

@media (min-width: 768px) {
    .banner-san-valentin .contenedor-descuento {
        display: block;
        align-items: unset;
        padding: 30px;
    }

    .banner-san-valentin .logo {
        text-align: left;
    }

        .banner-san-valentin .logo img {
            width: 100px;
        }

    .banner-san-valentin .titulo-banner {
        font-size: 1rem;
    }

    .banner-san-valentin .subtitulo-banner {
        font-size: 40px;
    }

    .banner-san-valentin .porcentaje {
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

        .banner-san-valentin .porcentaje img {
            max-width: 150px;
        }

    .banner-san-valentin .contenedor-descuento p {
        font-size: 21px;
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .banner-san-valentin .boton a {
        display: inline-block;
    }

    .banner-san-valentin .fecha-validez {
        font-size: 1rem;
    }

    .banner-san-valentin .boton {
        margin: 20px 0;
    }
}

.banner-san-valentin .close {
    color: var(--groc);
    text-shadow: none;
    opacity: 1;
}
.sello-logo img {
    min-width: 200px;
    max-width: 200px;
}
.kit img {
    height: 30px;
}
@media (min-width: 768px) {
    .kit img {
        height: 60px;
    }    
}
.booking-logo img {
    max-width: 275px;
}
.partners-programme-tiers .foto {
    margin: 2rem 0;
}
.partners-programme-tiers .foto img {
    border-radius: 20px;
}
.partners-programme-tiers .tab-content .foto img {
    width: 100%;
    max-width: 676px;
}
.partners-programme-tiers .motivate {
    background-color: #f8f9fb;
}
.partners-programme-tiers h2 {
    font-size: 30px;
    font-weight: 700;
}
.partners-programme-tiers .operaciones h3 {
    font-size: 22px;
    line-height: 1.3;
}
.partners-programme-tiers .nav-principal.nav-pills .nav-link {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--blau);
    opacity: .4;
    padding: 10px 20px;
    border-radius: 10px;    
}
.partners-programme-tiers .nav-principal.nav-pills .nav-link.active {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--blau);
    opacity: 1;
    background-color: var(--groc);
    box-shadow: none !important;
    padding: 10px 20px;
}
.partners-programme-tiers .nav-principal {
    width: fit-content;
    border-radius: 10px;
    background-color: #ffffff;
}
@media screen and (min-width: 768px) {
    .partners-programme-tiers .nav-principal.nav-pills .nav-link.active {
        font-size: 25px;
    }
    .partners-programme-tiers .nav-principal.nav-pills .nav-link {
        font-size: 25px;
    }
    .partners-programme-tiers h2 {        
        line-height: 40px;
    }
}
.partners-programme-tiers .logos-partners-program h2 {
    font-size: 24px;
}
.logos-partners-program img {
    height: 30px;
}
@media screen and (min-width: 1200px) {
    .partners-programme-tiers h2 {        
        font-size: 40px;
        line-height: 1.3;
    }
    .partners-programme-tiers .logos-partners-program h2 {
        font-size: 36px;
    }
    .logos-partners-program img {
        height: 60px;
    }
}
/* Selector d'idioma */
#dropdown-idiomes .dropdow-idioma-title {
    display:flex;
    justify-content: space-between;
    padding: 1.5rem 2.5rem .5rem 2.5rem;
    font-weight: 600;
    font-size: 18px;
}
#dropdown-idiomes .dropdow-idioma-title .cross {
    font-size: 16px;
    cursor:pointer;
}
#dropdown-idiomes ul {
    display: grid;
    grid-template-areas:
        "img1 img2 img3"
        "img4 img5 img6"
        "img7 img8 img9"
        "img10 img11 img12";
    column-gap: 0px;
    row-gap: 0px;
    padding: 1.5rem 2.5rem;
    margin: 0;
    list-style: none;
}
#dropdown-idiomes li {
    padding: 0;
    min-width: 170px;
    padding: 1.5rem 0;
}
#dropdown-idiomes a {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    width: fit-content;
    cursor:pointer;
    color: unset
}
#dropdown-idiomes a:hover {
    text-decoration: none;
}

#dropdown-idiomes img {
    width: 25px;
    height: 25px;
    margin-right: 7px;
    border-radius: 50%;
}


@media(max-width: 1200px) {
    #dropdown-idiomes {
        left: 0;
        right: unset !important;
    }
}
@media(max-width: 768px) {
    #dropdown-idiomes ul {
        grid-template-areas:
            "img1 img2"
            "img3 img4"
            "img5 img6"
            "img7 img8"
            "img9 img10"
            "img11 img12" !important;
    } 
}
@media(max-width: 500px) {
    #dropdown-idiomes.dropdown-menu {
        display: block !important;
        z-index: -1 !important;
        opacity: 0;
        transition: 300ms;
    }   
    #dropdown-idiomes.dropdown-menu.show {
        z-index: 1000 !important;
        opacity: 1;
    }   
    #dropdown-idiomes {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
    }
    #dropdown-idiomes ul {
        display: block !important;;
    } 
    #dropdown-idiomes li {
        padding: 1rem 0;
    }
}
.grecaptcha-badge {
    z-index: 9999;
}

@media(max-width: 1199px) {
    .video-mobil video {
        width: 100%!important;
        height: auto!important;
    }
}
.dropdown-item.active, .dropdown-item:active {
    background-color: var(--blau);
}
.web-form h2, .web-form h3, .web-form label {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.web-form .radio label, label.plantilla, .web-form .checkbox label {
    font-weight: 400;
}
.web-form .form-group {
    margin-bottom: 2rem;
}
.demo-item-pr a {
    -webkit-box-shadow: 2px 0px 30px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 0px 30px rgba(0,0,0,0.15);
    box-shadow: 2px 0px 30px rgba(0,0,0,0.15);
    display: block;
    max-height: 420px;
    overflow: hidden;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    cursor: zoom-in;
}
@media(min-width: 768px) {
    .web-form .col-checkbox {
        column-count: 3;
    }
}
.web-form-bg {
    background-color: var(--blau-fosc);
}
.logo-accio-integrat {
    padding: 1rem;
    background: white;
    border-radius: 3px;
}