
body {
    background-image: -webkit-linear-gradient(-45deg, rgba(85, 51, 105, 1) 0%, rgba(101, 68, 120, 1) 6.91%, rgba(129, 98, 146, 1) 20.98%, rgba(140, 112, 156, 1) 50.35%, rgba(135, 108, 152, 1) 58.88%, rgba(119, 97, 139, 1) 69.52%, rgba(105, 86, 127, 1) 76.57%, rgba(66, 51, 80, 1) 100%);
    background-size: auto;
    background-repeat: no-repeat;

    background-position: center;
}

.navbar {
    padding: 50px 0.0rem 0rem;
}

.navbar div h4 {
    font-family: 'Nunito', sans-serif;
}

.container-lg {
    max-width: 1000px;
}

.sloganFont {
    font-family: 'Courgette', cursive;
}

.sloganWidth {
    max-width: 570px;
}

.controlHeight {
    height: 42px;
}

.spaceHeight {
    height: 27px;
}

.myFooterContactsRight {
    text-align: right;
    justify-content: flex-end !important
}

@media (min-width: 384px) {
    .col-auto {
        flex: 0 0 auto;
        width: auto;
    }
}



@media (min-width: 576px) {

    .img-cal-fix {
        width: 100%; height: 100%; transform: translate(0%, 0%)
    }

    .textMobCut{
        overflow: unset;
    }

    .contactFix{
        width: 50%;
        height: unset;
    }

    .controlWebVisibility {
        display: initial;
    }

    .controlMobVisibility {
        display: none;
    }

    .myFooterContactsLeft {
        text-align: left;
        justify-content: flex-end !important
    }

    .mobFix {
        margin-right: -22px
    }

    i {
        padding-right: 10px
    }

    .img-fix {
        width: 100%;
        height: 100%;
        transform: translate(0%, -5%);
    }
}

@media (max-width: 576px) {

    .img-cal-fix {
        width: 104%; height: 104%; transform: translate(0%, 0%)
    }

    .textMobCut{
        overflow: auto;
    }
    .contactFix{
        width: 100%;
        height: 150%;
    }

    .controlWebVisibility {
        display: none;
    }

    .mobFix {
        margin-right: 0
    }

    .controlMobVisibility {
        display: initial;
    }

    .myFooterContactsLeft {
        text-align: center;
        justify-content: flex-start !important
    }

    .myFooterContactsRight {
        text-align: right;
        justify-content: flex-end !important
    }

    i {
        padding-right: 0
    }

    .img-fix{
        width: 100%;
        height: 100%;
        transform: translate(0%, 0%);
    }
}


.myHeight {
    height: 110px;
}

.myButtonWidth {
    max-width: 753px;
}

.btn {
    color: #212529;
    font-family: 'Nunito', sans-serif;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 12rem;
    border-color: rgba(250, 250, 250, 0.0);
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.100);
    border-color: rgba(250, 250, 250, 0.0);
}

.drop-shadow {
    text-shadow: 0px 7px 7px rgb(0 0 0 / 20%);
}

.btn-group {
    min-width: 20%;
}

svg {
    filter: drop-shadow(0px 1px 1px rgb(0 0 0 / 25%));
}

.card-img {
    max-width: 752px;
    max-height: 364px;
    overflow: hidden;
    border-radius: 20px;
}

.btn-outline-light {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #f8f9fa;
    border-color: rgba(248, 249, 250, 0.5);
}
.card {
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 20px;
    filter: drop-shadow(5px 7px 7px rgb(0 0 0 / 15%));
}

.btn-outline-light:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.card-size-corners-shadow {
    background-color: rgb(0 0 0 / 0%);
    border-radius: 20px;
    max-width: 752px;
    max-height: 464px;
    border: 0px solid rgba(0, 0, 0, 0);
    filter: drop-shadow(5px 7px 7px rgb(0 0 0 / 15%));
}

.carousel-caption {
    border-radius: 0 0 20px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}

.caption-carrousel {
    font-family: 'Nunito', sans-serif;
    letter-spacing: 2px;
    font-style: italic;
}

.form-control + label  {
    color: #ffffff;
}
.form-control {
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0);
    border-width: 2px;
    background-color: rgba(255, 255, 255, 0);
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 0);
    border-width: 2px;
    border-radius: 20px 20px 0 0px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.1) rgba(255, 255, 255, 0);
    box-shadow: inset 0 -1px 0 rgb(215, 224, 41);
}

.textForm-control:focus {
    background-color: rgba(255, 255, 255, 0);
    border-width: 0px;
    border-radius: 20px 20px 0 0px;
    border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0);
    box-shadow: inset 0 -0px 0 rgba(255, 255, 255, 0);
}