body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 15px !important;
  font-family: "PT Sans Narrow", sans-serif;
  background-color: white;
}

.header,
.menu,
.animacion,
.content,
.testimonials,
.footer {
  width: 100%;
  /*min-width: 1300px;*/
}

.sub-header,
.sub-menu,
.sub-animacion,
.sub-content,
.sub-testimonials,
.sub-footer {
  /*width: 1050px;*/
  width: 100%;
  margin: 0 auto;
}

.sub-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

#xmsj {
  color: red;
  font-weight: bold;
}

.content-call a {
  text-decoration: none;
  color: inherit;
}

.content-call a.main{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 100%;
}

/* menu */

#anima {
  width: 100% !important;
}

.animacion {
  background: #dde5f8; /* #ecf0f9 */
  min-height: 10px;
}

.s-link {
  display: block;
  font-weight: normal;
  font-size: 12px;
  margin-top: 2px;
  text-align: left;
  color: #fced06;
  display: none;
}
.hd-telephone {
  display: none;
}
.logo {
  font-size: 60px;
  margin-top: 6px;
  color: #fced06 !important;
}

.img-border {
  border: 4px solid #223b7a;
}

.logo:hover {
  background: transparent !important;
}
p.text-line2 {
  font-size: 14px !important;
  font-weight: bold;
  color: #223b7a;
  /*margin-bottom: 15px;*/
  display: inline-block;
  margin-left: 10px;
}
i.fa.fa-google.reviews {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #223b7a;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding-top: 15px;
  position: relative;
  /* right: 120px; */
}
i.fa.fa-facebook.reviews {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #223b7a;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding-top: 15px;
  position: relative;
  /* right: 120px; */
}
.conte-reviews {
  height: 70px;
  margin-left: 70px;
}
.col-md-4.text-center.webmail {
  margin-top: 20px;
}

div#nom {
  margin-left: 60px;
  margin-top: -45px;
}
img#icon-reviews {
  border-radius: 20px;
}
a.main.home {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
li.active {
  margin-right: 15px;
}
.menu,
.footer,
.content-call,
.circle {
  background-image: -ms-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: -moz-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: -o-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #223b7a),
    color-stop(1, #3054ad)
  );
  background-image: -webkit-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: linear-gradient(to bottom, #223b7a 0%, #3054ad 100%);
  margin: 0 auto;
}

#header {
  margin: auto;
  font-family: Arial, Helvetica, sans-serif;
}

#header ul,
#header ol {
  list-style: none;
}

.menu * {
  /*padding: 0;*/
}
.nav-web {
  /*width: 99.5%;*/
  margin: 0px;
  padding-left: 0px;
  /*background-image: -ms-linear-gradient(top, #C70202 0%, #9B0100 100%);
	background-image: -moz-linear-gradient(top, #C70202 0%, #9B0100 100%);
	background-image: -o-linear-gradient(top, #C70202 0%, #9B0100 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #C70202), color-stop(1, #9B0100));
	background-image: -webkit-linear-gradient(top, #C70202 0%, #9B0100 100%);
	background-image: linear-gradient(to bottom, #C70202 0%, #9B0100 100%);*/
}

.nav-web > li {
  /*float:left;*/
  display: inline-block;
}

.nav-web li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 12px;
  display: block;
}

.nav-web li a.main {
  padding: 39px 13px;
  text-align: center;
  font-weight: bold;
}
p.text-line2.mover {
  position: absolute;
  margin-top: 20px;
}

.nav-web li a.main:hover {
  /*border-radius: 10px;*/
}

.nav-web li a.home:hover {
  /*border-top-left-radius: 10px;*/
}

