body{
  font-family: 'Lato', sans-serif;
  font-size: 1.4em;
}
header{
  z-index: 999;
  position: fixed;
  top: 0;
  width: 100%;
}
.header-top{
  background-color: #76787A;
  border-bottom: #eee solid 5px;
}
.navbar-nav .icon-social a{
  color:#fff !important;
  font-size: 1.2em;
}
.navbar-nav .icon-social i{
  color:#fff !important;
  border-color: #fff !important;
  font-size: 1.2em;
  width: 38px;
  height: 38px;
  text-align: center;
}
.navbar-nav .facebook i:hover{
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.navbar-nav .twitter i:hover{
  background-color: #5ea9dd !important;
  border-color: #5ea9dd !important;
}
.navbar-nav .linkedin i:hover{
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
}
.navbar-nav .google-plus i:hover{
  background-color: #c63427 !important;
  border-color: #c63427 !important;
}
.logo{
	width: 250px;
}
.logo-slide{
  width: 100px;
}
.ocultar{
  visibility: hidden;
}
section{
  margin-top: 100px;
  margin-bottom: 100px;
}
article{
  padding: 10px;
}

@media screen and (max-width: 780px) {
	.logo{
		width: 75px;
	}
}
@media screen and (min-width: 772px) and (max-width: 992px) {
  .logo{
    width: 150px;
  }
  .navbar-nav-danmar li a{
  font-size: 1em !important;
  }
}
@media screen and (min-width: 992px) {  
  .navbar-nav-danmar li a{
  font-size: 1.7em !important;
  }
}
.navbar-default{
  background-color: #fff;
}
.diminuir{
  height: 120px !important;  
  position: fixed !important;
  top: 0 !important;
  z-index: 99999;
  width: 100%;
  line-height: 0px !important;
}
.header-bottom{
  background-color: #fff;
}
.diminuir .header-bottom{
  position: fixed !important;
  top: 0 !important;
  z-index: 99999;
  width: 100%;
  line-height: 0px !important;
}
.navbar-nav-danmar li a{
	line-height: 50px;
	font-weight: 400 !important;
  color: #fff;
}
.activer{
	background-color: #76787A;
}
@media screen and (min-width: 720px) {
.header-bottom .navbar-nav-danmar .nav-link a{
  line-height: 100px;
  width:;
}
}
.nav-link a:hover{
	background-color: rgba(3,3,3,0.1) !important;
  padding-bottom: 5px !important;
}

@media screen and (min-width: 1000px) {
	
	.navbar-nav-danmar li a{
		font-size: 14px;
	}

}
.navbar-nav-social li a{
	line-height: 50px;
	font-size: 10px;
	font-weight: 400;
}
@media screen and (min-width: 1000px) {
	
	.navbar-nav-social li a{
		line-height: 50px;
		font-size: 15px;
		font-weight: 400;
	}
}
.icon-social i{
	border-radius: 100px;
	padding: 6px;
	border: 2px solid #9B3121;
}

.icon-social i:hover{
	color: #fff;
  background-color: #9B3121;
}

/********************************/
/*          Main CSS     */
/********************************/


.slide-danmar {
  margin-top: 120px;
}

#first-slider .slide1 h2, #first-slider .slide2 h2, #first-slider .slide3 h2, #first-slider .slide4 h2{
    color: #9B3121;
    text-shadow: 1px 1px 1px #000;
    font-weight:700;
    font-size: 2em;
}

