
@font-face {
	font-family: 'Candara';
    src: url('fuentes/original_Candara.eot?#iefix') format('embedded-opentype'),
         url('fuentes/original_Candara.woff') format('woff'),
         url('fuentes/original_Candara.ttf') format('truetype'),
         url('fuentes/original_Candara.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.font{
    font-family: Candara !important;
}
.tp40 .b_header {
  padding: 10px 0 10px;
  width: 100%;
  color: #fff;
  background-color: #fff;
}
.tp40 .b_header .b_logo {
  width: 100%;
  text-align: center;
}
.tp40 .b_header .b_social {
  float: none;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.tp40 .b_header .b_social span {
  color: #01BC9D;
  display: inline-block;
}
.tp40 .b_header .b_social .nav_social {
  position: relative;
  top: 4px;
  display: inline-block;
  margin-left: 10px;
}
.tp40 .b_header .b_social .nav_social > li {
  float: left;
}
.tp40 .b_header .b_social .nav_social > li + li {
  margin-left: 6px;
}
.tp40 .b_header .b_social .nav_social > li a {
  padding: 0;
}
.tp40 .b_header .b_social .nav_social > li a:hover, .tp40 .b_header .b_social .nav_social > li a:focus {
  background-color: transparent;
  text-decoration: none;
}
.tp40 .b_top {
  width: 100%;
  height: auto;
  color: #000;
  padding-top: 440px;
  background-position: center top;
  background-repeat: no-repeat;
}
.tp40 .b_top .b_empresa {
  padding: 0;
  color: #4D4640;
  letter-spacing: 1px;
}
.tp40 .b_top .b_empresa .nav-serv {
  background-color: #7856c7;
}
.tp40 .b_top .b_empresa .nav-serv > li {
  width: 100%;
  float: none;
  color: #fff;
  padding: 30px 0;
}
    
.tp40 .b_top .b_empresa .nav-serv > li .b_serv {
  width: 100%;
  padding: 0px 30px;
  text-align: center;
}
.tp40 .b_top .b_empresa .nav-serv > li .b_serv h4 {
  font-size: 22px;
  font-weight: 300;
  margin: 25px 0 0;
}
h5, .h5 {
    font-size: 19px;
}
.tp40 .b_top .b_empresa .nav-serv > li + li .b_serv {
  border-left: 1px solid white;
}
.tp40 .b_top .b_bg {
  position: relative;
  padding: 25px 0 70px;
  width: 100%;
  color: #000;
}
.tp40 .b_top .b_bg .arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -9.5px;
}
.img-r1{
  text-align: center;
}
.txt-format{
    margin-top: 40px;
    margin-left: 10px;
    font-size: 40px;
    color: #fe3000;
    text-align: center;
    font-weight: 600;
    text-shadow: 1px 1px 1px black;
}
.tp40 .b_top .b_bg .nav_li {
  margin-left: -10px;
  margin-right: -10px;
}
.tp40 .b_top .b_bg .nav_li > li {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.tp40 .b_top .b_bg .b_text {
  padding: 70px 20px 0;
}
.tp40 .b_top .b_bg .b_text h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.tp40 .b_top .b_bg .b_text h4 {
  margin: 0 0 15px;
  font-size: 14px;
  color: #FC683A;
}
.tp40 .b_top .b_bg .b_text p {
  margin: 0;
}
.tp40 .b_center {
  position: relative;
  padding: 35px 0 40px;
  color: #3A3532;
  background-color: #F7EEE7;
}
.tp40 .b_center .t_cont {
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
}
.tp40 .b_center .circle {
  position: absolute;
  left: 50%;
  margin-left: -29px;
  top: -29px;
}
.tp40 .b_center .b_form {
  margin: 0;
  width: 100%;
  padding: 0;
}
.tp40 .b_center .b_form .form-group {
  margin: 10px 0;
}
.tp40 .b_center .b_form .form-group .form-control {
  border: 0;
  background-color: transparent;
  color: #3A3532;
  border-bottom: 1px solid #3A3532;
  padding: 3px 6px;
}
.tp40 .b_center .b_form .form-group .form-control.textar {
  resize: none;
  height: 95px;
}
.tp40 .b_center .b_form .form-group .form-control:focus {
  border-color: #FC683A;
  background-color: transparent;
  color: #000;
}
.tp40 .b_center .b_form .form-group .form-control::-moz-placeholder {
  color: #3A3532;
  opacity: 1;
}
.tp40 .b_center .b_form .form-group .form-control:-ms-input-placeholder {
  color: #3A3532;
}
.tp40 .b_center .b_form .form-group .form-control::-webkit-input-placeholder {
  color: #3A3532;
}
.tp40 .b_center .b_form .form-group .form-control:focus::-moz-placeholder {
  color: #FC683A;
  border-color: #FC683A;
  opacity: 1;
}
.tp40 .b_center .b_form .form-group .form-control:focus:-ms-input-placeholder {
  color: #FC683A;
  border-color: #FC683A;
}
.tp40 .b_center .b_form .form-group .form-control:focus::-webkit-input-placeholder {
  color: #FC683A;
  border-color: #FC683A;
}
.tp40 .b_center .b_form .btn-send {
  color: #F7EEE7;
  border: 0;
  width: 100%;
  display: block;
  padding: 10px 15px;
  border-radius: 0;
  margin-top: 25px;
  background-color: #0098da;
  transition: all 0.5s;
}
.tp40 .b_center .b_form .btn-send:hover, .tp40 .b_center .b_form .btn-send:focus {
  color: #F7EEE7;
  background-color: #7856c7;
  outline: 0;
}
.tp40 .b_center #gmap {
  width: 300px;
  height: 300px;
  margin: 25px auto 0;
}
#hueco{
    z-index: 20;
    position: absolute;
    margin-left: 6%;
}
button:focus{
  outline: -webkit-focus-ring-color auto 0px;
}
.tp40 .b_footer {
  padding: 15px 0 5px;
  color: #fff;
  background-color: #132f56;
}
.tp40 .b_footer a {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  text-transform: uppercase;
}
.tp40 .b_footer a:hover, .tp40 .b_footer a:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .tp40 .b_top .b_empresa .nav-serv > li .b_serv {
    width: 100%;
    padding: 40px 40px;
    text-align: center;
  }
  .img-r1{
    text-align: right;
  }
  .txt-format{
    text-align: left;
  }
  .tp40 .b_header .b_logo {
    width: auto;
    float: left;
  }
  .tp40 .b_header .b_social {
    width: auto;
    float: right;
    margin-top: 33px;
  }
  .tp40 .b_header .b_social span {
    letter-spacing: 1px;
  }
  .tp40 .b_top .b_empresa .nav-serv > li {
    width: 33.33333%;
    float: left;
  }
  .tp40 .b_center .nav_direc > li {
    width: 33.3333%;
  }
}