/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/* Fonts */
@import url(../css/fonts/B612-Bold.ttf);
@import url(../css/fonts/BAHNSCHRIFT.TTF);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #000000;
  font-family: 'Bahnschrift Light', sans-serif;
}

a {
  color: #000000;
  font-family: 'Bahnschrift', sans-serif;
}

a:hover, a:active, a:focus {
  color: #000000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Bahnschrift', sans-serif;
  color: rgb(36, 36, 36);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bahnschrift', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}
.loader-page {
    position: fixed;
    z-index: 25000;
    background: #F4F5F9;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .3s ease;
  }
  .loader-page::before {
    content: "";
    position: absolute;
    border: 2px solid rgb(0, 0, 0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176,0);
    border-top: 2px solid rgba(50, 150, 176,0);
    animation: rotarload 1s linear infinite;
    transform: rotate(0deg);
  }
  @keyframes rotarload {
      0%   {transform: rotate(0deg)}
      100% {transform: rotate(360deg)}
  }
  .loader-page::after {
    content: "";
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    border-left: 2px solid rgba(50, 150, 176, 0);
    border-top: 2px solid rgba(50, 150, 176, 0);
    animation: rotarload 1s ease-out infinite;
    transform: rotate(0deg);
  }
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #000000;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 25px;
  right: 20px;
  bottom: 10%;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #645f5f;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.img-covid{
  display: block;
  margin: auto;
}
#header {
  padding: 30px 0;
  height: 92px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
  margin-left: 1%;
  margin-top: -2%;
}
.icon-fachada{
  margin-top: 15%;
  margin-left: 2%;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin-top: 5px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    width: 20%;
    margin-top: -5%;
  }
  .icon-fachada img{
    width: 7%;
  }
  .icon-fachada{
    display: none;
  }
}

#header.header-fixed {
  background: #fff;
  padding: 20px 0;
  height: 90px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 92%;
  height: 100vh;
  background: url(../img/Fachada2-SASACEGE.jpg) top center;
  background-size: cover;
  position: relative;
  margin-left: 8%;
}

#hero:before {
  content: "";

  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .about-container{
    margin-top: 15%;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}
/*--------------------------------------------------------------
# Pagina Home responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #slideshow.fullscreen{
    height: 250px !important;
    margin-top: -32% !important;
    margin-left: 0% !important;
    width: 100% !important;
  }
  .thumbs-container{
    margin-left: 40% !important;
    height: 60px !important;
    width: 60% !important;
  }
  .thumb{
    width: 60px !important;
    height: 40px !important;
  }
  .slick-prev, .slick-next {
    display: none !important;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
  margin-right: 1%;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
  .slider-line{
    display: none !important;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}
.slider-line {
  width: 100%;
  height: 5px;
  display: block;
  background: #ccc;
  margin-top: 28px;
  border-radius: 0px;
}
.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 60%;
  margin-left: 15%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 0px;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}

.nav-menu ul li a:hover {
  background: #000000;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
.btn-virtual{
  margin-left: 25%;
}
.btn-virtual2{
  margin-left: 0%;
}
#mobile-nav-toggle i {
  color: #000000;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #F4F5F9;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #000000;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #000000;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #60af27;
}

#mobile-nav ul .menu-item-active {
  color: #60af27;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(67, 79, 87, 0.95);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
.description-service {
  margin-left: 0%;
  background: #F4F5F9;
  margin-top: 1%;
  margin-bottom: 5%;
  padding-left: 150px;
  padding-right: 150px;
  padding-bottom: 60px;
  max-width: 100%;
}
  .title-home{
    padding-top: 20px;
    padding-bottom: 20px !important;
    margin-bottom: 0% !important;
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 700;
  }
@media (max-width: 768px) {
  .section-header .section-title {
    font-size: 26px;
  }
  .title-home{
    padding-top: 20px;
    padding-bottom: 20px !important;
    margin-bottom: 0% !important;
    font-size: 26px;
    color: #000000;
    text-align: center;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .description-service {
    margin: 0 25%;
    background: #F4F5F9;
    margin-left: 0%;
    margin-bottom: 10%;
    padding-bottom: 20px;
            padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .img-icon-service{
    width: 30%;
  }
  .slick-slide{
    width: 130px !important;
    margin: 0px !important;
  }
  .slick-track{
    display: block !important;
    position: relative;
    width: 100%;
    height: 100px;
  }
    .tittle-icon-service{
    font-size: 1rem;
    text-align: center;
  }
  .slick-slide img {
    width: 0%;
  }
  .btn-services-index{
    margin-top: -18% !important;
    height: 40px !important;
  }
  .subtittle-ser{
    margin-top: -10% !important;
    font-size: 15px !important;
  }
  .prev-service{
    width: 30px !important;
    margin-top: -40% !important;
    margin-left: -8% !important;
  }
  .next-service{
    width: 30px !important;
    margin-top: -40% !important;
    margin-left: 98% !important;
  }
}
.section-header .section-description {
  text-align: justify;
  padding-bottom: 40px;
  color: #000000;
}
  .prev-service{
    background-color: transparent;
    border: 0px; 
    width: 50px;
    position: absolute;
    margin-top: -13%;
    margin-left: -3%;
  }
  .prev-service:hover{
    visibility: visible;
  }
   .next-service{
    background-color: transparent;
    border: 0px; 
    width: 50px;
    position: absolute;
    margin-top: -13%;
    margin-left: 98%;
  }
.btn-services-index{
  width: 100%;
  height: 50px;
  background-color: #000000;
  color: #fff;
  opacity: 0.5;
  display: block;
  margin-top: -12%;
  position: relative;
}
.subtittle-ser{
  color: #FFF;
  margin-top: -8%;
  position: relative;
  display: block;
  font-size: 18px;
}
/* About Us Section
--------------------------------*/
#about {
  background: #F4F5F9;
  padding: 80px 0;
  margin-top: 48%;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/home/Fachada2-SASACEGE01.jpg);
  width: 100%;
  background-position: center; 
  background-repeat: no-repeat; 
  background-size: cover; 
}
@media (max-width: 768px) {
  #about .about-container .background {
    height: 50px;
  }
}
#about .about-container .content {
  background: none;
}

