body,html{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color:#333;
    scroll-behavior: smooth;
}

.row{
    margin-left: 0;
    margin-right: 0;
   
}
.lowtitle{
    font-size: 20px;
}
#first-section{
    min-height: 720px;
    background-color: #e87120ff;
    margin-bottom: -20px ;
    background-image: url('../imgs/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    
}

#descricao{
    min-height: 720px;
    margin-bottom: -20px ;
    background-color: white;
    background-image: url('../imgs/drops.png');
    background-size: 100%;
    background-repeat: no-repeat;
    padding:0;
    background-position: bottom center;
}

#caption{
    width: 100%;
    min-height: 720px;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,109,5,0.24693627450980393) 46%, rgba(227,129,17,0.9051995798319328) 100%);
    margin: 0;
    margin-top: -2px;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
.logo{
    width: 150px;
}
.negative{
    color: white;
}

.subtitle{
    font-size: 30px;
    font-weight: 700;
}
.positive{
    color: rgb(100, 4, 95);
}
.title{
    font-size: 45px;
    font-weight: bold;
}

.mbtn{
    display: inline-block;
    min-width: 250px;
    text-align: center;
    font-weight: bold;
    border-radius: 1em;
    padding:10px 20px;
    font-size: 20px;
    margin-top: 20px;
}

.negativebtn,.negativebtn:visited{
    background-color: rgba(255, 255, 255, 0.959);
    color:#e87120ff;
    transition: all .2s;
}
.negativebtn:hover{
    background-color: rgb(255, 255, 255);
    color:rgb(212, 101, 27);
    text-decoration: none;   
}

.positivebtn,.positivebtn:visited{
    background-color:#e87120ff;
    color:white;
    transition: all .2s;
}
.positivebtn:hover{
    color: white;
    background-color:rgb(204, 98, 28);
    text-decoration: none;
}



#depoimentos{
    min-height: 790px;
    background-color: rgb(49, 3, 47);
    margin-top: -20px;
    padding:0;
    background-image: url('../imgs/whitedrop.png');
    background-repeat: repeat;
    background-attachment: fixed;
    margin-bottom: -20px;
}

.testcard{
    background-color: white;
    border-radius: 1em;
    min-height: 400px;
    margin-bottom: 10px;
}
.testemonial{
    min-height: 100px;
}
.stars{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    border-top: .2px solid #ccc;
    padding-top: 20px;
}

#oferta{
    min-height: 500px;
    background-image: url('../imgs/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -30px;
    padding-top: 30px;
}
.desccard{
    border:1px solid #e87120ff;
    border-radius: 1em;
    min-height:380px;
    margin-bottom: 10px;
}

.offertext{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.8;
}
.replace{
    display: none;
}
footer{
    background-color: #333;
    color:#aaa;
    padding: 20px;
    margin-top: 20px;
}
.footertext{
    margin-top:20px;
}

/* Desktop maiores */
@media (min-width: 1200px) {
    .offertext{
        font-size: 40px;
        font-weight: bold;
        line-height: 1.8;
    }

    .desccard{
        border:1px solid #e87120ff;
        border-radius: 1em;
        min-height:300px;
        margin-bottom: 10px;
    }
    .spriteCanvas {
        background: transparent;
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        z-index: 999;
        position: relative;
    }

}
 
/* tables em formato porta retrato até os desktos no formato paisagem */
@media (min-width: 768px) and (max-width: 1119px) { 
    .desccard{
        border:1px solid #e87120ff;
        border-radius: 1em;
        min-height:380px;
        margin-bottom: 10px;
    }
    
    .offertext{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.8;
}
.spriteCanvas {
    background: transparent;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

}
 
/* dispositivo em paisagem até os tablets em formato porta-retrato */
@media (max-width: 767px) { 
    .desccard{
        border:1px solid #e87120ff;
        border-radius: 1em;
        min-height:380px;
        margin-bottom: 10px;
    }
    
    .offertext{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.8;
}
.spriteCanvas {
    background: transparent;
    display: none;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

body{
    margin-top: -20px;
}

}
 
/* dispositivo no formato paisagem e abaixos */
@media (max-width: 480px) {
    .desccard{
        border:1px solid #e87120ff;
        border-radius: 1em;
        min-height:380px;
        margin-bottom: 10px;
    }
    
    .offertext{
        font-size: 30px;
        font-weight: bold;
        line-height: 1.8;
    }

    .spriteCanvas {
        background: transparent;
        display: none;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        z-index: 999;
        position: relative;
    }

    
#oferta{
    min-height: 500px;
    background-image: url('../imgs/bg1.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 30px;
}

#depoimentos{
    min-height: 790px;
    background-color: rgb(49, 3, 47);
    margin-top: -20px;
    padding:0;
    background-image: url('../imgs/whitedrop.png');
    background-repeat: repeat;
    background-attachment: fixed;
    margin-bottom: 0px;
}

#first-section{
    margin-top: 0;
    min-height: 720px;
    background-color: #e87120ff;
    margin-bottom: 0px ;
    background-image: url('../imgs/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
    
}

#caption{
    width: 100%;
    min-height: 720px;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(255,109,5,0.24693627450980393) 46%, rgba(227,129,17,0.9051995798319328) 100%);
    margin: 0;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 50px;
    padding-right: 50px;
}


body{
    margin-top: -20px;
}
    
}