@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Arvo');

html, body{
    height:100%;
}

body{
    margin:0;
    padding:0;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #3e3e3e;
    background: #f7f7f7;
    overflow: hidden;
}
#tudo{
    width:100%;
    position:relative;
    min-height:100%;
}
* html #tudo{height:100%;}




/*------Defult-----*/
:focus{
    outline:none;
}
a{
    text-decoration:none;
    color: #3ba4e2;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
a:hover{
    text-decoration:none;
    color: #238fcf;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a, h1, h2, h3, h4, input[type="submit"]{font-family: 'Lato', sans-serif;}

input[type="text"], input[type="password"], input[type="email"], select, textarea{
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 13px;
    margin-bottom: 10px;
    font-size: 16px !important;
    overflow: hidden;
    color: #000;
    border-radius: 0;
    box-shadow: none;
} 
textarea{
    resize: none;
    height: 150px;
}

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





/*-----Header-----*/
header *{
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}
header{
    width:100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
header:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 36, 0, 0.15);
}


header .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
          transition-property: opacity;
}
header .carousel-fade .carousel-inner .active {opacity: 1;}
header .carousel-fade .carousel-inner .active.left, header .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
header .carousel-fade .carousel-inner .next.left, header .carousel-fade .carousel-inner .prev.right {opacity: 1;}
header .carousel-fade .carousel-control {z-index: 2;}
header .carousel, header .carousel-inner, header .carousel-inner .item {}
header .item {
    background-position: center;
    background-size: cover !important;
}
header .item:nth-child(1) {background-image: url(http://www.hdeservicos.com.br/HDE_resources/img/HDE-header.jpg);}


header .navbar-default {
    background: #fdfdfd;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: auto;
}
header .navbar-nav {
    float: right;
}
header .navbar-default .navbar-nav>li>a{
    color: #063760;
    font-size: 17px;
    padding-top: 35px;
    padding-bottom: 30px;
}
header .navbar>.container .navbar-brand, header .navbar>.container-fluid .navbar-brand {margin-left: 0; padding-left: 0}
header .navbar-brand img{width: 150px;}
header .navbar-default .navbar-nav>li>a:hover, header .navbar-default .navbar-nav>li>a:focus, header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover, header li.dropdown:hover a{
    color: #2689cc;
}


@media all and (min-width:768px){
    header .dropdown:hover .dropdown-menu{
        display: block;
    }
}

header .dropdown-menu{
    border: none;
    border-radius: 0;
    padding: 5px 0;
    margin: 0;
}
header .dropdown-menu>li>a{
    font-family: 'Lato', sans-serif;
    padding: 8px 15px;
    font-size: 13px;
    color: #777;
}
header .dropdown-menu>li>a:hover, header .dropdown-menu>li>a:focus{background: #01703b; color: #fff}



header.fixed .navbar-default {
    background: #fdfdfd;
    position: fixed;
    top: -85px;
    width: 100%;
    z-index: 9999;
    -moz-box-shadow: 0 1px 35px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 35px rgba(0,0,0,0.1);
    box-shadow: 0 1px 35px rgba(0,0,0,0.1);
    margin: 0 0 20px;
}
header.fixed .navbar>.container .navbar-brand, header.fixed .navbar>.container-fluid .navbar-brand {
    padding: 0;
    float: left;
}
header.fixed .navbar-brand img{width: 140px;margin-top: 5px;}
header.fixed .navbar-nav {
    margin-top: 0;
    border-bottom: none;
}
header.fixed .navbar-default .navbar-nav>li>a {
    font-size: 15px;
    padding: 24px 15px;
}

header .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 17% 23% 0;
    text-align: center;
    z-index: 1000;
}
header .content h2, header .content h3{
    text-align: center;
    text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    color: #fff;
}
header .content h2{ 
    font-size: 49px;    
    text-transform: uppercase;
}
header .content h3{
    font-size: 16px;
    
    margin: 10px 0;
}
header .content .go-to-page{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    opacity: 0.8;
    z-index: 11;
    background-image: url(http://www.hdeservicos.com.br/HDE_resources/img/icon/arrow_dow.svg);
}
header .content .go-to-page:hover{opacity: 1; bottom: 44px;}

header.page {
    height: 200px;
    min-height: 200px;
    background: url(http://www.hdeservicos.com.br/HDE_resources/img/background-header-page.png);
}

header .navbar-default .navbar-nav>li>a.whatsapp{
    font-weight: 700;
    color: #3ba4e2;
    padding-left: 5px;
    padding-right: 0;
}
header .navbar-default .navbar-nav>li>a.whatsapp i{margin-right: 5px}
header .navbar-default .navbar-nav>li>a.lock span{
    background: #3ba4e2;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
}
header .navbar-default .navbar-nav>li>a.lock span i{margin-right: 5px}
/*-----Fim Header-----*/





/*-----Conteúdo-----*/
#conteudo{padding-bottom:330px;}
#conteudo section{padding: 100px 0}


.bg-gray{background: #f1f1f1}


.main-title{
    text-transform: uppercase;
    margin-top: 0;
    font-size: 26px;
    margin-bottom: 25px;
}
.main-title span{
    color: #3ba4e2;
    font-weight: 900;
}
.sub-title{
    margin: 0 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
}


#conteudo section#brandscump{
    background: #f1f1f1;
    padding: 30px 0;
}
#conteudo section#brandscump ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
#conteudo section#brandscump ul li{float: left;}
#conteudo section#brandscump ul li a{
    font-size: 12px;
    color: #777;
    
}
#conteudo section#brandscump ul li a:hover{color: #333}
#conteudo section#brandscump ul li a i{width: 25px; text-align: center;}
#conteudo section#brandscump ul li:last-child a i{display: none}
#conteudo section#brandscump ul li:first-child a i.fa-home{
    font-size: 16px;
}



#conteudo section.texto-corrido{text-align: justify;}
#conteudo section.texto-corrido img{
    width: 25%;
    float: left;
    margin-right: 30px;
}



#conteudo section#servicos-hde{text-align: center; background: #fff;}
#conteudo section#intro img{
    display: table;
    margin: 0 auto 30px;
}
#conteudo section#servicos-hde h2{
    text-transform: uppercase;
    font-size: 18px;
    color: #0b699c;
    line-height: 23px;
}
#conteudo section#servicos-hde h2 span{
    display: block;
    font-weight: 900;
}



