body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}
a {
  color: var(--brandColorPrimary);
  text-decoration: none;
}
a:hover {
  color: var(--brandColorHover);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--brandColorPrimary);
  border-top-color: var(--brandColorHover);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--brandColorPrimary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: var(--brandColorHover);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}
#topbar {
  background: #131313;
  color: #fff;
  height: 40px;
  font-size: 15px;
  font-weight: 500;
  z-index: 996;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .topbar-schedule #entre-semana,
#topbar .topbar-schedule #sabado {
  padding: 0 10px;
}
#topbar .topbar-schedule #sabado {
  border-left: 2px solid #fff;
}
#topbar .topbar-phone i {
  padding: 0 5px;
}
#topbar .topbar-phone a {
  padding-left: 5px;
  color: #fff;
  font-weight: 700;
}
#topbar .topbar-phone a:hover {
  text-decoration: underline;
}
#header {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 40px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  margin: 0;
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .logo .tIwzMryK {
  font-size: 22px;
  color: #575757;
  font-weight: 600;
}
#header .logo .company,
#header .logo .brand {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .logo .company {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#header .logo .company h1,
#header .logo .company h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}
#header .logo .company h1 {
  font-size: 24px;
  color: #1f1f1f;
  font-weight: 700;
}
#header .logo .company h2 {
  font-size: 12px;
  color: #333;
  font-weight: 600;
}
#header .logo .company img {
  max-height: 50px;
}
#header .logo .brandeuro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .logo .brandeuro img {
  max-height: 35px;
  padding: 5px;
}
#header .logo .brand {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#header .logo .brand img {
  max-height: 50px;
  padding: 5px;
}
@media (min-width: 550px) {
  #header .logo .company img {
    display: none;
  }
  #header .logo .tIwzMryK {
    display: none;
  }
}
@media (max-width: 550px) {
  #header .logo .company h1,
  #header .logo .company h2 {
    display: none;
  }
}
@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #2c2c2c;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover {
  color: var(--brandColorPrimary);
}
.navbar .active,
.navbar li:hover > a {
  color: var(--brandColorPrimary);
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 4px 20px;
  text-transform: none;
  text-align: center;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover {
  color: var(--brandColorPrimary);
}
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: var(--brandColorPrimary);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
  overflow-y: scroll;
  height: 800px;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 991px) {
  .navbar .dropdown .dropdown ul {
    height: auto;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.mobile-nav-toggle {
  color: #1f1f1f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 0;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #2c2c2c;
}
.navbar-mobile a:hover {
  color: var(--brandColorPrimary);
}
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: var(--brandColorPrimary);
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover {
  color: var(--brandColorPrimary);
}
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: var(--brandColorPrimary);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}
#hero .carousel,
#hero .carousel-inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 100px;
  border-top: 4px solid var(--brandColorPrimary);
}
#hero .carousel-item .container h2 {
  color: #1f1f1f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}
#hero .carousel-item .container h2 span {
  color: var(--brandColorPrimary);
}
#hero .carousel-item .container p {
  margin: 0 auto 30px auto;
  color: #313131;
}
#hero .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-position: center top;
  opacity: 0;
}
#hero .carousel-inner .active {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: var(--brandColorPrimary);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--brandColorPrimary);
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  line-height: 1;
  color: #fff;
  background: var(--brandColorPrimary);
}
#hero .btn-get-started:hover {
  background: var(--brandColorHover);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }
  #hero .container {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  #hero .container {
    margin-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 700px) and (max-width: 550px) {
  #hero .container {
    margin-bottom: 40px !important;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}
