* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    }
   .container {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    header {
        width: 100%;
        max-width: 1200px;
        background-image: url(imgsfs/header\ 1.jpg);
        padding: 25px 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 75px;
    }
    #cartaz{
        padding-left: 18px;
    }
    .border1 {
        border: 4px #AFB3D9 solid;
    }
    #introtit{
        background-image: url(imgsfs/titulo1.jpg);
        max-width: 570px;
        width: 100%;
        height: 108px;
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    #grande {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 45px;
        font-style:normal;
        color: #fff;
        text-transform: capitalize;
        padding-left: 25px;     
    }
    #grande2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 800;
        font-size: 45px;
        font-style:normal;
        color: #fff;
        text-transform: capitalize;
        padding-left: 25px; 
        display: none;}

 
    .subsubtit{
        width: 421px;
        margin-bottom: 20px ;  
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
        font-style:normal;  
    }
    #subsubtit2{
        width: 372px;
        height: 83px;  
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
        font-style:normal;  
    }
    #paragrafo1{
        width: 421px;
        margin-bottom: 20px ;  
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-style:normal; 
    }
    #paragrafo2{    
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-style:normal; 
        width: 375px;  
        height: 109px;
    }
    #netflix {
        margin-top: 11px;
        border: 4px #292570 solid; 
        }
        #gallery{
            margin-top: 100px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-left: 18px;
            padding-right: 18px ;
            width: 100%;
            max-width: 1200px ;

        }
        .galeria1{
            display: none;
        }
        #titulo22 {
            font-family: "Montserrat", sans-serif;
            font-weight: 900;
            font-size: 30px;
            font-style:normal;
            color: #fff;
        }
        
        #episodio{
            margin-top: 70px;
            display: flex;
            width:100% ;
            max-width: 1200px;
        }
        #episodiotxt{
            margin-bottom: 20px ; 
            padding-left: 24px;  
            width: 100%; 
            max-width:  375px; ;
            flex-wrap: wrap;
        }
        #printseason2{
            margin-left: 117px;
        }
        #printseason22{
            
            display: none;
        }
        #botãoespecial{
            text-decoration: underline;
            color: #000;
        }
        #containerplus2{
            background-image: url(imgsfs/Rectangle10.jpg);
            width: 100%;
            max-width: 1606px;
            height: 511px;
            margin-top: 100px;
        }
    

        nav {
            width: 398px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
         a {
            text-decoration: none;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 18px;
            font-style:normal; 
        }
        a:link{
            color: #fff;
        }
        a:visited{
            color: #AFB3D9;
        }
        a:hover{
          color: #292570;  
            
        }
        a:active{
            font-weight: 600;
        }
        .cta {
            display: flex;
            width: 32px;
            height: 32px;
            align-items: center;
            justify-content: center;
        }  
        #intro {
            width: 100%;
            max-width: 1160px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
           
        }
        #introtxt {
            width: 100%;
            max-width: 566px;
            display: flex;
            flex-wrap: wrap;
            align-content: start;
            
        }
        footer{
            
            width: 100%;
            max-width: 1160px;
            margin: 0 auto;
        }

#base{
 display:flex; 
 justify-content: space-between;
 margin-left: 40px;
 margin-right: 40px;
}
#img2{
width: 200px;
margin-top: 120px;
}

#alinhacomimg2{
width: 150px;
margin-top: 100px;
}

#antesocial{
    font-family:"Montserrat", sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-style:normal;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
}
#fim{
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}
.design{
    font-family:"Montserrat", sans-serif;
    font-weight: 100;
    font-size: 18px;
    font-style:normal;
    color: #fff;
    margin-top: 150px;   
}
h1{ 
    text-align: center;
}

.botao{
    display: block;
}
#pds1{
    display: none;
}
#hamburger{
    display: none;
    width: 50px;
    height: 50px;
}
.galeria2{
    display: none;
}