#conteudo section#sobre-hde{background-image: url(http://www.hdeservicos.com.br/HDE_resources/img/sobre-hde.png);background-position: center;background-repeat: no-repeat;}
#conteudo section#sobre-hde h2{text-transform: uppercase;margin-top: 0;font-size: 26px;margin-bottom: 25px;}
#conteudo section#sobre-hde h2 span{color: #3ba4e2;font-weight: 900;}



#conteudo section#servicos-hde-2 .servico{
    position: relative; 
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee
}
#conteudo section#servicos-hde-2 .servico h2{text-transform: uppercase;font-size: 23px;margin-bottom: 15px;margin-top: 17px;}
#conteudo section#servicos-hde-2 .servico h2 span{color: #3ba4e2;font-weight: 900;}
#conteudo section#servicos-hde-2 .servico:before, #conteudo section#servicos-hde-2 .servico:after{
    content: '';
    display: table;
}
#conteudo section#servicos-hde-2 .servico:after{clear: both}
#conteudo section#servicos-hde-2 .servico img{float: left; margin-right: 50px}







#conteudo section#contato{text-align: center;}
#conteudo section#contato form{margin-bottom: 30px;}
#conteudo section#contato form{margin-bottom: 30px; margin-top: 10px;}
#conteudo section#contato form input[type="submit"]{margin: 0 auto;}
#conteudo section#contato a{display: block;}



#conteudo section#small-contact{
    background: rgb(53, 53, 53);
    padding: 80px 0;
    color: #848484;
    position: relative;
}
#conteudo section#small-contact p{margin-bottom: 30px;}
#conteudo section#small-contact h4{color: #ddd;text-transform: uppercase;letter-spacing: 2px;}
#conteudo section#small-contact input[type="text"], #conteudo section#small-contact input[type="email"], #conteudo section#small-contact select, #conteudo section#small-contact textarea{
    border-bottom: none;
    background: #313131;
    border-left: 3px #3ba4e2 solid;
}
#conteudo section#small-contact a{
    font-size: 13px;
    margin-right: 20px;
}
#conteudo section#small-contact a i{
    width: 20px;
    font-size: 16px;
}
#conteudo section#small-contact form{margin-bottom: 30px;margin-top: 40px;}
#conteudo section#small-contact .button{margin-left: auto; margin-right: auto}



#conteudo section#pre-footer .social{
    padding: 0;
    margin: 0 auto 20px;
    display: table;
}
#conteudo section#pre-footer .social li{display: inline-block;}
#conteudo section#pre-footer .social li a{
    display: block;
    background: rgb(60, 60, 60);
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 20px;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
#conteudo section#pre-footer .social li a:hover{background: rgb(65, 65, 65);}
#conteudo section#pre-footer{
    background: rgb(47, 47, 47);
    padding: 60px 0;
}
#conteudo section#pre-footer p, #conteudo section#pre-footer a{}
#conteudo section#pre-footer p{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    color: #8e8e8e;
}
#conteudo section#pre-footer p b{color: #3ba4e2}
#conteudo section#pre-footer p a{color: #8e8e8e;}
#conteudo section#pre-footer p a:hover{color: #eee}