#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #9B3121;
    font-weight:700;
    font-size: 3em;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #9B3121;
    text-transform: uppercase;
    font-weight:700;
    font-size: 2.6em;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {
  bottom: 0;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item {
  min-height: 425px; 
  width:100%;
    height: 800px;
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
}
#first-slider h4 {
  animation-delay: 2s;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
        text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #76787A;
    border: 3px solid #76787A;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #76787A;
    border: 3px solid #76787A;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}


/********************************/
/*       Slides backgrounds     */
/********************************/
#first-slider .slide1 {
    background-image: url(../img/backgrounds/img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide2 {
    background: url(../img/backgrounds/img2.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
#first-slider .slide3 {
  background-image: url(../img/backgrounds/img3.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}




/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
      
}
@media screen and (max-width: 900px){
  .header-top{
    display: none !important;
  }
      
}
.titulo-secao{
	font-size: 2.3em;
	text-transform: uppercase;
	font-weight: 700;
  margin-bottom: 50px;
  color: #76787A;
}

.titulo-secao-light{
  font-size: 2.3em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
#intro-danmar{
	background-color: #76787A;
;
}
.intro-danmar-texto{
	color: #fff;
	margin: 20px 50px 20px 50px;
	font-size: 1.7em;
}
.block-sobre{
  font-size: 1.3em;
	margin: 40px;
	height: 340px;
	-webkit-box-shadow: 0px 0px 73px 14px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 73px 14px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 73px 14px rgba(0,0,0,0.15);
}
.block-sobre i{

  font-family: Flaticon;
  font-style: normal;
	font-size: 80px;
	margin: 20px;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
    color: #9B3121;
}
.block-sobre{
  color: #76787A;
}

.block-sobre i:hover{
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(360deg);
}
.texto-sobre{
  color: #76787A;
  font-size: 1.5em;
}
.texto-sobre h3{
  font-weight: 700;
}
#oquefazemos{
	background-image: url('../img/oquefazemos-danmar.png');
	background-repeat: no-repeat;
	background-position: center center;
  background-size: cover;
}
.oquefazemos-box{
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px){
	.oquefazemos-box{
	}
	      
}
.oquefazemos-box{
	background-color: #fff;
	float: right;
	text-align: center;
	opacity: 0.8;
}
.oquefazemos-box h3{
	font-size: 15px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.oquefazemos-box p{
	font-size: 1.4em;
	color: #000;
}
.btn-danmar{
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #76787A;
  font-size: 1.4em;
  margin-bottom: 10px;
  border: 2px solid #76787A;
}
.btn-danmar:hover{
  background-color: #fff;
  color: #76787A;
  border: 2px solid #76787A;
}

#pinBoot {
  margin-top: 100px;
  position: relative;
  max-width: 100%;
  width: 100%;
}
#pinBoot img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.white-panel {
  position: absolute;
  background: white;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 10px;
  height: 450px;
}
@media screen and (max-width: 980px){  
  .white-panel {
    height: 500px !important;
  }
}
/*
stylize any heading tags withing white-panel below
*/
.white-panel a{
  text-decoration: none;
}

.white-panel h1 {
  font-size: 1em;
}
.white-panel a h4 {
  color: #9B3121;
  font-size: 1.4em;
  height: 50px;
  margin-top: 15px;
  text-transform: uppercase;
}
.white-panel a p {
  color: #76787A;
  text-align: justify;
  font-size: 1.2em;
}
.white-panel:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  margin-top: -5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}