#about .about-container .title {
  color: #000000;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
    text-align: center;
  }
}

#about .about-container p {
  line-height: 26px;
  width: 90%;
}
@media (max-width: 768px) {
  #about .about-container p {
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  .btn-virtual{
    margin-bottom: 10%;
    margin-left: 0%;
  }
    .btn-virtual2{
    display: block;
  }
}
#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #fff;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Bahnschrift', sans-serif;
  font-size: 14px;
}
@media (max-width: 768px) {
  #about .about-container .background {
    background: url(../img/home/Fachada2-SASACEGE01.jpg);
    width: 100%;
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover; 
  }
}
/* Services Section
--------------------------------*/
.line-plan-negocio {
  height: 5px;
  width: 35%;
  background-color: #e1e1e1;
  border: none;
  margin-top: 10%;
}
.content-plan {
  padding-bottom: 5px;
  padding-left: 10px;
  margin-left: -20px;
  font-size: 12px;
  font-family: 'Bahnschrift', sans-serif;
  text-align: left;
}
#services {
  background: #fff;
  background-size: cover;
  margin-top: 3%;
}
.card-footer {
  padding: auto;
  background-color: #fff;
  border-top: none !important;
  margin-top: 10px;
}
.btn-outline-dark {
  color: #000000 !important;
  border-color: #000000 !important;
  border: 2px solid;
  border-radius: 0px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0px;
}
.btn-outline-dark:hover{
  border-color: #000000;
  background-color: #000000;
}
@media (max-width: 768px) {
  .btn-outline-dark {
    font-size: 20px;
    display: block;
    margin: auto;
  }
  .btn_service {
    width: 60% !important;
}
}
#services .box {
  padding: 40px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 3px solid #000000;
  height: 87%;
  width: 90%;
  position: relative;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.2);
}
.btn-plan3{
  margin-top: 10%;
}
.btn-plan2{
  margin-top: 18%;
}
.btn-plan1{
  margin-top: 31%;
}
#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: #2dc997;
  border: 2px solid #2dc997;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #2dc997;
}

#services .box:hover .icon a {
  color: #2dc997;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 15px;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}
.text-negocio-conten {
  width: 75%;
  margin-left: 15%;
  text-align: justify;
}
@media (max-width: 768px) {
  .text-negocio-conten {
    width: 90%;
    margin-left: 5%;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  #services .box {
    text-align: center;
    margin-left: 18px;
    border: 2px solid #000000;
  }
}
@media (max-width: 768px) {
  .txt-playstore{
    font-size: 26px;
  }
}
/* Ubicación Estratgico
--------------------------------*/
.content-1 {
  background: #F4F5F9;
  text-align: justify;
  padding: 40px;
  margin-left: 52%;
  margin-top: -27%;
  width: 40%;
  height: 170px;
}
.img-estrategia{
  margin-left: 5%;
}
@media (max-width: 768px) {
  .content-1{
    width: 100%;
    margin-left: 0%;
    margin-top: 5%;
    margin-bottom: 5%;
    height: 200px;
  }
  .slider-services{
  width: 100% !important;
}
}
.btn-estrategico{
  margin-left: 57%;
  margin-top: 1%;
}
@media (max-width: 768px) {
  .btn-estrategico{
    margin-left: 0%;
    margin-top: 0%;
  }
}
#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}
@media (max-width: 768px) {
  .img-estrategia{
    width: 100%;
    margin-left: 0%;
  }
}
.list-service {
  list-style: none;
}
.content-plan {
  padding-left: 1.3em;
}
 .content-plan:before {
  content: "\f04d"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-size: 8px;
}
@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}
.tittle-icon-service{
  text-align: center;
  margin-top: 10px;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #2dc997;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #2dc997;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}
/* Instalaciones
--------------------------------*/
.btn_service{
  width: 76%;
  margin-top: -2%;
  font-size: 16px;
}
.line-service {
  height: 5px;
  width: 30%;
  background-color: #e1e1e1;
  border: none;
}
#team {
  background: #fff;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  #team .member .pic {
    margin-bottom: 7%;

  }
  .conten-instalaciones{
    margin-left: 0% !important; 
  }
}
#team .member .pic img {
  max-width: 100%;
}
.btn-planes{
  color: #000000;
  border-color: #000000;
  border: 2px solid;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  background-color: #fff;
  padding: .375rem .75rem;
  width: 120px;
  line-height: 1.5;
}
.btn-planes-conten{
  margin-top: -19%;
}
.btn-planes:hover{
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}
.text-tittle-planes{
  margin-top: -20%;
  color: #fff;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #2dc997;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-shadow: none;
  & .btn {
    text-shadow: none; // No shadow for button elements in carousel-caption
  }
}

