@import url(../fonts/font-awesome.css);
@import "animate.css";
@import "touchTouch.css";
/*@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);*/
@import url(../css/webfonts.css);

/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-width: 300px;
  background: #fff;
  color: #767879;
  font: 300 16px/24px "Ubuntu", Arial, sans-serif;
}

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

* {
  -webkit-text-size-adjust: none;
}

h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 41px;
}

h1 img {
  max-width: inherit;
}

h1.mt-1 img {
  max-width: 100%;
}

.isStuck nav {
  margin-top: 40px;
}

h2 {
  font: 500 40px/40px "Ubuntu", Arial, sans-serif;
  color: #303334;
  margin-top: 95px;
  letter-spacing: 1px;
}

h3 {
  font: 500 20px/24px "Ubuntu", Arial, sans-serif;
  color: #303334;
  margin-top: 31px;
  letter-spacing: 1px;
}

h4 {
  font: 300 20px/25px "Ubuntu", Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}

/*========================================================
										HEADER styles
=========================================================*/
#header {
  /*background: #fff;*/
  background: #000;
  position: relative;
  z-index: 100;
}

.content_header {
  padding-bottom: 83px;
  background: url(../images/header_bg1.jpg) 50% bottom no-repeat !important;
}

/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0px;
  margin-right: 5px;
}

.sf-menu {
  float: right;
}

.sf-menu>li {
  float: left;
  position: relative;
  margin: 0 0 0 14px;
  /*margin: 0 0 0 10px;*/
}

.sf-menu>li:last-child,
.sf-menu>li#last-li {
  /*margin: 0;*/
}

.sf-menu>li>a {
  display: inline-block;
  padding: 50px 0px;
  width: 100px;
  /*width: 86px;*/
  font: 500 15px/25px "Ubuntu", Arial, sans-serif;
  /*font: 500 17px/30px 'Ubuntu', Arial, sans-serif;*/
  text-align: center;
  /*color: #0e0e0e;*/
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  z-index: 1;
  /* rollover line =============================================*/
}

.sf-menu>li>a:hover {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu>li>a:hover strong {
  height: 100%;
  opacity: 1;
}

.sf-menu>li>a.sf-with-ul:after {
  content: "";
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}

.sf-menu>li>a strong {
  width: 100%;
  height: 0%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #a82b25;
  opacity: 0;
  /* css triangle =============================================*/
}

.sf-menu>li>a strong:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  /*border-left: 43px solid transparent;
  border-right: 43px solid transparent;*/
  border-left: 49px solid transparent;
  border-right: 49px solid transparent;
  border-top: 20px solid #a82b25;
  position: absolute;
  bottom: -20px;
  left: 0;
  margin-left: 0;
}

.sf-menu>li.current>a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}

.sf-menu>li.current>a strong {
  height: 100%;
  opacity: 1;
}

.sf-menu>li.sfHover>a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}

.sf-menu>li.sfHover>a strong {
  height: 100%;
  opacity: 1;
}

.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 130px;
  left: -15px;
  background: #a82b25;
  padding: 25px 10px 10px 20px;
  width: 280px;
  /*width: 125px;*/
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 30px;
}

.sf-menu ul li a {
  font: 500 17px/20px "Ubuntu", Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
}

.sf-menu ul li a:hover {
  color: #ffb1a3;
}

.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: "FontAwesome";
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}

.sf-menu ul li.sfHover>a {
  color: #ffb1a3;
}

/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 106px;
  background: #a82b25;
  /*padding: 10px 10px;*/
  z-index: 4;
}

.sf-menu ul ul li {
  /*line-height: 30px;*/
}

.sf-menu ul ul li a {
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .sf-menu>li {
    margin-left: 1px;
  }

  nav {
    margin-right: 0;
  }
}

@media only screen and (max-width: 979px) {
  .sf-menu>li>a {
    width: 76px;
  }

  .sf-menu>li>a strong:before {
    border-left: 38px solid transparent;
    border-right: 38px solid transparent;
  }
}

@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }

  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #a82b25;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #000;
  padding: 0px 0 0px;
  z-index: 999;
  border-bottom: 1px solid #000;
}

.isStuck h1 {
  margin-top: 2px;
  /*height: 100px;*/
}

.isStuck .sf-menu>li>a {
  padding: 10px 0;
}

.isStuck .sf-menu>li>a strong:before {
  display: none;
}

.isStuck .sf-menu ul {
  top: 50px;
}

.isStuck .sf-menu ul ul {
  top: 25px;
}

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

/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

a:hover {
  color: #a82b25;
  text-decoration: none;
}

a.link1 {
  color: #a82b25;
}

a.link1:hover {
  color: #000;
}

a.link2:hover {
  color: #000;
}

a.link3 {
  color: #a82b25;
  text-decoration: underline;
}

