@charset "UTF-8";

.cont2 {
    background: url(../imagens/sobre-nos.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

#cont2 {
    height: 385px !important;
}

.tex-sec {
    width: 50%;
    margin: 120px 9.2%;
}

#cont2 h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 34px;
    line-height: normal;
    color: #fff;
    margin-bottom: 0;
}

#cont2 p {
    font-weight: normal;
    margin-top: 35px;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.borda {
    border-style: solid;
    border-bottom-width: 1px;
    border-color: rgb(255, 87, 34);
    width: 50px;
    float: left;
}

/*############################### SEGUNDA SESSÃO  ##############################*/
#container-out-cont {
    width: 83%;
}

#col-out2 {
    padding: 50px 50px 70px 12px;
}

#col-out2 > h2 {
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 32px;
}

#col-out2 > p {
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    color: #6d6e71;
    line-height: 28px;
}

/*############################### TERCEIRA SESSÂO ##############################*/
.section-ebook3 {
    background: #00b1e0;
}

#btn-ebookk {
    width: 85%;
}

#btn-coll {
    position: relative;
    top: 12px;
    padding: 50px 34px 50px 22px;
}

.ebookk2 p {
     font-family: 'Raleway',Arial,sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
}

/*############################### QUARTA SESSÂO ##############################*/
#btn-cont {
    width: 81%;
}

#dados {
    padding: 32px 32px 55px 32px;
}

.img-pdca {
    text-align: center;
}

.img-pdca img {
    margin-right: 15px;
}

#btn-cont h2 {
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
}

#btn-cont p {
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 70px;
    line-height: normal;
    margin-top: 0;
    color: #6d6e71;
}

.btn-h {
    font-weight: bold;
    color: #259390;
    font-size: 30px;
    line-height: 36px;
}

.btn-1{
    font-weight: bold;
    color: #2e687c;
    font-size: 30px;
    line-height: 36px;
}

.btn-2 {
    font-weight: bold;
    color: #cc3253;
    font-size: 30px;
    line-height: 36px;
}

.btn-3 {
    font-weight: bold;
    color: #f2b319;
    font-size: 30px;
    line-height: 36px;
}

#ul-1 p , #ul-2 p {
    font-family: 'Raleway';
    font-weight: normal;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 32px;
}

/*######################  QUARTA SESSÃO  #############################*/

.section-ebook2 {
    background: #00b1e0;
    height: 210px;
}

#row-ebook {
    width: 84%;
}

#div-ebook {
    position: relative;
    top: 30px;
}

.ebook2 h2 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0px;
}

.ebook2 p {
    font-family: 'Poppins';
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
}

.btn-baixar2 {
    position: relative;
    top: 60px;
}

.btn-baixar2 > button {
    font-family: 'Raleway';
    font-weight: 600;
    width: 260px;
    min-height: 50px;
    padding: 8px;
    border-radius: 60px;
    background: #ffffff;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-baixar2 > button > a {
    color: rgb(0, 0, 0);
    text-transform: initial;
}

.btn-baixar2 > button:hover {
    background: #259aad;
    border-color: #259aad;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #fff;
}

.btn-baixar2 > button > a:hover {
    color: #fff;
}

/*######################  QUINTA SESSÃO  #############################*/
/*
.cont-tam {
    width: 80%;
}

.cont-tam img {
    width: 60px;
    float: left;
}

.cont-tam > .btn-img {
    width: 80px;
    float: left;
    margin-top: -12px;
}

.cont-tam h3 {
    font-family: 'Poppins';
    font-weight: 600;
    color: #434343;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    left: 5px;
}

.cont-tam p {
    position: relative;
    left: 65px;
    font-family: 'Raleway';
    font-weight: 500;
    color: #9f9f9f;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin-top: 0;
}*/



/*######################  QUERIES  #############################*/
@media screen and (max-width: 992px) {
    .tex-sec {
        width: 50%;
        margin: 100px 5%;
    }

    #container-out-cont {
        width: 88%;
    }