.carousel {
    position: relative;
}

.controllers {
    position: absolute;
    top: 0px;
}

.carousel-control.left, 
.carousel-control.right {
    background-image: none;
}
@media (max-width: 768px) {
  .img-playstore{
    max-width: 100%;
  }
  .img-app{
    width: 90%;
    display:block;
    margin:auto;
  }
}
.cardheader2{
  margin-top: -350px !important;
}
/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #2dc997;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #2dc997;
  color: #fff;
}

#contact .form #sendmessage {
  color: #2dc997;
  border: 1px solid #2dc997;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #2dc997;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #F4F5F9;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}
.footer-line{
  height: 1px;
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
}
.description-footer {
  font-family: 'B612-Bold', sans-serif;
  letter-spacing: 2px;
  color: #000000;
  font-weight: 700;
  font-size: 12px;
}
.tittle-footer {
  font-family: 'B612', sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.link-footer:hover{
text-shadow: -2px 2px 10px #0B0118;
}
.link-footer2:hover{
filter:drop-shadow(1px 1px 5px #888)
}
.btn:hover{
  filter:drop-shadow(1px 1px 5px #888)

}
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  ul.social-network {
    margin-left: 17% !important;
}
.tittle-footer {
    margin-top: 10px !important;
  }
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .img-logo-footer{
    text-align: center;
  }
}
/*--------------------------------------------------------------
# Pagina Alta de Proveedores
--------------------------------------------------------------*/
#img-proveedor {
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/alta_provedores/alta-provedores-portada-SASACEGE01.jpg) top center;
  background-size: 50%;
  background-size: cover;

}
.text-info-proveedores {
  color: #fff;
  margin-top: 15%;
  margin-left: 7%;
  position: absolute;
  text-align: center;
  width: 43%;
}
.alta-proveedor{
  font-size: 48pt;
  font-weight: 700;
}
.interesado{
  font-size: 30pt;
}
.img-proveedores{
  margin-top: 8%;
}
.tittle-form-alta{
  padding-top: 40px;
  text-align: center;
}
.tittle-alta{
  font-size: 36px;
  color: #000000;
  font-weight: 700;
}
.tittle-alta2{
  margin-top: -1%;
  margin-bottom: 5%;
}
.col-alta{
  margin-left: 5%;
}
.col-alta2{
  margin-left: -12%;
  text-align: center;
}
.form-alta-proveedores{
  background: #F4F5F9;
  margin-top: -13%;
  text-align: center;
  margin-bottom: 4%;
}
.text-alta{
  font-family: 'Bahnschrift', sans-serif;
  border-color: #000000;
  border-radius: 0px;
  border: 2px solid;
  border-color: #000000;
  color: #000000 !important;
}
.text-alta:focus{
  border-color: #333;
}
.form-control::placeholder{
  color: #000000 !important;
}
.btn-registrate-proveedor{
  color: #fff;
  border-color: #000000 !important;
  background-color: #000000;
  border: 2px solid;
  border-radius: 0px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: .5rem 3rem;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10%;
}
.btn-registrate-proveedor:hover{
  background: #fff;
  color: #000000;
}
.vl {
  margin-top:4%;
  margin-left: 10%;
  border-left: 6px solid #e1e1e1;
  height: 250px;
}
.text-direccion{
  width: 10%;
  margin-left: 42%;
  color: #000000;
}
.text-direccion2{
  margin-left: 35%;
  width: 50%;
  color: #000000;
}
.icon-point{
  margin-left: 20%;
}
.icon-mail{
  margin-left: 20%;
}
/*--------------------------------------------------------------
# Pagina Alta de Proveedores - Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #img-proveedor {
    margin-top: 15%;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .tittle-alta{
    font-size: 26px;
    color: #000000;
    font-weight: 700;
  }
  .tittle-alta2{
    margin-top: -4%;
    margin-bottom: 5%;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .alta-proveedor {
    margin-top: -26%;
    font-size: 22pt;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  .interesado {
    font-size: 20px;
    margin-top: -5%;
    width: 110%;
  }
  .text-info-proveedores {
    width: 45%;
  }
  .vl {
    height: 5px;
    width: 80%;
    background-color: #e1e1e1;
    border: none;
    margin-left: 12%;
  }
  .text-direccion2{
    margin-left: 8%;
    width: 90%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
  }
  .icon-point{
    margin-top: -12%;
    margin-left: 0%;
  }
  .icon-mail{
    display: block;
    margin: auto;
  }
  .col-alta2{
    margin-top: 5%;
  }
  .col-alta2 {
    margin-left: 0%;
  }
}
@media (max-width: 768px) {
  .form-alta-proveedores{
    margin-top: -6%;
    margin-bottom: 15%;
  }
  .row-prov{
    margin-right: 5px;
  }

}
@media (max-width: 768px) {
  .btn-registrate-proveedor{
    font-size: 20px;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Pagina Centro de negocios
--------------------------------------------------------------*/
#img-centro-negocio {
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/centro_de_negocios/escritorio/centro-de-negocios-SASACEGE01.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.centro-negocio{
  background: #F4F5F9;
  width: 70%;
  height: 350px;
  margin-top: -20%;
  margin-left: 30%;
  text-align: center;
  padding-top: 40px;
}
.tittle-centro-negocio{
  color: #D99100;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  width: 70%;
  margin-left: 18%;
  text-shadow: 2px 2px 2px #B9B9BE;
}
.subtittle-centro-negocio{
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  width: 55%;
  margin-left: 25%;
}
.img-centro-negocio{
  margin-top: -5%;
}
/*Gallery demo */
.clearing {
  clear:both;
}
.small-demo {
  background: #fff;
  box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
  -moz-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
  -webkit-box-shadow:0px 8px 12px 1px rgba(0,0,0, 0.49);
  width: 100%;
  margin-bottom: 5%;
}