a.link3:hover {
  color: #000;
  text-decoration: underline;
}

.txt1 {
  font: 500 24px/30px "Ubuntu", Arial, sans-serif;
  color: #fff;
  margin-top: 53px;
  text-transform: uppercase;
}

.txt2 {
  font: 500 24px/30px "Ubuntu", Arial, sans-serif;
  color: #303334;
  margin-top: 59px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.txt2 span {
  font: 500 14px/20px "Ubuntu", Arial, sans-serif;
  text-transform: none;
  margin-top: 7px;
  display: inline-block;
  letter-spacing: 0px;
}

.txt3 {
  font: bold 14px/20px "Ubuntu", Arial, sans-serif;
  color: #fff;
  margin-top: 13px;
  letter-spacing: 1px;
}

.txt4 {
  font-size: 18px;
  color: #fff;
  margin-top: 19px;
}

.txt5 {
  font: bold 64px/56px "Ubuntu", Arial, sans-serif;
  color: #303334;
  margin-top: 35px;
  text-transform: uppercase;
}

.txt6 {
  font: bold 18px/26px "Ubuntu", Arial, sans-serif;
  color: #767879;
  margin-top: 32px;
  text-transform: uppercase;
  text-align: center;
  margin-left: -60px;
}

.txt7 {
  font: 500 18px/26px "Ubuntu", Arial, sans-serif;
  color: #303334;
  margin-top: 28px;
  margin-bottom: -10px;
}

.color1 {
  color: #fff;
}

.color2 {
  color: #303334;
}

.color3 {
  color: #fff;
}

.box {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.fz15 {
  font-size: 15px;
}

.circle {
  overflow: hidden;
  border-radius: 1000px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.txt_upp {
  text-transform: uppercase;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_cntr {
  text-align: center;
}

.txt_ital {
  font-style: italic;
}

.txt_line_through {
  text-decoration: line-through;
}

.pos_rel {
  position: relative;
}

.txt_und {
  text-decoration: underline;
}

.padTop1 {
  padding-top: 10px;
}

.padBot1 {
  padding-bottom: 10px;
}

.padLeft1 {
  padding-left: 10px;
}

.padRight1 {
  padding-right: 70px;
}

.mar1 {
  margin: 0 7px;
}

.lh22 {
  line-height: 22px;
}

.marTop0 {
  margin-top: 0px;
}

.marTop1 {
  margin-top: 157px;
}

.marTop2 {
  margin-top: 57px;
  padding-bottom: 87px;
}

.marTop3 {
  margin-top: 30px;
}

.marTop4 {
  margin-top: 150px;
}

.marTop5 {
  margin-top: 8px;
}

.marTop6 {
  margin-top: 24px;
}

.marTop7 {
  margin-top: 13px;
}

.marTop8 {
  margin-top: 5px;
  padding-bottom: 102px;
  /*margin-top: 151px;
  padding-bottom: 252px;*/
}

.marTop9 {
  margin-top: 27px;
}

.marTop10 {
  margin-top: 40px;
}

.marTop11 {
  margin-top: 37px;
  padding-bottom: 12px;
}

.marTop12 {
  margin-top: 20px;
}

.marTop13 {
  margin-top: 20px;
}

.marTop14 {
  margin-top: 42px;
}

.marTop15 {
  margin-top: 217px;
  padding-bottom: 252px;
}

.marTop16 {
  margin-top: 18px;
  margin-bottom: 21px;
}

.marTop17 {
  margin-top: 40px;
}

.banner2,
.banner2 h2 {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.banner2:hover,
.banner2:hover h2 {
  color: #a82b25;
}

.hline {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin-top: 30px;
  margin-bottom: 0px;
}

p {
  margin-top: 9px;
}

img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}

.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.img1 {
  margin-top: 30px;
}

.img2 {
  margin-top: 33px;
}

.img3 {
  margin-top: 55px;
  margin-bottom: 39px;
}

.img4 {
  margin-top: 25px;
  float: left;
  margin-right: 30px;
}

.img5 {
  margin-top: 35px;
  margin-right: -2px;
}

.img6 {
  margin-top: 31px;
}

.img_holder {
  margin-right: -30px;
}

.img7 {
  margin-top: 25px;
  float: left;
  margin-right: 30px;
}

blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}

blockquote p {
  margin-top: 0;
}

.num_section {
  font: 500 36px/68px "Ubuntu", Arial, sans-serif;
  float: left;
  color: #fff;
  width: 70px;
  text-align: center;
  background: #a82b25;
  display: block;
  padding: 0 20px;
  /* margin-top: 36px; */
  margin-right: 10px;
}

.num_section2 {
  font: 500 36px/64px "Ubuntu", Arial, sans-serif;
  float: left;
  color: #fff;
  width: 64px;
  border: 2px solid #fff;
  border-radius: 500px;
  text-align: center;
  display: block;
  margin-top: 36px;
  margin-right: 32px;
}

.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}

.day {
  font: bold 37px/37px "Ubuntu", Arial, sans-serif;
  margin-top: 8px;
  display: block;
}

.month {
  font: 300 10px/12px "Ubuntu", Arial, sans-serif;
  margin-top: 3px;
  display: block;
}

/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 35px;
  margin-bottom: -14px;
}

.listWithMarker li {
  display: block;
  padding-left: 19px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}

.listWithMarker li:before {
  position: absolute;
  content: "\f105";
  font: normal normal 13px/20px "FontAwesome";
  color: #a82b25;
  top: -1px;
  left: 0;
}

.listWithMarker li a {
  color: #a82b25;
  text-decoration: none;
  font: 500 15px/20px "Ubuntu", Arial, sans-serif;
  letter-spacing: 1px;
}

.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #000;
}

