.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inferior{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
 .show-sm {
    display: none !important;
  }

.SinB {
  border-radius: 0px;
}

.SinP {
  padding: 0;
}

.btn-danger {
  background: #ff0000;
}

.danger {
  background: #ff0000;
  color: #fff;
}

.btn-info {
  background: #00a3bb;
}

.btn-outline-secondary {
  color: #000;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: transparent;
  border: solid 2px #6c757d;
}

.btn-success1 {
  background: #0f4f08;
  color: #fff;
}

.btn-success {
  background: #7dac52;
}

.success {
  background: #7dac52;
  color: #fff;
}

.btn-cotizar {
  background: #114c90;
  color: #fff;
}


.btn-quitar{
  background: #000000;
  color: #fff;
  border-radius: 7px;  
}

.btn-cotizarplanta {
  background: #7dac52;
  color: #fff;
  border-radius: 7px;
}

.btn-agotado {
  background: #d2d2d2;
  border-color: #000;
  color: #fff;
  border-radius: 7px;
}

.gris {
  background: #f3f4f6;
}

.naranja {
  background: #ff9000;
  color: #fff;
}

.sombra {
  text-shadow: 2px 2px #3f4140;
}

.cardEntregado {
  background: #f0f0f0b3;
  padding: 0;
}

a {
  color: #ff0000;
}

.card {
  border-radius: 0;
  border: solid 1px #a8a6a6;
}

.pointer {
  cursor: pointer;
}

.text-detalle{
	color:#ff0000!important;
	font-size:small;
	}

.text-circle {
  color: #ff0000;
  float: right;
}

.icon {
  color: #000;
  background: #bdbdbd;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

.iconRedes {
  background: #c82228;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

.iconFb {
  background: #ff0000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

.iconIns {
  background: #40a629;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

.iconYou {
  background: #c02127;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link.active {
  background: #ff0000;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #ff0000;
}

.nav-tabs .nav-link.active {
  background: #ff0000;
  color: #fff;
}

.contacto {
  background: red;
  padding: 5px;
  color: #fff;
  width: 50%;
}

.form-control {
  background-color: #e0e0e0;
}

textarea {
  background-color: #e0e0e0;
}

.flotante {
  margin-bottom: -50px;
}

#footer {
  background: #d3d1d1;
  margin-left: 2em;
  margin-right: 2em;
}

#footer img {
  float: right;
}

/*----tabs----*/

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active {
  background: #e30000;
}

.fa,
.fas,
.far,
.fal,
.fab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
  display: flex;
  align-items: center;
  height: 40px;
}

/*----fin-tabs----*/

.bannerSlider {
  height: 250px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.banner {
  background-position: center;
  background-size: cover;
  position: relative;
}

.anchoResponsive {
  width: 100%;
}

.bottom-banner {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: #d2952999;
}

.img-box img {
  width: 100%;
}



/* mobile */

@media (max-width: 991px) {
  footer {
    text-align: center;
  }
  .iconRedes {
    height: 30px;
    width: 30px;
  }
  .navbar {
    display: flex;
    justify-content: flex-end !important;
  }
  
  .hidden-md {
    display: none !important;
  }
  
  .show-sm {
    display: block !important;
  }
 
  .img_div_proyecto-sm {
	height: 100px; 
	background-size: 100%; 
	background-repeat: no-repeat;
}
}

@media (min-width: 992px) {

  .img_div_proyecto-md {
	height: 440px; 
	background-size: 100%; 
	background-repeat: no-repeat;
  }
  
}


@media (max-width: 767px) {
  .navbar {
    display: flex;
    justify-content: flex-end !important;
    min-height: 80px;
    padding-top: 35px;
  }
  .iconos {
    width: 100px;
    position: absolute;
    top: 0px;
    right: 25px;
  }
  .navbar-brand a{
    position: relative;
	z-index: 1;
  }
  .navbar-brand img {
    width: 150px;
  }
  .img-box {
    height: auto;
    overflow: hidden;
  }
  .img-box img {
    margin-top: -100px;
  }
  .hidden-md {
    display: none !important;
  }
  
 .show-sm {
    display: block !important;
  }
  
  .img-responsive{
		max-width: 100%; 
		height: 200px;	
		}
}

