/* cores padrão */
.cor {
    color: #1c104a;
}

.cor {
    color: #09fbfd;
}

.cor {
    color: #7f53e8;
}

.cor {
    color: #f7bbb5;
}


/*Padrão*/

html {
    scroll-behavior: smooth;
    transition: 0.7s ease-in-out;
    height: 100%;
    width: 100%;
}



body,
ul,
ol,
li,
p,
a,
input,
textarea,
select,
button {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Rubik", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a,
a:hover {
    text-decoration: none;
    color: #1b0f49;
}

/*
img {
   max-width: 100%;
}
*/

/*btn*/
.btn {
    border-radius: 20px;
    background-color: #1b0f49;
    color: #fff;
    padding: 0.5rem 0.8rem;
    margin: 0.3rem;
    text-transform: uppercase;
    cursor: pointer;
    border-style: none;
}
.btn:disabled,
.btn:disabled:hover {
    background-color: #b3b3b3;
    color: #fff;
 cursor:none;

}

.btn-celest {
    background-color: #00aad3;
}

.btn:hover,
.btn-celest:hover {
    color: #fff;
    transition: background .8s, border .3s, border-radius .3s, box-shadow .3s;
}

.btn:hover {
    background-color: #00aad3;
}

.btn-celest:hover {
    color: #1b0f49;
    background-color: #c898d9;
}

.container {
    padding: 0rem 0.5rem;
    margin: 0 auto;
    max-width: 1200px;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;

}

/*header*/
header {
    position: fixed;
    top: 0;
    padding-bottom: 2px;
    background-color: #111;
    /*  background-color: transparent;
   background-image: linear-gradient(90deg, #35126a 34%, #b31267 48%, #ff345a 59%, #ff8e44 100%);*/
    border-width: 0px 0px 4px 0px;
    border-style: solid;
    border-image: linear-gradient(90deg, #35126a 34%, #b31267 48%, #ff345a 59%, #ff8e44 100%) 1;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    width: 100%;
    z-index: 1000;
}

header>.container {
    display: flex;
    justify-content: space-between;
    min-height: 90px;
}

/*logo*/
header h1 {
    position: relative;
}

header h1 img {
    display: flex;
    width: 40px;
    margin: 0.4rem;
}

/*nav*/
/*mobile*/


.menu-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
    border: none;
    background-color: transparent;
}

.menu-toggle img {
    width: 100%;
}

header.active {
    background-color: transparent;
    background-image: linear-gradient(90deg, #35126a 34%, #b31267 48%, #ff345a 59%, #ff8e44 100%);
    height: 100vh;
    transition: left 0.65s ease-out;
}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*header nav ul li{min-width:120px; }*/
header ul li {
    margin-left: 0.5rem;
    font-size: 1rem;
    text-align: center;
}

header ul li label {
    cursor: pointer;
    display: inline-block;
}

header nav ul li a {
    display: block;
    padding: 0.5rem 0.9rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50em;
    border: 2px solid transparent;

}

header ul li a img {
    width: 2rem;

}

header nav ul li a:hover {
    color: #6645fa;
    font-weight: bold;
    background: linear-gradient(#111, #111) padding-box,
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;

}

/*main*/


/*section*/
section {
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.content {
    display: flex;

}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: inline-flex;
}

h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: inline-flex;
}



/*Destaque*/


.destaque {

    border-bottom: 1px solid #a1a1a1;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.destaque h2{ font-size: 4rem; margin-bottom: 0;}
.destaque .p{ font-size: 1.5rem;}
.menu {

    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 900;
    width: 100%;
    text-align: center;

}

.menu a {

    cursor: pointer;
    display: inline-block;

    font-size: 1em;
    font-weight: bold;
    background-color: #111;
    padding: 0.5rem 0.9rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50em;
    border: 2px solid #ffffff70;
}

.menu a.active {

    font-weight: bold;
    background:
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;

}

.menu a:hover {
    background: #2e353b;
}

.destaque .slide {
    height: 100%;
    width: 100%;
    display: none;
    ;
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 8em 1em 0;

    background-position: 50% 50%;
    background-size: cover;
    transition: left 0s 0.75s;
}

.destaque .slide a {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;

}

/*Slide texto imagem*/
.destaque .slide-text-img {
    color: #fff;
}

.destaque .slide-text-img img {
    width: 40%;
}

.destaque .slide.active {
    display: block;
}

.slide-one {
    background-image: url(../img/bg-banner/conexao-tecnologicas.jpg);
}

.slide-two {
    background-image: url(../img/bg-banner/insight-tecnologicas.jpg);
}

.slide-three {
    background-image: url(../img/bg-banner/sobre-tecnologicas.jpg);
}

.slide-four {
    background-image: url(../img/header-teste.jpg);
}






/*Sobre*/
.noticia_detalhes,
.sobre,
.ebook,
.cases,
.servicos,
.noticias,
.videos,
.contato {
    background-color: #fff;
    padding: 120px 0px 50px 0px;
    background-position: 50% 50%;
    background-size: cover;
    transition: left 0s 0.75s;
}

.sobre, .noticia_detalhes {
    background-image: url(../img/bg-banner/sobre-tecnologicas.jpg);
    
}
.noticia_detalhes{
    background-repeat: repeat-y;
}

.sobre h2,
.cases h2,
.ebook h2,
.servicos h2,
.depoimentos h2.tit,
.noticias h2,
.videos h2,
.contato h2{
margin: 0 auto;
    padding: 0rem 5rem;
    border-radius: 50em;
    border: 2px solid #ffffff70;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;

}

.sobre h2 span,
.cases h2 span,
.ebook h2 span,
.servicos h2 span,
.depoimentos h2.tit span,
.noticias h2 span,
.videos h2 span,
.contato h2 span {
    background: #6645FA;
    background: linear-gradient(to right, #6645FA 0%, #11AFD4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.noticia_detalhes h1,
.sobre h3,
.cases h3,
.ebook h3 {
    display: flex;
    margin: 50px 0 50px 0;
    font-weight: 700; 
    position: relative;
}
.noticia_detalhes h1::before,
.sobre h3::before,
.cases h3::before,
.ebook h3::before {
    content: url('../img/barra.png');
    display: inline-block;
    width: 1px;
    height: 1px;
    position: absolute;
    bottom: 0px;
}
.noticia_detalhes p,
.sobre p,
.cases p,
.ebook p,
.servicos p,
.contato p {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1rem;
}
.noticia_detalhes p span,
.sobre p span,
.cases p span,
.ebook p span,
.servicos p span {
    text-transform: uppercase;
}

.sobre h2+p:after,
.cases h2+p:after,
.ebook h2+p:after{
    margin-left: -0px;
    width: 100px;
    left: 0%;
    bottom: -10px;
}
.noticia_detalhes img.img{
    max-height: 250px;
    max-width: 32%;
    margin: 1rem;
}

.sobre img,
.cases img,
.ebook img {
    margin: 1rem;
    max-width: 35%;
    min-height: 100px;
}
.ovi{
    display: block;
    overflow: hidden;
    height: 150px;
}


/*ebook*/

.ebook {

    background: rgb(28, 26, 128);
    background: radial-gradient(circle, rgba(28, 26, 128, 1) 0%, rgba(21, 20, 57, 1) 43%, rgba(4, 4, 5, 1) 100%);
}

.ebook .content {
    color: #fff;
}


/*cases*/
.cases {
    background-image: url(../img/bg-banner/insight-tecnologicas.jpg);
}

.cases .btn {
    color: #fff;
}



/*serviço*/
.servicos {
  

    background-image: url(../img/bg-banner/sobre-servicos.jpg);
}

.servicos .content {
    flex-direction: column;
}



.servicos .content .itens {
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    padding: 30px;
    margin-bottom: 20px;
    border: 2px solid #ffffff70;
}
.servicos .content .itens:hover {
    border: 2px solid #ffffff70;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.servicos .content .itens .icon{
    box-shadow: 0px 9px 17px 0px rgb(149 9 241 / 13%);
    background-color: #ffffff;
    border-radius: 75px;
    margin: 30px 30px 30px 0;
    float: left;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-image: url(../img/servicos/icon.png);
}
.servicos .content .itens:hover .icon,
.servicos .content .itens .icon:hover{
    background-color: #35126a;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.icon-01 { background-position: 13px 15px; }
.itens:hover .icon-01 { background-position: -176px 15px; }
.icon-01:hover { background-position: -176px 15px; }
.icon-02 { background-position: 13px -155px; }
.itens:hover .icon-02 { background-position: -176px -155px; }
.icon-02:hover { background-position: -176px -155px; }
.icon-03 { background-position: 13px -313px; }
.itens:hover .icon-03 { background-position: -176px -313px; }
.icon-03:hover { background-position: -176px -313px; }
.icon-04 { background-position: 13px -472px; }
.itens:hover .icon-04 { background-position: -176px -472px; }
.icon-04:hover { background-position: -176px -472px; }
.icon-05 { background-position: 13px -155px; }
.itens:hover .icon-05 { background-position: -176px 20px; }
.icon-05:hover { background-position: -176px 20px; }
.icon-06 { background-position: 13px -155px; }
.itens:hover .icon-06 { background-position: -176px 20px; }
.icon-06:hover { background-position: -176px 20px; }

.icon-01,
.itens:hover .icon-01,
.icon-01:hover,
.icon-02 ,
.itens:hover .icon-02,
.icon-02:hover ,
.icon-03,
.itens:hover .icon-03,
.icon-03:hover,
.icon-04 ,
.itens:hover .icon-04 ,
.icon-04:hover,
.icon-05 ,
.itens:hover .icon-05,
.icon-05:hover ,
.icon-06,
.itens:hover ,
.icon-06:hover { transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;}


 .itens p{
 color: #2d3136;
}

/*Noticias*/
.noticias{
    
    background: rgb(28, 26, 128);
    background: radial-gradient(circle, 
    #000000 0%, 
    #151439 43%,
     #151439 100%);
     overflow: hidden;

 }
.noticias .content{position: relative;
    flex-direction: column;
}
.noticias .noticias-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    border-radius: 1%;
}
.noticias .noticias-box .noticias-desk{
    margin: 50px 20px;
    padding: 20px;
    width: 25%;
    background-color: #fff;
    border-radius: 1%;
float: left;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    z-index: 2;
}


.noticias .noticias-box .noticias-desk:hover{
    background-color: #6f3ffe;

}

.noticias .noticias-box .noticias-desk:hover span,
.noticias .noticias-box .noticias-desk:hover p{
    color: #fff;
}
.noticias .noticias-box .noticias-desk:hover h3{
    color: #03c4cc;
}


.noticias .noticias-box .noticias-desk img {
    width: 100%;
    border-radius: 1%;
}
.noticias .noticias-box .noticias-desk span,
.noticias .noticias-box .noticias-desk p{
    color: #808791;

}
.noticias .noticias-box .noticias-desk h3{
    font-weight: normal;
    text-transform: capitalize;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.noticias .regi-texto{
    color: #151439;
    font-size: 8rem;
    text-transform: uppercase;
    text-shadow:rgb(43, 191, 255) 0 0 3px;
    transform: rotate(90deg);
    position: absolute;
bottom: 50%;
right: -50%;
height: 100px;
width: 1200px;
    font-weight: 500;
    z-index: 0;
}
.noticias .btn{
    margin: 0 auto;
   
}

.menu_list {


    width: 100%;
    text-align: center;

}

.menu_list a {

    cursor: pointer;
    display: inline-block;

    font-size: 1em;
    font-weight: bold;
    background-color: #111;
    padding: 0.5rem 0.9rem;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50em;
    border: 2px solid #ffffff70;
}

.menu_list a.active {

    font-weight: bold;
    background:
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;

}

.menu_list a:hover {
    background: #2e353b;
}
/*comentários*/
.container2{
    max-width:1200px;
    width:100%;
    position:relative;
    margin:0 auto;
    }
    .container2 {margin-top: 120px;}
.mySwiper{
    max-width: 1100px;
    /*height: 100vh;*/
    display: flex;
    align-items: center;
    }
   
    .card{
        margin-top: 50px;
    text-align: center;
    background-color: #ffffff;
    padding:20px 30px;
    border-radius: 10px;
	box-shadow:rgb(149 157 165 / 20%) 0px 8px 24px;

    box-shadow:17px 19px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    min-height: 250px;
    border: 2px solid #ffffff70;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;


    }
    .card h2,
    .card p{font-size: 1rem;}
	.swiper-slide{
	display:flex;
	align-items:center;
	}
  
	.swiper-button-next, .swiper-rtl .swiper-button-prev{
	color:#0096FF;
	}
	.swiper-button-next:after, .swiper-button-prev:after{
	font-size:32px;
	}
.depoimentos{
    text-align: center;
    align-content: center center;
}
.depoimentos .content{
    flex-direction: column;
}
.slider-container {
   width: 1200px;
    
    overflow: hidden;
   height: 65vh;
}

.sliderComent {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slideComent {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 75px;
}

.slide-content {
    box-shadow:17px 19px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    min-height: 250px;
    width: 400px;
    padding: 25px;
    margin-bottom: 20px;
    border: 2px solid #ffffff70;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.slide-content h2{font-size: 1.3rem;;
text-transform: math-auto;}
.controls {
    display: flex;
    justify-content: space-between;
    margin-top: -270px;
    position: relative;

}
.controls .icon{
    display: inline-block;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    border: 0;
    width: 48px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-seta.png);
}
.controls .prev-button{ background-position: center left;}
.controls .next-button{ background-position: center right;}

.sliderComentMobile, .controlsMobile{ display: none;}
/*videos*/

.videos {
  

    background-image: url(../img/bg-banner/videos-tecnologicas.jpg);
}


.videos .content{position: relative;
    flex-direction: column;
}

.videos .videos-box{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    border-radius: 1%;
}
.videos .videos-box .videos-desk{
    margin: 50px 20px;
    padding: 20px;
    width: 25%;
    background-color: #fff;
    border-radius: 1%;
float: left;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.videos .videos-box .videos-desk iframe{
    width: 100%;
}


/* Contato */
.error {
    border-bottom: 2px solid red;
  }
.contato {
    background-image: url(../img/bg-banner/rodape.jpg);
 padding-top: 0;
}

.contato .container {
    display: flex;
 flex-direction: row;
}
.contato .content {
    background-color: #ffffff;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 4px 19px 14px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(15px);
    border-top: 2px solid #6f3ffe;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin-top: 100px;
}
.contato .content h2{
    margin-bottom: 30px;
}
.contato .content p {
    display: block;
    text-align: left;
    color: #1b0f49;
}
.contato .content p .icon-w-p{
    width: 30px;
    vertical-align: middle;
}
.contato .content input, .input,
.contato .content textarea, .textarea{
    margin: 0px 5px 0px 5px;
    border-radius: 5px;
    padding: 8px 5px;
    border: 2px solid #ffffff70;
    background: linear-gradient(#ffffff, #ffffff) padding-box,
        linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}
.contato .content input::placeholder,
.contato .content textarea::placeholder,
.input::placeholder,
.textarea::placeholder {
 color: #bdbdbd;
}
.contato .content form{
    width: 100%;
}
.contato .content .input50, .input50,
.contato .content .input100, .input100  {
padding:10px 0 ;
}
.contato .content .input50 input,  .input50 .input{
    width: 44%;
}
.contato .content .input100 input, .input100 .input,
.contato .content .input100 textarea, .input100 .textarea{
    width: 92.5%;
}
.filter{ display: flex; margin: 30px 0px;}
.filter form { width: 100%; display: flex;}
.filter .input50 { width: 44%;}
.filter .input50 .input{ width: 90%;}
.filter .input100 { width: 80%;}




/*what flutuante*/
.whatsapp{
    position: fixed;
    right: 50px;
    bottom: 50px;
    border-radius: 50px;
    display: block;
    padding: 7px;
    width: 50px;
    height: 50px;
    background-color: #00a82d;
    z-index: 999;
    box-shadow: 0px 4px 19px 14px rgba(0, 0, 0, 0.15);
}

/*Footer*/
footer {
font-size: 0.8rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-width: 4px 0px 0px 0px;
    background-color: #111;
    /*  background-color: transparent;
   background-image: linear-gradient(90deg, #35126a 34%, #b31267 48%, #ff345a 59%, #ff8e44 100%);*/
    border-style: solid;
    border-image: linear-gradient(90deg, #35126a 34%, #b31267 48%, #ff345a 59%, #ff8e44 100%) 1;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}



footer .copyrights {
    color: #a1a1a1;
}


footer .by {
    display: flex;
    
}



@media screen and (min-width: 1980px) {

    header h1 img {
        width: 100px;
    }

    header ul li {
        font-size: 2rem;
    }

    h2 {
        font-size: 2rem;
    }

    .sobre p,
    .cases p,
    .ebook p,
    .servico p,
    .contato p {
        font-size: 1.8rem;
    }

}

@media screen and (min-width: 1440px) {

    header h1 img {
        width: 60px;
    }

    header ul li {
        font-size: 1rem;
    }

    h2 {
        font-size: 2rem;
    }

    .sobre p,
    .cases p,
    .ebook p,
    .servico p,
    .contato p {
        font-size: 1.2rem;
    }

  
}

@media screen and (max-width: 1280px) and (min-width:768px) {
    header h1 img {
        width: 80px;
    }

    header ul li a img {
        width: 2rem;
    }

  

    .destaque {
        height: 100vh;
    }
    .slideComent {
        padding: 30px 50px;
    }
    .slider-container {
        width: 1000px;
         
     }
     .slide-content{
   width: 340px;
       
     }

}

@media screen and (max-width: 768px) {
    .destaque h2,
    h2 {
        font-size: 2rem;
    }
    .destaque .p{ font-size: 0.8rem;}
    h3 {
        font-size: 1.5rem;
    }

    section {
        height: auto;

    }
    .cases{ background-position: 0 0;}
    .destaque,
    .cases,
    .sobre,
    .ebook,
    .contato {
        height: 100vh;
    }
     .slideComent {
        padding: 30px 25px;
    }
    .slider-container {
        width: 540px;
         
     }
     .slide-content{
   width: 274px;
   min-height: 200px;
       
     }
     .slide-content h2{ font-size: 1rem;}
     .slide-content p{ font-size: 0.8rem;}

     .videos .videos-box .videos-desk{
        width: 60%;
     }

}

@media screen and (max-width: 600px) {
    .header.active {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }

    .header nav {
        display: none;
        background-color: #111;
    }

    .header.active h1,
    .header.active .social {
        display: none;
    }

    .header.active nav {
        display: flex;
        width: 50vh;
        height: 100vh;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

    .header.active nav ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }

    .header.active nav ul li {
        font-size: 1.5rem;

        width: 100%;
        height: 58px;
        display: block;
        text-align: center;

    }



    .menu-toggle {
        display: block;
    }

    .header.active .menu-toggle {
        display: none;
    }

    section {
        height: auto;
    }

    .destaque .slide a {

        flex-direction: column;


    }
    .cases{ background-position: 0 0;}
    .destaque,
    .cases,
    .sobre,
    .ebook,
    .contato {
        height: 100vh;
    }
    .sobre h2, .cases h2, .ebook h2, .servicos h2, .depoimentos h2.tit, .noticias h2, .videos h2, .contato h2{
   
        padding: 0rem 1rem;
    }
    .content h2 {
        display: block;
        text-align: center;
    }
    .content {
        flex-direction: column;
    }
    .sobre img,
    .ebook img,
    .ebook img {
        max-width: 60%;
    }

    .sobre .content,
    .cases .content,
    .ebook .content {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .noticias .noticias-box .noticias-desk{
        width: 80%;
    }
    .noticia_detalhes img.img{
        max-width: inherit;
        max-height: inherit;
        width: 100%;
    margin: 0;
    }
    .contato .content .input50 {
        padding: 0;
    }
    .contato .content .input50 input{
        width: 95%;
        margin-bottom: 30px;
    }

    .sliderComent,
    .controls {
        display: none;
     }
     
     .sliderComentMobile {
         display: flex;
         transition: transform 0.5s ease-in-out;
     }
     
     .slideComentMobile {
         display: flex;
         justify-content: center;
         align-items: center;
         padding: 30px 43px;
     }
     
     .slide-contentMobile {
         box-shadow:17px 19px 15px 0px rgba(0, 0, 0, 0.1);
         border-radius: 20px;
         min-height: 250px;
         width: 300px;
         padding: 25px;
         margin-bottom: 20px;
         border: 2px solid #ffffff70;
         background: linear-gradient(#ffffff, #ffffff) padding-box,
             linear-gradient(to top, #6645fa 0%, #11afd4 100%) border-box;
         transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
     }
     .slide-contentMobile h2{font-size: 1.3rem;;
     text-transform: capitalize;}
     .controlsMobile {
         display: flex;
         justify-content: space-between;
         margin-top: -200px;
         position: relative;
     
     }
     .controlsMobile .icon{
         display: inline-block;
         background-color: transparent;
         text-indent: -9999px;
         cursor: pointer;
         border: 0;
         width: 48px;
         height: 50px;
         background-repeat: no-repeat;
         background-image: url(../img/icon-seta.png);
     }
     .controlsMobile .prev-buttonMobile{ background-position: center left;}
     .controlsMobile .next-buttonMobile{ background-position: center right;}
     .videos .videos-box .videos-desk{
        width: 60%;
     }
}

@media screen and (max-width: 320px) {
    .sobre h2, .cases h2, .ebook h2, .servicos h2, .depoimentos h2.tit, .noticias h2, .videos h2, .contato h2{
   
        padding: 0rem 1rem;
    }
    .noticias .noticias-box .noticias-desk{
        width: 80%;
    }
    .slide-contentMobile{
        width: 150px;
        height: 300px;
        overflow: hidden;
    }
    .slider-container {
        width: 280px;
         
     }
     .slide-contentMobile h2, .slide-contentMobile p{ font-size: 1rem;}
     .videos .videos-box .videos-desk{
        width: 100%;
     }
     .contato .content{ width: 280px; padding: 10px;}
    

}