:root{
    --blue:#1B83DC;
}

html{
    scroll-behavior: smooth;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}
body{
    background: #fff;
}
#menu{
    display: none;
}

/* LOGOS */

.central{
    width: 70%;
    margin: 0;
    justify-content: center;
    display:inline-flex;
    text-align: center;
}

.card{
    float: left;
    height: 60px;
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    top: -1rem;
}

/* Fim logos */
.sec{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: #1B83DC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px;
    margin-top: 0px;
}

.forma{
    background-color: rgb(255, 255, 255);
    height: 2rem;
    display: flex-end;
    width: 100%;
    z-index: 100;
    margin-top: -0.5rem;
}

.active{
   padding: 50px;
}

/* CCS forma de baixo*/

.custom-shape-divider-bottom-1614691256 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1614691256 svg {
    position: relative;
    display: block;
    width: calc(126% + 1.3px);
    height: 153px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1614691256 .shape-fill {
    fill: #FFFFFF;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo{
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

/* Deixa lado a lado */

header ul{
    position: relative;
    display: flex;
}

/* Tira as bolinhas*/
header ul li {
   list-style: none;
}

header ul li a{
    margin-left: 35px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18;
    z-index: 5;
}

header{
    z-index: 1;
}
header ul li a:hover{
    color: rgb(41, 36, 36);
    text-decoration: none;
}

.btn{
    padding: 6px 25px;
    border: solid 1px white;
    border-radius:60px;
    background-color: transparent;
    transition: 0.6s;
}

.btn:hover{
    background-color: #FFF;
    transition: 0.6s;
}

/*Dropdown */
.drop{
    margin-left: 20px;
    position: relative;
    top: -15px;
}
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: transparent;
    font-weight: 600;
    font-size: 18;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 171px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .certo{
      margin: 0;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 20px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background-color: #fff;
    color: #000;
    border-radius: 10px 10px 0 0;
  }

  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {
      background-color: #f1f1f1;
    }
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /*FIM DROPDOWN*/

.content{
    position: relative;
    max-width: 600px;
    top: -20;
    z-index: 1;
}

.content h2{
    color: #ffffff;
    font-size: 1.2em;
    line-height: 0.5em;
}

.content h2 span{
    color: #fff;
    font-size: 0.7em;
}

.content p{
    color: #fff;
    margin: 10px 0 20px;
    text-align: justify;
    font-size: 15;
    position: relative;
    top: -5;
}

.content a{
    padding: 10px 30px;
    background: none;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border:1px solid white;
    border-radius: 30px;
    
}

.content a:hover{
    background: white;
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.homem{

    position: absolute;
    bottom: 0;
    height: 90%;
    right: 50px;
    width: 630;
    height: 610;
}

ul li a{
    text-decoration: none;

}

/*sub menu*/

.navigation li  ul{
    position:absolute;
    top:25px;
    left:90px;
    background-color:none;
    display:none;
    }

.navigation li  ul:hover{
    color: black;
}

.navigation li:hover ul, .navigation li.over ul{
    display:block;
}


.navigation li ul li{
    border:none;
    display:block;
    width:200px;  
}

header ul.navigation.active{
    display: flex;
}

.menu ul li:hover > ul{
    display: block;
}


/* SEÇÃO 2 */
.sec2{
    position: relative;
    top: 20;
}
.bar{
    position: relative;
    top: 20;
    width: 100%;
    height: 5rem;
    background: linear-gradient(#1B83DC, #257BDE);
    color: #fff;
    margin-bottom: 5rem;
}

.bar h2{
    color: #fff;
    text-align: center;
    position: relative;
    top: 1.3rem;
    font-weight: 400;
}
.pesquisa{
    width: 500;
    height: 500;
    margin-left: 3rem;
}

.jumbotrom1{
    float: right;
    width: 30rem;
    position: relative;
    top: 8rem;
    right: 11rem;
}

.jumbotrom1 p{
    text-align: justify;
    margin-top: 0.8rem;
    font-family: sans-serif;
    color: gray;
}

.jumbotrom1 h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #1B83DC;
    font-size: 28;
}

.col-sm{
    display: inline;
    position: relative;
    top: 1.6rem;
    font-weight: 600;
    font-size: 20;
    padding-left: 10px;
}

.col-sm:nth-child(2){
    margin-left: 8rem;
}
.col-sm:nth-child(3){
     margin-left: 8rem;
}

.row{
   display: flex;
   justify-content: center;
   align-items: center;
  
}

/* Fim SEÇÃO 3 */

/* SEÇÃO 3 */
.money{
    float: right;
    width: 600px;
    height: 600px;
}

.container{
    width: 30rem;
    margin-left: 5rem;
    text-align: justify;
    color: gray;
    position: relative;
    top: 5rem;
}

.container h2{
    font-family: Arial, Helvetica, sans-serif;
    color: #1B83DC;
    font-size: 28;
    margin-bottom: 15px;
}
/* FIM SEÇÃO 3 */

/* SECCAO 4*/

.accordion{
    max-width: 850px;
    margin-top: 2rem;
}

.accordion .contentBx{
    position: relative;
    margin: 10px 22px;
    background: var(--blue);
    border-radius: 5px;
}

.accordion .contentBx .label{
    position: relative;
    padding: 14px;
    background: var(--blue);
    color: #fff;
    font-size: 16;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
}

.accordion .contentBx .label::before{
    content: '+';
    position: absolute;
    top: 10%;
    right: 20px;
    transform: translate(-50%);
    font-size: 1.5em;
}

.accordion .contentBx .paragrafo{
    position: relative;
    background: #1B83DC;
    height: 0;
    transition: 0.5s;
    overflow: auto;
    color: #fff;
}

.accordion .contentBx.active .paragrafo{
    height: 120px;
    padding: 10px;
}

.accordion .contentBx.active .label::before{
    content: '-';
    top: -1rem;
}

.sec4{
    height: 250px;
    position: relative;
    margin-top: 30rem;
}

.sec4 h2{
    margin-left: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #1B83DC;
    font-size: 28;
}
/* FIM SECCAO 4 */


/*Footer */

footer{
    width: 100%;
    height: 4rem;
    background-color: #1B83DC;
    color: #fff;
    position: relative;
    top: 35rem; 
}

/*Fim Footer */


/* Mobile */

@media screen and (max-width:920px) {
    .pesquisa{
        position: relative;
        top: 20rem;
        margin-bottom: 10px;
    }
    .jumbotrom1{
        position: relative;
        margin-bottom: 15px;
        float: left;
    }

}

@media screen and (max-width:431px){
        .img-logo{
            width:80px ;
            height:110px;
        }
    }


@media screen and (max-width:464px) {
    
    #menu{
        width: 30px;
        height: 30px;
    }
    
    .jumbotrom1{
        position: relative;
        top: -13rem;
        left: 4rem;
        width: 300;
    }
    .jumbotrom1 h2{
        font-size: 26;
    }

    .jumbotrom1 p{
        font-size: 15;
    }

    .bar{
        position: relative;
        top: 20rem;
        width: 100%;
    }

    .pesquisa{
        width: 250px;
        height: 280px;
        position: relative;
        left: -10px;
    }
    

    .col-sm:nth-child(2){
        margin-left: 3rem;
    }
    .col-sm:nth-child(3){
       
        margin-left: 3rem;
    }

    .sec3{
        margin-top: 10rem;
    }

    .mov{
        position: relative;
        top: -24rem;
        left: -3rem;
    }
    .container{
        width: 300px;
        margin-left: 7rem;
    }

    .money{
        width: 400px;
        height: 400px;
        position: relative;
        top: 35rem;
        margin-bottom: 18rem;
    }
    .sec4{
        margin-top: 11rem;
    }
    footer{
        position: relative;
        top: 115;
    }
    
    .row{
        margin-left:-35px;
    }
    
     .pesquisa{
        width: 330px;
        height: 330px;
        top:23rem;
    }
    
    .menu{
        margin-top:30px;
    }
    
    .card img{
        width:120%;
    }
    
    .row .col-sm{
        font-size:15;
        margin-left:50px;
    }
    
    .margin-left{
        margin-left:25px;
    }
}
