@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700;800;900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;700;900&display=swap');
/*font-family: 'Nunito', sans-serif;*/


html {
  scroll-behavior: smooth;
}

h2,h3,h4{
	font-family: 'Poppins', sans-serif;
}
p{
	font-family: 'Nunito', sans-serif;
}
.baseMenu{
	display: flex;
    justify-content: space-between;
}
nav{
	position: sticky;
    height: 5rem;
    padding: 1rem;
    margin-bottom: -6rem;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.menuTop{
	display: flex;
    justify-content: space-around;
}
.menuTop a{
	color: #8C92A3;
}
.nav-items ul li a:hover{
	color: #1A2648;
}
.active-nav{
	color: #1A2648!important;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.form-main {
    background-image: linear-gradient(90deg, #fff, rgb(255 255 255 / 60%));
}
#form-ok{
    text-align: center;
    margin: 0.5rem 0 0;
}
#form-erro{
    text-align: center;
    margin: 0.5rem 0 0;
    color:red;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: auto;
  padding: 12px 16px;
  z-index: 1;
  margin: 0;
}
header h1{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CBFF;
	padding-top: 12rem;
}
header{
	background-image: url(imgs/back-top.png);
	height: 700px;
    background-size: cover;
}
header h2{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 54px;
	line-height: 4rem;
}
header h2 span{
	font-weight: 900;
}
header h3{
	color: #fff;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	margin-bottom: 3rem;
}
.btnTop{
	padding: 0.8rem 1.3rem;
    border-radius: 5px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    transition: 0.25s ease;
}
.btnTop:hover, .btnTop:focus {
    color: #ffffff;
    box-shadow: 0 6px 18px 0 rgba(#000, 0.1);
    transform: translateY(-6px);
}
.grid{
	margin-top: -6rem;
}
.box{
	text-align: center;
    color: #fff;
    margin: 6px;
    height: 386px;
    padding: 3rem;
    border-radius: 8px;
    overflow: hidden;
}
.dBlue{
	background-color: #1F5594;
}
.mBlue{
	background-color: #37A8E0;
}
.lBlue{
	background-color: #00CBFF;
}
.lastBlue{
	background-color: #006ACC;
}
.boxPrincipal {
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 15px;
  -webkit-transform: translateY(-5%%);
          transform: translateY(-5%%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: opacity 0.1s 0.3s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s, -webkit-transform 0.4s;
}

.box-title {
  margin-top: 0px;
}

.content {
    margin: 0;
    margin-top:.5rem;
    font-weight: bold;
}
.box h2 , a{
	font-family: 'Open Sans', sans-serif;
    font-weight: 900;
}
.box h2{
	font-size: 24px;
    width: 186px;
    margin: 0 auto;
    margin-bottom: 3rem;
    margin-top: 1rem;
}
.box a{
	color: #fff;
}
.btnGrid {
    padding: 1rem;
    border-radius: 30px;
}
.spotlight img{
	height: fit-content;
}
.about{
	padding: 3rem;
}
.about h2{
	font-size: 2.2rem;
	font-weight: bold;
}
.about h3{
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 1rem;
}
.trio{
	padding: 1rem 0.5rem 1rem 0;
}
.mainBox{
	display: flex;
	background-color: #000E29;
	padding: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.mainBox h2{
	color: #00CBFF;
	font-size: 1.4rem;
    font-weight: 700;
}
.mainBox p{
	color: #FFF;
	font-size: 15px;
}
.mainBox a{
	display: none;
}
.boxMiddle {
    padding: 1rem;
}
.image1{
	background-image: url(imgs/image.png);
	height: 774px;
	background-repeat: no-repeat;
    background-size: cover;
}
.image2{
	background-image: url(imgs/bgViagem.png);
	height: 774px;
	background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.image3{
	background-image: url(imgs/bgResidencial.png);
	height: 774px;
	background-repeat: no-repeat;
    background-size: cover;
    display: none;
}
.divider{
	height: 6px;
	width: 45px;
	background-image: linear-gradient(to left, #00CBFF, #0055FF);
	margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.security{
	padding-bottom: 1rem;
}
.security h2{
	font-size: 3rem;
    font-weight: 500;
}    
.securityTitle p{
	font-size: 18px;
}
.securityDesc{
	text-align: center;
    display: flex;
    justify-content: space-around;
}
.security h3{
	color: #006ACC;
	font-size: 1.3rem;
    font-weight: 600;
    margin-top: 1rem;
}
.dividerLeft{
	height: 6px;
	width: 45px;
	background-image: linear-gradient(to left, #00CBFF, #0055FF);
    margin-top: 3rem;
    margin-bottom: 1rem;
}
.partner1{
	display: block;
    padding: 1rem 4rem;
    box-shadow: 1px 1px 1px #b5b5b5;
}
.partner2{
	display: block;
    padding: 1.5rem 2rem;
    box-shadow: 0px 1px 1px #b5b5b5;
}
.partner3{
	display: block;
    padding: 0.8rem 3rem;
    box-shadow: -1px 1px 1px #b5b5b5;
}
.partner4{
	display: block;
    padding: 1rem 1rem;
    box-shadow: 1px -1px 1px #b5b5b5;
}
.partner5{
	display: block;
    padding: 3.2rem 1.9rem;
    box-shadow: 0px -1px 1px #b5b5b5;
}
.partner6{
	display: block;
    padding: 1rem 2.8rem;
    box-shadow: -1px -1px 1px #b5b5b5;
}
.partner h2{
	font-size: 3.2rem;
}
.partner h3{
	font-size: 2.4rem;
}
.worries {
    background-color: #0E2A47;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    justify-content: space-evenly;
}
.worries h4{
	color: #fff;
	margin: 0;
	font-weight: 800;
}
.worries h6{
	color: #fff;
	margin: 0;
	font-size: 0.9rem;
}
.worriesSend{
	margin-top: 1.1rem;
}
.worries input{
	padding: 1.8rem;
    display: flex;
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
    border: none;
    margin-bottom: 0;
}
.worries a{
	margin: 1rem;
	font-size: 1rem;
}

.worries input::placeholder {
  color: #96B3C5;
  background-color: #2D465F;
  background-size: cover;
}
.worries input:placeholder-shown {
  background-color: #2D465F;

}
ul{
	list-style: none;
}
.price{
	background-image: url(imgs/img-float-3.png);
    background-repeat: no-repeat;
    background-position: 112% bottom;
    padding: 3rem;
    display: block;
}
.price li{
	display: flex;
    box-shadow: 0px -7px 15px 0px #a2a2a2;
    height: 70px;
    margin: 2rem;
}
.price li span{
	padding: 1.3rem 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
}
.cube{
	height: 90px;
	width: 90px;
	background-color: #2A3E64;
	padding: 1.3rem;
    margin-top: -0.7rem;
    border-radius: 0 0 10px 10px;
    z-index: 1;
}
.cubeAdj{
	height: 12px;
    width: 51px;
    background-color: #02060F;
    transform: skew(-45deg);
    content: "";
    position: absolute;
    margin-top: -0.7rem;
    z-index: 0;
}
.bcube1{
    margin-left: 3.4rem;
}
.bcube2{
    margin-left: 3.5rem;
}
.bcube3{
    margin-left: 3.6rem;
}
.bcube4{
    margin-left: 3.7rem;
}
.nameFormMenu{
	font-size: 1.1rem;
    line-height: 1.2rem;
    text-align: left;
    margin-top: 1rem;
    margin-left: 0.5rem;
}
.price input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form-main{
	padding: 2rem;
    border: 3px solid #eee;
    border-bottom: none;
    border-top: none;
    border-right: none;
}
.form-main form{
	display: flex;
    flex-direction: column;
}
.form-main label{
	position: absolute;
    padding-top: 0.3rem;
    padding-left: 0.8rem;
}
.form-main input{
	padding-left: 2rem;
}
.form-main h3{
	font-weight: bold;
	color: #000E29;
}
.form-main h3 span{
    color: #016acc;
}
.formulario2, .formulario3, .formulario4{
	display: none;
}
.formAct{
	transform: translateX(33px);
    background-color: #000E29;
    color: #fff;
    transition: 0.5s;
}
.formAct .cube{
	background-color: #006ACC;
}
.submitForm{
	width: 200px;
	padding: 1rem!important;
    margin-left: 1rem;
    border: none;
}
.depo_title{
    margin-bottom: 2rem;
}
.emailSolo form{
    display: flex;
    width: max-content;
}
#panel {
  padding: 50px;
  display: none;
}

.slick-next, .slick-prev{
    top:52%!important;
}

.slick-next:before, .slick-prev:before{
    font-size: 34px !important;
    color: #fff!important;
    background-color: #205594!important;
    padding: 1px 1.5rem!important;
    border-radius: 5px!important;
    font-family: monospace;
    opacity: .95!important;
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.slick-prev {
    left: -80px!important;
}
.slide{
	text-align: center;
}
.depoiment{
	background-image: url(imgs/back-dep.png);
	background-size: cover;
	padding: 3rem;
}
.depoimentos .slide img {
    display: inline-block;
    float: left;
    margin-right: 2rem;
    width: 200px;
    height: 200px;
    border-radius: 100rem;
}
.slick-dots li.slick-active button:before {
    opacity: .95;
    color: #205594;
    font-size: 1rem;
}
.slick-dots li button:before{
	color: #205594;
}
.slick-dots li.slick-active button:before {
    opacity: 0.95!important;
    color: #2c5c99!important;
}
.slick-prev:before, .slick-next:before {
    font-family: monospace!important;
} 
.blog{
	padding: 3rem;
}
.blogBoxMain{
	display: flex;
    justify-content: space-around;
}
.blogBox{
	width: 353px;
	height: 353px;
	background-color: #EEF3F8;
}
.social ul{
	display: flex;
}
.social ul li {
	padding: 1rem;
}
.contact{
	background-image: url(imgs/Grupo61.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.contactTitle{
	padding: 11rem 2rem 0 7rem;
	color: #fff;
}
.contactTitle h2 span {
    font-weight: 700;
}
.contactTitle h3{
	font-size: 1.3rem;
    font-weight: 600;
}
.phone, .whats {
	display: flex;
}
.phone img, .whats img{
	height: fit-content;
	margin-top: 0.3rem;
    margin-right: 0.5rem;
}
.phone h4 , .whats h4{
	font-size: 1.1rem;
    font-weight: 600;
}
.biquinho{
	margin: 0 auto;
	height:50px;
	width: 50px;
	background-color: #0e2a47;
	border-radius: 5px;
    transform: scale(1.5) rotate(45deg);
}
.social{
	padding: 3rem 0 0 0;
	background-image: url(imgs/back-footer.png);
	background-size: cover;
    background-repeat: no-repeat;
}
.social h4 , .social h5 {
    font-weight: bold;
}
.info{
	display: flex;
}
.info img{
	height: fit-content;
	margin: 0.8rem;
}
.info p{
	margin-bottom:  0;
	padding-top: 0.5rem;
}
footer{
	height: 63px;
	background-color:#0E2A47;
	color: #fff;
	padding: 1.3rem;
}
footer .copy svg {
    width: 1rem;
    vertical-align: middle;
    margin-right: .3rem;
}
.send{
	width: 61px;
	height: 45px;
	background-image: linear-gradient(45deg, #00CBFF, #0055FF);
}
#sendy{
	background: #E6EBF2;
    border: none;
    padding-left: 1rem;
}
#sendy::placeholder{
	color: #999;
}
.imgSend{
	filter: invert(1);
    height: 47px;
    margin-left: 0.4rem;
}
.btn {
  cursor: pointer;
}
.activeMenu, .menuTop a:hover {
  color: white;
}

.active{
	background-color: #fff;
	filter: drop-shadow(2px 4px 6px black);
    transform: translateX(30px);
}
.active h2 {
    color: #000;
}
.active p {
    color: #000;
}
.active a {
	display: block;
	max-width: 240px;
} 

/*MOBILE MENU*/
@media (min-width: 801px){
    input[type="checkbox"]{
        display: none;
    }
}
@media (max-width: 800px){
    #menuToggle
    {
        display: block;
        position: fixed;
        top: 3%;
    	left: 93%;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none
    }

    #menuToggle a
    {
      text-decoration: none;
      color: #232323;
      
      transition: color 0.3s ease;
    }

    #menuToggle a:hover
    {
      color: tomato;
    }

    #menuToggle input
    {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      
      opacity: 0;
      z-index: 2;
      
      -webkit-touch-callout: none;
    }

    #menuToggle span
    {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      
      background: #000E29;
      border-radius: 3px;
      
      z-index: 1;
      
      transform-origin: 4px 0px;
      
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }

    #menu
    {
        position: absolute;
        width: 300px;
        margin: -100px 0 0 -244px;
        padding: 50px;
        padding-top: 125px;
      
        background-color: #fff;
        border-radius: 0px 0px 0px 50px;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        /* to stop flickering of text in safari */
      
        transform-origin: 0% 0%;
        transform: translate(100%, 0);

        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
        height: auto;
    }

    #menu li
    {
      padding: 10px 0;
      font-size: 22px;
    }

    #menuToggle input:checked ~ ul
    {
      transform: none;
    }
}   
/*FIM MOBILE MENU*/

/*RESPONSIVO*/
@media (max-width:1200px){
	.box{
		padding: 3rem 0 0 0;
	}
	.content {
    	margin-top: 2.9rem;
    }	
    .image1 , .image2, .image3{
    	height: 98.4%
    }
    .partner .btnTop{
    	padding: 0.8rem 0.3rem;
    }
    .price{
    	background-position: 221% 135%;
    }
    .price li span {
    	padding: 1.2rem 0.2rem;
    }
    .bcube1 {
    	margin-left: 1.4rem;
	}	
	.bcube2 {
    	margin-left: 1.5rem;
	}
	.bcube3 {
    	margin-left: 1.6rem;
	}
	.bcube4 {
    	margin-left: 1.7rem;
	}
	#sendy{
		width: 167px;
	}
	.blogBox {
    	width: 327px;
    }	
}
@media (max-width: 800px){
	.blogBox {	
    	width: 253px;
    }
    .btnGrid{
    	display: inline-block;
    	width: max-content;
    }
    .imgFamily{
    	display: flex;
    	justify-content: center;
    }
    .imgControl{
    	position: relative;
    	margin-top: -46rem;
    	opacity: 0.80;
    	z-index: -1;
    }
    .active{
    	transform: none;
    	opacity: 0.95!important;
    }
    .mainBox{
    	opacity: 0.50;
    }
    .partner{
    	text-align: center;
    }
    .dividerLeft{
    	margin: 0 auto;
    }
    .partner2{
    	box-shadow: -1px 1px 1px #b5b5b5;
    }
    .partner3{
    	box-shadow: 1px 0px 1px #b5b5b5;
    }
    .partner4{
    	box-shadow: -1px 0px 1px #b5b5b5;
    }
    .partner5{
    	box-shadow: 1px -1px 1px #b5b5b5;
    }
    .emailSolo{
    	margin: 0 auto;
    }
    .soloTitle{
    	margin-bottom: 1rem;
    }
    .price{
    	background-position: 120% bottom;
    	background-size: 50%;
    	padding: 2rem;
    }
    .atendente{
    	display: none;
    }
    .trio {
    	text-align: center;
	}
	.btnAbout{
		margin: 0 auto;
    	margin-bottom: 1rem;
	}
	.price ul{
		display: flex;
		margin: 0;
	}
	.formAct{
		transform: translateX(0);
		transform: translateY(10px);
	}
	.price li span{
		display: none;
	}
	.nameFormMenu{
		display: none;
	}
	.cubeAdj{
		display: none;
	}
	.price li{
		margin: 0;
	}
	.contactTitle {
    	padding: 2rem;
    	margin-bottom: -2rem;
	}
	.box {
    	padding: 1rem 0 0 0;
    	height: 295px;
	}
	.box h2 {
    	font-size: 21px;
    	width: 320px;
    	margin-bottom: 1.6rem;
	}
	.content {
    	margin-top: 1.6rem;
	}
	.grid br {
    	display: none;
	}
	.slider-class{
	    flex-direction: column;
	}
	.postMain{
	    min-height: auto;
        margin-bottom: 2rem!important;
	}
	.dropdown-content{
	    position: relative;
	}
	.emailSolo form{
	    width:auto;
	}
}  
@media (max-width: 500px){
	#menuToggle{
		left: 89%;
	}
	.contactTitle{
		padding: 2rem 1rem;
	}
	.blogBoxMain{
		display: flex;
		flex-direction: column;
	}
	.imgOu{
		display: none;
	}
	.contatoAdj{
		flex-direction: column;
	}
	.phone h4, .whats h4{
		z-index: 1;
	}
	.slick-next, .slick-prev {
    	top: 100%!important;
	}
	.slick-prev {
    	left: 8px!important;
    	z-index: 2;
	}
	.slick-next {
    	right: 53px!important;
    	z-index: 2;
	}
	.depoiment{
		padding: 2rem 0;
	}
	.social ul {
    	display: flex;
    	margin: 0;
    	justify-content: center;
	}
	.logoBot{
		display: flex;
    	justify-content: center;
	}
	footer{
		height: 86px;
	}
	.partner3 {
    	box-shadow: 1px 1px 1px #b5b5b5;
	}
	.price{
		background-image: none;
		padding: 0rem;
	}
	.price ul{
		justify-content: center;
	}
	.submitForm {
    	text-align: center;
    	margin: 0 auto;
	}
	.boxPrincipal a img{
		display: none;
	}
	.MobileGrid {
    	display: flex;
    	padding-left: 1rem;
	}
	.MobileGrid img {
		height: fit-content;
	}
	.MobileGrid h2 {
	    width: 186px;
	}   
	.box {
    	height: 244px;
	} 
	.slide-up:hover .content{
		margin-top:0.1rem;
	}
	.box h2 {
    	font-size: 27px;
	}
	.content {
    	margin-top: 2.6rem;
	}
	.gridR{
		flex-direction: row-reverse;
    	padding-right: 1rem;
    	padding-left: 0;
	}
	.boxPrincipal{
		padding: 10px;
	}
	.blog {
        padding: 0rem;
    }
}
@media (max-width: 430px){
	#menuToggle{
		top: 3%;
    	left: 87%;
	}
	.btnTop img{
		display: none;
	}
	.slider-class{
	    margin: 0;
	}
	.postMain{
	   margin: 0;
	}
	
}	
@media (max-width: 375px){
	header{
		height: 618px;
		background-position: center;
	}
	header h1{
		padding-top: 8rem;
	}
	.price{
		padding: 0.5rem;
	}
	.cube{
		width: 85px;
	}
	.partner h2 {
    	font-size: 2.2rem;
    	line-height: 2.2rem;
	}
	.partner h3 {
    	font-size: 2rem;
	}
	.security h2 {
    	font-size: 2rem;
	}
	.btnTop {
    	padding: 0.8rem 0.8rem
	}
	.box{
		padding: 0.5rem;
		height: 248px;
	}
	.content {
    	margin-top: 1.6rem;
    }	
    .image1, .image2, .image3{
    	height: 1000px;
    	margin-top: -17.4rem;
    	background-position: center;
    }
    .boxPrincipal {
    	padding: 0;
    	margin-top: 3.3rem;
	}
	.btnGrid {
    	padding: 0.5rem 1rem;
    }	
    .box h2 {
    	font-size: 25px;
	}
	.about {
    	padding: 1rem;
	}
	.spotlight img{
		display: none;
	}
	.active a {
    	margin: 0 auto;
    	text-align: center;
    }
}
@media (max-width: 330px){
	header {
    	height: 682px;
	}
	.MobileGrid img {
    	height: 75px;
    	margin-top: 1rem;
	}
	#menuToggle {
    	left: 83%;
	}
	.contactTitle {
    	padding: 1rem 0;
    }	
    .cube{
    	padding: 1rem;
    	width: 73px;
    }
    .btnTop {
    	padding: 0.8rem 0.6rem;
	}
	header h1{
		padding-top: 9rem;
	}
	.slide-up:hover .content{
		line-height: 1.2rem;
	}
	.boxPrincipal{
		margin-top: 4rem;
		width: 277px;
	}
	.grid br {
    	display: block;
	}
}
.content {
    display:flex;
}
.expand{
	display: block;
	margin: 0 auto;
}
.arrow-icon {
	 height: 2.8em;
	 width: 2.8em;
	 display: block;
	 padding: 0.5em;
	 margin: 1em auto;
	 position: relative;
	 cursor: pointer;
	 border-radius: 4px;
	 margin-left: 23px;
}
 .left-bar {
	 position: absolute;
	 background-color: transparent;
	 top: 0;
	 left: 0;
	 width: 40px;
	 height: 10px;
	 display: block;
	 transform: rotate(35deg);
	 float: right;
	 border-radius: 2px;
}
 .left-bar:after {
	 content: "";
	 background-color: #0E2A47;
	 width: 40px;
	 height: 10px;
	 display: block;
	 float: right;
	 border-radius: 6px 10px 10px 6px;
	 transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	 z-index: -1;
}
 .right-bar {
	 position: absolute;
	 background-color: transparent;
	 top: 0px;
	 left: 26px;
	 width: 40px;
	 height: 10px;
	 display: block;
	 transform: rotate(-35deg);
	 float: right;
	 border-radius: 2px;
}
 .right-bar:after {
	 content: "";
	 background-color: #0E2A47;
	 width: 40px;
	 height: 10px;
	 display: block;
	 float: right;
	 border-radius: 10px 6px 6px 10px;
	 transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
	 z-index: -1;
}
 .open .left-bar:after {
	 transform-origin: center center;
	 transform: rotate(-70deg);
}
 .open .right-bar:after {
	 transform-origin: center center;
	 transform: rotate(70deg);
}
.slider-class{
    display: flex;
    align-items: center;
}
.slider-class li {
    width: fit-content;
}
.postMain{
        background-color: #eee;
    padding: 2rem;
    border-radius: 5px;
    margin: 0 1.1rem;
    min-height: 404px;
    max-width: 400px;
}
.slider-caption-class{
    display: grid;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #0e2a47;
    grid-gap: 1rem;
}
.postResume{
    color: #000;
    font-weight: normal;
}
.menuForm{
    cursor:pointer;
}