@import url('https://fonts.googleapis.com/css?family=Ubuntu');

#cookie_warning {
  background-color: #283582;
  padding: 10px !important;
}

#cookie_warning * {
  color: white;
  font-family: 'Ubuntu';
  line-height: 1.4em;
}

#cookie_warning .ok {
  position: relative;
  border: 0;
  width: auto;
  display: inline;
  bottom: unset;
  right: unset;
  text-transform: none;
}

.legal * {
  font-size: 13px !important;
}

.legal-text {
  padding-top: 14px;
}

.legal-text.small {
    padding-top: 8px;
}

.legal-text,
.legal-text * {
  font-size: 12px !important;
  line-height: 1.3em !important;
}

.legal-text.small,
.legal-text.small * {
  font-size: 8px !important;
  color: white !important;
}

.legal-text a {
  text-decoration: underline;
}

.main-01 {
    background-image: url(../../../uploads/back.jpg);
    background-size: cover;
    background-position: center;
    min-height: 750px;
    position: relative;
    /*-webkit-filter: blur(15px);
    filter: blur(15px);*/
}

.main-01::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(24, 25, 102, 0.4);
}

.main-01 > .container {
    position: relative;
    z-index: 1;
    min-height: 750px;
}

.main-01 .x23 {
    position: relative;
}

