@charset "UTF-8";

body{
    width: 100%;
}

/* Navbar */
.navbar{
    border-bottom: 1px solid #c9c9c9;
    width: 100%;
}

.row{
    width: 100%; 
    margin: 0;
}

.navbar a{
    margin-right: 5%;
}

.logo-cp{
    width: 100px;
    margin-left: 5%;
}

.btn-demonstration{
    /* background-color: #398ccb; */
    border-radius: 5px;
    border: 1px solid #398ccb;
    color: #398ccb;
    text-decoration: none;
}

.btn-demonstration:hover{
    background-color: #398ccb;
    color: white;
}

.wiggle:hover{
    animation: shake 1s;
    animation-iteration-count: 10s;
  }
  
  @keyframes shake {
    0% { transform: rotate(-1deg); }
    25% { transform: rotate(1deg); }
    50% { transform: rotate(-1deg); }
    100% { transform: rotate(1deg); }
  }

/* Header */
header{
    background-color: #192834;
    width: 100%;
    height: 120%;
    position: relative;
    z-index: -3;
}

.header-circle{
    background-color: #398ccb;
    width:110%;
    height:100%;
    line-height:300px;
    border-radius: 0 0 0 65%;
    position: absolute;
    z-index: -2;
    margin-left: 90px; 
    display: block;
}

.main-title h1{
    color: white;
    margin-top: 100px;
    margin-left: 250px;
    font-family: 'Montserrat';
    font-weight: 500;
    position: relative;
    z-index: -1;
}

.main-title p{
    margin-left: 250px;
    padding: 0px;
    color: white;
}

.header-img{
    border-radius: 300px 0px 0px 0px;
    width: 674px;
    margin-top: 50px;
    display: block; 
    /* width: 50%;
    height: 120%;
    right: -15px;
    position: absolute;
    display: block; */
}

h2{
    color: #192834;
}

.about-RF p{
    margin-left: 200px;
    margin-right: 200px;
}

/* Receba Fácil steps */
h3 strong{
    color: #398ccb;
}

.onboard{
    height: 500px; 
    background-repeat:no-repeat; 
    margin-top: 100px;
    float: left;
}

video{
    width: 586px; 
    margin-top: 25%;
}

.btn-steps{
    display: none;
}

.steps{
  margin-top: 120px;
}

/* Benefits of Receba Fácil */
.title-benefits{
    margin-top: 60px;
    color: white;
}

.benefits span{
    color: #398ccb;
}

.benefits{
    /* padding: 0 0 150px; */
    position: relative;
    z-index: 1;
    margin-top: 150px;
}

.benefits::before {
    background-color: rgba(57,140,203,.4);
    height: 100%;
}

.benefits::before {
    width: 100%;
    height: 125%;
    content: '';
    position: absolute;
    top: 0;
    background-color: rgba(25, 40, 52);
    z-index: -1;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
}

/* Benefits Cards */
.slider {
    width: 100%;
    margin: 50px auto;
}

.slick-slide {
  margin: 0px 20px;
}

/* .slick-slide img {
  width: 100%;
} */

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.card-img{
    width: 80px;
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.card-title{
    color: #398ccb !important;
}

/* Form */
.register{
    background: url('imgs/form.jpg');
    height: 100%; 
    position: relative;
    margin-top: 200px;
    color: #ffff;
    padding: 7%;
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-position: center;  */
}

.tryit{
    background-color: rgba(25, 40, 52, .9);
    padding: 3%;
}

.tryit h4{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22pt;
    margin-top: 18%;
}

.tryit p{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22pt;
}

.tryit hr{
    color: #fff;
    background-color: #fff;
    height: 3px;
}

.tryit-form{
    background-color: #fff;
    color: #192834;
    padding: 3%;
}

.btn-form{
    /* border-radius: 5px; */
    /* border: 1px solid #398ccb; */
    color: #ffff;
    text-decoration: none;
    background-color: #192834;
}

.btn-form:hover{
    background-color: #398ccb;
    color: white;
}

/* Common Question */
/* Accordion */
.accordion {
    background-color: #fff;
    color: #192834;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    transition: 0.4s;
  }
  
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    font-family: 'Montserrat';
    color: #616161;
    transition: max-height 0.3s ease-out;
    border-bottom: 1px solid #192834;
  }

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
  }

.questions{
    margin-top: 5%;
}
  
.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }


/* Footer */
footer{
    background-color: #398ccb;
    padding: 2%;
    margin-top: 5%;
    display: block;
}

.footer-brand{
    height: 70px;
    margin-left: 40%;
    margin-bottom: 1%;
}

.media-icons{
    display: inline;
    margin-left: 40%;
}

.icon{
    height: 38px;
    padding: 5px;
}

.footer-links{
    margin-right: 5%;
}

.footer-links h5{
    color: #192834;
}

ul{
    float: left;
    padding: 0;
    margin-bottom: 0;
}

.footer-links a{
    text-decoration: none;
    color: white;
}

.second-list{
    padding-left: 30px;
}

