@font-face {
  font-family: LetraRegular;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: LetraBold;
  src: url("../fonts/Lato-Bold.ttf");
}
@font-face {
  font-family: LetraBlack;
  src: url("../fonts/Lato-Black.ttf");
}
/* Container full width */
html {
  font-size: 18px;
  scroll-padding-top: 160px !important;
}

body {
  margin: 0;
  padding: 0;
  background: #F7F7F7;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

h1,
.h1 {
  color: #c2311c;
  font-family: LetraBold;
  font-size: 48px;
  font-size: 2.66667rem;
  margin: 0;
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  color: #c2311c;
  font-family: LetraBold;
  font-size: 42px;
  font-size: 2.33333rem;
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  color: #c2311c;
  font-family: LetraBold;
  font-size: 34px;
  font-size: 1.88889rem;
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  color: #c2311c;
  font-family: LetraBold;
  font-size: 30px;
  font-size: 1.66667rem;
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  color: #c2311c;
  font-family: LetraBold;
  font-size: 24px;
  font-size: 1.33333rem;
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 14px;
  }
}

h6,
.h6 {
  color: #c2311c;
  font-family: LetraBold;
  font-size: 20px;
  font-size: 1.11111rem;
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 12px;
  }
}

p,
.text {
  color: #737373;
  font-size: 18px;
  font-size: 1rem;
  margin-top: 10px;
}
@media (max-width: 767px) {
  p,
  .text {
    font-size: 14px;
  }
}

a:hover, a:visited, a {
  text-decoration: none;
}

.title {
  font-size: 60px;
  font-size: 3.33333rem;
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  img-responsive {
    width: 100%;
  }
}

.header {
  background: #e9e9e9 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header__top {
  background: #c2311c;
}

.header__social {
  margin-bottom: 5px;
  margin-right: 160px;
}
@media (max-width: 991px) {
  .header__social {
    margin-right: 0;
  }
}
.header__social ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.header__social li {
  display: inline-block;
  margin: 0 10px;
}
.header__social a {
  padding: 3px;
  display: block;
  border-radius: 30px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}
.header__social a:hover {
  background: #A01804;
}

.header__bottom--container {
  justify-content: space-between;
}

/**/
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
}

.nav-bar {
  margin-top: 15px;
}

.navbar-nav {
  margin-top: 30px;
}

.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
  padding: 14px 15px;
  font-weight: bold;
}

li a.active {
  color: #c2311c !important;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #c2311c;
}

.header__bottom__logo {
  align-items: center;
}
@media (max-width: 991px) {
  .header__bottom__logo {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__bottom__logo {
    align-items: flex-start;
  }
}
.header__bottom__logo img {
  margin: 0 auto;
}

.navbar-header {
  display: flex;
}
@media (max-width: 991px) {
  .navbar-header {
    margin: 0 !important;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .navbar-toggle {
    margin-right: 0;
  }
}
/* modal */
@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto;
  }
}
@media smallPhone {
  .modal-dialog {
    padding-top: 50px;
  }
}

.slick-services__image {
  display: flex;
  justify-content: center;
}

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

.modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.modal-footer {
  border: none;
  text-align: center;
  padding: 0;
}

.close {
  float: inherit;
  color: #000000;
  opacity: inherit;
  padding: 5px 8px !important;
  background: #fff !important;
  border-radius: 50%;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1 !important;
}

.slick-services__title h4 {
  color: #fff;
  font-family: inherit;
}
@media (max-width: 991px) {
  .slick-services__title h4 {
    font-size: 18px;
  }
}

.slick-services__image img {
  border: 7px solid #fff;
}
@media (max-width: 575px) {
  .slick-services__image img {
    max-width: 100%;
  }
}

.slick-services .slick-prev:before {
  content: '<';
  font-family: inherit;
  font-size: 40px;
}
.slick-services .slick-next:before {
  content: '>';
  font-family: inherit;
  font-size: 40px;
}
.slick-services .slick-prev,
.slick-services .slick-next {
  color: #fff;
  opacity: inherit;
  position: absolute;
}
.slick-services .slick-next {
  right: 170px;
}
@media (max-width: 991px) {
  .slick-services .slick-next {
    right: 0;
  }
}
@media (max-width: 575px) {
  .slick-services .slick-next {
    right: -25px;
  }
}
.slick-services .slick-prev {
  left: 170px;
}
@media (max-width: 991px) {
  .slick-services .slick-prev {
    left: 0;
  }
}
@media (max-width: 575px) {
  .slick-services .slick-prev {
    left: -25px;
  }
}

