@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

/* general */
.header{
  padding: 0;
}

.section{
  margin: 60px 0px;
}

.bg-faded-lages{
  background-color: #053c68;
}

p{
  color: #053c68; 
}

h1 {
  font-size:40px;
  font-weight:bold;
  margin-bottom:15px;
  color: #053c68;
}

h2 {
  font-size:20px;
  font-weight:bold;
  padding-bottom:5px;
  color: #053c68;
}

.form-error{
  color: red;
}

/* buttons */

button[type=button],
button[type=submit],
a[role="button"]{
  margin-right: 0.5em;
  background-color: #053c68 !important;
  border-color: #053c68;
}

button[type=button]:hover,
button[type=submit]:hover,
a[role="button"]:hover{
  margin-right: 0.5em;
  background-color: #fff !important;
  border-color: #053c68;
  color: #053c68;
}


button.active{
  background-color: #fff !important;
  color: #053c68 !important;
  box-shadow: 4px 4px 4px #053c68;
}

/*loader*/
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #053c68;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: none;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*warning boxes*/
.box-alerts{
	position:fixed;
	top:50px;
	transform: scaleY(-1);
	bottom:0;
    width:80%;
    margin: 0 0 0 -40%;
    left:50%;
	pointer-events: none;
	z-index: 10000;
}

.box-alerts *{
	animation: Smooth 2s infinite;
	transform: scaleY(-1);
}

@keyframes Smooth{
	0%,100% {
		opacity:0;
	}
	
	10%, 80% {
		opacity:1;
		height:50px;
		margin:10px;
		padding:10px;
	}
	100%{
		padding: 0px;
		margin: 0px;
		height: 0px;
	}
}




/* navbar */

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 117px;
  width: auto;
  position: absolute;
  margin-top: -55px;
}

.navbar-lages-first{
  min-height: 80px;
}

@media (min-width: 768px) {
  .navbar-lages-first{
    min-height: 50px;
  }
}

.navbar-lages-sub{
  margin-top: 10px;
  width: 48%;
  float: right;
}


.headline > *{
  padding-right: 10px;
  color: white!important;
  line-height:  22px;
  display: inline-block;
}

.headline .name {
  font-size: 25px;
  
}

.headline .slogan {
  font-size: 16px;
}


@media (max-width: 970px) {
  .headline .name {
    font-size: 20px;
  }
  
  .headline .slogan {
    font-size: 14px;
  }
}

ul.navbar-nav{
  -webkit-box-shadow: 9px 9px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 9px 9px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 9px 9px 10px -4px rgba(0,0,0,0.75);
}

ul.navbar-nav > li {
  border: solid 1px #4b5257;
  width: 8em;
}

ul.navbar-nav > li:hover{
  box-shadow: inset 2px 2px 2px 2px rgba(0,0,0,0.5);
  transition: 0.2s;
}

ul.navbar-nav a{
  text-align: center;
  color: black !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

.autolages{
  position: absolute;
  margin-left: 140px;
}

/* ------------home.php--------------- */
/* 1st section */
.carousel{
  position: relative;
  margin-top: 10px;
  background-color: #053c68;
  width: 1140px;
}
.carousel .carousel-item{
  height:512px;
  min-width: auto;
}
#hiddenNav{
  /* display:block ; */
  margin:0 auto;
  /* margin-bottom:4em; */
}

/* because of a firefox issue width bootstrap carousel size*/
@media(max-width:1200px) {
  .carousel{
    width: 960px;
  }
  .carousel .carousel-item{
    height:200px;
    min-width: auto;
  }

  .h-100{
    height: 200px !important;
  }
}

@media(max-width:992px) {
  #hidden-nav{
    margin-bottom: 0 !important;
    
  }
  .carousel{
    width: 720px;
  }
  .carousel .carousel-item{
    height:200px;
    min-width: auto;
  }

  .h-100{
    height: 200px !important;
  }
}

@media(max-width:768px) {
  #hidden-nav{
    margin-bottom: 0 !important;
    
  }
  .carousel{
    width: 540px;
  }
  .carousel .carousel-item{
    height:200px;
    min-width: auto;
  }

  .h-100{
    height: 200px !important;
  }
}

