/*@import url(/fonts/font-awesome.css);*/
@import url(../fonts/font-awesome.css);
@import url(/css/animate.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.isStuck {
  padding: 0 32px;
  z-index: 9999;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
  background: #3b3b3b;
}

.isStuck nav.tm_navbar li a {
  line-height: 56px;
}

.isStuck.indent {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
}

.isStuck h1.navbar-brand_ {
  margin: 5px 0 0 0;
}

.isStuck h1.navbar-brand_ img {
  width: 60%;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}

body {
  background: #ffffff;
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  color: #f3f3f3;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
  background: none;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

textarea,
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: caret;
}

p {
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 24px;
  color: #000;
}

p>span {
  color: #383838;
}

h1.navbar-brand_ {
  margin: 0 0 18px 0;
  padding: 0;
  float: none;
  height: auto;
}

h1.navbar-brand_ a {
  display: inline-block;
}

h1.navbar-brand_ a img {
  width: 100%;
}

h2 {
  font: 30px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2d2d2d;
  text-transform: uppercase;
  margin: 0 0 26px 0;
}

h2.indent {
  color: #000;
  text-align: center;
  margin: 0 0 38px 0;
}

h2.indent.left {
  text-align: left;
}

h3 {
  font: 600 18px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #383838;
  margin: 0 0 11px 0;
  text-transform: uppercase;
}

h3 span {
  color: #f3f3f3;
}

h4 {
  font: 600 18px/21px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  color: #383838;
  margin: 0 0 23px 0;
  text-transform: uppercase;
}

h4 span {
  color: #000;
}

.extra-wrap {
  overflow: hidden;
}

.content {
  padding: 0;
  background: #ffffff;
}

.content.indent {
  padding: 86px 0 0 0;
  /*background:#2e2e2e url(../img/pattern1.png) repeat;*/
  background-color: #fff;
}

.center {
  text-align: center;
}

.reviews-icons img {
  border-radius: 10px;
  width: 95%;
  margin: 10px auto;
  display: block;
}

.marTop10 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

header {
  position: relative;
  margin: 0;
  padding: 12px 0 0 0;
  z-index: 11;
  background: #000;
  text-align: center;
}

.follow_icon {
  padding: 10px;
  margin: 0;
  list-style: none;
  text-align: center;
}

.follow_icon li {
  margin: 0 0 0 20px !important;
  display: inline-block;
}

.follow_icon li a {
  font-size: 18px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  width: 30px;
  height: 30px;
  color: white;
  line-height: 30px;
  border-radius: 5px;
  background-color: #2e2e2e;
}

.follow_icon li a:hover {
  background-color: #c03121;
}

nav.tm_navbar {
  border: none;
  padding: 5px 0;
  margin: 0;
  float: none;
  min-height: 0;
  background: none;
  text-align: left;
  background: #368eef;
  padding: 25px;
}

nav.tm_navbar .nav.sf-menu {
  text-align: center;
}

nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 0 79px;
  display: inline-block;
}

nav.tm_navbar li:first-child {
  margin: 0;
}

nav.tm_navbar .sf-menu li a {
  position: relative;
  padding: 0;
  font: 600 14px "Open Sans";
  color: #383838;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  text-transform: uppercase;
}

nav.tm_navbar li.active span {
  color: #c03121;
}

nav.tm_navbar li.active>a {
  color: #ffffff;
  background: none;
}

nav.tm_navbar li:hover span {
  color: #c03121;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.tm_navbar li:hover>a {
  color: #ffffff;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.tm_navbar .sfHover span {
  color: #c03121;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.tm_navbar .sfHover>a {
  color: #c03121;
  background: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.tm_navbar li span {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -16px;
  color: #2c2c2c;
  font-size: 14px;
  z-index: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.isStuck {
  background-color: #368eef;
}

nav.isStuck .sf-menu li>a {
  color: #ffffff;
}

nav.isStuck .sf-menu li.active>a {
  color: #000;
}

nav.isStuck .sf-menu li>a:hover {
  color: #000;
}

nav.tm_navbar .sub-menu>ul {
  position: absolute;
  display: none;
  width: 144px;
  left: 0;
  top: 49px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #ffffff;
  padding: 17px 0 17px 20px;
  margin: 0;
  text-align: left;
  border: 1px solid #d3d3d3;
}

nav.tm_navbar .sub-menu>ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 0 9px 0;
  line-height: 20px;
  padding: 0;
  display: block;
  position: relative;
}

nav.tm_navbar .sub-menu>ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 600 12px "Open Sans";
  color: #747474;
  text-transform: none;
  border-bottom: none !important;
}

nav.tm_navbar .sub-menu>.submenu li span {
  font-size: 14px;
  color: #2d2d2d;
  text-align: right;
  width: auto;
  position: absolute;
  right: 10px;
  top: 4px;
  left: auto;
  background: none;
}