/**/
.nav-toggle {
  padding: 27px 19px;
  width: 18px;
  height: 2px;
  border: 0;
  box-sizing: content-box;
  background-clip: content-box;
  transition: background-color 500ms ease-in-out 250ms;
  background-color: #000000 !important;
}
.nav-toggle:before, .nav-toggle:after {
  position: relative;
  content: '';
  display: block;
  width: 18px;
  height: 2px;
  background-color: #000000;
  transition: transform 500ms ease-in-out;
}
.nav-toggle:before {
  top: -6px;
}
.nav-toggle:after {
  bottom: -4px;
}
.nav-toggle__text {
  display: none;
}
.nav-toggle--active {
  background-color: transparent !important;
  transition-delay: 0s;
}
.nav-toggle--active:before {
  transform: translateY(6px) rotate(-225deg);
}
.nav-toggle--active:after {
  transform: translateY(-6px) rotate(225deg);
}

.about h2 {
  font-size: 60px;
  font-size: 3.33333rem;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .about h2 {
    font-size: 30px;
    font-size: 1.66667rem;
  }
}

p {
  font-size: 18px;
  font-size: 1rem;
}

.about__items {
  justify-content: center;
}

.about__item {
  padding: 15px;
}
.about__item h6 {
  font-family: LetraRegular;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about__item h6 {
    font-size: 18px;
    font-size: 1rem;
  }
}
.about__item h6:hover {
  font-size: 22px;
  font-size: 1.22222rem;
  color: #676767;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
}
.about__item img:hover {
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .about__item img {
    margin: 0 auto;
  }
}

.about__info {
  margin-bottom: 45px;
  padding: 0 15px;
}
.about__info p {
  text-align: justify;
}
@media (max-width: 991px) {
  .about__info p {
    font-size: 15px;
  }
}

/* Media */
@media (max-width: 991px) {
  .flex {
    flex-direction: column;
  }

  .nav-bar {
    margin-top: 0;
  }

  .navbar-toggle {
    float: left;
    margin-left: 15px;
    padding-right: 10px;
  }
}
/**/
.competitive {
  position: relative;
}

.competitive__info {
  background-size: cover;
}
.competitive__info img {
  width: 80px;
  height: 80px;
  margin: 15px 50px;
}
@media (max-width: 991px) {
  .competitive__info img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .competitive__image {
    max-width: 50px;
  }
}

