* {
    font-family: 'Roboto', sans-serif;
}
section {
    padding: 50px 0px;
}

.bg-success {
    font-size: 30px;
    font-weight: 700;
    padding: 18px 25px;
    display: inline-block;
    border-radius: 10px;
}

ul {
    margin: 0px;
    margin-block-start: 0px;
    padding-inline-start: 0px;
}

li {
    font-size: 24px;
    font-weight: 300;
    list-style: none;
    margin-top: 20px;
    
}

li:not(.li-check)::before {
    content: "•";
    color: #f08223;
    margin-left: -15px;
    padding-right: 10px;
}

#dobra-2 p {
    font-size: 18px;
}

.mw-80 {
    max-width: 80%;
}

.fs-25px {
    font-size: 25px;
}

.fs-30px {
    font-size: 30px;
}

.fs-45px {
    font-size: 45px;
}

.modulos-container {
    padding: 50px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid gray;
}

/* DOBRAS */
#dobra-1 {
    background: url(../images/row-1-bg.jpg) no-repeat center center;
    background-size: cover;
}
#dobra-2 {
    background-color: #262d35;
}
#dobra-3-bg-custom {
    background: url(../images/dobra-3-bg.webp) repeat-x center center;
}
#dobra-4 .dobra-4-row {
    background: url(../images/dobra-4-background.png) no-repeat center center;
    background-position: center top;
    margin-bottom: 50px;
    padding-top: 50px;
}
#dobra-5 {
    background: url(../images/dobra-5-background.webp) no-repeat center center;
    background-size: cover;
}
#dobra-6 {
    background: url(../images/dobra-6-background.webp) no-repeat center center;
    background-size: cover;
}
#dobra-7 {
    background-color: #eaeaea;
}
#dobra-8 {
    background-color: #cecece;
}
#dobra-9 {
    background: url(../images/dobra-9-background.webp) no-repeat center center;
    background-size: cover;
}
#dobra-9 .dobra-9-biografia {
    background-color: rgba(0,0,0,.5);
}
#dobra-10 {
    background: url(../images/dobra-10-background.webp) no-repeat center center;
    background-size: cover;
}
#dobra-10 .dobra-10-bonus {
    background-color: #fff;
}
#dobra-11 {
    background-color: #ededed;
}
#dobra-12-a {
    background: url(../images/dobra-12-background.jpg) no-repeat center center;
    background-size: cover;
}
#dobra-12-b ul li i {
    color: #f08223;
}
#dobra-13-a {
    padding-top: 120px;
    background: url(../images/dobra-13-a-background.jpg) no-repeat center center;
    background-size: cover;
}
#dobra-13-b {
    background: url(../images/dobra-13-b-background.png) repeat center center;
}

footer {
    background-color: #c15a00;
}
/* GERAL */
.text-orange {
    color: #f08223;
}
.text-orange-light,
.text-orange-light:hover {
    color: orange;
}


.text-yellow {
    color: yellow;
}

.text-from {
    color: #ff830b;
}
.text-to {
    color: #159593;
}
.text-gray {
    color: #828282;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    cursor: pointer;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* BOOTSTRAP */
.row {
    max-width: 75%;
    margin: 0 auto;
}

.orange-box {
    background-color: #f08223;
}

.depoimento-container > p {
    background-color: #fff;
    border-radius: 20px;
}

.depoimento-container footer {
    background-color: transparent;
}

.depoimento-container footer p {
    font-size: 20px;
}
.dobra-9-biografia {
    border-radius: 30px;
    font-size: 25px;
    font-weight: 400;
}

.price-container > p {
    font-size: 30px;
}

.price-container > p span.text-to,
.price-container > p span.text-from {
    font-weight: 600;
    font-size: 45px;
}

.price-container > p.price-obs {
    font-size: 18px;
}
.accordion h2 button:hover,
.accordion h2 button {
    border: none;
}
.accordion .accordion-collapse {
    background-color: rgba(255,255,255,0.5);
    font-size: 18px;
    font-weight: 300;
}
.fill-orange {
    fill: #f08223;
}

.price-container-border-round {
    border-radius: 30px;
}

.whatsapp-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 20px;
    z-index: 10;
}

.whatsapp-container img,
.whatsapp-container div.whatsapp-text {
    float: left;
}

.video-bt {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-bt-big img {
    width: 10%;
    height: auto;
}
.video-bt-small img {
    width: 20%;
    height: auto;
}

.video-bt.video-bt-small {
    align-items:flex-end;
    justify-content:flex-end;
    padding-right: 20px;
}

/*************************************************************************/
/* BREAKPOINTS **********************************************************/
/***********************************************************************/
@media (max-width: 768px) {
    /* BOOTSTRAP */
    .row {
        max-width: 100%;
        margin: 0;
    }
}