
#fale {
  color: #ffffff;
}

.button-91 {
  color: #fff;
  padding: 15px 25px;
  background-color: #38D2D2;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}


#pricing-plans {
  margin-top: 50px;
}

.button-70 {
  background-image: linear-gradient(#0dccea, #0d70ea);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71 {
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: 0;
  padding: 16px 21px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-71:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}

.button-71:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}

@media (min-width: 768px) {
  .button-71 {
    padding: 16px 48px;
  }
}

/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 20px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: white;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #0078d0;
  color: #fff;
}

::-moz-selection {
  background: #0078d0;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: rgba(11, 43, 87);
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: rgb(0, 0, 0);
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: rgb(0, 0, 0);
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 30px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #39f057;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #0078d0;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #0078d0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #0078d0;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #8261ee;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #0078d0;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 37px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 30px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color:#011337;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgb(0, 0, 0);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgb(0, 0, 0);
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: rgb(0, 0, 0);
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: rgb(0, 0, 0);
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #696969;
}

.header-area.header-sticky .nav li a.active {
  color: #011337  ;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
  .div_email{
            display: flex;
            width: 100%;
            color: #fff;
            margin-top: 20px;
            justify-content: center;
            align-items: center;
            font-family: helvetica;
            letter-spacing: 1;
            font-size: 16px;
            font-weight: 100;
        }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 90vh;
  border-radius: 0px 0px 50px 50px;
  box-shadow: 0 0px 100px 0 rgba(0, 0, 0, 0.5);
}



.welcome-area .header-text {
  position: absolute;
/*  top: 50%;*/
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
  background-color: darkred;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  color: black;
  font-family: sans-serif;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: rgb(59, 24, 153);
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
  position: relative;
}

  
  /* PARA CELULAR */
@media screen and (max-width: 750px) {
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  width: 70vh;
  object-fit: contain;
  border-radius: 0px 0px 50px 50px;
  box-shadow: 0 0px 100px 0 rgba(0, 0, 0, 0.5);
}
}


@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 30px;
  }
  
  .home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -400px;
  z-index: 9;
}
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #092747;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #0e396b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 300;
  font-size: 20px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  font-family: sans-serif;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -200px;
  z-index: 9;
}



/* QUEM SOMOS (inicio)*/

 .div_quem_somos{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 50px;
        }


.tit_quem_somos {
  color: #011337;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  font-family: helvetica;
           font-size: 30px;
           font-weight: 200;

}

.desc_quem_somos {
  font-weight: 400;
  font-family: helvetica;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  font-size: 18px;
            margin-top: 20px;
            width: 80%;
            text-align: left;



}
#sobre {
  background-color: #0e396b;
  padding: 50px;
  margin-top: 50px;
  padding-bottom: -50px;
  width: 100%;
  height: 100%;
  margin: 0px;
  text-align: center;
  align-items: center;
}
      .tit_vmv{
            
            width: 50%;
            color:white;
            letter-spacing: 0.5px;
            padding: 10px;
            font-family: helvetica;
           font-size: 35px;
           font-weight: 200;
        
           
        }

        

         .desc_vmv{
            font-size: 17px;
            margin-bottom: 10px;
            text-align: left;
            margin-top: 20px;
            font-weight: 400;
            color: white;
            letter-spacing: 0.5px;
            line-height: 30px;
            width: 100%;
            font-family: helvetica;


        }

        .desc_vmv_valores{
          font-size: 16px;
            margin-bottom: 10px;
            text-align: center;
            margin-top: 20px;
            font-weight: 400;
            color: white;
            letter-spacing: 0.5px;
            line-height: 30px;
            width: 100%;
            font-family: helvetica;

        }
    .div_bloco_vmv{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 20px;
            border-radius: 20px;
            flex: 1;
            color: #fff;
            transition: 0.5s;
            width: 100%;
            text-align: center;
            
        }


 .div_grade_blocos_vmv{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%;
            gap: 20px;
            text-align: center;
        }

        /* PARA CELULAR */
