/* Mini Combo */
#set nav {
    padding: 2vh;
}

#set nav .breadcrumb li.breadcrumb-item a {
    color: #2a2a2a !important;
}

#set nav .breadcrumb li.active a {
    color: #03a4ed !important;
}

#set .section-heading {
    margin-bottom: 10vh;
}

.carousel-indicators {
    margin-bottom: -3rem !important;
}

.carousel-indicators button {
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
}


.row article.col-lg-6 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row article.col-lg-6 div h3 {
    color: #03a4ed;
}

.row article.col-lg-6 div p {
    color: #E81854;
}


#set .row:nth-child(4) {
    gap: 4vh;
    margin: 10vh 0vh 10vh 0vh;
}

#set .row .col-lg {
    position: relative;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2vh;
    text-align: center;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 2vh;
}

#set .row .col-lg h4 {
    color: #03a4ed;
}

#set .row .col-lg p {
    color: #E81854;
}

#set .row .col-lg p,
#set .row .col-lg ul {
    margin-bottom: 5vh;
}

#set .row .col-lg ul {
    text-align: start;
}

#set .row .col-lg ul li img {
    width: 5%;
}



#set .row .col-12 {
    display: flex;
    justify-content: center;

}

#set .row .col-12 a {
    background-color: #03a4ed;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    transition: all .3s;
}

#set .row .col-12 a:hover {
    background-color: #E81854;
}

.section-heading {
    text-align: center;
}

/* Standard Plan */
.carousel-indicators button {
    background-color: #E81854 !important;
    padding: 1px !important;
}





/* Book now */
#booking {
    gap: 2vh;
    justify-content: center;
}


#booking article {
    background-image: url(../images/contact-form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 100px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    margin-top: 10vh;

}

#booking article h2 {
    text-align: center;
    color: #03a4ed;
    margin-bottom: 6vh;
}

#booking article h2 span {
    color: #E81854;
}

#booking article:nth-child(1) div {
    display: flex;
    gap: 2vh;
}


#booking article div h6 {
    font-weight: 300;
    color: rgb(42, 42, 42);
    margin-bottom: 20.5px;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    padding: 0px;
    border-bottom: 1px solid rgb(3, 164, 237) !important;
    display: flex;
    justify-content: space-between;
}

#booking article div h6{
    display: flex;
    gap: 2vh;
}

#booking article div h6 a{
    color: rgb(42, 42, 42);
}


#booking article button {
    display: inline-block;
    background-color: #03a4ed;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 15px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    transition: all .3s;
    border: none;
}

#booking article button:hover {
    background-color: #E81854;

}


/* Modal de contacto */


.modal-body form{
    display: flex;
    flex-direction: column;
    background-image: none !important;
    box-shadow: none !important;
}


.modal-body form  div{
    display: flex;
    justify-content: center;
}

.modal-body form  div img{
    width: 50%;
}

.modal-body form h2{
    text-align: center;
    color: #03a4ed;
}

.modal-body form h2 em{
    color: #E81854;
}


.modal-body form fieldset{
    margin-top: 4vh ;
    display: flex;
    flex-direction: column;
}

.modal-body form fieldset input,
.modal-body form fieldset textarea{
    width: 100%;
    height: 46px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #03a4ed;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 0px;
    margin-bottom: 35px;

}



.modal-body form fieldset button{

    display: inline-block;
    background-color: #E81854;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 23px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}






/* Media Queries */

/* Media query for tablets */
@media (min-width:767px) and (max-width:1023px) {
    #top {
        display: none;
    }
}


/* Media query for mobile */
@media (max-width:767px) {
    #top {
        display: none;
    }

    #set {
        margin-top: 10vh;
    }


    #set .section-heading {
        margin: 3vh;
    }

    #set .section-heading h2:nth-child(1) {
        margin-bottom: 4vh;
    }

    #set .section-heading h2,
    #set .section-heading h2 span {
        line-height: 1;
    }
}