.box-search {
    background: url(/assets/img/encuentra-tu-crucero.jpg?v=281120231) no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 500px;
    width: 100%
}

.imgportada {
    height: 250px;
    width: 100%
}

.box-search .conten button {
    font-size: 16px;
    color: #fff;
    background-color: #FF1B63;
    font-weight: 700
}

.box-search .conten i {
    transform: rotate(90deg)
}

.box-search .conten span::after {
    content: '|';
    padding: 0 6px;
    font-size: 18px
}

.box-search .content button {
    background-color: rgba(255, 255, 255, .65) !important;
}

.finance-img-container img {
    width: 100%;
    background-position: center;
    max-width: 1490px;
    display: flex;
    margin: auto
}

@media screen and(min-width:1200px) {
    .container {
        max-width: 1490px !important
    }

    .owl-container {
        max-width: 1640px !important
    }
}

.cruise_financing {
    width: 100%;
    height: 300px;
    background: url('/assets/img/home/financiamiento-crucero_1.jpg') no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cruise_financing .break::before {
    content: "\a";
    display: block;
}

.finance-img-container a {
    cursor: initial;
    text-decoration: none;
}

.finance-img-container {
    position: relative;
}

.cruise_financing .name {
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    padding-top: 40px;
    padding-left: 50px;
    font-family: 'Open Sans', sans-serif;
}

.name_description {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 45px;
    font-family: 'Open Sans', sans-serif;
}

.financing_button {
    font-weight: 700;
    border-radius: 30px;
    margin-top: 50px;
    margin-left: 45px;
    padding: 6px 60px 4px 60px !important;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

.financing_button span {
    font-size: 26px;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 5px;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1199px) {
    .name_description {
        max-width: 500px;
    }

    .financing_button {
        margin-top: 30px !important;
    }

    .cruise_financing .break::before {
        content: "";
        display: inline;
    }
}

@media only screen and (max-width: 1440px) {
    .cruise_financing {
        width: 100%;
        height: 260px;
        background: url('/assets/img/home/financiamiento-crucero_1.jpg') no-repeat right center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .cruise_financing .name {
        font-weight: 700;
        color: #fff;
        font-size: 32px;
        padding-top: 25px;
        padding-left: 50px;
    }

    .name_description {
        font-weight: 500;
        color: #fff;
        font-size: 18px;
        padding-top: 15px;
        padding-left: 45px;
    }

    .financing_button {
        font-weight: 700;
        border-radius: 30px;
        margin-top: 40px;
        margin-left: 45px;
        padding: 6px 60px 4px 60px !important;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1023px) {
    .cruise_financing {
        width: 100%;
        height: 500px;
        background: url('/assets/img/home/Financiacion_Responsive_1.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .cruise_financing .name {
        text-align: center;
        padding: 20px 20px 10px 20px;
        font-size: 38px;
        line-height: 38px;
    }

    .name_description {
        text-align: center;
        padding: 10px 30px 30px 30px;
        font-size: 20px;
        line-height: 22px;
    }

    .financing_button {
        text-align: center;
        margin: 0 auto;
        display: block;
        width: 70%;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .financing_button {
        font-size: 26px !important;
        padding: 12px 24px 10px 30px !important;
    }

    .cruise_financing .break::before {
        content: "";
        display: inline;
    }
}

@media only screen and (max-width: 1023px) {
    .name_description {
        max-width: 100%;
    }
}

@media only screen and (max-width: 390px) {
    .name_description {
        font-size: 18px;
        line-height: 18px;
    }

    .cruise_financing .break::before {
        content: "";
        display: inline;
    }
}

@media only screen and (max-width: 360px) {
    .cruise_financing .name {
        font-size: 28px;
        line-height: 28px;
    }

    .name_description {
        font-size: 16px;
        line-height: 18px;
    }

    .cruise_financing .break::before {
        content: "";
        display: inline;
    }
}