@import "https://fonts.googleapis.com/css2?family=Rowdies:wght@300&display=swap";
@import "https://fonts.googleapis.com/css2?family=Cambay&display=swap";
@import "https://fonts.googleapis.com/css?family=Poppins";
@import "https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap";

/****************************body************************************/

.center {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 4% 0;
    color: #333;
}

.r_description {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    position: relative;
    width: 100%;
}

.bg {
    background-color: #ff8a2b9d;
    height: 1000px;
    z-index: -1;
}

.p_title {
    z-index: 0;
    color: rgba(248, 131, 35, 0.959);
    position: absolute;
    margin-top: 5vw;
    /* Fallback: Set a background color. */
    background-color: #ff8a2b;
    /* Create the gradient. */
    background-image: linear-gradient(45deg, #ff8a2b, rgba(128, 128, 128, 0.568));
    /* Set the background size and repeat properties. */
    background-size: 100%;
    background-repeat: repeat;
    /* Use the text as a mask for the background. */
    /* This will show the gradient as a text color rather than element bg. */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    background-clip: none;
    -moz-text-fill-color: transparent;
    width: 100%;
    text-align: center;
    font-size: 26vw;
    opacity: 0.8;
    font-weight: bold;
    /*font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

body {
    background-color: #f2f2f2;
}

.caratteristiche,
.opzioni,
.progrmmazione {
    background-color: rgb(255, 255, 255);
    width: 90%;
    margin: 2% auto;
    /*border-radius: 15px;*/
    font-size: 20px;
    line-height: 1.42861;
    letter-spacing: -.016em;
    color: #333;
    padding: 3%;
}

.button {
    border: none;
    width: 100%;
    background: none;
    font-size: 20px;
    text-align: left;
}

.button:hover {
    cursor: pointer;
}

#list {
    display: none;
}

#list_o {
    display: none;
}

#down_arrow_o {
    margin-left: 1%;
}

#up_arrow_o {
    margin-left: 1%;
    display: none;
}

#down_arrow {
    margin-left: 1%;
}

#up_arrow {
    margin-left: 1%;
    display: none;
}

.tables {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
}

.table {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /*color: #333;*/
    border-radius: 25px;
}

.T-center {
    /*background-color: rgba(148, 148, 148, 0.123);*/
    background-color: white;
    width: 80%;
    margin: 2% auto;
    /*border-radius: 15px;*/
    font-size: 1.1em;
    line-height: 1.42861;
    letter-spacing: -.016em;
    color: #333;
}

.inner-t {
    width: 80%;
}

table,
tr,
th,
td,
thead,
tfoot {
    border-collapse: collapse;
    margin: auto;
    text-transform: capitalize;
}

td {
    height: 40px;
}

.table-title {
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    margin: auto;
    width: 50%;
}

tr {
    font-size: 1.4em;
    font-family: monospace;
    height: 1.6em;
    border-bottom: rgba(139, 139, 139, 0.466) 1px solid;
}

tr:hover {
    background-color: rgba(221, 218, 218, 0.233);
}

.bbox {
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 650px;
    margin: 2% 0;
}

.center-boxR {
    float: left;
    vertical-align: top;
    width: 33%;
}

.right-boxR {
    float: left;
    vertical-align: top;
    width: 33%;
}

.table1 {
    float: left;
    width: 33%;
    /*color: #333;*/
}

.inner-t1 {
    width: 80%;
    height: 545px;
}

.info_img {
    background-color: white;
    margin: 2% auto;
    /*border-radius: 15px;*/
    height: 585px;
    width: 90%;
}

.pdf {
    width: 100%;
    height: auto;
}

.download-C {
    margin-top: 2%;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: center;
    display: inline-block;
    border-radius: 2em;
    box-sizing: border-box;
    padding: 0.3em 1.2em;
    text-decoration: none;
    color: white;
    background-color: #e36600;
    font-size: 14px;
}

.download-C:hover {
    opacity: 0.9;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.caratteristiche {
    width: 50%;
    margin-left: 5%;
}

#all-img {
    width: 50%;
    background-color: white;
    margin: 2% 5% 2% 0%;
    text-align: center;
}

@media screen and (max-width:1500px) {
    .opzioni,
    .progrmmazione {
        width: 90%;
        margin: 2% auto;
    }
    .bbox {
        height: auto;
    }
    .photoR1 {
        max-height: 600px;
        box-sizing: border-box;
        max-width: 100%;
    }
    .bg {
        background-color: #ff8a2b9d;
        height: 700px;
        z-index: -1;
    }
    .p_title {
        font-size: 28vw;
    }
    .T-center {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .center-boxR {
        width: 100%;
    }
    .right-boxR {
        width: 100%;
    }
    .table1 {
        width: 100%;
    }
    .container {
        display: block;
    }
    .caratteristiche {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    #all-img {
        margin: auto;
        width: 90%;
        margin: 0% 5% 0% 5%;
        padding: 10px;
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .bbox {
        height: auto;
    }
    .center-boxR {
        width: 100%;
    }
    .right-boxR {
        width: 100%;
    }
    .table1 {
        width: 100%;
    }
    .photoR1 {
        max-height: 650px;
        box-sizing: border-box;
        max-width: 100%;
    }
    .bg {
        background-color: #ff8a2b9d;
        height: 700px;
        z-index: -1;
    }
    .p_title {
        margin-top: 10vw;
        font-size: 28vw;
    }
    .T-center {
        width: 90%;
    }
    .left {
        text-align: left;
    }
    .right {
        text-align: right;
    }
}

@media screen and (max-width:768px) {
    .photoR1 {
        max-height: 500px;
        box-sizing: border-box;
        max-width: 100%;
    }
    .bg {
        background-color: #ff8a2b9d;
        height: 500px;
    }
    .p_title {
        margin-top: 100px;
        font-size: 28vw;
    }
    .T-center {
        width: 90%;
    }
    .caratteristiche,
    .opzioni,
    .progrmmazione {
        padding: 5%;
        width: 90%;
        margin-bottom: 0;
    }
    ul {
        padding-left: 5%;
    }
    li {
        margin-top: 4%;
    }
    .T-center {
        width: 90%;
        font-size: 0.8em;
    }
    .info_img {
        width: 90%;
        font-size: 0.8em;
        height: 80%;
    }
}

@media screen and (max-width:400px) {
    .T-center {
        width: 100%;
    }
    .info_img {
        width: 100%;
    }
}