.light-green {
    background: rgba(227, 242, 224, 0.2);
}

.banner-interna {
    background-image: url(../img/collage.png);
    min-height: 475px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

body,html{
    font-family: 'Poppins',sans-serif;
}

@media only screen and (max-width: 680px) {
    .banner-interna {
        min-height: 250px;
        background-size: cover;
    }
}

.menorca-subtitle {
    font-size: 35px;
    color: #158A2F;
    font-weight: 600;
    margin-bottom: 20px;
}

.form .info {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #5E5E5E;
    margin-bottom: 55px;
}

.banner-interna .logo {
    padding: 10px 35px 18px;
    background: #ffffff;
    border-radius: 0 0 40px 40px;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
}

.banner-interna .top-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form {
    text-align: center;
    margin-bottom: 50px;
}

.form .info {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #5E5E5E;
    margin-bottom: 55px;
}

#form_plazas .form-group {
    margin-bottom: 30px;
}

#form_plazas .form-control {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgba(0, 146, 62, 0.15);
    border-radius: 50px;
    border: none;
    min-height: 48px;
    padding: 0 22px;
}

#form_plazas .btn-menorca {
    background: #00923E;
    margin-top: 50px;
    padding: 15px 70px;
    height: initial;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}

@media only screen and (max-width: 680px) {
    #form_plazas .btn-menorca {
        padding: 15px 30px;
        margin-top: 0px;
        text-align: center;
    }
}

.select2-container--bootstrap4 .select2-selection--multiple {
    background: #FFFFFF;
    box-shadow: 0px 8px 16px rgb(0 146 62 / 15%) !important;
    border-radius: 50px;
    border: none;
    min-height: 48px !important;
    display: flex;
    align-items: center;
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-bottom: none;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
    border-radius: 25px;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border: none;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    padding: 0 1.375rem;
}

.select2-container .select2-search--inline .select2-search__field {
    /*margin-top: 12px;*/
}

.select2-results__option--highlighted {
    background-color: #00923E !important;
}

.review {
    text-align: center;
    margin-top: 40px;
}

.review p {
    font-size: 16px;
    line-height: 32px;
    color: #5E5E5E;
}

.brands {
    margin-top: 50px;
    margin-bottom: 50px;
}

.brands .img-brands-desktop .first-row img {
    margin-bottom: 30px;
}

.owl-carousel .owl-item img {
    padding-left: 10px;
    padding-right: 10px;
}

.conoce-mas {
    background: #00923E;
    padding-top: 60px;
    padding-bottom: 40px;
    color: #ffffff;
    text-align: center;
}

.conoce-mas .main-image {
    margin-top: -120px;
    margin-bottom: -120px;
}

.conoce-mas .item-card {
    display: flex;
    align-items: center;
}

.conoce-mas .item-card {
    color: #ffffff;
}

.conoce-mas .item-card .text {
    text-align: left;
}

.conoce-mas .item-card .text strong {
    font-size: 23px;
    line-height: 10px;
    color: #FFFFFF;
}

.modal .modal-header {
    border: none;
    padding-bottom: 0;
}

.modal .modal-body {
    padding-top: 20px;
    padding-bottom: 50px;
}

.modal .check {
    display: block;
    margin: auto;
    width: 90px;
    margin-bottom: 20px;
}


#mensaje_enviado_correcto .modal-content{
    border-radius: 20px;
    border: none;
}