/*
Theme Name: Pandemia Final
Theme URI: https://pandemiafinal.agenciaturing.com
Author: Turing - Marketing
Author URI: https://agenciaturing.com
Description: Landing Page - Obra: Pandemia Final
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: black;
}

body{
    background-image:url(../pandemiafinal/Imgs/Background\ 2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

section .Autor, .Pitch, #Oferta, .Público-Alvo, .FAQ{
    padding-left: 100px;
    padding-right: 100px;
}

.logo img{
    max-width: 550px;
    margin-top: -20px;
}

.logo{
    text-align: center;
    padding-top: 30px;
}

.logo h1{
    padding-top:10px;
    margin-bottom: -20px;
    color: red;
    font-size: 30px !important;
}

.video{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 25px;
}

.video h3{
    padding-bottom: 15px;
    color: black !important;
    font-size: 25px;
    margin-bottom: 0;
}

.Instrução1 h3{
    color: black !important;
    font-size: 20px;
}

.Instrução2 h3{
    color: black !important;
    font-size: 20px;
    margin-top: -40px;
}
 

.Deslize a{
    display: inline-block;
    text-align: center;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    border-radius: 15px;
    font-weight: bold;
    font-size:  20px;
    background-color: #ff9900;
    text-decoration: none;
    color: black;
}

.Deslize a:hover{
    color: white;
}


.CTA input{
    display: inline-block;
    text-align: center;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-top: -20px;
    border-radius: 15px;
    font-weight: bold;
    font-size:  20px;
    background-color: #ff9900;
    text-decoration: none;
    color: black;
    -webkit-appearance: none !important;
}

input:hover{
    color: white;
}

.comprar{
    margin-left: auto;
    margin-bottom: 50px;
    margin-top: -20px;
}

h1{
    text-align: center;
    font-size: 50px;
}

p{
    font-size: 30px;
    text-align: justify;
    margin: 20px;
}

h2{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

s{
    color: red;
}

h3{
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    color: green !important;
}

h4{
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.Autor img{
    width: 250px;
    margin-top: 20px;
    margin-left: auto;
}

.depoimentos{
    padding: 40px 0;
}

.depoimentos > h1{
    text-align: center;
    font-size: 50px;
    margin-bottom: -60px;
}

.container-slider{
    overflow: hidden;
    padding: 40px 0;
}

.container-slider-single{
    float: left;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}

.container-slider-single p{
    margin: 15px 0;
    color: #7e92ac;
    font-size: 14px;
}

.slick-slide{
    margin-left: 27px;
}

/* the parent */
.slick-list{
    margin-left: -27px;
}

/* SLICK SLIDER */

.slick-dotted ul{
    display: block;
    list-style-type: none;
    text-align: center;
    position: relative;
    top: 30px;
}

.slick-dotted li{
    display: inline-block;
    margin: 0 7px;
}

.slick-dotted button:focus{
    outline: 0;
}

.slick-dotted li button{
    width: 16px;
    height: 16px;
    border-radius: 8px;
    color: #d8d8d8;
    border-width: 0;
    background: #d8d8d8;
    opacity: 1;
    cursor: pointer;
}

li.stick-active button{
    background: #373855;
    color: #373855;
}

.slick-slide:focus{
    outline: none;
}

.Infos{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: black;
}

footer{
    margin: auto;
}

h5{
    color: white;
    font-size: 20px;
    text-align: center;
}

/*
.F{
    text-align: center;
    flex-wrap: wrap;
    display: flex;
}

.F1{
    text-align: left !important;
    padding-right: 1000px;
    padding-top: 20px;
}

.F2{
    text-align: right !important;
    padding-left: 980px;
    max-width: 100%;
}
*/

.whatsapp a{
    position: fixed !important;
    top: 82% !important;
    right: 1% !important;
    padding: 10px !important;
    z-index: 10000000 !important;
}

.Infos > p{
    color: white;
    font-size: 17px;
    text-align: center;
}

@media screen and (max-width: 768px) {
     
    section .Autor, .Pitch, #Oferta, .Público-Alvo, .FAQ{
        padding-left: 0px;
        padding-right: 0px;
    }

    .Trailer{
         max-width: 100%;
     }

     .Logo{
         max-width: 100%;
     }

     .Logo img{
         max-width: 100%;
     }

     .video iframe{
         max-width: 100%;
     }

     /*
     a{
        display: inline-block;
        text-align: center;
        padding: 20px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-bottom: 30px;
        margin-top: 10px;
        border-radius: 15px;
        font-weight: bold;
        font-size:  20px;
        background-color: #ff9900;
        text-decoration: none;
        color: black;
    }
    */

    .CTA input{
        display: inline-block;
        text-align: center;
        padding: 20px;
        padding-left: 50px;
        padding-right: 50px;
        margin-left: auto;
        margin-bottom: 30px;
        margin-top: -20px;
        border-radius: 15px;
        font-weight: bold;
        font-size:  20px;
        background-color: #ff9900;
        text-decoration: none;
        color: black;
        -webkit-appearance: none !important;
    }

    input:hover{
        color: white;
    }

    .comprar{
        margin-top: 120px;
        margin-left: auto;
        margin-top: -20px;
    }
    
     .Autor{
        max-width: 100%;
    }

    .Autor img{
        width: 250px;
        margin-top: 20px;
        margin-left: auto;
    };

    .Pitch{
        max-width: 100%;
    }

     .depoimentos{
         max-width: 100%;
     }

     .container-slider img{
         max-width: 100%;
     }

     .Oferta{
         max-width: 100%;
         margin-bottom: -125px;
     }

     .Público-Alvo{
         max-width: 100%;
     }

     .FAQ{
         max-width: 100%;
     }
}