.body-container.product-simple-page{
    height: auto;
    padding-top: 80px;
    flex-direction: column;
}

.row {
    align-items: center;
    width: 85%;
    margin: auto;
}

.body-container.product-simple-page .container-image-page{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
}

.body-container.product-simple-page .container-image-page img{
    max-width: 100%;
    max-height: 100%;
}

.body-container.product-simple-page .container-title-page{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 550px;
    flex-direction: column;
    padding: 10px 0px;
}

.body-container.product-simple-page .container-title-page .title-product{
    font-style: normal;
    font-weight: 900;
    font-size: 38px;
    color: #BA6145;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    line-height: 20px;
}

.body-container.product-simple-page .container-title-page .definition-product{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #4F4239;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-family: 'glacial_indifferenceregular';
    margin-bottom: 20px;
}

.body-container.product-simple-page .container-title-page .subtitle-product{
    font-family: Pacifico;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: #EAB557;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.block-secction-low {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #BA6145;
    flex-direction: column;
}

.block-secction-low .block-sec-img{
    width: 170px;
    height: 65px;
}

.block-secction-low span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #BA6145;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.block-secction-low:nth-child(2) span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #BA6145;
    margin-bottom: 10px;
    padding: 0px 20px;
}

.block-secction-low .block-secction-low-group {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}

.block-secction-low .block-secction-low-group.low-group-row {
    flex-direction: row;
    flex-wrap: wrap;
}

.block-secction-low .block-secction-low-group .image-row-simple{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    height: 35px;
    padding: 5px 20px;
    flex-wrap: wrap;
}

.block-secction-low .block-secction-low-group .image-row-simple img{
    max-height: 100%;
    max-width: 100%;
    /* margin-right: 15px; */
}

.block-secction-low .block-secction-low-group .image-row-simple span{
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 14px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.block-secction-low .block-secction-low-group .container-map{
    width: 90px;
    height: 130px;
    display: flex;
    margin-right: 15px;
}

.block-secction-low .block-secction-low-group .container-map img{
    max-height: 100%;
    max-width: 100%;
}

.block-secction-low .block-secction-low-group .list-cities{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;

}

.block-secction-low .block-secction-low-group .list-cities span{ 
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 5px;
    justify-content: flex-start;
}

.row-all-up {
    align-items: flex-start;
    margin: auto;
    margin-bottom: 30px;
    width: 85%;
}

.row-all-up .col-12:nth-child(2) .block-secction-low span{
    justify-content: center;
}

.row-all-up .col-12:nth-child(2) .block-secction-low .list-cities span{
    justify-content: flex-start;
    padding: 0px;
}

.season-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 990px;
    margin: auto;
    min-height: 55px;
    margin-bottom: 20px;
}

.season-block-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 30px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 990px;
    width: 100%;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 18px;
    color: #BA6145;
    margin: auto;
    padding: 0px 28px;
}

.season-block .season-month {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 30px;
    background-color: #eda462;
    color: #ffffff;
    position: relative;
    border: 2px solid #eda462; 
}

.season-block .season-month.empty-block {
    background-color: #fff8f1;
    color: #4F4239;
}

.season-block .season-month:not(:last-child) {
    margin-right: 25px;
}

.season-block .season-month:not(:last-child)::after {
    content: " ";
    display: block;
    position: absolute;
    height: 5px;
    background: #eda462;
    width: 40px;
    left: 100%;
}

.icon-block-mid{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50px;
    margin-right: 10px;
}