@font-face{
    font-family: "poppins-bold";
    src: url("../lib/fonts/poppins-bold.ttf");
}

@font-face{
    font-family: "poppins-medium";
    src: url("../lib/fonts/poppins-medium.ttf");
}

#home{
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    font-family: poppins-bold !important;
}

li,
p,
h4{
    font-size: 20px;
    font-family: poppins-medium !important;
    color: #707070;
}
.text{
    color: #F28D28;
    font-family: poppins-bold !important;
}

.text1{
    color: #308F4D;
    font-family: poppins-bold !important;
}

.orange{
    color: #F28D28;
}

.arroba{
    font-size: 13px;
}

.gray{
    color: #969696;
}

.mt-2rem{
    margin-top: 2rem;
}

.pl-6{
    padding-left: 6rem;
}

.check{
    height: 20px !important;
}

li {
    list-style: none;
}

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

.pt-13{
    padding-top: 13px;
}

/* ----- REDES ----- */

/* .btn-face{
    border: 0 !important;
    color:#969696!important;
    width: 200px !important;
    border-radius: 40px !important;
    box-shadow: 0px 10px 20px #0000004D;
    padding: 0.10rem .15rem !important;
} */

/* .btn-face:hover{
    transition: 0.9s ease-in;
    background-color: #3B5998;
} */

.btn-face:hover .logo-face,
.btn-face:hover .face{
    fill: #3B5998;
    background-color: #FFFFFF ;
}

.btn-insta{
    position: relative;
    border: 0 !important;
    color:#969696!important;
    width: 200px !important;
    border-radius: 40px !important;
    box-shadow: 0px 10px 20px #0000004D;
    padding: 0.10rem .15rem !important;
    background: linear-gradient( white, white);
    z-index: 1;
}

.btn-face{
    position: relative;
    border: 0 !important;
    color:#969696!important;
    width: 200px !important;
    border-radius: 40px !important;
    box-shadow: 0px 10px 20px #0000004D;
    padding: 0.10rem .15rem !important;
    z-index: 1;
}
.btn-face:after {
    position: absolute;
    content: '';
    border: 0 !important;
    color:#969696!important;
    width: 200px !important;
    border-radius: 40px !important;
    box-shadow: 0px 10px 20px #0000004D;
    padding: 0.10rem .15rem !important;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #3B5998;
    transition: 0.9s ease;
    z-index: 2;
    opacity: 0;
}
.btn-insta:after {
    position: absolute;
    content: '';
    border: 0 !important;
    color:#969696!important;
    width: 200px !important;
    border-radius: 40px !important;
    box-shadow: 0px 10px 20px #0000004D;
    padding: 0.10rem .15rem !important;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient( to left, #7024C4, #C21975,  #C74C4D, #E09B3D);
    transition: 0.9s ease;
    z-index: 2;
    opacity: 0;
}
.btn-insta:hover:after,
.btn-face:hover:after {
    opacity: 1;
}

.btn-insta:hover .logo-insta{
    background-image: linear-gradient(white, white) !important;
}

.btn-face:hover .mudar,
.btn-insta:hover .mudar,
.btn-insta:hover .insta-white{
    display: none;
}

.btn-face:hover .seguir,
.btn-face:hover .seta,
.btn-insta:hover .seguir,
.btn-insta:hover .seta{
    display: block !important;
}

.btn-insta:hover .insta{
    display: inline !important;
}

.seta{
    position: relative;
    z-index: 3;
    margin-top: 12px;
    color: white;
    margin-left: 65px;
}

.seguir{
    position: relative;
    z-index: 3;
    color: white;
}

.face,
.insta,
.insta-white{
    fill: #FFFFFF;
    margin-top: 10px;
    height: 20px !important;
}

.logo-face{
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: #3B5998;
}

.logo-insta{
    position: relative;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;    
    background-image: linear-gradient( #7024C4, #C21975,  #C74C4D, #E09B3D);
}

/* ----- IMAGENS ----- */

.posicaoUm{
    position: absolute;
    width: 340px;
    left: -160px;
    top: -148px;
}
.posicaoDois{
    position: absolute;
    width: 972px;
    right: -225px;
    top: -367px;
}

.posicaoTres{
    position: absolute;
    width: 392px;
    left: -152px;
    bottom: -125px;
}

#celular{
    position: absolute;
    left: -170px !important;
    z-index: 2;
}

#computador{
    position: absolute;
    left: 47px;
    top: 1px;
    z-index: 1;
    width: 126% ;
    height: auto;
}

/* ----- MEDIAS QUERIES ----- */

@media (min-width: 768px) {
    #computador{
        left: 43px;
    }
    #celular{
        left: -83px !important;
    }
    .posicaoDois{
        width: 738px;
        right: -158px;
        top: -276px
    }
    .posicaoTres{
        width: 330px;
        bottom: -139px;
    }
    .portal{
        margin-left: 3rem;
    }
    .conteudo{
        padding-left: 5rem;
    }
}

@media (min-width: 992px) {
    #celular{
        left: -145px !important;
    }
    .posicaoDois{
        width: 972px;
        right: -225px;
        top: -367px;
    }
    .logos{
        position: absolute;
        z-index: 3;
        padding-left: 4rem;
    }
}

@media (min-width: 1150px) {
    .posicaoDois{
        width: 1074px;
        right: -225px;
        top: -367px;
    }
    .posicaoUm {
        width: 420px;
        left: -159px;
        top: -191px;
    }
    .posicaoTres{
        width: 380px;
        bottom: -139px;
    }
    .portal{
        margin-left: 3rem;
    }
    .conteudo{
        padding-left: 6rem;
    }
    .logos{
        padding-left: 6rem;
    }
}

@media (max-width: 767px) {
    #home{
        height: 150vh;
    }
    #computador{
        left: 79px;
        max-width: 100% !important;
    }
    #celular{
        width: 78%;
        left: -75px !important;
    }
    .posicaoDois{
        width: 535px;
        right: -147px;
        top: -206px;
    }
    .posicaoTres{
        bottom: -124px;
    }
    .portal{
        margin-top: 1rem;
        margin-left: 3rem;
    }
    .conteudo{
        padding-left: 6rem;
    }
}

@media (max-width: 555px) {
    #home{
        height: 145vh;
    }
    #computador{
        left: 75px;
    }
    #celular{
        width: 75%;
        left: -42px !important;
    }
    .posicaoDois{
        width: 374px;
        right: -171px;
        top: -115px;
    }
    .posicaoTres{
        bottom: -127px;
    }
    .portal{
        margin-top: 1rem;
        margin-left: 3rem;
    }
    .conteudo{
        padding-left: 4.7rem;
    }
}

@media (max-width: 475px){
    #home{
        height: 140vh;
    }
}

@media (max-width: 375px) {
    #home{
        height: 133vh;
    }
    #computador{
        left: 56px;
    }
    #celular{
        width: 75%;
        left: -42px !important;
    }
    .posicaoDois{
        width: 259px;
        right: -102px;
        top: -75px;
    }
    .posicaoTres{
        bottom: -120px;
    }
    .conteudo{
        padding-left: 4rem;
    }
}

@media (max-width: 345px) {
    .conteudo{
        padding-left: 3.2rem;
    }
    .portal{
        margin-top: 1rem;
        margin-left: 2rem;
    }
    .posicaoTres{
        bottom: -99px;
    }
    #home{
        height: 132vh;
    }
}



