/*Estilos Generales*/
.disblay-block{
  display: block !important;
}
.inline-block{
	display: inline-block !important;
}
a, button{
  text-decoration: none !important;
  outline: none !important;
}
p{
  margin: 0 !important;
}
.text-center{
	text-align: center !important;
}
.b-0{
  border: 0 !important;
}
.p-0{
  padding: 0 !important;
}
.btn-primary{

}
.btn-default{

}

.solicitar_servicio{
  padding: 60px 0 45px;
  margin: 50px 0 -20px;
}
.solicitar_servicio .section_title.white_text h4{
	color: #fff;
	font-weight: 400;
}

.moreellipses {
    display: inline;
}

.morecontent a {
    display: inline;
    color: #EB5B25;
}

.morecontent span {
    display: none;
}
.content-info-embebe{
  display: none;
}
.modal .modal-body ul.unordered-list{
  font-size: 14px;
}
.form-contact select.form-control{
  height: 48px !important;
}
#solicitar_servicio .form-contact .form-group{
  margin-bottom: 10px;
}

.btn-sucribirse.disabled{
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.8;
}

.boxed-btn.disabled{
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .8;
}

.service_area .section_title h3{
  color: #fff;
}

.service_area .boxed-btn3-text{
  color: #001d38;
  background: #fff;
}
.service_area .boxed-btn3-text:hover{
  background: #001d38;
  color: #fff;
}

.main-header-area.sticky .logo img{
  width: 150px;
}

.btn-soli-hme{
  background: #fff;
  color: #cd682d;
}
.btn-soli-hme:hover{
  background: #cd682d;
  color: #fff;
}

.testimonial_area .btn-contacto{
  background: #a75526;
  color: #fff !important;
}
.testimonial_area .btn-contacto:hover{
  background: #001D38 !important;
}