.listWithMarker2 {
  margin: 0;
  margin-top: 33px;
  margin-bottom: -14px;
  border-top: 1px solid #e1e2e2;
}

.listWithMarker2 li {
  display: block;
  padding-right: 60px;
  position: relative;
  border-bottom: 1px solid #e1e2e2;
}

.listWithMarker2 li:before {
  position: absolute;
  content: "\f054";
  font: normal normal 30px/50px "FontAwesome";
  color: #a82b25;
  top: 10px;
  right: 30px;
  color: #303334;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.listWithMarker2 li a {
  color: #303334;
  text-decoration: none;
  font: 500 40px/50px "Ubuntu", Arial, sans-serif;
  letter-spacing: 1px;
  padding: 9px 0 8px;
  display: block;
  letter-spacing: -1px;
}

.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #a82b25;
}

.listWithMarker2 li:hover:before {
  color: #a82b25;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.listWithMarker.color1 li a,
.listWithMarker.color1 li:before {
  color: #ffffff;
}

/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  /* margin-top: 37px; */
  padding: 21px 52px;
  text-decoration: none;
  font: 500 16px/22px "Ubuntu", Arial, sans-serif;
  color: #0e0e0e;
  background: #fff;
  text-transform: uppercase;
}

.more_btn:hover {
  color: #fff;
  background: #a82b25;
}

.more_btn2 {
  display: inline-block;
  margin-top: 47px;
  padding: 13px 42px;
  text-decoration: none;
  font: 500 15px/22px "Ubuntu", Arial, sans-serif;
  color: #fff;
  background: #a82b25;
  text-transform: uppercase;
}

.more_btn2.v2 {
  color: #fff;
  background: #a82b25;
  padding: 13px 44px;
}

.more_btn2:hover {
  color: #fff;
  background: #0e0e0e;
}

.more_btn3 {
  display: inline-block;
  margin-top: 59px;
  text-decoration: none;
  font: 500 16px/22px "Ubuntu", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.more_btn3.v2 {
  margin-top: 30px;
}

.more_btn3:hover {
  color: #000;
}

/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}

.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat #a82b25d1;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}

a.magnifier2:hover .zoom {
  opacity: 1;
}

a.magnifier2 .zoom {
  opacity: 0;
}

span.zoom {
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 230px;
}

/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 6px;
  white-space: nowrap;
  text-align: left;
}

.soc_icons>li {
  position: relative;
  display: inline-block;
  margin-right: 31px;
}

.soc_icons>li>a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #303334;
}

.soc_icons i {
  font: normal normal 25px/30px "FontAwesome";
}

.soc_icons>li>a:hover {
  color: #a82b25;
  text-decoration: none;
}

/*----------- end social icons ----------------*/
.icon_holder1 {
  position: relative;
  width: 100%;
  height: 270px;
  display: block;
  margin-top: 55px;
  background: #fff;
  color: #a82b25;
  text-align: center;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  margin-bottom: 48px;
}

.icon_holder1:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  background: url(../images/corner1.png) no-repeat 0 0;
}

.icon_holder1 i {
  font: normal normal 103px/270px "FontAwesome";
}

.banner1:hover .icon_holder1 {
  /*background: #ef6a53;*/
  background: #924845a6;
  color: #fff;
}

/*========================================================
										CONTENT styles
=========================================================*/

.bg-estimate-cost {
  /*background: url('../images/home/service_area_about_us.jpg') 50% 0;*/
  background-image: url(../images/home/service_area_about_us.jpg);
  z-index: 9;
}

.banner-reviews {
  /*background: url('../images/home/service_area_about_us.jpg') 50% 0;*/
  background-image: url(../images/reviews/backgroup_reviews.jpg);
  z-index: 9;
}

.banner-contact {
  /*background: url('../images/home/service_area_about_us.jpg') 50% 0;*/
  background-image: url(../images/contact/backgroup_contact.jpg);
  z-index: 9;
}