.small-demo .caption {
  padding: 10px;
  color: #212121;
  font-size: 0.875rem;
}

.small-demo a {
  max-width: 273px;
  float: left;
  overflow: hidden;
  margin: 2px;
}
.small-demo img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform .35s ease;
  -moz-transition: -moz-transform .35s ease;
  -o-transition: -o-transform .35s ease;
  -ms-transition: -ms-transform .35s ease;
  transition: transform .35s ease;
}

.small-demo a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  /*! transform: scale(1.05); */
}
.description-centro-negocio{
  width: 80%;
  text-align: center;
  margin-left: 10%;
}
.card-tittle-salon{
  background-color: #F4F5F9;
  width: 30%;
  margin-left: 34%;
  text-align: center;
  margin-top: -4%;
  z-index: 1;
  position: relative;
  height: 90px;
}
.card-body h3{
  font-weight: bold;
}
.card{
  border: none;
}
.service-negocio{
}
.reservar-hoy{
  text-align: center;
  margin-top: 7%;
}
.text-reservar{
  width: 38%;
  margin-left: 30%;
}
.row-reservar{
  margin-top: 5%;
  margin-bottom: 9%;
}
.title-centro-negocio{
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 20px;
  padding-top: 25px;
  width: 60%;
  margin-left: 20%;
}
.title-centro-negocio2{
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
  padding-top: 25px;
  width: 60%;
  margin-left: 20%;
}
.tittle-salon-negocio{
  padding-top: 30px;
  font-weight: 700
}
.full2{
  margin-top: 0% !important;
  height: 400px !important;
}
.thumbs2{
  width: 280px;
  height: 80px !important;
}
.thumb2{
  width: 80px !important;
  height: 80px !important;
}
.thumbs-container2{
  height: 80px !important;
  width: 60% !important;
  margin-left: 40% !important;
}
.row-carousel{
  margin-left: -15px;
  margin-right: -1px;
}
/*--------------------------------------------------------------
# Pagina Centro de negocios - Responsivo
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #img-centro-negocio {
    margin-top: 16%;
    height: 200px;
  }
  .centro-negocio{
    width: 100%;
    margin-left: 0%;
    margin-top: -6%;
    height: 370px;
  }
  .subtittle-centro-negocio{
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .description-centro-negocio{
    width: auto;
    margin-left: 0%;
    padding: 10px;
    margin-top: -15px;
  }
  .card-body{
    width: 100%;
    margin-left: 0%;
    padding: 4px;
    margin-top: 0%;
  }
  .card-body h3{
    margin-bottom: 0%;
  }
  .service-negocio{
    margin-left: 0%;
  }
  .reservar-hoy h1{
    font-size: 26px;
    font-weight: bold;
  }
  .text-reservar{
    width: auto;
    margin-left: 0%;
    padding: 20px;
    margin-top: -30px;
    margin-bottom: 1px;
  }
  .btn-contactar-oficina{
    width: 100%;
  }
  .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .img-negocio-centro{
    margin-top: -10%;
    margin-bottom: 40% !important;
  }
  .row-centro-negocio{
    margin-top: 15%;
  }
  .title-centro-negocio{
    font-size: 26px;
    width: 100%;
    margin-left: 0%;
  }
  .title-centro-negocio2{
    font-size: 26px;
    width: 100%;
    margin-left: 0%;
    text-align: center;
    margin-top: -20px;
    margin-bottom: -15px;
  }
  .card-tittle-salon{
    width: 100%;
    height: 60px;
    margin-left: 0%;
    margin-top: 0%;
    padding-top: 0px;
  }
  .tittle-salon-negocio{
    font-size: 26px;
  }
  .full2{
    margin-bottom: 15% !important;
  }
  .reservar-hoy{
    margin-bottom: 40% !important;
  }
  .small-demo{
    margin-top: 8%;
  }
  .small-demo a{
    max-width: 100%;
  }
}
/*--------------------------------------------------------------
# Pagina Contacto
--------------------------------------------------------------*/
#img-contacto{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/contacto/contacto-portada-SASACEGE01.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.ubication{
  margin-bottom: 20px;
  margin-top: -30px;
}
.text-info-contacto{
  color: #fff;
  margin-top: 15%;
  margin-left: 28%;
  position: absolute;
  text-align: center;
  width: 45%;
  background-color: #000000;
  padding-top: 20px;
  }
  .tittle-baz{
  font-size: 38px;
  color: #fff;
  font-weight: 800;
  margin-top: -20px;
  }
  .btn-contacto-header{
    margin-top: 3%;
    margin-left: 3%;
    color: #000;
    border-color: #fff;
    background-color: transparent;
    border: 2px solid;
    border-radius: 0px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: .5rem 3rem;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 32px ;
    }
    .btn-contacto{
      color: #fff;
      border-color: #000000;
      background-color: #000000a3;
      border: 2px solid;
      border-radius: 0px;
      font-size: 23px;
      font-weight: 700;
      letter-spacing: 0px;
      padding: .5rem 3rem;
      display: inline-block;
      cursor: pointer;
      width: 100%;
    }
    .btn-contacto:hover{
      background: #fff;
      color: #000000;
    }
    .modal-content{
      background: #F4F5F9;
    }