nav.tm_navbar .sub-menu>ul li:hover>a {
  text-decoration: none;
  color: #c03121 !important;
  background: none !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.tm_navbar .sub-menu>ul li:hover span {
  color: #c03121;
}

nav.tm_navbar .sub-menu>ul li.sfHover>a {
  text-decoration: none;
  color: #c03121 !important;
  background: none !important;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

nav.tm_navbar .sub-menu>ul li.sfHover span {
  color: #c03121;
}

nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 144px;
  left: 100%;
  top: -18px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #ffffff;
  padding: 17px 0 17px 20px;
  margin: 0 0 0 2px;
  text-align: left;
  border: 1px solid #d3d3d3;
}

nav.tm_navbar .sub-menu ul ul li a {
  background: none;
  padding: 0;
  margin: 0;
  float: none;
  font: 600 12px "Open Sans";
  color: #747474;
  text-transform: none;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

nav.tm_navbar .sub-menu>ul li>ul li a:hover {
  color: #c03121 !important;
  background: none !important;
  text-decoration: none;
}

.select-menu {
  display: none !important;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #368eef;
  font-size: 31px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

#toTop:hover {
  outline: none;
  color: #000000;
}

.trainerBox {
  margin-bottom: 35px;
  position: relative;
  display: block;
}

.trainerBox figure {
  margin: 0;
}

.trainerBox figure a {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.trainerBox figure a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.trainerBox figure a:hover img {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.trainerBox figure img {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: 1px solid transparent;
}

.who-box {
  overflow: hidden;
}

.who-box .col-lg-4 {
  margin-bottom: 24px;
}

.thumb-box1 {
  /*background:#2e2e2e url(../img/pattern1.png) repeat;*/
  background-color: #ffffff;
  padding: 68px 0 0 0;
  overflow: hidden;
}

.thumb-box2 {
  padding: 55px 0 16px 0;
  overflow: hidden;
}

.thumb-box3 {
  /*background:#2e2e2e url(../img/pattern1.png) repeat;*/
  /*background-color: #ffffff;*/
  background-color: #e4e4e4;
  padding: 47px 0 0 0;
  overflow: hidden;
}

.thumb-box9 {
  /*background:#2e2e2e url(../img/pattern1.png) repeat;*/
  background-color: #ffffff;
  padding: 47px 0 0 0;
  overflow: hidden;
}

.thumb-box3 h2 {
  color: #000;
}

.thumb-box4 {
  /*background:#ffffff;*/
  background: #fff url(../img/shadow1.jpg) center top repeat-x;
  padding: 55px 0 0 0;
  overflow: hidden;
}

.thumb-box4 p {
  color: #383838;
}

.thumb-box4 img {
  margin-bottom: 9px;
}

.thumb-box4 a {
  text-transform: uppercase;
  color: #383838;
  font: 600 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.thumb-box4 a:hover {
  color: #c03121;
}

.thumb-box4 .col-lg-3 {
  margin-bottom: 33px;
}

.thumb-box5 {
  padding-bottom: 35px;
  overflow: hidden;
}

.thumb-box6 {
  overflow: hidden;
}

.thumb-box6 .col-lg-8,
.thumb-box6 .col-lg-4 {
  margin-bottom: 50px;
}

.bg-white,
.bg-white>div {
  background: #368eef !important;
  color: #000000;
}

.reviews-section {
  background: #fff url(../img/shadow1.jpg) center top repeat-x;
}

.bg-white.bg-letter-white h2 {
  color: #2d2d2d;
}

.bg-white.bg-letter-white .caption .title,
.bg-white.bg-letter-white .caption p {
  color: #383838;
}

.box-services {
  display: inline-block;
  /* width: 23.5%; */
  width: 100%;
  margin-right: 7px;
  vertical-align: top;
}

.list_carousel1.responsive {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.list_carousel1 #foo1 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}

.list_carousel1 #foo1>li {
  float: left;
  cursor: default;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.list_carousel1 #foo1>li p {
  color: #ffffff;
  font: italic 24px/36px "Open Sans";
  margin-bottom: 20px;
}

.list_carousel1 #foo1>li a {
  font: italic 16px "Open Sans";
  color: #01aef0;
  margin-bottom: 37px;
  display: inline-block;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list_carousel1 #foo1>li a:hover {
  color: #ffffff;
}

.list_carousel1.responsive .caroufredsel_wrapper {
  cursor: default !important;
  margin-bottom: 0 !important;
}

.list-1 {
  margin-left: 0px;
  padding-left: 0px;
}

.foo-btn {
  width: 100%;
}

#foo2_pag {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}

#foo2_pag a {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  padding: 0 !important;
  margin: 0 3px;
  display: inline-block;
  background: #ffffff !important;
  border-radius: 100%;
  opacity: 0.2;
  filter: alpha(opacity=20);
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#foo2_pag a:first-child {
  margin-left: 0;
}

#foo2_pag a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#foo2_pag a.selected {
  opacity: 1;
  filter: alpha(opacity=100);
}

#foo2_pag a span {
  display: none;
}

.list_btn2 {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 100%;
  z-index: 0;
}

.list_btn2 .prev2,
.list_btn2 .next2 {
  display: inline-block;
  width: 19px;
  height: 30px;
  cursor: pointer;
  margin: 0;
}

.list_btn2 .prev2 {
  float: left;
  background: url(../img/prev.png) no-repeat;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list_btn2 .next2 {
  background: url(../img/next.png) no-repeat;
  float: right;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list_btn2 .prev2:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list_btn2 .next2:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#newsletter {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#newsletter .btn-default.btn2 {
  float: left;
  padding: 0 42px;
  line-height: 50px;
}

#newsletter input {
  background: none;
  box-shadow: none;
  border: none;
  font: 300 14px/18px "Open Sans";
  color: #abaeb1;
  text-transform: uppercase;
  background: #ffffff;
  height: 50px;
  width: 380px;
  border-radius: 10px;
  padding: 16px;
  margin: 0 9px 0 0;
  float: left;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#newsletter input:focus {
  outline: none;
  border: none;
}

#newsletter .error {
  position: absolute;
  bottom: 0;
  right: 12px;
  text-align: right;
  display: block;
  overflow: hidden;
  height: 0px;
  font-size: 10px;
  color: #01aef0;
  text-transform: none;
  font-weight: normal;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#newsletter label {
  position: relative;
  margin-right: 11px;
  float: left;
  border: none;
}