.banner-free {
  background-image: url(../images/free/backgroup_free.jpg);
  z-index: 9;
}

.banner-about {
  background-image: url(../images/about/backgroup_about.jpg);
  z-index: 9;
}

.section-padding2 {
  padding: 80px 0;
  /*padding: 157px 0 149px 0;*/
}

.section-padding {
  /*padding: 80px 0;*/
  padding: 157px 0 149px 0;
}

.parallax {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s,
    opacity 0.3s ease-in;
}

.bg-estimate-cost:before,
.banner-reviews:before,
.banner-contact:before,
.banner-free:before,
.banner-about:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0);
  z-index: -10;
  opacity: 0.5;
}

/*fin de parallax*/
.inner_plane1 {
  position: relative;
  z-index: 99;
}

.container.capa2 {
  z-index: 999;
  visibility: visible;
  position: relative;
}

h2.title-please-re {
  visibility: visible;
  z-index: 9999999;
  position: relative;
  color: #ffffff;
}

section.capa:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1771px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  position: absolute;
  z-index: 9;
}

section.capa2:before {
  content: "";
  left: 0px;
  /*top: 786px;*/
  margin-top: -5px;
  width: 100%;
  height: 441px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  position: absolute;
  z-index: 9;
}

section.capa3:before {
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1370px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  position: absolute;
  z-index: 9;
}

/*section.box-1.wow.fadeInUp.animated:before {
    content: '';
    left: 0px;
    width: 100%;
    height: 951px;
    background: rgba(0, 0, 0, 0.7) !important;
    opacity: .80;
    position: absolute;
    z-index: 9;
    margin-top: -158px;
    padding: 157px 0 149px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
#content {
  /*padding: 0 0 86px 0;*/
  /*padding: 0 0 50px 0;*/
  padding: 0 0 0px 0;
  background: #fff;
  overflow: hidden;
}

.content_pages {
  /*padding-bottom: 123px !important;*/
}

.box-1-about {
  /*background: url('../images/bg1.jpg') 50% 0;*/
  background: url("../images/about/backgroup_about.jpg") 50% 0;
  padding: 157px 0 149px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1-free {
  /*background: url('../images/bg1.jpg') 50% 0;*/
  background: url("../images/free/backgroup_free.jpg") 50% 0;
  padding: 157px 0 149px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1-contact {
  /*background: url('../images/bg1.jpg') 50% 0;*/
  background: url("../images/contact/backgroup_contact.jpg") 50% 0;
  padding: 157px 0 149px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1-reviews {
  /*background: url('../images/bg1.jpg') 50% 0;*/
  background: url("../images/reviews/backgroup_reviews.jpg") 50% 0;
  padding: 5px 0 11px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1 {
  /*background: url('../images/bg1.jpg') 50% 0;*/
  background: url("../images/home/service_area_about_us.jpg") 50% 0;
  padding: 157px 0 149px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-1.bg2 {
  background: url("../images/bg2.jpg") 50% 0;
}

.box-1.bg3 {
  background: url("../images/bg3.jpg") 50% 0;
}

.inner_plane1 {
  background: #fff;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 0 131px;
  width: 1524px;
}

.box-2 {
  position: relative;
  width: 100%;
  margin-top: 281px;
  padding: 63px 0 147px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #a82b25;
}

.box-2 h2 {
  margin-top: 100px;
}

.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}

.col1.last {
  margin-right: 0;
}

/**** start Map ****/
.map {
  margin-top: 18px;
  overflow: hidden;
}

.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.map figure iframe {
  width: 100%;
  height: 430px;
  max-width: 100%;
}

.img_border.map {
  max-width: 535px;
}

/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}

.address1 dt {
  margin-bottom: 1px;
}

.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}

.address1 dd span.col1 {
  min-width: 0;
}

.box-2.no-margin {
  margin-top: 0px;
}

.menu-top {
  position: relative;
  top: -15px;
}

#stuck_container:not(.isStuck) {
  height: 120px;
}

.lastest-projects figure {
  height: 389px;
}

.lastest-projects figure a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 18px 0 40px;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  color: #303334;
}

.txt_priv {
  float: left;
  /*min-width: 280px;*/
  margin-right: 52px;
  position: relative;
  z-index: 10;
  letter-spacing: 1px;
}

.skill_1,
.skill_2,
.skill_3,
.skill_4 {
  /*border-radius: 500px;*/
  position: relative;
  width: 186px;
  height: 186px;
  max-width: 100%;
  margin-top: 42px;
  margin-left: 11px;
}