@media screen and (max-width: 600px) {
  .div_quem_somos{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }


.tit_quem_somos {
  color: #011337;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  padding-top: 0px;
  font-family: helvetica;
  font-size: 30px;
  font-weight: 200;

}
  .desc_quem_somos {
  font-weight: 400;
  font-family: helvetica;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  font-size: 18px;
  width: 80%;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;

}
.div_grade_blocos_vmv{
display: flex;
flex-direction: column;
            
            width: 80%;
          align-items: center;
          margin-left: 30px;

}
#sobre {
  background-color: #082d62;
  padding-top: 40px;
  padding-bottom: 40px;
  
  width: 100%;
  height: 100%;
  margin: 0px;
  text-align: center;
  align-items: center;
}
      .tit_vmv{
            font-size: 32px;
            width: 100%;
            text-align: center;
            color:white;
            letter-spacing: 0.5px;
            font-family: helvetica;
           
        }

         .desc_vmv{
            font-size: 17px;
            background-color(156, 156, 156, 0.1);
            text-align: left;
            font-weight: 500;
            color: white;
            letter-spacing: 0.5px;
            line-height: 30px;
            width: 150%;
            border-radius: 5px;
            margin: 0px;
            margin-bottom: 10px;
            font-family: arial;
            padding: 30px;

        }
    .div_bloco_vmv{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 0;
            border-radius: 10px;
            flex: 1;
            color: #fff;
            transition: 0.5s;
            width: 100%;
            background-color: #082d62;
        
 }
 .desc_vmv_valores{
          font-size: 17px;
            background-color rgb(156, 156, 156, 0.1);
            margin-bottom: 10px;
            text-align: center;
            font-weight: 500;
            color: white;
            letter-spacing: 0.5px;
            line-height: 30px;
            width: 150%;
            border-radius: 5px;
            margin: 10px;
            font-family: arial;
        }

#logo_multmaq{
            display: flex;
            width: 198px;
            height: 50px;
            margin-top: -8px;
            margin-left: 20px;
    max-height:50px;
    width: auto;
    height: auto;
        }

  }



/* QUEM SOMOS (fim)*/


#logo_multmaq{
            display: flex;
            width: 198px;
            height: 50px;
            margin-top: -8px;
            margin-left: 20px;
        }


/*  BANNER  (inicio)*/

        #fundo_preto{
            display: none;
            width: 100%;
            height: 100vh;
            position: fixed;
            background-color: rgba(0, 0, 0, 0.95);
            z-index: 1000;
        }

        #fechar_banner{
            display: none;
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            position: fixed;
            z-index: 2500;
            right: 10px;
            top: 10px;
            cursor: pointer;
            border: 1px solid #fff;
            padding: 10px;
            transition: 0.5s;
        }

        #baixar_banner{
            display: none;
            color: #fff;
            font-size: 18px;
            font-weight: 300;
            position: fixed;
            z-index: 2500;
            right: 100px;
            top: 10px;
            cursor: pointer;
            border: 1px solid #fff;
            padding: 10px;
            transition: 0.5s;

        }

        #fechar_banner:hover{
            background-color: rgba(255, 255, 255, 0.3);
        }

        #baixar_banner:hover{
            background-color: rgba(255, 255, 255, 0.3);        }

        .div_banner_maquina{
            display: none;
            z-index: 2000;
            width: 100%;
            justify-content: center;
            align-items: center;
            position: absolute;
        }

        .img_banner{
            display: flex;
            width: 50%;;
            border-radius: 0px;
            box-shadow: 0 0 10px #000;
        }

/*  BANNER (fim)*/