/*--------------------------------------------------------------
# Pagina Contacto Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #img-contacto {
    margin-top: 16%;
    height: 200px;
  }
  .btn-contacto-header{
    width: 90%;
    margin-left:5%;
    margin-right:5%;
    text-align: center;
  }
  .text-info-contacto{
    margin-top: 10%;
    width: 90%;
    margin-left:5%;
    margin-right:5%;
   
  }
  .interesado2{
    font-size: 20px;
    width: 110%;
}
  .tittle-baz{
    font-size: 26px;
  }
  .btn-contacto-header{
    font-size: 20px;
    display: none;
  }
  .text-direccion{
    display: block;
    margin-left: auto;
    color: #000000;
    width: 100%;
}

}
/*--------------------------------------------------------------
# Pagina Oficinas
--------------------------------------------------------------*/
#img-oficina{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/oficinas/escritorio/Oficinas-01-SASACEGE01.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.btn-contactar-oficina{
  color: #000000;
  border-color: #000000 !important;
  background-color: #fff;
  border: 2px solid;
  border-radius: 0px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: .5rem 3rem;
  display: inline-block;
  cursor: pointer;
}
.btn-contactar-oficina:focus, .btn-contactar-oficina:hover {
    background-color: #000000;
    color: #fff !important;
}
.col-oficinas{
  text-align: center;
  margin-top: 10%;
}
.body-oficina{
  margin-top: -15%;
  margin-left: 10%;
  background-color: #F4F5F9;
  text-align: justify;
  width: 80%;
  padding: 10px 20px 0 20px;
  height: 43%;
}
.body-oficina p{
  font-size: 12px;
  line-height: 1;
}
.body-oficina h3{
  text-align: center;
  margin: 0px;
  font-size: 18pt;
}
.col-md-4 .card{
  border: 0px;
}
.lista-service-oficina{
  color: rgb(73, 73, 73);
  padding-left: 12px;
}
.lista-service-oficina li{
  padding-left: 10px;
}
.text-tittle-oficina{
  text-align: center;
  padding-top: 47px;
}
.text-info-oficinas{
  text-align: center;
  width: 55%;
  font-weight: 500;
  margin-left: 23%;
  margin-bottom: -3%;
  margin-top: 4%;
}
.img-sala{
  text-align: center;
  width: 90%;
  padding-top: 47px;
  padding-left: 40px;
}
.oficina-conten{
  background-color: #F4F5F9;
}
.card-header{
  padding-top: 40px;
  background-color: #F4F5F9;
  width: 40%;
  margin-left: 3%;
  margin-top: -400px;
  padding-left: 40px;
  padding-right: 40px;
}
.card-header p{
  text-align: justify;
  font-weight: 200;
  font-size: 12px
  line-height: 1.2;
}
.card-header h1{
  text-align: center;
  font-weight: 700;
}
.btn-consultar-oficina{
  color: #000000;
  border-color: #000000;
  background-color: transparent;
  border: 2px solid;
  border-radius: 0px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: .5rem 3rem;
  display: block;
  cursor: pointer;
  margin-bottom: 40px;
  text-align: center;
}
.btn-consultar-oficina:hover{
  background-color: #000000;
  color: #fff !important;
  border-color: #000000;
}
.title-slogan{
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
  padding-top: 25px;

  width: 60%;
  margin-left: 20%;
}
.slogan{
  background-color: #F4F5F9;
}
.img-grupo{
  width: 40%;
  display: block;
  margin: auto;
}
.col-off{
  margin-left: -3% !important;
}
/*--------------------------------------------------------------
# Pagina Oficinas - Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #img-oficina{
    margin-top: 16%;
    height: 200px;
  }
  .card-header{
    padding-top: 20px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: -6% !important;
  }
  .bodega-description{
    margin-top: -6%;
    border-radius: 0px !important;
  }
  .card-header h1{
  font-size: 26px;
  }
  .card-header p{
    font-size: 18px;
  }
  .btn-consultar-oficina{
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .title-slogan{
    width: 100%;
    font-size: 26px;
    margin-left: 0%;
    margin-bottom: -23px;
  }
  .text-tittle-oficina{
    font-size: 26px;
    padding-top: 30px;
  }
  .conten-oficina{
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
  }
  .lista-service-oficina{
    margin-left: 10px;
    margin-right: 10px;
  }
  .text-info-oficinas{
    width: 100%;
    font-size: 26px;
    margin-left: 0%;
    margin-right: 0%;
  }
  .img-grupo{
    width: 90% !important;
  }
  .img-asesor{
    width: 90%;
    display:block;
    margin:auto;
  }
  .btn-contactar-oficina{
    margin-bottom: 10%;
  }
  .bodegas2{
    margin-left: 0px !important;
  }
}
/*--------------------------------------------------------------
# Pagina Instalaciones
--------------------------------------------------------------*/
#img-instalaciones{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/instalaciones/escritorio/instalaciones-portada-SASACEGE.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.tittle-insta{
  margin-top: 7% !important;
}
.description-amenidades{
  text-align: justify;
  margin-bottom: 5%;
  margin-top: -2%;
}
.conten-instalaciones{
  text-align: justify;
  margin-left: 5%;
}
.tittle-oficinas2{
  margin-top: 5%;
  margin-bottom: 3%;
}
.description-business{
  margin-top: 5%;
  text-align: justify;
}
.description-business2{
  margin-top: 4%;
  text-align: center;
  margin-bottom: 2%;
}
.row-business{
  text-align: center;
  margin-bottom: 5%;
}
.hoy{
  margin-top: -3%;
}
.line-business{
  height: 5px;
  width: 80%;
  background-color: #e1e1e1;
  border: none;
  margin-top: 5%;
}
.btn-programar-visita{
  color: #fff;
  background-color: #000000;
  border-color: #000000 !important;
  border: 2px solid;
  border-radius: 0px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0px;
padding: 9px 25px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 46%;
}
.btn-contactar{
  color: #fff;
  background-color: #000000;
  border-color: #000000 !important;
  border: 2px solid;
  border-radius: 0px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 9px 85px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  margin-top: 1%;
}
.btn-programar-visita:hover{
  background-color: transparent;
  color: #000000 !important;
  border-color: #000000;
}
.btn-contactar:hover{
  background-color: transparent;
  color: #000000 !important;
  border-color: #000000;
}
.asesoria_insta{
  margin-left: 730px;
  margin-bottom: 0px;
  text-align: center;
  margin-top: 20px;
}
.asesoria_insta2{
  margin-left: 5%;
  margin-bottom: 1%;
  text-align: center;
  max-width: 100% !important;
}
.next-carousel{
  background: #686868;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: 85%;
  margin-top: 250px;
  border-color: transparent;
}
.prev-carousel{
  background: #686868;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: -25px;
  margin-top: 250px;
  border-color: transparent;
}
.row-ins{
  display: block;
  position: relative;
  margin-top: -40%;
  margin-bottom: 15%;
}
.opacityC{
  opacity: .5;
}
.car_index{
  width: 70%;
  margin-left: 15%;
}
.tittle-socio{
  width: 50%;
  font-size: 43px;
  color: #fff;
  margin-left: 48%;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn:focus, .btn:hover {
    text-decoration: none;
    color: #fff;
}
.img-inst{
  margin-top: 3%;
}
.btn-outline-dark:hover{
  color: #fff !important;
}
.img-inst-visita{
  width: 100%;
  height: 600px;
  background: url(../img/instalaciones/instalaciones-portada-SASACEGE03.jpg) top center;
}
/*--------------------------------------------------------------
# Pagina Instalaciones - Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #img-instalaciones{
    margin-top: 16%;
    height: 200px;
  }
  .row-business{
    margin-top: -20%;
  }
  .btn-calcular{
    width: 100%;
  }
  .btn-consultar-oficina{
    width: 100%;
  }
  .perfiferico{
    margin-bottom: 10px;
  }
  .asesoria_insta2 h2{
    font-size: 26px;
    text-align: center;
  }
  .btn-programar-visita{
    width: 100%;
    font-size: 20px;
  }
  .asesoria_insta2{
    margin-left: 0%;
  }
  .asesoria_insta h2{
    font-size: 26px;
  }
  .btn-contactar{
    width: 100%;
    margin-bottom: 20%;
    font-size: 20px;
  }
  .asesoria_insta{
    text-align: center;
    margin-left: 0%;
    margin-bottom: 0px;
  }
  .tittle-oficinas2{
    margin-top: -10%;
  }
  .next-carousel{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 23px;
  margin-left: 85%;
  margin-top: 6px;
  }
  .prev-carousel {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 23px;
    margin-left:0px;
    margin-top: 6px;
}
  .icon-next {
  margin-top: 6px;
  margin-left: 13px;
  }
.img-inst-visita{
  width: 100%;
  height: 600px;
  background: url(../img/instalaciones/instalaciones-portada-SASACEGE03-movil.png) top center no-repeat;
  }
  .btn-programar-visita{
    margin-left: 0%;
  }
  .row-ins{
    margin-top: -130%;
  }
  .tittle-socio{
    margin-top: -20%;
    margin-left: 0%;
    width: 100%;
  }
  .tittle-socio{
  color: #000000;
}
.description-business{
  margin-top: 20%;
}
}
/*--------------------------------------------------------------
# Pagina Bodegas
--------------------------------------------------------------*/
#img-bodega{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/bodegas/Bodegas-SASACEGE.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.row-bodegas{
  margin-top: 7%;
  text-align: justify;
}
.bodegas2{
  width: 100%;
  text-align: center;
}
.img-carac{
  margin-top: 5%;
}
.ubication-bodegas-tittle{
  width: 45%;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 30%;
  font-size: 38px;
}
.content-bodega{
  margin-bottom: 5%;
}
.bodega-content{
  margin-left: 20%;
}
.bodega-row{
  margin-left: 15%;
}
.bodega-descripcion{
  margin-top: 7%;
  margin-left: 7%;
}