#admin{padding: 0;height: 100vh;}
#admin .row,
#admin .row [class^="col"]{height: 100%}
#admin .login,
#admin .inner{background: #6e297f;height: 100%;width: 100%;display: flex;justify-content: center;align-items: center;}
#admin .inner{background: #ffffff;}
#admin .login *{
    font-size: 14px;
}
#admin .login .form-top {
    overflow: hidden;
    padding: 20px 25px 15px 25px;
    background: #fff;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
#admin .logo{
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 30px
}
#admin .logo img{width: 350px;}
#admin .login i {font-size: 67px;}

#admin .login .form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}
#admin .login .form-top-left h3 {margin-top: 0;font-weight: 300;font-size: 28px;color: #494949;}
#admin .login .form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #ddd;
    line-height: 100px;
    text-align: right;
}
#admin .login .form-bottom {
    padding: 25px 25px 30px 25px;
    background: #fff;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    border-top: 1px solid #ededed;
}
#admin .login .form-bottom form textarea {
    height: 100px;
}
#admin .login .form-bottom form button.btn {
    width: 100%;
}
#admin .login .form-bottom form .input-error {
    border-color: #19b9e7;
}
#admin .login .social-login {
    margin-top: 35px;
}
#admin .login .social-login h3 {
    color: #fff;
}
#admin .login .social-login-buttons {
    margin-top: 25px;
}
#admin .login button.btn {
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #8eb93c;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
#admin .login button.btn:hover { opacity: 0.6; color: #fff; }
#admin .login button.btn:active { outline: 0; opacity: 0.6; color: #fff; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
#admin .login button.btn:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }
#admin .login button.btn:active:focus, #admin .login  button.btn.active:focus { outline: 0; opacity: 0.6; background: #19b9e7; color: #fff; }

#admin>p {color: #d3d7e0; text-align: center; font-size: 13px; margin-top: 20px; margin-bottom: 0}
#admin>p a{color: #666;padding: 0 10px;}
#admin>p a:hover{color: #fff;}

#admin>p.footer{
    position: relative;
    display: table;;
    margin: 40px auto 0;
    padding-top: 10px;
}
#admin>p.footer:before{
    content: '';
    position: absolute;
    border-top: 1px solid #a2abc7;
    top: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
}
#admin>p.footer a{color: #bec3d4}

#admin .alert{
    margin: 0;
    padding: 5px 15px;
    border-radius: 0;
}
#admin .alert p{font-size: 12px;}
.alert-danger p{color: #a94442;}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*-----Fim Conteúdo-----*/





/*-----Footer-----*/
footer{
    width:100%;
    position:absolute;
    bottom:0;
    height:330px;
    overflow:hidden;
    width:100%;
}
footer iframe{
    width:100%;
    height:330px;
}
.scrolloff {
    pointer-events: none;
}
/*-----Fim Footer-----*/





/*-----Classes Globais-----*/
.clr{clear:both;}
.col-center{
    float: none;
    margin: 0 auto;
}

#scrolTop{
    position: fixed;
    right: 2%;
    z-index: 800;
    bottom: 6%;
    font-size: 33px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 31px;
    width: 36px;
    height: 36px;
    color: #d0d0d0;
    display: none;

    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}
#scrolTop:hover{color: #3ba4e2}

.button{
    padding: 12px 40px;
    display: table;
    margin: 20px 0 0;
    background: #3ba4e2;
    font-size: 14px;
    color: #fff;
    border: none;
    width: initial;
    text-transform: uppercase;
    letter-spacing: 1px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.button:hover, .button:focus{
    background: #238fcf;
    color: #fff;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


#success_page{text-align: center;}
.error_message{
    color: #ff675f;
    padding-bottom: 15px;
    font-weight: 500;
    text-align: center;
}
.contact-loader{
    width: 50px;
    display: table;
    margin: 20px auto;
}

fieldset {
    margin-bottom: 40px;
}


.patrocinador_img{
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #ededed;
    padding: 15px;
}
.patrocinador_img img{
    object-fit: contain;
    object-position: center;
    o-object-fit: contain;
    o-object-position: center;
    width: 100%;
    height: 100%;
}

/*-----Fim Classes Globais-----*/