#newsletter label.invalid .error {
  height: 19px;
}

#newsletter .success {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  border: none;
  font: 300 14px/50px "Open Sans";
  color: #abaeb1;
  text-transform: uppercase;
  background: #ffffff;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.thumb-pad1 {
  margin: 0 0 65px 0;
  overflow: hidden;
  text-align: center;
}

.thumb-pad1 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad1 .caption {
  padding: 0;
}

.thumb-pad1 .caption .title {
  font: 600 18px "Open Sans";
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.thumb-pad1 figure {
  margin: 0 0 16px 0;
}

.thumb-pad1 figure img {
  width: 100%;
}

.thumb-pad2 {
  margin: 0 0 32px 0;
  overflow: hidden;
}

.thumb-pad2 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad2 .caption {
  padding: 0;
  overflow: hidden;
}

.thumb-pad2 .caption .title {
  font: 600 18px "Open Sans";
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.thumb-pad2 figure {
  margin: 0 0 26px 0;
}

.thumb-pad2 figure img {
  width: 100%;
}

.thumb-pad3 {
  margin: 0 0 23px 0;
  overflow: hidden;
  background: #f5f5f5;
}

.thumb-pad3 br {
  display: none;
}

.thumb-pad3 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad3 .thumbnail .caption {
  padding: 16px 20px;
  overflow: hidden;
}

.thumb-pad3 .thumbnail .caption h4 {
  margin-bottom: 0;
  float: left;
  font-size: 15px;
}

.thumb-pad3 .thumbnail .caption .lnk {
  float: left;
  font: 300 15px "Open Sans";
  color: #363f45;
  text-transform: uppercase;
  margin: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.thumb-pad3 .thumbnail .caption .lnk:hover {
  color: #01aef0;
}

.thumb-pad3 .thumbnail .caption a {
  float: right;
  margin-top: 7px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.thumb-pad3 .thumbnail .caption a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.thumb-pad3 figure {
  margin: 0;
  position: relative;
}

.thumb-pad3 figure img {
  width: 100%;
}

.thumb-pad3 figure:hover i {
  -webkit-transform: translateY(0) translateX(0) scale(1);
  transform: translateY(0) translateX(0) scale(1);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 1;
  filter: alpha(opacity=100);
}

.thumb-pad3 figure i {
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  display: block;
  background: #01aef0 url(../img/zoom.png) center center no-repeat;
  background: rgba(1, 174, 240, 0.6) url(../img/zoom.png) center center no-repeat;
  font-weight: normal;
  -webkit-transform: translateY(0) translateX(0) scale(0.25);
  transform: translateY(0) translateX(0) scale(0.25);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.thumb-pad4 {
  margin: 0;
  overflow: hidden;
}

.thumb-pad4 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad4 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}

.thumb-pad4 figure {
  margin: 0 0 37px 0;
}

.thumb-pad4 figure img {
  width: 100%;
}

.thumb-pad5 {
  margin: 0 0 30px 0;
  padding: 20px;
  background: #ffffff;
  overflow: hidden;
  background: #ffffff url(../img/page3_brush1.png) left bottom no-repeat;
}

.thumb-pad5.indent1 {
  background: #ffffff url(../img/page3_brush2.png) left bottom no-repeat;
}

.thumb-pad5.indent2 {
  background: #ffffff url(../img/page3_brush3.png) left top no-repeat;
}

.thumb-pad5 .thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad5 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}

.thumb-pad5 .thumbnail .caption h3 {
  line-height: 21px;
}

.thumb-pad5 .thumbnail .caption p {
  color: #949494;
  margin-bottom: 30px;
}

.thumb-pad5 figure {
  margin: 0 25px 0 0;
  float: left;
}

.thumb-pad5 figure img {
  width: 100%;
}

.thumb-pad6 {
  margin-bottom: 41px;
}

.thumb-pad6 .box {
  float: left;
  width: 100px;
}

.thumb-pad6 .box1 {
  background: #c03121;
  padding: 18px 0 19px 22px;
  font: 54px/54px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 1px;
  width: 100%;
}

.thumb-pad6 .box1 span {
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-top: 0;
  text-transform: uppercase;
}

.thumb-pad6 .box2 {
  margin-bottom: 1px;
  width: 100%;
  background: #c03121;
  padding: 25px 0 24px 22px;
}

.thumb-pad6 .box2 span {
  color: #ffffff;
  font-size: 36px;
  float: left;
  margin: -6px 10px 0 0;
}

.thumb-pad6 .box2 a {
  font: 18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

.thumb-pad6 .box2 a:hover {
  text-decoration: underline;
}

.thumb-pad6 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  overflow: hidden;
  margin-top: -40px;
}

h2.indent.wow.fadeIn.animated {
  text-align: left;
}

.thumb-pad6 .thumbnail .caption {
  padding: 0;
  color: #f3f3f3;
}

.thumb-pad6 .thumbnail figure {
  margin: 0 0 24px 0;
}

.thumb-pad6 .thumbnail figure img {
  width: 100%;
}

.thumb-pad7 {
  margin: 0 0 65px 0;
  overflow: hidden;
}

.thumb-pad7 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad7 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
}

.thumb-pad7 .thumbnail .caption p {
  margin-bottom: 0;
}

.thumb-pad7 .thumbnail .caption a {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.thumb-pad7 .thumbnail .caption a:hover {
  color: #e2b263;
}

.thumb-pad7 .thumbnail figure {
  margin: 0 0 20px 0;
}

.thumb-pad7 .thumbnail figure img {
  width: 100%;
}

.thumb-pad8 {
  margin: 0;
}

.thumb-pad8 .thumbnail {
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none;
  overflow: hidden;
}

.thumb-pad8 .thumbnail .caption {
  padding: 0;
  overflow: hidden;
  color: #f3f3f3;
}

.thumb-pad8 .thumbnail .caption a {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.thumb-pad8 .thumbnail .caption a:hover {
  color: #5fd0eb;
}

.thumb-pad8 .thumbnail .caption p {
  margin-bottom: 13px;
}

.thumb-pad8 figure {
  margin: 0 30px 0 0;
  float: left;
}

.btn-default.btn1 {
  box-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0 27px;
  font: bold 18px/46px "Open Sans";
  margin: 0;
  text-shadow: none;
  border-radius: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background: #1049d4;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn1:hover {
  color: #ffffff;
  background: #000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn2 {
  box-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0 27px;
  font: bold 18px/46px "Open Sans";
  margin: 0;
  text-shadow: none;
  border-radius: 15px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #1049d4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn2 span {
  font-size: 18px;
  color: #ffffff;
  margin-left: 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn2:hover {
  color: #ffffff;
  background: #000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn2:hover span {
  color: #2d2d2d;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn3,
.cnt-title {
  box-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0;
  font: bold 18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  /*background:none;*/
  background-color: #1049d4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
}

.btn-default.btn3+.btn-default.btn3 {
  margin-top: 10px;
}

.cnt-title2 {
  color: #000;
  font: bold 18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}

.btn-default.btn3:hover {
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #000;
}

.btn-default.btn4 {
  box-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0 24px;
  font: bold 18px/58px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0;
  text-shadow: none;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  background: #1049d4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn4:hover {
  color: #ffffff;
  /*background:#2c2c2c;*/
  background-color: #000;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn5 {
  box-shadow: none;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding: 0 49px;
  font: 600 16px/50px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  margin: 0;
  text-shadow: none;
  border-radius: 10px;
  color: #ffffff;
  text-transform: uppercase;
  background: #01aef0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-default.btn5:hover {
  color: #01aef0;
  background: #31353d;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.list1-1 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: left;
}

.list1-1.indent {
  margin-bottom: 70px;
}

.list1-1 li {
  font-size: 14px;
  line-height: 1.428571429;
  overflow: hidden;
  margin-bottom: 14px;
  padding-left: 21px;
  background: url(../img/list_arrow.png) left 7px no-repeat;
  color: #000;
}

.list1-1 li a {
  font: 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list1-1 li a:hover {
  color: #368eef;
}

.list1 {
  margin: 0 0 70px 0;
  padding: 0;
  list-style: none;
}

.list1 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0;
  padding-left: 50px;
  background: #f5f5f5 url(../img/list_arrow.png) 22px 24px no-repeat;
}

.list1 li a {
  font: 300 15px/59px "Open Sans";
  color: #3e454c;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list1 li a:hover {
  color: #01aef0;
}

.list1 li:first-child+li {
  background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}

.list1 li:first-child+li+li+li {
  background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}

.list1 li:first-child+li+li+li+li+li {
  background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}

.list1 li:first-child+li+li+li+li+li+li+li {
  background: #fbfbfb url(../img/list_arrow.png) 22px 24px no-repeat;
}

.list2 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.list2 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 30px;
  padding: 0;
}

.list2 li time {
  font: 50px/54px "Roboto Slab";
  color: #ffffff;
  width: 73px;
  margin-right: 30px;
  display: inline-block;
  letter-spacing: 2px;
  float: left;
}

.list2 li time span {
  display: block;
  font-size: 60px;
  text-transform: uppercase;
}

.list2 li p {
  margin-bottom: 0;
}

.list3 {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.list3 li {
  font-size: 14px;
  line-height: 1.428571429;
  overflow: hidden;
  margin-bottom: 43px;
}

.list3 li p {
  margin-bottom: 0;
}

.list3 li .badge {
  width: 25px;
  background: none;
  font: 30px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #368eef;
  border-radius: 0;
  padding: 0;
  margin: 0 18px 0 0;
  float: left;
}

.list4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list4 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 27px;
  overflow: hidden;
}

.list4 li p {
  margin-bottom: 21px;
}

.list4 li img {
  float: left;
  margin-right: 21px;
  margin-top: 7px;
}

.list4 li a {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list4 li a:hover {
  text-decoration: none;
  color: #db9f3c;
}

.list5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list5 li {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 13px;
}

.list5 li a {
  color: #ff5d5c;
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.list5 li a:hover {
  color: #f3f3f3;
}

.list5 li:last-child {
  border-bottom: none;
}

.list6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list6 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 26px;
  overflow: hidden;
}

.list6 li p {
  margin-bottom: 0;
}

.list6 li time {
  color: #74c0bc;
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  margin-right: 6px;
}

.list7 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list7 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 0;
}

.list7 li .badge {
  padding: 0;
  margin: 0;
  width: 53px;
  height: 53px;
  border-radius: 100%;
  background: #74c0bc;
  text-align: center;
  line-height: 52px;
  color: #ffffff;
  font-size: 24px;
  float: left;
  margin-right: 12px;
  margin-top: 6px;
}

.list7 li .title {
  text-transform: uppercase;
  color: #74c0bc;
  font: 300 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 11px;
}

.list8 {
  margin: 0;
  padding: 0 0 34px 0;
  list-style: none;
}

.list8 li {
  font-size: 14px;
  line-height: 1.428571429;
  margin-bottom: 25px;
}

.list8 li h4 {
  margin-bottom: 3px;
  font-size: 14px;
}

div#email-caja {
  margin-left: -15px;
}

div#phone-caja {
  margin-left: -20px;
  width: 52%;
}

.hd-telephone {
  display: none;
}

ul.header-one {
  list-style: none;
}

ul.header-one li {
  display: inline-block;
  margin-right: 40px;
  font-size: 17px;
}

a.email-header {
  color: #ffffff;
  font-family: inherit;
}

.header-main {
  text-align: center;
}

section.box-new {
  background-color: #368eef;
  padding-bottom: 30px;
}

section.sysall {
  background-color: #000;
  padding: 10px 10px;
}

p.footerpriv.ft-copyright a {
  color: #fff;
}

p.footerpriv a {
  color: #fff;
}

p.footerpriv.ft-developement {
  color: #fff;
}

a#sysall-link:hover {
  color: #368eef;
}

.list-tags li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.list-tags a {
  display: inline-block;
  padding: 5px 14px 6px 15px;
  background: 0 0;
  border: 1px solid;
  text-decoration: none;
}

.list-tags-secondary a {
  color: #fff;
  border-color: #fff;
}

hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border: 0 !important;
  border-top: 2px solid #eee !important;
}

h5.h5-variant-1 {
  margin-top: 30px;
  font-size: 20px;
}

img.logo-sysall {
  border-radius: 100%;
}

p.offset-top-22.content-services {
  color: #fff;
  margin-bottom: 20px;
}

ul.header-one-footer li {
  list-style: none;
  margin-bottom: 10px;
}

ul.header-one-footer>li>span>i {
  margin-right: 10px;
}

ul.header-one-footer>li>a>i {
  margin-right: 10px;
}

.rd-navbar-brand {
  margin-top: 30px;
}

.icon-footer {
  margin-top: 50px;
}

a.icon.icon-xs.icon-gray.fa-mr.webmail {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1049d4;
  text-align: center;
  color: #ffffff;
  font-size: 23px;
  padding-top: 10px;
  float: left;
  text-decoration: none;
}

a.icon.icon-xs.icon-gray.fa-mr.webmail:hover {
  background-color: #000;
  color: #ffffff;
}

a.fa.fa-facebook.webmail {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1049d4;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  padding-top: 13px;
  float: left;
  text-decoration: none;
}

a.fa.fa-facebook.webmail:hover {
  background-color: #000;
  color: #ffffff;
}

a.fa.fa-yelp.webmail {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1049d4;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  padding-top: 13px;
  float: left;
  text-decoration: none;
}

a.fa.fa-yelp.webmail:hover {
  background-color: #000;
  color: #ffffff;
}

ul.list-inline.list-inline-xs {
  width: 200px;
}

h5.h5-variant-1 {
  font: 600 18px "Open Sans";
  text-transform: uppercase;
}

ul.list-tags.list-tags-secondary li a:hover {
  background-color: #1049d4;
}

.icon-footer {
  text-align: center;
}

.row.extra-wrap2 {
  padding: 50px 50px;
}

@media (min-width: 768px) {
  p.services-home {
    height: 96px;
  }
}

p.title.title-services {
  height: 50px;
}

.thumbnail2 figure img {
  width: 100%;
}

.list1-1.indent li:before {
  content: "\f105";
  font-family: "FontAwesome";
  /* position: absolute; */
  left: 0;
  top: -2px;
  color: #368eef;
  margin-right: 10px;
}

.list1-1 li:before {
  content: "\f105";
  font-family: "FontAwesome";
  /* position: absolute; */
  left: 0;
  top: -2px;
  color: #368eef;
  margin-right: 10px;
}

.cabecera-mobile {
  display: none;
}

/* img.logo-animation {
  margin-top: -150px;
}
img.logo-animation {
  margin-top: -130px !important;
} */
a.txtcolor-white.email-contact {
  color: #000;
  font-family: inherit;
}

a.txtcolor-white.email-contact:hover {
  color: #1049d4;
}

.section-aboutus h2 {
  color: #ffffff;
}

.section-aboutus h3 {
  color: #ffffff;
}

.section-aboutus p span {
  color: #ffffff;
}

.cnt-title2.title-reviews2 {
  margin-top: 10px;
}

.btn-envio {
  margin-bottom: 30px;
}

#search-404 {
  position: relative;
  overflow: hidden;
  padding: 50px 0 0 0;
}