.logo {
    width: 250px;
    height: 140px;
    display: inline-block;
    margin: 20px 10px;
    vertical-align: middle;
    background-image: url(../../../uploads/logo.png);
    background-size: 244px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-01 h1 {
    display: inline-block;
    vertical-align: middle;
}

.main-01 .info {
    position: absolute;
    right: 0;
    text-align: right;
        font-family: "Lato", sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 20px;
    top: 40px;
    display: inline-block;
    line-height: 30px;
}

.main-01 .info * {
    text-align: right;
        font-family: "Lato", sans-serif;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.main-01 div.button-nav {
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 20px;
}

.main-01 div.button-nav div {
    display: inline-block;
    text-align: center;
    border: 2px solid white;
    padding: 10px;
    width: 90px;
    height: 90px;
    margin-right: 2px;
    vertical-align: bottom;
}

.main-01 div.button-nav div img {
    height: 40px;
    margin: 0px auto 8px auto;
    float: none;
}

.main-01 div.button-nav div span {
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
}

.main-form {
    background-color: #F9B200;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
    position: relative;
    padding: 20px;
    width: calc(33.3333% - 40px);
    margin: 0;
    border-radius: 4px;
    margin-bottom: 40px;
    height: auto !important;
}

.main-form h3 {
        color: white;
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 14px;
}

.main-01 .x23 {
    width: 66.6667%;
}

.main-form > .notice {
    position: absolute;
    right: calc(100% + 14px);
    top: 20px;
}

.main-form > .notice span {
        white-space: nowrap;
        position: relative;
        z-index: 1;
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    border: 6px solid #F9B200;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #F9B200;
    font-size: 18px;
    display: block;
}

.main-form > .notice strong {
    color: #F9B200;
    font-size: 18px;
    font-weight: bold;
}

.main-form > .notice::before  {
        width: 26px;
        z-index: 2;
    height: 26px;
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    background-color: white;
    border-left: 6px solid white;
    border-top: 6px solid #F9B200;
    border-right: 6px solid #F9B200;
    border-bottom: 6px solid white;
    -webkit-transform: rotate(45deg) translate(-80%, 12%);
        -ms-transform: rotate(45deg) translate(-80%, 12%);
            transform: rotate(45deg) translate(-80%, 12%);
}

.main-form > .notice::after {
    width: 38px;
    height: 38px;
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: rotate(45deg) translate(-80%, 12%);
        -ms-transform: rotate(45deg) translate(-80%, 12%);
            transform: rotate(45deg) translate(-80%, 12%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.mobile-form h3 {
    margin-top: 30px !important;
}

.main-form input[type="text"],
.mobile-form input[type="text"] {
        border-radius: 0;
    border: 1px solid white;
    width: calc(100% - 12px);
    padding: 10px 6px;
    margin-bottom: 10px;
    font-weight: 400;
    color: black;
    -webkit-appearance: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-weight: 300;
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-weight: 300;
    font-style: italic;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-weight: 300;
    font-style: italic;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-weight: 300;
    font-style: italic;
}

.main-form input[type="text"].invalid,
.mobile-form input[type="text"].invalid {
    border: 1px solid red;
}

.b_input_checkbox + label::after {
    border-color: #181966;
}

.b_input_checkbox + label {
    color: white;
    font-size: 10px;
}

.b_input_checkbox + label a {
    font-size: 10px;
    color: white;
    text-decoration: underline;
}

.form-send {
        background-color: #181966;
    color: white;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    padding: 10px 0;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
}

.form-send:hover {
    background-color: rgba(255, 255, 255, 0.4);
    color: #181966;
}

.main-text {
        position: absolute;
    color: white;
    font-size: 16px;
    bottom: -40px;
    right: 20px;
    line-height: 22px;
}

.main-text strong {
     font-weight: bold;
    color: white;
    font-size: 16px;
}

.main-text img {
    float: right;
    margin-left: 20px;
    vertical-align: middle;
}

.back-img {
    padding-bottom: 57%;
    background-image: url(../../../uploads/mock9.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}

.back-img > div {
    position: absolute;
    background-image: url(../../../uploads/bubble.png);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    width: 450px;
    bottom: 0;
    top: 0;
}

.back-img span {
        color: white;
    font-size: 18px;
    margin: 30px 0 0 55px;
    display: block;
}

.main-01 > .container > a {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: 0;
    left: calc(50% - 20px);
    margin: 10px;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    border-radius: 0 0 7px 0;
}

.main-01 > .container > a::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    bottom: 0;
    right: 0;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    border-radius: 0 0 5px 0;
    animation: arrow 1.4s ease-in 0s infinite;
    -webkit-animation: arrow 1.4s ease-in 0s infinite;
}

@keyframes arrow {
    from {
        -webkit-transform: translate(-10px, -10px);
                transform: translate(-10px, -10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(4px, 4px);
                transform: translate(4px, 4px);
        opacity: 1;
    }
}

@-webkit-keyframes arrow {
    from {
        -webkit-transform: translate(-10px, -10px);
        opacity: 0;
    }
    to {
        -webkit-transform: translate(4px, 4px);
        opacity: 1;
    }
}

#main-02 {
    padding: 40px 0;
    text-align: center;
}

#main-02 h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 16px;
    color: #181966;
    font-family: 'Ubuntu';
}

#main-02 ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

div.home-sec-four ul {
  list-style: none;
  text-align: center;
}

div.home-sec-four ul li {
  display: inline-block;
}

div.home-sec-four ul li > div {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0 5px;
}

div.home-sec-four ul li > div.circle-one {
  background-color: #44A12B;
  background-image: url(../../../uploads/bg-circle-one.png);
}

div.home-sec-four ul li > div.circle-two {
  background-color: #738D26;
  background-image: url(../../../uploads/bg-circle-two.png);
}

div.home-sec-four ul li > div.circle-three {
  background-color: #77A0CF;
  background-image: url(../../../uploads/bg-circle-three.png);
}

div.home-sec-four ul li > div.circle-four {
  background-color: #F9B200;
  background-image: url(../../../uploads/bg-circle-four.png);
}

div.home-sec-four ul li > div.circle-five {
  background-color: #AC8653;
  background-image: url(../../../uploads/bg-circle-five.png);
}

div.home-sec-four ul li > div.circle-six {
  background-color: #87888A;
  background-image: url(../../../uploads/bg-circle-six.png);
}

div.home-sec-four ul li > div.circle-seven {
  background-color: #005EA8;
  background-image: url(../../../uploads/bg-circle-seven.png);
}

div.home-sec-four ul li > div.circle-eight {
  background-color: #664F7A;
  background-image: url(../../../uploads/bg-circle-eigth.png);
}

#main-02 ul li {
    position: relative;
    padding: 2px 0px 10px 0px;
}

#main-02 ul li::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 18px;
    left: 0;
    top: 4px;
    background-image: url(../../../uploads/ok.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#main-02 .x12.last {
    background-image: url(../../../uploads/q-bo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.button-orange {
    border: 2px solid #F9B200;
    background-color: #F9B200;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    padding: 10px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
}

.button-orange:hover {
    background-color: transparent;
    color: #F9B200 !important;
}

div.sector-img .x14 {
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#main-03 {
    padding: 40px 0;
}

#main-03 h2 {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 16px;
    color: #181966;
    font-family: 'Ubuntu';
}

#main-03 ul.services li {
    width: 24%;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: top;
    margin-bottom: 20px;
}

#main-03 ul.services li img {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

#main-03 ul.services li span {
    font-size: 24px;
    color: #F9B200;
    text-transform: uppercase;
    display: block;
}

#main-03 div.x11.first.last {
    text-align: center;
}