.clients {
  padding: 20px 0;
}
.clients .section-title h3 {
  margin-bottom: 0;
  padding: 15px;
}
.clients .section-title img {
  max-width: 250px;
  margin: 10px auto;
	display: block;
}
.clients .section-title .btn-phone {
  font-size: 52px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 4px;
  color: var(--brandColorPrimary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.clients .section-title .btn-phone:hover,
.clients .section-title .btn-phone:active {
  color: var(--brandColorHover);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.clients .section-title p {
  font-size: 16px;
  margin: 0;
  padding-top: 10px;
}
.clients #myCarousel img {
  margin: auto;
  display: block;
}
.clients #carusel {
  background-color: #fff;
  position: relative;
  top: 10px;
}
@media (max-width: 550px) {
  .clients .section-title h2 {
    font-size: 24px;
  }
  .clients .section-title .btn-phone {
    font-size: 38px;
  }
  .clients .section-title p {
    font-size: 14px;
  }
  .clients #myCarousel img {
    width: 50%;
  }
}
.central {
  padding: 60px 0;
}
.central .container {
  text-align: center;
}
.central .container .central-box {
  padding: 20px 0;
  margin: 0px 20px;
  border-bottom: 2px solid var(--brandColorPrimary);
}
.central .container .central-box p {
  padding-top: 5px;
}
.central .container .central-box p i {
  padding-right: 5px;
}
.central .container .central-box p a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.central .container .central-box p a:hover {
  font-weight: 700;
  color: var(--brandColorHover);
}
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f7fcfc;
}
.section-title {
  text-align: center;
  padding-bottom: 10px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--brandColorPrimary);
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.about {
  padding: 60px 0;
}
.about .content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about .content {
  margin-bottom: 30px;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about .content h3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about .content p {
    text-align: justify;
  }
}
@media (max-width: 575px) {
  .about .content p {
    text-align: justify;
  }
}
.about .content p {
  margin-top: 10px;
}
.about .featuresElectro,
.about .featuresAire,
.about .featuresCal {
  text-align: center;
}
.about .featuresElectro > h3,
.about .featuresAire > h3,
.about .featuresCal > h3 {
  color: #1f1f1f;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  padding: 20px;
}
.about .featuresElectro {
  background: url(../img/features/featuresElectro.jpg);
  background-size: cover;
}
.about .featuresAire {
  background: url(../img/features/featuresAire.jpg);
  background-size: cover;
  background-position: top;
}
.about .featuresCal {
  background: url(../img/features/featuresCal.jpg);
  background-size: cover;
  background-position: bottom;
}
.about .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  -webkit-box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}
.about .icon-box::before {
  content: "";
  position: absolute;
  background: var(--brandColorPrimary);
  right: 0;
  left: 0;
  bottom: 100%;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.about .icon-box:hover::before {
  background: var(--brandColorPrimary);
  bottom: 0;
  border-radius: 0px;
}
.about .icon-box:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.2);
}
.about .icon-box:hover h3 {
  color: #fff;
}
.about .icon-box:hover i {
  color: #fff;
}
.about .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: var(--brandColorPrimary);
}
.about .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  color: #1f1f1f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .about .icon-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (min-width: 991px) {
  .about .content {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .about .content h3 {
    font-size: 34px;
  }
  .about .content p {
    font-size: 18px;
  }
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}
.services .icon-box::before {
  content: "";
  position: absolute;
  background: #d9f1f2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.services .icon-box:hover::before {
  background: var(--brandColorPrimary);
  top: 0;
  border-radius: 0px;
}
.services .icon-box:hover .title,
.services .icon-box:hover .description,
.services .icon-box:hover .icon i {
  color: #fff;
}
.services .icon-box .icon {
  margin-bottom: 15px;
}
.services .icon-box .icon i {
  font-size: 48px;
  line-height: 1;
  color: var(--brandColorPrimary);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.services .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #1f1f1f;
}
.services .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.cta {
  background: var(--brandColorPrimary);
  color: #fff;
  background-size: cover;
  padding: 30px 0;
}
.cta h3 {
  font-size: 32px;
  font-weight: 700;
}
.cta p {
  margin-top: 10px;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: var(--brandColorPrimary);
}
.gallery {
  overflow: hidden;
}
.gallery .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.gallery .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
}
.gallery .swiper-container .swiper-wrapper .swiper-slide .gallery-overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: var(--brandColorPrimary);
}
.gallery .swiper-container .swiper-wrapper .swiper-slide .gallery-overlay h4 {
  font-size: 19px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.gallery
  .swiper-container
  .swiper-wrapper
  .swiper-slide:hover
  .gallery-overlay {
  opacity: 0.75;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--brandColorPrimary);
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--brandColorPrimary);
}
.gallery .swiper-slide-active {
  text-align: center;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--brandColorPrimary);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted var(--brandColorHover);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box:hover i {
  -webkit-transform: rotate(720deg);
  transform: rotate(720deg);
}
.municipios {
  padding: 20px 0;
}
.municipios .section-title {
  padding-bottom: 40px;
}
.municipios .section-title h2 {
  text-transform: uppercase;
  font-size: 28px;
  color: #111111;
  text-align: center;
}
.municipios .row {
  text-align: center;
}
@media (max-width: 991px) {
  .municipios .section-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .municipios .section-title h2 {
    font-size: 20px;
  }
  .municipios .row p {
    font-size: 14px;
  }
}
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}
#footer a {
  font-weight: 700;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-top {
  background: #f6f6f6;
  padding: 30px 0 30px 0;
}
#footer .footer-top h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 650px) {
  #callnowbutton {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTI4IiBoZWlnaHQ9IjEyOCIgdmlld0JveD0iMCAwIDEyOCAxMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2RkZCkiPgo8cGF0aCBkPSJNMjEuMzMzMyAxNkMxOC40IDE2IDE2IDE4LjQgMTYgMjEuMzMzM0MxNiAzNy4zNDAzIDIwLjE0NjQgNTIuMzc3NCAyNy40MjQgNjUuNDI5NEwzNS4zMDY3IDU3LjU0NjdMNDcuMDQgNDUuODEzM0M0OC41MzMzIDQ0LjMyIDQ4Ljk2IDQyLjI0IDQ4LjM3MzMgNDAuMzczM0M0Ni40IDM0LjQgNDUuMzMzMyAyOCA0NS4zMzMzIDIxLjMzMzNDNDUuMzMzMyAxOC40IDQyLjkzMzMgMTYgNDAgMTZIMjEuMzMzM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Mi4xODY3IDgwLjk2TDcwLjQ1MzMgOTIuNjkzM0w2Mi41NzA2IDEwMC41NzZDNzUuNjIyNiAxMDcuODU0IDkwLjY1OTcgMTEyIDEwNi42NjcgMTEyQzEwOS42IDExMiAxMTIgMTA5LjYgMTEyIDEwNi42NjdWODguMDUzM0MxMTIgODUuMTIgMTA5LjYgODIuNzIgMTA2LjY2NyA4Mi43MkMxMDAuMDUzIDgyLjcyIDkzLjYgODEuNjUzMyA4Ny42MjY3IDc5LjY4Qzg1Ljc2IDc5LjA0IDgzLjYyNjcgNzkuNTIgODIuMTg2NyA4MC45NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yNy40MjQgNjUuNDI5NEMzNS42Mzc2IDgwLjE2MDMgNDcuODM5NyA5Mi4zNjI0IDYyLjU3MDYgMTAwLjU3Nkw3MC40NTMzIDkyLjY5MzNDNTUuMzYgODQuOTYgNDIuOTg2NyA3Mi42NCAzNS4zMDY3IDU3LjU0NjdMMjcuNDI0IDY1LjQyOTRaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMjcuNDI0IDY1LjQyOTRDMzUuNjM3NiA4MC4xNjAzIDQ3LjgzOTcgOTIuMzYyNCA2Mi41NzA2IDEwMC41NzZMNzAuNDUzMyA5Mi42OTMzQzU1LjM2IDg0Ljk2IDQyLjk4NjcgNzIuNjQgMzUuMzA2NyA1Ny41NDY3TDI3LjQyNCA2NS40Mjk0WiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyKSIvPgo8cGF0aCBkPSJNMjcuNDI0IDY1LjQyOTRDMzUuNjM3NiA4MC4xNjAzIDQ3LjgzOTcgOTIuMzYyNCA2Mi41NzA2IDEwMC41NzZMNzAuNDUzMyA5Mi42OTMzQzU1LjM2IDg0Ljk2IDQyLjk4NjcgNzIuNjQgMzUuMzA2NyA1Ny41NDY3TDI3LjQyNCA2NS40Mjk0WiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RkZCIgeD0iLTMiIHk9Ii0yIiB3aWR0aD0iMTM0IiBoZWlnaHQ9IjEzNCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPgo8ZmVPZmZzZXQgZHk9IjEiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMS41Ii8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjIgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9ImVmZmVjdDFfZHJvcFNoYWRvdyIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIvPgo8ZmVPZmZzZXQgZHk9IjIiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4xMiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3ciIHJlc3VsdD0iZWZmZWN0Ml9kcm9wU2hhZG93Ii8+CjxmZUNvbG9yTWF0cml4IGluPSJTb3VyY2VBbHBoYSIgdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDEyNyAwIi8+CjxmZU9mZnNldC8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjEiLz4KPGZlQ29sb3JNYXRyaXggdHlwZT0ibWF0cml4IiB2YWx1ZXM9IjAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAuMTQgMCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluMj0iZWZmZWN0Ml9kcm9wU2hhZG93IiByZXN1bHQ9ImVmZmVjdDNfZHJvcFNoYWRvdyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDNfZHJvcFNoYWRvdyIgcmVzdWx0PSJzaGFwZSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjYuNSIgeTE9IjU0IiB4Mj0iMzUiIHkyPSI2Mi41IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSI3MC41IiB5MT0iMTAwIiB4Mj0iNjUiIHkyPSI5NC41IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=)
      center/50px 50px no-repeat #fff;
    background-color: #4caf50;
    border-radius: 50%;
    bottom: 90px;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2),
      0px 1px 18px rgba(0, 0, 0, 0.12), 0px 6px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2), 0px 1px 18px rgba(0, 0, 0, 0.12),
      0px 6px 10px rgba(0, 0, 0, 0.14);
    display: block;
    z-index: 997;
    height: 65px;
    position: fixed;
    right: 16px;
    width: 65px;
    color: transparent;
  }
}
.cheatC {
  display: none;
  width: 100%;
  text-align: center;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #800020;
  padding: 5px 0;
}
.cheatC .cheatA {
  color: #fff;
  padding: 0 5px;
}
.cheatC .cheatA:hover {
  text-decoration: underline;
}

@media screen and (min-width: 576px) {
	.ms-xs-0 {
		margin-left: 0 !important;
	}
}