@media(max-width:540px) {

  #hidden-nav{
    margin-bottom: 0 !important;

  }
  .carousel{
    width: 100%;
    display: inline-block;
    
  }

  .carousel .carousel-item{
    height:200px;
    min-width: auto;
  }

  .h-100{
    height: 200px !important;
  }

}
/*-------*/


.carousel .carousel-item .img-lages{
  object-fit: contain; 
}

.auto{
  width: 100%;
  margin: 0 auto;
}

/* 2nd section | budget-section */

.budget-section{
  padding: 20px;
}

.budget-section a{
  background-color: #053c68;
  border: solid 2px #053c68;
  width: 100%;
}

.budget-section ul{
  list-style: none;
  padding: 0px;
}

.budget-section li img{
  width: 15px;
  height: auto;
}


.budget-section li p{
  margin: 0px;
}



/* 3rd section | autolages-section */

.autolages-section div{
  padding-left: 0;
}

.autolages-section video{
  width: 100%;
}

.autolages-section a{
  text-decoration: none;
}

/* 4th section | services-section */

.services-section .shop{
  padding-left: 30px;
}

.services-section .shop img{
  width: 100%;
  max-height: 420px;
}

.services-section .services-icons img{
  width: 100%;
}

.services-section .services-icons {
  padding: 6px;
}

.services-section .services-icons div{
  padding: 0px;
}

@media(max-width:720px) {
  .services-icons {
    margin: 30px 0px;
  }

  .services-section .shop{
    padding: 0px;
  }

  .services-section .services-icons img{
    width: 70%;
    display:block;
    margin:auto;
  }
  
}




/* 5th section | compromise-section*/

.list_advantages{
  margin: 30px 0px;
}

.list_advantages span{
  padding-right: 10px;
  padding-top: -10px;
  color: #053c68;
}

.list_advantages p{
  margin-bottom: 5px;
}

.compromise-section {
  border-radius: 2px;
  padding: 10px;
  width: 100%;
}

.compromise-section img{
  width: 100%;
  float: right;
  padding: 10px;
}

.compromise-box *{
  margin-left: 10px;
  margin-right: 10px;
}



/* footer */
.footer {
  padding: 20px 0px;
}



.footer .contact-form{
  margin-bottom: 30px; 
}


.footer .contact-form textarea,
.footer .contact-form input{
  background-color: #053c68;
  color: white;
}

.footer .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.footer .partners img{
  width: 80%;
  vertical-align: middle;
}

.footer .partners > *{
  padding: 0;
}

.footer .partners {
  padding-left: 60px; 
}

.footer .partners a,
.footer .norms a{
  text-decoration: none !important; 
}


.footer .norms img{
  width: 100%;
}

.footer .norms {
  margin-top: 40px;
  padding-left: 40px; 
}




@media only screen and (max-width: 767px) {
  .widget_content{
    display:none;
  }

  .active .widget_content{
    display:inline;
  }

  .widget h2 {
    border-bottom:1px solid #ddd;
  }

  .widget h2:after {
    content:"\203A";
    color:white;
    width:20px;
    height:20px;
    background:#999;
    display:inline-block;
    text-align:center;
    float:right;
  }
  .active.widget h2:after {
    content:"\2039";
    background:#ccc;
  }
}



/* ------------services.php---------------- */

.services .side-bar{
  z-index: 1;
}

.services .side-bar img{
  max-height: 80px;
  width: auto;
}

.services .main{
  padding-left: 130px;
  margin-bottom: 160px; 
}

.services img {
  width: 100%;
}

.services .main img{
  margin-bottom: 25px; 
}

@media(max-width:720px) {
  .services .main{
    padding-left: 100px;
  }  
}



/* ------------budgeRequest.php--------------- */

.budgetRequest {
  padding-bottom: 200px;
  border-bottom:2px solid #003b6a;
} 

.budgetRequest legend{
  color: #053c68;
  padding: 0.5em;
} 

.budgetRequest label{
  padding-right: 1em;
}


@media(max-width:768px) {
  #allowsReparation{
    display: inline-block;
    text-align: center;
  }

  #officialInspection{
    display: inline-block;
    text-align: center;
  }
}

.budgetRequest .carPlant {
  margin: 30px 0px;
}

.budgetRequest .carPlant input{
  display: none;
}

.budgetRequest .carPlant img{
  width: 50%;
}

.budgetRequest .carPlant .btn{
  background-color: white;
}