.content-1 p{
  text-align: justify;
}

.tittle-bodega{
  text-align: center;
  width: 100%;
}
.patio-man{
  text-align: center;
  margin-top: 3%;
  margin-bottom: 2px;
}
.cont2{
  height: 5%;
  margin-left: 30%;
  width: 40%;
  text-align: center;
  display: block;
  position: absolute;
  margin-top: -30%;
}
.colimg{
  margin-left: 0%;
}
.modal2{
  background: #FFFFFF;
}
.text-alta2{
  width: 100%;
  padding: 10px 20px;
  border-color: transparent;
  border-bottom: 1px solid #B4B8B770;
  font-size: 15px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}
.text-alta2:focus{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0 !important;
  border-bottom: 1px solid #B4B8B7;
}

.text-alta2::placeholder{
    padding-left: 1px !important;
    font-size: 15px !important;
    color: #B4B8B7 !important;
}
.modal-header{
  border-bottom: none !important;
}
.modal-footer{
  border-top: none !important;
}
.img-bod{
  display: block;
  margin: auto;
}
.ofal{
  font-size: 43px;
}
.btn-registrate-proveedor:focus{
  color:#fff;
}
.btn-registrate-proveedor:hover{
  color:#000000;
}
.next-carousel-bodega{
  background: #686868;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  position: absolute;
  margin-left: 392px;
  margin-top: -250px;
  border-color: transparent;
}
.txt-bod{
  width: 70%;
  margin-left: 50%;
  text-align: center;
  margin-top: 3%;
}
.btn-bod{
  padding: .375rem .75rem;
  margin-left: 64%;
}
.row-bodegas{
  margin-left: 15%;
  margin-right: 0px;
}