/*.skill_1 {  
  background: #0d76a2;
}
.skill_2 {  
  background: #4d8a1b;
}
.skill_3 {  
  background: #a09f10;
  .skill_number {
    color: #000;
  }
}
.skill_4 {  
  background: #a22727;
}*/
.skill_number {
  font: bold 48px/50px "Ubuntu", Arial, sans-serif;
  color: #767879;
  position: absolute;
  top: 66px;
  left: 9px;
  text-align: center;
  width: 100%;
  letter-spacing: -1px;
}

/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #303334;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

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

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}

/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1555px) {
  .inner_plane1 {
    width: 100%;
  }
}

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

  figure a,
  figure a img {
    width: 100%;
  }

  .padRight1 {
    padding-right: 0;
  }

  .img4 {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .img5 {
    width: 50%;
    margin-right: -3px;
  }

  .listWithMarker2 li a {
    font: 500 26px/30px "Ubuntu", Arial, sans-serif;
  }

  .listWithMarker2 li:before {
    font: normal normal 20px/30px "FontAwesome";
    top: 10px;
    right: 20px;
  }

  .txt6 {
    margin-left: 12px;
  }
}

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

  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }

  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }

  h1 {
    width: 100%;
  }

  h1 img {
    width: 100%;
  }

  .txt5 {
    font: bold 44px/46px "Ubuntu", Arial, sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }

  img.no_resize,
  h1 img {
    width: auto;
  }

  .map figure iframe {
    height: 300px;
  }

  figure a {
    width: 100%;
  }

  .img_holder {
    margin: 0;
  }

  .mobile_center {
    text-align: center;
  }

  .skill_1,
  .skill_2,
  .skill_3,
  .skill_4 {
    margin-left: 0;
    display: inline-block;
  }

  .txt_priv {
    float: none;
    margin-right: 0;
    letter-spacing: 0px;
  }

  .img7 {
    float: none;
    margin-right: 0;
  }
}

/*Core variables and mixins*/
.hd-telephone {
  display: none;
}

@media (max-width: 768px) {
  .hd-telephone {
    position: fixed;
    background-color: #a82b25;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    float: right;
    right: 6px;
    z-index: 999;
    top: 70px;
    overflow: hidden;
  }

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

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

  .hd-telephone a:hover {
    color: #1e120d;
  }

  .hd-button {
    /*float: right;*/
    /*display: none;*/
    padding: 15px;
    cursor: pointer;
    top: 12px;
    right: 10px;
    position: absolute;
  }

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

  .navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .navbar-nav {
    /*margin: 7.5px -45px;
        padding-top: 50px;
        padding-right: 70px;*/
    width: 100%;
    margin: 0px;
  }

  .navbar .container {
    padding: 0px 15px 0px 15px;
  }

  .nav>li,
  .nav>li>a {
    display: block;
    position: relative;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .nav>li>a {
    padding: 10px 15px;
  }

  .nav>li,
  .nav>li>a {
    display: block;
    position: relative;
  }

  .collapse {
    display: none;
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
  }

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

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

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

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

  .hd-telephone {
    display: none;
  }
}

div#fixed-contact {
  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: 99;
  }

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

/*estilos agregados*/

.navbar {
  padding: 10px 10px !important;
  background-color: #a82b25;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.collapse.in {
  display: block;
}

.navbar .navbar-collapse {
  margin-top: 10px;
  border-top: 1px solid white;
  padding-top: 10px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

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

/*@media screen and (max-width: 667px) { 
  #navbar-hidden-web {
      display: block;
  }
}*/

.btn-servi {
  margin-top: -30px;
}

p.content-servi {
  height: 140px;
}

i#icon-reviews {
  background-color: #a82b25;
  width: 70px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  margin-top: -20px;
  font-size: 26px;
}

span.icon-revi {
  margin-left: 80px;
}

img.logo-reviews {
  border-radius: 10px;
}

.box-2.box-new {
  padding-top: 0px;
  padding-bottom: 50px;
  margin-top: 10px;
}

.box-2.box-seccion {
  margin-top: 57px;
}

.btns.btn-form {
  text-align: center;
}

.grid_4.webmail>p {
  text-align: center;
  width: 100%;
}

.grid_4.sysall {
  text-align: right;
}

section.seccion-services-1 {
  margin-top: 0px;
}

.footer-creative {
  position: relative;
  overflow: hidden;
  /*text-align: center;*/
  background: #a82b25;
  z-index: 1;
  display: block;
  background-image: repeating-linear-gradient(45deg,
      transparent,
      transparent 35px,
      rgba(255, 255, 255, 0.02) 35px,
      rgba(255, 255, 255, 0.02) 70px);
}

footer.footer-creative {
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .bg-footer-creative {
    display: block;
  }
}

