@import url(/fonts/font-awesome.css);

@font-face {
  font-family: "Oswald";
  src: url(../fonts/webfonts/Oswald-Regular.woff2) format("woff2");
}

.fix-element,
.fix-element * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body:not(.body) {
  width: 100%;
  margin: 0px;
  padding: 0px;
  color: rgb(65, 65, 63);
  font-family: sans-serif;
  background-image: url(../media/bg-body.jpg);
  background-size: 100%;
  background-attachment: fixed;
}

.header,
.animacion,
.container1,
.cupons,
.section,
.footer {
  width: 100%;
  /*min-width: 1300px;*/
}

.sub-header,
.sub-animacion,
.sub-container,
.sub-cupons,
.sub-section,
.sub-footer {
  /*margin: 0px auto;
	width: 1000px;*/
}

.linea-dotted {
  border-bottom: 1px dotted gray;
}
.linea-dotted2 {
  border-bottom: 1px dotted gray;
}

.img-margin {
  margin-top: 5px;
}

.img-margin-top {
  margin-top: 10px;
  /*border: 1px solid red;*/
}

._img-margin-top {
  display: block;
  text-align: left;
}

.sub-container {
  /*background-image: url(../media/bg-transparente.png);
	background: rgba(255, 255, 255, 0.8);*/
}

#xmsj {
  font-weight: bold;
  color: red;
}

.padding-container {
  padding-top: 5px !important;
  padding-bottom: 10px !important;
}

.padding-container1 {
  padding-top: 175px;
  padding-bottom: 10px !important;
}

.vline {
  color: #ffcc00;
  /*font-weight: bold;*/
  font-size: 42px;
}

.btn-menu-all {
  display: block;
  text-decoration: none;
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;

  position: relative;
  top: 15px;
}

.btn-restaurant {
  background-image: url(../media/menu/order_menu.png);
}

.btn-menu {
  background-image: url(../media/menu/pizzas.png);
}

.btn-special {
  background-image: url(../media/menu/coupons.png);
}
.btn-catering {
  background-image: url(../media/menu/catering.png);
}

.btn-contactus {
  background-image: url(../media/menu/location.png);
}

.btn-order-online {
  background-image: url(../media/menu/order_online.png);
  background-size: 80px;
  height: 20px !important;
  background-position: center right !important;
  display: block;
  background-repeat: no-repeat;
  width: 160px;
}

.btn-restaurant:hover {
  background-image: url(../media/menu/order_menu_hover.png);
}

.btn-menu:hover {
  background-image: url(../media/menu/pizzas_hover.png);
}

.btn-special:hover {
  background-image: url(../media/menu/coupons_hover.png);
}

.btn-catering:hover {
  background-image: url(../media/menu/catering_hover.png);
}

.btn-contactus:hover {
  background-image: url(../media/menu/location_hover.png);
}

.btn-order-online:hover {
  background-image: url(../media/menu/order_online_hover.png);
}

.img-border-logo {
  box-shadow: 0px 0px 10px black;
}

.container-aside {
  font-size: 14px !important;
}

.header-banner {
  background-image: url(../media/barra.png);
  /*background-position: center center;*/
  background-size: 100% 100%;
  margin-left: -33px;
  height: 110px;
  /*margin-top: 7px;*/
  margin-right: -10px;
}

.header-banner > div {
  display: inline-block;
  margin-top: 5px;
}

.container1 {
  padding-top: 10px;
}

.animacion {
  padding-top: 132px;
}

.text-aside {
  color: #065c2f;
  font-size: 20px;
}

