@tailwind base;
@tailwind components;
@tailwind utilities;
body{
    background-color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-size: 0.9rem;
    line-height: 1.6rem;
}

h1{
    font-size: 6rem;
    line-height: 5.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
h2{
    font-size: 4rem;
    line-height: 3.5rem;
    font-weight: 600;
    text-transform: uppercase;
}
h3{
    font-size: 3rem;
    line-height: 2.75rem;
    font-weight: 600;
    text-transform: uppercase;
}
h4{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}
h5{
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    text-transform: uppercase;
}
h6{
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 400;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover{
    color: #009FE3;
    text-decoration: underline;
}
.colorBlau{
    color: #009FE3;
}
.colorBlau50{
    color: rgba(0, 159, 227, 0.5);
}
.colorBlau20{
    color: rgba(0, 159, 227, 0.2);
}
.colorBlau10{
    color: rgba(0, 159, 227, 0.1);
}
.text-justify{
    text-align: justify;
}
.fotoFons{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color:#ffffff;
    padding: 80px 0;
}
.fotoFons h4{
    font-size: 2rem;
}
.fotoFons h5{
    line-height: 1.25rem;
}
.fotoFonsReciclar{
    background-image: url('../frontend/fonsAmpolla.webp');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color:#ffffff;
    padding: 10px 0 310px;
}
.fonsReciclar{
    background-color: #ffffff;
    margin:0;
    padding: 50px 0 100px;
}
.fonsReciclar h1{
    font-size: 4.25rem;
    line-height: 4rem;
    padding-left: 100px;
}
.mes25{
    font-size: 8.5rem;
    line-height: 7rem;
    font-weight: bold;
    color: #009FE3;
    margin-left: -100px;
}
/* BOTONS */
.btnLang{
    display: flex;
    border-radius: 20px;
    border: 1px solid #212121;
    background-color: #ffffff;
    color:#212121;
    padding: 0 5px;
    font-size: 12px;
}
.btnLang:hover{
    border-color: #009FE3;
    color:#009FE3;
}
.btnLang::after, #navbarDropdown::after {
    display: none !important;
}

.btn-primary{
    background: #009FE3;
    border: 1px solid #009FE3;
    color: #ffffff;
    border-radius: 0;
    padding: 8px 30px;
    margin: 10px 0;
}
.btn-primary:hover{
    background: #ffffff;
    border: 1px solid #009FE3;
    color: #009FE3;
}
.btn-outline-light{
    border-radius: 0px;
    border: 1px solid #009FE3;
    color: #000000;
    padding: 8px 30px;
    margin: 10px 0;
}
.btn-outline-light:hover{
    background: #009FE3;
    border: 1px solid #009FE3;
    color: #FFFFFF;
    text-decoration:none;
}
.btnBlanc{
    border:1px solid #ffffff;
    color:#ffffff
}

.iconLang{
    width: 15px;
    float: left;
    margin: 2px 5px 0 0 ;
}
.chevronLang{
    float:right;
    width: 10px;
    margin: 0 0 0 5px;
}
.lang-dropdown{
    left: 50% !important;
    transform: translateX(-50%) !important;
    min-width: auto !important;
    width: auto !important;
    background-color: #ffffff;
}
.nav-item a{
    border-bottom: 8px solid #ffffff;
}
.nav-item a:hover{
    border-bottom: 8px solid rgba(0, 155, 221, 0.25);
    color:#009FE3;
}
.menuActive{
    border-bottom: 8px solid #009FE3!important;
}
.navbar-nav .dropdown-menu {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 1px);
    line-height: 1.1rem;
}
.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-menu{
    background-color: #ffffff;
    border: none;
    padding: 40px;
    font-size: 12px;
}
.dropdown-menu h1{
    font-size: 25px;
    line-height: 25px;
    color: #009FE3;
    font-weight: bold;
}

/* FOOTER */
footer{
    background-color: black;
    color: #ffffff;
    padding:100px 0 40px;
}

footer h1{
    font-size: 5rem;
    line-height: 4.5rem;
    color: #009FE3;
    font-weight: bold;
}
footer h2{
    font-size: 1rem;
    line-height: 1rem;
    color: #009FE3;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 10px;
}
.brandsIco{
    color: #ffffff;
    border: 1px solid #009FE3;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 6px;
    float: left;
    margin :-8px 10px 0 0 ;
}
.icon{
    width: 32px;
    height: 32px;
    padding: 6px;
    float: left;
    margin :-5px 10px 0 0 ;
}
.form-control ,.form-check-input{
    background-color: #111111;
    border: 1px solid #009FE3;
    border-radius: 0;
    color: #ffffff;
}
input::placeholder {
    color: rgba(255,255,255,0.75)!important;
}

