html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  font-family: 'Montserrat', sans-serif !important;
}
body {
  font-size: 12px;
}
.btn {
  font-size: 1.1em;
}
.btn-leito-primary {
  background: #ff9600;
  color: #fff;
  border: 1px solid #ff9600;
}
.btn-leito-primary:hover {
  color: #fff;
}
.btn-default {
  border: 1px solid #b4b4b4;
}
.link {
  color: #787878;
  text-decoration: none;
  transition: 0.5s;
  font-size: 1.1em;
}
.link:hover {
  color: #969696;
  text-decoration: none;
}
.link.active {
  color: #ff9600;
  text-decoration: underline;
  text-transform: uppercase;
}
.line-separator {
  margin-left: 2px;
  margin-right: 2px;
  color: #b4b4b4;
}
.align-center {
  align-items: center;
}
.bold {
  font-weight: bold;
}
.width_100 {
  width: 100%;
}
.padding-cero {
  padding: 0;
}
.list-style-none {
  list-style: none;
}
.list-style-color li::before {
  content: "\2022";
  content: "•";
  color: #ff9600;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 1.5em;
  margin-right: -5px;
}
.bg-leito {
  background: #ff9600;
  color: #fff;
}
input[type=text]:focus,
.form-control:focus {
  box-shadow: none;
}
input[type=text]:active,
.form-control:active {
  box-shadow: none !important;
}
input[type=checkbox] {
  width: 18px;
  height: 17px;
  margin-right: 6px;
  cursor: pointer;
  font: 12px/1em sans-serif;
  border-radius: 3px !important;
  border: none;
}
input[type=checkbox]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  visibility: visible;
  text-align: center;
  height: 100%;
  width: 100%;
  border: 1px solid #cecece;
  border-radius: 3px !important;
}
input[type=checkbox]:checked:after {
  content: "\2714";
  height: 100%;
  width: 100%;
  background-color: #ff9600 !important;
  color: #fff;
  border: 1px solid #ff9600 !important;
  border-radius: 3px !important;
  font-size: 12px;
  padding-top: 1px;
}
.shadow-sm {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.icon-check ul li,
.icon-times ul li {
  list-style: none;
}
.icon-check ul li:before,
.icon-times ul li:before {
  font-family: FontAwesome;
  margin-right: 8px;
  color: rgba(0,0,0,0.3);
}
.icon-check ul li:before {
  content: "\f00c";
  color: #32c85e;
}
.icon-times ul li:before {
  content: "\f00d";
  color: #ea2922;
}
.visible-xs {
  display: none;
}
ul.pager {
  margin: 0;
  padding-bottom: 2rem;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
  color: #787878;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
  color: #ff9600;
  text-decoration: none;
}
.pager li > a:hover,
.pager li > span:hover {
  text-decoration: none;
}
.embed-container {
  position: relative;
  padding-bottom: 43%; /* Aspect ratio of the video */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
@media (max-width: 449px) {
  .hidden-xs {
    display: none !important;
  }
  .link.title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2em;
    color: #969696;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .visible-xs {
    display: block;
  }
}
.flex {
  width: 100%;
  display: flex !important;
  padding: 10px;
}
.flex-5 {
  padding-left: 2px;
  padding-right: 2px;
  width: 5%;
}
.flex-10 {
  padding-left: 2px;
  padding-right: 2px;
  width: 10%;
}
.flex-15 {
  padding-left: 2px;
  padding-right: 2px;
  width: 15%;
}
.flex-20 {
  padding-left: 2px;
  padding-right: 2px;
  width: 20%;
}
.flex-25 {
  padding-left: 2px;
  padding-right: 2px;
  width: 25%;
}
.flex-30 {
  padding-left: 2px;
  padding-right: 2px;
  width: 30%;
}
.flex-35 {
  padding-left: 2px;
  padding-right: 2px;
  width: 35%;
}
.flex-40 {
  padding-left: 2px;
  padding-right: 2px;
  width: 40%;
}
.flex-45 {
  padding-left: 2px;
  padding-right: 2px;
  width: 45%;
}
.flex-50 {
  padding-left: 2px;
  padding-right: 2px;
  width: 50%;
}
.flex-55 {
  padding-left: 2px;
  padding-right: 2px;
  width: 55%;
}
.flex-60 {
  padding-left: 2px;
  padding-right: 2px;
  width: 60%;
}
.flex-65 {
  padding-left: 2px;
  padding-right: 2px;
  width: 65%;
}
.flex-70 {
  padding-left: 2px;
  padding-right: 2px;
  width: 70%;
}
.flex-75 {
  padding-left: 2px;
  padding-right: 2px;
  width: 75%;
}
.flex-80 {
  padding-left: 2px;
  padding-right: 2px;
  width: 80%;
}
.flex-85 {
  padding-left: 2px;
  padding-right: 2px;
  width: 85%;
}
.flex-90 {
  padding-left: 2px;
  padding-right: 2px;
  width: 90%;
}
.flex-95 {
  padding-left: 2px;
  padding-right: 2px;
  width: 95%;
}
.flex-100 {
  padding-left: 2px;
  padding-right: 2px;
  width: 100%;
}
.flex-16 {
  width: 16%;
}
.flex-17 {
  width: 17%;
}
.flex-18 {
  width: 18%;
}
.flex-19 {
  width: 19%;
}
@media (max-width: 449px) {
  .flex-xs-5 {
    width: 5%;
  }
  .flex-xs-10 {
    width: 10%;
  }
  .flex-xs-15 {
    width: 15%;
  }
  .flex-xs-20 {
    width: 20%;
  }
  .flex-xs-25 {
    width: 25%;
  }
  .flex-xs-30 {
    width: 30%;
  }
  .flex-xs-35 {
    width: 35%;
  }
  .flex-xs-40 {
    width: 40%;
  }
  .flex-xs-45 {
    width: 45%;
  }
  .flex-xs-50 {
    width: 50%;
  }
  .flex-xs-55 {
    width: 55%;
  }
  .flex-xs-60 {
    width: 60%;
  }
  .flex-xs-65 {
    width: 65%;
  }
  .flex-xs-70 {
    width: 70%;
  }
  .flex-xs-75 {
    width: 75%;
  }
  .flex-xs-80 {
    width: 80%;
  }
  .flex-xs-85 {
    width: 85%;
  }
  .flex-xs-90 {
    width: 90%;
  }
  .flex-xs-95 {
    width: 95%;
  }
  .flex-xs-100 {
    width: 100%;
  }
  .flex-xs-2 {
    width: 2%;
  }
  .flex-xs-4 {
    width: 4%;
  }
  .flex-xs-6 {
    width: 6%;
  }
  .flex-xs-8 {
    width: 8%;
  }
  .flex-xs-10 {
    width: 10%;
  }
  .flex-xs-12 {
    width: 12%;
  }
  .flex-xs-14 {
    width: 14%;
  }
  .flex-xs-16 {
    width: 16%;
  }
  .flex-xs-18 {
    width: 18%;
  }
  .flex-xs-20 {
    width: 20%;
  }
  .flex-xs-22 {
    width: 22%;
  }
  .flex-xs-24 {
    width: 24%;
  }
  .flex-xs-26 {
    width: 26%;
  }
  .flex-xs-28 {
    width: 28%;
  }
  .flex-xs-30 {
    width: 30%;
  }
  .flex-xs-32 {
    width: 32%;
  }
  .flex-xs-34 {
    width: 34%;
  }
  .flex-xs-36 {
    width: 36%;
  }
  .flex-xs-38 {
    width: 38%;
  }
  .flex-xs-40 {
    width: 40%;
  }
  .flex-xs-42 {
    width: 42%;
  }
  .flex-xs-44 {
    width: 44%;
  }
  .flex-xs-46 {
    width: 46%;
  }
  .flex-xs-48 {
    width: 48%;
  }
  .flex-xs-50 {
    width: 50%;
  }
  .flex-xs-52 {
    width: 52%;
  }
  .flex-xs-54 {
    width: 54%;
  }
  .flex-xs-56 {
    width: 56%;
  }
  .flex-xs-58 {
    width: 58%;
  }
  .flex-xs-60 {
    width: 60%;
  }
  .flex-xs-62 {
    width: 62%;
  }
  .flex-xs-64 {
    width: 64%;
  }
  .flex-xs-66 {
    width: 66%;
  }
  .flex-xs-68 {
    width: 68%;
  }
  .flex-xs-70 {
    width: 70%;
  }
  .flex-xs-72 {
    width: 72%;
  }
  .flex-xs-74 {
    width: 74%;
  }
  .flex-xs-76 {
    width: 76%;
  }
  .flex-xs-78 {
    width: 78%;
  }
  .flex-xs-80 {
    width: 80%;
  }
  .flex-xs-82 {
    width: 82%;
  }
  .flex-xs-84 {
    width: 84%;
  }
  .flex-xs-86 {
    width: 86%;
  }
  .flex-xs-88 {
    width: 88%;
  }
  .flex-xs-90 {
    width: 90%;
  }
  .flex-xs-92 {
    width: 92%;
  }
  .flex-xs-94 {
    width: 94%;
  }
  .flex-xs-96 {
    width: 96%;
  }
  .flex-xs-98 {
    width: 98%;
  }
  .flex-xs-100 {
    width: 100%;
  }
}
.f-s-1 {
  font-size: 1px !important;
}
.f-s-2 {
  font-size: 2px !important;
}
.f-s-3 {
  font-size: 3px !important;
}
.f-s-4 {
  font-size: 4px !important;
}
.f-s-5 {
  font-size: 5px !important;
}
.f-s-6 {
  font-size: 6px !important;
}
.f-s-7 {
  font-size: 7px !important;
}
.f-s-8 {
  font-size: 8px !important;
}
.f-s-9 {
  font-size: 9px !important;
}
.f-s-10 {
  font-size: 10px !important;
}
.f-s-11 {
  font-size: 11px !important;
}
.f-s-12 {
  font-size: 12px !important;
}
.f-s-13 {
  font-size: 13px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.f-s-16 {
  font-size: 16px !important;
}
.f-s-17 {
  font-size: 17px !important;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-19 {
  font-size: 19px !important;
}
.f-s-20 {
  font-size: 20px !important;
}
.f-s-21 {
  font-size: 21px !important;
}
.f-s-22 {
  font-size: 22px !important;
}
.f-s-23 {
  font-size: 23px !important;
}
.f-s-24 {
  font-size: 24px !important;
}
.f-s-25 {
  font-size: 25px !important;
}
.f-s-26 {
  font-size: 26px !important;
}
.f-s-27 {
  font-size: 27px !important;
}
.f-s-28 {
  font-size: 28px !important;
}
.f-s-29 {
  font-size: 29px !important;
}
.f-s-30 {
  font-size: 30px !important;
}
.f-s-31 {
  font-size: 31px !important;
}
.f-s-32 {
  font-size: 32px !important;
}
.f-s-33 {
  font-size: 33px !important;
}
.f-s-34 {
  font-size: 34px !important;
}
.f-s-35 {
  font-size: 35px !important;
}
.f-s-36 {
  font-size: 36px !important;
}
.f-s-37 {
  font-size: 37px !important;
}
.f-s-38 {
  font-size: 38px !important;
}
.f-s-39 {
  font-size: 39px !important;
}
.f-s-40 {
  font-size: 40px !important;
}
.f-s-41 {
  font-size: 41px !important;
}
.f-s-42 {
  font-size: 42px !important;
}
.f-s-43 {
  font-size: 43px !important;
}
.f-s-44 {
  font-size: 44px !important;
}
.f-s-45 {
  font-size: 45px !important;
}
.f-s-46 {
  font-size: 46px !important;
}
.f-s-47 {
  font-size: 47px !important;
}
.f-s-48 {
  font-size: 48px !important;
}
.f-s-49 {
  font-size: 49px !important;
}
.f-s-50 {
  font-size: 50px !important;
}
.f-s-51 {
  font-size: 51px !important;
}
.f-s-52 {
  font-size: 52px !important;
}
.f-s-53 {
  font-size: 53px !important;
}
.f-s-54 {
  font-size: 54px !important;
}
.f-s-55 {
  font-size: 55px !important;
}
.f-s-56 {
  font-size: 56px !important;
}
.f-s-57 {
  font-size: 57px !important;
}
.f-s-58 {
  font-size: 58px !important;
}
.f-s-59 {
  font-size: 59px !important;
}
.f-s-60 {
  font-size: 60px !important;
}
.f-s-61 {
  font-size: 61px !important;
}
.f-s-62 {
  font-size: 62px !important;
}
.f-s-63 {
  font-size: 63px !important;
}
.f-s-64 {
  font-size: 64px !important;
}
.f-s-65 {
  font-size: 65px !important;
}
.f-s-66 {
  font-size: 66px !important;
}
.f-s-67 {
  font-size: 67px !important;
}
.f-s-68 {
  font-size: 68px !important;
}
.f-s-69 {
  font-size: 69px !important;
}
.f-s-70 {
  font-size: 70px !important;
}
.f-s-71 {
  font-size: 71px !important;
}
.f-s-72 {
  font-size: 72px !important;
}
.f-s-73 {
  font-size: 73px !important;
}
.f-s-74 {
  font-size: 74px !important;
}
.f-s-75 {
  font-size: 75px !important;
}
.f-s-76 {
  font-size: 76px !important;
}
.f-s-77 {
  font-size: 77px !important;
}
.f-s-78 {
  font-size: 78px !important;
}
.f-s-79 {
  font-size: 79px !important;
}
.f-s-80 {
  font-size: 80px !important;
}
.f-s-81 {
  font-size: 81px !important;
}
.f-s-82 {
  font-size: 82px !important;
}
.f-s-83 {
  font-size: 83px !important;
}
.f-s-84 {
  font-size: 84px !important;
}
.f-s-85 {
  font-size: 85px !important;
}
.f-s-86 {
  font-size: 86px !important;
}
.f-s-87 {
  font-size: 87px !important;
}
.f-s-88 {
  font-size: 88px !important;
}
.f-s-89 {
  font-size: 89px !important;
}
.f-s-90 {
  font-size: 90px !important;
}
.f-s-91 {
  font-size: 91px !important;
}
.f-s-92 {
  font-size: 92px !important;
}
.f-s-93 {
  font-size: 93px !important;
}
.f-s-94 {
  font-size: 94px !important;
}
.f-s-95 {
  font-size: 95px !important;
}
.f-s-96 {
  font-size: 96px !important;
}
.f-s-97 {
  font-size: 97px !important;
}
.f-s-98 {
  font-size: 98px !important;
}
.f-s-99 {
  font-size: 99px !important;
}
.f-s-100 {
  font-size: 100px !important;
}
.f-w-100 {
  font-weight: 100;
}
.f-w-200 {
  font-weight: 200;
}
.f-w-300 {
  font-weight: 300;
}
.f-w-400 {
  font-weight: 400;
}
.f-w-500 {
  font-weight: 500;
}
.f-w-600 {
  font-weight: 600;
}
.f-w-700 {
  font-weight: 700;
}
.f-w-800 {
  font-weight: 800;
}
.f-w-900 {
  font-weight: 900;
}
.m-0 {
  margin: 0px !important;
}
.m-t-0 {
  margin-top: 0px !important;
}
.m-t-1 {
  margin-top: 1px !important;
}
.m-t-2 {
  margin-top: 2px !important;
}
.m-t-3 {
  margin-top: 3px !important;
}
.m-t-4 {
  margin-top: 4px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-6 {
  margin-top: 6px !important;
}
.m-t-7 {
  margin-top: 7px !important;
}
.m-t-8 {
  margin-top: 8px !important;
}
.m-t-9 {
  margin-top: 9px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-11 {
  margin-top: 11px !important;
}
.m-t-12 {
  margin-top: 12px !important;
}
.m-t-13 {
  margin-top: 13px !important;
}
.m-t-14 {
  margin-top: 14px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-16 {
  margin-top: 16px !important;
}
.m-t-17 {
  margin-top: 17px !important;
}
.m-t-18 {
  margin-top: 18px !important;
}
.m-t-19 {
  margin-top: 19px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-21 {
  margin-top: 21px !important;
}
.m-t-22 {
  margin-top: 22px !important;
}
.m-t-23 {
  margin-top: 23px !important;
}
.m-t-24 {
  margin-top: 24px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-t-26 {
  margin-top: 26px !important;
}
.m-t-27 {
  margin-top: 27px !important;
}
.m-t-28 {
  margin-top: 28px !important;
}
.m-t-29 {
  margin-top: 29px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-31 {
  margin-top: 31px !important;
}
.m-t-32 {
  margin-top: 32px !important;
}
.m-t-33 {
  margin-top: 33px !important;
}
.m-t-34 {
  margin-top: 34px !important;
}
.m-t-35 {
  margin-top: 35px !important;
}
.m-t-36 {
  margin-top: 36px !important;
}
.m-t-37 {
  margin-top: 37px !important;
}
.m-t-38 {
  margin-top: 38px !important;
}
.m-t-39 {
  margin-top: 39px !important;
}
.m-t-40 {
  margin-top: 40px !important;
}
.m-t-41 {
  margin-top: 41px !important;
}
.m-t-42 {
  margin-top: 42px !important;
}
.m-t-43 {
  margin-top: 43px !important;
}
.m-t-44 {
  margin-top: 44px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-46 {
  margin-top: 46px !important;
}
.m-t-47 {
  margin-top: 47px !important;
}
.m-t-48 {
  margin-top: 48px !important;
}
.m-t-49 {
  margin-top: 49px !important;
}
.m-t-50 {
  margin-top: 50px !important;
}
.m-t-51 {
  margin-top: 51px !important;
}
.m-t-52 {
  margin-top: 52px !important;
}
.m-t-53 {
  margin-top: 53px !important;
}
.m-t-54 {
  margin-top: 54px !important;
}
.m-t-55 {
  margin-top: 55px !important;
}
.m-t-56 {
  margin-top: 56px !important;
}
.m-t-57 {
  margin-top: 57px !important;
}
.m-t-58 {
  margin-top: 58px !important;
}
.m-t-59 {
  margin-top: 59px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-61 {
  margin-top: 61px !important;
}
.m-t-62 {
  margin-top: 62px !important;
}
.m-t-63 {
  margin-top: 63px !important;
}
.m-t-64 {
  margin-top: 64px !important;
}
.m-t-65 {
  margin-top: 65px !important;
}
.m-t-66 {
  margin-top: 66px !important;
}
.m-t-67 {
  margin-top: 67px !important;
}
.m-t-68 {
  margin-top: 68px !important;
}
.m-t-69 {
  margin-top: 69px !important;
}
.m-t-70 {
  margin-top: 70px !important;
}
.m-t-71 {
  margin-top: 71px !important;
}
.m-t-72 {
  margin-top: 72px !important;
}
.m-t-73 {
  margin-top: 73px !important;
}
.m-t-74 {
  margin-top: 74px !important;
}
.m-t-75 {
  margin-top: 75px !important;
}
.m-t-76 {
  margin-top: 76px !important;
}
.m-t-77 {
  margin-top: 77px !important;
}
.m-t-78 {
  margin-top: 78px !important;
}
.m-t-79 {
  margin-top: 79px !important;
}
.m-t-80 {
  margin-top: 80px !important;
}
.m-t-81 {
  margin-top: 81px !important;
}
.m-t-82 {
  margin-top: 82px !important;
}
.m-t-83 {
  margin-top: 83px !important;
}
.m-t-84 {
  margin-top: 84px !important;
}
.m-t-85 {
  margin-top: 85px !important;
}
.m-t-86 {
  margin-top: 86px !important;
}
.m-t-87 {
  margin-top: 87px !important;
}
.m-t-88 {
  margin-top: 88px !important;
}
.m-t-89 {
  margin-top: 89px !important;
}
.m-t-90 {
  margin-top: 90px !important;
}
.m-t-91 {
  margin-top: 91px !important;
}
.m-t-92 {
  margin-top: 92px !important;
}
.m-t-93 {
  margin-top: 93px !important;
}
.m-t-94 {
  margin-top: 94px !important;
}
.m-t-95 {
  margin-top: 95px !important;
}
.m-t-96 {
  margin-top: 96px !important;
}
.m-t-97 {
  margin-top: 97px !important;
}
.m-t-98 {
  margin-top: 98px !important;
}
.m-t-99 {
  margin-top: 99px !important;
}
.m-t-100 {
  margin-top: 100px !important;
}
.m-t-101 {
  margin-top: 101px !important;
}
.m-t-102 {
  margin-top: 102px !important;
}
.m-t-103 {
  margin-top: 103px !important;
}
.m-t-104 {
  margin-top: 104px !important;
}
.m-t-105 {
  margin-top: 105px !important;
}
.m-t-106 {
  margin-top: 106px !important;
}
.m-t-107 {
  margin-top: 107px !important;
}
.m-t-108 {
  margin-top: 108px !important;
}
.m-t-109 {
  margin-top: 109px !important;
}
.m-t-110 {
  margin-top: 110px !important;
}
.m-t-111 {
  margin-top: 111px !important;
}
.m-t-112 {
  margin-top: 112px !important;
}
.m-t-113 {
  margin-top: 113px !important;
}
.m-t-114 {
  margin-top: 114px !important;
}
.m-t-115 {
  margin-top: 115px !important;
}
.m-t-116 {
  margin-top: 116px !important;
}
.m-t-117 {
  margin-top: 117px !important;
}
.m-t-118 {
  margin-top: 118px !important;
}
.m-t-119 {
  margin-top: 119px !important;
}
.m-t-120 {
  margin-top: 120px !important;
}
.m-t-121 {
  margin-top: 121px !important;
}
.m-t-122 {
  margin-top: 122px !important;
}
.m-t-123 {
  margin-top: 123px !important;
}
.m-t-124 {
  margin-top: 124px !important;
}
.m-t-125 {
  margin-top: 125px !important;
}
.m-t-126 {
  margin-top: 126px !important;
}
.m-t-127 {
  margin-top: 127px !important;
}
.m-t-128 {
  margin-top: 128px !important;
}
.m-t-129 {
  margin-top: 129px !important;
}
.m-t-130 {
  margin-top: 130px !important;
}
.m-t-131 {
  margin-top: 131px !important;
}
.m-t-132 {
  margin-top: 132px !important;
}
.m-t-133 {
  margin-top: 133px !important;
}
.m-t-134 {
  margin-top: 134px !important;
}
.m-t-135 {
  margin-top: 135px !important;
}
.m-t-136 {
  margin-top: 136px !important;
}
.m-t-137 {
  margin-top: 137px !important;
}
.m-t-138 {
  margin-top: 138px !important;
}
.m-t-139 {
  margin-top: 139px !important;
}
.m-t-140 {
  margin-top: 140px !important;
}
.m-t-141 {
  margin-top: 141px !important;
}
.m-t-142 {
  margin-top: 142px !important;
}
.m-t-143 {
  margin-top: 143px !important;
}
.m-t-144 {
  margin-top: 144px !important;
}
.m-t-145 {
  margin-top: 145px !important;
}
.m-t-146 {
  margin-top: 146px !important;
}
.m-t-147 {
  margin-top: 147px !important;
}
.m-t-148 {
  margin-top: 148px !important;
}
.m-t-149 {
  margin-top: 149px !important;
}
.m-t-150 {
  margin-top: 150px !important;
}
.m-r-0 {
  margin-right: 0px !important;
}
.m-r-1 {
  margin-right: 1px !important;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-r-3 {
  margin-right: 3px !important;
}
.m-r-4 {
  margin-right: 4px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-r-6 {
  margin-right: 6px !important;
}
.m-r-7 {
  margin-right: 7px !important;
}
.m-r-8 {
  margin-right: 8px !important;
}
.m-r-9 {
  margin-right: 9px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-r-11 {
  margin-right: 11px !important;
}
.m-r-12 {
  margin-right: 12px !important;
}
.m-r-13 {
  margin-right: 13px !important;
}
.m-r-14 {
  margin-right: 14px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-r-16 {
  margin-right: 16px !important;
}
.m-r-17 {
  margin-right: 17px !important;
}
.m-r-18 {
  margin-right: 18px !important;
}
.m-r-19 {
  margin-right: 19px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-r-21 {
  margin-right: 21px !important;
}
.m-r-22 {
  margin-right: 22px !important;
}
.m-r-23 {
  margin-right: 23px !important;
}
.m-r-24 {
  margin-right: 24px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-r-26 {
  margin-right: 26px !important;
}
.m-r-27 {
  margin-right: 27px !important;
}
.m-r-28 {
  margin-right: 28px !important;
}
.m-r-29 {
  margin-right: 29px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.m-r-31 {
  margin-right: 31px !important;
}
.m-r-32 {
  margin-right: 32px !important;
}
.m-r-33 {
  margin-right: 33px !important;
}
.m-r-34 {
  margin-right: 34px !important;
}
.m-r-35 {
  margin-right: 35px !important;
}
.m-r-36 {
  margin-right: 36px !important;
}
.m-r-37 {
  margin-right: 37px !important;
}
.m-r-38 {
  margin-right: 38px !important;
}
.m-r-39 {
  margin-right: 39px !important;
}
.m-r-40 {
  margin-right: 40px !important;
}
.m-r-41 {
  margin-right: 4px !important;
}
.m-r-42 {
  margin-right: 42px !important;
}
.m-r-43 {
  margin-right: 43px !important;
}
.m-r-44 {
  margin-right: 44px !important;
}
.m-r-45 {
  margin-right: 45px !important;
}
.m-r-46 {
  margin-right: 46px !important;
}
.m-r-47 {
  margin-right: 47px !important;
}
.m-r-48 {
  margin-right: 48px !important;
}
.m-r-49 {
  margin-right: 49px !important;
}
.m-r-50 {
  margin-right: 50px !important;
}
.m-r-51 {
  margin-right: 51px !important;
}
.m-r-52 {
  margin-right: 52px !important;
}
.m-r-53 {
  margin-right: 53px !important;
}
.m-r-54 {
  margin-right: 54px !important;
}
.m-r-55 {
  margin-right: 55px !important;
}
.m-r-56 {
  margin-right: 56px !important;
}
.m-r-57 {
  margin-right: 57px !important;
}
.m-r-58 {
  margin-right: 58px !important;
}
.m-r-59 {
  margin-right: 59px !important;
}
.m-r-60 {
  margin-right: 60px !important;
}
.m-r-61 {
  margin-right: 61px !important;
}
.m-r-62 {
  margin-right: 62px !important;
}
.m-r-63 {
  margin-right: 63px !important;
}
.m-r-64 {
  margin-right: 64px !important;
}
.m-r-65 {
  margin-right: 65px !important;
}
.m-r-66 {
  margin-right: 66px !important;
}
.m-r-67 {
  margin-right: 67px !important;
}
.m-r-68 {
  margin-right: 68px !important;
}
.m-r-69 {
  margin-right: 69px !important;
}
.m-r-70 {
  margin-right: 70px !important;
}
.m-r-71 {
  margin-right: 71px !important;
}
.m-r-72 {
  margin-right: 72px !important;
}
.m-r-73 {
  margin-right: 73px !important;
}
.m-r-74 {
  margin-right: 74px !important;
}
.m-r-75 {
  margin-right: 75px !important;
}
.m-r-76 {
  margin-right: 76px !important;
}
.m-r-77 {
  margin-right: 77px !important;
}
.m-r-78 {
  margin-right: 78px !important;
}
.m-r-79 {
  margin-right: 79px !important;
}
.m-r-80 {
  margin-right: 80px !important;
}
.m-r-81 {
  margin-right: 81px !important;
}
.m-r-82 {
  margin-right: 82px !important;
}
.m-r-83 {
  margin-right: 83px !important;
}
.m-r-84 {
  margin-right: 84px !important;
}
.m-r-85 {
  margin-right: 85px !important;
}
.m-r-86 {
  margin-right: 86px !important;
}
.m-r-87 {
  margin-right: 87px !important;
}
.m-r-88 {
  margin-right: 88px !important;
}
.m-r-89 {
  margin-right: 89px !important;
}
.m-r-90 {
  margin-right: 90px !important;
}
.m-r-91 {
  margin-right: 91px !important;
}
.m-r-92 {
  margin-right: 92px !important;
}
.m-r-93 {
  margin-right: 93px !important;
}
.m-r-94 {
  margin-right: 94px !important;
}
.m-r-95 {
  margin-right: 95px !important;
}
.m-r-96 {
  margin-right: 96px !important;
}
.m-r-97 {
  margin-right: 97px !important;
}
.m-r-98 {
  margin-right: 98px !important;
}
.m-r-99 {
  margin-right: 99px !important;
}
.m-r-100 {
  margin-right: 100px !important;
}
.m-r-101 {
  margin-right: 101px !important;
}
.m-r-102 {
  margin-right: 102px !important;
}
.m-r-103 {
  margin-right: 103px !important;
}
.m-r-104 {
  margin-right: 104px !important;
}
.m-r-105 {
  margin-right: 105px !important;
}
.m-r-106 {
  margin-right: 106px !important;
}
.m-r-107 {
  margin-right: 107px !important;
}
.m-r-108 {
  margin-right: 108px !important;
}
.m-r-109 {
  margin-right: 109px !important;
}
.m-r-110 {
  margin-right: 110px !important;
}
.m-r-111 {
  margin-right: 111px !important;
}
.m-r-112 {
  margin-right: 112px !important;
}
.m-r-113 {
  margin-right: 113px !important;
}
.m-r-114 {
  margin-right: 114px !important;
}
.m-r-115 {
  margin-right: 115px !important;
}
.m-r-116 {
  margin-right: 116px !important;
}
.m-r-117 {
  margin-right: 117px !important;
}
.m-r-118 {
  margin-right: 118px !important;
}
.m-r-119 {
  margin-right: 119px !important;
}
.m-r-120 {
  margin-right: 120px !important;
}
.m-r-121 {
  margin-right: 121px !important;
}
.m-r-122 {
  margin-right: 122px !important;
}
.m-r-123 {
  margin-right: 123px !important;
}
.m-r-124 {
  margin-right: 124px !important;
}
.m-r-125 {
  margin-right: 125px !important;
}
.m-r-126 {
  margin-right: 126px !important;
}
.m-r-127 {
  margin-right: 127px !important;
}
.m-r-128 {
  margin-right: 128px !important;
}
.m-r-129 {
  margin-right: 129px !important;
}
.m-r-130 {
  margin-right: 130px !important;
}
.m-r-131 {
  margin-right: 131px !important;
}
.m-r-132 {
  margin-right: 132px !important;
}
.m-r-133 {
  margin-right: 133px !important;
}
.m-r-134 {
  margin-right: 134px !important;
}
.m-r-135 {
  margin-right: 135px !important;
}
.m-r-136 {
  margin-right: 136px !important;
}
.m-r-137 {
  margin-right: 137px !important;
}
.m-r-138 {
  margin-right: 138px !important;
}
.m-r-139 {
  margin-right: 139px !important;
}
.m-r-140 {
  margin-right: 140px !important;
}
.m-r-141 {
  margin-right: 141px !important;
}
.m-r-142 {
  margin-right: 142px !important;
}
.m-r-143 {
  margin-right: 143px !important;
}
.m-r-144 {
  margin-right: 144px !important;
}
.m-r-145 {
  margin-right: 145px !important;
}
.m-r-146 {
  margin-right: 146px !important;
}
.m-r-147 {
  margin-right: 147px !important;
}
.m-r-148 {
  margin-right: 148px !important;
}
.m-r-149 {
  margin-right: 149px !important;
}
.m-r-150 {
  margin-right: 150px !important;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-b-1 {
  margin-bottom: 1px !important;
}
.m-b-2 {
  margin-bottom: 2px !important;
}
.m-b-3 {
  margin-bottom: 3px !important;
}
.m-b-4 {
  margin-bottom: 4px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-6 {
  margin-bottom: 6px !important;
}
.m-b-7 {
  margin-bottom: 7px !important;
}
.m-b-8 {
  margin-bottom: 8px !important;
}
.m-b-9 {
  margin-bottom: 9px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-11 {
  margin-bottom: 11px !important;
}
.m-b-12 {
  margin-bottom: 12px !important;
}
.m-b-13 {
  margin-bottom: 13px !important;
}
.m-b-14 {
  margin-bottom: 14px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-16 {
  margin-bottom: 16px !important;
}
.m-b-17 {
  margin-bottom: 17px !important;
}
.m-b-18 {
  margin-bottom: 18px !important;
}
.m-b-19 {
  margin-bottom: 19px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-21 {
  margin-bottom: 21px !important;
}
.m-b-22 {
  margin-bottom: 22px !important;
}
.m-b-23 {
  margin-bottom: 23px !important;
}
.m-b-24 {
  margin-bottom: 24px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-b-26 {
  margin-bottom: 26px !important;
}
.m-b-27 {
  margin-bottom: 27px !important;
}
.m-b-28 {
  margin-bottom: 28px !important;
}
.m-b-29 {
  margin-bottom: 29px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-31 {
  margin-bottom: 31px !important;
}
.m-b-32 {
  margin-bottom: 32px !important;
}
.m-b-33 {
  margin-bottom: 33px !important;
}
.m-b-34 {
  margin-bottom: 34px !important;
}
.m-b-35 {
  margin-bottom: 35px !important;
}
.m-b-36 {
  margin-bottom: 36px !important;
}
.m-b-37 {
  margin-bottom: 37px !important;
}
.m-b-38 {
  margin-bottom: 38px !important;
}
.m-b-39 {
  margin-bottom: 39px !important;
}
.m-b-40 {
  margin-bottom: 40px !important;
}
.m-b-41 {
  margin-bottom: 4px !important;
}
.m-b-42 {
  margin-bottom: 42px !important;
}
.m-b-43 {
  margin-bottom: 43px !important;
}
.m-b-44 {
  margin-bottom: 44px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-b-46 {
  margin-bottom: 46px !important;
}
.m-b-47 {
  margin-bottom: 47px !important;
}
.m-b-48 {
  margin-bottom: 48px !important;
}
.m-b-49 {
  margin-bottom: 49px !important;
}
.m-b-50 {
  margin-bottom: 50px !important;
}
.m-b-51 {
  margin-bottom: 51px !important;
}
.m-b-52 {
  margin-bottom: 52px !important;
}
.m-b-53 {
  margin-bottom: 53px !important;
}
.m-b-54 {
  margin-bottom: 54px !important;
}
.m-b-55 {
  margin-bottom: 55px !important;
}
.m-b-56 {
  margin-bottom: 56px !important;
}
.m-b-57 {
  margin-bottom: 57px !important;
}
.m-b-58 {
  margin-bottom: 58px !important;
}
.m-b-59 {
  margin-bottom: 59px !important;
}
.m-b-60 {
  margin-bottom: 60px !important;
}
.m-b-61 {
  margin-bottom: 61px !important;
}
.m-b-62 {
  margin-bottom: 62px !important;
}
.m-b-63 {
  margin-bottom: 63px !important;
}
.m-b-64 {
  margin-bottom: 64px !important;
}
.m-b-65 {
  margin-bottom: 65px !important;
}
.m-b-66 {
  margin-bottom: 66px !important;
}
.m-b-67 {
  margin-bottom: 67px !important;
}
.m-b-68 {
  margin-bottom: 68px !important;
}
.m-b-69 {
  margin-bottom: 69px !important;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-b-71 {
  margin-bottom: 71px !important;
}
.m-b-72 {
  margin-bottom: 72px !important;
}
.m-b-73 {
  margin-bottom: 73px !important;
}
.m-b-74 {
  margin-bottom: 74px !important;
}
.m-b-75 {
  margin-bottom: 75px !important;
}
.m-b-76 {
  margin-bottom: 76px !important;
}
.m-b-77 {
  margin-bottom: 77px !important;
}
.m-b-78 {
  margin-bottom: 78px !important;
}
.m-b-79 {
  margin-bottom: 79px !important;
}
.m-b-80 {
  margin-bottom: 80px !important;
}
.m-b-81 {
  margin-bottom: 81px !important;
}
.m-b-82 {
  margin-bottom: 82px !important;
}
.m-b-83 {
  margin-bottom: 83px !important;
}
.m-b-84 {
  margin-bottom: 84px !important;
}
.m-b-85 {
  margin-bottom: 85px !important;
}
.m-b-86 {
  margin-bottom: 86px !important;
}
.m-b-87 {
  margin-bottom: 87px !important;
}
.m-b-88 {
  margin-bottom: 88px !important;
}
.m-b-89 {
  margin-bottom: 89px !important;
}
.m-b-90 {
  margin-bottom: 90px !important;
}
.m-b-91 {
  margin-bottom: 91px !important;
}
.m-b-92 {
  margin-bottom: 92px !important;
}
.m-b-93 {
  margin-bottom: 93px !important;
}
.m-b-94 {
  margin-bottom: 94px !important;
}
.m-b-95 {
  margin-bottom: 95px !important;
}
.m-b-96 {
  margin-bottom: 96px !important;
}
.m-b-97 {
  margin-bottom: 97px !important;
}
.m-b-98 {
  margin-bottom: 98px !important;
}
.m-b-99 {
  margin-bottom: 99px !important;
}
.m-b-100 {
  margin-bottom: 100px !important;
}
.m-b-101 {
  margin-bottom: 101px !important;
}
.m-b-102 {
  margin-bottom: 102px !important;
}
.m-b-103 {
  margin-bottom: 103px !important;
}
.m-b-104 {
  margin-bottom: 104px !important;
}
.m-b-105 {
  margin-bottom: 105px !important;
}
.m-b-106 {
  margin-bottom: 106px !important;
}
.m-b-107 {
  margin-bottom: 107px !important;
}
.m-b-108 {
  margin-bottom: 108px !important;
}
.m-b-109 {
  margin-bottom: 109px !important;
}
.m-b-110 {
  margin-bottom: 110px !important;
}
.m-b-111 {
  margin-bottom: 111px !important;
}
.m-b-112 {
  margin-bottom: 112px !important;
}
.m-b-113 {
  margin-bottom: 113px !important;
}
.m-b-114 {
  margin-bottom: 114px !important;
}
.m-b-115 {
  margin-bottom: 115px !important;
}
.m-b-116 {
  margin-bottom: 116px !important;
}
.m-b-117 {
  margin-bottom: 117px !important;
}
.m-b-118 {
  margin-bottom: 118px !important;
}
.m-b-119 {
  margin-bottom: 119px !important;
}
.m-b-120 {
  margin-bottom: 120px !important;
}
.m-b-121 {
  margin-bottom: 121px !important;
}
.m-b-122 {
  margin-bottom: 122px !important;
}
.m-b-123 {
  margin-bottom: 123px !important;
}
.m-b-124 {
  margin-bottom: 124px !important;
}
.m-b-125 {
  margin-bottom: 125px !important;
}
.m-b-126 {
  margin-bottom: 126px !important;
}
.m-b-127 {
  margin-bottom: 127px !important;
}
.m-b-128 {
  margin-bottom: 128px !important;
}
.m-b-129 {
  margin-bottom: 129px !important;
}
.m-b-130 {
  margin-bottom: 130px !important;
}
.m-b-131 {
  margin-bottom: 131px !important;
}
.m-b-132 {
  margin-bottom: 132px !important;
}
.m-b-133 {
  margin-bottom: 133px !important;
}
.m-b-134 {
  margin-bottom: 134px !important;
}
.m-b-135 {
  margin-bottom: 135px !important;
}
.m-b-136 {
  margin-bottom: 136px !important;
}
.m-b-137 {
  margin-bottom: 137px !important;
}
.m-b-138 {
  margin-bottom: 138px !important;
}
.m-b-139 {
  margin-bottom: 139px !important;
}
.m-b-140 {
  margin-bottom: 140px !important;
}
.m-b-141 {
  margin-bottom: 141px !important;
}
.m-b-142 {
  margin-bottom: 142px !important;
}
.m-b-143 {
  margin-bottom: 143px !important;
}
.m-b-144 {
  margin-bottom: 144px !important;
}
.m-b-145 {
  margin-bottom: 145px !important;
}
.m-b-146 {
  margin-bottom: 146px !important;
}
.m-b-147 {
  margin-bottom: 147px !important;
}
.m-b-148 {
  margin-bottom: 148px !important;
}
.m-b-149 {
  margin-bottom: 149px !important;
}
.m-b-150 {
  margin-bottom: 150px !important;
}
.m-l-0 {
  margin-left: 0px !important;
}
.m-l-1 {
  margin-left: 1px !important;
}
.m-l-2 {
  margin-left: 2px !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.m-l-4 {
  margin-left: 4px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-l-6 {
  margin-left: 6px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.m-l-8 {
  margin-left: 8px !important;
}
.m-l-9 {
  margin-left: 9px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-l-11 {
  margin-left: 11px !important;
}
.m-l-12 {
  margin-left: 12px !important;
}
.m-l-13 {
  margin-left: 13px !important;
}
.m-l-14 {
  margin-left: 14px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-16 {
  margin-left: 16px !important;
}
.m-l-17 {
  margin-left: 17px !important;
}
.m-l-18 {
  margin-left: 18px !important;
}
.m-l-19 {
  margin-left: 19px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-l-21 {
  margin-left: 21px !important;
}
.m-l-22 {
  margin-left: 22px !important;
}
.m-l-23 {
  margin-left: 23px !important;
}
.m-l-24 {
  margin-left: 24px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-l-26 {
  margin-left: 26px !important;
}
.m-l-27 {
  margin-left: 27px !important;
}
.m-l-28 {
  margin-left: 28px !important;
}
.m-l-29 {
  margin-left: 29px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-l-31 {
  margin-left: 31px !important;
}
.m-l-32 {
  margin-left: 32px !important;
}
.m-l-33 {
  margin-left: 33px !important;
}
.m-l-34 {
  margin-left: 34px !important;
}
.m-l-35 {
  margin-left: 35px !important;
}
.m-l-36 {
  margin-left: 36px !important;
}
.m-l-37 {
  margin-left: 37px !important;
}
.m-l-38 {
  margin-left: 38px !important;
}
.m-l-39 {
  margin-left: 39px !important;
}
.m-l-40 {
  margin-left: 40px !important;
}
.m-l-41 {
  margin-left: 4px !important;
}
.m-l-42 {
  margin-left: 42px !important;
}
.m-l-43 {
  margin-left: 43px !important;
}
.m-l-44 {
  margin-left: 44px !important;
}
.m-l-45 {
  margin-left: 45px !important;
}
.m-l-46 {
  margin-left: 46px !important;
}
.m-l-47 {
  margin-left: 47px !important;
}
.m-l-48 {
  margin-left: 48px !important;
}
.m-l-49 {
  margin-left: 49px !important;
}
.m-l-50 {
  margin-left: 50px !important;
}
.m-l-51 {
  margin-left: 51px !important;
}
.m-l-52 {
  margin-left: 52px !important;
}
.m-l-53 {
  margin-left: 53px !important;
}
.m-l-54 {
  margin-left: 54px !important;
}
.m-l-55 {
  margin-left: 55px !important;
}
.m-l-56 {
  margin-left: 56px !important;
}
.m-l-57 {
  margin-left: 57px !important;
}
.m-l-58 {
  margin-left: 58px !important;
}
.m-l-59 {
  margin-left: 59px !important;
}
.m-l-60 {
  margin-left: 60px !important;
}
.m-l-61 {
  margin-left: 61px !important;
}
.m-l-62 {
  margin-left: 62px !important;
}
.m-l-63 {
  margin-left: 63px !important;
}
.m-l-64 {
  margin-left: 64px !important;
}
.m-l-65 {
  margin-left: 65px !important;
}
.m-l-66 {
  margin-left: 66px !important;
}
.m-l-67 {
  margin-left: 67px !important;
}
.m-l-68 {
  margin-left: 68px !important;
}
.m-l-69 {
  margin-left: 69px !important;
}
.m-l-70 {
  margin-left: 70px !important;
}
.m-l-71 {
  margin-left: 71px !important;
}
.m-l-72 {
  margin-left: 72px !important;
}
.m-l-73 {
  margin-left: 73px !important;
}
.m-l-74 {
  margin-left: 74px !important;
}
.m-l-75 {
  margin-left: 75px !important;
}
.m-l-76 {
  margin-left: 76px !important;
}
.m-l-77 {
  margin-left: 77px !important;
}
.m-l-78 {
  margin-left: 78px !important;
}
.m-l-79 {
  margin-left: 79px !important;
}
.m-l-80 {
  margin-left: 80px !important;
}
.m-l-81 {
  margin-left: 81px !important;
}
.m-l-82 {
  margin-left: 82px !important;
}
.m-l-83 {
  margin-left: 83px !important;
}
.m-l-84 {
  margin-left: 84px !important;
}
.m-l-85 {
  margin-left: 85px !important;
}
.m-l-86 {
  margin-left: 86px !important;
}
.m-l-87 {
  margin-left: 87px !important;
}
.m-l-88 {
  margin-left: 88px !important;
}
.m-l-89 {
  margin-left: 89px !important;
}
.m-l-90 {
  margin-left: 90px !important;
}
.m-l-91 {
  margin-left: 91px !important;
}
.m-l-92 {
  margin-left: 92px !important;
}
.m-l-93 {
  margin-left: 93px !important;
}
.m-l-94 {
  margin-left: 94px !important;
}
.m-l-95 {
  margin-left: 95px !important;
}
.m-l-96 {
  margin-left: 96px !important;
}
.m-l-97 {
  margin-left: 97px !important;
}
.m-l-98 {
  margin-left: 98px !important;
}
.m-l-99 {
  margin-left: 99px !important;
}
.m-l-100 {
  margin-left: 100px !important;
}
.m-l-101 {
  margin-left: 101px !important;
}
.m-l-102 {
  margin-left: 102px !important;
}
.m-l-103 {
  margin-left: 103px !important;
}
.m-l-104 {
  margin-left: 104px !important;
}
.m-l-105 {
  margin-left: 105px !important;
}
.m-l-106 {
  margin-left: 106px !important;
}
.m-l-107 {
  margin-left: 107px !important;
}
.m-l-108 {
  margin-left: 108px !important;
}
.m-l-109 {
  margin-left: 109px !important;
}
.m-l-110 {
  margin-left: 110px !important;
}
.m-l-111 {
  margin-left: 111px !important;
}
.m-l-112 {
  margin-left: 112px !important;
}
.m-l-113 {
  margin-left: 113px !important;
}
.m-l-114 {
  margin-left: 114px !important;
}
.m-l-115 {
  margin-left: 115px !important;
}
.m-l-116 {
  margin-left: 116px !important;
}
.m-l-117 {
  margin-left: 117px !important;
}
.m-l-118 {
  margin-left: 118px !important;
}
.m-l-119 {
  margin-left: 119px !important;
}
.m-l-120 {
  margin-left: 120px !important;
}
.m-l-121 {
  margin-left: 121px !important;
}
.m-l-122 {
  margin-left: 122px !important;
}
.m-l-123 {
  margin-left: 123px !important;
}
.m-l-124 {
  margin-left: 124px !important;
}
.m-l-125 {
  margin-left: 125px !important;
}
.m-l-126 {
  margin-left: 126px !important;
}
.m-l-127 {
  margin-left: 127px !important;
}
.m-l-128 {
  margin-left: 128px !important;
}
.m-l-129 {
  margin-left: 129px !important;
}
.m-l-130 {
  margin-left: 130px !important;
}
.m-l-131 {
  margin-left: 131px !important;
}
.m-l-132 {
  margin-left: 132px !important;
}
.m-l-133 {
  margin-left: 133px !important;
}
.m-l-134 {
  margin-left: 134px !important;
}
.m-l-135 {
  margin-left: 135px !important;
}
.m-l-136 {
  margin-left: 136px !important;
}
.m-l-137 {
  margin-left: 137px !important;
}
.m-l-138 {
  margin-left: 138px !important;
}
.m-l-139 {
  margin-left: 139px !important;
}
.m-l-140 {
  margin-left: 140px !important;
}
.m-l-141 {
  margin-left: 141px !important;
}
.m-l-142 {
  margin-left: 142px !important;
}
.m-l-143 {
  margin-left: 143px !important;
}
.m-l-144 {
  margin-left: 144px !important;
}
.m-l-145 {
  margin-left: 145px !important;
}
.m-l-146 {
  margin-left: 146px !important;
}
.m-l-147 {
  margin-left: 147px !important;
}
.m-l-148 {
  margin-left: 148px !important;
}
.m-l-149 {
  margin-left: 149px !important;
}
.m-l-150 {
  margin-left: 150px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-22 {
  padding: 22px !important;
}
.p-17 {
  padding: 17px !important;
}
.p-18 {
  padding: 18px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-48 {
  padding: 48px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.p-t-1 {
  padding-top: 1px !important;
}
.p-t-2 {
  padding-top: 2px !important;
}
.p-t-3 {
  padding-top: 3px !important;
}
.p-t-4 {
  padding-top: 4px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-t-6 {
  padding-top: 6px !important;
}
.p-t-7 {
  padding-top: 7px !important;
}
.p-t-8 {
  padding-top: 8px !important;
}
.p-t-9 {
  padding-top: 9px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-11 {
  padding-top: 11px !important;
}
.p-t-12 {
  padding-top: 12px !important;
}
.p-t-13 {
  padding-top: 13px !important;
}
.p-t-14 {
  padding-top: 14px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-t-16 {
  padding-top: 16px !important;
}
.p-t-17 {
  padding-top: 17px !important;
}
.p-t-18 {
  padding-top: 18px !important;
}
.p-t-19 {
  padding-top: 19px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-21 {
  padding-top: 21px !important;
}
.p-t-22 {
  padding-top: 22px !important;
}
.p-t-23 {
  padding-top: 23px !important;
}
.p-t-24 {
  padding-top: 24px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-t-26 {
  padding-top: 26px !important;
}
.p-t-27 {
  padding-top: 27px !important;
}
.p-t-28 {
  padding-top: 28px !important;
}
.p-t-29 {
  padding-top: 29px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-t-31 {
  padding-top: 31px !important;
}
.p-t-32 {
  padding-top: 32px !important;
}
.p-t-33 {
  padding-top: 33px !important;
}
.p-t-34 {
  padding-top: 34px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-t-36 {
  padding-top: 36px !important;
}
.p-t-37 {
  padding-top: 37px !important;
}
.p-t-38 {
  padding-top: 38px !important;
}
.p-t-39 {
  padding-top: 39px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-t-41 {
  padding-top: 4px !important;
}
.p-t-42 {
  padding-top: 42px !important;
}
.p-t-43 {
  padding-top: 43px !important;
}
.p-t-44 {
  padding-top: 44px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-t-46 {
  padding-top: 46px !important;
}
.p-t-47 {
  padding-top: 47px !important;
}
.p-t-48 {
  padding-top: 48px !important;
}
.p-t-49 {
  padding-top: 49px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-t-51 {
  padding-top: 51px !important;
}
.p-t-52 {
  padding-top: 52px !important;
}
.p-t-53 {
  padding-top: 53px !important;
}
.p-t-54 {
  padding-top: 54px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}
.p-t-56 {
  padding-top: 56px !important;
}
.p-t-57 {
  padding-top: 57px !important;
}
.p-t-58 {
  padding-top: 58px !important;
}
.p-t-59 {
  padding-top: 59px !important;
}
.p-t-60 {
  padding-top: 60px !important;
}
.p-t-61 {
  padding-top: 61px !important;
}
.p-t-62 {
  padding-top: 62px !important;
}
.p-t-63 {
  padding-top: 63px !important;
}
.p-t-64 {
  padding-top: 64px !important;
}
.p-t-65 {
  padding-top: 65px !important;
}
.p-t-66 {
  padding-top: 66px !important;
}
.p-t-67 {
  padding-top: 67px !important;
}
.p-t-68 {
  padding-top: 68px !important;
}
.p-t-69 {
  padding-top: 69px !important;
}
.p-t-70 {
  padding-top: 70px !important;
}
.p-t-71 {
  padding-top: 71px !important;
}
.p-t-72 {
  padding-top: 72px !important;
}
.p-t-73 {
  padding-top: 73px !important;
}
.p-t-74 {
  padding-top: 74px !important;
}
.p-t-75 {
  padding-top: 75px !important;
}
.p-t-76 {
  padding-top: 76px !important;
}
.p-t-77 {
  padding-top: 77px !important;
}
.p-t-78 {
  padding-top: 78px !important;
}
.p-t-79 {
  padding-top: 79px !important;
}
.p-t-80 {
  padding-top: 80px !important;
}
.p-t-81 {
  padding-top: 81px !important;
}
.p-t-82 {
  padding-top: 82px !important;
}
.p-t-83 {
  padding-top: 83px !important;
}
.p-t-84 {
  padding-top: 84px !important;
}
.p-t-85 {
  padding-top: 85px !important;
}
.p-t-86 {
  padding-top: 86px !important;
}
.p-t-87 {
  padding-top: 87px !important;
}
.p-t-88 {
  padding-top: 88px !important;
}
.p-t-89 {
  padding-top: 89px !important;
}
.p-t-90 {
  padding-top: 90px !important;
}
.p-t-91 {
  padding-top: 91px !important;
}
.p-t-92 {
  padding-top: 92px !important;
}
.p-t-93 {
  padding-top: 93px !important;
}
.p-t-94 {
  padding-top: 94px !important;
}
.p-t-95 {
  padding-top: 95px !important;
}
.p-t-96 {
  padding-top: 96px !important;
}
.p-t-97 {
  padding-top: 97px !important;
}
.p-t-98 {
  padding-top: 98px !important;
}
.p-t-99 {
  padding-top: 99px !important;
}
.p-t-100 {
  padding-top: 100px !important;
}
.p-t-101 {
  padding-top: 101px !important;
}
.p-t-102 {
  padding-top: 102px !important;
}
.p-t-103 {
  padding-top: 103px !important;
}
.p-t-104 {
  padding-top: 104px !important;
}
.p-t-105 {
  padding-top: 105px !important;
}
.p-t-106 {
  padding-top: 106px !important;
}
.p-t-107 {
  padding-top: 107px !important;
}
.p-t-108 {
  padding-top: 108px !important;
}
.p-t-109 {
  padding-top: 109px !important;
}
.p-t-110 {
  padding-top: 110px !important;
}
.p-t-111 {
  padding-top: 111px !important;
}
.p-t-112 {
  padding-top: 112px !important;
}
.p-t-113 {
  padding-top: 113px !important;
}
.p-t-114 {
  padding-top: 114px !important;
}
.p-t-115 {
  padding-top: 115px !important;
}
.p-t-116 {
  padding-top: 116px !important;
}
.p-t-117 {
  padding-top: 117px !important;
}
.p-t-118 {
  padding-top: 118px !important;
}
.p-t-119 {
  padding-top: 119px !important;
}
.p-t-120 {
  padding-top: 120px !important;
}
.p-t-121 {
  padding-top: 121px !important;
}
.p-t-122 {
  padding-top: 122px !important;
}
.p-t-123 {
  padding-top: 123px !important;
}
.p-t-124 {
  padding-top: 124px !important;
}
.p-t-125 {
  padding-top: 125px !important;
}
.p-t-126 {
  padding-top: 126px !important;
}
.p-t-127 {
  padding-top: 127px !important;
}
.p-t-128 {
  padding-top: 128px !important;
}
.p-t-129 {
  padding-top: 129px !important;
}
.p-t-130 {
  padding-top: 130px !important;
}
.p-t-131 {
  padding-top: 131px !important;
}
.p-t-132 {
  padding-top: 132px !important;
}
.p-t-133 {
  padding-top: 133px !important;
}
.p-t-134 {
  padding-top: 134px !important;
}
.p-t-135 {
  padding-top: 135px !important;
}
.p-t-136 {
  padding-top: 136px !important;
}
.p-t-137 {
  padding-top: 137px !important;
}
.p-t-138 {
  padding-top: 138px !important;
}
.p-t-139 {
  padding-top: 139px !important;
}
.p-t-140 {
  padding-top: 140px !important;
}
.p-t-141 {
  padding-top: 141px !important;
}
.p-t-142 {
  padding-top: 142px !important;
}
.p-t-143 {
  padding-top: 143px !important;
}
.p-t-144 {
  padding-top: 144px !important;
}
.p-t-145 {
  padding-top: 145px !important;
}
.p-t-146 {
  padding-top: 146px !important;
}
.p-t-147 {
  padding-top: 147px !important;
}
.p-t-148 {
  padding-top: 148px !important;
}
.p-t-149 {
  padding-top: 149px !important;
}
.p-t-150 {
  padding-top: 150px !important;
}
.p-r-0 {
  padding-right: 0px !important;
}
.p-r-1 {
  padding-right: 1px !important;
}
.p-r-2 {
  padding-right: 2px !important;
}
.p-r-3 {
  padding-right: 3px !important;
}
.p-r-4 {
  padding-right: 4px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-r-6 {
  padding-right: 6px !important;
}
.p-r-7 {
  padding-right: 7px !important;
}
.p-r-8 {
  padding-right: 8px !important;
}
.p-r-9 {
  padding-right: 9px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-r-11 {
  padding-right: 11px !important;
}
.p-r-12 {
  padding-right: 12px !important;
}
.p-r-13 {
  padding-right: 13px !important;
}
.p-r-14 {
  padding-right: 14px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-r-16 {
  padding-right: 16px !important;
}
.p-r-17 {
  padding-right: 17px !important;
}
.p-r-18 {
  padding-right: 18px !important;
}
.p-r-19 {
  padding-right: 19px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-r-21 {
  padding-right: 21px !important;
}
.p-r-22 {
  padding-right: 22px !important;
}
.p-r-23 {
  padding-right: 23px !important;
}
.p-r-24 {
  padding-right: 24px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-r-26 {
  padding-right: 26px !important;
}
.p-r-27 {
  padding-right: 27px !important;
}
.p-r-28 {
  padding-right: 28px !important;
}
.p-r-29 {
  padding-right: 29px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-r-31 {
  padding-right: 31px !important;
}
.p-r-32 {
  padding-right: 32px !important;
}
.p-r-33 {
  padding-right: 33px !important;
}
.p-r-34 {
  padding-right: 34px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-r-36 {
  padding-right: 36px !important;
}
.p-r-37 {
  padding-right: 37px !important;
}
.p-r-38 {
  padding-right: 38px !important;
}
.p-r-39 {
  padding-right: 39px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-r-41 {
  padding-right: 4px !important;
}
.p-r-42 {
  padding-right: 42px !important;
}
.p-r-43 {
  padding-right: 43px !important;
}
.p-r-44 {
  padding-right: 44px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-r-46 {
  padding-right: 46px !important;
}
.p-r-47 {
  padding-right: 47px !important;
}
.p-r-48 {
  padding-right: 48px !important;
}
.p-r-49 {
  padding-right: 49px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-r-51 {
  padding-right: 51px !important;
}
.p-r-52 {
  padding-right: 52px !important;
}
.p-r-53 {
  padding-right: 53px !important;
}
.p-r-54 {
  padding-right: 54px !important;
}
.p-r-55 {
  padding-right: 55px !important;
}
.p-r-56 {
  padding-right: 56px !important;
}
.p-r-57 {
  padding-right: 57px !important;
}
.p-r-58 {
  padding-right: 58px !important;
}
.p-r-59 {
  padding-right: 59px !important;
}
.p-r-60 {
  padding-right: 60px !important;
}
.p-r-61 {
  padding-right: 61px !important;
}
.p-r-62 {
  padding-right: 62px !important;
}
.p-r-63 {
  padding-right: 63px !important;
}
.p-r-64 {
  padding-right: 64px !important;
}
.p-r-65 {
  padding-right: 65px !important;
}
.p-r-66 {
  padding-right: 66px !important;
}
.p-r-67 {
  padding-right: 67px !important;
}
.p-r-68 {
  padding-right: 68px !important;
}
.p-r-69 {
  padding-right: 69px !important;
}
.p-r-70 {
  padding-right: 70px !important;
}
.p-r-71 {
  padding-right: 71px !important;
}
.p-r-72 {
  padding-right: 72px !important;
}
.p-r-73 {
  padding-right: 73px !important;
}
.p-r-74 {
  padding-right: 74px !important;
}
.p-r-75 {
  padding-right: 75px !important;
}
.p-r-76 {
  padding-right: 76px !important;
}
.p-r-77 {
  padding-right: 77px !important;
}
.p-r-78 {
  padding-right: 78px !important;
}
.p-r-79 {
  padding-right: 79px !important;
}
.p-r-80 {
  padding-right: 80px !important;
}
.p-r-81 {
  padding-right: 81px !important;
}
.p-r-82 {
  padding-right: 82px !important;
}
.p-r-83 {
  padding-right: 83px !important;
}
.p-r-84 {
  padding-right: 84px !important;
}
.p-r-85 {
  padding-right: 85px !important;
}
.p-r-86 {
  padding-right: 86px !important;
}
.p-r-87 {
  padding-right: 87px !important;
}
.p-r-88 {
  padding-right: 88px !important;
}
.p-r-89 {
  padding-right: 89px !important;
}
.p-r-90 {
  padding-right: 90px !important;
}
.p-r-91 {
  padding-right: 91px !important;
}
.p-r-92 {
  padding-right: 92px !important;
}
.p-r-93 {
  padding-right: 93px !important;
}
.p-r-94 {
  padding-right: 94px !important;
}
.p-r-95 {
  padding-right: 95px !important;
}
.p-r-96 {
  padding-right: 96px !important;
}
.p-r-97 {
  padding-right: 97px !important;
}
.p-r-98 {
  padding-right: 98px !important;
}
.p-r-99 {
  padding-right: 99px !important;
}
.p-r-100 {
  padding-right: 100px !important;
}
.p-r-101 {
  padding-right: 101px !important;
}
.p-r-102 {
  padding-right: 102px !important;
}
.p-r-103 {
  padding-right: 103px !important;
}
.p-r-104 {
  padding-right: 104px !important;
}
.p-r-105 {
  padding-right: 105px !important;
}
.p-r-106 {
  padding-right: 106px !important;
}
.p-r-107 {
  padding-right: 107px !important;
}
.p-r-108 {
  padding-right: 108px !important;
}
.p-r-109 {
  padding-right: 109px !important;
}
.p-r-110 {
  padding-right: 110px !important;
}
.p-r-111 {
  padding-right: 111px !important;
}
.p-r-112 {
  padding-right: 112px !important;
}
.p-r-113 {
  padding-right: 113px !important;
}
.p-r-114 {
  padding-right: 114px !important;
}
.p-r-115 {
  padding-right: 115px !important;
}
.p-r-116 {
  padding-right: 116px !important;
}
.p-r-117 {
  padding-right: 117px !important;
}
.p-r-118 {
  padding-right: 118px !important;
}
.p-r-119 {
  padding-right: 119px !important;
}
.p-r-120 {
  padding-right: 120px !important;
}
.p-r-121 {
  padding-right: 121px !important;
}
.p-r-122 {
  padding-right: 122px !important;
}
.p-r-123 {
  padding-right: 123px !important;
}
.p-r-124 {
  padding-right: 124px !important;
}
.p-r-125 {
  padding-right: 125px !important;
}
.p-r-126 {
  padding-right: 126px !important;
}
.p-r-127 {
  padding-right: 127px !important;
}
.p-r-128 {
  padding-right: 128px !important;
}
.p-r-129 {
  padding-right: 129px !important;
}
.p-r-130 {
  padding-right: 130px !important;
}
.p-r-131 {
  padding-right: 131px !important;
}
.p-r-132 {
  padding-right: 132px !important;
}
.p-r-133 {
  padding-right: 133px !important;
}
.p-r-134 {
  padding-right: 134px !important;
}
.p-r-135 {
  padding-right: 135px !important;
}
.p-r-136 {
  padding-right: 136px !important;
}
.p-r-137 {
  padding-right: 137px !important;
}
.p-r-138 {
  padding-right: 138px !important;
}
.p-r-139 {
  padding-right: 139px !important;
}
.p-r-140 {
  padding-right: 140px !important;
}
.p-r-141 {
  padding-right: 141px !important;
}
.p-r-142 {
  padding-right: 142px !important;
}
.p-r-143 {
  padding-right: 143px !important;
}
.p-r-144 {
  padding-right: 144px !important;
}
.p-r-145 {
  padding-right: 145px !important;
}
.p-r-146 {
  padding-right: 146px !important;
}
.p-r-147 {
  padding-right: 147px !important;
}
.p-r-148 {
  padding-right: 148px !important;
}
.p-r-149 {
  padding-right: 149px !important;
}
.p-r-150 {
  padding-right: 150px !important;
}
.p-b-0 {
  padding-bottom: 0px !important;
}
.p-b-1 {
  padding-bottom: 1px !important;
}
.p-b-2 {
  padding-bottom: 2px !important;
}
.p-b-3 {
  padding-bottom: 3px !important;
}
.p-b-4 {
  padding-bottom: 4px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-b-6 {
  padding-bottom: 6px !important;
}
.p-b-7 {
  padding-bottom: 7px !important;
}
.p-b-8 {
  padding-bottom: 8px !important;
}
.p-b-9 {
  padding-bottom: 9px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-b-11 {
  padding-bottom: 11px !important;
}
.p-b-12 {
  padding-bottom: 12px !important;
}
.p-b-13 {
  padding-bottom: 13px !important;
}
.p-b-14 {
  padding-bottom: 14px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-b-16 {
  padding-bottom: 16px !important;
}
.p-b-17 {
  padding-bottom: 17px !important;
}
.p-b-18 {
  padding-bottom: 18px !important;
}
.p-b-19 {
  padding-bottom: 19px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-b-21 {
  padding-bottom: 21px !important;
}
.p-b-22 {
  padding-bottom: 22px !important;
}
.p-b-23 {
  padding-bottom: 23px !important;
}
.p-b-24 {
  padding-bottom: 24px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-b-26 {
  padding-bottom: 26px !important;
}
.p-b-27 {
  padding-bottom: 27px !important;
}
.p-b-28 {
  padding-bottom: 28px !important;
}
.p-b-29 {
  padding-bottom: 29px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-b-31 {
  padding-bottom: 31px !important;
}
.p-b-32 {
  padding-bottom: 32px !important;
}
.p-b-33 {
  padding-bottom: 33px !important;
}
.p-b-34 {
  padding-bottom: 34px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.p-b-36 {
  padding-bottom: 36px !important;
}
.p-b-37 {
  padding-bottom: 37px !important;
}
.p-b-38 {
  padding-bottom: 38px !important;
}
.p-b-39 {
  padding-bottom: 39px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.p-b-41 {
  padding-bottom: 4px !important;
}
.p-b-42 {
  padding-bottom: 42px !important;
}
.p-b-43 {
  padding-bottom: 43px !important;
}
.p-b-44 {
  padding-bottom: 44px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.p-b-46 {
  padding-bottom: 46px !important;
}
.p-b-47 {
  padding-bottom: 47px !important;
}
.p-b-48 {
  padding-bottom: 48px !important;
}
.p-b-49 {
  padding-bottom: 49px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.p-b-51 {
  padding-bottom: 51px !important;
}
.p-b-52 {
  padding-bottom: 52px !important;
}
.p-b-53 {
  padding-bottom: 53px !important;
}
.p-b-54 {
  padding-bottom: 54px !important;
}
.p-b-55 {
  padding-bottom: 55px !important;
}
.p-b-56 {
  padding-bottom: 56px !important;
}
.p-b-57 {
  padding-bottom: 57px !important;
}
.p-b-58 {
  padding-bottom: 58px !important;
}
.p-b-59 {
  padding-bottom: 59px !important;
}
.p-b-60 {
  padding-bottom: 60px !important;
}
.p-b-61 {
  padding-bottom: 61px !important;
}
.p-b-62 {
  padding-bottom: 62px !important;
}
.p-b-63 {
  padding-bottom: 63px !important;
}
.p-b-64 {
  padding-bottom: 64px !important;
}
.p-b-65 {
  padding-bottom: 65px !important;
}
.p-b-66 {
  padding-bottom: 66px !important;
}
.p-b-67 {
  padding-bottom: 67px !important;
}
.p-b-68 {
  padding-bottom: 68px !important;
}
.p-b-69 {
  padding-bottom: 69px !important;
}
.p-b-70 {
  padding-bottom: 70px !important;
}
.p-b-71 {
  padding-bottom: 71px !important;
}
.p-b-72 {
  padding-bottom: 72px !important;
}
.p-b-73 {
  padding-bottom: 73px !important;
}
.p-b-74 {
  padding-bottom: 74px !important;
}
.p-b-75 {
  padding-bottom: 75px !important;
}
.p-b-76 {
  padding-bottom: 76px !important;
}
.p-b-77 {
  padding-bottom: 77px !important;
}
.p-b-78 {
  padding-bottom: 78px !important;
}
.p-b-79 {
  padding-bottom: 79px !important;
}
.p-b-80 {
  padding-bottom: 80px !important;
}
.p-b-81 {
  padding-bottom: 81px !important;
}
.p-b-82 {
  padding-bottom: 82px !important;
}
.p-b-83 {
  padding-bottom: 83px !important;
}
.p-b-84 {
  padding-bottom: 84px !important;
}
.p-b-85 {
  padding-bottom: 85px !important;
}
.p-b-86 {
  padding-bottom: 86px !important;
}
.p-b-87 {
  padding-bottom: 87px !important;
}
.p-b-88 {
  padding-bottom: 88px !important;
}
.p-b-89 {
  padding-bottom: 89px !important;
}
.p-b-90 {
  padding-bottom: 90px !important;
}
.p-b-91 {
  padding-bottom: 91px !important;
}
.p-b-92 {
  padding-bottom: 92px !important;
}
.p-b-93 {
  padding-bottom: 93px !important;
}
.p-b-94 {
  padding-bottom: 94px !important;
}
.p-b-95 {
  padding-bottom: 95px !important;
}
.p-b-96 {
  padding-bottom: 96px !important;
}
.p-b-97 {
  padding-bottom: 97px !important;
}
.p-b-98 {
  padding-bottom: 98px !important;
}
.p-b-99 {
  padding-bottom: 99px !important;
}
.p-b-100 {
  padding-bottom: 100px !important;
}
.p-b-101 {
  padding-bottom: 101px !important;
}
.p-b-102 {
  padding-bottom: 102px !important;
}
.p-b-103 {
  padding-bottom: 103px !important;
}
.p-b-104 {
  padding-bottom: 104px !important;
}
.p-b-105 {
  padding-bottom: 105px !important;
}
.p-b-106 {
  padding-bottom: 106px !important;
}
.p-b-107 {
  padding-bottom: 107px !important;
}
.p-b-108 {
  padding-bottom: 108px !important;
}
.p-b-109 {
  padding-bottom: 109px !important;
}
.p-b-110 {
  padding-bottom: 110px !important;
}
.p-b-111 {
  padding-bottom: 111px !important;
}
.p-b-112 {
  padding-bottom: 112px !important;
}
.p-b-113 {
  padding-bottom: 113px !important;
}
.p-b-114 {
  padding-bottom: 114px !important;
}
.p-b-115 {
  padding-bottom: 115px !important;
}
.p-b-116 {
  padding-bottom: 116px !important;
}
.p-b-117 {
  padding-bottom: 117px !important;
}
.p-b-118 {
  padding-bottom: 118px !important;
}
.p-b-119 {
  padding-bottom: 119px !important;
}
.p-b-120 {
  padding-bottom: 120px !important;
}
.p-b-121 {
  padding-bottom: 121px !important;
}
.p-b-122 {
  padding-bottom: 122px !important;
}
.p-b-123 {
  padding-bottom: 123px !important;
}
.p-b-124 {
  padding-bottom: 124px !important;
}
.p-b-125 {
  padding-bottom: 125px !important;
}
.p-b-126 {
  padding-bottom: 126px !important;
}
.p-b-127 {
  padding-bottom: 127px !important;
}
.p-b-128 {
  padding-bottom: 128px !important;
}
.p-b-129 {
  padding-bottom: 129px !important;
}
.p-b-130 {
  padding-bottom: 130px !important;
}
.p-b-131 {
  padding-bottom: 131px !important;
}
.p-b-132 {
  padding-bottom: 132px !important;
}
.p-b-133 {
  padding-bottom: 133px !important;
}
.p-b-134 {
  padding-bottom: 134px !important;
}
.p-b-135 {
  padding-bottom: 135px !important;
}
.p-b-136 {
  padding-bottom: 136px !important;
}
.p-b-137 {
  padding-bottom: 137px !important;
}
.p-b-138 {
  padding-bottom: 138px !important;
}
.p-b-139 {
  padding-bottom: 139px !important;
}
.p-b-140 {
  padding-bottom: 140px !important;
}
.p-b-141 {
  padding-bottom: 141px !important;
}
.p-b-142 {
  padding-bottom: 142px !important;
}
.p-b-143 {
  padding-bottom: 143px !important;
}
.p-b-144 {
  padding-bottom: 144px !important;
}
.p-b-145 {
  padding-bottom: 145px !important;
}
.p-b-146 {
  padding-bottom: 146px !important;
}
.p-b-147 {
  padding-bottom: 147px !important;
}
.p-b-148 {
  padding-bottom: 148px !important;
}
.p-b-149 {
  padding-bottom: 149px !important;
}
.p-b-150 {
  padding-bottom: 150px !important;
}
.p-l-0 {
  padding-left: 0px !important;
}
.p-l-1 {
  padding-left: 1px !important;
}
.p-l-2 {
  padding-left: 2px !important;
}
.p-l-3 {
  padding-left: 3px !important;
}
.p-l-4 {
  padding-left: 4px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-l-6 {
  padding-left: 6px !important;
}
.p-l-7 {
  padding-left: 7px !important;
}
.p-l-8 {
  padding-left: 8px !important;
}
.p-l-9 {
  padding-left: 9px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-l-11 {
  padding-left: 11px !important;
}
.p-l-12 {
  padding-left: 12px !important;
}
.p-l-13 {
  padding-left: 13px !important;
}
.p-l-14 {
  padding-left: 14px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-l-16 {
  padding-left: 16px !important;
}
.p-l-17 {
  padding-left: 17px !important;
}
.p-l-18 {
  padding-left: 18px !important;
}
.p-l-19 {
  padding-left: 19px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-l-21 {
  padding-left: 21px !important;
}
.p-l-22 {
  padding-left: 22px !important;
}
.p-l-23 {
  padding-left: 23px !important;
}
.p-l-24 {
  padding-left: 24px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-l-26 {
  padding-left: 26px !important;
}
.p-l-27 {
  padding-left: 27px !important;
}
.p-l-28 {
  padding-left: 28px !important;
}
.p-l-29 {
  padding-left: 29px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-l-31 {
  padding-left: 31px !important;
}
.p-l-32 {
  padding-left: 32px !important;
}
.p-l-33 {
  padding-left: 33px !important;
}
.p-l-34 {
  padding-left: 34px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-l-36 {
  padding-left: 36px !important;
}
.p-l-37 {
  padding-left: 37px !important;
}
.p-l-38 {
  padding-left: 38px !important;
}
.p-l-39 {
  padding-left: 39px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-l-41 {
  padding-left: 4px !important;
}
.p-l-42 {
  padding-left: 42px !important;
}
.p-l-43 {
  padding-left: 43px !important;
}
.p-l-44 {
  padding-left: 44px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-l-46 {
  padding-left: 46px !important;
}
.p-l-47 {
  padding-left: 47px !important;
}
.p-l-48 {
  padding-left: 48px !important;
}
.p-l-49 {
  padding-left: 49px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-l-51 {
  padding-left: 51px !important;
}
.p-l-52 {
  padding-left: 52px !important;
}
.p-l-53 {
  padding-left: 53px !important;
}
.p-l-54 {
  padding-left: 54px !important;
}
.p-l-55 {
  padding-left: 55px !important;
}
.p-l-56 {
  padding-left: 56px !important;
}
.p-l-57 {
  padding-left: 57px !important;
}
.p-l-58 {
  padding-left: 58px !important;
}
.p-l-59 {
  padding-left: 59px !important;
}
.p-l-60 {
  padding-left: 60px !important;
}
.p-l-61 {
  padding-left: 61px !important;
}
.p-l-62 {
  padding-left: 62px !important;
}
.p-l-63 {
  padding-left: 63px !important;
}
.p-l-64 {
  padding-left: 64px !important;
}
.p-l-65 {
  padding-left: 65px !important;
}
.p-l-66 {
  padding-left: 66px !important;
}
.p-l-67 {
  padding-left: 67px !important;
}
.p-l-68 {
  padding-left: 68px !important;
}
.p-l-69 {
  padding-left: 69px !important;
}
.p-l-70 {
  padding-left: 70px !important;
}
.p-l-71 {
  padding-left: 71px !important;
}
.p-l-72 {
  padding-left: 72px !important;
}
.p-l-73 {
  padding-left: 73px !important;
}
.p-l-74 {
  padding-left: 74px !important;
}
.p-l-75 {
  padding-left: 75px !important;
}
.p-l-76 {
  padding-left: 76px !important;
}
.p-l-77 {
  padding-left: 77px !important;
}
.p-l-78 {
  padding-left: 78px !important;
}
.p-l-79 {
  padding-left: 79px !important;
}
.p-l-80 {
  padding-left: 80px !important;
}
.p-l-81 {
  padding-left: 81px !important;
}
.p-l-82 {
  padding-left: 82px !important;
}
.p-l-83 {
  padding-left: 83px !important;
}
.p-l-84 {
  padding-left: 84px !important;
}
.p-l-85 {
  padding-left: 85px !important;
}
.p-l-86 {
  padding-left: 86px !important;
}
.p-l-87 {
  padding-left: 87px !important;
}
.p-l-88 {
  padding-left: 88px !important;
}
.p-l-89 {
  padding-left: 89px !important;
}
.p-l-90 {
  padding-left: 90px !important;
}
.p-l-91 {
  padding-left: 91px !important;
}
.p-l-92 {
  padding-left: 92px !important;
}
.p-l-93 {
  padding-left: 93px !important;
}
.p-l-94 {
  padding-left: 94px !important;
}
.p-l-95 {
  padding-left: 95px !important;
}
.p-l-96 {
  padding-left: 96px !important;
}
.p-l-97 {
  padding-left: 97px !important;
}
.p-l-98 {
  padding-left: 98px !important;
}
.p-l-99 {
  padding-left: 99px !important;
}
.p-l-100 {
  padding-left: 100px !important;
}
.p-l-101 {
  padding-left: 101px !important;
}
.p-l-102 {
  padding-left: 102px !important;
}
.p-l-103 {
  padding-left: 103px !important;
}
.p-l-104 {
  padding-left: 104px !important;
}
.p-l-105 {
  padding-left: 105px !important;
}
.p-l-106 {
  padding-left: 106px !important;
}
.p-l-107 {
  padding-left: 107px !important;
}
.p-l-108 {
  padding-left: 108px !important;
}
.p-l-109 {
  padding-left: 109px !important;
}
.p-l-110 {
  padding-left: 110px !important;
}
.p-l-111 {
  padding-left: 111px !important;
}
.p-l-112 {
  padding-left: 112px !important;
}
.p-l-113 {
  padding-left: 113px !important;
}
.p-l-114 {
  padding-left: 114px !important;
}
.p-l-115 {
  padding-left: 115px !important;
}
.p-l-116 {
  padding-left: 116px !important;
}
.p-l-117 {
  padding-left: 117px !important;
}
.p-l-118 {
  padding-left: 118px !important;
}
.p-l-119 {
  padding-left: 119px !important;
}
.p-l-120 {
  padding-left: 120px !important;
}
.p-l-121 {
  padding-left: 121px !important;
}
.p-l-122 {
  padding-left: 122px !important;
}
.p-l-123 {
  padding-left: 123px !important;
}
.p-l-124 {
  padding-left: 124px !important;
}
.p-l-125 {
  padding-left: 125px !important;
}
.p-l-126 {
  padding-left: 126px !important;
}
.p-l-127 {
  padding-left: 127px !important;
}
.p-l-128 {
  padding-left: 128px !important;
}
.p-l-129 {
  padding-left: 129px !important;
}
.p-l-130 {
  padding-left: 130px !important;
}
.p-l-131 {
  padding-left: 131px !important;
}
.p-l-132 {
  padding-left: 132px !important;
}
.p-l-133 {
  padding-left: 133px !important;
}
.p-l-134 {
  padding-left: 134px !important;
}
.p-l-135 {
  padding-left: 135px !important;
}
.p-l-136 {
  padding-left: 136px !important;
}
.p-l-137 {
  padding-left: 137px !important;
}
.p-l-138 {
  padding-left: 138px !important;
}
.p-l-139 {
  padding-left: 139px !important;
}
.p-l-140 {
  padding-left: 140px !important;
}
.p-l-141 {
  padding-left: 141px !important;
}
.p-l-142 {
  padding-left: 142px !important;
}
.p-l-143 {
  padding-left: 143px !important;
}
.p-l-144 {
  padding-left: 144px !important;
}
.p-l-145 {
  padding-left: 145px !important;
}
.p-l-146 {
  padding-left: 146px !important;
}
.p-l-147 {
  padding-left: 147px !important;
}
.p-l-148 {
  padding-left: 148px !important;
}
.p-l-149 {
  padding-left: 149px !important;
}
.p-l-150 {
  padding-left: 150px !important;
}
.w-5 {
  width: 5% !important;
}
.w-10 {
  width: 10% !important;
}
.w-15 {
  width: 15% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-35 {
  width: 35% !important;
}
.w-40 {
  width: 40% !important;
}
.w-45 {
  width: 45% !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-60 {
  width: 60% !important;
}
.w-65 {
  width: 65% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
@media (max-width: 449px) {
  .w-xs-1 {
    width: 1%;
  }
  .w-xs-2 {
    width: 2%;
  }
  .w-xs-3 {
    width: 3%;
  }
  .w-xs-4 {
    width: 4%;
  }
  .w-xs-5 {
    width: 5%;
  }
  .w-xs-6 {
    width: 6%;
  }
  .w-xs-7 {
    width: 7%;
  }
  .w-xs-8 {
    width: 8%;
  }
  .w-xs-9 {
    width: 9%;
  }
  .w-xs-10 {
    width: 10%;
  }
  .w-xs-11 {
    width: 11%;
  }
  .w-xs-12 {
    width: 12%;
  }
  .w-xs-13 {
    width: 13%;
  }
  .w-xs-14 {
    width: 14%;
  }
  .w-xs-15 {
    width: 15%;
  }
  .w-xs-16 {
    width: 16%;
  }
  .w-xs-17 {
    width: 17%;
  }
  .w-xs-18 {
    width: 18%;
  }
  .w-xs-19 {
    width: 19%;
  }
  .w-xs-20 {
    width: 20%;
  }
  .w-xs-21 {
    width: 21%;
  }
  .w-xs-22 {
    width: 22%;
  }
  .w-xs-23 {
    width: 23%;
  }
  .w-xs-24 {
    width: 24%;
  }
  .w-xs-25 {
    width: 25%;
  }
  .w-xs-26 {
    width: 26%;
  }
  .w-xs-27 {
    width: 27%;
  }
  .w-xs-28 {
    width: 28%;
  }
  .w-xs-29 {
    width: 29%;
  }
  .w-xs-30 {
    width: 30%;
  }
  .w-xs-31 {
    width: 31%;
  }
  .w-xs-32 {
    width: 32%;
  }
  .w-xs-33 {
    width: 33%;
  }
  .w-xs-34 {
    width: 34%;
  }
  .w-xs-35 {
    width: 35%;
  }
  .w-xs-36 {
    width: 36%;
  }
  .w-xs-37 {
    width: 37%;
  }
  .w-xs-38 {
    width: 38%;
  }
  .w-xs-39 {
    width: 39%;
  }
  .w-xs-40 {
    width: 40%;
  }
  .w-xs-41 {
    width: 41%;
  }
  .w-xs-42 {
    width: 42%;
  }
  .w-xs-43 {
    width: 43%;
  }
  .w-xs-44 {
    width: 44%;
  }
  .w-xs-45 {
    width: 45%;
  }
  .w-xs-46 {
    width: 46%;
  }
  .w-xs-47 {
    width: 47%;
  }
  .w-xs-48 {
    width: 48%;
  }
  .w-xs-49 {
    width: 49%;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-xs-51 {
    width: 51%;
  }
  .w-xs-52 {
    width: 52%;
  }
  .w-xs-53 {
    width: 53%;
  }
  .w-xs-54 {
    width: 54%;
  }
  .w-xs-55 {
    width: 55%;
  }
  .w-xs-56 {
    width: 56%;
  }
  .w-xs-57 {
    width: 57%;
  }
  .w-xs-58 {
    width: 58%;
  }
  .w-xs-59 {
    width: 59%;
  }
  .w-xs-60 {
    width: 60%;
  }
  .w-xs-61 {
    width: 61%;
  }
  .w-xs-62 {
    width: 62%;
  }
  .w-xs-63 {
    width: 63%;
  }
  .w-xs-64 {
    width: 64%;
  }
  .w-xs-65 {
    width: 65%;
  }
  .w-xs-66 {
    width: 66%;
  }
  .w-xs-67 {
    width: 67%;
  }
  .w-xs-68 {
    width: 68%;
  }
  .w-xs-69 {
    width: 69%;
  }
  .w-xs-70 {
    width: 70%;
  }
  .w-xs-71 {
    width: 71%;
  }
  .w-xs-72 {
    width: 72%;
  }
  .w-xs-73 {
    width: 73%;
  }
  .w-xs-74 {
    width: 74%;
  }
  .w-xs-75 {
    width: 75%;
  }
  .w-xs-76 {
    width: 76%;
  }
  .w-xs-77 {
    width: 77%;
  }
  .w-xs-78 {
    width: 78%;
  }
  .w-xs-79 {
    width: 79%;
  }
  .w-xs-80 {
    width: 80%;
  }
  .w-xs-81 {
    width: 81%;
  }
  .w-xs-82 {
    width: 82%;
  }
  .w-xs-83 {
    width: 83%;
  }
  .w-xs-84 {
    width: 84%;
  }
  .w-xs-85 {
    width: 85%;
  }
  .w-xs-86 {
    width: 86%;
  }
  .w-xs-87 {
    width: 87%;
  }
  .w-xs-88 {
    width: 88%;
  }
  .w-xs-89 {
    width: 89%;
  }
  .w-xs-90 {
    width: 90%;
  }
  .w-xs-91 {
    width: 91%;
  }
  .w-xs-92 {
    width: 92%;
  }
  .w-xs-93 {
    width: 93%;
  }
  .w-xs-94 {
    width: 94%;
  }
  .w-xs-95 {
    width: 95%;
  }
  .w-xs-96 {
    width: 96%;
  }
  .w-xs-97 {
    width: 97%;
  }
  .w-xs-98 {
    width: 98%;
  }
  .w-xs-99 {
    width: 99%;
  }
  .w-xs-100 {
    width: 100%;
  }
}
@media (max-width: 6000px) {
  .w-l-1 {
    width: 1%;
  }
  .w-l-2 {
    width: 2%;
  }
  .w-l-3 {
    width: 3%;
  }
  .w-l-4 {
    width: 4%;
  }
  .w-l-5 {
    width: 5%;
  }
  .w-l-6 {
    width: 6%;
  }
  .w-l-7 {
    width: 7%;
  }
  .w-l-8 {
    width: 8%;
  }
  .w-l-9 {
    width: 9%;
  }
  .w-l-10 {
    width: 10%;
  }
  .w-l-11 {
    width: 11%;
  }
  .w-l-12 {
    width: 12%;
  }
  .w-l-13 {
    width: 13%;
  }
  .w-l-14 {
    width: 14%;
  }
  .w-l-15 {
    width: 15%;
  }
  .w-l-16 {
    width: 16%;
  }
  .w-l-17 {
    width: 17%;
  }
  .w-l-18 {
    width: 18%;
  }
  .w-l-19 {
    width: 19%;
  }
  .w-l-20 {
    width: 20%;
  }
  .w-l-21 {
    width: 21%;
  }
  .w-l-22 {
    width: 22%;
  }
  .w-l-23 {
    width: 23%;
  }
  .w-l-24 {
    width: 24%;
  }
  .w-l-25 {
    width: 25%;
  }
  .w-l-26 {
    width: 26%;
  }
  .w-l-27 {
    width: 27%;
  }
  .w-l-28 {
    width: 28%;
  }
  .w-l-29 {
    width: 29%;
  }
  .w-l-30 {
    width: 30%;
  }
  .w-l-31 {
    width: 31%;
  }
  .w-l-32 {
    width: 32%;
  }
  .w-l-33 {
    width: 33%;
  }
  .w-l-34 {
    width: 34%;
  }
  .w-l-35 {
    width: 35%;
  }
  .w-l-36 {
    width: 36%;
  }
  .w-l-37 {
    width: 37%;
  }
  .w-l-38 {
    width: 38%;
  }
  .w-l-39 {
    width: 39%;
  }
  .w-l-40 {
    width: 40%;
  }
  .w-l-41 {
    width: 41%;
  }
  .w-l-42 {
    width: 42%;
  }
  .w-l-43 {
    width: 43%;
  }
  .w-l-44 {
    width: 44%;
  }
  .w-l-45 {
    width: 45%;
  }
  .w-l-46 {
    width: 46%;
  }
  .w-l-47 {
    width: 47%;
  }
  .w-l-48 {
    width: 48%;
  }
  .w-l-49 {
    width: 49%;
  }
  .w-l-50 {
    width: 50%;
  }
  .w-l-51 {
    width: 51%;
  }
  .w-l-52 {
    width: 52%;
  }
  .w-l-53 {
    width: 53%;
  }
  .w-l-54 {
    width: 54%;
  }
  .w-l-55 {
    width: 55%;
  }
  .w-l-56 {
    width: 56%;
  }
  .w-l-57 {
    width: 57%;
  }
  .w-l-58 {
    width: 58%;
  }
  .w-l-59 {
    width: 59%;
  }
  .w-l-60 {
    width: 60%;
  }
  .w-l-61 {
    width: 61%;
  }
  .w-l-62 {
    width: 62%;
  }
  .w-l-63 {
    width: 63%;
  }
  .w-l-64 {
    width: 64%;
  }
  .w-l-65 {
    width: 65%;
  }
  .w-l-66 {
    width: 66%;
  }
  .w-l-67 {
    width: 67%;
  }
  .w-l-68 {
    width: 68%;
  }
  .w-l-69 {
    width: 69%;
  }
  .w-l-70 {
    width: 70%;
  }
  .w-l-71 {
    width: 71%;
  }
  .w-l-72 {
    width: 72%;
  }
  .w-l-73 {
    width: 73%;
  }
  .w-l-74 {
    width: 74%;
  }
  .w-l-75 {
    width: 75%;
  }
  .w-l-76 {
    width: 76%;
  }
  .w-l-77 {
    width: 77%;
  }
  .w-l-78 {
    width: 78%;
  }
  .w-l-79 {
    width: 79%;
  }
  .w-l-80 {
    width: 80%;
  }
  .w-l-81 {
    width: 81%;
  }
  .w-l-82 {
    width: 82%;
  }
  .w-l-83 {
    width: 83%;
  }
  .w-l-84 {
    width: 84%;
  }
  .w-l-85 {
    width: 85%;
  }
  .w-l-86 {
    width: 86%;
  }
  .w-l-87 {
    width: 87%;
  }
  .w-l-88 {
    width: 88%;
  }
  .w-l-89 {
    width: 89%;
  }
  .w-l-90 {
    width: 90%;
  }
  .w-l-91 {
    width: 91%;
  }
  .w-l-92 {
    width: 92%;
  }
  .w-l-93 {
    width: 93%;
  }
  .w-l-94 {
    width: 94%;
  }
  .w-l-95 {
    width: 95%;
  }
  .w-l-96 {
    width: 96%;
  }
  .w-l-97 {
    width: 97%;
  }
  .w-l-98 {
    width: 98%;
  }
  .w-l-99 {
    width: 99%;
  }
  .w-l-100 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .w-m-1 {
    width: 1%;
  }
  .w-m-2 {
    width: 2%;
  }
  .w-m-3 {
    width: 3%;
  }
  .w-m-4 {
    width: 4%;
  }
  .w-m-5 {
    width: 5%;
  }
  .w-m-6 {
    width: 6%;
  }
  .w-m-7 {
    width: 7%;
  }
  .w-m-8 {
    width: 8%;
  }
  .w-m-9 {
    width: 9%;
  }
  .w-m-10 {
    width: 10%;
  }
  .w-m-11 {
    width: 11%;
  }
  .w-m-12 {
    width: 12%;
  }
  .w-m-13 {
    width: 13%;
  }
  .w-m-14 {
    width: 14%;
  }
  .w-m-15 {
    width: 15%;
  }
  .w-m-16 {
    width: 16%;
  }
  .w-m-17 {
    width: 17%;
  }
  .w-m-18 {
    width: 18%;
  }
  .w-m-19 {
    width: 19%;
  }
  .w-m-20 {
    width: 20%;
  }
  .w-m-21 {
    width: 21%;
  }
  .w-m-22 {
    width: 22%;
  }
  .w-m-23 {
    width: 23%;
  }
  .w-m-24 {
    width: 24%;
  }
  .w-m-25 {
    width: 25%;
  }
  .w-m-26 {
    width: 26%;
  }
  .w-m-27 {
    width: 27%;
  }
  .w-m-28 {
    width: 28%;
  }
  .w-m-29 {
    width: 29%;
  }
  .w-m-30 {
    width: 30%;
  }
  .w-m-31 {
    width: 31%;
  }
  .w-m-32 {
    width: 32%;
  }
  .w-m-33 {
    width: 33%;
  }
  .w-m-34 {
    width: 34%;
  }
  .w-m-35 {
    width: 35%;
  }
  .w-m-36 {
    width: 36%;
  }
  .w-m-37 {
    width: 37%;
  }
  .w-m-38 {
    width: 38%;
  }
  .w-m-39 {
    width: 39%;
  }
  .w-m-40 {
    width: 40%;
  }
  .w-m-41 {
    width: 41%;
  }
  .w-m-42 {
    width: 42%;
  }
  .w-m-43 {
    width: 43%;
  }
  .w-m-44 {
    width: 44%;
  }
  .w-m-45 {
    width: 45%;
  }
  .w-m-46 {
    width: 46%;
  }
  .w-m-47 {
    width: 47%;
  }
  .w-m-48 {
    width: 48%;
  }
  .w-m-49 {
    width: 49%;
  }
  .w-m-50 {
    width: 50%;
  }
  .w-m-51 {
    width: 51%;
  }
  .w-m-52 {
    width: 52%;
  }
  .w-m-53 {
    width: 53%;
  }
  .w-m-54 {
    width: 54%;
  }
  .w-m-55 {
    width: 55%;
  }
  .w-m-56 {
    width: 56%;
  }
  .w-m-57 {
    width: 57%;
  }
  .w-m-58 {
    width: 58%;
  }
  .w-m-59 {
    width: 59%;
  }
  .w-m-60 {
    width: 60%;
  }
  .w-m-61 {
    width: 61%;
  }
  .w-m-62 {
    width: 62%;
  }
  .w-m-63 {
    width: 63%;
  }
  .w-m-64 {
    width: 64%;
  }
  .w-m-65 {
    width: 65%;
  }
  .w-m-66 {
    width: 66%;
  }
  .w-m-67 {
    width: 67%;
  }
  .w-m-68 {
    width: 68%;
  }
  .w-m-69 {
    width: 69%;
  }
  .w-m-70 {
    width: 70%;
  }
  .w-m-71 {
    width: 71%;
  }
  .w-m-72 {
    width: 72%;
  }
  .w-m-73 {
    width: 73%;
  }
  .w-m-74 {
    width: 74%;
  }
  .w-m-75 {
    width: 75%;
  }
  .w-m-76 {
    width: 76%;
  }
  .w-m-77 {
    width: 77%;
  }
  .w-m-78 {
    width: 78%;
  }
  .w-m-79 {
    width: 79%;
  }
  .w-m-80 {
    width: 80%;
  }
  .w-m-81 {
    width: 81%;
  }
  .w-m-82 {
    width: 82%;
  }
  .w-m-83 {
    width: 83%;
  }
  .w-m-84 {
    width: 84%;
  }
  .w-m-85 {
    width: 85%;
  }
  .w-m-86 {
    width: 86%;
  }
  .w-m-87 {
    width: 87%;
  }
  .w-m-88 {
    width: 88%;
  }
  .w-m-89 {
    width: 89%;
  }
  .w-m-90 {
    width: 90%;
  }
  .w-m-91 {
    width: 91%;
  }
  .w-m-92 {
    width: 92%;
  }
  .w-m-93 {
    width: 93%;
  }
  .w-m-94 {
    width: 94%;
  }
  .w-m-95 {
    width: 95%;
  }
  .w-m-96 {
    width: 96%;
  }
  .w-m-97 {
    width: 97%;
  }
  .w-m-98 {
    width: 98%;
  }
  .w-m-99 {
    width: 99%;
  }
  .w-m-100 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .w-s-1 {
    width: 1%;
  }
  .w-s-2 {
    width: 2%;
  }
  .w-s-3 {
    width: 3%;
  }
  .w-s-4 {
    width: 4%;
  }
  .w-s-5 {
    width: 5%;
  }
  .w-s-6 {
    width: 6%;
  }
  .w-s-7 {
    width: 7%;
  }
  .w-s-8 {
    width: 8%;
  }
  .w-s-9 {
    width: 9%;
  }
  .w-s-10 {
    width: 10%;
  }
  .w-s-11 {
    width: 11%;
  }
  .w-s-12 {
    width: 12%;
  }
  .w-s-13 {
    width: 13%;
  }
  .w-s-14 {
    width: 14%;
  }
  .w-s-15 {
    width: 15%;
  }
  .w-s-16 {
    width: 16%;
  }
  .w-s-17 {
    width: 17%;
  }
  .w-s-18 {
    width: 18%;
  }
  .w-s-19 {
    width: 19%;
  }
  .w-s-20 {
    width: 20%;
  }
  .w-s-21 {
    width: 21%;
  }
  .w-s-22 {
    width: 22%;
  }
  .w-s-23 {
    width: 23%;
  }
  .w-s-24 {
    width: 24%;
  }
  .w-s-25 {
    width: 25%;
  }
  .w-s-26 {
    width: 26%;
  }
  .w-s-27 {
    width: 27%;
  }
  .w-s-28 {
    width: 28%;
  }
  .w-s-29 {
    width: 29%;
  }
  .w-s-30 {
    width: 30%;
  }
  .w-s-31 {
    width: 31%;
  }
  .w-s-32 {
    width: 32%;
  }
  .w-s-33 {
    width: 33%;
  }
  .w-s-34 {
    width: 34%;
  }
  .w-s-35 {
    width: 35%;
  }
  .w-s-36 {
    width: 36%;
  }
  .w-s-37 {
    width: 37%;
  }
  .w-s-38 {
    width: 38%;
  }
  .w-s-39 {
    width: 39%;
  }
  .w-s-40 {
    width: 40%;
  }
  .w-s-41 {
    width: 41%;
  }
  .w-s-42 {
    width: 42%;
  }
  .w-s-43 {
    width: 43%;
  }
  .w-s-44 {
    width: 44%;
  }
  .w-s-45 {
    width: 45%;
  }
  .w-s-46 {
    width: 46%;
  }
  .w-s-47 {
    width: 47%;
  }
  .w-s-48 {
    width: 48%;
  }
  .w-s-49 {
    width: 49%;
  }
  .w-s-50 {
    width: 50%;
  }
  .w-s-51 {
    width: 51%;
  }
  .w-s-52 {
    width: 52%;
  }
  .w-s-53 {
    width: 53%;
  }
  .w-s-54 {
    width: 54%;
  }
  .w-s-55 {
    width: 55%;
  }
  .w-s-56 {
    width: 56%;
  }
  .w-s-57 {
    width: 57%;
  }
  .w-s-58 {
    width: 58%;
  }
  .w-s-59 {
    width: 59%;
  }
  .w-s-60 {
    width: 60%;
  }
  .w-s-61 {
    width: 61%;
  }
  .w-s-62 {
    width: 62%;
  }
  .w-s-63 {
    width: 63%;
  }
  .w-s-64 {
    width: 64%;
  }
  .w-s-65 {
    width: 65%;
  }
  .w-s-66 {
    width: 66%;
  }
  .w-s-67 {
    width: 67%;
  }
  .w-s-68 {
    width: 68%;
  }
  .w-s-69 {
    width: 69%;
  }
  .w-s-70 {
    width: 70%;
  }
  .w-s-71 {
    width: 71%;
  }
  .w-s-72 {
    width: 72%;
  }
  .w-s-73 {
    width: 73%;
  }
  .w-s-74 {
    width: 74%;
  }
  .w-s-75 {
    width: 75%;
  }
  .w-s-76 {
    width: 76%;
  }
  .w-s-77 {
    width: 77%;
  }
  .w-s-78 {
    width: 78%;
  }
  .w-s-79 {
    width: 79%;
  }
  .w-s-80 {
    width: 80%;
  }
  .w-s-81 {
    width: 81%;
  }
  .w-s-82 {
    width: 82%;
  }
  .w-s-83 {
    width: 83%;
  }
  .w-s-84 {
    width: 84%;
  }
  .w-s-85 {
    width: 85%;
  }
  .w-s-86 {
    width: 86%;
  }
  .w-s-87 {
    width: 87%;
  }
  .w-s-88 {
    width: 88%;
  }
  .w-s-89 {
    width: 89%;
  }
  .w-s-90 {
    width: 90%;
  }
  .w-s-91 {
    width: 91%;
  }
  .w-s-92 {
    width: 92%;
  }
  .w-s-93 {
    width: 93%;
  }
  .w-s-94 {
    width: 94%;
  }
  .w-s-95 {
    width: 95%;
  }
  .w-s-96 {
    width: 96%;
  }
  .w-s-97 {
    width: 97%;
  }
  .w-s-98 {
    width: 98%;
  }
  .w-s-99 {
    width: 99%;
  }
  .w-s-100 {
    width: 100%;
  }
}
@media (max-width: 449px) {
  .w-xs-1 {
    width: 1%;
  }
  .w-xs-2 {
    width: 2%;
  }
  .w-xs-3 {
    width: 3%;
  }
  .w-xs-4 {
    width: 4%;
  }
  .w-xs-5 {
    width: 5%;
  }
  .w-xs-6 {
    width: 6%;
  }
  .w-xs-7 {
    width: 7%;
  }
  .w-xs-8 {
    width: 8%;
  }
  .w-xs-9 {
    width: 9%;
  }
  .w-xs-10 {
    width: 10%;
  }
  .w-xs-11 {
    width: 11%;
  }
  .w-xs-12 {
    width: 12%;
  }
  .w-xs-13 {
    width: 13%;
  }
  .w-xs-14 {
    width: 14%;
  }
  .w-xs-15 {
    width: 15%;
  }
  .w-xs-16 {
    width: 16%;
  }
  .w-xs-17 {
    width: 17%;
  }
  .w-xs-18 {
    width: 18%;
  }
  .w-xs-19 {
    width: 19%;
  }
  .w-xs-20 {
    width: 20%;
  }
  .w-xs-21 {
    width: 21%;
  }
  .w-xs-22 {
    width: 22%;
  }
  .w-xs-23 {
    width: 23%;
  }
  .w-xs-24 {
    width: 24%;
  }
  .w-xs-25 {
    width: 25%;
  }
  .w-xs-26 {
    width: 26%;
  }
  .w-xs-27 {
    width: 27%;
  }
  .w-xs-28 {
    width: 28%;
  }
  .w-xs-29 {
    width: 29%;
  }
  .w-xs-30 {
    width: 30%;
  }
  .w-xs-31 {
    width: 31%;
  }
  .w-xs-32 {
    width: 32%;
  }
  .w-xs-33 {
    width: 33%;
  }
  .w-xs-34 {
    width: 34%;
  }
  .w-xs-35 {
    width: 35%;
  }
  .w-xs-36 {
    width: 36%;
  }
  .w-xs-37 {
    width: 37%;
  }
  .w-xs-38 {
    width: 38%;
  }
  .w-xs-39 {
    width: 39%;
  }
  .w-xs-40 {
    width: 40%;
  }
  .w-xs-41 {
    width: 41%;
  }
  .w-xs-42 {
    width: 42%;
  }
  .w-xs-43 {
    width: 43%;
  }
  .w-xs-44 {
    width: 44%;
  }
  .w-xs-45 {
    width: 45%;
  }
  .w-xs-46 {
    width: 46%;
  }
  .w-xs-47 {
    width: 47%;
  }
  .w-xs-48 {
    width: 48%;
  }
  .w-xs-49 {
    width: 49%;
  }
  .w-xs-50 {
    width: 50%;
  }
  .w-xs-51 {
    width: 51%;
  }
  .w-xs-52 {
    width: 52%;
  }
  .w-xs-53 {
    width: 53%;
  }
  .w-xs-54 {
    width: 54%;
  }
  .w-xs-55 {
    width: 55%;
  }
  .w-xs-56 {
    width: 56%;
  }
  .w-xs-57 {
    width: 57%;
  }
  .w-xs-58 {
    width: 58%;
  }
  .w-xs-59 {
    width: 59%;
  }
  .w-xs-60 {
    width: 60%;
  }
  .w-xs-61 {
    width: 61%;
  }
  .w-xs-62 {
    width: 62%;
  }
  .w-xs-63 {
    width: 63%;
  }
  .w-xs-64 {
    width: 64%;
  }
  .w-xs-65 {
    width: 65%;
  }
  .w-xs-66 {
    width: 66%;
  }
  .w-xs-67 {
    width: 67%;
  }
  .w-xs-68 {
    width: 68%;
  }
  .w-xs-69 {
    width: 69%;
  }
  .w-xs-70 {
    width: 70%;
  }
  .w-xs-71 {
    width: 71%;
  }
  .w-xs-72 {
    width: 72%;
  }
  .w-xs-73 {
    width: 73%;
  }
  .w-xs-74 {
    width: 74%;
  }
  .w-xs-75 {
    width: 75%;
  }
  .w-xs-76 {
    width: 76%;
  }
  .w-xs-77 {
    width: 77%;
  }
  .w-xs-78 {
    width: 78%;
  }
  .w-xs-79 {
    width: 79%;
  }
  .w-xs-80 {
    width: 80%;
  }
  .w-xs-81 {
    width: 81%;
  }
  .w-xs-82 {
    width: 82%;
  }
  .w-xs-83 {
    width: 83%;
  }
  .w-xs-84 {
    width: 84%;
  }
  .w-xs-85 {
    width: 85%;
  }
  .w-xs-86 {
    width: 86%;
  }
  .w-xs-87 {
    width: 87%;
  }
  .w-xs-88 {
    width: 88%;
  }
  .w-xs-89 {
    width: 89%;
  }
  .w-xs-90 {
    width: 90%;
  }
  .w-xs-91 {
    width: 91%;
  }
  .w-xs-92 {
    width: 92%;
  }
  .w-xs-93 {
    width: 93%;
  }
  .w-xs-94 {
    width: 94%;
  }
  .w-xs-95 {
    width: 95%;
  }
  .w-xs-96 {
    width: 96%;
  }
  .w-xs-97 {
    width: 97%;
  }
  .w-xs-98 {
    width: 98%;
  }
  .w-xs-99 {
    width: 99%;
  }
  .w-xs-100 {
    width: 100%;
  }
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  transition: 0;
  width: 3%;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1 !important;
}
.carousel-control-next:focus,
.carousel-control-prev:focus {
  opacity: 1 !important;
}
.slider__boxIcon__left {
  background: #fff;
  height: 32px;
  width: 32px;
  box-shadow: -1px 1px 2px 0 rgba(0,0,0,0.5);
  background-color: #fff;
  color: #707070;
  border-radius: 150%;
  padding-top: 3px;
  padding-right: 3px;
}
.slider__boxIcon__right {
  background: #fff;
  height: 32px;
  width: 32px;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.5);
  background-color: #fff;
  color: #707070;
  border-radius: 150%;
  padding-top: 3px;
  padding-left: 3px;
}
.slider__icon {
  font-size: 25px;
}
.carousel-control-prev {
  left: -15px;
  justify-content: flex-start;
}
.carousel-control-next {
  right: -15px;
  justify-content: flex-end;
}
.fotorama {
  height: 100% !important;
}
.fotorama__nav {
  background: #37474f;
  z-index: 0 !important;
}
.fotorama__wrap {
  height: 100% !important;
}
.fotorama__stage {
  height: 85% !important;
}
.fotorama__stage__frame > .fotorama__img {
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.btn-circle.btn-md {
  width: 40px !important;
  height: 40px !important;
  padding: 2px !important;
  border-radius: 150% !important;
  font-size: 22px !important;
  text-align: center;
}
.newLanding {
  display: block;
}
.newLanding__header {
  display: block;
}
.newLanding__boxVideo {
  height: 100%;
  width: 100%;
}
.newLanding__video {
  position: absolute;
  right: 0;
  bottom: 0px;
  min-width: 100%;
  min-height: 100%;
}
.newLanding__logo {
  margin-left: 10px;
}
.newLanding__logo__afterScroll {
  font-size: 1.3em;
  color: #fff;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: 'Oleo Script', cursive;
}
.newLanding__logo__beforeScroll {
  font-size: 1.2em;
  color: $verdeOscuro;
  letter-spacing: 3px;
  text-decoration: none;
  font-family: 'Oleo Script', cursive;
}
.newLanding__logo__span {
  display: block;
  font-size: 0.25em;
  letter-spacing: 12px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 449px) {
  .carousel-control-next {
    top: -50px;
  }
  .carousel-control-prev {
    top: -50px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    width: 15%;
  }
}
.menutop {
  padding-top: 20px;
  padding-bottom: 20px;
}
.menutop__content {
  text-align: center;
}
.menutop__brand {
  padding: 0;
}
.menutop__logo {
  width: 90px;
  height: 50px;
  margin-top: -5px;
}
.menutop__ulList {
  display: flex;
  width: 100%;
  justify-content: center;
}
.menutop__linkUser {
  display: block;
  margin-top: -5px;
  color: #fff !important;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
}
.menutop__linkUser:hover {
  text-decoration: none;
}
.menutop__linkLogin {
  display: block;
  margin: -12px 15px 0;
  padding: 6px 10px;
  border: 1px solid #ff9600;
  border-radius: 4px;
  color: #fff !important;
  font-size: 1em;
  font-weight: bold;
  transition: 0.5s;
}
.menutop__linkLogin:hover {
  background: #fff;
  text-decoration: none;
  color: #283c6e;
}
.menutop__contentlinkCart {
  position: absolute;
  left: 120px;
  top: -17px;
}
.menutop__linkCart {
  display: flex;
  position: relative;
  margin-top: -5px;
  margin-left: 10px;
  font-size: 1.3em;
  text-decoration: none;
}
.menutop__linkCart:hover {
  text-decoration: none;
}
.menutop__contentBg {
  text-align: center;
  position: relative;
}
.menutop__contentBg__label {
  font-size: 2.1em;
  text-shadow: 0 3px 6px rgba(0,0,0,0.56);
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
}
.menutop__contentBg__input {
  height: 40px;
  text-align: center;
  font-size: 1.8em;
  border-right: none;
}
.menutop__contentBg__addon {
  background: #fff;
  font-size: 1.7em;
  color: #969696;
}
.menutop__contentForm {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 20%;
  left: 20%;
  text-align: center;
}
.menutop__contentbrand {
  visibility: visible;
}
.menutop__contentoption {
  visibility: visible;
}
.menutop__contentoption__close {
  display: none;
}
#logo_orange {
  display: none;
}
.menutop__userbox {
  background-color: transparent;
  position: absolute;
  top: -45px;
  bottom: -25px;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100px;
}
.menutop__userBoxMobile {
  display: flex;
  position: absolute;
  color: #969696 !important;
  align-items: center;
  padding-top: 2px;
  padding-left: 5px;
  font-size: 14px;
}
.menutop__user {
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  -webkit-line-clamp: 1;
}
.menutop__username {
  font-size: 12px;
  color: #b4b4b4;
  margin-bottom: 5px;
}
.menutop__notification {
  display: inline;
  padding: 2px 6px;
  margin-left: 3px;
  color: #fff;
  background: #ff9600;
  border-radius: 150%;
  text-align: center;
}
.menutop__ulList > li > a {
  color: #fff;
  padding-bottom: 20px;
  font-size: 13px;
  padding-right: 0.7rem !important;
  padding-left: 0.7rem !important;
}
.menutop__ulList > li.active {
  border-bottom: 4px solid #ff9600;
}
.menutop__ulList > li.active > a {
  font-weight: bold;
}
.menutop__contentBg__input:focus {
  box-shadow: none;
  border: 1px solid #ff9600;
}
.menutop__contentBg__input::placeholder {
  color: #c8c8c8;
}
.navbar-toggler {
  color: #fff;
}
.navbar-toggler:focus {
  outline: none;
}
.active_top {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16);
  background-color: #fff;
  padding-bottom: 0;
}
.active_top .nav-link {
  color: #ff9600;
}
.active_top .navbar-toggler {
  color: #283c6e;
}
.menutop__linkCart.visible-xs {
  display: none !important;
}
.menutop__linkCart i {
  color: #fff;
  font-size: 1.3em;
}
.active_top .menutop__linkCart i {
  color: #969696;
}
.car_number {
  display: flex;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
  border-radius: 150%;
  background: #ff9600;
  color: #fff;
  text-align: center;
  font-size: 10px;
}
.dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 5px 9px;
}
.navbar-nav .dropdown-menu {
  top: 30px;
  padding: 5px;
}
.active_top .menutop__userbox {
  background-color: #f0f0f0;
}
.active_top .menutop__userbox .menutop__user {
  color: #464646;
}
.active_top .navbar-nav .dropdown-menu {
  top: 48px;
}
.user_link .dropdown-menu {
  top: 10px;
}
.active_top .user_link .dropdown-menu {
  top: 23px;
}
.active_top .menutop__linkUser {
  color: #283c6e !important;
}
.active_top .menutop__linkLogin {
  color: #283c6e !important;
}
.active_cart.menutop__contentlinkCart {
  background: #ff9600;
  height: 69px;
  margin-top: -26px;
  margin-left: -5px;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.active_cart.menutop__contentlinkCart .fa-shopping-cart {
  color: #fff;
}
.active_cart.menutop__contentlinkCart .car_number {
  color: #fff;
  background: #b56e09;
}
.active_cart_simple .menutop__linkCart {
  position: absolute;
  top: -32px;
  bottom: 0;
  height: 70px;
  margin-left: 0;
  padding-top: 28px;
  padding-left: 10px;
  padding-right: 10px;
  background: #ff9600;
}
.active_cart_simple .menutop__linkCart .fa-shopping-cart {
  color: #fff;
}
.active_cart_simple .car_number {
  color: #fff;
  background: #b56e09;
}
.menutop__ulList .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
@media (max-width: 449px) {
  .cover-container {
    background-position: center;
    background-color: #fff !important;
  }
  .menutop__contentForm {
    top: 30%;
    right: 10%;
    left: 10%;
  }
  .menutop__contentbrand {
    display: flex;
    justify-content: space-between;
  }
  .menutop__linkLogin {
    position: relative;
    right: 0;
  }
  .active_top {
    padding-bottom: 10px;
  }
  .active_top .navbar-toggler {
    margin-top: -8px;
  }
  .menutop__contentoption {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    background: #000;
    opacity: 0.8;
    height: auto !important;
  }
  .menutop__contentoption__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff !important;
  }
  .menutop__contentoption__close:focus {
    outline: none;
  }
  .menutop__ulList {
    padding: 0 40px;
  }
  .menutop__ulList li {
    margin-bottom: 15px;
  }
  .active_top .nav-link {
    color: #fff;
  }
  .menutop__contentBg__input {
    font-size: 1.2em;
  }
  .menutop__linkCart.visible-xs {
    margin-right: -35px;
    margin-top: 3px;
    display: flex !important;
  }
  .user_link .dropdown-menu {
    top: 30px;
  }
  .active_top .user_link .dropdown-menu {
    top: 35px;
  }
  .navbar-toggler {
    margin-top: -5px;
  }
  .menutop__linkLogin {
    padding-bottom: 8px !important;
    color: #fff !important;
  }
  .menutop__linkUser {
    color: #fff !important;
  }
  .active_cart.menutop__linkCart {
    background: #ff9600;
    height: auto;
    margin-top: -20px;
    margin-bottom: -10px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .active_cart.menutop__linkCart .fa-shopping-cart {
    color: #fff;
  }
  .active_cart.menutop__linkCart .car_number {
    color: #fff;
    background: #b56e09;
  }
  .menutop__logo {
    height: 40px;
  }
}
.home__content {
  padding: 0 65px;
}
.home__linkAll {
  color: #ff9600;
  font-size: 14px;
  text-decoration: none;
}
.home__linkAll:hover {
  text-decoration: none;
  color: #ff9600;
}
.home__tours {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.home__tours__title {
  display: flex;
  justify-content: space-between;
  font-size: 1.8em;
  color: #969696;
  font-weight: bold;
  margin-bottom: 10px;
}
.home__tours__slide__item {
  cursor: pointer;
  text-decoration: none;
}
.home__tours__slide__item:hover {
  text-decoration: none;
}
.home__tours__slide__contentimg {
  display: block;
  height: 400px;
  background-image: url("../img/empty-img.png");
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.home__tours__slide__img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}
.home__tours__slide__name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #787878;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home__tours__slide__subname {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  color: #b4b4b4;
  text-transform: uppercase;
}
.home__tours__slide__boxprice {
  text-align: right;
}
.home__tours__slide__boxprice__price {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff9600;
  margin-top: 10px;
  margin-bottom: 0;
}
.home__city {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.home__city__item {
  padding: 0px 15px;
  height: 200px;
  margin-bottom: 20px;
  cursor: pointer;
}
.home__city__item__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.home__city__item__boxName {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.home__city__item__name {
  font-size: 1.4em;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}
.home__room {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.home__room__slide__item {
  cursor: pointer;
}
.home__room__slide__img {
  height: 325px;
  width: 100%;
  border-radius: 5px;
}
.home__room__slide__name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #787878;
  text-transform: uppercase;
}
.home__room__slide__subname {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 300;
  color: #ff9600;
  text-transform: uppercase;
}
.home__room__slide__boxstar {
  text-align: left;
  padding-top: 10px;
}
.home__room__slide__boxstar__star {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff9600;
  margin-top: 10px;
  margin-bottom: 0;
}
.home__comment {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
.home__comment__slide {
  background: #ebebeb;
  border-radius: 10px;
}
.home__comment__slide__item {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 35px;
  padding-right: 35px;
}
.home__comment__slide__boxProfile {
  border-radius: 50%;
  background: #fff;
  height: 150px;
  width: 150px;
}
.home__comment__slide__boxProfile__img {
  width: 100%;
  height: 100%;
  border-radius: 150%;
}
.home__comment__slide__name {
  font-size: 1em;
  color: #ff9600;
  font-weight: bold;
  margin-bottom: 5px;
}
.home__comment__slide__description {
  font-size: 1em;
  font-weight: 300;
  text-align: justify;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.footer {
  margin-top: 50px;
  border-top: 15px solid #ff9600;
  background-color: #282828;
  margin-bottom: 0;
  text-align: center;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 50px;
}
.footer__logo {
  width: 110px;
  height: 50px;
}
.footer__content {
  margin-top: 40px;
}
.footer__title {
  color: #969696;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.footer__ul {
  padding: 0;
  text-align: left;
}
.footer__flex {
  padding: 0 0 10px 0;
}
.footer__icon {
  color: #646464;
  font-size: 1.6em;
}
.footer__item {
  color: #969696;
  padding-left: 10px;
}
.footer__link {
  color: #969696;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
}
.footer__link:hover {
  text-decoration: none;
  color: #969696;
}
.footer__input {
  height: 35px;
}
.footer__btnInput {
  background: #ff9600;
  height: 35px;
  color: #fff;
}
.footer__rowPaid {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer__socialList {
  display: flex;
  margin-top: 20px;
  float: right;
}
.footer__socialList__lnk {
  display: flex;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  font-size: 1.3em;
  background: #fff;
  color: #787878;
}
.footer__socialList__lnk:hover {
  text-decoration: none;
  color: #ff9600;
}
.footer__bookLnk {
  display: block;
  float: right;
  width: max-content;
  margin-top: 15px;
  padding: 15px 30px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  font-size: 1.3em;
  color: #b4b4b4;
  text-decoration: none;
  transition: 0.5s;
}
.footer__bookLnk:hover {
  color: #ff9600;
  text-decoration: none;
}
.footer__divider {
  height: 7px;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 20px;
  background: #232323;
}
.footer__copyright {
  color: #b4b4b4;
  font-size: 1em;
  margin-top: 10px;
}
.home__ofertas__slide__contentimg {
  display: block;
  height: 300px;
  background-image: url("../img/empty-img.png");
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.home__ofertas__slide__item {
  cursor: pointer;
  text-decoration: none;
}
.home__ofertas__slide__item:hover {
  text-decoration: none;
}
.footer__socialList li {
  display: inline;
  margin: 5px;
}
@media (max-width: 2500px) {
  .footer__content,
  .home__content {
    max-width: 1500px;
    margin: 40px auto 0;
  }
}
@media (max-width: 1024px) {
  .cover-container {
    background-position: center center;
    background-color: transparent !important;
    margin-bottom: -100px;
  }
  .home__content {
    padding: 0 40px;
  }
  .home__tours__slide__contentimg {
    height: 300px;
  }
  .footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 769px) {
  .cover-container {
    height: 600px !important;
  }
  .home__tours__slide__contentimg {
    height: 200px;
  }
  .home__room__slide__img {
    height: 250px;
  }
  .footer__bookLnk {
    font-size: 1.1em;
    padding: 15px 15px;
  }
}
@media (max-width: 449px) {
  .cover-container {
    margin-bottom: 0;
  }
  .home__content {
    margin-top: 0;
    padding: 0 20px;
  }
  .home__tours__slide__contentimg {
    height: 290px;
  }
  .home__room__slide__img {
    height: 290px;
  }
  .home__tours__slide__item,
  .home__room__slide__item {
    padding: 0 3px;
  }
  .home__comment__slide__name {
    margin-top: 10px;
  }
  .home__comment__slide__description {
    padding: 0;
  }
  .footer {
    padding: 10px;
  }
  .carousel-control-next {
    top: -50px;
  }
  .carousel-control-prev {
    top: -50px;
  }
  .medios_pago {
    width: 325px;
  }
}
.filter {
  margin-top: 115px;
}
.filter__section {
  border-radius: 5px;
  border: solid 1px #dcdcdc;
  padding: 20px;
}
.filter__section__title {
  font-size: 1.8em;
  color: #464646;
  font-weight: bold;
  margin-bottom: 20px;
}
.filter__section__group {
  margin-bottom: 5px;
}
.filter__section__subtitle {
  font-size: 1.2em;
  color: #969696;
  margin-bottom: 5px;
  font-weight: bold;
}
.filter__section__ul {
  padding-left: 8px;
}
.filter__section__label {
  font-size: 1.2em;
  color: #787878;
  width: 100%;
  cursor: pointer;
}
.filter__side__content {
  margin-top: 15px;
}
.filter__side__content__item {
  margin-bottom: 30px;
  padding-bottom: 15px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  transition: 0.5s;
  cursor: pointer;
}
.filter__side__content__item:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.filter__side__content__item__ancla {
  text-decoration: none;
}
.filter__side__content__item__ancla:hover {
  text-decoration: none;
}
.filter__side__content__item__figure {
  display: block;
  position: relative;
  width: 100%;
  height: 260px;
  background-image: url("../img/empty-img.png");
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.filter__side__content__item__img {
  width: 100%;
  height: 100%;
}
.filter__side__content__item__boxtags {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: initial !important;
  font-size: 0.86em;
  font-weight: 400;
  color: #fff;
}
.filter__side__content__item__tag {
  display: inline-block;
  padding: 4px 9px;
  font-size: 1.1em;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.filter__side__content__item__contentDescription {
  padding: 5px 10px;
}
.filter__side__content__item__name {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2em;
  color: #787878;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.filter__side__content__item__subname {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 300;
  color: #b4b4b4;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.filter__side__content__item__boxprice {
  text-align: right;
}
.filter__side__content__item__boxprice__price {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff9600;
  margin-top: 5px;
  margin-bottom: 0;
}
.filter__rowFilters {
  display: none;
}
.filter__textFilter {
  color: #787878;
  font-size: 1.2em;
  margin-bottom: 0;
  margin-top: 5px;
}
.filter__btnFilter {
  background: #fff;
  border: 1px solid #969696;
}
.filter__btnFilter__icon {
  color: #1e3e4c;
  margin-left: 5px;
}
.filter__emptyBox {
  height: 340px;
  background-image: url("../img/empty-result.png");
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.filter__emptyText {
  margin-top: 15px;
  font-size: 2.3em;
  color: #787878;
}
.filter__side__content__item__boxtags .filter__side__content__item__tag:first-child {
  border-radius: 2px 0 0 0;
}
.tag-orange {
  background-color: #ff9600;
  color: #fff;
}
.tag-purple {
  background: #6c39de;
  color: #fff;
}
.bellipsis {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .filter__section__title {
    font-size: 1.5em;
  }
  .filter__side__content__item__figure {
    height: 150px;
  }
  .filter__side__content__item__tag {
    font-size: 1em;
  }
}
@media (max-width: 769px) {
  .filter {
    margin-top: 100px;
  }
  .filter__section {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
  }
  .filter__section__title {
    margin-bottom: 10px;
  }
  .filter__side__content__item__figure {
    height: 200px;
  }
  .filter__rowFilters {
    display: block;
    margin-bottom: 10px;
  }
  #flip2 {
    display: none;
  }
  #content_filter {
    height: 0px;
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 15px 0;
  }
  .filter__side__content__item__name {
    margin-bottom: 10px;
  }
}
@media (max-width: 449px) {
  .filter__side__content__item__figure {
    height: 220px;
  }
  .filter__emptyBox {
    height: 300px;
  }
  .filter__emptyText {
    font-size: 1.5em;
  }
}
.detail {
  margin-top: 100px;
}
.detail__side__rowgallery {
  margin: 0;
  padding: 15px 15px;
}
.detail__side__gallery {
  height: 480px;
  padding: 0;
}
.detail__side__gallery__img {
  height: 100%;
}
.detail__side__gallery__itemicon {
  padding-top: 15px;
}
.detail__side__gallery__itemicon__box {
  text-align: center;
  margin-bottom: 30px;
}
.detail__side__gallery__itemicon__icon {
  margin-bottom: 25px;
  font-size: 2.6em;
  color: #969696;
}
.detail__side__gallery__itemicon__category {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 0;
  color: #969696;
  font-size: 1.4em;
  font-weight: bold;
}
.detail__side__gallery__itemicon__name {
  margin: 0;
  color: #787878;
  font-size: 1.3em;
  font-weight: 500;
}
.detail__side__rowContent {
  margin: 0;
  padding-top: 45px;
}
.detail__side__name {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
  font-size: 2.2em;
  color: #969696;
  font-weight: bold;
}
.detail__side__stars {
  display: flex;
  flex-wrap: nowrap;
  color: #ffc600;
  font-size: 20px;
}
.detail__side__card {
  box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  padding: 15px 15px;
  margin-bottom: 30px;
  border-radius: 0.25rem;
}
.detail__side__card__title {
  color: #969696;
  font-weight: bold;
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 10px;
}
.detail__side__card__cotentlist {
  padding-left: 15px;
}
.detail__side__card__list {
  padding-left: 0;
  font-size: 1.3em;
  color: #787878;
  margin-bottom: 0;
  font-weight: 500;
}
.detail__side__card__itineraryDay {
  font-size: 1.6em;
  color: #ff9600;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail__side__card__itineraryName {
  color: #787878;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.detail__rowtours {
  margin-top: 40px;
}
.detail__touritem {
  cursor: pointer;
}
.detail__touritem__contentimg {
  display: block;
  height: 250px;
  background-image: url("../img/empty-img.png");
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.detail__touritem__img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  font-size: 0;
}
.detail__touritem__name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: bold;
  color: #787878;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.detail__touritem__category {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: 300;
  color: #b4b4b4;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail__touritem__price {
  font-size: 1.2em;
  font-weight: bold;
  color: #ff9600;
  margin-top: 5px;
  margin-bottom: 0;
}
.detail__share {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  align-items: center;
  justify-content: space-between;
  font-size: 2em;
  color: #969696;
  font-weight: bold;
}
.detail__share__icons {
  display: flex;
  flex-wrap: nowrap;
  color: #ffc600;
  font-size: 20px;
}
.detail__share__icons > a {
  margin: 0 4px;
  color: #787878;
  text-decoration: none;
  transition: 0.5s;
}
.detail__share__icons > a:hover {
  text-decoration: none;
  color: #ff9600;
}
.detail__form {
  padding: 0 35px;
}
.detail__form__content {
  border-radius: 5px;
  border: 2px solid #1e3e4c;
}
.detail__form__boxCurrency {
  text-align: center;
  background: #1e3e4c;
  padding: 4px 30px;
  color: #fff;
}
.detail__form__currency {
  font-size: 2em;
  margin-right: 5px;
  font-weight: bold;
}
.detail__form__money {
  font-size: 2.3em;
  font-weight: bold;
  margin-right: 5px;
}
.detail__form__porpersona {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  font-size: 0.7em;
}
.detail__form__badge {
  font-size: 12px;
  border-radius: 4px;
  padding: 3px 6px;
}
.detail__form__label {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: -20px;
  margin-bottom: 5px;
}
.detail__form__labelCupo {
  font-size: 1em;
  color: #969696;
  margin-bottom: 0;
  margin-top: 5px;
}
.detail__form__sectionbutton {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.detail__form__buttoncart {
  height: 40px;
  width: 100%;
  margin-bottom: 15px;
  background: #ff9600;
  color: #fff;
  border: 1px solid #ff9600;
  font-weight: 600;
  font-size: 1em;
  transition: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.detail__form__buttoncart:hover {
  background: #ff9600;
  color: #fff;
}
.detail__form__buttonpaid {
  height: 40px;
  width: 100%;
  background: #68cf91;
  color: #fff;
  border: 1px solid #68cf91;
  font-weight: 600;
  font-size: 1em;
  transition: 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.detail__form__buttonpaid:hover {
  background: #68cf91;
  color: #fff;
}
.detail__banner__text {
  font-size: 16px;
  color: #1e3e4c;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 18px;
}
.detail__banner__img {
  width: 85px;
  height: 35px;
  display: inline-block;
}
.detail__tabs {
  visibility: visible;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-right: 0;
  padding-left: 0;
}
.detail__tabcontent {
  visibility: visible;
  box-shadow: 0 2px 2px rgba(0,0,0,0.15);
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 0.25rem;
}
.detail__tabs .nav-link {
  font-size: 1.2em;
  color: #787878;
  text-align: center;
  background: #f4f2f3;
  border-radius: 0;
}
.detail__tabs .nav-link i {
  margin-right: 5px;
}
.detail__tabs .nav-link.active {
  background: #fff;
  color: #ff9600;
  font-weight: 600;
}
.detail__tabcontent .tab-pane {
  margin-bottom: 20px;
}
.detail__sideShare {
  display: flex;
  flex-wrap: nowrap;
  float: right;
  color: #969696;
  font-size: 20px;
}
.detail__sideShare__iconShare {
  margin-right: 15px;
  margin-top: 5px;
  font-size: 25px;
}
.detail__sideShare__titleShare {
  font-size: 2em;
  color: #969696;
  font-weight: 600;
}
.detail__sideShare__contentSocial {
  display: flex;
}
.detail__sideShare__item {
  display: flex;
  margin: 10px;
  font-size: 25px;
  cursor: pointer;
  text-decoration: none;
  color: #b4b4b4;
}
.detail__sideShare__item:hover {
  text-decoration: none;
  color: #b4b4b4;
}
.itinerary__day {
  display: inline-block;
  width: auto;
  background: #ff9600;
  color: #fff;
  padding: 5px;
}
.itinerary__list {
  border-left: 1px solid #ff9600;
}
.T4 > h5 {
  display: inline-block;
  width: auto;
  background: #ff9600;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  border-radius: 5px;
}
.T4 > ul {
  border-left: 2px solid #dee2e6;
  margin-left: 25px;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.detail__form__content.fixed {
  position: fixed;
  top: 68px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.row_close_calendar {
  display: none;
}
.row_close_calendar button {
  background: #fff;
  border: none;
  color: #b4b4b4;
  font-size: 23px;
}
.row_close_calendar label {
  color: #969696;
  margin-top: 10px;
  font-size: 18px;
}
#open_calendar {
  height: 40px;
  font-size: 16px;
}
.wrapper-tab {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 5px;
  height: 40px;
}
.detail__tabs {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3000px;
  margin-top: 0px;
}
.detail__tabs li {
  display: table-cell;
  position: relative;
  text-align: center;
  cursor: grab;
  cursor: -webkit-grab;
  color: #efefef;
  vertical-align: middle;
}
.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px;
  padding-top: 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #fff;
}
.scroller-right {
  float: right;
}
.scroller-left {
  float: left;
}
@media (max-width: 2500px) {
  .detail__form__content.fixed {
    width: 425px;
  }
}
@media (max-width: 1440px) {
  .detail__form__content.fixed {
    width: 400px;
  }
}
@media (max-width: 1366px) {
  .detail__form__content.fixed {
    width: 375px;
  }
}
@media (max-width: 1024px) {
  .detail__form__content.fixed {
    width: 280px;
  }
}
@media (max-width: 449px) {
  .detail__side__rowgallery {
    padding: 0;
  }
  .detail__side__gallery {
    height: 350px;
  }
  .detail__side__name {
    display: none;
  }
  .detail__side__gallery__itemicon {
    padding-top: 30px;
  }
  .detail__form {
    position: fixed;
    right: 0;
    left: 0;
    height: 60px;
    bottom: 0;
    z-index: 3000;
    background: #fff;
    box-shadow: 2px 4px 8px 4px rgba(0,0,0,0.2);
  }
  .mobile_open .row_open_calendar {
    display: none !important;
  }
  .mobile_open .row_close_calendar {
    display: flex !important;
  }
  .row_open_calendar .detail__form__currency,
  .row_open_calendar .detail__form__money {
    font-size: 1.7em;
  }
  .row_open_calendar .detail__form__porpersona {
    font-size: 0.9em;
    color: #b4b4b4;
  }
  .detail__tabs {
    display: block;
  }
}
.login__btn {
  height: 50px;
  background: #ff9600;
  margin-top: 20px;
  border: 1px solid #ff9600;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  transition: 0.5s;
}
.login__btn:hover {
  background: #ff9600;
  color: #fff;
}
.login__boxLoginOption {
  display: flex;
  justify-content: center;
}
.login__boxLoginOption__subtitle {
  color: #787878;
  font-size: 1em;
}
.login__boxLoginOption__item {
  margin: 0 12px;
  cursor: pointer;
}
.login__boxLoginOption__item__img {
  width: 40px;
  height: 40px;
}
.profile__content {
  padding: 20px 100px;
  margin-top: 120px;
}
.profile__title {
  margin-top: 0;
  margin-bottom: 30px;
  color: #969696;
}
.profile__navcontent {
  visibility: visible;
}
.profile__navbar {
  visibility: visible;
}
.sidebar-nav .navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
.sidebar-nav .navbar ul {
  float: none;
  display: block;
  margin: 0px;
}
.sidebar-nav .navbar li {
  display: block;
  float: none;
  border-bottom: 1px solid #e7e7e7;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: #fff;
  border-left: 2px solid #ff9600;
  color: #ff9600 !important;
  font-weight: bold;
}
.sidebar-nav .navbar li a {
  display: block;
  padding: 12px 15px;
  color: #b4b4b4;
  text-decoration: none;
  transition: 0.5s;
}
.sidebar-nav .navbar li a:hover {
  color: #ff9600;
  text-decoration: none;
}
.iconMenuLateral {
  padding-right: 7px;
  font-size: 16px;
}
.navSetting {
  background: #fff !important;
}
.navSetting__boxtitle {
  visibility: visible;
}
.navSetting__title {
  padding-top: 0 !important;
  color: #969696 !important;
  font-weight: bold;
  font-size: 1.2em;
}
.navSetting__title:hover {
  text-decoration: none;
  color: #969696 !important;
}
.navSetting__form__boxTitle {
  border-bottom: 1px solid #b4b4b4;
}
.navSetting__form__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5em;
  color: #969696;
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.profile__navcontent.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  width: 100%;
  border-color: #e7e7e7;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.navbar-header {
  width: 100%;
}
.btnMenuPerfil {
  display: none;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}
.profile__navbar.collapse {
  display: block;
  padding-bottom: 0;
  overflow: visible !important;
}
@media (max-width: 449px) {
  .btnMenuPerfil {
    display: block;
    border: none !important;
  }
  .btnMenuPerfil:focus {
    background: #fff !important;
  }
  .btnMenuPerfil:hover {
    background: #fff !important;
  }
  .btnMenuPerfil__icon {
    font-weight: bold;
  }
  .profile__content {
    padding: 0;
  }
  .profile__navbar.collapse {
    display: none;
  }
  .profile__navbar.collapse.show {
    display: block;
  }
  .navSetting {
    padding-left: 10px;
    background: #fafafa !important;
  }
  .navbar-toggle {
    background: #fafafa !important;
  }
  .navbar-toggle:focus {
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;
    background: #fafafa !important;
  }
  .navSetting__boxtitle {
    display: none !important;
  }
}
.cart__content {
  margin-top: 120px;
}
.cart__title {
  color: #969696;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 20px;
}
.cart__detail {
  padding: 0 0 20px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px 0 rgba(62,28,131,0.1);
  border-radius: 6px;
  background: #fff;
}
.cart__detail__header {
  padding-left: 5px;
  padding-right: 5px;
  background: #fff;
  border-bottom: 1px solid #eef3f7;
  color: #969696;
  font-weight: bold;
  font-size: 1.2em;
}
.cart__detail__rowContent {
  display: block;
  min-height: 212px;
}
.cart__detail__row {
  border-top: 1px solid #eef3f7;
  align-items: center;
  padding: 0 5px;
}
.cart__detail__row__figure {
  height: 70px;
  width: 100%;
  background-image: url("../img/empty-img.png");
  background-position: center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
}
.cart__detail__row__img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  font-size: 0;
}
.cart__detail__row__contentName {
  padding: 0 10px;
}
.cart__detail__row__name {
  color: #787878;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart__detail__row__price {
  color: #ff9600;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.cart__detail__row__category {
  color: #b4b4b4;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 5px;
}
.cart__detail__row__subtotal {
  color: #969696;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
}
.cart__detail__row__btnTrash {
  padding: 5px;
  background: #fff;
  color: #f00;
  font-size: 1.4em;
}
.cart__detail__rowCupon {
  margin-top: 10px;
  align-items: center;
  padding: 0 10px;
}
.cart__detail__rowCupon__input {
  font-size: 1.2em;
}
.cart__detail__rowCupon__btn {
  font-size: 1.2em;
}
.cart__detail__btnUpdateCart {
  background: #ff9600;
  color: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
}
.cart__detail__btnUpdateCart:hover {
  color: #fff;
}
.cart__paid {
  background: #fff;
  display: block;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(62,28,131,0.1);
  margin-bottom: 30px;
}
.cart__paid__header {
  padding-left: 25px;
  padding-right: 25px;
  background: #fff;
  border-bottom: 1px solid #eef3f7;
  color: #969696;
  font-weight: bold;
  font-size: 1.2em;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart__paid__row {
  align-items: center;
  padding: 5px 25px;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.cart__paid__row__left {
  font-weight: 300;
  text-align: left;
  color: #787878;
}
.cart__paid__row__right {
  font-weight: 700;
  text-align: right;
  color: #969696;
}
.cart__paid__btnPaid {
  height: 45px;
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.2em;
  background-color: #68cf91;
}
.cart__paid__btnPaid:hover {
  color: #fff;
}
.cart__paid__body {
  align-items: center;
  flex-wrap: wrap;
}
.cart__paid__divider {
  background: #f1f6fa;
  width: 100%;
}
.cart__paid__labelTotal {
  color: #b4b4b4;
  font-size: 20px;
  font-weight: 600;
}
.cart__paid__labelPrice {
  color: #ff9600;
  font-weight: bold;
  font-size: 25px;
}
.cart__activity__title {
  margin-bottom: 20px;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  color: #969696;
}
.cart__activity__item {
  box-shadow: 0 0 10px 0 rgba(62,28,131,0.1);
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
}
.cart__activity__item__contentimg {
  width: 100%;
  height: 80px;
  margin: 0;
}
.cart__activity__item__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.cart__activity__item__contentDescription {
  padding-left: 10px;
}
.cart__activity__item__name {
  height: 35px;
  color: #787878;
  margin-bottom: 5px;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart__activity__item__price {
  color: #ff9600;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.cart__activity__item__category {
  color: #787878;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1em;
}
.cart__activity__item__btnadd {
  width: 100%;
  height: 30px;
  border: 1px solid #ff9600;
  color: #ff9600 !important;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
}
.cart__activity__item__btnadd:hover {
  font-size: 1.1em;
}
.cart__summary {
  margin-bottom: 20px;
}
.cart__summary__contentLogo {
  display: flex;
  width: 140px;
  height: 70px;
}
.cart__summary__logo {
  width: 100%;
  height: 100%;
}
.cart__summary__contentDescription {
  padding: 0 20px 15px;
}
.cart__summary__icon {
  font-size: 20px;
  color: #969696;
}
.cart__summary__name {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #969696;
}
.cart__summary__description {
  margin-bottom: 0;
  font-size: 1em;
  text-align: justify;
  color: #787878;
}
@media (max-width: 1024px) {
  .btn-decrement,
  .btn-increment {
    min-width: 2rem !important;
  }
  .cart__detail__row__contentFigure {
    width: 25%;
  }
  .cart__detail__row__contentName {
    width: 65%;
  }
  .cart__paid__labelTotal {
    font-size: 18px;
  }
  .cart__paid__labelPrice {
    font-size: 20px;
  }
}
@media (max-width: 449px) {
  .cart__content {
    margin-top: 80px;
  }
  .cart__detail__parent {
    overflow-x: auto;
  }
  .cart__detail {
    width: 620px;
    margin-bottom: 20px;
  }
  .cart__paid {
    margin-top: 20px;
  }
}
.datepicker table tr td.active {
  background: #ff9600 !important;
  border-radius: 5px;
}
.datepicker td,
.datepicker th {
  font-size: 1.1em !important;
  width: 35px !important;
  padding: 5px 2px !important;
}
.Nilas__bg {
  background: url("../img/room-leito.jpg") !important;
}
.Room__price {
  font-size: 2.5rem !important;
  color: #ff9600 !important;
}
.Room__2_1,
.Room__2_2,
.Room__day {
  color: #ff9600 !important;
}
.Room__nameRoom {
  color: #969696 !important;
  font-weight: bold !important;
}
.Room__paragraph {
  color: #787878 !important;
  padding-left: 5px !important;
  padding-top: 5px !important;
}
.Room__itemImg {
  background-image: url("../img/empty-img.png") !important;
  background-position: center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover !important;
}
.Room__filterItem {
  width: 20%;
  border-right: 1px solid #e4e8ec;
  padding: 3rem 2rem 2rem 2rem !important;
}
div.Room_calCont {
  padding: 3rem 2rem 2rem 2rem !important;
}
.Room__filterNum {
  width: 75% !important;
}
.Room__filterBtn {
  background: #ff9600 !important;
}
.Room__filterBtn:focus {
  border: 1px solid #ff9600 !important;
  outline: 0px !important;
}
@media (max-width: 1024px) {
  .Room__cont {
    width: 90% !important;
  }
  .Room__price {
    font-size: 2rem !important;
  }
}
@media (max-width: 769px) {
  .Room__price {
    font-size: 2.4rem !important;
    margin-top: 25px !important;
  }
  .Room__itemImg {
    height: 15rem !important;
  }
}
@media (max-width: 449px) {
  section.Room__filter {
    height: 20rem !important;
  }
}
.Contact {
  background-image: url("../img/fondo_hotel.jpg") !important;
}
.Contact__titleForm {
  color: #ff9600 !important;
}
.mision_format {
  margin: 0 auto;
  width: 65%;
  padding: 4rem 0 2rem 0;
}
.text_format {
  font-size: 0.9rem;
  line-height: 1.8rem;
}
div.Contact__card {
  background: rgba(12,12,12,0.68) !important;
  border: none !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (max-width: 1024px) {
  .mision_format,
  .ContactForm {
    width: 85% !important;
  }
  .Contact__cont {
    padding: 2rem !important;
  }
}
.check__linkBack {
  font-size: 15px;
  color: #787878;
  text-decoration: none;
}
.check__linkBack:hover {
  text-decoration: none;
  color: #ff9600;
}
.check__sugerency {
  font-weight: bold;
  font-size: 14px;
  margin-left: 15px;
}
.check__boxTop {
  background: #ff9600;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  margin-bottom: 10px;
}
.check__accordion {
  box-shadow: 0 0 10px 0 rgba(62,28,131,0.1);
}
.check__card {
  background: #fff;
  border: none;
}
.check__card__header {
  background: #fff;
  border-top: 1px solid #f0f0f0;
}
.check__card__button {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  text-decoration: none;
  font-size: 20px;
  color: #a9b6bb;
}
.check__card__button:hover {
  text-decoration: none;
  color: #a9b6bb;
}
.check__card__button:focus {
  text-decoration: none;
  color: #a9b6bb;
}
.check__card__number {
  display: inline-flex;
  width: 35px;
  height: 35px;
  border-radius: 150%;
  background: #e9eeee;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  font-size: 18px;
  color: #a9b6bb;
}
.check__card__body {
  border-top: 1px solid #f0f0f0;
}
.check__side {
  box-shadow: 0 0 10px 0 rgba(62,28,131,0.1);
  padding: 0;
  flex-wrap: wrap;
}
.check__side__header {
  height: 60px;
  background: #fff;
  padding: 10px;
  align-items: center;
}
.check__side__header__label {
  text-transform: uppercase;
  font-size: 18px;
  color: #1b2f34;
  font-weight: 600;
}
.check__side__header__icon {
  font-size: 20px;
  text-align: right;
  color: #787878;
}
.check__side__accordion {
  width: 100%;
  border-radius: 0;
}
.check__side__item__cardHeader {
  padding: 10px;
}
.check__side__item__contentBody {
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
}
.check__side__item__btn {
  width: 100%;
  padding: 0;
  text-decoration: none;
}
.check__side__item__btn:hover {
  text-decoration: none;
}
.check__side__item__btn:focus {
  text-decoration: none;
}
.check__side__item__btn__name {
  color: #787878;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.check__side__item__btn__date {
  color: #68cf91;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
}
.check__side__item__price {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0;
  color: #68cf91;
  font-weight: bold;
}
.check__side__item__text {
  color: #787878;
  margin-bottom: 5px;
}
.check__side__bgTotal {
  background: #ff9600;
  text-align: right;
  height: 60px;
  align-items: center;
  padding: 15px;
  color: #fff;
}
.check__side__bgTotal__labelTotal {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 600;
}
.check__side__bgTotal__labelPrice {
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
}
.check__card__button[aria-expanded="true"] .check__card__number {
  background: #ff9600;
  color: #fff;
}
.check__card__button[aria-expanded="true"] {
  color: #1b2f34;
  font-weight: bold;
}
.check__side__item__btn[data-toggle="collapse"] .fa:before {
  content: "\f139";
  color: #ff9600;
}
.check__side__item__btn[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
  color: #ff9600;
}
.check__side__accordion .card {
  border-radius: 0;
}
.Reserve_imgVisa {
  width: 100%;
}
.Reserve_imgVisaCont {
  width: 6%;
  margin: 0;
  position: absolute;
  right: 1rem;
  top: 2.5rem;
}
.labelReser {
  color: #333;
  cursor: pointer;
  padding: 0;
  position: relative;
  top: -25px;
  background: #fff;
  border: 1px solid rgba(128,128,128,0.5);
  border-radius: 5px;
  width: 100%;
  z-index: 0;
  padding: 1.5rem 4rem 2.5rem 4rem;
  font-size: 18px;
}
.check_rese:checked {
  content: "";
  text-align: center;
  display: inline-block;
  background: #ff9600;
  border: 3px solid #ff9600;
  -webkit-box-shadow: 0 0 2px #ff9600;
  box-shadow: 0 0 2px #000;
  text-align: center;
  outline: none !important;
}
.Reserve__card {
  height: 7rem;
  position: relative;
}
.Reserve__card-m {
  position: relative;
}
.check_rese {
  background: #fff;
  border: 1px solid #808080;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
  -webkit-appearance: none;
  -webkit-transition: 0.15s;
  outline: none;
  z-index: 1;
  position: relative;
  top: 2rem;
  left: 1rem;
  outline: none;
}
.label_payRecep:after {
  content: attr(info);
  position: absolute;
  bottom: 15px;
  left: 3.5rem;
  font-style: italic;
  font-size: 1rem;
  color: rgba(0,0,0,0.7);
  margin-left: 0.5rem;
  font-weight: normal;
}
@media (max-width: 449px) {
  .check__side {
    margin-top: 20px;
  }
  .check__side__parent {
    padding: 0;
  }
  .Reserve__card {
    height: auto;
  }
  .labelReser {
    margin-bottom: 0;
    padding: 1rem 4rem 1rem 4rem;
  }
  .label_payRecep:after {
    position: relative;
    bottom: 0px;
    left: 0rem;
    margin-left: 0rem;
    font-size: 0.8rem;
  }
}