/*--------------------------------------------------------------
# Pagina Bodegas - Responsive
--------------------------------------------------------------*/
@media (max-width: 768px) {
  #img-bodega{
    margin-top: 16%;
    height: 200px;
  }
  .row-bodegas{
    margin-bottom: -5%;
  }
  .img-bodegas{
    margin-top: -20%;
  }
  .content-bodega{
    margin-left: 0%;
  }
  .ubication-bodegas-tittle{
    width: auto;
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
    margin-left: 0%;
    margin-top: 10%;
  }
  .mapa-bodega{
    width: 100%;
  }
  .tittle-bodega{
    text-align: center;
    font-size: 26px;
    margin-top: -7%;
  }
  .btn-asesor{
    margin: auto;
    display: block;
  }
  .bodega-row{
  margin-left: 0%;
  }
  .bodega-descripcion{
  margin-top: 7%;
  margin-left: 0%;
}
.cont2{
  height: 50%;
  margin-top: -69%;
  margin-left: 0%;
  width: 100%;
  position: relative;
}
.ofal {
    font-size: 23px;
}
.img-bod{
  height: 300px;
  width: 100%;
}
.patio-man {
  text-align: center;
  margin-left: 0% !important;
}
.txt-bod{
  width: 100%;
  margin-left: 0%;
  text-align: center;
  margin-top: 3%;
}
.btn-bod{
  padding: .375rem .75rem;
  margin-left: 0%;
}
.row-bodegas{
  margin-left: 0%;
  margin-right: 0px;
}
}
/*--------------------------------------------------------------
# Pagina Privacidad
--------------------------------------------------------------*/
#img-privacidad{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/privacidad_sasacege.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.privacidad-content{
  margin-bottom: 10%;
  margin-top: 10%;
}
.btn-politica{
  width: 100%;
  text-align: left;
  border-radius: 15px;
  background: #F4F5F9;
  height: 60px;
  font-size: 23px;
  font-family: 'Bahnschrift', sans-serif;
}
.btn-politica:focus{
  outline:none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0 !important;
  color: #000000 !important;
}
.btn-politica:hover{
  color: #000000;
}
.card-body{
  background: #F4F5F9 !important;
  margin-top: 3%;
  border-radius: 2%;
}
.col-privacidad{
  margin-bottom: 3%;
}
.text-info-politica{
  color: #fff;
  margin-top: 15%;
  margin-left: 28%;
  position: absolute;
  text-align: center;
  width: 45%;
  background-color: #000000;
  padding: 30px;
}
.tittle-politica{
  display: block;
  margin: auto;
  font-size: 50px;
  font-weight: 700;
}
.icon-privacidad{
  position: relative;
  top: -35px;
  right: 15px;
  border-radius: 50%;
  color: #ffffff;
  transition: .33s all ease;
  text-align: center;
  margin-left: 95%;
}
.icon-privacidad:before {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;

}
.icon-privacidad::before:hover{
color: #fff;
}