/*    MAQUINAS (inicio)*/

        #maquinas {
          padding: 40px;

        }


        .div_tit_maquinas{
            display: flex;
            width: 100%;
            justify-content: center;
            color: #0e396b;
            letter-spacing: 0.5px;
            line-height: 30px;
            margin-top: 10px;
            font-family: helvetica;
           font-size: 30px;
        }

        .div_sub_tit_maquinas{
            display: flex;
            width: 100%;
            font-size: 20px;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
            color: black;
            font-family: helvetica;
            text-align: center;
        }

         .div_maquina{
            display: flex;
            flex-direction: column;
            cursor: pointer;
            background-color: #fff;
            border-radius: 5px;
            align-items: center;
            width: 48%;
            height: 450px;
            position: relative;
            padding-bottom: 20px;
            justify-content: center;
        }

        .div_grade_maquinas{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
        }
        .img_maquina{
            display: flex;
            width: 80%;
            align-items: center;
            transition: 0.5s;
            height: fit-content;
            z-index: 50;
        }
.div_nome_maquina{
            display: flex;
            width: 100%;
            background-color: #0e396b;
            color: white;
            padding: 10px;
            font-size: 16px;
            border-radius: 0 0 5px 5px;
            margin-top: auto;
            justify-content: center;
            bottom: 0;
            position: absolute;
            z-index: 5;
            font-weight: 200;
            font-family: helvetica;
            
        }

        .img_maquina:hover{
            transform: scale(1.1);
        }

        @media screen and (max-width: 600px) {
      .div_sub_tit_maquinas{
      display: flex;
      width: 100%;
      text-align: center;
      }



      .desc_quem_somos {
  font-weight: 500;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
  font-size: 18px;
            margin-top: 20px;
            width: 100%;
            text-align: left;



}
      
        .div_grade_maquinas{
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 20px;
            width: 100%;
            margin-bottom: 50px;
            margin-top: 50px;
        }

        


        .div_maquina{
            display: flex;
            flex-direction: column;
            cursor: pointer;
            background-color: #fff;
            border-radius: 5px;
            align-items: center;
            width: 100%;
            height: 300px;
            position: relative;
            padding-bottom: 20px;
            justify-content: center;
        }

        

        .img_maquina{
            display: flex;
            width: 50%;
            align-items: center;
            transition: 0.5s;
            height: fit-content;
            z-index: 50;
        }


        .img_maquina:hover{
            transform: scale(1.1);
        }

        .div_nome_maquina{
            display: flex;
            width: 100%;
            background-color: #082d62;
            color: white;
            padding: 10px;
            font-size: 16px;
            border-radius: 0 0 5px 5px;
            margin-top: auto;
            justify-content: center;
            bottom: 0;
            position: absolute;
            z-index: 5;
            font-weight: 300;
            font-family: sans-serif;
            
        }
 
  #maquinas {
          padding: 0px;

        }
}


/*      MAQUINAS (fim)*/

/*      FALE CONOSCO (inicio)*/
       
       .tit_fale {

        display: flex;
            width: 100%;
            justify-content: center;
            font-weight: 100;
            letter-spacing: 0.5px;
            padding: 0px;
            font-family: helvetica;
            font-size: 36px;
            margin-bottom: 30px;
       }

        .div_entrar_em_contato{
            display: flex;
            flex-direction: column;
            width: 100%;
            justify-content: center;
            align-items: center;
            letter-spacing: 1;
            margin-left: 10%;
            margin-right: 10%;


        }

        .div_tit_contato{
            font-size: 16px;
            color: #fff;
            text-align: center;
            font-family: helvetica;
            font-weight: 100;
            margin-bottom: 10px;
        }

        .div_btn_contato{
            display: flex;
            padding: 10px;
            cursor: pointer;
            background: rgb(4, 22, 47, 0.2);
            border-radius: 10px;
/*            margin-top: 50px;*/
            width: 300px;
            justify-content: center;
            align-items: center;
            color: #fff;
        }

    
        .div_email{
            display: flex;
            width: 100%;
            color: #fff;
            margin-top: 20px;
            justify-content: center;
            align-items: center;
            font-family: helvetica;
            text-align: center;
            font-size: 16px;
            font-weight: 100;
        }
/*FALE CONOSCO (fim)*/