#main-03 ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

#main-03 ul li {
    position: relative;

}


#socket {
    padding: 3px;
}

.response p {
    color: white;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.mobile-form, .mobile_bar {
    display: none;
}

@media all and (max-width: 995px) {
    .main-01 .info {
        display: none;
    }
    .back-img {
        padding-bottom: 70%;
    }
}

@media all and (max-width: 767px) {
    #main-03 ul.services li {
        width: 49%;
    }
        #main-03 ul.services li img {
        max-width: 142px;
        }
        #main-03 ul.services li span {
        font-size: 20px;
        }
    .mobile-form {
        display: block;
    }
    .mobile_bar {
            position: fixed;
    top: 0;
    z-index: 10;
    background-color: white;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
    .mobile_bar img {
        width: 122px;
        margin: 16px 10px 10px 10px;
    }
    .mobile_bar a {
        float: right;
        float: right;
    margin: 12px 8px;
    padding: 10px 14px;
    background-color: #181966;
    font-size: 20px;
    line-height: 20px;
    border-radius: 6px;
    color: white;
    }
    .mobile_bar a.fa-phone,
    .mobile_bar a.fa-envelope {
        background-color: #F9B200;
    }
    .logo {
        display: none;
    }
    .main-01 h1 {
        padding-top: 80px;
        width: calc(100% - 40px);
        margin: 0 20px;
        font-size: 24px;
        line-height: 24px;
    }
    .main-form, .main-01 .info {
        display: none;
    }
    .main-01 .x23 {
        width: 100%;
    }
    .back-img > div {
        width: 100%;
        /* top: 40px; */
        /* left: 60px; */
        position: relative;
        padding: 0 60px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 30px;
        display: block;
    }

    .main-01 div.button-nav div {
        width: 100px;
        height: 100px;
    }

    .main-text {
        right: 0;
    }

    .back-img span {
        color: white;
        font-size: 14px;
        margin: 20px 0 0 40px;
        display: block;
    }
    .back-img {
        margin: 0 -60px;
        padding-bottom: 90%;
    }
    .main-01 {
        min-height: 100vh;
        overflow: hidden;
    }
    .main-text {
        bottom: -40px;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
     .main-text strong {
        font-size: 14px;
        line-height: 20px;
     }
     .main-text img {
             margin: 0 auto !important;
        display: block;
        float: none;
     }
     #main-02 .x12, #main-03 .x12 {
        width: 100% !important;
        height: auto !important;
     }
     #main-02, #main-03 {
        padding: 20px 10px;
     }
     #main-02 .x12.last {
            padding-bottom: 60%;
    margin-top: 30px;
     }

    #main-01 div.button-nav div {
        margin: 6px !important;
    }

     div.sector-img .x14 {
    height: 200px;
    margin: 0 !important;
    width: 50% !important;
    }
     #main-03 ul {
        list-style: none;
        margin: 20px 0;
        padding: 0;
    }
    .mobile-form {
        height: calc(100vh - 184px) !important;
        padding-bottom: 80px;
    background-color: #F9B200;
    color: white;
    padding: 20px;
    width: calc(100% - 40px);
    }
    form h3 {
        color: white !important;
        font-size: 26px !important;
        display: block !important;
        text-align: center !important;
        margin-bottom: 20px !important;
    }
    .button-orange {
        display: none;
    }

}

.thanks {
    display: block;
    text-align: center;
    padding: 100px 0;
    min-height: calc(100vh - 200px) !important;
}

.thanks a {
    display: block;
    margin: 30px auto 0 auto;
    max-width: 160px;
}

.thanks img {
    margin: 0 auto 30px auto;
    width: 200px;
    display: block;
}

.thanks > div {    display: inline-block;
    padding: 20px;
    z-index: 1;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

input.b_input_checkbox + label::before,
input.b_input_checkbox + label::after {
    cursor: pointer;
}

.legal h3 {
    font-size: 20px;
    color: #181966;
    margin-bottom: 6px;
}

.legal h4 {
    font-size: 16px;
    color: #181966;
    margin-bottom: 2px;
}

/*slider marcas*/

#autoplay img {
  max-width: 100%;
}

#autoplay {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

#autoplay .slick-slide {
  text-align: center;
  margin: 10px;
}

h4 {
  margin-top: 2px;
}

