#customPageTitle {
    display: none;
}

#customContent {
    width: 90%;
    margin: 0 auto;
}

.customPageCenteredContent {
    width: 100% !important;
}

#embarcacionesQuestion {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #D2E1F3;
    border-radius: 21px;
    color: #00326C;
    line-height: 50px;
}

#embarcacionesQuestionText {
    font-size: 25px;
    float: left;
    margin-left: 5%;
    width: fit-content;
    line-height: 80px;
    position: relative;
}

#consultanosDiv {
    position: relative;
    top: 20%;
    text-align: center;
    line-height: 48px;
    float: right;
    font-size: 23px;
    margin-right: 2%;
    width: 30%;
    height: 60%;
    color: #D2E1F3;
    background-color: #00326C;
    border-radius: 14px;
    cursor: pointer;
}

.boatModelContainer {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 60px;
}

.boatTitle {
    position: relative;
    background-color: #DEE6F0;
    border-radius: 14px;
    width: 40%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #00326C;
    text-transform: uppercase;
}

.boatViewContainer {
    position: relative;
    float: left;
    height: 350px;
    width: 32%;
    background-color: white;
    border-radius: 20px;
    margin-top: 25px;
}

.boatImg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 70%;
}

.boatInfoContainer {
    width: 90%;
    margin-left: 6%;
    margin-right: 4%;
    float: left;
    height: 22%;
    margin-top: 25px;
}

.boatName {
    width: 100%;
    color: #494949;
    margin-bottom: 20px;
}

.boatGeneral {
    float: left;
    width: 33%;
    color: #918F8F;
}

@media screen and (max-width: 768px) {
    #consultanosDiv {
        top: 20%;
        float: left;
        left: 7.5%;
        line-height: 50px;
        margin: 0 auto;
        font-size: 24px;
        width: 85%;
        height: 50px;
    }

    #embarcacionesQuestionText {
        font-size: 25px;
        top: 25px;
        margin: 0 auto;
        width: 85%;
        left: 7.5%;
        line-height: 35px;
        text-align: center;
        position: relative;
    }

    #embarcacionesQuestion {
        position: relative;
        width: 100%;
        height: 190px;
        margin-bottom: 30px;
        text-align: center;
        margin-top: 30px;
        background-color: #D2E1F3;
        border-radius: 21px;
        color: #00326C;
        line-height: 50px;
    }

    .boatTitle {
        width: 100%;
    }

    .boatViewContainer {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .boatName {
        width: 100%;
        margin-bottom: 3px;
        font-size: 16px;
        margin-top: 5px;
    }

    .boatInfoContainer {
        width: 90%;
        height: 20%;
        margin-top: 20px;
    }

    .boatImg {
        height: 75%;
    }

}