/*  INDUSTRIA (inicio)*/

        #industria {
          margin-top: 20px;
          margin-bottom: 5px;

        }

        .div_grade_industria_info{
            display: flex;
            flex-direction: column;
            width: 100%;
        }

        .div_tit_industria{
           display: flex;
           width: 100%;
           justify-content: center;
           color: #011337;
           margin-top: 0px;
           font-family: helvetica;
           font-size: 30px;
           text-align: center;

       }

       .div_info_industria{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
        transition: 0.1s;
        padding: 20px;
        border-radius: 10px;
        margin-top: 30px;
    }

    .div_info_industria:hover{
        transform: scale(1.1);
    }

    .div_img_industria{
        display: flex;
        width: 50%;
    }

    .img_info_industria{
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }

    .div_tit_text_info_industria{
        display: flex;
        flex-direction: column;
        width: 50%;
        background-color: #fff;
        padding: 40px;
        transition: 0.5s;
        border-radius: 0 10px 10px 0;
    }

    .sub_tit_info_industria{
        display: flex;
        width: 100%;
        font-size: 24px;
        margin-bottom: 20px;
        font-family: helvetica;
        font-weight: bold;
        color: #011337;
        padding-left: 20px;
    }

    .div_texto_industria{
        width: 100%;
        font-size: 15px;
        font-family: helvetica;
        text-align: justify;
        padding: 10px;
        justify-content: center;
        font-weight: 500;
    }

    .div_texto_industria p{
        margin-top: 10px;
    }

    

@media (max-width: 768px) {

        .div_texto_industria{
        width: 100%;
        font-size: 17px;
        font-family: helvetica;
        text-align: justify;
        padding: 10px;
        justify-content: center;
        font-weight: 500;
    }

       

        .img_banner{
            display: flex;
            width: 100%;
            border-radius: 0px;
            box-shadow: 0 0 10px #000;
        }

        

        .div_info_industria{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 40px;
            transition: 0.5s;
            padding: 0px;
            border: 2px solid transparent;
            border-radius: 10px;
        }

        .div_info_industria:hover{
            transform: scale(1.0);
            border: 2px solid transparent;
        }

        .div_img_industria{
            display: flex;
            width: 100%;
        }

        .img_info_industria{
            width: 100%;
            height: 300px;
            object-fit: cover;
            border-radius: 10px 10px 0 0;
        }

        .div_tit_text_info_industria{
            display: flex;
            flex-direction: column;
            width: 100%;
            background-color: #fff;
            padding: 20px;
            transition: 0.5s;
            border-radius: 0 0 10px 10px;
            font-family: helvetica;
           font-weight: bold;
           font-size: 30px;
        }

    }



/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 600px) {
.mini{
display: flex;
flex-direction: column;
width: 100%; 
display: none;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 10px; 
  margin-right: 10%;
  display: none;

}
.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
  margin-top: 0px;
  margin-bottom: 0px;
  display: none;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
/*  margin-bottom: 40px;*/
  display: block;
}
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
/*  margin-bottom: 40px;*/
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 10px; 

}
.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.30px;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
/*  margin-bottom: 30px;*/
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
/*  margin-bottom: 15px;*/
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 5px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: center;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #aec0fd;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #0078d0;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #0078d0;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #0078d0;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: rgb(0, 0, 0);
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: rgb(0, 0, 0);
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
/*  margin-top: 10px;*/
  margin: 0px;
  padding: 50px 0px;
  background-color: ;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  margin: 0px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.6px;
  line-height: 26px;
  margin: 0px;
}

.contact-text p {
/*  margin-bottom: 28px;*/
  margin: 0px;
}

.contact-form input,
.contact-form textarea {
  color: rgb(0, 0, 0);
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-color: rgb(8, 33, 69) ;
  padding-top: 10px;
}

footer .social {
  overflow: hidden;
  text-align: center;
  padding: 10px;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #0e396b ;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: rgb(11, 43, 87) ;
  color: #fff;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
 background-color: white;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}