/*LANDING PPRCT*/
html {
    scroll-behavior: smooth !important;
}
body{
    background-image: url('../../frontend/imgs/landings/hammer/fons.webp');
    background-position-block: start;
    color: #183153;
}
.txt-fat{
    font-weight: 700;
}
.txt-refat{
    font-weight: 800!important;
}
.txt-fil{
    color: transparent;
    -webkit-text-stroke: 2px white;
}
.topNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0;
    margin:0;
    background-color:transparent;
    border-bottom: 1px solid rgba(60, 115, 75, 0.2);
}
.scrolled{
    background-color: #d3e6ef;
}
.container-fluid{
    overflow-x: hidden;
}
.navbar-nav .nav-link {
    color: #183153;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.navbar-nav .nav-link:hover {
    color: #356db8;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.active{
    border-bottom: 1px solid #356db8;
}
.text-blau{
    color:#356db8;
}
section.container + section.container {
    margin-top: 2rem;
}
.video-ytb {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-ytb iframe {
    width: 100%;
    height: 98%;
    border: 0;
    border-radius: 40px;
}
.separadors{
    border-right: 1px solid #183153;
    padding: 0 20px;
}
.separadors:last-child{
    border-right: 0px;
    padding: 0 20px;
}
.franjaUso{
    background-image: url('../../frontend/imgs/landings/hammer/fonsUso.webp');
}
.fonsColorA{
    background-color: #ecf3ee;
    color: #000000;
}
.btn-blau{
    font-weight: 700;
    min-width: 180px;
    text-align: center;
    display: inline-block;
    background-color: #183153;
    color: #b0d7ff;
    padding: 20px 30px;
    border-radius: 40px;
    box-shadow: 2px 2px 4px rgba(0, 27, 46, 0.1);
    border: 0px;
}
.btn-blau:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #356db8;
    box-shadow: 2px 2px 4px rgba(0, 27, 46, 0.1);
    border: 0px;
}
.btn-fil{
    min-width: 180px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    background-color: transparent;
    color: #183153;
    padding: 20px 30px;
    border-radius: 40px;
    box-shadow: 2px 2px 4px rgba(0, 27, 46, 0.1);
    border: 1px solid #183153;
}
.btn-fil:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(24, 49, 83, 0.7);
    box-shadow: 2px 2px 4px rgba(0, 27, 46, 0.1);
    border: 0px;
}
.btn-form{
    background-color: #183153;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: uppercase;
}
/* taula */
.fonsTableA{
    background-color: #bdd3e0!important;
}
.fonsTableB{
    background-color: #cee1eb!important;
}
.card {
    color:#183153;
    padding: 0;
    background: transparent;
}

.tags h6 {
    display: table;
    background: #b7c5cf;
    padding: 5px 20px;
    margin-bottom: 2px;
    font-weight: 700;
    min-width: 48%;
}

.title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.item {
    background: #527b9a;
    color: white;
    padding: 10px 20px;
    margin:10px 0 0;
}

.name {
    font-weight: 300;
    padding-top: 15px;
}

.specs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px 10px;
    margin-top: 20px;
}

.cell {
    padding:6px 10px;
    text-align: center;
}

.header {
    font-weight: bold;
}
/* end TAULA */

.accordion-body{
    color: #585858;
}
.accordion-header, .accordion-button{
    color: #183153!important;
}
.accordion-item{
   border-color: rgba(24, 49, 83, 0.25) !important;
}
.form-control{
 border: 1px solid #356db8;
}
.bg-blue {
    background-color: #527b9a;
    color: #ffffff;
}

footer a{
    color: #ffffff;
}
footer a:hover{
    color: #bfcbd6;
}
/* END LANDING PPRCT*/

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 767px) {
    h2{
        font-size: 3.5rem;
        line-height: 3.5rem;

    }
    h3{
        font-size: 3rem;
        line-height: 3rem;

    }
    .fonsDescargaTarifa{
        min-height: 78vh;
        background-image: url("../../frontend/imgs/landings/PPRCT_fonsDescargas_MVL.webp");
        background-position: top center;
    }
    .nav-link {
        padding: 20px 5px;
    }
    .listPros li{
        padding: 8px 30px 8px 0;
    }

    .listContras li {
        padding: 8px 0 8px 30px;
    }

    #ventajas{
        overflow-x: hidden;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .fonsDescargaTarifa{
        min-height: 40vh;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .fonsDescargaTarifa{
        min-height: 50vh;
    }
    h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .fonsDescargaTarifa{
        min-height: 60vh;
    }
    h1 {
        font-size: 8rem;
        line-height: 8rem;
    }
    h2 {
        font-size: 6rem;
        line-height: 4rem;
    }
    h4 {
        font-size: 2.75rem;
        line-height: 3rem;
    }
    h5 {
        font-size: 2rem;
        line-height: 2rem;
    }
    h6 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
}
/* Extra full large devices (retina, 1920px and up)*/
@media (min-width: 1920px) {
}
