


.navbar-header{
    margin-left: 60px;
  
}

.navbar-default{
    background:#e4002d;
    padding: 0px;
}

.trapez-top {
	border-bottom: 60px solid #e4002d;
	border-left: 80px solid transparent;
	margin-left: 80px;
	height: 0;
	
}

.trapez-bottom {
	border-bottom: 60px solid #828586;
	border-right: 80px solid transparent;
	margin-right: 80px;
	height: 0;
}


.trapez-top {
	border-bottom: 60px solid #e4002d;
	border-left: 80px solid transparent;
	margin-left: 80px;
	height: 0;
	
}

.trapezoid-top {
    width: 200px;
    height: 50px;
    background: white;
   /* margin-left: 45px; */
    position: relative;
  }
  .trapezoid-top:before {
    content: '';
    border-right: 45px solid white;
    border-bottom: 50px solid transparent;
    position: absolute;
    left: -45px;
    top: 0;
  }
  .trapezoid-top:after {
    content: '';
    border-left: 45px solid white;
    border-bottom: 50px solid transparent;
    position: absolute;
    right: -45px;
    top: 0;
  }

  .trapezoid-bottom {
   
    border-bottom: 50px solid white;
    border-left: 50px solid transparent;
    /* border-right: 50px solid transparent; */
    height: 0;
    width: 150px;

  }


.nav-brand-custom{
   
    display: inline-block;
}
  

.a-custom{
    color: white;
    text-decoration: none;
    padding-bottom: 0px;
    padding-top: 15px;
    height: 50px;
}

a:hover { color: black; } /* CSS link hover (green) */

.footer-custom{

    padding-top: 20px;
}

.col-custom{
    margin-top: 10px;
}

.div-footer-custom{
  background-color: #828586;

}

.img-custom{
  
    position: absolute;
    left: 10px;
    top: 0px;
    color: white;
    text-decoration: none;
  
}

.img-custom-b{
  
  position: absolute;
  left: 20px;
  top: 0px;
  color: white;
  text-decoration: none;

}

.img-footer-custom{
  left: 10px;

}


.page-item.active .page-link {
 
  background-color: #e4002d;
  border-color: #e4002d;
  color: black;
}

.page-link {
 
  color: black;
}

a{
  color: black;
}
  
.btn-top:hover{
  border-color: #e4002d;
}

.grecaptcha-badge { 
  top: 90px !important; 
}