 @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap');

 #rev_slider_4_2_wrapper .metis .tp-bullet{
  display: none;
 }

.footer__copyright{
        text-align: center;
    padding-bottom: 30px;
    height: 50px;
}

.slicknav_menu .slicknav_nav a {
    display: block;
    font-family: Oxygen;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    opacity: 1 !important;
    position: relative;
}

 .o2-footer-paca {
    position: absolute;
    bottom: 0px;
    max-width: 300px;
}

 .o2-footer-paca img {
    max-width: 300px;
}


.service-align-itens {
    position: absolute;
    padding: 30px;
    width: 100%;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeInUp;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.logo-footer {
    padding: 30px 0px 0px;
    margin-left: 50px;
    max-width: 280px;
    height: auto;
    width: 100%;
}

#logoLinkFun img {
    max-height: 90px !important;
    max-width: 200px !important;
}

.block-footer {
    max-width: 250px;
    margin: 0 auto;
}

.cover {object-fit: cover;}

 .img-hover-zoom {
      height: 100%;
      overflow: hidden;
    }

    .img-hover-zoom--colorize img {
      transition: transform .9s, filter 1s ease-in-out;
      filter: opacity(20%);
      display: block;
    width: 100%;
    max-height: 550px;
    height: 100%;
    }

    .exp-content {
      min-height: 500px !important; max-height: 500px;
    }

    .img-hover-zoom--colorize:hover img {
      filter: opacity(100%);
      transform: scale(1.1);
    }

    .title--exp span {
      font-size: 40px;
      font-weight: bold;
      background: rgb(0, 0, 0, 0.7);
      padding: 5px 15px;
      color: #fff;
      box-shadow: 5px 0 0px 0px rgb(0, 0, 0, 0.7), -5px 0 0px 0px rgb(0, 0, 0, 0.7);
      text-transform: uppercase;
    }

.sub-title--exp span {
      font-size: 30px;
      font-weight: bold;
      background: rgb(0, 0, 0, 0.7);
      padding: 5px 15px;
      color: #fff;
      box-shadow: 5px 0 0px 0px rgb(0, 0, 0, 0.7), -5px 0 0px 0px rgb(0, 0, 0, 0.7);
      text-transform: uppercase;
}

.description--exp {
  max-width: 450px;
}

.description--exp span {
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
    color: #747474;
    line-height: 30px;
    text-align: left;
    letter-spacing: 1px;
}

.cta--exp {
    background: #717170;
    max-width: 450px;
    text-align: center;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0, 0.2);
    margin: 10px 0px;
    border: 1px solid #717170;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 25px;
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

.border-section {
    border-top: 10px solid #fdaf17;
    border-bottom: 10px solid #fdaf17;
}

.border-section-block {
    border-top: 10px solid #fdaf17;
    border-bottom: 10px solid #fdaf17;
    border-right: 5px solid #fdaf17;
    border-left: 0px solid #fdaf17;
}

.border-section-block-right {
    border-top: 10px solid #fdaf17;
    border-bottom: 10px solid #fdaf17;
    border-right: 0px solid #fdaf17;
    border-left: 5px solid #fdaf17;
}


.border-top-slider{
    background: #ffd100;
    height: 5px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.border-top-slider:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 0px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #ffd100;
    margin-top: -5px;
}

.feedzy-rss .rss_item .rss_image .fetched {
    z-index: 9;
    margin-left: 0px !important;
    padding: 5px !important;
}

.col-md-6.child-b {
    width: 100%;
    text-align: center !important;
    margin-bottom: 2%;
    max-width: 100% !important;
    flex: 0% !important;
}

.footer {
    background: #1f1f1f !important;
    color: #fff;
}

.footer__arrow-top {
    display: none;
}

.footer__bottom {
    margin-top: 23px;
    background: #202020;
    padding: 0;
    position: relative;
    font-size: 0.867em;
    border-top: 10px solid #fbaf17;
}

.footer__bottom:before {
    content: " ";
    display: block;
    width: 100%;
    height: 0px !important;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
}

.footer__bottom {
    margin-top: 43px !important;
}

.feedzy-rss .rss_item {
    border-bottom: 0px solid #eee !important;
    list-style: none;
}

.feedzy-rss .rss_item {
    border-top: 0px dashed #959da7 !important;
    border-bottom: none;
}

