input[type="text"] {
  width: 70%;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  outline: none;
  margin-right: 10px
}
button {
  width: 28%;
   
}
button:hover {
  background-color: #1c5980;
}
#resultado {
  margin-top: 30px;
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#resultado p {
  line-height: 1.5;
  font-size: 16px;
}
#resultado p strong {
  color: #cc0000;
}
.navbar-brand img {
  height: 50px
}
.service {
    top: 11px; 
    width: max-content;
    border-radius: 6px;
    color: #fff !important;
    font-size: 14px;
    margin: 0px 10px;
    padding: 20px 30px !important;
}
.service:hover {
  background-color: #000000;
  color: #fff;
}
.single-work::after {
  display: none
}
.text-red {
  color: #cc0000;
  font-weight: 700
}
#scrollUp {
  left: 2%;
}
.height-emulator {
  float: left;
  height: 425px;
}
.footer-fixed {
  background-color: #000;
}
.imagen-servicio img {
  border-radius: 1.5rem 1.5rem 0 0
}
.nosotros img {
  border-radius: 1.5rem
}
h3 {
  font-size: 24px;
  line-height: 1.2;
}
.section-heading {
  margin-bottom: 40px;
}
.bg-hero {
  background: rgba(0, 0, 0, 0) url("../img/hero.webp") no-repeat fixed center center / cover !important;
}
.bg-destacado {
  background: rgba(0, 0, 0, 0) url("../img/destacado.webp") no-repeat fixed center center / cover;
}
.bg-contacto {
  background: rgba(0, 0, 0, 0) url("../img/contacto.webp") no-repeat fixed center center / cover;
}
@media only screen and (max-width: 991px) {
  .bg-hero {
    background: rgba(0, 0, 0, 0) url("../img/hero.webp") no-repeat center center / cover !important;
  }
  .bg-destacado {
    background: rgba(0, 0, 0, 0) url("../img/destacado.webp") no-repeat center center / cover;
  }
  .bg-contacto {
    background: rgba(0, 0, 0, 0) url("../img/contacto.webp") no-repeat center center / cover;
  }
	
	.service {
  top: auto; 
		color: #fff !important;
		margin-top: 20px
}
	
	 
   .welcome-intro h1 {
        font-size: 34px;
   
}	 
   .breadcrumb-area h2 {
        font-size: 34px;
   
}
    .welcome-area, .homepage-5 .welcome-area {
        height: 100% !important;
        padding-top: 140px;
        padding-bottom: 100px;
    }
	.nosotros  {
  margin-bottom: 2em

}
	
	    .welcome-area, .inner .welcome-area {
        height: 600px !important;
    }
	
	.height-emulator {
 display: none
}
}
 
.form-control { 
    height: 50px;
     
}

.navbar-toggler:focus {
        background-color: transparent;
	outline: none;
	border: none
    }
.navbar-toggler:hover {
        background-color: transparent;
    }


.instagram{ width:32px; height:32px;
  background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
	border-radius: 30px;
		margin: 0 auto
  }