input::-ms-input-placeholder {
    color: rgba(255,255,255,0.75)!important;
}
.form-control:focus {
    background: #009FE3!important;
    color: #ffffff;
}
.form-check-label{
    color: rgba(255,255,255,0.75);
    font-size: 11px;
}
.form-check-input {
    border: 1px solid #009FE3;
}
.form-check-input:checked {
    background-color: #009FE3;
    border-color: #009FE3;
}
.secTelefons{
    padding-top: 200px;
}

/* MARCAS */

#marcas{
    background-color: #ffffff;
    padding: 60px ;
}
#marcas h1{
    font-size: 2rem;
    font-weight: bold;
    line-height: 2rem;
    text-transform: uppercase;
    width: 32%;
    margin: auto;
}


/* SECCIÓ MARCAS */
.slider {
    position: relative;
    overflow: hidden;
    width:100%;
    height:85vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sliderInfo {
    position: absolute;
    width: 100%;
    height: 75vh;
    padding: 175px 50px 50px;
    z-index: 2;
}

.titolDestacat {
    position: relative;
    display: inline-block;
    background-color: transparent;
    padding: 0 20px;
    z-index: 1;
}

.titolDestacat::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 40px;
    background-color: #009FE3;
    z-index: -1;
}
.titolDestacatSlider {
    position: relative;
    display: inline-block;
    background-color: transparent;
    padding: 10px 20px;
    z-index: 1;
}

.titolDestacatSlider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 70px;
    background-color: #009FE3;
    z-index: -1;
}
.iconPlay{
    border: 7px solid #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px;
}
.btnIco{
    width: 15px;
    float: right;
    margin: 2px 8px;
}
.btnIcoLeft{
    width: 15px;
    float: left;
    margin: 2px 5px;
}
.fonsTricolor{
    background: linear-gradient(rgb(128,207,241) 50px,rgb(183,228,247) 50px, rgb(183,228,247) 100px, rgb(229,245,252) 100px, rgb(229,245,252) 180px, rgba(255,255,255) 180px);
    padding: 80px 0 50px;
}
.fonsTricolorInvers{
    background: linear-gradient(rgb(229,247,253) 50px,rgb(204,240,251) 50px, rgb(204,240,251) 100px, rgb(153,224,247) 100px, rgb(153,224,247) 140px, rgba(0,159,227) 140px);
    padding: 80px 0 50px;
}
.pestanaBlanca{
    padding: 30px 20px 20px 30px;
    background-color: #ffffff;
    color:#000000;
}
.pestanaBlau{
    padding: 30px 20px 20px 30px;
    background-color: #009FE3;
}
.pestanaBlau h4, .pestanaBlanca h4{
    font-size: 1.6rem;
    line-height: 1.6rem;
    margin-bottom: 15px;
}
.pestanaIco{
    width: 27px;
    color: #000000;
}
.pestanaNum{
    color: rgba(255,255,255,0.5);
}
.pestanaBlanca .pestanaNum{
    color: rgba(0,0,0,0.1);
}

.fonsBlau50{
    background-color: rgba(0, 159, 227, 0.5);
    padding: 80px 0;
}
.fonsBlau20{
    background-color: rgba(0, 159, 227, 0.2);
    padding: 80px 0;
}
.fonsBlau10{
    background-color:#E5F5FC;
    padding: 80px 0;
}
.fonsBlau5{
    background-color: rgb(241, 253, 255);
    padding: 80px 0;
}

.fonsBlanc{
    background-color: #ffffff;
    padding: 60px 0;
}
.fonsBlau50 h5{
    font-weight: bold;
    line-height: 1.5rem;
    text-transform: uppercase;
}
/* SECCIÓ INVESTIGACIÓN */
.fonsIvestigacion{
    position: relative;
    background-color: #e2e8f0;
}
.imgInvestigacion{
    width: 50%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
}