.nav-web li a:hover,
.active,
.active > a {
  background-image: -ms-linear-gradient(bottom, #223b7a 0%, #3054ad 100%);
  background-image: -moz-linear-gradient(bottom, #223b7a 0%, #3054ad 100%);
  background-image: -o-linear-gradient(bottom, #223b7a 0%, #3054ad 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #223b7a),
    color-stop(1, #3054ad)
  );
  background-image: -webkit-linear-gradient(bottom, #223b7a 0%, #3054ad 100%);
  background-image: linear-gradient(to top, #223b7a 0%, #3054ad 100%);
  color: #ccab19 !important;
}

.active-mobile,
.active-mobile > a {
  color: #ccab19 !important;
}

.nav-web li ul {
  display: none;
  position: absolute;
  min-width: 140px;
  z-index: 9999;
  background-image: -ms-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: -moz-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: -o-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #223b7a),
    color-stop(1, #3054ad)
  );
  background-image: -webkit-linear-gradient(top, #223b7a 0%, #3054ad 100%);
  background-image: linear-gradient(to bottom, #223b7a 0%, #3054ad 100%);
  /* background-color:#eeeeee; */
}

.nav-web li:hover > ul {
  display: block;
  margin-top: 0px;
  padding-left: 0px;
  width: 200px;
}

.nav-web li:hover > ul a {
  /*color: white !important;*/
}

.nav-web li:hover > ul a:hover {
  /*color: white !important;*/
  /*background:#eeeeee !important;*/
}

.nav-web li ul li {
  position: relative;
}

.nav-web li ul li ul {
  right: -140px;
  top: 0px;
  width: 140px;
}

/* menu */

/* footer */

.footer__ {
  background-image: -ms-linear-gradient(top, #27147b 0%, #4331a1 100%);
  background-image: -moz-linear-gradient(top, #27147b 0%, #4331a1 100%);
  background-image: -o-linear-gradient(top, #27147b 0%, #4331a1 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #27147b),
    color-stop(1, #4331a1)
  );
  background-image: -webkit-linear-gradient(top, #27147b 0%, #4331a1 100%);
  background-image: linear-gradient(to bottom, #27147b 0%, #4331a1 100%);
  color: white;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
}

.footer .line-white {
  font-weight: bold;
  font-size: 15px !important;
  color: white;
  border-bottom: 2px solid white !important;
  margin-bottom: 20px;
}

.footer .white {
  color: white;
}

.footer a {
  text-decoration: none;
  color: white;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-text-min {
  float: left;
  font-size: 38px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.footer-text-max {
  float: left;
  font-size: 32px;
  font-weight: bold;
  color: white;
  clear: both;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.footer .ft-menu a {
  display: block;
  margin-bottom: 5px;
}

.footer .ft-copyright {
  margin-top: 20px;
}

.footer .ft-developer {
  margin-top: 20px;
  text-align: right;
  display: block;
}

.footer a.link-pie.fa {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 25px;
  /*font-weight: bold;*/
  margin-bottom: 20px;

  text-decoration: none;
  background-color: white;
  color: #27438b;
  margin-left: 40px;
}

/*.footer a.link-pie.fa:hover{
	text-decoration: none;
	background-color: white;
	color: #27438b;
}*/

.fa-facebook:hover {
  background-color: #ccab19 !important;
}

.fa-mr:hover {
  background-color: #ccab19 !important;
}

.fa-google:hover {
  background-color: #ccab19 !important;
}

.fa-yelp:hover {
  background-color: #e04a39 !important;
}

/* footer */

/* Aside */

.circle-left {
  border-bottom: 1px solid rgb(169, 176, 181);
  padding-bottom: 10px;
  padding-top: 10px;
}

.circle {
  display: inline-block;
  width: 70px;
  height: 65px;
  font-weight: bold;
  padding-top: 5px;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #eed875;
  border-radius: 100%;
  float: left;
  box-shadow: 1px 3px 0 rgb(35, 111, 167);
  /*background: url(../media/circle.jpg);*/
}

.cirle-title {
  font-weight: bold;
  font-size: 18px;
  font-family: sans-serif !important;
  color: #223b7a;
  padding-bottom: 4px;
}

.circle-text {
  /*font-size: 14px;*/
  color: #41413f;
  width: 350px;
}

/* Aside */

/* Contect */

.contenedor {
  padding-left: 10px;
  padding-top: 5px;
}

.sub-text-user {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 2px;
}

.text-line {
  font-size: 20px !important;
  border-bottom: 1px solid #223b7a;
  font-weight: bold;
  color: #223b7a;
  margin-bottom: 15px;
}

.sub-description-black {
  color: #41413f;
}

.sub-description-black {
  padding-top: 2px;
  padding-bottom: 2px;
}

span.letter {
  font-size: 13px;
}
div#conten-contatcs {
  margin-left: 10px;
}
span.letter-small {
  font-size: 26px;
}

.sub-page-size span {
  display: block;
}

.navHeaderCollapse {
  width: 100%;
}

.content-call {
  font-size: 30px;
  text-align: center;
  /*
		background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E6E6E7 100%);
		background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E6E6E7 100%);
		background-image: -o-linear-gradient(top, #FFFFFF 0%, #E6E6E7 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E6E6E7));
		background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E6E6E7 100%);
		background-image: linear-gradient(to bottom, #FFFFFF 0%, #E6E6E7 100%);
		*/
  color: #eed875;
  padding-top: 10px;
  /* padding-bottom: 10px; */
  margin-top: 10px;
  margin-bottom: 10px;
}

.sub-page-size {
  font-size: 30px !important;
}

.border-locations {
  border: 4px solid #223b7a;
}

.contenedor {
  background: white;
}

.marTop10 {
  margin-bottom: 20px;
}

form.frm-contactus strong {
  font-size: 12px;
}

.frm-contactus input {
  margin-bottom: 5px;
}

.frm-contactus textarea {
  width: 93%;
}

.frm-contactus input[type="submit"] {
  margin: 20px auto;
  text-align: center;
  display: block;
  padding: 10px 20px;
  background-color: #223b7a;
  color: white;
  border: 0px;
  border-radius: 10px;
}

.frm-contactus input[type="submit"]:hover {
  background-color: #3054ad;
}

#navbar-hidden-web {
  display: none;
}

.frm-contactus input[type="text"],
.frm-contactus textarea {
  width: 100%;
  padding: 5px;
}

.partners a {
  border: 4px solid #223b7a;
  display: inline-block;
}

.partners img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.partners img:hover {
  filter: none;
  -webkit-filter: none;
}
button#new-btn {
  background-color: #233d7d;
}
button#new-btn:hover {
  background-color: #428bca;
  border-color: #428bca;
}
img.logo-ssl {
  width: 100px;
  border-radius: 100%;
}
.ssl {
  margin-top: 10px;
}

/* Contect */

@media only screen and (max-width: 992px) {
  .nav-web li a.main {
    padding: 29px 4px;
  }
  .logo {
    font-size: 45px;
  }
  .animacion-height {
    /*height: 328px !important;*/
  }
  .content-call {
    font-size: 25px;
  }
  .footer a.link-pie.fa {
    margin-left: 12px;
  }
}
.este-new {
  display: none;
}
a.link-direcctions {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .este-new {
    display: block;
  }
  img#icon-reviews {
    margin-bottom: 20px;
  }
  .contenedor2 {
    /*margin-top: -70px;*/
    margin-bottom: 30px;
  }
  .conte-reviews {
    height: auto !important;
  }
  .col-md-4.two-reviews1 {
    margin-top: -70px;
  }
  .ft-copyright,
  .ft-developer {
    text-align: center !important;
  }

  .frm-contactus {
    margin-top: 20px;
  }

  .frm-contactus input[type="text"],
  .frm-contactus textarea {
    width: 100%;
    padding: 5px;
  }
  .animacion-height {
    /*height: 175px !important;*/
  }

  .logo,
  .logo img {
    display: block;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 10px;
  }
  #navbar-hidden-web {
    display: block;
  }
  iframe {
    /*height: 300px;*/
  }
  div#conten-contatcs {
    margin-left: 10px !important;
  }
  .mapa {
    height: 300px;
    width: 100%;
    /*background-color: white;*/
    position: absolute;
    top: 0px;
  }
  .footer a.link-pie.fa {
    margin-left: 55px;
  }
}

/*NUEVO FOOTER*/
div.new-footer {
  display: none;
}

/*nuevo footer desing*/
@media only screen and (max-width: 767px) {
  #footer {
    /*padding-bottom: 60px;*/
  }
  a#ui-to-top {
    margin-bottom: 180px;
  }
  div#fixed-contact {
    display: block;
  }
  div.new-footer {
    background-color: rgb(0 0 0 / 57%);
    position: fixed;
    display: block;
    bottom: 0;
    width: 100%;
    border-top: 3px solid #00dc8f;
    z-index: 99;
    height: 50px;
  }
  div#fixed-contact .phone-btn a {
    /*backface-visibility: hidden;*/
    background-color: #07db50 !important;
  }
  ul.link_footer > li {
    margin-right: 30px;
  }
  ul.list.list-marked-none.link_footer {
    margin-top: -10px;
  }
  div#fixed-contact .columns.phone-btn {
    left: 50%;
  }
  div#fixed-contact .columns {
    display: inline-block;
    width: auto;
    text-align: center;
    float: none;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 35%;
    padding: 0;
  }
  div#fixed-contact .email-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 6px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .email-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 23px;
    color: #fff;
  }
  div#fixed-contact .phone-btn a {
    display: block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    top: -20px;
    position: relative;
    border: 9px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
  div#fixed-contact .phone-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 34px;
    color: #fff;
  }
  div#fixed-contact .quote-btn a {
    display: block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    top: -20px;
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    background-color: #07db50 !important;
  }
  div#fixed-contact .quote-btn a i {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
    font-size: 24px;
    color: #fff;
  }
  div#fixed-contact a i {
    display: block;
    color: #fff;
  }
  div#fixed-contact a div.pnl-email {
    background-color: #3f51b5;
  }
  .pnl-email > i {
    line-height: 50px;
  }
  div#fixed-contact a div.pnl-email,
  div#fixed-contact a div.pnl-freequote {
    border-radius: 100%;
    border: 1px solid white;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto;
  }
  div#fixed-contact a div.pnl-freequote {
    background-color: #03a9f4;
  }
  .pnl-freequote > i {
    line-height: 50px;
  }
  div#fixed-contact .columns.quote-btn {
    left: calc(57% + 120px);
  }
  div#fixed-contact .columns:not(.phone-btn) {
    width: 30%;
  }
  div#fixed-contact a span {
    font-size: 16px;
    color: #fff;
    padding-top: 3px;
    display: block;
    font-family: inherit;
  }
  i.fa.fa-file-text {
    font-size: 21px;
  }
  div#fixed-contact .columns.email-btn {
    left: calc(55% - 120px);
  }
  i.fa.fa-envelope {
    font-size: 17px;
  }
  i#icon-new-footer {
    font-size: 20px;
  }
  ul.link_footer > li {
    /*width: 130px;*/
  }
  button#back-to-top-btn {
    margin-bottom: 75px;
  }
  i.icon.la.la-envelope-o.new {
    font-size: 23px;
  }
  i.icon.la.la-file-o {
    font-size: 27px;
  }
  div#fixed-contact {
    z-index: 9999;
  }
  p.situacion {
    z-index: 99;
  }
}