@media only screen and (max-width: 720px) {
    header {
        background-image:url(imgsfs/header\ 2.jpg);
        width: 720px; 
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .botao{
        display: none;
    }
    #hamburger{
        display: block;
    }
    #end{
        display: flex;
        margin-left: 10px; 
        flex-wrap: wrap;
        width: 200px;
        
    }
  
    #cartaz{
        padding-left: 18px;
        width: 180px; 
    }
  
    #intro{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #pds{
        display: none;
    }
    #pds1{
        display: block;
        width: 690px;
    }
    #introtit{
        background-image: url(imgsfs/titulo10.jpg);
        max-width: 570px;
        width: 100%;
        height: 108px;
        margin-bottom: 10px; 
    }
    #introtxt { 
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        
    }
    .subsubtit{
        width: 520px; 
        margin-top: 10px; 
        margin-bottom: 20px ;  
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 18px;
        font-style:normal;  
    }
    #paragrafo1{
        width: 520px; 
        margin-bottom: 20px ;  
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 18px;
        font-style:normal; 
    }
    #netflix{
       align-self: flex-start;
        }
        #episodiotxt{ 
            max-width: 600px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        #episodio{
            justify-content: center;
            display: flex;
            flex-wrap: wrap;
            margin-top: 25px;
        }
        #printseason2{
            margin-left: 0px;
        }
        #gallery{
            margin-top: 30px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .galeria1{
            display: none;
        }
        .galeria{
            display: none;
        }
         .galeria2{
            display: block;
            margin-bottom: 50px;
        }
        #paragrafo2{   
            margin-top: 20px; 
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 18px;
            font-style:normal; 
            height: auto;
            width: 650px; 
        }
        #subsubtit2{
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 18px;
            font-style:normal; 
            height: auto; 
            margin-top: 15px; 
            margin-bottom: 15px;
            width: 650px;
        }
        #botãoespecial{
            text-decoration: underline;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 18px;
            font-style:normal;  
            height: auto;
            margin-right: 0;
        }
        .design{
            font-family:"Montserrat", sans-serif;
            font-weight: 100;
            font-size: 14px;
            font-style:normal;
            color: #fff;
            margin-top: 20px;  
            text-align: center; 
            margin-left: 10px;
            margin-right: 10px;
        }
        #fim{
           margin-top: 150px;}
           #alinhacomimg2{
           margin-left: 10px;
           }
        
}
@media only screen and (max-width: 360px) {
    #pds1{
        display: none;
    }
    .galeria2{
        display: none;
    }
    #hamburger{
        display: block;
        display: flex;
        justify-content: center;
        margin-left: 130px;
            width: 50px;
            height: 50px;    
    }
    .botao{
       #introtit{
        background-image: url(imgsfs/titulo10.jpg);
        max-width: 570px;
        width: 100%;
        width: 300px;
        height: 108px;
        margin-top: 30px;
        margin-bottom: 10px; ;
    }   display: none;
    }
    .cta{
        display: none;
    }
    header {
        background-image: url(imgsfs/header.jpg);
        width: 360px; 
        display: flex;
        margin-bottom: 30px;
        flex-wrap: nowrap;
    }
    .galeria{
        display: none;
    }
     .galeria1{
        display: block;
        margin-bottom: 20px;
    }
    #printseason2{
    display: none;
    }
    #printseason22{
        display: block;
        width: 330px;
        
    }
    .border1{
        width: 100%;
        max-width: 500px;
        border: 4px #AFB3D9 solid;    
    }
    #grande{
        display: none;
    }
    #grande2{
        display: block;
    }
    #intro {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #containerplus2{
        background-image: url(imgsfs/Rectangle\ 71.jpg);
        margin-top: 50px;
        height: 511px;
        display: flex;
        flex-wrap: wrap;
    }
    #cartaz{
        padding-left: 18px;
        width: 140px; 
    }
    #pds{
        display: block;
        width: 300px;
    }
    #introtit{
        background-image: url(imgsfs/titulo10.jpg);
        max-width: 570px;
        width: 100%;
        width: 300px;
        height: 108px;
        margin-top: 30px;
        margin-bottom: 10px; ;
    }
    #introtxt {
        width: 100%;
        max-width: 566px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }
    #gallery{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;

        justify-content: center;
    }
    .subsubtit{
        margin-top: 10px; 
        width: 300px;
        margin-bottom: 20px ;  
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        font-style:normal;  
    }
    #paragrafo1{
        width: 300px; 
        margin-bottom: 20px ;  
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-style:normal; 
    }
    #netflix{
    margin-right: 120px; 
    }
    #episodio{
        padding-left: 24px;
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0px;
        margin-top: 30px;
    }
    #episodiotxt{ 
        width: 100%; 
        max-width:  375px; ;
        flex-wrap: wrap;
        padding-left: 24px; 
    }
    #paragrafo2{   
        margin-top: 20px; 
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        font-style:normal; 
        width: 300px; 
        height: auto;
    }
    #subsubtit2{
        width: 300px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        font-style:normal; 
        height: auto; 
        margin-top: 15px; 
        margin-bottom: 15px;
    }
    #botãoespecial{
        text-decoration: underline;
        width: 300px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        font-style:normal;  
        height: auto;
    }
    #base{
        display:flex; 
    
       text-align: center; 
       align-items: center;
       flex-direction: column;
       }
       #alinhacomimg2{
        width: 150px;
        margin-top: 0px;
        }
       #antesocial{
        font-family:"Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        font-style:normal;
        color: #fff;
        margin-top: 40px;
        text-align: center;
    }
    #fim{
        display: flex;
        margin-top: 80px;
        flex-direction: column;
        margin-left: 15px;
        margin-right: 15px;
    }
    .design{
        font-family:"Montserrat", sans-serif;
        font-weight: 100;
        font-size: 14px;
        font-style:normal;
        color: #fff;
        margin-top: 0px;  
        text-align: center; 
        margin-bottom: 15px;
    }
    #img2{
        width: 200px;
        margin-top: 80px;
        }
    
    }
   