/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: MD THAHERIL ISLAM
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header
    03. Hero
    04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");


.whatsappDiv {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #212529;
    box-sizing: border-box;
    position: fixed;
    z-index: 2;
    bottom: 110px;
    right: 20px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: #4dc247!important;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 40px!important;
    transition: .5s all;
    box-shadow: 0 0 0 #ccc;
}


.pop_botoes_mobile,.pop_botoes_mobile2, .pop_botoes_mobile3 {
    background: #fff;
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pop_botoes_mobile.active,.pop_botoes_mobile2.active, .pop_botoes_mobile3.active,.form__popup2.active {
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.pop_botoes_mobile .contact__form, .pop_botoes_mobile2, .pop_botoes_mobile3 .contact__form, .form__popup2, .form__popup3 .contact__form {
    width: 90%;
    margin: 0 auto;
    margin-top: 9%;
    border-radius: 5px;
    transform: scale(.7);
    transition: all .7s;
}
.pop_botoes_mobile .contact__form, .pop_botoes_mobile2, .pop_botoes_mobile3 .contact__form {
  width:90%;
  text-align:center;
  margin-top:100px!important;
}
.pop_botoes_mobile.active .contact__form, .pop_botoes_mobile2.active, .pop_botoes_mobile3.active .contact__form, .form__popup2.active .contact__form{
    transform: scale(1);
    transition: all .7s;
}
.close__btn,.close__btn2, .close__btn3 {
    position: absolute;
    right: 5%;
    top: 5%;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    z-index: 999999;
    cursor: pointer;
  color:#ec3e75;
}

.close__btn:hover,.close__btn2:hover, .close__btn3:hover {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.btnPopNovos{
    font-family: sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    position: relative;
    z-index: 1;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    border-radius: 5px;
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 50%, #21d397 100%);
    background: #d3d3d3;
    color: #000;
    border: 0;
    transition: all 500ms;
    height: auto;
    line-height: 1.4em;
    
    margin: 1rem 0!important;
    display: block;
    cursor: pointer;
    font-size: 17px;
  width:100%;
  flex:1 0 100%;
}
.btnPopNovos a{
  color:white;
  display:block;
  padding: 1em;
}

.close__btn:hover,.close__btn2:hover {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.button-assine-pelo-telefone1 {
   
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50px;
    background-color: #ff9901;
    font-family: 'Simplonbp webfont',sans-serif;
    
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: 500;
}

.ligue{
  margin-left: 190px;
  font-size: 25px;
  margin-bottom: 10px;
}