#search-404 input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin: 0;
  width: 100%;
  outline: none;
  border: 1px solid #545454;
  background: #282828;
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #f3f3f3;
  padding: 10px 14px;
  height: 40px;
  margin-bottom: 35px;
  resize: none;
}

#search {
  margin: 8px 0 0 0;
  position: relative;
  float: right;
}

#search a {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

#search a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

#search input {
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  margin: 0;
  width: 270px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  font: 13px/48px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  padding: 0 58px 0 14px;
  height: 48px;
  outline: none;
  resize: none;
  overflow: hidden;
}

.map {
  width: 100%;
  line-height: 0;
  overflow: hidden;
}

.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 414px;
  border: none;
  line-height: 0;
  overflow: hidden;
}

.info {
  padding-bottom: 40px;
}

.info p {
  margin-bottom: 36px;
}

.mail {
  color: #c03121;
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.mail:hover {
  color: #ffffff;
  text-decoration: none;
}

.errorBox1 {
  margin-bottom: 67px;
}

.errorBox1 img {
  width: 100%;
}

.errorBox {
  margin-bottom: 67px;
}

.errorBox h2 {
  font: 72px/72px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 10px;
}

.errorBox h3 {
  font: 300 48px/48px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 35px;
}

.errorBox p {
  font: 300 18px/30px "Open Sans", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

footer {
  /*padding:0 0 23px 0;*/
  overflow: hidden;
}

footer p {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  margin-bottom: 0;
}

footer p.priv a {
  font: 14px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #2e2e2e;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

footer p.priv a:hover {
  color: #c03121;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

footer p.priv span {
  padding: 0 5px;
}

footer em {
  font-style: normal;
}

footer .box {
  position: relative;
  padding: 34px 0;
  margin-bottom: 23px;
  overflow: hidden;
  background: #c03121 url(../img/brush.png) left bottom no-repeat;
}

footer .box p {
  font: 18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}

footer .box p i {
  font-size: 18px;
  color: #ffffff;
  margin-right: 20px;
}

footer .box p a {
  color: #ffffff;
  text-transform: none;
  font-size: 18px;
}

footer .box p a:hover {
  text-decoration: underline;
}

footer br {}

@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1219px) {
  #toTop {
    display: none !important;
  }

  .thumb-box2 img {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  footer .box {
    background: #c03121;
  }

  footer .box p {
    margin-bottom: 15px;
  }

  .brand-name.footer img {
    max-width: 100%;
  }

  .text-height-box {
    min-height: 120px;
  }

  /*.navbar-brand .txtphone span{
	display: block;
	font-size: 15px;
}*/
}

@media (min-width: 768px) and (max-width: 1600px) {
  .camera_wrap img {
    width: 200px;
  }

  .camera-caption .title {
    font: italic 40px/33px "Times New Roman";
  }

  .camera-caption .description {
    font: bold 60px/60px "Open Sans" !important;
  }

  .camera-caption {
    top: 50% !important;
    transform: translateY(-50%);
  }

  .navbar-brand .txtphone span {
    /*display: block;*/
    font-size: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #toTop {
    display: none !important;
  }

  nav.tm_navbar {
    text-align: center;
  }

  nav.tm_navbar .nav.sf-menu {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
  }

  nav.tm_navbar li {
    margin: 0 0 0 20px;
  }

  nav.tm_navbar .follow_icon {
    float: none;
    display: inline-block;
  }

  .thumb-box2 img {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  footer .box {
    background: #c03121;
  }

  footer .box p {
    margin-bottom: 15px;
  }

  .box-services {
    margin-right: 2px;
  }

  .cnt-message {
    min-height: 70px !important;
  }
}

#navbar-hidden-web {
  display: none;
}

.navbar-brand a {
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 15px;
  text-transform: uppercase;
}

.navbar-brand a span.txtcolor {
  font-size: 40px;
  color: #368eef;
}

.navbar-brand .txtphone {
  font-size: 15px;
  display: block;
  color: #368eef;
}

.navbar-brand .txtphone span {
  color: #ffffff;
  font-size: 20px;
}

.txtlicencia {
  font-size: 15px !important;
}

.btn-new {
  font: bold 18px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-top: 10px !important;
  padding: 5px 15px 5px 15px !important;
}

hr {
  border-top: 1px dotted #eeeeee;
  margin-top: 40px;
  margin-bottom: 40px;
}

.cnt-city {
  font-size: 17px;
  color: #bbbaba;
  margin-top: 2px;
  margin-bottom: 5px;
}

.btn-submit {
  margin: 0px auto;
  text-align: center;
  width: 150px;
  display: block !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  background-color: #1049d4 !important;
  color: #ffffff !important;
  float: none !important;
}

.btn-submit:hover {
  color: #ffffff !important;
  background-color: #000 !important;
}

.txtcolor-white {
  color: white;
}

.cnt-message {
  min-height: 120px;
  /* margin-bottom: 15px; */
  height: 100%;
  color: #000;
  overflow: auto;
}

.followus-icons {
  font-size: 25px !important;
  float: left;
  margin-right: 10px;
  background-color: #368eef;
  color: white;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px !important;
  border-radius: 100%;
}

@media (max-width: 991px) {
  #toTop {
    display: none !important;
  }

  nav.tm_navbar {
    width: 100%;
    text-align: center;
  }

  nav.tm_navbar .nav {
    display: none;
  }

  nav.tm_navbar .follow_icon {
    float: none;
    display: inline-block;
  }

  .select-menu {
    display: inline-block !important;
    padding-top: 4px;
    padding-right: 3px;
    padding-bottom: 4px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #2d2d2d;
    background: #2d2d2d;
    color: #ffffff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    vertical-align: middle;
  }

  .thumb-box2 figure {
    text-align: center;
  }

  .thumb-pad4 figure {
    margin: 0 20px 0 0;
    float: left;
  }

  .thumb-pad4 .thumbnail .caption {
    overflow: visible;
  }

  .who-box .col-lg-4 {
    margin-bottom: 50px;
  }

  .errorBox1 {
    text-align: center;
  }

  .errorBox1 img {
    width: auto;
  }

  footer {
    text-align: center;
  }

  footer .box {
    background: #c03121;
  }

  footer .box p {
    margin-bottom: 15px;
    font-size: 13px;
  }

  footer .box p a {
    font-size: 13px;
  }

  .map iframe {
    height: 300px;
  }

  #navbar-hidden-web {
    display: block;
  }

  header {
    padding: 0px 0 0 0;
  }

  .navbar-brand a {
    padding-top: 0px;
    line-height: 50px;
  }

  nav.tm_navbar {
    padding: 0px;
  }

  .box-services {
    width: 90%;
    margin: 0px auto 0px 20px;
  }

  .cnt-message {
    min-height: auto !important;
  }
}

@media (max-width: 626px) {
  .thumb-pad4 figure {
    margin: 0 0 37px 0;
    float: none;
  }
}

@media (max-width: 560px) {
  .thumb-pad5 figure {
    margin: 0 0 25px 0;
    float: none;
  }

  .thumb-pad5 {
    background: #ffffff url(../img/page3_brush3.png) left top no-repeat !important;
  }

  .thumb-pad6 .box {
    float: none;
    width: 100%;
  }

  .thumb-pad6 .box .box1 {
    text-align: center;
    padding: 18px 0 19px 0;
  }

  .thumb-pad6 .box .box2 {
    text-align: center;
    padding: 25px 0 24px 0;
  }

  .thumb-pad6 .box .box2 span {
    float: none;
    display: inline-block;
  }

  .errorBox1 img {
    width: 100%;
  }

  footer br {
    display: block;
  }

  footer span {
    /*display:none;*/
  }
}

@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%;
    float: none;
  }

  .thumb-box2 img {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .col-xs-4 {
    width: 100%;
    float: none;
  }

  .col-xs-6 {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 991px) {
  div#phone-caja {
    margin-left: -15px;
    width: 107%;
  }

  ul.list-tags.list-tags-secondary a {
    display: inline-block;
    padding: 5px 10px 10px 10px;
  }

  h1.navbar-brand.navbar-brand_ {
    display: none;
  }

  .cabecera-mobile {
    display: block;
  }

  .header-main {
    display: none;
  }

  header {
    background-color: #000;
  }

  .hd-button {
    /*display: block;*/
  }

  a.cabecera-icon {
    color: #ffffff;
    font-size: 17px;
  }

  .phone-mobile {
    margin-bottom: 20px;
    margin-top: -10px;
  }

  .need-mobile p {
    color: #368eef;
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .logo-mobile a {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
  }

  .logo-mobile a>span {
    color: #368eef;
  }

  .thumb-pad6 .thumbnail {
    margin-top: -50px;
  }

  .navbar-collapse.navHeaderCollapse.collapse.in {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ul.nav.navbar-nav.navbar-right {
    width: 100%;
    text-align: left;
  }

  .navbar-inverse {
    background-color: #368eef !important;
    border-color: #1049d4 !important;
  }

  .navbar-inverse .navbar-nav>.active>a,
  .navbar-inverse .navbar-nav>.active>a:hover,
  .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #1049d4 !important;
  }

  .navbar-inverse .navbar-nav>li>a {
    color: #ffffff !important;
  }

  .navbar-inverse .navbar-brand {
    color: #ffffff !important;
  }

  .hd-button {
    float: right;
    display: none;
    padding: 15px;
    cursor: pointer;
    top: 5px;
    right: -10px;
    position: relative;
    display: block;
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:before {
    bottom: 100%;
    margin-bottom: 3px;
  }

  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:before,
  .hd-button span:after {
    content: "";
  }

  .hd-button span,
  .hd-button span:before,
  .hd-button span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #fff;
    margin-left: -3px;
    border-radius: 50%;
    transition: 0.3s all ease;
  }

  .hd-button span:after {
    top: 100%;
    margin-top: 3px;
  }

  .hd-telephone {
    position: absolute;
    /* background-color: #59a386; */
    background-color: #368eef;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 10px;
    /* margin-top: 52px; */
    z-index: 999;
    top: 70px;
    overflow: hidden;
    display: none;
  }

  .hd-telephone a {
    color: #ffffff;
    display: block;
    text-align: left;
    padding: 2px 0px 2px 0px;
  }

  p.footerpriv.ft-developement {
    text-align: center;
  }

  .cabecera-mobile {
    border-bottom: 0.9px solid #a9a9a9;
  }

  /* img#two-animation {
    width: 40%;
    margin-top: -60px !important;
  }
  img#one-animation {
    width: 40%;
    margin-top: -60px !important;
  } */
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #368eef;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #1049d4;
  }

  ul.header-one-footer {
    text-align: left;
  }

  .cnt-title2.title-reviews2 {
    padding-top: 10px;
  }
}

