:root {
    --containerSite: 900px;
    --containerSiteFooter: 900px;
    --spacerSection: 32px;
    --h1Size: 72px;
    --h2Size: 46px;
    --h3Size: 28px;
    --colorWhite: #ffffff;
    --colorGreen: #2F4324;
    --colorGreenLight: #50713C;
    --colorFooter: hsla(0, 0%, 100%, .7);
    --colorText: #fff;
    --spacerSite: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


body {
    font-family: "aglet-sans", sans-serif;
    line-height: normal;
    letter-spacing: normal;
}

.container-pf {
    background-image: url("../img/bg.jpg");
    height: 100%;
    padding: calc(var(--spacerSite) * 4) 0px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-episodes {
    overflow: auto;
    border-radius: 4px;
    height: auto;
    width: 100%;
    max-width: var(--containerSiteFooter);
    background-color: var(--colorGreen);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    color: var(--colorText);
}

.container-cover {
    height: 450px;
    background-color: pink;
    background-image: url(../img/hero.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
    padding-top: var(--spacerSite);

}

a.backto {
    background-color: var(--colorGreen);
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: calc(var(--spacerSite) / 2);
    border-radius: 30px;
    padding: calc(var(--spacerSite) / 2) var(--spacerSite);
    max-width: 100px;
    font-size: 14px;
    margin-left: var(--spacerSite);
    color: #fff;
    text-decoration: none;

}

.container-cover .shadow {
    position: absolute;
    bottom: 0;
    width: calc(100% - calc(var(--spacerSite) * 2));
    height: calc(70% - calc(var(--spacerSite) * 2));
    background: rgb(2, 0, 36);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, var(--colorGreen)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, var(--colorGreen) 5%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, var(--colorGreen) 5%, rgba(0, 0, 0, 0) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: var(--spacerSite);
}

.container-cover .shadow h1 {
    font-size: 46px;
    color: #fff;
    font-weight: bold;
}

.leftsect .info-series {
    margin-top: var(--spacerSite);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: calc(var(--spacerSite) / 2);
    font-size: 18px;
}

.rightsect .logopf {
    width: auto;
    padding: calc(var(--spacerSite) / 2) var(--spacerSite);
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.rightsect .logopf img {
    width: 100px;
}

.container-info-general {
    padding: 0px var(--spacerSite);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(var(--spacerSite) * 2);
}


.numberofepisodes {
    padding: 0px var(--spacerSite);
    font-size: 20px;
    margin-top: 32px;
    font-weight: bold;
}

.info-series .gen {
    font-weight: bold;
    margin-right: calc(var(--spacerSite) / 2);
}

.container-episodes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*gap: var(--spacerSite);*/
    padding: var(--spacerSite) 0px;
    padding-bottom: calc(var(--spacerSite) * 2);
}

.episode-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: var(--spacerSite);
    padding: var(--spacerSite);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.episode-single:hover {
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.time-episode {
    margin-left: auto;
}

.next-episode:hover {
    background-color: transparent;
    cursor: default;
}

.thumbImage {
    height: 125px;
    background-color: #000;
    min-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.number-ep {
    min-width: 45px;
    height: 45px;
    background-color: var(--colorGreenLight);
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.desc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--spacerSite);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 450px;
}

.title-episode {
    font-weight: bold;
}

.title-episode-next {
    font-size: 26px;
}

.closeModals {
    cursor: pointer;
}

.backdrop {

    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


.modal-video {
    z-index: 100;
    background-color: var(--colorGreen);
    width: 100%;
    height: 100%;
    max-width: calc(var(--containerSite) * 1.5);
    max-height: 800px;
}

.modal-video .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px var(--spacerSite);
    height: 52px;
    font-size: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.body-modal {
    height: calc(100% - 52px);
}

b {
    font-weight: bold;
}

footer {
    background-color: var(--colorGreen);
    padding: var(--spacerSite);
    color: var(--colorFooter);
}

footer .footerContainer {
    max-width: var(--containerSiteFooter);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

footer .footerContainer span {
    display: block;
    margin-bottom: calc(var(--spacerSection) / 3);
    line-height: 22px;
    font-size: 12px;
}

footer .footerContainer span b {
    font-weight: 600;
}

footer .footerContainer span a {
    color: var(--colorFooter);
    cursor: pointer;
}

footer .footerContainer span a:hover {
    opacity: 0.5;
    -webkit-transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .6s cubic-bezier(.215, .61, .355, 1);
}

.logoFooter img {
    max-width: 58px;
}

.newsletter .big {
    font-size: 32px;
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    display: inline-block;
}

.socialicon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 15px;
}

video {
    height: auto;
    -webkit-box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);
            box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.25);
}

.socialicon a img {
    width: 20px;
    opacity: 0.7;
}

.nrVerde img {
    width: 120px;
    opacity: 0.7;
}

.logoFooter,
.colEl1,
.colEl2,
.colEl3 {
    padding: 16px;
}

.colEl2 a,
.colEl3 a {
    text-decoration: none;
    font-size: 16px;
}

.policys {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 15px;
}

.policys a {
    text-decoration: none;
}

@media(max-width:768px) {

    .container-pf {
        padding: 0px;
    }

    .container-cover .shadow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 16px;
    }

    .container-cover .shadow .leftsect {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .container-info-general {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .episode-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .episode-single.next-episode {
        background-color: transparent;
    }

    footer .footerContainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .modal-video {
        max-height: none;
    }
}