.servicos-icon{
	margin:15px;
  height: 150px;
}
.servicos-icon p{
  margin: 15px;
  font-size: 12px;
  text-align: center;
}
.servicos-icon a{
  text-decoration: none;
}
.servicos-icon i{


  font-family: Flaticon;
  font-style: normal;
	margin:20px;
	font-size: 5em;
	color: #fff;
	background-color: #9B3121;
	padding: 20px;
	border-radius: 200px;
}
.servicos-icon i:hover{
    
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(360deg);

    color: #9B3121;
    background-color: #fff;
    border: 3px solid #9B3121;
}
#clientes p {
  color: #76787A;
  font-size: 1.4em;
}
.logos-clientes{
    text-align: center;
}
.logos-clientes img{
    margin:15px;
}
.logos-clientes img:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform:translateZ(0) scale(1.20); /* Safari and Chrome */
    -moz-transform:scale(1.20); /* Firefox */
    -ms-transform:scale(1.20); /* IE 9 */
    -o-transform:translatZ(0) scale(1.20); /* Opera */
    transform:translatZ(0) scale(1.20);
}
#parceiros{
  background-image: url(../img/parceiros.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-inner p{
  text-align: center;
  margin-bottom: 100px;
  text-decoration: none;

}
.carousel-inner a{
 text-decoration: none;
}
.carousel-inner img{
  width:300px;
  margin: 10% 25% 0% 30%;

}

@media screen and (max-width: 720px){  
  .carousel-inner img{
  width:150px;
  }
  .info-contato span{
    font-size: 0.8em !important;
  }
}
#contato{
  background-color: #EEE;
}
#contato input{
  font-size: 1.4em;
  margin: 5px: 
}
#contato textarea{
  font-size: 1.4em;
}
#contato input:hover{
  border-color: #76787A;
}
.btn-enviar{
  border-radius: 100px;
  font-size: 1.4em;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #76787A;
}
.btn-enviar:hover{
  background-color: #fff;
  color: #76787A;
  border: 2px solid #76787A;
}
.info-contato span{
  font-size: 1.4em !important;
  margin:0 !important;
  padding: 0 !important;
  color: #000;
}
@media screen and (max-width: 720px){  
  .info-contato span{
    font-size: 0.8em !important;
    margin-right: 5px;
  }
}
.info-contato ul{
  list-style: none;
}
.info-contato ul > li{
  display: block;
  margin-bottom: 20px;
}
.info-contato ul > li i{
  text-align: center;
  border-radius: 100px;
  padding: 10px;
  font-size: 1.2em !important;
  width: 38px;
  height: 38px;
  border-radius: 30px;
  background-color: #76787A;
  color: #FFF;
}
.phone i{
  font-size: 1.8em !important;
}
.info-contato ul > li a{
  text-decoration: none;
  color: #000;
}
.social{
  color: #76787A;
  font-size: 1.2em !important;
}

.social ul{
  list-style: none;
  display: block;
}

.social ul > li{
  display: inline;
}
.nav-social a{
  color: #76787A;
  margin: 5px;
}
.icon-social-contato i{
  border:2px solid #76787A;
  border-radius: 100px;
  padding: 8px;
  font-size: 1.2em;
  width: 38px;
  height: 38px;
}
.icon-social-contato i:hover{
  color:#fff;
}

#map{
height: 250px;
width: 100%;
}
#footer{
  bottom:0;
  background-color: #76787A;
  color: #fff;
  font-size: 1.4em;
  bottom: 0;
  width: 100%;
}
#footer a{
  color: #fff;
  text-decoration: none;
}
#top-slide{
  height: 100px;
  background-color: #76787A;
  text-align: right;
  margin-top: 50px;
}
@media screen and (min-width: 920px) {
    #top-slide{
      height: 100px;
      background-color: #76787A;
      text-align: right;
      margin-top: 200px !important;
    }
}
#top-slide h1{
  color: #fff;
  padding-top: 20px;
  font-size: 1.6em;
  font-weight: 700;
  opacity: 1px;
  text-transform: uppercase;

}
#servicos-page{
  font-size: 1.4em;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #000 !important;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #9B3121; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

/* Loader */
.loader {
    display: none;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgb(255,255,255) url(../img/preloader.gif) center center no-repeat;
    z-index: 99999999;
    width: 100%;
    height: 100%;
}
.panel-body{
  color: #000;
}
.panel-default .panel-heading{
  color: #fff;
  background-color: #76787A;
}
/* Time */
.well .glyphicon {  margin-bottom: 10px;margin-right: 10px; color: #9B3121;}

.well small {
  display: block;
  line-height: 1.428571429;
  color: #999;
  margin-bottom: 10px;
}
.well{
  background-color: #fff;
  color:  #76787A !important;
}

.well .navbar-nav .facebook i{
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.well .navbar-nav .twitter i{
  background-color: #5ea9dd !important;
  border-color: #5ea9dd !important;
}
.well .navbar-nav .linkedin i{
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
}
.well .navbar-nav .google-plus i{
  background-color: #c63427 !important;
  border-color: #c63427 !important;
}
#time{
  background-color: #76787A;
  padding: 40px;
}