/*NUEVO FOOTER*/
div.new-footer {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }

  a#ui-to-top {
    margin-bottom: 180px;
  }

  div#fixed-contact {
    display: block;
  }

  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }

  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }

  ul.link_footer>li {
    margin-right: 30px;
  }

  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }

  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }

  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }

  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }

  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }

  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }

  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }

  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }

  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }

  div#fixed-contact a i {
    display: block;
    color: #fff;
  }

  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }

  .pnl-email>i {
    line-height: 50px;
  }

  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }

  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }

  .pnl-freequote>i {
    line-height: 50px;
  }

  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }

  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }

  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }

  i.fa.fa-file-text {
    font-size: 21px;
  }

  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }

  i.fa.fa-envelope {
    font-size: 17px;
  }

  i#icon-new-footer {
    font-size: 20px;
  }

  ul.link_footer>li {
    /*width: 130px;*/
  }

  button#back-to-top-btn {
    margin-bottom: 75px;
  }

  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }

  i.icon.la.la-file-o {
    font-size: 27px;
  }

  div#fixed-contact {
    z-index: 9999;
  }

  p.situacion {
    z-index: 99;
  }
}

/*FIN DE ESTILO*/

.cnt-title2 {
  display: inline-block;
  margin-left: 10px;
}

.thumb-box6 {
  margin-bottom: 20px;
}

