/*
Theme Name: Amaie Child - Igiene Urbana
Description: Child Theme del tema Amaie
Author: presscommtech srl
Author URI: https://www.presscommtech.com/
Template: amaie
Version: 0.1
*/

@import url("../amaie/style.css");

*{
    font-family: Inter, sans-serif;
}

a{
    text-decoration: none;
}

.page-template-page_with_header main .pageContent{
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-template-page_with_header main .titleInPage h2{
    max-width: 1200px;
}

.page-template-page_with_header main h3{
    max-width: 1200px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--BLACK);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

.page-template-page_with_header main .titleInPage p{
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-template-page_with_header main ul{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style: none;
    padding: 30px 0 90px;
}

.page-template-page_with_header main ul li{
    color: var(--BLACK);
    font-size: var(--L);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.page-template-page_with_header main ul li::before{
    content: "";
    width: 15px;
    height: 15px;
    background: var(--BLUE);
    border-radius: 15px;
    position: relative;
    display: flex;
    aspect-ratio: 1;
}

.page-template-page_with_header main .gridBlock{
    padding: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-template-page_with_header main .gridBlock h2{
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
    flex-direction: row;
    white-space: nowrap;
}

.page-template-page_with_header main .gridBlock h2::after{
    content: "";
    height: 1px;
    width: 100%;
    background: var(--BLUE);
}

.page-template-page_with_header main .gridBlock .contentGrid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
    align-content: flex-start;
    column-gap: 15px;
    row-gap: 30px;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem{
    background: var(--LIGHT-GRAY);
    margin: 0;
    width: calc( (100% -  30px) / 3);
    /*min-width: 440px;*/
    /*max-width: 440px;*/
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 15px;
    padding-right: 30px;
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem h3{
    color: var(--BLACK);
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem p{
    color: var(--GRAY-BLUE);
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem .gridItemContent{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-template-page_with_header main .gridBlock .contentGrid .gridItem::before{
    content: "";
    background: var(--BLUE);
    width: 30px;
    height: 30px;
    aspect-ratio: 1;
    border-radius: 30px;
    margin-left: -15px;
}

.page-template-page_with_header main .gridBlock .contentListDownload{
    margin: 0;
    width: 100%;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem{
    border-radius: 5px;
    border: 1px solid var(--LIGHT-GRAY-2);
    background: var(--LIGHT-GRAY);
    width: 100%;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    cursor: pointer;
    transition: all ease-in-out .3s;
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem h3, .page-template-page_with_header main .gridBlock .contentListDownload .gridItem h3 a{
    overflow: hidden;
    color: var(--BLACK);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--M);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease-in-out .3s;
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem::after{
    content: "";
    width: 33px;
    height: 30px;
    background: url(img/icons/download.svg);
    transition: all ease-in-out .3s;
}


.page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover{
    box-shadow: 0 3px 15px 0 rgba(16, 29, 54, 0.10);
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover h3, .page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover h3 a{
    color: var(--BLUE);
}

.page-template-page_with_header main .gridBlock .contentListDownload .gridItem:hover::after{
    background: url(img/icons/download_active.svg);
}

.page-template-page_with_header main .imgBlock{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
}

.page-template-page_with_header .imgBlock .wp-block-image:not(.preFooter .wp-block-image){
    padding: 0;
}

.page-template-page_with_header .imgBlock .wp-block-image:not(.preFooter .wp-block-image) img{
    border-radius: 0;
}

.page-template-page_with_header blockquote p{
    color: var(--BLACK);
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-left: solid 5px var(--BLUE);
    padding: 0 0 0 25px !important;
}

.page-template-page_with_header blockquote{
    margin-bottom: 30px !important;
}

.junkerBlock{
    padding: 90px 120px;
    background: #61AD8A;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.junkerBlock .wp-block-image{
    padding: 0 !important;
}

.junkerBlock p{
    color: var(--WHITE);
    text-align: center;
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
}

.junkerBlock img{
    max-width: 300px;
}

.junkerBlock .appDownload{
    gap: 60px;
}


.documentBlock{
    padding: 60px 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-bottom: 1px solid var(--LIGHT-GRAY-2);
}

.documentBlock h2{
    color: var(--BLACK);
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.documentBlock .documentDownloadItem{
    display: flex;
    /*min-width: 545px;*/
    width: 32%;
    padding: 30px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 5px;
    border: 1px solid var(--LIGHT-GRAY-2);
    background: var(--LIGHT-GRAY);
    margin: 0;
    cursor: pointer;
    transition: all
    ease-in-out .3s;
}

.documentBlock .documentDownloadItem p{
    overflow: hidden;
    color: var(--BLACK);
    text-overflow: ellipsis;
    font-size: var(--M);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease-in-out .3s;
    max-width: calc(100% - 63px);
    white-space: normal;
}

.documentBlock .documentDownloadItem::after{
    content: "";
    width: 33px;
    height: 30px;
    background: url(img/icons/download.svg);
    transition: all ease-in-out .3s;
}

.documentBlock .documentDownloadItem:hover{
    box-shadow: 0 3px 15px 0 rgba(16, 29, 54, 0.10);
}

.documentBlock .documentDownloadItem:hover p{
    color: var(--BLUE);
}

.documentBlock .documentDownloadItem:hover::after{
    background: url(img/icons/download_active.svg);
}

.documentBlock .docContainer{
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: wrap;
}

.gridBlock .itemList{
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.gridBlock .itemList .itemContent{
    display: flex;
    padding: 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 120px;
    background: var(--LIGHT-GRAY);
    color: var(--BLACK);
    text-align: center;
    font-size: var(--L);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 !important;
}

.coverList{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.coverList .wp-block-cover{
    margin: 0;
    width: 100%;
}

.coverList .coverItem .headerPage{
    gap: 45px !important;
}

.coverList .coverItem p{
    color: var(--WHITE) !important;
    text-align: center !important;
    font-size: var(--M) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 140% !important;
    border: none !important;
    padding: 0 !important;
}

.coverList .coverItem .wp-block-buttons{
    margin-top: 15px;
}

.coverList .coverItem .wp-block-buttons .wp-element-button{
    display: flex;
    height: 45px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--BLUE);
    color: var(--WHITE);
    text-align: center;
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all ease-in-out .3s;
}

.coverList .coverItem .wp-block-buttons .wp-element-button:hover{
    background: #066df6;
}

.doubleScroll{
    padding: 90px 120px;
    gap: 60px;
    align-items: flex-start;
    position: relative;
    flex-direction: row;
    overflow: hidden;
}

.doubleScroll .wp-block-image{
    padding: 0 !important;
}

.doubleScroll h2{
    color: var(--BLACK);
    font-size: var(--XL3);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.doubleScroll p{
    color: var(--BLACK);
    font-size: var(--L);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.doubleScroll .colTxt, .doubleScroll .colImg{
    width: 50%;
}

.doubleScroll .colTxt p{
    padding: 0;
    margin: 0 !important;
}

.doubleScroll .colTxt{
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: -webkit-fill-available;
}

.doubleScroll .colTxt .contenuto{
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: white;
    position: relative;
    will-change: transform;
}

.doubleScroll .colImg img{
    border-radius: 15px !important;
}

.doubleScroll .colImg{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.doubleScroll .colImg p{
    padding-top: 15px;
    padding-bottom: 0;

    color: var(--BLACK);
    font-size: var(--XL);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.doubleScroll .colImg .wp-block-group{
    margin: 0;
}



/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
}

.modal-content {
    width: 60%;
    aspect-ratio: 16/9;
    /*background: white;*/
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    visibility: hidden;
}

#videoFrame{
    aspect-ratio: 16/9;
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Cover Video Big */
.coverVideoBig{
    padding: 120px;
}

.coverVideoBig .headerVideoContent{
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 1200px;
}

.coverVideoBig .headerVideoContent .headerVideoTitleBlock{
    max-width: 600px;
}


.coverVideoBig .headerVideoContent .headerVideoTitleBlock h1{
    margin: 0;
    font-size: var(--XL4);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.coverVideoBig .headerVideoContent .headerVideoTitleBlock p{
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 45px;
    padding: 0;
}

.coverVideoBig .headerVideoContent .headerVideoTitleBlock .sottotitolo{
    padding: 0;
    font-size: var(--XL2);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.coverVideoBig .headerVideoContent .wp-block-buttons{
    margin: 0;
}

.subtitleTitleBlock{
    padding: 90px 120px;
}

.subtitleTitleBlock .subtitleTitleContent{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.subtitleTitleBlock .subtitleTitleContent p{
    padding: 0;
    font-size: var(--L);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.subtitleTitleBlock .subtitleTitleContent h2{
    font-size: var(--XL3);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0;
}

.txtImgBlock{
    padding-top: 90px;
    padding-bottom: 90px;
}

.txtImgBlock .wp-block-cover{
    width: 100%;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    aspect-ratio: 16 / 9;
}

.txtImgBlock .txtImgBlockText{
    padding: 90px 90px 90px 120px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.txtImgBlock.sx .txtImgBlockText{
    padding: 90px 90px 120px 90px;
}

.txtImgBlock.sx .wp-block-cover{
    border-radius: 0 15px 15px 0;
}

.txtImgBlock .txtImgBlockText p{
    color: unset;
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 0;
}


.txtImgBlock .txtImgBlockText h2{
    font-size: var(--XL3);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}


.standardTxtBlock{
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.standardTxtBlock h2{
    font-size: var(--XL3);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.standardTxtBlock p{
    padding: 0;
    font-size: var(--M);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.coverVideoBig .wp-block-button a{
    margin: 0;
    width: fit-content;
    display: flex;
    height: 45px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: var(--BLUE);
    cursor: pointer;
    transition: all ease-in-out .3s;

    color: var(--WHITE);
    text-align: center;
    font-size: var(--S);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.coverVideoBig .wp-block-button:hover a{
    background: #066df6;
}

.coverVideoBig .bottoneVideo a{
    display: flex;
    height: 45px;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid var(--WHITE);
    margin: 0;
    cursor: pointer;
    background: none;
}

.coverVideoBig .bottoneVideo a:hover{
    background: none;
}

.coverVideoBig .bottoneVideo a::after {
    content: "";
    background-size: 5px 10px !important;
    background: url(img/icons/play_white.svg) no-repeat 4px 1px;
    border-radius: 18px;
    border: 2px solid var(--WHITE);
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