.bg-footer-creative {
  /*display: none;*/
  position: absolute;
  content: "";
  /*top: 50%;
    left: -15px;*/
  height: 105%;
  width: 1000%;
  transform: translateX(-50%);
  background: #0e0e0e;
  z-index: -1;
  background-image: repeating-linear-gradient(45deg,
      transparent,
      transparent 35px,
      rgba(255, 255, 255, 0.02) 35px,
      rgba(255, 255, 255, 0.02) 70px);
}

h3.title-footer {
  color: #fff;
  font: 500 24px/30px "Ubuntu", Arial, sans-serif;
  letter-spacing: 1px;
}

ul.contact-footer {
  color: #fff;
  font-size: 17px;
}

a.link-footer {
  color: #aaaaaa;
}

p.post-minimal-title {
  color: #fff;
}

.seccion-footer-final {
  text-align: center;
  padding-top: 25px;
  padding-left: 50px;
}

p.text-footer-two {
  color: #fff;
}

ul.list-header-footer>li {
  display: inline-block;
  width: 43%;
  color: #fff;
}

ul.list-inline.footer-social-list>li {
  display: inline-block;
  margin-right: 25px;
}

ul.list-inline.footer-social-list>li>a.icon {
  overflow: hidden;
  text-align: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 42px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  color: #fff;
}

a.icon:hover {
  background-color: #000 !important;
}

img.logo-ssl {
  width: 119px;
  border-radius: 100%;
}

.ssl {
  text-align: center;
  /* margin-top: 20px; */
  display: inline-block;
}

.bbb {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  margin-top: 20px;
}

ul.options-footer-links {
  text-align: left;
  margin: 60px 53px;
  width: 315px;
}

.row.seccion-blanca {
  margin-bottom: 60px;
}

.seccion-blanca {
  margin-bottom: 60px;
}

p.footer-creative-contacts-title {
  font-size: 18px;
}

.box-2.box-new.seccion-brn-reviews {
  /*background-color: #edf3fb !important;*/
}

h2.color1.title-revi {
  color: #ffffff;
}

.box-2.box-seccion.seccion-formularios {
  padding-top: 0px;
}

.seccion-formularios {
  background-color: #803330;
}

ul.list-header-footer {
  text-align: left;
  margin-left: 45px;
  margin-top: 23px;
  width: 363px;
  font-size: 18px;
}

.box-2.seccion-home {
  margin-top: 90px;
}

.form-1 {
  /*background-color: rgb(168 43 37 / 32%);*/
  background-color: #ffffff;
  padding: 0px 50px 50px 50px;
}

h2.color1.text-black {
  color: #000;
  padding-top: 30px;
}

.contact-wrapper-3 {
  /*box-shadow: 0 2px 32px 3px rgba(0, 0, 0, 0.1);*/
  padding: 0px 24px 25px 24px;
}

.box-2_.box-seccion.seccion-contact2 {
  margin-bottom: 30px;
}

a.more_btn2.v2.btn-contact {
  background-color: #a82b25;
  color: #fff;
}

a.more_btn2.v2.btn-contact:hover {
  background-color: #000;
  color: #fff;
}

.contact-3-address {
  margin-bottom: 32px;
  overflow: hidden;
}

.contact-3-icon {
  float: left;
  margin-right: 18px;
}

