.cover_container{
    width: 100%;
    padding: 112px 5% 50px 5%;
    background: linear-gradient(90deg, rgba(29,10,151,1) 0%, rgba(29,10,97,1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.prd_cover{
    height: 547px;
}
.cover_divider{
    display: flex;
}
.product_description_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 100px;
    padding-top: 30px;
    font-family: 'Oswald',sans-serif;
    color: #ffffff;
    font-weight: 200;
    font-size: 21px;
}
.product_description_container ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding-top: 22px;
}
.product_description{
    /*text-align: justify;*/
    margin: 30px 0 69px 0;
}
.product_description.versions{
    margin: 50px 0 0 0;
}
.versions_logo{
    height: 30px;
}
.versions_logo.international{
    height: 17px;
}
.product_spec{
    padding: 7px 13px 7px 13px;
    background-color: #4c2ede;
    margin-right: 9px;
    margin-bottom: 9px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 2px;
    transition: background-color .3s ease-in, color .3s ease-in;
}
.product_spec.versions{
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #1D0A97;
    font-weight: 500;
}
.product_spec.versions a{
    display: flex;
    text-decoration: none;
    align-items: center;
}
.product_spec.versions p{
    font-family: "Wallpoet", sans-serif;
    margin-left: 5px;
}
.product_spec:hover{
    background-color: #fff;
    color: #1D0A97;
}
.product_spec.versions:hover{
    background-color: #c8c8c8;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.product_img_container{
    padding-top: 165px;
}
.prd-arrow{
    width: 32px;
    height: 32px;
    padding-top: 25px;
}
.specs_section{
    font-family: 'Oswald', sans-serif;
    display: flex;
    justify-content: center;
}
.specs_container{
    width: 100%;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.specs_container h2{
    text-align: center;
    font-size: 30px;
    margin: 50px 0 20px;
}
.specs_container h3{
    font-size: 25px;
    margin-bottom: 20px;
    color: #424242;
    letter-spacing: 1px;
}
.specs_container p{
    color: #939393;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.2;
}
.spec_card_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 8%;
    margin-bottom: 15px;
}
.spec_card{
    background-color: #f4f4f4;
    padding: 25px 20px;
    margin: 25px 25px;
    border-radius: 8px;
    text-align: center;
    min-width: 250px;
    max-width: 250px;
}
.dist_container,.dist_container_s,.dist_container_3p{
    font-size: 23px;
    padding: 80px 6% 50px;
    color: #424242;
    font-weight: 300;
}
.dist_container_s{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 30px
}
.dist_container_3p{
    width: 50%;
}
.dist_container:first-child{
    padding-bottom: 15px;
}
.dist_title{
    margin-left: 15px;
}
.spec_icon{
    height: 40px;
    margin: 0 10px 0 14px;
}
.spec_comp{
    display: flex;
}
.spec_row{
    display: flex;
    align-items: center;
    margin-right: 50px;
    margin-left: 15px;
}
.dist_1,.dist_s,.dist_3{
    padding: 15px 0 3px;
}
.dist_s{
    display: flex;
    justify-content: center;;
}
.dist_1 img{
    width: 100%;
}
.dist_s img{
    width: 65%;
}
.dist_3 img{
    width: 100%;
}
.wrap{
    flex-wrap: wrap;
}
.gallery_container{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(auto,1fr);
    grid-gap: 20px;
    padding: 0 6% 10px;
}
gallery_container:last-child{
    margin-bottom: 80px;
}
.gallery_container a:hover .img_gallery{
    transform: scale(1.05);
}
.img_gallery{
    width: 100%;
    transition: transform .2s ease-in;
}
.gallery_title{
    align-items: center;
    margin: 30px auto;
    font-family: 'Oswald', sans-serif;
    color: #424242;
    font-size: 25px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    font-weight: 600;
    padding: 5px 8px;
}
.version_gallery_logo{
    height: 70px;
    margin-left: 10px;
}
.version_gallery_logo.international{
    height: 40px;
    margin-left: 20px;
}
.OH.gallery{
    font-family: "Wallpoet", sans-serif;
    color: #424242;
    font-weight: 400;
    font-size: 40px;
    margin-left: 13px;
}
section .gallery_container:last-child{
    margin-bottom: 4%;
}
@media screen and (max-width: 1440px){
    .cover_container{
        padding-top: 140px;
    }
    .gallery_container{
        grid-template-columns: repeat(5,1fr);
    }
}
@media screen and (max-width: 1024px){
    .prd_cover{
        height: 450px;
    }
    .prd-arrow{
        padding: 0;
    }
    .cover_container{
        padding: 80px 5% 25px;
        height: fit-content;
        width: 100%;
        background-color: #1D0A97;
    }
    .product_img_container{
        order: 1;
        padding-top: 110px;
    }
    .product_description_container{
        order: 2;
        text-align: center;
        padding-right: 0;
    }
    .product_description_container ul{
        justify-content: center;
        margin-bottom: 15px;
    }
    .versions{
        text-align: center;
    }
    .cover_divider{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .specs_section{
        flex-wrap: wrap;
    }
    .gallery_container{
        grid-template-columns: repeat(3,1fr);
    }
}
@media screen and (max-width: 900px){
    .specs_section{
        flex-direction: column;
        align-items: center;
    }
    .dist_3{
        width: 100%;
    }
    .dist_s img{
        width: 100%;
    }
}
@media screen and (max-width: 820px){
    .dist_container_3p{
        width: 90%;
    }
    .product_img_container{
        display: flex;
        justify-content: center;
    }
    .prd_cover{
        height: auto;
        width: 90%;
    }
    .specs_section{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 780px){
    .dist_container_3p{
        width: 90%;
    }
}
@media screen and (max-width: 600px){
    .cover_container{
        padding: 0 5% 25px;
        height: fit-content;
        width: 100%;
        background-color: #1D0A97;
    }
    .product_img_container{
        order: 1;
        padding-top: 110px;
    }
    .product_description_container{
        order: 2;
    }
    .cover_divider{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product_specs_title{
        font-family: 'Oswald',sans-serif;
        color: #1D0A97;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        padding: 33px 0 25px 0;
    }
    .product_description_container{
        padding: 0;
        font-size: 13px;
        text-align: center;
    }
    .product_description{
        font-family: 'Oswald',sans-serif;
        color: #ffffff;
        font-weight: 200;
        font-size: 13px;
        text-align: justify;/*Aqui*/
        margin: 33px 0 0 0;
        padding-bottom: 22px;
    }
    .product_description_container ul{
        justify-content: center;
        padding-top: 10px;
    }
    .product_description.versions{
        text-align: center;
    }
    .product_spec{
        padding: 7px 5px 7px 5px;
    }
    .versions_logo{
        height: 30px;
    }
    .versions_logo.international{
        height: 13px;
    }
    .prd-arrow{
        padding: 0;
        margin-top: 20px;
    }
    .specs_section{
        font-size: 10px;
        font-family: 'Oswald', sans-serif;
        display: flex;
    }
    .dist_container,.dist_container_s{
        padding: 20px 4% 40px;
        color: #424242;
        font-size: 12px;
        font-weight: 300;
    }
    .dist_1,.dist_s{
        padding: 12px 0;
    }
    .dist_1 img,.dist_s img{
        width: 100%;
    }
    .dist_title{
        margin-left: 0;
    }
    .spec_icon{
        height: 20px;
        margin: 0 3px 0 7px;
    }
    .spec_row{
        display: flex;
        align-items: center;
        margin-right: 22px;
        margin-left: 3px;
    }
    .spec_comp{
        display: flex;
    }
    .gallery_container{
        padding: 0 4% 30px;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(3,1fr);
        grid-gap: 10px
    }
    .img_gallery{
        width: 100%;
    }
    .gallery_title{
        font-family: 'Oswald', sans-serif;
        margin: 0 4% 20px;
        padding: 4px;
        font-size: 20px;
    }
    .OH.gallery{
        font-size: 27px;
    }
    .spec_card_wrapper{
        padding: 0;
    }
    .specs_container h2{
        font-size: 20px;
        margin-top: 30px;
    }
    .specs_container h3{
        font-size: 15px;
    }
    .specs_container p{
        font-size: 13px;
        color: #424242;
    }
    .spec_card{
        padding: 15px 5px;
        min-width: 148px;
        max-width: 148px;
        margin: 8px 7px;
    }
    .version_gallery_logo{
        height: 50px;
    }
    .version_gallery_logo.international{
        height: 25px;
        margin-left: 10px;
    }
}