@import 'fonts/fonts.css';
@import 'animations.css';
@import 'menu.css';
@import 'front-page.css';
@import 'page.css';

.row {
    margin: 0;
    padding: 0;
}

.row > div {
    padding: 0;
}

.bold {
    font-weight: bold;
}

.half-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    max-height: 100%;
}

.full-grid {
    z-index: 2;
    position: relative;
    max-height: 100%;
    height: 100%;
    width: 100%;
}

.full-grid-item-35 {
    max-height: 100%;
    height: 100%;
    width: 35%;
}

.full-grid-item-50 {
    max-height: 100%;
    height: 100%;
    width: 50%;
}

.half-grid-item {
    max-height: 100%;
    width: 50%;
    height: 100%;
}

.half-grid-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    filter: sepia(70%) contrast(130%) saturate(125%);
}

.inverse-colors {
    background-color: black;
    color: white;
    border-color: white;
}

.br-r {
    border-radius: 3%;
}

.padding-0 {
    padding: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-3 {
    padding: 3%;
}

#contacte ul li {
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

#contacte ul li i {
    width: 15%;
}

#contacte-form form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.form-input {
    padding-top: 5%;
    width: 100%;
}

.w-50 {
    width: 48% !important;
}

.form-input label {
    width: 100%;
    text-align: start;
}

.form-input input {
    width: 100%;
}

.form-input button {
    width: 40%;
    color: white;
    background-color: black;
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
}

.p-top-25 {
    padding-top: 5%;
}

.list-without-points {
    list-style-type: none;
}

textarea {
    resize: none;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    
    .full-grid-item-50 {
        width: 100%;
    }

    .full-grid-item-35 {
        width: 60%;
    }

}

@media only screen and (max-width: 900px) {

    .half-grid {
        height: auto;
    }

    .half-grid-item {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .full-grid-item-35 {
        width: 80%;
    }

}