.contact-3-icon i {
  border: 1px solid #a82b25;
  color: #a82b25;
  font-size: 24px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.address-text span {
  display: block;
}

.location {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.address-text span {
  display: block;
}

.USA {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
}

h2.color1.text-free {
  margin-top: 0px;
}

p.txt_ital.marTop9 {
  text-align: left;
  width: 330px;
}

a.content-logo-header {
  /*top: 25px;*/
  /*position: relative;*/
}

.modal.in {
  opacity: 1;
  visibility: visible;
  margin-top: 30px;
}

h4.modal-title {
  position: absolute;
}

a.btn-agregado {
  background-color: #a82b25;
  color: #fff;
}

a.btn-agregado:hover {
  background-color: #000;
  color: #fff;
}

.caption_bg {
  /*background-color: rgba(0, 0, 0, 0.23);
    padding: 18px;
    border-radius: 5px;*/
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent span,
.camera_wrap .camera_pag .camera_pag_ul li:hover span {
  background: rgb(58 58 58) !important;
}

a.btn-fondo {
  background-color: #000;
}

a.btn-fondo:hover {
  background-color: #ffffff;
  color: #000;
}

img.img-home-seccion {
  margin-top: 20px;
  margin-bottom: 10px;
}

.seccion-home {
  padding: 0px 0 50px !important;
}

h2.title-home-rojo {
  margin-top: 45px;
}

ul.list-areas>li>a {
  color: #000;
}

ul.list-areas>li>a:hover {
  color: #a82b25;
}

.logo {
  /* position: absolute; */
  z-index: 999;
  width: 180px;
  /* height: 165px; */
  display: block;
  background-color: #ffffff;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  margin: 0px auto;
  left: 10%;
  display: block;
  /* transform: translateX(100%); */
}

.logo-white {
  display: none;
}

.isStuck .logo-white {
  display: block;
  width: 120px;
}

.isStuck img.logo-header {
  display: none;
}

.isStuck .logo {
  background-color: transparent;
  height: auto;
}

img.logo-header {
  padding-top: 15px;
}

span.slider_txt2,
span.slider_txt1 {
  text-shadow: 4px 4px 4px #404040;
}

.animate-img {
  position: relative;
  overflow: hidden;
}

.animate-img:hover>img {
  transform: scale(1.1);
  transition: 1.5s;
}

.animate-img:hover img {
  /*filter: grayscale(80%);*/
}

ul.listWithMarker.list-areas>li {
  display: inline-block;
  width: 43%;
}

.logo-header-mobile {
  display: none;
}

ul.list-xs_>li {
  display: inline-block;
  position: relative;
  padding: 20px;
}

.rd-navbar-aside-mobile {
  display: none;
}

.rd-navbar-aside {
  display: block;
}

span.menu-text {
  color: #000;
}

a.logo-header>h3 {
  display: table-cell;
  line-height: 26px;
}

p.sub-title {
  font-size: 20px;
  color: #b1b1b1;
}

.fade {
  opacity: 1;
}

.modal.fade.response-message.in {
  margin-top: 140px;
}

.modal-header {
  display: block;
}

div#s2id_regula-generated-585842 {
  border-radius: 45px !important;
}

h2.color-please-reviews {
  color: #000;
}

img.img-reviews {
  border-radius: 10px;
}

/*ESTILOS PARA LOS REVIEWS*/
.rplg-box {
  position: relative !important;
  margin: 2px !important;
  color: #777 !important;
  border: 1px solid #ededed !important;
  background-color: #fafafa !important;
  border-radius: 4px !important;
  background-color: #fafafa !important;
}

.icon {
  text-align: left;
}

.rplg-row {
  display: flex;
}

.icon {
  text-align: left;
}

.name-new {
  text-align: left;
  margin-left: 10px;
}

i#icon-list {
  background-color: #7dc623;
  color: #ffffff;
  font-size: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-left: 8px;
  border-radius: 100px;
  margin: 10px;
}

.star-rating {
  margin-top: -25px;
}

.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
  /* gris (normal) */
  font-size: 30px;
}

.star-rating:hover a {
  color: #f39c12;
  /* amarillo (seleccionado) */
}

.star-rating:hover a:hover~a {
  color: #f39c12;
  /* gris (normal) */
}

p.big.reviews {
  font-size: 14px;
  font-family: inherit;
}

.fech-reviews {
  margin-top: -12px;
}

.contenido-reviews {
  /*margin: 20px;*/
  margin-top: 15px;
}

.rplg-box {
  padding: 12px;
}

section.thumb-box4.new {
  margin-bottom: 40px;
}

.contenedor {
  margin: 2rem auto;
  height: 185px;
  width: 100%;
  /*max-width: 400px;*/
  overflow: auto;
  box-sizing: border-box;
  /*padding:0 1rem;*/
  text-align: left;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.contenedor::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor::-webkit-scrollbar-button:increment,
.contenedor::-webkit-scrollbar-button {
  display: none;
}

.contenedor::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor::-webkit-scrollbar-track {
  border-radius: 10px;
}

.row.new2 {
  margin-top: 50px;
}

p.txt_ital.marTop9.contenedor {
  padding-right: 28px;
}

a#toTop {
  background-color: #000;
  text-align: center;
  color: #fff !important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  z-index: 99;
}

@media only screen and (max-width: 1400px) {
  .logo {
    left: -7%;
  }
}

@media only screen and (max-width: 1250px) {
  .logo {
    left: -14%;
  }
}

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

  /* section.seccion-services-1 {
    margin-top: 20px;
  } */
  span.icon-revi {
    margin-left: 0px;
  }

  .bg-footer-creative {
    left: -10px;
  }

  .seccion-footer-final {
    padding-left: 0px;
  }

  ul.options-footer-links {
    width: 100%;
    margin: 0px;
  }

  a.navbar-brand {
    text-align: left;
    margin-left: -80px;
    margin-top: 4px;
  }

  .ssl {
    margin-bottom: 25px;
  }

  img.logo-header {
    padding-bottom: 20px;
  }

  img.logo-reviews {
    margin-bottom: 10px;
  }

  #contact-form .btns a {
    margin-top: 10px;
  }

  iframe.mapa {
    width: 100%;
    height: 320px;
  }

  ul.list-header-footer {
    width: 100%;
  }

  .logo {
    display: none;
  }

  ul.navbar-nav.mr-auto>li.active {
    background-color: #a82b25;
  }

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

  .form-1 {
    padding: 0px;
  }

  .content-form {
    width: 345px;
  }

  span.USA {
    width: 325px;
  }

  img.img-home-seccion {
    width: 100%;
  }

  img.logo_footer {
    width: 50%;
  }

  img.mobile {
    width: 234px;
  }

  .logo-header-mobile {
    text-align: center;
    display: block;
  }

  p.txt_ital.marTop9 {
    width: 150%;
  }

  .star-rating a {
    font-size: 22px;
  }

  .bbb {
    display: none;
  }
}

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

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

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