/*
    #btn-cont {
        margin-bottom: 0;
    }*/

    #btn-coll {
        position: relative;
        top: 12px;
        padding: 35px 0px 35px 0px;
    }

    #btn-ebookk {
        width: 97%;
    }

    #btn-cont {
        width: 88%;
    }

    #btn-cont h2 {
       margin-top: 0px;
    }

    .section-ebook2 {
        height: 295px;
    }

    .ebook2 h2, .ebook2 p {
        text-align: center;
    }

    .btn-baixar2 > button {
        position: relative;
        left: 32%;
    }
}

@media screen and (max-width: 767px) {
    #container-out-cont {
        width: 90%;
    }

    #btn-cont {
        width: 90%;
    }

    .cont2 {
        background-position-x: 82%;
    }

    .btn-baixar2 > button {
        position: relative;
        left: 28%;
    }
} 



@media screen and (max-width: 600px) {
    .tex-sec {
        margin: 80px 3%;
        width: 65%;
    }

    #cont2 h2 {
        font-size: 32px;
    }

    #cont2 p {
        font-size: 18px;
    }

   #container-out-cont {
        width: 92%;
    }

    #btn-cont {
        width: 92%;
    }

    #btn-coll {
        padding: 22px 15px 22px 15px;
    }

    #col-out2 {
        padding: 25px 12px 30px 12px;
    }

    .section-ebook2 {
        height: 354px;
    }

    .ebookk2 p {
        font-size: 20px;
    }

    .btn-baixar2 > button {
        position: relative;
        left: 24%;
        width: 240px;
    }

    #div-ebook {
        position: relative;
        top: 40px;
    }

    .btn-baixar2 {
        position: relative;
        top: 85px;
    }

    .img-pdca img {
        margin-right: 10px;
        width: 82px;
    }

    .img-pdca > img:nth-child(3) {
        width: 78px;
    }

    #dados {
        padding: 0px 32px 58px 32px;
    }
}

@media screen and (max-width: 500px) {
    #col-out2 {
        padding: 20px 12px 30px 12px;
    }

    .ebookk2 p {
        font-size: 22px;
    }

    #btn-coll {
        padding: 0px 18px 0px 18px;
    }

    #dados {
        padding: 0px 15px 57px 15px;
    }

    .btn-baixar2 {
        top: 80px;
    }

    .btn-baixar2 > button {
        left: 21%;
    }
}

@media screen and (max-width: 415px) {
    .tex-sec {
        width: 68%;
    }

    #cont2 h2 {
        font-size: 30px;
    }

   .ebookk2 p {
        font-size: 21px;
        line-height: 32px;
    }

    #btn-coll {
        padding: 0px 21px 0px 21px;
    }

    #dados {
        padding: 0px 0px 57px 0px;
    }

    .img-pdca img {
        width: 90px;
        margin-right: 2px;
    }

    .img-pdca > img:nth-child(3) {
        width: 85px;
    }

    .btn-baixar2 > button {
        left: 14%;
    }
}

@media screen and (max-width: 395px) {
    #btn-coll {
        padding: 0px 12px 0px 12px;
    }

    #btn-cont h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .img-pdca img {
        width: 80px;
    }

    .img-pdca > img:nth-child(3) {
        width: 77px;
    }

    .btn-baixar2 > button {
        left: 12.5%;
    }
}

@media screen and (max-width: 360px) {
    #div-ebook {
        top: 18px;
    }   

    .btn-baixar2 {
        top: 48px;
    }

    .btn-baixar2 > button {
        left: 10%;
        width: 230px;
    }

    .img-pdca img {
        width: 77px;
    }

    .img-pdca > img:nth-child(3) {
        width: 74px;
    }
}

@media screen and (max-width: 320px) {
    .tex-sec {
        width: 75%;
    }

    #cont2 h2 {
        font-size: 28px;
    }

    #cont2 p {
        font-size: 17px;
    }

    .ebookk2 p {
         font-size: 18px;
    }

    #row-ebook {
        width: 72%;
    }

    #btn-coll {
        padding: 0px 15px 0px 15px;
    }

    #div-ebook {
        top: 10px;
    }

    .btn-baixar2 {
        top: 28px;
    }

    .ebook2 h2, .ebook2 p {
        text-align: left;
    }

    .btn-baixar2 > button {
        left: 2%;
        width: 200px;
    }

    #col-out2 > h2 {
        font-size: 31px;
    }

    #dados {
        padding: 0px 37px 57px 37px;
    }
}