/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

body{
    
	background-attachment: url(img/prometco_image/S-9);
   
}
/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

/* Navbar animation */
.navbar {
  background-color: #9da3a5; }

.top-nav-collapse {
  background-color: #9da3a5!important; }

.navbar-toggler-icon, .navbar-toggler{
      background-color: #9da3a5!important;
      border-color: transparent!important;
}

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #9da3a5!important; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #9da3a5; }

/* Footer color for sake of consistency with Navbar */
navbar-brand.img{
	height: 50px;
	width: 100px;
}

.text-uppercase{
	color: #292d4b;
}
.fas, .fas fa-check-circle, .h6 {
	color: #ff0000 !important;
}

.h3, p.h5, h3{
color: #292d4b;	
}

.h1{
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    font-size: 40px;
    
}

.separador{
	border: 0;
	width: 100%;
	height: 200px;
	opacity: rgba(255, 0, 0, .5);
}

#producto col-lg-6, img{
	margin: 0px!important;
	padding: 1px!important;

}

#producto img{
	width: 100%;
	height: 100px;
}
#producto img:hover{
	border: 5px solid #fff;
}

.galeria img{
	width: 50%;
	height: 500%x;
	box-shadow: 0 8px 10px -4px rgba(41, 45, 75,0);
	border: 5px 5px #fff;
}
.tt-form, strong: ; {
	border-color: #292d4b!important;	
}

/*formulario de contacto*/
.md-form .prefix.active {
    color: red;
    background-color: #ff0000!important;
}
.fa, a.btn, button{
    color:#fff!important;
    background-color: #292d4b!important;
}
.linea{
    background: #ff0000;
    height: 5px;
    width: 100%;
    display: block;
        
}