.slick-slide img:hover + h4 {
  opacity: 1;
}
.slick-slide h4 {
  opacity: 0;
  -webkit-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.slick-prev,
.slick-next {
  line-height: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  outline: none;
}

.slick-next {
  right: -25px;
}

.slick-prev {
  left: -25px;
}

.slick-next:after {
  content: "\f054";
  color: grey;
  font-size: 30px;
  font-family: FontAwesome;
}

.slick-prev:after {
  content: "\f053";
  font-size: 30px;
  font-family: FontAwesome;
  color: grey;
}

div.contain-brand-slider {
    padding: 30px 0 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 995px;
    margin: 0 auto;
}

/*Brand slider*/

div.contain-brand-slider {
  padding: 30px 0 50px 0;
}

.brands-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flickity-prev-next-button svg {
  height: 24px;
}



.flickity-viewport {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-height: 60px;
        overflow: hidden !important;
}

@media screen and (max-width: 782px) {
    div.contain-brand-slider {
        max-width: 394px;
        overflow: hidden !important;
    }
}

@media (min-width: 548px) {
  h1 {
    font-size: 3.2vw;
  }
}

.brands-wrap {
  padding-bottom: 5%;
}

.carousel {
  background: transparent;
}

.gallery-cell {
  width: 100%;
  /* half-width */
  height: auto;
  padding: 0 15px;
  text-align: center;
}

@media (min-width: 548px) {
  .gallery-cell {
    /*width: 14.285714285714285714285714285714%;*/
    width: 20%;
    min-height: 70px;
  }
}


.gallery-cell.is-selected img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
}
.gallery-cell img {
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  /* easeInOutBack */
    max-width: 158px;
    max-height: 70px;
  display: inline-block;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: grayscale(100%) /*blur(2px)*/;
  filter: grayscale(100%) /*blur(2px)*/;
}

.flickity-prev-next-button.previous {
  left: 0px;
}

.flickity-prev-next-button.next {
  right: 0px;
}

.brand-carousel {
  margin: 0 60px;
  overflow: hidden;
  /* space for prev/next buttons */
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.flickity-viewport {
padding: 0 32px;
-webkit-box-shadow: none !important;
        box-shadow: none !important;
  outline: 0 !important;
  overflow: hidden !important;
}

.flickity-viewport:focus {
  outline: 0 !important;
  overflow: hidden !important;
}

.flickity-prev-next-button.previous, .flickity-prev-next-button.next {
  z-index: 9999;
  position: absolute;
  width: 40px;
  height: 50px;
  top: 0;
}

.flickity-prev-next-button .arrow {
  fill: grey;
}

.flickity-prev-next-button.no-svg {
  color: grey;
}

.flickity-prev-next-button {
  background: transparent;
}
.flickity-prev-next-button:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

div.cont-title-line {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    max-width: 995px;
    margin: 30px auto;
}


div.cont-title-line span {
    text-align: center;
    position: relative;
    display: inline-block;
    background-color: white;
    padding: 0 14px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #181966;
}

@media all and (max-width: 1010px) {
    .main-01 > .container,
    #main-02 > .container,
    #main-03 > .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: calc(100% - 30px);
    }
    .main-01 .info {
        margin: -20px 0 20px 0 !important;
        position: relative;
        display: block;
        top: 0;
    }
    /*#main-03 ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
            -ms-column-count: 2;
             -o-column-count: 2;
                column-count: 2;
    }*/
    #main-03 .x12.first {
        width: calc(45% - 20px);
    }
    #main-03 .x12.last {
        width: 55%;
    }
    #main-02 .x12.last {
        width: calc(50% - 30px);
    }
}

@media all and (max-width: 767px) {
    .main-01 .info {
        display: none;
    }
    .back-img {
        padding-bottom: 110%;
    }
}

@media all and (max-width: 540px) and (min-width: 461px) {
    .back-img {
        padding-bottom: 80%;
    }
}

#main-03 ul.services li img {
    max-width: 112px;
}

@media all and (max-width: 460px) and (min-width: 401px) {
    .back-img {
        padding-bottom: 90%;
    }
}

@media all and (max-width: 360px) and (min-width: 401px) {
    .back-img {
        padding-bottom: 90%;
    }
}

@media all and (min-width: 540px) and (max-width: 767px) {
    .main-text {
        bottom: 0;
    }
    .back-img {
        padding-bottom: 80%;
    }
    .main-01 .x23 {
        max-width: 540px;
        margin: auto;
        display: block;
        float: none;
        height: 84vh !important;
    }
}

@media all and (min-width: 540px) and (max-width: 767px) and (orientation: landscape) {
    .main-01 .x23 {
        min-height: 540px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .mobile-form {
        height: auto !important;
    }
}
