﻿body {
    top: 0px;
    left: 0px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 0px;
}

@font-face {
    font-family: "Helvetica Neue Bold";
    src: url("../Fonts/Helvetica-Neue/helvetica-neue-bold.ttf");
}

@font-face {
    font-family: "Helvetica Neue Regular";
    src: url("../Fonts/Helvetica-Neue/helvetica-neue.ttf");
}
.header img {
    max-width: 100%; 
    margin-bottom: 0%;
}
#conteudo{
    display: grid;
    grid-template-columns: 50% 50%;
}
.lateral {
    width: 100%;
    height: auto;
}
.titulo {
    margin-top: 53px;
    margin-left: 20%;
    width: 85%;
    height: 180px;
    opacity: 1;
    display: inline-block;
}
    .titulo h1 {
        text-align: left;
        font-size: 49px;
        font-family: 'Helvetica Neue Bold';
        letter-spacing: 0px;
        color: #8296E0;
        opacity: 1;
    }
.texto {
    margin-top: 71px;
    margin-left: 20%;
    width: 85%;
    height: 502px;
}
    .texto p {
        text-align: left;
        font-size: 20px;
        font-family: 'Helvetica Neue Regular';
        letter-spacing: 0px;
        color: #707070;
        opacity: 1;
    }

#cartilha {
    margin-top: 131px;
    margin-left: 15%;
    width: 330px;
    height: 110px;
    background: #8296E0 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: hidden;
    opacity: 1;
    text-decoration: none;
    float: left;
}
    #cartilha h1 {
        text-align: center;
        font-family: 'Helvetica Neue Bold';
        font-size: 25px;
        letter-spacing: 1.58px;
        color: #FFFFFF;
        opacity: 1;
    }
    #cartilha h2 {
        text-align: center;
        font-family: 'Helvetica Neue Bold';
        font-size: 23px;
        letter-spacing: 0px;
        color: #C4D8E8;
        opacity: 1;
    }

#politica {
    margin-top: 64px;
    margin-left: 38px;
    width: 340px;
    height: 117px;
    background: #17DB68 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: hidden;
    opacity: 1;
    text-decoration: none;
    display: inline-block;
}
    #politica h1 {
        text-align: center;
        font-family: 'Helvetica Neue Bold';
        font-size: 25px;
        letter-spacing: 1.58px;
        color: #FFFFFF;
        opacity: 1;
    }
    #politica h2 {
        text-align: center;
        font-family: 'Helvetica Neue Bold';
        font-size: 23px;
        letter-spacing: 0px;
        color: #8296E0;
        opacity: 1;
    }

#canal {
    margin-top: 131px;
    margin-left: -16%;
    width: 330px;
    height: 110px;
    background: #C4D8E8 0% 0% no-repeat padding-box;
    border-radius: 20px;
    border: hidden;
    text-decoration: none;
    opacity: 1;
    display: inline-block;
    float: left;
}
    #canal h1 {
        text-align: center;
        font-family: 'Helvetica Neue Bold';
        font-size: 25px;
        letter-spacing: 1.58px;
        color: #8296E0;
        opacity: 1;
    }
    #canal h2 {
        text-align: center;
        font-family: 'Helvetica Neue Bold';
        font-size: 23px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
    }

#saiba-mais {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 100%;
    height: 100%;
    background: #C4D9E8 0% 0% no-repeat padding-box;
    opacity: 1;
}
    #saiba-mais p {
        width: 80%;
        height: 30%;
        text-align: left;
        font-family: 'Helvetica Neue Bold';
        font-size: 30px;
        letter-spacing: 0px;
        color: #8296E0;
        opacity: 1;
        float: left;
        margin-left: 0px;
        margin-top: -60px;
        margin-bottom: 10%;
    }

/*Imagens*/
#img-ilustra {
    margin-left: 110%;
    margin-top: -500px;
    width: 29px;
    height: 81px;
    opacity: 1;
    float: left;
}
#img-cartilha {
    margin-top: -22px;
    margin-left: 10%;
    width: 159px;
    height: 324px;
    display: inline-block;
}

#img-politica {
    margin-top: 61px;
    margin-left: 122px;
    width: 160px;
    height: 122px;
    float: left;
}

#img-canal {
    margin-top: 95px;
    margin-left: 62px;
    width: 136px;
    height: 123px;
}

.img-youtube img {
    margin-top: 3%;
    margin-left: 5%;
    width: 90%;
    height: 90%;
    float: left;
}

.img-saiba {
    margin-top: 0%;
    margin-left: 10%;
}
#img-saiba {
    width: 60%;
    height: 60%;
}
#img-logo {
    margin-left: -10%;
    margin-top: -50%;
    margin-bottom: 10%;
    width: 50%;
    height: 50%;
    float: left;
}

#img-footer {
    width: 100%;
    height: 100%;
}

@media (max-width: 799px){
    #conteudo {
        display: grid;
        grid-template-columns: 100%;
    }
    .texto {
        margin: 0px 50px 0px 10%;
        width: 80%;
        height: auto;
    }
    .titulo {
        margin: 10px 0px -30% 10%;
        width: 80%;
        height: auto;
    }
    .lateral {
        margin: 0px 0px 20px 0px;
        width: 100%;
        height: auto;
    }
    #saiba-mais {
        display: grid;
        grid-template-columns: 100%;
    }

    .img-youtube {
        margin-top: 5%;
        margin-left: 5%;
        width: 90%;
        height: 100%;
        float: left;
    }

    .img-saiba {
        margin-top: 5%;
        margin-left: 10%;
        width: 50%;
        height:50%;
    }
    #saiba-mais p {
        margin-top: -28%;
        margin-left: 60%;
        font-size: 20px;
        width: 50%;
        height: 40%;
    }

    #img-logo {
        margin-left: 100%;
        margin-top: -25%;
        width: 45%;
        height: 45%;
        float: left;
    }
    #img-ilustra {
        margin-left: 90%;
    }
}