.w-100 {
  width: 100%;
}

.bottom-0 {
  bottom: 0;
}

.star-rating a {
  font-size: 25px;
}

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

.d-flex {
  display: flex;
}

.row-o {
  --bs-gutter-x: 1.5rem;
  --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;
}
i.text-warning {
  color: #f39c12 !important;
  padding: 3px;
}
i.text-secondary {
  color: #767879;
  padding: 3px;
}
.content_reviews {
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.15);
}
.header-review a:hover {
  color: #fff;
}
img.img-reviews {
    width: 60px;
}


@media (max-width: 767px) {
  a.galleries.img2.thumbnail-type-2 {
    padding: 5px;
  }

  /*fin de quickacces*/
  p.text-color {
    font-size: 15px;
    color: #8e8e8e;
    margin-top: -10px;
    margin-bottom: 15px;
  }

  p.post-minimal-title {
    padding: 15px;
  }

  img.mobile {
    width: 200px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .logo-header-mobile {
    text-align: center;
    display: block;
    top: 35px;
    position: relative;
    border-bottom: 1px solid #a5a5a5;
  }

  nav#navbar-hidden-web {
    position: fixed;
    width: 100%;
  }

  p.txt_ital.marTop9 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  span.slider_txt2 {
    font-size: 60px !important;
  }

  .caption_bg {
    margin-top: -30px;
  }

  /* div#negro {
    left: 5% !important;
  } */
  .seccion-footer-final {
    padding-left: 5px;
  }

  ul.list-header-footer {
    text-align: center;
    margin-left: 0px;
    margin-top: 23px;
    width: 100%;
    font-size: 18px;
  }

  ul.options-footer-links li a {
    color: #fff;
  }

  .quick {
    z-index: 9999 !important;
    bottom: 0 !important;
  }

  p.txt_ital.marTop9 {
    width: auto;
  }

  .num_section {
    width: 60px;
    position: absolute;
    display: inline-block;
  }

  .box_new {
    position: relative;
    display: inline-block;
    margin-top: 90px;
  }

  .galleries {
    padding: 5px !important;
    width: 100% !important;
  }

  .logo-header-mobile {
    display: block;
    text-align: center;
  }

  img.logo-header.mobile {
    width: 250px;
  }

  div#negro {
    display: block !important;
    position: relative;
    /* margin-left: 0px; */
    text-align: center;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  ul.options-footer-links {
    margin: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  span.slider_txt2 {
    font-size: 60px !important;
  }

  .caption_bg {
    margin-top: -30px;
  }

  .caption span.slider_txt2 {
    font: 500 140px/60px "Ubuntu", Arial, Helvetica, sans-serif;
  }

  .row {
    margin-left: 0px;
  }

  p.txt_ital.marTop9 {
    width: 100%;
  }

  .bg-footer-creative {
    background: transparent;
  }

  .num_section {
    width: 60px;
    position: absolute;
    display: inline-block;
  }

  .box_new {
    position: relative;
    display: inline-block;
    margin-top: 90px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  span.slider_txt2 {
    font-size: 90px !important;
  }

  .caption_bg {
    margin-top: -30px;
  }

  .caption span.slider_txt2 {
    font: 500 140px/60px "Ubuntu", Arial, Helvetica, sans-serif;
  }

  .row {
    margin-left: 0px;
  }

  p.txt_ital.marTop9 {
    width: 100%;
  }

  .bg-footer-creative {
    background: transparent;
  }

  .num_section {
    width: 60px;
    position: absolute;
    display: inline-block;
  }

  .box_new {
    position: relative;
    display: inline-block;
    margin-top: 90px;
  }
}

@media (min-width: 1600) {
  span.slider_txt2 {
    font: 500 150px/150px "Ubuntu", Arial, Helvetica, sans-serif !important;
  }
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

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

@media screen and (max-width: 767px) {
  .row {
    margin-left: -15px;
  }

  .container {
    width: calc(100% - 10px);
  }
}

@media(min-width: 768px) {
  .text_aboutus {
    height: 260px;
  }

  h3.subtitle {
    height: 50px;
  }
}

.cameraContent .caption {
  width: 90%;
  top: 50% !important;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (min-width: 1200px) {
  .cameraContent .caption {
    max-width: 1000px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
  }
}

.rounded-bottom {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-top {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}