p.text-services {
  height: 100px;
}

img.imagen-services {
  width: 100%;
}

.img-services {
  margin-bottom: 20px;
}

.option-services {
  border: 1px solid #a8a5a5;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.content-services {
  margin: 10px;
}

.link-services {
  text-align: center;
}

.btn-detail-services {
  text-align: center;
}

a.active-services {
  color: #1049d4 !important;
}

div#volver {
  text-align: right;
}

hr.linen_pie {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  border: 0 !important;
  border-top: 2px solid #f5f5f56b !important;
}

.seccion_logos_ramiz {
  background-color: #fff;
}

.img-galleries-new {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mb-p-20 {
  margin-bottom: 20px;
}

h5.mt-1.title_visit {
  font-size: 24px;
}

img.img-face-galleries {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media only screen and (max-width: 1023px) {

  /* .col-md-4.cajas {
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
    margin-right: 10px;
  } */
  /* img.border.img-galleries-new {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .thumbnail-type-2 .caption {
    width: 100%;
    font-size: 12px;
  }
  .thumbnail-type-2 span {
    width: 100%;
    height: 100%;
    top: 50%;
  }
  .thumbnail-type-2 span > i {
    font-size: 33px;
    margin-top: 80px;
  } */
  .reviews-tre {
    margin-top: -140px;
  }

  ul.list-inline.list-inline-xs {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) {

  /* a.thumbnail-type-2.fancybox.gallerie-home {
    width: 100%;
    position: relative;
    display: block;
  } */
  .reviews-tre {
    margin-top: -212px;
  }

  nav.tm_navbar li {
    margin: 0 0 0 65px;
  }

  .caption.new {
    position: relative;
    z-index: 99;
  }
}

@media only screen and (max-width: 767px) {
  p.text-services {
    height: auto;
  }

  div#volver {
    text-align: center;
  }

  .option-services {
    margin-bottom: 20px;
  }

  img.imagen-services {
    width: 100%;
  }

  ul.list1-1.new>li {
    display: inline-block;
    width: 49%;
  }
}

@media only screen and (max-width: 767px) {

  /* img.border.img-galleries-new {
    width: 370px;
    height: 389px;
  } */
  /* .thumbnail-type-2 .caption {
    width: 370px;
    font-size: 15px;
    margin-bottom: 20px;
  } */
  /* .thumbnail-type-2 span {
    width: 370px;
    height: 389px;
    top: -183px;
  } */
  /* .thumbnail-type-2 span > i {
    font-size: 40px;
  } */
  .reviews-tre {
    margin-top: 0px;
  }

  .seccion-projects {
    /* width: 100% !important; */
    /* display: block; */
    /* position: relative; */
    /* margin: auto; */
    /* text-align: center; */
  }

  .caption.new {
    width: 100%;
    position: relative;
    display: block;
  }

  img.border.img-galleries-new {
    width: 100%;
    height: 100%;
  }
}

.reviews-tre {
  margin-top: 0px;
}

.new-content {
  text-align: right;
}

p.text-color {
  font-size: 16px;
  color: #8e8e8e;
}

.fancybox-overlay.fancybox-overlay-fixed {
  z-index: 99999999999;
}

a.icon.icon-xs.icon-gray.fa-google.webmail {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1049d4;
  text-align: center;
  color: #ffffff;
  font-size: 23px;
  padding-top: 15px;
  float: left;
  text-decoration: none;
}

/*Inicio de quickacces*/
.justify-content-around {
  justify-content: space-around;
}

.d-flex {
  display: flex;
}

.row-o {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row-o>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed;
}

.z-999 {
  z-index: 999;
}

.w-100 {
  width: 100%;
}

.bottom-0 {
  bottom: 0;
}

.slider {
  height: 600px;
}

.slider .camera_wrap {
  height: 100% !important;
}

.slider .camera_wrap .camera_target img {
  height: 100% !important;
  object-fit: cover;
  transition: height 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}

.mb-3 {
  margin-bottom: 1.75rem;
}

.mb-p-50 {
  margin-bottom: 95px;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

a.links {
  color: #000;
  font-weight: 300;
}

.content_info_contact {
  margin-bottom: 15px;
}

button.btn-form.animated {
  background-color: #1049d4;
  border-color: #1049d4;
  padding: 10px 15px;
}

img.logo-reviews {
  width: 50px;
}

.cnt-tetimonials {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 1.75rem;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block !important;
  }

  .collapse,
  #stuck_container {
    display: none !important;
  }

  .navbar-nav>li {
    float: initial !important;
  }

  ul.navbar-right {
    margin-right: 0 !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: initial !important;
  }

  .collapse.in {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none !important;
  }

  #stuck_container {
    display: block !important;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.logo-animation {
  width: 150px !important;
}

.camera-caption {
  top: 50% !important;
  transform: translateY(-50%);
}
.camera-caption.fadeIn p {
    text-shadow: 4px 4px 4px #000;
}

@media (min-width: 992px) {
  .logo-animation {
    width: 250px !important;
  }
}