#containerEquipamiento,
#containerFicha {
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 1001;
    display: none;
    top: 0;
    left: 0
}

#containerEquipamiento.openedPopup,
#containerFicha.openedPopup {
    display: flex;
    opacity: 1;
}

.backDrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    pointer-events: all;
    mix-blend-mode: normal;
    backdrop-filter: blur(9px)
}

.backDrop.triggered {
    display: block
}

#popupEquipamiento,
#popupFicha {
    box-sizing: border-box;
    background: #f9f9f9;
    position: relative;
    max-width: 90%;
    width: 80vh;
    width: 95vh;
    border-radius: 10px;
}

.popup-header {
    width: 100%;
    display: flex;
    align-items: center;
    height: 8vh;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.popup-closeButton {
    position: absolute;
    color: #124194;
    width: 12px;
    font-size: 20px;
    right: 5%;
    cursor: pointer;
    font-weight: 700
}

.popup-title {
    width: 95%;
    display: block;
    background: #fff;
    color: #00326C;
    font-size: 20px;
    text-align: left;
    line-height: 50px;
    font-weight: 700;
    padding-left: 5%
}

.popup-body {
    width: 100%;
    background: #f9f9f9;
    margin-bottom: 15px
}

.text-container {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
    color: rgba(145, 143, 143, 0.87);
    font-size: 13px;
    line-height: 15px;
    column-count: 3;
}

ul {
    margin: 0;
}

.secondLine {
    width: 100%;
    float: left;
    /* font-size: 16px; */
    font-weight: 400;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    height: 100%;
    text-align: center;
}

.info {
    width: 100%;
    height: 40px;
    position: relative;
    background: #DEE6F0;
    border-radius: 10px;
    float: left;
    color: #124194;
    font-size: 20px;
}

.info:hover {
    color: #DEE6F0;
    background-color: #00326C;
}

.infoContainer {
    display: flex;
    float: left;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
    width: 100%;
}

#customPageTitle {
    display: none;
}

.customPageCenteredContent {
    width: 100% !important;
}

#customContent {
    width: 75%;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.boatModel {
    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;
    margin: 0 auto;
}

.boatContainer {
    width: calc(100% - 100px);
    padding: 50px;
    position: relative;
    background-color: white;
    border-radius: 17px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.boatGeneralInfo {
    float: right;
    width: 35%;
    height: auto;
    margin-top: 20px;
}

.brandName {
    color: #918F8F;
    width: fit-content;
    float: left;
    font-size: 20px;
}

.modelName {
    color: #B5B5B5;
    width: fit-content;
    float: left;
    font-size: 16px;
    margin-left: 20px;
    top: 5px;
    position: relative;
}

.boatDescription {
    color: rgba(145, 143, 143, 0.87);
    width: 100%;
    float: left;
    font-size: 15px;
    margin-top: 30px;
    line-height: 19px;
}

.botonPDF {
    position: relative;
    background-color: #00326C;
    border-radius: 14px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #DEE6F0;
    text-transform: uppercase;
    float: left;
    margin-top: 30px;
    cursor: pointer;
}

.botonPDF:hover {
    color: #00326C;
    background-color: #DEE6F0;
}

.boatImage {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.botonPrecio {
    position: relative;
    background-color: #DEE6F0;
    border-radius: 14px;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #00326C;
    margin: 0 auto;
    text-transform: uppercase;
    cursor: pointer;
}

.botonPrecio:hover {
    color: #DEE6F0;
    background-color: #00326C;
}

.verticalImageBoat {
    width: 25%;
    height: auto;
    margin-bottom: 20px;

}

.verticalImageInfo {
    width: 55%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    margin-left: 10%;
}

@media screen and (max-width: 768px) {
    .boatModel {
        width: 100%;
    }

    #customContent {
        width: 85%;
    }

    .boatGeneralInfo {
        width: 100%;
    }

    .boatContainer {
        width: calc(100% - 40px);
        padding: 20px;
    }

    .boatGeneralInfo {
        width: 100%;
        height: fit-content;
    }

    .imgs {
        width: 114% !important;
        right: 20px;
        position: relative;
    }

    .boatDescription {
        margin-bottom: 30px;
    }

    .botonPDF {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .botonPrecio {
        width: 100%;
        font-size: 22px;
    }

    #containerEquipamiento,
    #containerFicha {
        width: 80%;
        height: 90%;
        max-height: 90%;
        margin: 10%;
        overflow-y: scroll;
        overflow-x: hidden;
        box-shadow: 0px 3px 10px #898989;
        border-radius: 10px;
        /* height: auto; */
    }

    #popupEquipamiento,
    #popupFicha {
        height: 100%;
        width: 100% !important;
        max-width: unset;
        /* height: auto; */
    }

    .popup-title {
        text-align: center;
        padding: unset;
    }

    .text-container {
        column-count: 1;
    }
}