.select2-container .select2-selection--single {
    height: 34px;
    /*width: 120px;*/
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.input-data {
    /*margin-top: 5px;*/
    margin-bottom: 5px;
}
.select2-container{
    margin-bottom:5px;
}

.banner img {
    margin: auto;
    width: 100%;
    object-fit: cover;
    max-height:500px;
}

.banner0 img {
    margin: auto;
    width: 100%;
    object-fit: cover;
    max-height: 430px;
}

.banner0 {
    position: relative;
    min-height: 130px;
    display: flex;
}

    .banner0 .divhotro {
        position: absolute;
        top: 10px;
        width: 50%;
        right: 10px;
        /*background: white;*/
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        height: calc(100% - 20px);
    }
        .banner0 .divhotro .diva{
            height:25%;
            display:flex;
        }
        .banner0 .divhotro a {
            background-color: var(--color-main);
            color: white;
            margin: auto;
            padding: .75rem .75rem;
            max-width: 100%;
            border: 0;
            border-radius: 6px;
            font: inherit;
            line-height: 1.125;
            width: 60%;
            min-width:120px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            font-size: 3.1vw;
            font-weight:bold;
        }
@media screen and (max-width: 700px) {
    .banner0 .divhotro a {
        width: 75%;
        padding: .5rem;
    }
}
@media screen and (min-width: 900px) {
    .banner0 .divhotro a {
        font-size:24px;
    }
}

@media screen and (max-width: 460px) {
    .banner0 .divhotro a {
        padding: 2.5%;
        height: 85%;
        width: 80%;
    }

    .banner0 .divhotro {
        top: 5px;
       
        right: 5px;
    }
}