/*FIN DE ESTILO*/

@media only screen and (max-width: 991px) {
  div#navbar-hidden-web {
    display: block;
  }
  .container.desktop {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar .navbar-toggler {
    z-index: 999;
    border-color: #ffffff !important;
    position: relative;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .collapse.in {
    display: block;
  }
  .dropdown.open .dropdown-menu {
    display: block;
  }

  .navbar-collapse:not(.in) .navbar-nav.mr-auto {
    display: none;
  }

  .collapse:not(.in) {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  ul.nav.navbar-nav.navbar-right > li {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .navbar-right {
    float: left !important;
  }
  ul.nav.navbar-nav.navbar-right {
    width: 100%;
  }
  ul.dropdown-menu {
    width: 100%;
    position: relative;
    background-color: #223b7a;
    color: #fff;
  }
  ul.dropdown-menu > li > a {
    color: #fff;
  }
}

@media only screen and (min-width: 1024px) {
  div#navbar-hidden-web {
    display: none;
  }
  .container.desktop {
    display: block;
  }
}

.new-content {
  text-align: right;
}
p.text-color {
  font-size: 16px;
  color: #8e8e8e;
}

/*opcion reviews*/
.quote-corporate {
  position: relative;
  padding: 30px 20px;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #2a4995;
  margin-bottom: 38px;
  background: #ffffff;
}
.quote-corporate {
  padding: 30px 20px;
}
img.img-google2 {
  background-color: #fff;
}
.quote-corporate .quote-header {
  /*display: flex;*/
  align-items: flex-end;
}
.quote-corporate .quote-body-mark > * {
  fill: #ebebeb;
}
h1.title-review-home {
  color: #fff !important;
  text-align: center;
}
.star-rating.new {
  /*text-align: right;*/
}
.quote-text {
  margin-top: -35px;
}
.quote-corporate .quote-header > * {
  margin-right: 15px;
  margin-top: -10px;
}
.star-rating.new > a {
  font-size: 30px;
}
.quote-header > h2 {
  font-family: "Caudex", serif !important;
  font-weight: bold;
}
.star-rating a {
  display: inline-block;
  color: #f39c12 !important;
}
.quote-corporate * + .quote-body {
  margin-top: 25px;
}
.quote-corporate .quote-body {
  text-align: right;
}
.quote-corporate .quote-body .quote-text {
  text-align: left;
}
svg:not(:root) {
  overflow: hidden;
}
.quote-corporate .quote-image {
  left: 60px;
}
.quote-corporate .quote-image {
  /*    position: absolute;*/
  display: inline-block;
  overflow: hidden;
  left: 30px;
  bottom: -40px;
  border-radius: 50%;
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.1);
}
.quote-image {
  float: right;
}
img.img-google2 {
  border-radius: 100px;
}
.name-estrellas {
  display: inline-block;
}
.quote-corporate {
  height: 270px;
}
a.buttonInverted {
  text-decoration: none;
}
.star-rating.new {
  margin-top: -12px;
}
.contenedor1 {
  margin: 2rem auto;
  height: 150px;
  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... )*/

.contenedor1::-webkit-scrollbar {
  -webkit-appearance: none;
}

.contenedor1::-webkit-scrollbar:vertical {
  width: 10px;
}

.contenedor1::-webkit-scrollbar-button:increment,
.contenedor1::-webkit-scrollbar-button {
  display: none;
}

.contenedor1::-webkit-scrollbar:horizontal {
  height: 10px;
  scrollbar-height: 10px;
}

.contenedor1::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  border: 2px solid #f1f2f3;
  height: 50px;
}

