body {
    font-family: 'Poppins', sans-serif;
}

.bg-red {
    background-color: #bd222d !important;
}

.text-red {
    color: #bd222d;
}

.text-blue {
    color: #4066af;
}

.navbar-menu {
    box-shadow: none;
    border-radius: 30px;
    height: 70px;
}

.navbar-nav {
    width: 71%;
}

.navbar-nav li {
    padding-right: 10px;
    color: #fff;
}

.navbar-nav li a {
    color: #fff;
}

.nav-link {
    font-size: 0.9rem;
}

.btn-assine {
    color: #bd222d;
    font-weight: 600;
}

.texto-banner{
    font-weight: 700;
    color: #fff;
    font-size: 2.2rem;
}

.text-header {
    font-size: 1.5rem;
    color: #636365;
}

.text-gray {
    color: #636365;
}

.bold-700{
    font-weight: 700;
}

.bold-800{
    font-weight: 800;
}

.marca-texto {
	box-shadow: 15px 0 0 0 #b7202a, -5px 0 0 0 #b7202a;
	background: #b7202a;
	display: inline;
	padding: 3px !important;
	position: relative;
}

.marca-texto-light {
	box-shadow: 15px 0 0 0 #cd3345, -5px 0 0 0 #cd3345;
	background: #cd3345;
	display: inline;
	padding: 3px !important;
	position: relative;
}

.titulo-baloes {
    color: #325ba9;
    font-weight: 700;
}

.section-1 {
    background-image: url('../../media/lp/img-left.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 88%;
    background-size: auto 557px;
}

.section-2 {
    /* background-color: #4672b8; */
    background: rgb(0,115,184);
    background: linear-gradient(180deg, rgba(0,115,184,1) 0%, rgba(0,115,184,1) 35%, rgba(141,200,230,1) 100%);
}

.section-3 {
    background-image: url('../../media/lp/izi-left.jpg');
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 100%;
    background-size: auto 304px;
}

.section-4 {
    background-image: url('../../media/lp/banner-use.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-5 {
    background: rgb(254,254,254);
    background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(102,120,172,1) 80%, rgba(67,90,153,1) 100%);
}

.zap {
    position: fixed;
    top: 45%;
    right: 1%;
    z-index: 5000;
    background-color: #fff;
    width: 80px;
    border-radius: 5px;
}
.zap .blocos {
    width: 60%;
    margin:0 auto;
}
.zap .blocos a {
    color: green;
}

.box-radius {
    background-color: white;
    padding: 50px;
    border-radius: 45px;
    /* min-height: 847px; */
}

.box-contato {
    background-color: #e6e6e8;
    padding: 50px;
    border-radius: 45px;
}

.form-contato {
    width: 50%;
}

.btn-newsletter {
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    min-width: 120px;
}

.input-newsletter {
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    background-color:#e6e6e8;
}

.line-height-2 {
    line-height: 2.2rem;
}

.bg-blue-titulo{
    background-color: #305caa;
}

.section-child{
    font-weight: 800;
    font-size: 2.5rem;
}

.element-center {
    margin: 0 auto;
}

.footer {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='blue' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
    background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='blue' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-item {
    border: var(--bs-accordion-border-width) solid #4066af;
}

.btn-xl {
    padding: 10px 30px;
    font-size: 1.9rem;
}

.circulo::before {
    content:"";
    display: inline-block;
    line-height: 100px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-color: #bd222d;
}

.circulo > :first-child {
    position: relative; 
    top: -88px; 
    left: 31px;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 700;
}

#top {
    display: inline-block;
    background-color: #FF9800;
    text-align: center;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    cursor: pointer;
    background-color: #bd222d;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0,0,0,.075);
    border-radius: .42rem !important;
    z-index: 1000;
}
#top svg {
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -webkit-baseline-middle;
}
#top.show {
    opacity: 1;
    visibility: visible;
}

/* //Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* //Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* //Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
   
}
/* //Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    .form-contato {
        width: 100%;
    }
    .navbar-menu {
        border-radius: 30px;
        height: auto;
    }
    .btn-assine{
        display: block;
        width: 80%;
        margin:0 auto
    }
    .texto-banner{
        font-size: 1.5rem;
    }
    .section-1 {
        background-image: none;
    }
}

/* //X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
   
}

/* //XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .navbar-nav {
        width: 82%;
    }
}

@media (min-width: 1200px) and (max-width: 1280px){
    .navbar-nav li {
        padding-right: 1px;
    }
}