/* SECCIÓ GARANTIA */
.fonsGarantia{
    background-color: #009FE3;
    background-image: url("../frontend/nsFons.png");
    background-position: center left;
    background-size: 18%;
    background-repeat: no-repeat;
    padding:100px 0;
    color:#ffffff;
}
.fonsGarantia li{
    display: flex;
    border-top: 1px solid rgba(255,255,255,0.3);
    align-items: center;
    text-transform: uppercase;
}
.fonsGarantia li:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.sliderPolitiques {
    background-color: #009FE3;
    padding: 100px 0;
    color: #ffffff;
}

/* PÀGINA NOSOTROS */
#sliderNosotros{
    background-image: url("../frontend/sliderNosotros.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 50px 50px;
}
#sliderNosotros h1{
    font-size: 4.5rem;
    line-height: 4rem;
}
#sliderNosotros h4{
    font-size: 1.75rem;
    line-height: 2rem;
}

.fonsFosc{
    background-color: #13314F;
    line-height: 1rem;
}
.fonsBlau{
    background-color: #009FE3;
    line-height: 1rem;
}

/* PÀGINA SERCICIOS */
#sliderServicios{
    background-image: url("../frontend/sliderServicios.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 50px 50px;
}
#sliderServicios h1{
    font-size: 4.5rem;
    line-height: 4rem;
}
#sliderServicios h4{
    font-size: 1.75rem;
    line-height: 2rem;
}
.carousel-control-prev{
    width: 40px;
}
.carousel-control-next{
     width: 40px;
 }

/* PÀGINA INNOVACIÓN */
#sliderInnovacion{
    background-image: url("../frontend/sliderInnovacion.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 50px 50px;
}
#sliderInnovacion h1{
    font-size: 4.5rem;
    line-height: 4rem;
}
#sliderInnovacion h4{
    font-size: 1.75rem;
    line-height: 2rem;
}
.cardInnovacion{
    margin-top: 60px;
    min-height: 240px;
}
.imgInnovacion{
    position: absolute;
}

/* PÀGINA SOSTENIBILIDAD */
#sliderSostenibilidad{
    background-image: url("../frontend/sliderSostenibilidad.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 50px 50px;
}
#sliderSostenibilidad h1{
    font-size: 4.5rem;
    line-height: 4rem;
}
#sliderSostenibilidad h4{
    font-size: 1.75rem;
    line-height: 2rem;
}
.fonsEstrategia{
    background-image: url("../frontend/fonsEstrategia.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 40px 0;
}

.grid-item {
    background-color: #55b0e3;
    color: #ffffff;
    display: flex;
    align-items: start;
    justify-content: start;
    font-size: 12px;
    line-height: 1rem;
    padding: 20% 10px 5px 10px;
    border: 10px solid #E5F5FC;
    aspect-ratio: 1 / 1;
    width: 100%;
    font-weight: 200;
}
.grid-item hr{
    border-top: 10px solid #ffffff!important;
    width: 75%;
    margin:10px 10px 10px 10px;
    opacity: 1;
}
.grid-item h1{
    font-weight: 200;
    font-size: 20px;
    line-height: 1rem;
    text-transform: lowercase;
}
.grid-item small{
    font-size: 1.2rem;
    line-height: 10px;
}
.grid-blau{
    background-color: #3594cb;
}
.grid-verd{
    background-color: #97afa3;
}
.grid-gris{
    background-color: #737373;
}
.grid-gris2{
    background-color: #a6a6a6;
}

/* PÀGINA TALENTO */
#sliderTalento{
    background-image: url("../frontend/sliderTalento.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 100px 50px 50px;
}
#sliderTalento h1{
    font-size: 4.5rem;
    line-height: 4rem;
}
#sliderTalento h4{
    font-size: 1.75rem;
    line-height: 2rem;
}
.alert-warning, .alert-success{
    background-color: #ffffff;
    border: #3594cb;
    color: #3594cb;
}
.form-check-label{
    line-height: 1rem;
}
.btn-cookies{
    margin-left: 10px;
    padding: 4px 30px 2px;
    background: #ffd700;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #333335;
}
.btn-cookies:hover{
    background: rgba(255, 215, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.7);
    color:#ffffff;
}
.cookies-banner{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(51, 51, 51, 0.7), rgba(51, 51, 51,1));
    color: white;
    padding: 50px;
    text-align: center;
}
.txt3barres{
    min-height: 80px;
}
.paraulaLlarga{
    font-size: 1.5rem;
}
.carousel-item {
    justify-content: center;
    align-items: center;
}
.noHeight{
    min-height: 200px;
}
.titPestana{
    min-height: 80px;
}