.text-telephone {
  color: #065c2f;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

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

.active {
  background-color: #000000 !important;
}

.navbar-inverse li a:active {
  background-color: #000000 !important;
}

.text-animacion {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #bac292;
}

.text-anima-title {
  color: #065c2f;
  font-weight: bold;
}

.text-anima-subtext a {
  color: #065c2f;
  padding-left: 22px;
  font-size: 15px;
  text-decoration: none;
}

.text-anima-subtext a:hover {
  text-decoration: underline;
}

.a-print {
  color: black;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.a-print:hover {
  text-decoration: underline;
}

.a-print-all {
  text-align: center;
  display: block;
  width: 200px;
  margin-top: 25px;
  margin-bottom: 15px;
  padding: 10px 5px 10px 5px;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
  background-image: -ms-linear-gradient(bottom, #c80f0d 0%, #db100e 100%);
  background-image: -moz-linear-gradient(bottom, #c80f0d 0%, #db100e 100%);
  background-image: -o-linear-gradient(bottom, #c80f0d 0%, #db100e 100%);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #c80f0d),
    color-stop(1, #db100e)
  );
  background-image: -webkit-linear-gradient(bottom, #c80f0d 0%, #db100e 100%);
  background-image: linear-gradient(to top, #c80f0d 0%, #db100e 100%);
}

.a-print-all:hover {
  text-decoration: underline;
  background-image: -ms-linear-gradient(top, #c80f0d 0%, #db100e 100%);
  background-image: -moz-linear-gradient(top, #c80f0d 0%, #db100e 100%);
  background-image: -o-linear-gradient(top, #c80f0d 0%, #db100e 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #c80f0d),
    color-stop(1, #db100e)
  );
  background-image: -webkit-linear-gradient(top, #c80f0d 0%, #db100e 100%);
  background-image: linear-gradient(to bottom, #c80f0d 0%, #db100e 100%);
}

.view-more {
  text-align: center;
  color: white;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.view-more:hover {
  text-decoration: underline;
}

.margen-style {
  margin-top: 1em;
  margin-bottom: 1em;
}

.text-anima-subtext {
  color: white;
}

.header {
  padding-top: 10px;
  height: 95px;
  box-shadow: 0px 2px 6px black;
}

.telephone {
  font-weight: bold;
  font-size: 26px;
  color: white;
  float: right;
}

.telephone .phone {
  color: white;
}

.section-telephone {
  text-align: center !important;
  padding-top: 10px;
  font-size: 30px;
}

.img-index {
  position: relative;
  z-index: 10;
}

.space {
  padding-top: 8px;
}

.text-address {
  font-size: 17px;
  color: white;
  font-weight: bold;
  text-align: right;
}

.min-banner {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  /*margin-bottom: 10px;*/
}

.container-black {
  background-color: black !important;
}

.container-services div:not(.header-services) {
  margin-top: 2.8px;
}

.container-services div:not(.header-services):hover a {
  background: #f1450a;
}

.container-services .header-services a {
  text-align: center;
  font-weight: bold;
  background-color: #464646 !important;
}

.container-services .sub-container-services a {
  display: block;
  background: #9d9d9d;
  text-decoration: none;
  color: white;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 10px;
}

div.contenedor {
  background-color: rgb(255, 255, 255);
  padding: 10px;
  display: inline-block;
}

.btn-print {
  padding-top: 10px;
  text-decoration: none;
  color: rgb(6, 92, 47);
}

.btn-print:hover {
  text-decoration: underline;
}

.titulo {
  margin: 0;
  color: rgb(255, 0, 0);
  font-size: 22px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

.photo-align {
  text-align: center;
}

img.img-service {
  border: 4px solid white;
  box-shadow: 0px 0px 2px gray;
}

.line-space {
  background-image: url(../media/line.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.space {
  margin-left: 20px;
}

.color {
  color: #065c2f;
}

.color-one,
.color-two {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.color-one {
  background-color: #f0f0f0;
}

.color-red {
  color: #b70000;
  font-weight: bold;
}

.color-red-p {
  color: #b70000;
  font-weight: bold;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 16px;
}

.color1-min {
  color: #d25f5f !important;
  font-weight: normal !important;
  font-style: oblique;
}

.sub-header .header-logo {
  width: 194px;
  height: 160px;
  margin-top: 12px;
  background-color: black;
}

.sub-header .header-logo-text {
  color: #ff5c26;
  font-size: 30px;
  /*
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	*/
}

.header {
  /*background-image: -ms-linear-gradient(bottom, #BD160D 0%, #DB190F 100%);
    background-image: -moz-linear-gradient(bottom, #BD160D 0%, #DB190F 100%);
    background-image: -o-linear-gradient(bottom, #BD160D 0%, #DB190F 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #BD160D), color-stop(1, #DB190F));
    background-image: -webkit-linear-gradient(bottom, #BD160D 0%, #DB190F 100%);
    background-image: linear-gradient(to top, #BD160D 0%, #DB190F 100%);*/

  background-image: url(../media/bg-footer.jpg);

  position: absolute;
}

.table-list div.linea-dotted {
  width: 85%;
}
.table-list div:not(.marLeft10) {
  display: inline-block;
}

.table-list2 div.linea-dotted2 {
  width: 50%;
}

.table-list2 div:not(.marLeft10) {
  display: inline-block;
}

.footer,
.section {
  background-image: url(../media/bg-footer.jpg);
  box-shadow: -2px 0px 7px black;
  /*border-top: 10px solid #f9c805;
	border-bottom: 10px solid #f9c805;*/
}
.yellow {
  color: #f9c805 !important;
}

.footer .ft-menu,
.footer .ft-followus,
.footer .ft-information {
  margin-top: 10px;
}

.footer .ft-menu a {
  display: block;
  margin-top: 2px;
}

.footer .ft-followus a {
  vertical-align: top;
}

.footer-text {
  margin-top: 20px;
}

.a-box-link {
  display: block;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 2px black;
  margin-right: 10px;
  margin-left: 10px;
  width: 250px;
  text-align: center;
}

.section {
  padding-top: 20px;
  padding-bottom: 20px;
}
.section span {
  display: block;
  font-style: oblique;
}

.space-section {
  margin-top: 5px;
}

.box-titulo {
  text-align: center;
  font-weight: bold;
  color: white;
  background: #464646;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yelp-box {
  background-image: url(../media/bg-yelp.png);
  border-radius: 10px;
}

.yelp-bold {
  font-weight: bold;
  font-size: 14px !important;
}

.yelp-sub-bold {
  font-size: 12px !important;
}

.yelp-title {
  background-color: #c90304;
  border-radius: 10px;
}

.yelp-title a img {
  display: inline-block;
}

.yelp-contenct {
  font-size: 12px !important;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*border: 1px solid red;*/
}

.bg-border {
  border: 12px solid white;
  box-shadow: 0px 0px 5px gray;
  /*background-image: url(../media/animacion.png);
	background-size: 100% 100%;*/
}

.box-left {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 2px black;
  padding-left: 10px;
  padding-right: 10px;
  /*padding-bottom: 20px;*/
  padding-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.box-left1 {
  padding-bottom: 30px;
}

.box-left span {
  color: #b70000;
  font-weight: bold;
}

.box-left .none {
  margin: 0px;
/*  font-weight: bold;*/
}

.btn-coupons {
  margin-bottom: 10px;
}

.btn-coupons a {
  display: inline-block !important;
  width: 47%;
}

.box-width {
  width: 260px;
  margin: 0px auto;
}

.box-height {
  height: 233px;
}

.box-container {
  box-shadow: 0px 0px 5px gray;
  margin-top: 10px;
  padding-top: 10px;
}

.box-container p {
  margin: 0px;
  color: #065c2f;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

.box-container-img {
  padding-top: 10px;
}

.box-xontainer-text {
  padding-left: 5px;
  padding-right: 5px;
}

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

.text-color-black {
  color: black;
  font-size: 15px !important;
  padding-top: 3px;
  padding-bottom: 3px;
}

.text-color-orange {
  color: #f14105;
  padding-top: 3px;
  padding-bottom: 3px;
}

.form-free label {
  width: 170px;
  vertical-align: top;
  margin-bottom: 10px;
}

.information div {
  display: inline-block;
  vertical-align: top;
}

.information div:first-child {
  width: 100px;
}
.linea-dotted_.title-beverages {
  color: #b70000;
}

div.cuadro {
  box-shadow: 0px 0px 5px gray;
  width: 100%;
  margin-bottom: 5px;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

div.cuadro .sub-cuadro {
  color: #065c2f;
  border-bottom: 1px solid #065c2f;
  font-family: arial;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.sub-description-black {
  font-size: 17px;
  color: #41413f;
  /*padding-right: 10px;
	padding-left: 10px;*/
}

.sub-description-black {
  padding-top: 2px;
  padding-bottom: 2px;
}

.img-style {
  border: 5px solid white;
  box-shadow: 0px 0px 2px black;
  display: block;
  text-align: center;
  margin: 0px auto 15px auto;
}

.img-style1 {
  border-radius: 10px 0px 0px 10px;
  /*width: 350px;*/
  width: 400px;
  height: 300px;
}

.map-delivery span {
  display: block;
  text-align: center;
  font-size: 26px;
}

.map-size-min {
  font-size: 18px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-oblique {
  text-align: right !important;
  font-size: 17px !important;
  display: block;
  width: 100%;
}

.sub-description-black {
}

.btn-maps {
  color: #000000;
}

.btn-maps strong {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Our Menu */
.sub-description-black.beverages-new.darkHeader3 {
  margin-top: 8px;
}
.sub-description-black.subs-new.darkHeader3 {
  margin-top: 8px;
}
.contenct-right {
  padding-top: 10px !important;
}

.option-min .menu-option .none a {
  text-transform: capitalize;
  font-size: 12px;
}

.menu-option .none a {
  text-decoration: none;
  font-weight: bold;
  color: gray;
}

.menu-option .none a:hover {
  text-decoration: underline;
}

.menu-title-right {
  color: rgb(183, 0, 0);
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(183, 0, 0);
  font-size: 20px;
}

.bold-none {
  font-weight: normal !important;
  margin: 0px;
  padding: 0px;
}

.box-margen {
  padding: 10px;
}

.title-menu-min {
  color: rgb(183, 0, 0);
  font-weight: bold;
}

.box-position {
  position: relative;
}

.cycle-slideshow {
  overflow: hidden;
  z-index: 9;
}

/* Our Menu */

/* Footer */

a.btn-tel.one.mobile {
  font-size: 17px !important;
}
.footer {
  padding-top: 10px;
  font-size: 13px;
}

.footer .line-white {
  font-weight: bold;
  font-size: 16px !important;
  color: white;
  border-bottom: 2px solid white !important;
  margin-bottom: 10px;
}

.footer .white {
  color: white;
}

.footer a {
  text-decoration: none;
  color: white;
}

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

.footer .followus {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  display: inline-block;
  font-weight: bold;
  color: #c70909;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
}

.footer .followus:hover {
  color: #ffffff;
  background-color: #c70909;
  box-shadow: 0px 0px 5px #ffffff;
  /*border: 1px solid #ffffff;*/
}

.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);
}

.banner-letter {
  width: 95%;
  /*margin: 0px auto;*/
  color: white;
  font-family: sans-serif;
  margin-bottom: 20px;
}

.banner {
  position: fixed;
  /*background-color: #ffffff;*/
  background-color: #b80c0c;
  box-shadow: 0px 0px 5px gray;
  width: 250px;
  height: 250px;
  /*top: 35%;*/
  bottom: -300px;
  z-index: 999;

  /*padding: 10px;*/
  right: 2px;
  font-weight: bold;
  font-size: 16px;
  /*text-align: center;*/
  border: 10px solid #ffcc00;
  color: white;
}

.banner span {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
}

.banner .close {
  /*float: right;*/
  position: absolute;
  right: -19px;
  top: -25px;
  cursor: pointer;
}

.no-margin {
  margin-bottom: 0px;
}

/* Footer */

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

.opt-letter {
  font-size: 13px;
  padding-top: 40px;
}

img.logo-ssl {
  width: 80px;
  border-radius: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

span.sp-new {
  background-color: #b70000;
  color: #ffffff;
  padding: 2px 3px;
  border-radius: 5px;
  font-size: 12px;
  top: -2px;
  position: relative;
}

.menu-option p.none .sp-new {
  font-size: 10px;
}
p.dire-footer {
  margin-left: 15px;
}
button.site-button.skew-primary.btn-contact {
  background-color: #db2927;
  color: #fff !important;
  border-color: #db2927;
  padding: 5px 20px 5px 20px;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  .opt-letter {
    /*font-size: 13px;*/
    padding-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #contact-form ._placeholder {
    line-height: 5px !important;
  }
  .table-list2.new div.linea-dotted2.new {
    width: 78% !important;
  }
  .table-list div.linea-dotted {
    width: 70% !important;
  }
  .box-left.box-margen.new {
    height: 230px !important;
  }
  .box-left.box-margen.new4-1 {
    height: 200px !important;
  }
  a.btn-tel.one.mobile {
    font-size: 15px;
  }
  .img-margin.mobile {
    margin-top: 10px;
  }
  #navbar-hidden-web {
    display: block;
  }
  span.sp-new {
    width: 40px;
  }

  .telephone {
    float: none;
    width: 100%;
    text-align: center;
  }

  .img-index {
    margin: 0px auto;
    text-align: center;
  }

  .header {
    /*height: 105px;*/
    /*height: 305px;*/
    height: 220px;
    position: relative;
  }

  .container1 {
    padding-top: 20px;
  }

  .container12 {
    /*padding-top: 20px;*/
    padding-top: 90px;
  }

  .yelp-box {
    margin-bottom: 20px;
  }

  .button-coupons {
    margin-bottom: 10px;
    display: inline-block;
  }

  .animacion {
    /*padding-top: 200px;*/
    /*padding-top: 300px;*/
    padding-top: 20px;
  }

  .animacion .bg-border img {
    height: auto;
  }

  .box-left span {
    margin-top: 10px;
    display: block;
  }

  #signup,
  #signup2 {
    width: 90% !important;
  }

  #signup .txt-fld label,
  #signup .txt-fld input,
  #signup .txt-fld {
    width: 100% !important;
  }

  #signup .txt-fld {
    padding: 5px 20px !important;
  }

  .coupons,
  .coupons img {
    display: block;
    margin: 0px auto;
    text-align: center;
    width: 90%;
  }

  .form-free input[type="text"],
  .form-free textarea {
    width: 100% !important;
  }

  .btn-order {
    background-color: #f7e80e;
    color: #ba0000 !important;
  }

  .min-banner {
    padding-top: 10px;
  }

  .padding-container1 {
    padding-top: 0px;
  }

  .img-style1 {
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 10px;
  }

  .opt-letter {
    /*font-size: 13px;*/
    padding-top: 0px;
  }
}

.example-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  top: 10px;
  overflow: hidden;
}
.example-pager span {
  font-size: 58px;
  width: 25px;
  height: 20px;
  display: inline-block;
  color: #ddd;
  margin-top: -15px;
}

.example-pager span.cycle-pager-active {
  color: #db2927;
}
.border-new {
  box-shadow: none;
}

/*.example-pager {
    display: block;
}
.example-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    top: 10px;
    overflow: hidden;
}

.example-pager span {
    font-family: arial;
    font-size: 50px;
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #ddd;
    cursor: pointer;
}
.example-pager span.example-pager-active {
    color: #D69746;
}*/

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

.z-999 {
  z-index: 999;
}
.w-100 {
  width: 100%;
}
.bottom-0 {
  bottom: 0;
}

/*Inicio de quickacces*/
.justify-content-around {
  justify-content: space-around;
}
.d-flex {
  display: flex;
}
.row-o {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row-o > * {
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  flex: 0 0 auto !important;
  width: auto;
}

/*fin de quickacces*/

.m-0 {
  margin: 0 !important;
}

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

/* Display en todos los tamaños */
.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline-block {
  display: inline-block;
}

/* Responsividad en tamaños pequeños (≥576px) */
@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: inline-flex;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .google_play,
  .app_img {
    text-align: center;
  }
  .img-style1 {
    width: 100%;
    height: 100%;
  }
}

/* Responsividad en tamaños medianos (≥768px) */
@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: inline-flex;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños grandes (≥992px) */
@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: inline-flex;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños extra grandes (≥1200px) */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: inline-flex;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
}

/* Responsividad en tamaños extra extra grandes (≥1400px) */
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none;
  }
  .d-xxl-block {
    display: block;
  }
  .d-xxl-flex {
    display: flex;
  }
  .d-xxl-inline-flex {
    display: inline-flex;
  }
  .d-xxl-inline-block {
    display: inline-block;
  }
}

.section-download > .container {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .darkHeader2 .logo_barra {
    /* display: block !important; */
    opacity: 1;
  }
}
