/*
    VARIABLES DE COLORS!!!

    var(--color-principal);
    var(--color-secundari);
    var(--color-gris-fosc);
    var(--color-gris-mig);
    var(--color-gris-clar);
*/



@font-face {
    font-family: 'Axiforma';
    src: url('/fonts/Axiforma-SemiBold.eot');
    src: local('Axiforma SemiBold'), local('Axiforma-SemiBold'), url('/fonts/Axiforma-SemiBold.eot?#iefix') format('embedded-opentype'), url('/fonts/Axiforma-SemiBold.woff2') format('woff2'), url('/fonts/Axiforma-SemiBold.woff') format('woff'), url('/fonts/Axiforma-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('/fonts/Axiforma-Thin.eot');
    src: local('Axiforma Thin'), local('Axiforma-Thin'), url('/fonts/Axiforma-Thin.eot?#iefix') format('embedded-opentype'), url('/fonts/Axiforma-Thin.woff2') format('woff2'), url('/fonts/Axiforma-Thin.woff') format('woff'), url('/fonts/Axiforma-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('/fonts/Axiforma-Regular.eot');
    src: local('Axiforma Regular'), local('Axiforma-Regular'), url('/fonts/Axiforma-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Axiforma-Regular.woff2') format('woff2'), url('/fonts/Axiforma-Regular.woff') format('woff'), url('/fonts/Axiforma-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Axiforma';
    src: url('/fonts/Axiforma-MediumItalic.eot');
    src: local('Axiforma Medium Italic'), local('Axiforma-MediumItalic'), url('/fonts/Axiforma-MediumItalic.eot?#iefix') format('embedded-opentype'), url('/fonts/Axiforma-MediumItalic.woff2') format('woff2'), url('/fonts/Axiforma-MediumItalic.woff') format('woff'), url('/fonts/Axiforma-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}


@font-face {
    font-family: 'Yagi';
    src: url('/fonts/Yagi-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Yagi';
    src: url('/fonts/Yagi-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

.minh-mbl {min-height:auto;
}

.slideranimat {
    position: relative;
    max-width: 1200px;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: center center;
    transition: opacity 1.5s, transform 2.5s;
}

    .slide img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100vh;
    }

    .slide.active {
        opacity: 1;
    }

.rotate-zoom-out {
    animation: rotateZoomOut 2.5s;
}

@keyframes rotateZoomOut {
    0% {
        transform: scale(2.5) rotate(45deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}




body {
    font-family: 'Axiforma';
    font-size: 18px;
}

h1 {
    font-family: 'Yagi';
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    color: #000000;
}


.logo {
    text-align: center;
    margin: 0px auto 50px auto;
}


.contingut {
    margin: 0 auto;
    padding: 0px 20px;
}

p {
    color: #444;
}

.btn01 {
    background: #000;
    border: 2px solid #000;
    border-radius: 0px;
    padding: 10px 90px;
    text-transform: uppercase;
    color: #ffffff;
}

    .btn01:hover {
        border: 2px solid #000;
        background: #ffffff;
        color: #000000;
    }

.form-control {
    border: 0px;
    border-bottom: 2px solid #000000;
    border-radius: 0px;
}

a {
    color: #444;
    text-decoration: none;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}








/*responsive*/

.slideranimat {
    position: relative;
    max-width: 1200px;
    height: 200px;
    overflow: hidden;
    width: 100%;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: center center;
    transition: opacity 1.5s, transform 2.5s;
}

    .slide img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 200px;
    }

.form-check label {
    font-size: 0.8rem;
}

.notificacio {
    background: #444444;
    color: #fff !important;
    padding: 20px;
    font-weight: 300;
}
    .notificacio p {
        color: #fff !important;
        margin-bottom: 0px;
        font-weight: 300;
    }
.mt-150{margin-top:40px;}

.logo {
    margin-top: 40px !important;
}
footer {
    text-align: center;
    background: #000000;
    font-size: 12px;
    color: #fff !important;
    position: fixed;
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 5px;
}
footer a{
    color: #fff !important;
}
.check-validar  label{
    margin-top: 6px;
    margin-left: 10px !important;
}