*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
}

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

section.main{
    background-color: #F22525;
    min-height: 700px;
    padding:20px 0 80px 0;
    position: relative;
    width: 100%;
}

.clear{
    clear: both;
}

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

.logo-menu{width:50%;}
.logo-menu img{height: 30%;}

.items-menu{
    width:50%;
    text-align: right;
}

.items-menu a{
    font-weight: bold;
    color:white;
    text-decoration: none;
    display: inline-block;
    margin:0 10px;
}

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


.items-menu a.contact-btn{
    background: #990000;
    text-decoration: none;
    color: #FFFFFF;
    padding:10px 10px;
    border-radius:10px;
}
.items-menu a.contact-btn:hover{
    border:0;
}

.mockup{display: inline-block;width:100%;color:white;text-align:left;padding-top:100px; }

.mockup h1{
    text-align: left;
    font-size: 50px;
    
    
}

.mockup p{
    text-align: left;
}

.mockup input[type=submit]{
	width: 181px;
	height: 43px;
	border-radius: 100px;
	background-color: #ffffff;
	color: #F22525;
	cursor: pointer;
	border: 0;
    margin-top: 14px;
  }


.bruno{
    position: absolute;
    float: right;
	bottom: 0;
    right: 0px;
    max-width: 600px;
}


.sci{
	position: absolute;
	bottom: 20px;
	letter-spacing: 100px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.sci li{
	list-style: none;

}

.sci li a{
	display: inline-block;
	margin-right: 15px;
}



.sci li a img{
	transform: scale(0.5);
	filter: invert(1);
}

.you{
	width: 50px;
	height: 50px;

}

section.marcas{
    padding:100px 0;
}

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

section.porque-nos{
    padding:40px 0;
    background-color:  #FBFCFE;

}

section.porque-nos > .center > h2{
    font-size: 64px;
    text-align: center;
    width:100%;
}

section.porque-nos > .center{
    max-width: 1280px;
}

section.porque-nos > .center > p{
    font-size: 14px;
    color:#ccc;
    text-align: center;
    width:100%;
}

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

.box-diferenciais{
    box-shadow: 0px 20px 40px #2426721C;
    width:31%;
    margin-right: 2%;
    padding:10px 20px;
    border-radius:10px;
}

.box-diferenciais h3{
    font-size: 28px;
    color:black;
    margin:20px 0;
}

.box-diferenciais p{
    font-size: 13px;
    color: #7E92AC;
    margin-bottom: 20px;
}

section.cta{
    background-image: url('images/ctpng.jpg');
    background-size: cover;
    background-position: center;
    padding:20px 10px;
    min-height: 200px;
    color:white;
    text-align: center;
}

section.cta h2,
section.cta h4{
    font-weight: normal;
    margin:10px 0;
}

section.cta h2{
    font-size: 40px;
}

section.cta a{
    display: inline-block;
    padding:8px 15px;
    border-radius:7px;
    font-weight: bold;
    font-size: 17px;
    background: #F22525;
    text-decoration: none;
    color: #FFFFFF;
}

section.beneficios{
    padding:50px 0;
}

.lista-beneficios{
    width:40%;
    margin-top:30px;
}

.lista-beneficios h1{
    color:black;
    font-size: 40px;
}

.lista-beneficios p{
    color: #7E92AC;
   vertical-align: middle;
   font-size: 14px;
}

.lista-beneficios span{
    display: inline-block;
    width: calc(100% - 70px);
}

.lista-beneficios img{
    display: inline-block;
    vertical-align: middle;
    width:70px;
}
.img-beneficios{
    width: 60%;
}

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


section.depoimentos{
    background-color: #FBFCFE;
    padding:40px 0;
}

section.depoimentos > h1{
    text-align: center;
    font-size: 50px;
}

.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; }

/*Fim slick slider*/

section.contato{
    padding:40px 0;
    text-align: center;
}

section.contato h1{
    font-size: 50px;
}

section.contato form{
    width:100%;
}


.contato input[type=text],
.contato input[type=email]
{
    width:100%;
    height:50px;
    margin:20px 0;
    border-radius:10px;
    background: #FCFDFF;
    border: 1px solid #C3CCE8;
    padding-left: 10px;
}

.contato textarea
{
    width:100%;
    height:120px;
    margin:20px 0;
    border-radius:10px;
    background: #FCFDFF;
    border: 1px solid #C3CCE8;
    padding: 10px;
    resize: vertical;
}

.contato input[type=submit]{
    width:100%;
    height:50px;
    display: block;
    cursor: pointer;
    border: 0;
    background: #F22525;
    color:white;
    font-size: 18px;
    border-radius:10px;
}


footer{
    padding:10px 0;
   background: #F22525;
   color:white;
   
}

footer a{
    color: white;
	text-decoration: none;
}

.text-footer{
    width:50%;
    padding:8px 0;
}

.items-menu-mobile{
    width:50%;
    text-align: right;
    display: none;
}

.items-menu-mobile i{
    color:white;
    position: relative;
    top:15px;
    font-size: 23px;
    cursor: pointer;
}
@media screen and (min-width: 1920px){

    .mockup img{
        right: 150px;
    }
}
@media screen and (max-width:1024px){
    
    .main{
        padding: 0px;
		
    }

    .mockup{
        padding-top: 0;
        text-align: center;
        min-height: 680px;
    }
    .mockup p,
    .mockup h1{
        text-align: center;
    }

    .mockup p {
        margin-bottom: 20px;
    }
    .bruno{
    
    position: absolute;
    float: none;
    width: 80%;
    display: inline-block;
    top: 350px;
    right: 10%;
    
    }
}
@media screen and (max-width: 968px) {

}

@media screen and (max-width: 768px) {

    .mockup{
        padding-top: 0;
        text-align: center;
        min-height: 680px;
    }

    .bruno{
    
        position: absolute;
        float: none;
        width: 100%;
        display: inline-block;
        top: auto;
        left: 10%;
        
        }

    .items-menu-mobile{
        display: block;
       
    }

    .menu-mobile{
        
        opacity: 0;
        transition: 1s;
        position: absolute;
        left:0;
        top:65px;
        background-color: white;
        width:100%;
        padding:15px 0;
        text-align: center;
    }

    .show{
        opacity: 1;
    }
    .hide{
        opacity: 0;
    }

    .menu-mobile a{
        text-align: center;
        display: block;
        margin:8px 0;
        color:rgb(40,40,40);
        text-decoration: none;
        font-weight: bold;
        border-bottom:1px solid rgb(40,40,40);
        padding:8px 0;
    }




    section.main .items-menu{
        display: none;
    }

    footer .items-menu{
        width:100%;
        text-align: center;
    }
    footer .items-menu a{
        display: block;
        margin:10px 0;
        text-align: center;
    }
    .text-footer{
        width:100%;
        text-align: center;
        padding:8px 0;
    }
    .lista-beneficios,.img-beneficios{
        width:100%;
        margin-bottom: 30px;
    }
    .diferenciais{
        
        flex-wrap: wrap;
       
    }
    .box-diferenciais{
        
        width:100%;
        margin-right: 0;
        
    }

   
    section.marcas > .center{
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
    }
    section.marcas img{
        max-width: 300px;
        width:100%;
    }
}