/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* -------- preço promoção --------- */
.div-promocao{
    /* background-color: #e30617;
    border-radius: 50%; */
    text-align: center;
    /* width: 39%;
    height: 220px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* background-image: url(http://localhost/promocao-sky/wp-content/uploads/2022/07/Elipse-8.png); */
}
.promocao-texto{
    display: flex;
    align-items: flex-start;
    color: #fff;
    background-image: url(http://promocao.assineskyagora.com.br/wp-content/uploads/2022/07/Elipse-8.png);
    background-repeat: no-repeat;
    padding: 50px 10px;
}
.numero-maior{
    font: bold 85px 'Roboto';
    color: #fff;
}
.cifrao{
    font: lighter 20px 'Roboto';
    margin-top: 0px;
    margin-right: 3px;
    margin-left: 13px;
}
.numero-menor{
    margin-top: 27px;
    font: bold 25px 'Roboto';
    margin-right: 48px;
}
.coluna-header{
    /* width: 50% !important; */
    display: flex !important;
    justify-content: center !important;
}

/* -------- serviços --------- */
.servicos-topo > .fl-col-content > .fl-module > .fl-module-content{
    min-height: 80px !important;
}

/* ----------- contato ---------- */
@media(max-width: 768px){
    .contato__col.sm-none{
        display: none;
    }
}
/* ID DA DIV PAI DO FORMULARIO DE CONTATO */
#wpcf7-f64-p24-o1{
    background-color: #fff !important;
    border-radius: 15px !important;
    padding: 10px 0 36px 0 !important;
}
@media(min-width: 769px){
    #wpcf7-f64-p24-o1{
        max-width: 75%;
    }
}
.wpcf7 > .wpcf7-form > .grid-flex{
    display: flex;
    align-items: center;
    width: 100%;
}
.titulo-form{
    margin-right: 35px !important;
    width: 100% !important;
    /* font: normal 18px 'Roboto'; */
    font-size: 16px !important;
    font-weight: bold !important;
    color: #585858;
    margin-top: 38px;
    margin-bottom: 20px;
}
.wpcf7 > .wpcf7-form p{
    font: 600 18px ;
    color: #585858;
}
.wpcf7-textarea{
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #585858 !important;
    border-radius: 0 !important;
}
.wpcf7-select{
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #585858 !important;
    border-radius: 0 !important;
    height: 34px !important;
}
.wpcf7-text{
    width: 100%;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #585858!important;
    border-radius: 0 !important;
}
.wpcf7-list-item{
    font: normal 16px/1  !important;
    color: #000000 !important;
    margin: 0 0 25px 0 !important;
}
.wpcf7-list-item  input{
    width: 1em;
    height: 1em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #000000;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
.wpcf7-list-item  input:checked {
    /* background-color: #000000 !important; */
    background-color: #E30617 !important;
}
.wpcf7-spinner{
    margin: 0;
}
.btn-assinar > .btns-send > .wpcf7-submit{
    background-color: #E30609 !important;
    border-color: #E30609 !important;
    font: bold 18px 'Roboto';
    padding: 7px 73px 5px 73px;
    border-radius: 30px;
}
.btn-assinar{
    width: 100% !important;
    text-align: center;
}
.div-contato > .fl-module-content > .fl-html{
    display: flex;
    justify-content: center;
}
.contato__col{
    width: 50% !important;
}
.txt-area-contato{
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
}
.msg-checkbox{
    width: 100% !important;
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
}
.msg-checkbox .wpcf7-list-item-label{
    font: 400 14px 'Roboto';
    color: #868686;
}
.contato__col > .wpcf7-form-control-wrap > .wpcf7-form-control{
    padding: 6px 0 !important;
}
#empresa{
    color: #E30609 !important;
}


/* botões whatsapp */
.bloco-whatsapp-desk2 {
    right: -1px;
    top: 30%;
    position: fixed;
    z-index: 999999;
}
.bloco-whatsapp-desk {
    right: -1px;
    top: 30%;
    position: fixed;
    z-index: 999999;
}