#form-new .form-group input, .form-group textarea {
    width: 100%;
    background: #2d2d2d;
    border-radius: 3px;
    font-size: 12px;
    color: #989898;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #2d2d2d;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -webkit-appearance: none;
}

#form-new .subscribe-form p {
    color: #959595;
    margin-bottom: 10px;
}

#form-new  .form-submit button {
    height: 36px;
}
#form-new  .form-submit button {
    width: 100%;
    background: #e6b705;
    border-radius: 3px;
    line-height: 34px;
    color: #000;
    text-align: center;
    position: relative;
    border: 1px solid #e6b705;
    padding-left: 25px;
    padding-right: 36px;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    -o-transition: .5s ease-in;
}

.contact-social {
    width: 100%;
    float: left;
    border-top: 2px solid #1b1a1a;
    margin-top: 15px;
    padding-top: 20px;
}

.contact-social i {
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 3px;
    font-size: 25px;
    color: #fbaf17;
    transition: opacity .5s;
    opacity: 0.5;
  }

  .contact-social i:hover {
    opacity: 1;
  }

.sml_subscribe {
    line-height: 50px;
    width: auto;
    border: 0px solid rgba(255,255,255,0.2) !important;
    border-radius: 0px;
    max-width: 530px !important;
    margin: auto;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1.5rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2d2d2d !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group textarea {
    width: 100%;
    background: #fff;
    padding: 20px;
  }

  .title--underline-light {
    border-bottom: 0px solid rgba(255,255,255,0.16) !important;
}

.title--decoration-bottom-center:after {
    background: transparent !important;
}

.sml_submitbtn-2 {
    background: #e6b705 !important;
    font-size: 15px !important;
    max-width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    border-radius: 0px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    min-width: 280px;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

.contact-footer .title__subtitle {
    margin-bottom: 15px;
    font-size: 2.5em;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #727270;
}

.contact-footer .title--big .title__primary {
    font-size: 1.2em;
    text-transform: none !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #727270;
}

.contact-footer .title--center {
    margin-bottom: 10px;
    text-align: center;
}

.contact-footer input::placeholder {
      color: #b8b8b8 !important;
      font-style: italic;
      font-weight: bold;
      font-style: 20px;
}

.contact-footer textarea::placeholder {
      color: #b8b8b8 !important;
      font-style: italic;
      font-weight: bold;
      font-style: 20px;
}

@media (max-width: 769px) and (min-width: 300px){
  #logoLinkFun img {
    width: 70% !important;
    padding: 25px 0 0 !important;
    margin-left: 0;
    float: left;
  }

  .slicknav_menu .slicknav_btn{
        right: 5px;
  }

    .o2-footer-paca {
        position: relative;
        top: 0px;
        padding: 20px 0px;
    }

}


@media (max-width: 992px){
    .main-nav a {
        font-size: 10px;
    }
}

@media (max-width: 768px){

    .main-nav a {
        font-size: 13px;
    }

    .border-section-block {
        border-top: 10px solid #fdaf17;
        border-bottom: 10px solid #fdaf17;
        border-right: 0px solid #fdaf17;
        border-left: 0px solid #fdaf17;
    }

    .border-section-block-right {
        border-top: 0px solid #fdaf17;
        border-bottom: 10px solid #fdaf17;
        border-right: 0px solid #fdaf17;
        border-left: 0px solid #fdaf17;
    }

    .logo-footer {
        text-align: center;
        margin: 0px auto;
        max-width: 200px;
        height: auto;
        width: 100%;
    }

}

@media (max-width: 680px) {
    #logoLinkFun img {
        width: 70% !important;
        padding: 25px 0 0 !important;
        margin-left: 0;
        float: left;
    }

    .text-info-empresa {
        text-align: center;
        padding: 0px 30px;
    }

    .sml_submitbtn-2 {
        background: #e6b705 !important;
        font-size: 15px !important;
        max-width: 355px !important;
        float: none;
        margin: 0 auto !important;
        border-radius: 0px !important;
        color: #fff !important;
        font-weight: bold !important;
        font-family: 'Roboto Condensed', sans-serif;
        width: 100%;
    }

    .footer__copyright {
        font-size: 12px;
    }

}

@media (max-width: 375px) {
    .sml_submitbtn-2 {
        max-width: 315px !important;
    }
}


@media (max-width: 360px) {
    .sml_submitbtn-2 {
        max-width: 300px !important;
    }
}

@media (max-width: 320px) {
    .sml_submitbtn-2 {
        max-width: 260px !important;
    }
}
