body{
    background-image: url('../../images/fonds/theme-run2.jpg');
    background-position:top;
    background-position-y: 5%;
    background-repeat: no-repeat;
    background-size: cover;
}
.slider, .min-slider{
    width: 100%;
    height:300px;
    min-height:300px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image:url('../../images/defaults/bgCurvePurple.svg');
}
.min-slider{
    height: 200px;
    min-height: 200px;
}

.item-header-h, .item-header-h2{
    color:#162351;
    margin-top: 30px;
    padding-bottom: 0;
}
.item-slider-centered{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.slider H2, .min-slider H2{
    color:#00a5db;
    padding:0 15px;
    font-size:20px;
}
.min-slider H2{
    margin-top:20px;
}
.launch-vids{
    height: 200px;
    text-align: right;
}
.launch-vids > img{
    height:100%;
}
.item-slider-text{
    width:600px;
    padding:15px;
}
.item-boxContact{
    display: flex;
    justify-content: center;
    align-items: space-around;
    gap:30px;
    padding:20px;
    margin: 80px 0;
    border-radius: 20px;
}
.item-boxContact .item{
    background-color: #FFF;
    border-radius: 20px;
    padding:20px;
    width:calc(100% / 3);
}
.item-boxContact .item > .name {
    font-size:20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top:15px;
    text-align:center;
    background: linear-gradient(90deg, #0CAAD2 6.28%, #D2159D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.item-align{
    display: flex;
    justify-content: center;
    text-align: center;
}
.flex-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex-item > .item-form{
    background:#F8F8FF;
    margin: 30px 0;
    border-radius: 20px;
    padding:20px;
}

@media only screen and (max-width: 1023px){
    .item-slider-text{
        width:80%;
    }
}

@media only screen and (max-width: 767px){
    body{
        background: #FFF;
    }
    .item-boxContact{
        flex-direction: column;
        margin: 30px 0;
        padding:0;
    }
    .item-boxContact .item{
        width:100%;
        background-color: #f7f7ff;
    }
    .slider {
        width: 100%;
        height: 150px;
        min-height: 150px;
    }
    .item-boxContact .item > .name {
        margin:0;
    }
    .item-header-h{
        padding-bottom:0;
    }
    .slider H2{
        font-size:20px;
    }
    .min-slider H2{
        margin-top: 10px;
    }
}