.txt-y{
  height: 80px;
}

/*--------------------------------------------------------------
# Pagina Privacidad - Responsivo Movil
--------------------------------------------------------------*/
@media (max-width: 768px) {
    #img-privacidad{
    margin-top: 16%;
    height: 200px;
  }
  .text-info-politica{
    margin-top: 18%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .tittle-politica{
    font-size: 20px;
    margin-top: -1%;
  }
  .btn-politica{
  text-align: left;
  border-radius: 15px;
  background: #F4F5F9;
  height: 60px;
  font-size: 18px;
  
  }
  .card-body{
    padding: 20px;
  }
}
/*--------------------------------------------------------------
# Pagina Mundo inmobiliario
--------------------------------------------------------------*/
#img-inmobiliario{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/mundo_inmobiliario/mundo-imobiliario-portada-SASACEGE01.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.row-inmobiliario{
  margin-top: 5%;
  margin-bottom: 2%;
  justify-content: center;
}
.card-inmobiliario{
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff !important;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125) !important;
border-radius: .25rem;
}
.card-body2{
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-body2 p{
  text-align: justify;
}
.card-body-blog h4{
  margin-top: 15px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem 1.2rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 2px solid #000000;
}
.page-link:hover{
  background-color: #5a5a5a;
  border: 2px solid #5a5a5a;
  color: #000000;
}
.pagination{
  margin-top: 50%;
}
.btn-inmobiliario{
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.tittle-inmobiliario{
  font-size: 48pt;
}
.img-inm{
  display: block;
  margin: auto;
}
.breadcrumb {
  background-color: transparent;
  margin-top: 3%;
  margin-bottom: -3%;
}
/*--------------------------------------------------------------
# Pagina Mundo inmobiliario - Responsivo movil
--------------------------------------------------------------*/
@media (max-width: 768px) {
    #img-inmobiliario{
    margin-top: 16%;
    height: 200px;
  }
  .tittle-inmobiliario{
    font-size: 26px;
  }
  .btn-inmobiliario{
    width: 100%;
  }
}
/*--------------------------------------------------------------
# Pagina Tour virtual
--------------------------------------------------------------*/
.container-virtual{
  padding-top: 7%;
}
#img-tour-virtual{
  margin-top: 7%;
  width: 100%;
  height: 600px;
  background: url(../img/tour_virtual/tour-vitual-sasacege.jpg) top center;
  background-size: 50%;
  background-size: cover;
}
.col-tour{
  padding: 15px;
  margin: 0px;
}
.container-tittle-tour{
color: #fff;
margin-top: 15%;
margin-left: 28%;
position: absolute;
text-align: center;
width: 45%;
padding-top: 20px;
}
.tittle-tour{
  font-size: 48pt;
}
/*--------------------------------------------------------------
# Pagina Tour virtual - Responsivo movil
--------------------------------------------------------------*/
@media (max-width: 768px) {
    #img-tour-virtual{
    margin-top: 16%;
    height: 200px;
  }
  .tittle-tour{
    font-size: 26px;
    font-weight: 700;
  }
}