.contenedor1::-webkit-scrollbar-track {
  border-radius: 10px;
}

p.text-line2.title-reviews {
  font-size: 17px !important;
}
/*fin opcion reviews*/

.circle-text ul li a,
.sub-description-black ul li a {
  color: #41413f;
}
.circle-text ul li a:hover,
.sub-description-black ul li a:hover {
  color: #223b7a;
  text-decoration: none;
}
.circle-text,
.content_aside_reve {
  width: 100% !important;
}

p.copyright {
  color: #fff;
  margin: auto;
}
.content_privacy {
  text-align: center;
}
/* .content_website,
.content_privacy,
.content_web {
  position: relative;
  top: 35px;
} */

.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.gap-3 {
  gap: 1rem;
}
.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;
}
.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}

@media (max-width: 991px) {
  .banner_hu {
    position: fixed;
    bottom: -500px;
    left: 0;
    right: 0;
    background: url(media/banner_home/banner_logo_2.png);
    padding: 20px;
    text-align: center;
    transition: bottom 1s;
    z-index: 998;
    bottom: 30px !important;
  }
  .container.desktop {
    display: none;
  }
  div#navbar-hidden-web {
    display: block;
  }
  /* .footer {
    padding-bottom: 80px;
  } */
}

@media (min-width: 991px) and (max-width: 1199px) {
  .container.desktop {
    display: block;
  }
  div#navbar-hidden-web {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

.mb-3 {
  margin-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1rem;
}