#widget_canvas {
    bottom: -6px !important;
}

@media(max-width: 767.8px) {
    .fl-page-header-logo {
        display: flex;
    }
    .fl-page-header-logo .fl-logo-img {
        width: 120px !important;
    }
    #widget_canvas {
        right: calc(50% - 175px) !important;
        display: none !important;
    }
    .fl-page-footer-wrap .container-fluid {
        padding-bottom: 80px;
    }
    .bloco-whatsapp-desk {
        top: inherit;
        bottom: 11px;
        left: inherit;
        right: 10px;
        width: 50px;
        height: auto;
    }
    .bloco-whatsapp-desk2{
        display: none !important;
    }
}

/* Ajustes linha rodape */

.link-tell a:hover{
    text-decoration: none !important;
}
.linha-termos-rodape .fl-col-content{
    display: flex !important;
}
.div-tel2{
    display: flex !important;
}
.ligamos-rodape{
    width: 100% !important;
}
.linha-fixaRodape{
    position: fixed;
    z-index: 999998;
    background-color: #e30609 !important;
    top: inherit;
    bottom: 0px;
    height: 70px;
    width: 100% !important;
}
.ligue-rodape{
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 500;
    color: #fff !important;
    margin-left: 25px;
    margin-top: 10px;
}
.ligue-rodape a{
    font-size: 30px;
    color: #fff !important;
    font-weight: 600;
}

@media(min-width: 770px){
    .linha-fixaRodape{
        display: none !important;
    }
}

/* ligthbox regulamentos */
.mfp-content{
background-color: #000000c7 !important;
}
.mfp-content > .fl-node-c8gmhf1kyql4{
    background: transparent !important;
    max-width: none !important;
    margin: 120px 150px !important;
    font: 300 16px 'Roboto' !important;
    color: #fff !important;
    position: static !important;
}
.mfp-content > .fl-node-c8gmhf1kyql4 > .mfp-close:hover,
.mfp-content > .fl-node-c8gmhf1kyql4 > .mfp-close{
    background-image: url(https://promocao.assineskyagora.com.br/wp-content/uploads/2022/07/bot-fechar.png) !important;
    width: 25%;
    background-repeat: no-repeat !important;
    color: transparent !important;
    background-position: center !important;
    top: 50px !important;
    opacity: 1 !important;
}

/* Ligamos para você */
#telefone_sky2{
    border-radius: 30px;
    padding: 14px 27px !important;
    text-align: center;
    width: 70% !important;
}
.ligamos-rodape{
    width: 100% !important;
    text-align: end;
    margin-left: 30px;
}
.btnEnviarTelefone{
    background-color: #444444 !important;
    border-color: #444444 !important;
    border-radius: 30px;
    font: bold 18px 'Roboto';
    color: #fff;
    padding: 5px 15px; 
}

/* responsividade */
@media(max-width: 768px){
    .mfp-content > .fl-node-c8gmhf1kyql4 > .mfp-close:hover,
    .mfp-content > .fl-node-c8gmhf1kyql4 > .mfp-close{
        width: 100%;
        background-position: right !important;
        top: 15px !important;
        right: 5px;
        border-radius: 0;
        margin-right: 15px !important;
    }

    .mfp-content > .fl-node-c8gmhf1kyql4{
        margin: 50px 0px !important;
    }
    .mfp-content{
        background-color: #000000 !important;
        border-radius: 15px !important;
    }

    .contato__col{
        width: 100% !important;
    }

    .div-promocao{
        justify-content: center !important;
    }

    .btn-assinar > .btns-send > .wpcf7-submit{
        font: bold 15px 'Roboto';
    }
    .btn-assinar .wpcf7-spinner{
        display: none !important;
    }
}
@media(max-width: 425px){
    .promocao-texto{
        padding: 48px 10px !important;
    }
}