*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Raleway;
}

*:focus
{
    outline: 1px solid #010b9b;
}

body, html{
    height: 100%;
}

.slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 0px solid;
    background-color: #918d8d;
    position: relative;
    cursor: pointer; 
    color: #0F3FD3;z-index: 10;    
    font-size: 20px;
}

.slick-arrow:nth-of-type(1){
    top: 130px;left: 5;
}

.slick-arrow:nth-of-type(2){
    top: -210px;right: -1000;
}

.center{
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    padding: 0 2%;
    margin: 0 auto;
}

section.main{
    background-image: url(../imagens/HEROBACKGROUND.png);
    background-position: center;
    background-size: cover;
    min-height: 700px;
    padding: 20px 0 80px 0;
}

.menu{
    display: flex;
    width: 100%;
}

.menu .logo{
    width: 50%;
}

.menu .itens{
    width: 50%;
    padding-top: 14px;
    text-align: right;
}

.itens-mobile,.btn-mobile{display: none;}

.itens a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-size: 17px;
}

.itens a:hover{
    border-bottom: 2px solid #FFDD33;
}

.itens a.btn-menu{
    background-color: #0F3FD3;
    padding: 12px 6px;
    border-radius: 5px;
}

.itens a.btn-menu:hover{border-bottom: 0px;}

div.mackup{
    width: 100%;
    display: block;
    color: white;
    text-align: center;
    padding-top: 100px;
}

div.mackup img{max-width: 100%;}

section.marcas{
    display: flex;
}

.marcas img{
    width: calc(100% / 5);
}

.whay{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
    text-align: center;
}

.whay > .center{max-width: 1280px;}
.whay > .center > h2{width: 100%; font-size: 40px; margin-bottom: 20px;}
.whay > .center > p{width: 100%;}

.whay .diferenciais{
    display: flex;
    margin-top: 20px;
}

.whay .box{
    width: 33.3%;
    background-color: #FFFFFF;
    margin-right: 8px;
    box-shadow: 0px 20px 40px #2426721C;
    padding-left: 2%;
    text-align: left;
}
.whay .box > p{font-size: 15px;margin: 25px 0px;width: 100%;}

/** cta **/
section.cta{
    width: 100%;
    background-image: url("../imagens/banner_meio.svg");
    background-position: center;
    background-size: cover;
    min-height: 200px;
    color: white;
    text-align: center;
    padding: 56px 0px;
}

.cta h2{margin-bottom: 20px; font-size: 30px;}
.cta h4{margin-bottom: 40px; font-weight: 100;}
.cta a{
    padding: 15px 30px;
    background: #FFDD33;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    color: rgb(2, 11, 138);
}
/*------------------*/

/** Benefícios **/
.bpv{
    padding: 20px 0px;
}
.bpv > .center{flex-wrap: wrap;}

.bpv .img{
    width: 50%;
    max-width: 100%;
    text-align: right;
}

.bpv .img img{
    width: 100%;
    max-width: 100%;
}

.bpv .text{
    width: 50%;
    text-align: left;
    padding-top: 60px;
}

.bpv .text h1{
    margin-bottom: 20px;
    font-size: 35px;
}

.bpv .text .cheklist{
    width: 80%;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-left: -15px;
}
.text .cheklist img{width:60px;}

.text a{
    padding: 10px 20px;
    background: #010b9b;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 400;
    color: rgb(255, 255, 255);
}
/*----*/

/* Depoimentos */
.Depoimentos > h1{
    font-size: 40px;
    text-align: center;
}

.container-slider{
    overflow:hidden;
    padding:40px 0;   
}

.container-slider-single{
    float: left;
    background-color:white;
    text-align: center;
    padding:15px;
    border-radius:10px;
}

.container-slider-single p{
    margin:15px 0;
    color:#7E92AC;
    font-size: 14px;
}

.slick-slide {
    margin-left:27px;

  }

  /* the parent */
  .slick-list {
    margin-left:-27px;
   
  }

  /****SLICK SLIDER****/

.slick-dotted ul{
    display: block;
	list-style-type: none;
	text-align: center;
	position: relative;
	top:30px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	background: #373855;
	color: #373855;
}

.slick-slide:focus { outline: none; }

/* Contato */
.contato{
    width: 100%;
    padding: 40px 0px;
    min-height: 200px;
}

.contato > h1{text-align: center;margin-bottom: 30px; font-size: 30px;}

.contato form{
    width: 100%;
}

.contato input[type="text"],
.contato input[type="email"]
{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding-left: 11px;
    border-radius: 12px;
    border: 1px solid black;
    height: 50px;
    margin-bottom: 14px;
}

.contato input[type="submit"]
{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    border: 1px solid black;
    height: 50px;
    cursor: pointer;
    background-color: #010b9b;
    color: white;
    font-size: 20px;
}

.contato textarea
{
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
    padding: 11px;
    border-radius: 12px;
    border: 1px solid black;
    height: 140px;
    margin-bottom: 14px;
    resize: vertical;
}
/****/

/* footer */
footer{
    width: 100%;
    padding-top: 10px;
    background-color: #010b9b;
}

footer .text{
    width: 50%;
    color: white;
    line-height: 52px;
}

footer .itens{
    width: 50%;
}
/****/

/*** media screens ***/

@media screen and (max-width: 1030px)
{
    .itens a{
        color: white;
        text-decoration: none;
        margin-right: 7px;
        font-size: 17px;
    }
}

@media screen and (max-width: 922px)
{
    .btn-mobile{
        display: inline-block;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 2px;cursor: pointer;
        background-image: url("../imagens/menu-mobile.png");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: cover;
    }

    .menu .itens{
        display: none;
    }

    .menu{
        width: 100%;
        position: relative;
    }

    .main > div.center{
        padding: 0% !important;
    }

    
    .menu .itens-mobile{
        display: none;
        width: 100%;
        opacity: 0;
        position: absolute;
        top: 41px;
        right: 0;
        background-color: white;
        transition: 0.5s;
        /* overflow: hidden; */
    }
    .itens-mobile a{
        width: 100%;
        text-align: center;
        display: inline-block;
        color: #000000;
        padding: 10px 0px;
        text-decoration: none;
        border-bottom: 1px solid #010b9b;
        font-weight: 500;
        
    }.show{display: inline-block !important;}
}

@media screen and (max-width: 780px){
    section.marcas > .center{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .marcas img{
        width: 100%;
        max-width: 240px;
        margin-bottom: 20px;
    }

    .whay .diferenciais{
        flex-direction: column;
    }
    
    .whay .box{
        width: 100%;
        margin-top: 18px;
    }

    .bpv > .center{display: block;}

    .bpv .text{
        width: 100%;
        text-align: center;
        display: inline-block;
        margin: 0 auto;
    }

    .bpv .text .cheklist{
        margin-left: 10%;
        text-align: left;
    }

    .bpv .img{
        width: 100%;
    }

    /* Menu */

    

   
    /* Menu foote */
        footer .menu,
        footer .menu > .itens,
        footer .menu > .text{
            display: block;
            width: 100%;
            text-align: center;
        } 
        footer .menu > .itens a{
            width: 30%;  
            margin: 0px auto; 
            margin-bottom: 20px;
            display: block;
            text-align: center;
        }
    /**/
}