.competitive__container {
  display: flex;
  width: 50%;
}
@media (max-width: 991px) {
  .competitive__container {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .competitive__images {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding-bottom: 50px;
    width: 25%;
  }
}

.competitive__item__info {
  border-left: 4px solid #c2311c;
}

.competitive__title {
  padding: 15px 0 25px 20px;
}

.competitive__background {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  position: relative;
  z-index: -9999999999999;
}
.competitive__background h3 {
  font-family: inherit;
  font-weight: bold;
  padding-top: 50px;
  margin-left: 100px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .competitive__background h3 {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .competitive__background {
    background-position: center;
  }
}

@media (max-width: 991px) {
  .competitive__container-main {
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.competitive__description {
  border-left: 4px solid #c2311c;
  border-bottom: 4px solid #c2311c;
  margin-bottom: 50px;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .competitive__description {
    margin-right: 0;
    width: 75%;
  }
}
.competitive__description .background-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .competitive__description .background-description {
    display: none;
  }
}

.competitive__title h5 {
  font-size: 25px;
  font-size: 1.38889rem;
  color: #000000;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .competitive__title h5 {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}
.competitive__title h6 {
  color: #555555;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
}

/**/
.contact {
  background: #c2311c;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .contact {
    flex-direction: column-reverse;
  }
}

.contact__map {
  position: relative;
  width: 30%;
}
@media (max-width: 991px) {
  .contact__map {
    width: 100%;
  }
}
.contact__map iframe {
  display: block;
  min-height: 507px;
  width: 100%;
}

.contact__form {
  max-width: 991px;
  width: 70%;
}
@media (max-width: 991px) {
  .contact__form {
    padding-top: 0;
    width: 100%;
  }
}
.contact__form .contact__caption {
  background-color: #c2311c;
  /*
  @media (max-width: 767px) {
    margin-top: 0;
  }
  */
}
.contact__form .contact__caption__wrapper {
  max-width: 850px;
  margin: 0 0 0 auto;
}
.contact__form h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .contact__form {
    position: relative;
  }
}

.contact__heading h2 {
  text-align: center;
  font-size: 30px;
  font-size: 1.66667rem;
}
@media (max-width: 991px) {
  .contact__heading h2 {
    font-size: 18px;
    font-size: 1rem;
  }
}

.contact__info,
.contact__form__container {
  padding: 0 15px;
  width: 50%;
}
@media (max-width: 991px) {
  .contact__info,
  .contact__form__container {
    width: 100%;
  }
}
.contact__info h3,
.contact__form__container h3 {
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 1px solid #e76c5b;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.11111rem;
}
@media (max-width: 991px) {
  .contact__info h3,
  .contact__form__container h3 {
    font-size: 15px;
    font-size: 0.83333rem;
  }
}

.contact__container {
  padding: 0 15px;
  display: flex;
}
@media (max-width: 767px) {
  .contact__container {
    padding: 0;
    flex-direction: column;
  }
}
.contact__container .info-detail ul {
  margin: 0;
  padding: 0;
}
.contact__container .info-detail ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-size: 0.77778rem;
  color: #fff;
  list-style: none;
  margin-bottom: 22px;
  display: flex;
}
@media (max-width: 767px) {
  .contact__container .info-detail ul li {
    font-size: 10px;
    font-size: 0.55556rem;
  }
}
.contact__container .info-detail ul li span {
  font-weight: bold;
}
.contact__container .info-detail ul i.fa {
  font-size: 16px;
  font-size: 0.88889rem;
  width: 25px;
  padding-right: 20px;
}

.contact__container .info-detail,
.contact__form__container form {
  border-top: 1px solid #8e2718;
  padding-top: 15px;
}

.contact__form__container input, .contact__form__container textarea {
  width: 100%;
  font-size: 13px;
  font-size: 0.72222rem;
  width: 100%;
  background: #fff;
  color: #8e2718;
  font-family: 'Open Sans', sans-serif;
  padding: 12px;
  border: 0;
  margin-bottom: 12px;
}
.contact__form__container textarea {
  max-height: 120px;
}
.contact__form__container input.submit-btn {
  background-repeat: no-repeat;
  background: url(../img/btn-bg.jpg);
  color: #fff;
  float: right;
  font-family: 'BenchNine', sans-serif;
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  margin: 0;
  padding: 0;
  width: 180px;
}
@media (max-width: 767px) {
  .contact__form__container input.submit-btn {
    float: inherit;
  }
}
@media (max-width: 767px) {
  .contact__form__container form {
    text-align: center;
  }
}

/**/
.footer__reserved p {
  font-size: 12px;
  font-size: 0.66667rem;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .footer__reserved p {
    text-align: center;
  }
}

.footer__container {
  text-align: right;
}
.footer__container a i.fa {
  font-size: 24px;
  color: #b1b1b1;
  padding: 22px 10px;
}
.footer__container a i.fa:hover {
  color: #c2311c;
}
@media (max-width: 767px) {
  .footer__container {
    text-align: center;
  }
}

/*Page*/
.banner__us {
  text-align: center;
  margin-top: 150px;
}
.banner__us img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner__us {
    margin-top: 140px;
  }
}