.budgetRequest .carPlant label{
  margin-bottom: 4px;
}

.budgetRequest .carPlant *{
  padding: 0px;
  margin: 0px;
}

@media(max-width:768px) {
  .budgetRequest .carPlant img{
    width: 150%;
  }  
}


#submit-btn {
  margin-top: 20px;
}


/* ------------privacy.php--------------- */

.privacy {
  padding-bottom: 200px;
  border-bottom:2px solid #003b6a;
} 


/* backoffice */

/* login */

.login_wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 3px dotted rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

#yesClient {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0.2rem;
}

#noClient {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* backoffice actual page */

.backoffice h1{
  margin-top: 60px;
}


.logout-btn a, .logout-btn a:hover {
  text-decoration: none;
  color: white;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#img-upload{
  padding: 30px;
  width: 100%;
  height: auto;
}

.backoffice .delete-form .glyphicon  {
  font-size: 60px;
}

.backoffice .delete-form input[type=submit] {
  margin: auto;
  width: 50%;
}

.check{
  opacity:0.8;
  border: solid 6px #053c68;
}

.backoffice .delete-form input{
  display: none;
}

.footer-bottom{
  position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
   background-color: #053c68;;
}

.footer-bottom a,.footer-bottom a:hover {
  text-decoration: none;
  color: white;
}

/* Testemunhos */


/**
 * Oscuro: #283035
 * Azul: #03658c
 * Detalle: #c7cacb
 * Fondo: #dee1e3
 ----------------------------------*/
a {
  color: #03658c;
  text-decoration: none;
}

ul {
 list-style-type: none;
}

/** ====================
* Lista de Comentarios
=======================*/
.comments-container {
 /* margin: 0 25%; */
 margin-left: 105%;
 width: 100%;
}

.comments-container h1 {
 font-size: 36px;
 color: #283035;
 font-weight: 400;
}

.comments-container h1 a {
 font-size: 18px;
 font-weight: 700;
}

.comments-list {
 margin-top: 30px;
 position: relative;
}

/**
* Lineas / Detalles
-----------------------*/
.comments-list li {
 margin-bottom: 15px;
 display: block;
 position: relative;
}

.comments-list li:after {
 content: '';
 display: block;
 clear: both;
 height: 0;
 width: 0;
}

.reply-list {
 padding-left: 88px;
 clear: both;
 margin-top: 15px;
}


/* Caja del Comentario
---------------------------*/
.comments-list .comment-box {
 width: 220%;
 float: right;
 position: relative;
 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
 -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
 box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}


.reply-list .comment-box {
 width: 610px;
}
.comment-box .comment-head {
 background: #FCFCFC;
 padding: 10px 12px;
 border-bottom: 1px solid #E5E5E5;
 overflow: hidden;
 -webkit-border-radius: 4px 4px 0 0;
 -moz-border-radius: 4px 4px 0 0;
 border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
 float: right;
 margin-left: 14px;
 position: relative;
 top: 2px;
 color: #A6A6A6;
 cursor: pointer;
 -webkit-transition: color 0.3s ease;
 -o-transition: color 0.3s ease;
 transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
 color: #03658c;
}

.comment-box .comment-name {
 color: #283035;
 font-size: 14px;
 font-weight: 700;
 float: left;
 margin-right: 10px;
}

.comment-box .comment-name a {
 color: #283035;
}

.comment-box .comment-head span {
 float: left;
 color: #999;
 font-size: 13px;
 position: relative;
 top: 1px;
}

.comment-box .comment-content {
 background: #FFF;
 padding: 12px;
 font-size: 15px;
 color: #595959;
 -webkit-border-radius: 0 0 4px 4px;
 -moz-border-radius: 0 0 4px 4px;
 border-radius: 0 0 4px 4px;
}


/** =====================
* Responsive
========================*/
@media only screen and (max-width: 766px) {
 .comments-container {
   width: 480px;
 }

 .comments-list .comment-box {
   width: 390px;
 }

 .reply-list .comment-box {
   width: 320px;
 }
}

#loadButton {
  color:#053c68;
  background-color: white;
}

#loadButton:hover{
  background-color:#053c68;
  color: white;
}

#loadButton2 {
  color:#053c68;
  background-color: white;
}

#loadButton2:hover{
  background-color:#053c68;
  color: white;
}



