﻿.corpo-pagina {
    background-color: white;
    height: fit-content;
}

.fundo-faixa {
    height: 43px;
    background-color: white;
}

.txt-faixa {
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #3a3a3a;
    text-align: center;
    margin: 0;
}

.yellow {
    color: #FFAF1F;
}

.blue {
    color: #338FE2;
}

.gray{
    color:#c4c4c4;
}

.div-center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.capa {
    background-image: url('../images_2022/SSL/fundo-ssl.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fundo-capa {
    width: 100%;
    height: 524px;
    position: relative;
    z-index: 1;
}

.img-capa {
    position: absolute;
    z-index: 2;
    margin-top: 10%;
}

li.ssl {
    list-style-type: disc;
    list-style-position: inside;
}

.info-txt {
    color: #3a3a3a;
    text-align: left;
    font-family: "Roboto-Regular";
    font-size: 24px;
    line-height: 1.5;
}

.card-title {
    color: #3a3a3a;
    text-align: left;
    font-family: "Roboto-Bold";
    font-size: 48px;
    margin-top: 0;
}

.card-title-2 {
    color: #3a3a3a;
    text-align: center;
    font-family: "Roboto-Bold";
    font-size: 45px;
    margin-top: 10%;
}

.fundo-certificate {
    width: 80%;
    background-color: #F4F4F4;
    border: #C4C4C4 solid 2px;
    border-radius: 8px;
    padding: 5% 7%;
    margin-top: 8%;
    margin-bottom: 6%;
}

.area-certificate {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.paragrafo-txt {
    color: #3A3A3A;
    font-family: "Roboto-Regular";
    font-size: 24px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 3%;
    margin-bottom: 4%;
}

.marg-img {
    margin: 4% 0;
}

.marg-ad {
    margin: 10% 0;
}

.font-67 {
    font-size: 67px;
}

.fundo-contact {
    background-color: #FFAF1F;
    /*background: rgb(255,164,0);
    background: linear-gradient(56deg, rgba(255,164,0,1) 0%, rgba(255,175,31,1) 37%, rgba(236,175,65,1) 100%);*/
}

.contact-txt {
    color: white;
    text-align: center;
    font-family: "Roboto-Bold";
    font-size: 56px;
    line-height: 1.5;
    margin-bottom: 4%;
    margin-top: 0;
}

.btn-contact {
    color: white;
    text-align: center;
    font-family: "Roboto-Bold";
    font-size: 36px;
    margin: 0;
}

.btn-contact-bg {
    color: white;
    text-align: center;
    font-family: "Roboto-Bold";
    font-size: 36px;
    background-color: #3A3A3A;
    border-radius: 70px;
    padding: 1% 4%;
    width: fit-content;
    cursor: pointer;
}

.area-contact {
    padding: 4% 7%;
}

@media(max-width:1199px) {
    .area-contact {
        padding: 4% 0%;
    }

    .img-capa {
        margin-top: 15%;
        width: 94%;
    }
}

@media(max-width:1000px) {
    .fundo-capa {
        height: 425px;
    }
}

@media(max-width:991px) {
    .font-67 {
        font-size: 64px;
    }

    .fundo-certificate {
        width: 95%;
    }

    .fundo-capa {
        height: 380px;
    }

    .img-capa {
        margin-top: 9%;
    }

    .contact-txt {
        font-size: 45px;
    }
}

@media(max-width:767px) {
    .fundo-certificate {
        height: 227px;
    }

    .carousel-indicators li {
        border: 1px solid #c4c4c4;
    }

    .carousel-indicators .active {
        background-color: #c4c4c4;
    }

    .fundo-certificate {
        margin-top: 2%;
        margin-bottom: 10%;
        width: 100%;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

@media(max-width:751px) {
    .area-contact {
        padding: 4% 14%;
    }

    .contact-txt {
        font-size: 29px;
    }

    .btn-contact {
        font-size: 30px;
    }

    .aviso-img {
        width: 100%;
    }

    .lock-img {
        width: 100%;
    }

    .fundo-capa {
        height: 408px;
    }
}

@media(max-width:500px) {
    .fundo-certificate {
        margin-bottom: 18%;
    }

    .carousel-indicators {
        bottom: 32px;
    }

    
}

@media(max-width:425px) {
    .img-capa {
        content: url("../images_2022/SSL/capa-img-mobile.png");
    }

    .img-ad {
        content: url("../images_2022/SSL/banner-AD-mobile.png");
    }

    .ssl-banner-img {
        content: url("../images_2022/SSL/banner-mobile.png");
        padding: 0;
    }

    .area-contact {
        padding: 8% 6%;
    }

    .font-67 {
        font-size: 48px;
    }

    .paragrafo-txt {
        font-size: 18px;
    }

    .card-title {
        font-size: 40px;
    }

    .info-txt {
        font-size: 20px;
    }

    .fundo-certificate {
        height: 176px;
    }

    .font-67 {
        font-size: 44px;
    }

    .fundo-contact {
        margin-top: 17%;
    }
    .contact-txt {
        font-size: 27px;
    }

    .btn-contact-bg {
        padding: 1% 8%;
    }
    .img-capa {
        width: 74%;
    }

    .fundo-capa {
        height: 310px;
    }
}

@media(max-width:375px){
    .fundo-capa {
        height: 275px;
    }
}