.us {
  margin-top: 40px;
}
.us img {
  width: 100%;
}
.us .item {
  background: #DADADA;
  border-left: 3px solid #c2311c;
  border-bottom: 3px solid #c2311c;
  margin-bottom: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .us .item {
    flex-direction: column;
  }
}
.us .item h4 {
  font-family: LetraBlack;
  text-align: center;
}
.us .item .col-md-5 {
  padding: 0;
}
.us .item.center {
  background: #CACACA;
}
@media (max-width: 991px) {
  .us .item.center {
    flex-direction: column-reverse;
  }
}
.us .item.center .item-single__description {
  margin-left: 35px;
  margin-right: 80px;
}
@media (max-width: 991px) {
  .us .item.center .item-single__description {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.us .item .item-single__info {
  display: flex;
  align-items: center;
}
.us .item .item-single__description {
  margin-right: 35px;
  margin-left: 45px;
}
@media (max-width: 991px) {
  .us .item .item-single__description {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.us p {
  text-align: justify;
  color: #424242;
  line-height: 1.1;
}
@media (max-width: 991px) {
  .us p {
    font-size: 14px;
  }
}

/**/
.service {
  background: #CACACA;
}
.service .service__items.flex {
  justify-content: center;
}
.service .service__items.top {
  margin-top: 17px;
}
.service .service__item {
  margin-top: 15px;
  justify-content: center;
}
.service .service__item h2 {
  font-size: 60px;
  font-size: 3.33333rem;
  font-family: LetraBlack;
  color: #000000;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  border-top: 1px solid #c2311c;
  border-bottom: 1px solid #c2311c;
}
@media (max-width: 991px) {
  .service .service__item h2 {
    font-size: 30px;
  }
}
.service .service__item .col {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.service .service__item .service-img {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 400px) {
  .service .service__item .service-img {
    padding: 0 15px;
    width: 100%;
  }
}

/**/
.client .client-title {
  margin: 40px 0;
}
.client .client-title p {
  font-size: 24px;
  font-size: 1.33333rem;
  text-align: center;
}
@media (max-width: 767px) {
  .client .client-title p {
    font-size: 14px;
  }
}
.client .client-title h2 {
  font-family: LetraBlack;
}
.client .client__item {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 400px) {
  .client .client__item img {
    width: 100%;
  }
}
.client .client__item .hover:hover {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.client .client__item .hover:hover img {
  opacity: 0;
  transition: 2s;
}
.client .client__item .palmas:hover {
  background-image: url(../img/clientes/hover/PALMAS-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .soltrak:hover {
  background-image: url(../img/clientes/hover/SOLTRAK-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .composol:hover {
  background-image: url(../img/clientes/hover/CAMPOSOL-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .isa:hover {
  background-image: url(../img/clientes/hover/ISA-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .bio:hover {
  background-image: url(../img/clientes/hover/BIO-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .hmy:hover {
  background-image: url(../img/clientes/hover/HMY-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .gh:hover {
  background-image: url(../img/clientes/hover/GH-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .idom:hover {
  background-image: url(../img/clientes/hover/IDOM-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .segura:hover {
  background-image: url(../img/clientes/hover/Segura-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .gss:hover {
  background-image: url(../img/clientes/hover/GSS-2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.client .client__item .miebach:hover {
  background-image: url(../img/clientes/hover/MIEBACH-2.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner-client {
  padding-top: 150px;
}
.banner-client img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-client {
    padding-top: 130px;
  }
}

/* Slick */
.slick img {
  width: 100%;
}
.slick .slick-prev {
  left: 0;
  z-index: 1;
  margin-left: 50px;
  background-image: url("../img/arrow-left.svg");
}
@media (max-width: 575px) {
  .slick .slick-prev {
    margin-left: 10px;
  }
}
.slick .slick-next {
  right: 0;
  margin-right: 50px;
  background-image: url("../img/arrow-right.svg");
}
@media (max-width: 575px) {
  .slick .slick-next {
    margin-right: 10px;
  }
}
.slick .slick-prev,
.slick .slick-next {
  width: 40px;
  height: 40px;
  opacity: 0.7;
}
.slick .slick-prev::before,
.slick .slick-next::before {
  font-size: 0;
  color: #555;
  opacity: 1;
}

.slide {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .slide {
    padding-top: 130px;
  }
}

/*---*/
.us-img img {
  width: 100%;
}

/**/
.banner-our-services {
  padding-top: 150px;
}
.banner-our-services .row {
  text-align: center;
}
.banner-our-services img {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-our-services {
    padding-top: 130px;
  }
}

/**/
.our-services h2 {
  font-family: LetraBlack;
  padding-top: 20px;
}

.our-services__items {
  background: #CACACA;
  border-left: 3px solid #c2311c;
  border-bottom: 3px solid #c2311c;
  margin-bottom: 16px;
}
.our-services__items h4 {
  font-family: LetraBlack;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
.our-services__items p {
  color: #424242;
  line-height: 1.1;
  text-align: justify;
}
@media (max-width: 991px) {
  .our-services__items p {
    font-size: 14px;
  }
}
.our-services__items .col-md-4 {
  padding: 0;
}
.our-services__items a {
  color: #fff;
}
.our-services__items a button {
  background: #c2311c;
  border-radius: 5px;
  font-family: LetraBold;
  border-color: #c2311c;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.our-services__items a button:hover {
  background: #fff;
  border-color: #c2311c;
  transition: all .7s ease 0s;
  -webkit-transition: all .7s ease 0s;
  -moz-transition: all .7s ease 0s;
  -o-transition: all .7s ease 0s;
  -ms-transition: all .7s ease 0s;
}
.our-services__items a button:hover {
  color: #c2311c;
}
.our-services__items .our-services__button {
  margin-top: 28px;
  text-align: center;
}
.our-services__items .single-us-img {
  width: 100%;
}

.our-services__container {
  margin-top: 60px;
}

/**/
label.error {
  font-size: 9px;
  font-weight: 600;
  text-align: right;
  color: #000000;
  display: block;
  width: 100%;
}

.form-message {
  background: #83d468;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.form-message p {
  color: #165800;
}

.form-message.form-message--error {
  background: #fb3542;
}
.form-message.form-message--error p {
  color: #520006;
}

.single-us-img {
  width: 420px;
}
@media (max-width: 991px) {
  .single-us-img {
    width: 100%;
  }
}

.modal.fade.in {
  display: flex !important;
  align-items: center;
}
@media (max-width: 991px) {
  .modal.fade.in {
    display: inherit !important;
    align-items: normal;
  }
}

.wsp-mobile {
  display: none !important;
}
@media (max-width: 991px) {
  .wsp-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .wsp-desktop {
    display: none !important;
  }
}
