html {
  /* force Webkit to allow 1px font-size */
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  background-color: #c68b11;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2rem;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #c68b11;
  font-weight: 500;
}

p {
  line-height: 2rem;
}

a {
  color: #c68b11;
}
a:hover {
  color: #976a0d;
}

.text-primary {
  color: #c68b11 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

.btn {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btn-xl {
  padding: 1.6rem 3rem !important;
  font-size: 1.6rem !important;
}

.btn-sm {
  padding: 1rem 2rem !important;
  font-size: 1rem !important;
}

.btn-st {
  padding: 0.4rem 1rem !important;
  font-size: 1.2rem !important;
}

.btn-primary {
  background-color: #c68b11;
  border-color: #c68b11;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #c68b11 !important;
  -webkit-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
}

.btn-secondary {
  background-color: #9c27b0;
  border-color: #9c27b0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #fff;
  background-color: #9c27b0 !important;
  -webkit-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
}

.btn-dark {
  background-color: #1d2124;
  border-color: #1d2124;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: #fff;
  background-color: #1d2124 !important;
  -webkit-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-link {
  padding: 1.6rem 3rem;
}

.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-link {
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  border-radius: 30px;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
}
.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  -webkit-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
}

.btn-light {
  background-color: #e2e6ea;
  color: #222330;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: #e2e6ea;
}

.btn-clean-white {
  color: #fff;
  text-decoration: underline;
}
.btn-clean-white:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-clean-black {
  color: #000;
}
.btn-clean-black:hover {
  color: #000;
}

.btn-link {
  color: #2e35b7;
}

.background-primary {
  background-color: #b47603;
  background-image: linear-gradient(225deg, #000 0%, #000 50%, #b47603 100%);
}

.background-secondary {
  background-color: #c68b11;
  background-image: linear-gradient(120deg, #c68b11, #81d4fa);
}

.background-tertiary {
  background-color: #784ba0;
  background-image: linear-gradient(120deg, #fff4b5, #81d4fa);
}

.background-white {
  background-color: #fff;
}

::-moz-selection {
  background: #c68b11;
  text-shadow: none;
}

::selection {
  background: #c68b11;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* Spinner { */
.loading {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  color: white;
  display: none;
  background-color: #c68b11;
  padding: 1.6rem 3.2rem;
  text-decoration: none !important;
  border: 0;
  text-align: center;
  width: 198px;
  height: 56px;
  margin: auto;
  border-radius: 30px;
}
.loading .spinner {
  display: inline-block;
  font-size: 0px;
  line-height: 0px;
  padding: 0px;
}
.loading .spinner span {
  border-radius: 100%;
  background: #ffffff;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px 2px 0 0;
  -webkit-animation: spinner 0.8s linear infinite alternate;
  animation: spinner 0.8s linear infinite alternate;
}
.loading .spinner span:nth-child(1) {
  -webkit-animation-delay: -0.8;
  animation-delay: -0.8s;
}
.loading .spinner span:nth-child(2) {
  -webkit-animation-delay: -0.53333s;
  animation-delay: -0.53333s;
}
.loading .spinner span:nth-child(3) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
}

@keyframes spinner {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
/* } Spinner */
/* FORMS { */
/* } FORMS */
/* FORMS { */
select.form-control:not([size]):not([multiple]) {
  height: auto;
}

form label {
  text-align: left;
  margin: 0 0 6px 1px;
  color: #c68b11;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 700;
  padding: 0;
}
form .form-group input,
form .form-group select {
  padding: 20px;
  height: 58px;
}
form .form-group textarea {
  padding: 20px !important;
  height: 250px !important;
}
form .form-group .form-control {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.43rem;
  font-weight: 300;
  color: #464646;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdbdb;
  border-radius: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form .form-group .form-control:focus {
  border-color: #c68b11;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 8px rgba(217, 217, 217, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.035), 0 0 8px rgba(217, 217, 217, 0.6);
}

.search-inputIcon {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
  display: block !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
  outline: none;
  background-color: #c68b11;
  border: 1px solid #c68b11;
  top: 0;
  width: 20%;
  height: 38px;
  float: left;
  padding: 9px 15px;
}

.search-inputIcon:hover {
  color: #fff;
  background-color: #ff8686;
}

.style_forms label {
  text-align: right;
}

/* Login */
form .text-danger ul {
  margin: 0;
  padding: 0 0 0 17px;
  text-align: left;
}

form .form-group label {
  text-align: right !important;
}

.text-danger {
  color: #c68b11 !important;
  margin-bottom: 0px;
}

.form-control::placeholder {
  color: #bec7cf !important;
}

.form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: initial;
}

/* } FORMS */
/* MODAL { */
.msn-modal {
  padding-right: 0 !important;
}
.msn-modal .modal-dialog {
  max-width: 60%;
}
.msn-modal .modal-dialog .modal-content {
  padding: 100px 0;
  text-align: center;
}
.msn-modal .modal-dialog .modal-content .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 53px;
  height: 53px;
  cursor: pointer;
  background-color: transparent;
}
.msn-modal .modal-dialog .modal-content .close-modal .lr {
  z-index: 1051;
  width: 4px;
  height: 40px;
  margin-left: 35px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #c68b11;
}
.msn-modal .modal-dialog .modal-content .close-modal .lr .rl {
  z-index: 1052;
  width: 4px;
  height: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #c68b11;
}
.msn-modal .modal-dialog .modal-content .container .row .col .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.msn-modal .modal-dialog .modal-content .container .row .col .modal-body .modal-title {
  margin-bottom: 10px;
  line-height: 1;
  color: #c68b11;
  font-size: 3.6rem;
}
.msn-modal .modal-dialog .modal-content .container .row .col .modal-body .modal-detail li {
  list-style: none;
}

/* } MODAL */
@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }

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

  .desktop {
    display: none !important;
  }

  .msn-modal .modal-dialog {
    max-width: 100%;
  }
}
/* Butons Share { */
/* Butons Share { */
.social_content {
  text-align: right;
  width: 100%;
  display: inline-block;
  padding: 0 6%;
  margin-top: -65px;
}

.content_social {
  height: 0px;
  display: inline-block;
  width: 1px;
  position: absolute;
  margin-top: -50px;
}

.content_social .social {
  position: absolute;
  z-index: 1000;
}

.content_social .social-toggle {
  background-position: -216px 0px;
  z-index: 10;
  position: absolute;
  left: -41px;
}

.content_social .social-toggle:hover {
  background-position: -216px -31px !important;
  z-index: 10;
}

.content_social .open {
  width: 260px !important;
}

.content_social .circle-share {
  margin: 0 auto;
  width: 60px;
}

.content_social .circle-share .text {
  float: left;
  width: 100%;
  padding-top: 44%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #c68b11;
}

.content_social .circle-share .circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #c68b11;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
  box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
}

.content_social .circle-share .text .icon {
  font-size: 24px;
  color: #fff;
}

.content_social .social-buttons {
  margin-top: 12px;
  overflow: hidden;
  position: absolute;
  right: 40px;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 1;
}

.content_social .social-buttons-inner {
  width: 263px;
  height: 44px;
}

.content_social .button-square {
  color: #fff;
  cursor: pointer;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.content_social .button-square:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.content_social .circle-social {
  margin: 0 auto;
  width: 40px;
}

.content_social .circle-social .text {
  float: left;
  width: 100%;
  padding-top: 47%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}

.content_social .circle-social .circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
  box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.12), 0 0.0625em 0.125em rgba(0, 0, 0, 0.24);
}

.content_social .circle-social .text .icon {
  font-size: 18px;
  color: #fff;
}

.content_social .color-facebook {
  background: #134aa5;
}

.content_social .color-twitter {
  background: #009ee0;
}

.content_social .color-linkedin {
  background: #004eff;
}

.content_social .color-behance {
  background: #07587a;
}

.content_social .color-pinterest {
  background: #ff0000;
}

.content_social .color-instagram {
  background: #0083be;
}

.content_social .color-enterprise {
  background: #4e73df;
}

.content_social .color-google-plus {
  background: #db4437;
}

.content_social .color-whatsapp {
  background: #01e675;
}

.fixed-top {
  z-index: 10000;
}

.modal {
  z-index: 10053;
}

.modal-backdrop {
  z-index: 10052;
}

/* } Butons Share */
/* } Butons Share */
@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  padding: 1rem;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
#mainNav .navbar-toggler {
  font-size: 3rem;
  right: 0;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #000000;
  border: 0;
  background-color: #ffffff;
  font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  padding: 0.6rem 1rem 0.5rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #c68b11;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:focus {
  color: rgba(255, 255, 255, 0.7);
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:focus:hover {
  color: #c68b11;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
  color: #c68b11 !important;
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active:hover {
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-primary:hover {
  color: #fff;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-primary.active {
  color: #fff !important;
  background-color: #c68b11;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-dark:hover {
  color: #fff;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-dark.active {
  color: #fff !important;
  background-color: #b47603;
  background-image: linear-gradient(225deg, #000 0%, #000 50%, #b47603 100%);
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom {
  color: #fff;
  padding: 0 1rem;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom i {
  font-size: 3rem !important;
  cursor: pointer;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom:hover {
  color: #c68b11;
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom.active {
  color: #c68b11 !important;
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom.active:hover {
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle:after {
  display: none;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle .pic_user_avatar {
  height: 31px;
  width: 31px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  background-color: transparent;
  border: none;
  padding-bottom: 0;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
  color: #c68b11;
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item.active {
  color: #c68b11 !important;
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item.active:hover {
  background-color: transparent;
}
#mainNav .navbar-collapse ul.navbar-nav li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item a.nav-link {
  color: #212529;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item .btn-dark {
  color: #fff !important;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item.dropdown {
  margin: 10px 0 0 0;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item.dropdown a.nav-link {
  color: #212529;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item.dropdown .btn-dark {
  color: #fff !important;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom {
  color: #212529;
}
#mainNav .navbar-collapse.show ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
  color: #212529;
}
#mainNav.navbar-shrink {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
  padding: 0.6rem 1rem 0.5rem 1rem;
  color: #212529;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #c68b11;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:focus {
  color: #212529;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:focus:hover {
  color: #c68b11;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-primary {
  color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-primary:hover {
  color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-primary:focus {
  color: rgba(255, 255, 255, 0.7);
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-primary:focus:hover {
  color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-dark {
  color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-dark:hover {
  color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-dark:focus {
  color: rgba(255, 255, 255, 0.7);
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.btn-dark:focus:hover {
  color: #fff;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom {
  padding: 0 1rem;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom i {
  font-size: 3rem !important;
  cursor: pointer;
  color: #212529;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom:hover {
  color: #c68b11;
  background-color: transparent;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom.active {
  color: #c68b11 !important;
  background-color: transparent;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle.custom.active:hover {
  background-color: transparent;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle:after {
  color: #212529;
  display: none;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link.dropdown-toggle .pic_user_avatar {
  height: 31px;
  width: 31px;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
  background-color: #fff;
  border: none;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
  color: #212529;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
  color: #c68b11;
  background-color: transparent;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item.active {
  color: #c68b11 !important;
  background-color: transparent;
}
#mainNav.navbar-shrink .navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item.active:hover {
  background-color: transparent;
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
}
@media (max-width: 990px) {
  #mainNav .logo_white {
    display: none !important;
  }
  #mainNav .logo_black {
    display: block !important;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
header.masthead h1 {
  font-size: 2rem;
}
header.masthead p {
  font-weight: 300;
}
@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 4rem;
  }
}

header.hero {
  margin: 0;
}
header.hero .bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  margin: 0px;
}
header.hero .bx-wrapper .bx-viewport ul {
  display: inline-block;
}
header.hero .bx-wrapper .bx-viewport ul li {
  background-color: #c68b11;
  height: 600px;
  min-height: 600px;
}
header.hero .bx-wrapper .bx-viewport ul li .detail {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
}
header.hero .bx-wrapper .bx-viewport ul li .detail .container {
  height: 100%;
}
header.hero .bx-wrapper .bx-viewport ul li .detail .container .row {
  display: table !important;
  width: 100%;
  margin: 0;
}
header.hero .bx-wrapper .bx-viewport ul li .detail .container .row .column {
  vertical-align: middle;
  display: table-cell;
}
header.hero .bx-wrapper .bx-viewport ul li .detail .container .row .column img {
  display: initial !important;
}
header.hero .bx-wrapper .bx-viewport ul li .detail .container .row .column h1 {
  text-align: center;
  color: #ffffff !important;
  font-size: 1.5rem;
}
header.hero .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 6% !important;
}
header.hero .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 6% !important;
}
header.hero .bx-wrapper .bx-controls .bx-pager {
  bottom: 20px !important;
}
header.hero .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item .bx-pager-link {
  background: none repeat scroll 0 0 #c68b11;
  border: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 5px;
  margin-right: 5px;
  opacity: 1;
  width: 5px;
  outline: 0;
  text-indent: -9999px;
}
header.hero .bx-wrapper .bx-controls .bx-pager.bx-default-pagera:hover, header.hero .bx-wrapper .bx-controls .bx-pager.bx-default-pagera.active {
  background: #ff5252;
}
header.hero .bx-wrapper .bx-controls.bx-has-controls-auto {
  bottom: auto !important;
}
header.hero .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
  margin-top: -40px !important;
  padding: 0 !important;
}
header.hero .bx-wrapper .bx-controls.bx-has-pager .bx-controls-auto {
  display: none;
}
header.hero.hero-shrink {
  margin: 101px 0 0 0;
}

header.hero-video {
  margin: 127px 0 0 0;
}
header.hero-video .content-video {
  overflow: hidden;
}
header.hero-video .content-video video {
  height: auto;
  width: 100%;
  min-width: 100%;
  min-height: auto;
  margin: auto;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: "Quicksand", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media (max-width: 768px) {
  header.hero .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0 !important;
  }
  header.hero .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0 !important;
  }
}
.index header.hero {
  opacity: 0;
}
.index section.network {
  padding: 0px;
  height: 0px;
}
.index section.login {
  padding: 5.5rem 0 6rem 0;
  background-color: #fff;
}
.index section.login .form-group {
  margin-bottom: 0;
}
.index section.login .form-group .text-danger {
  font-size: 1.2rem;
  color: #c68b11 !important;
  margin-bottom: 0px;
}
.index section.login .btn-primary {
  width: 100%;
}
.index section.login .margin_30 {
  margin-top: 34px;
}
.index section.about-us {
  padding: 12.8rem 0;
  background-color: #c68b11 !important;
}
.index section.about-us h2 {
  font-weight: 700;
  color: #fff;
}
.index section.about-us hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
.index section.about-us p {
  color: #fff;
}
.index section.about-us p strong {
  font-weight: bolder;
}
.index section.about-us .btn-light:hover {
  -webkit-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0px -6px 0px -1px rgba(0, 0, 0, 0.23);
}
.index section.cabins {
  background-color: #fff;
  padding: 12.8rem 0 8rem 0;
}
.index section.cabins hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #c68b11;
}
.index section.cabins .cabins-box {
  padding-right: 0;
  padding-left: 0;
}
.index section.cabins .cabins-box .cabins-hover {
  background: rgba(198, 139, 17, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.index section.cabins .cabins-box .cabins-hover:hover {
  opacity: 1;
}
.index section.cabins .cabins-box .cabins-hover .cabins-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
.index section.cabins .cabins-box .cabins-hover .cabins-hover-content .fa-3x {
  font-size: 6rem;
}
.index section.cabins .cabins-box .service-box {
  padding: 3rem;
}
.index section.cabins .cabins-box .service-box .icon_cabins {
  margin: 0 0 25px 0;
}
.index section.cabins .cabins-box .service-box .icon_cabins h3 {
  margin-bottom: 1.6rem !important;
}
.index section.cabins .cabins-box .service-box .icon_cabins .text-muted {
  color: #343a40;
}
.index section.cabins .cabins-box .service-box .icon_cabins p {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.index section.gallery {
  padding: 0;
}
.index section.gallery .container-fluid {
  padding: 0 !important;
}
.index section.gallery .container-fluid .portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.index section.gallery .container-fluid .portfolio-box .img-fluid {
  max-width: 100%;
  height: auto;
}
.index section.gallery .container-fluid .portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(198, 139, 17, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.index section.gallery .container-fluid .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  padding: 5%;
}
.index section.gallery .container-fluid .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.index section.gallery .container-fluid .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 1.8rem;
}
.index section.gallery .container-fluid .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .text-faded {
  color: rgba(255, 255, 255, 0.7);
}
.index section.gallery .container-fluid .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.index section.gallery .container-fluid .portfolio-box:focus {
  outline: none;
}
.index section.how-to-get {
  padding: 12.8rem 0;
  background-color: #212529;
}
.index section.how-to-get h2 {
  color: #fff;
}
.index section.how-to-get hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #fff;
}
.index section.how-to-get p {
  color: #fff;
}
.index section.maps {
  background-color: #212529;
  padding: 0;
}
.index section.contact {
  background-color: #fff;
  padding: 12.8rem 0;
}
.index section.contact hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #c68b11;
}
.index section.contact a {
  color: #212529;
}
.index section.contact a:hover {
  color: #c68b11;
}
.index section.contact .check {
  display: inline-block;
  float: left;
  height: 27px !important;
}
.index section.contact .check-text {
  padding: 0 14px !important;
  height: 16px !important;
  display: inline-block;
  margin: 0;
}
.index section.contact .contactWhatsApp {
  cursor: pointer;
}
.index section.contact .contactWhatsApp:hover {
  color: #c68b11;
}

@media (max-width: 992px) {
  .index section.social .container .row .module {
    padding: 6px;
  }
}
#registry header.hero {
  padding: 12rem 0 5rem 0;
}
#registry header.hero h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem !important;
}
#registry header.hero hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
#registry header.hero p {
  color: #fff;
  margin-bottom: 3rem !important;
}
#registry section.registry {
  padding: 6rem 0 12rem 0;
  background-color: #fff;
}
#registry section.registry hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #c68b11;
}
#registry section.registry .user_img {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 1%;
}
#registry section.registry .user_img .img {
  width: 80px;
  height: 80px;
  position: relative;
  display: table-cell;
  background-size: cover;
  border-radius: 50%;
}
#registry section.registry .user_img .input {
  width: 100%;
}
#registry section.registry .check {
  display: inline-block;
  float: left;
  height: 27px !important;
}
#registry section.registry .check-text {
  padding: 0 14px !important;
  height: 16px !important;
  display: inline-block;
  margin: 5px;
}
#registry section.registry .text-danger {
  margin-top: 5px;
}
#registry section.registry .text-danger ul li {
  font-size: 1.2rem;
}
#registry section.registry form .users_pic_profile_content {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 5px 5px 5px;
}
#registry section.registry form .users_pic_profile_content .img-circle {
  border-radius: 50%;
}
#registry section.registry form .users_pic_profile_content .users_pic_profile_content_img {
  width: 50px;
  height: 50px;
  position: relative;
  display: table-cell;
  background-size: cover;
}
#registry section.registry form .users_pic_profile_content_input input {
  height: auto !important;
}

#login header.hero {
  padding: 12rem 0 5rem 0;
}
#login header.hero h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem !important;
}
#login header.hero hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
#login header.hero p {
  color: #fff;
  margin-bottom: 3rem !important;
}
#login section.login {
  padding: 6rem 0 12rem 0;
  background-color: #fff;
}
#login section.login hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #c68b11;
}
#login section.login .user_img {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 1%;
}
#login section.login .user_img .img {
  width: 80px;
  height: 80px;
  position: relative;
  display: table-cell;
  background-size: cover;
  border-radius: 50%;
}
#login section.login .user_img .input {
  width: 100%;
}
#login section.login .check {
  display: inline-block;
  float: left;
  height: 27px !important;
}
#login section.login .check-text {
  padding: 0 14px !important;
  height: 16px !important;
  display: inline-block;
  margin: 5px;
}
#login section.login .text-danger {
  margin-top: 5px;
}
#login section.login .text-danger ul li {
  font-size: 1.2rem;
}
#login section.login form .users_pic_profile_content {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 5px 5px 5px;
}
#login section.login form .users_pic_profile_content .img-circle {
  border-radius: 50%;
}
#login section.login form .users_pic_profile_content .users_pic_profile_content_img {
  width: 50px;
  height: 50px;
  position: relative;
  display: table-cell;
  background-size: cover;
}
#login section.login form .users_pic_profile_content_input input {
  height: auto !important;
}

#sections header.hero {
  padding: 12rem 0 5rem 0;
}
#sections header.hero h1 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem !important;
}
#sections header.hero hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
#sections header.hero p {
  color: #fff;
  margin-bottom: 3rem !important;
}
#sections section.sections {
  padding: 6rem 0 12rem 0;
  background-color: #fff;
}
#sections section.sections hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #c68b11;
}
#sections section.sections .user_img {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 1%;
}
#sections section.sections .user_img .img {
  width: 80px;
  height: 80px;
  position: relative;
  display: table-cell;
  background-size: cover;
  border-radius: 50%;
}
#sections section.sections .user_img .input {
  width: 100%;
}
#sections section.sections .check {
  display: inline-block;
  float: left;
  height: 27px !important;
}
#sections section.sections .check-text {
  padding: 0 14px !important;
  height: 16px !important;
  display: inline-block;
  margin: 5px;
}
#sections section.sections .text-danger {
  margin-top: 5px;
}
#sections section.sections .text-danger ul li {
  font-size: 1.2rem;
}
#sections section.sections form .users_pic_profile_content {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 5px 5px 5px;
}
#sections section.sections form .users_pic_profile_content .img-circle {
  border-radius: 50%;
}
#sections section.sections form .users_pic_profile_content .users_pic_profile_content_img {
  width: 50px;
  height: 50px;
  position: relative;
  display: table-cell;
  background-size: cover;
}
#sections section.sections form .users_pic_profile_content_input input {
  height: auto !important;
}

#interactive-map .mapa {
  background-color: #ffffff;
  padding: 66px 0;
}
#interactive-map .mapa ul li {
  text-align: left;
}
#interactive-map .mapa input.cordenadas {
  color: #fff !important;
  height: 12px;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 8px;
  text-align: right;
  display: inline-block !important;
  width: auto !important;
  float: left;
  height: 0px !important;
  border: none;
}
#interactive-map .mapa .add_pin .form-control {
  width: 80%;
  float: left;
  border-right: none !important;
  border-radius: 3px 0 0 3px !important;
  display: block;
  height: 38px !important;
  padding: 6px 12px !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #464646;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03) !important;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

#test header.hero {
  padding: 12rem 0 5rem 0;
}
#test header.hero h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem !important;
}
#test header.hero hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
#test header.hero p {
  color: #fff;
  margin-bottom: 3rem !important;
}
#test header.hero1 {
  padding: 12rem 0 5rem 0;
  background-color: #c68b11;
  background-image: linear-gradient(120deg, #c68b11, #81d4fa);
}
#test header.hero1 h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem !important;
}
#test header.hero1 hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
#test header.hero1 p {
  color: #fff;
  margin-bottom: 3rem !important;
}
#test header.hero2 {
  padding: 12rem 0 5rem 0;
  background-color: #784ba0;
  background-image: linear-gradient(120deg, #fff4b5, #81d4fa);
}
#test header.hero2 h2 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem !important;
}
#test header.hero2 hr {
  max-width: 50px;
  border-width: 3px;
  margin: 1.5rem auto;
  border-color: #fff;
}
#test header.hero2 p {
  color: #fff;
  margin-bottom: 3rem !important;
}
#test section.test {
  padding: 12.8rem 0;
  background-color: #fff;
}
#test section.test hr {
  max-width: 50px;
  border-width: 3px;
  margin: 2.4rem auto;
  border-color: #c68b11;
}
#test section.test .content-circle {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 1% 4%;
}
#test section.test .content-circle .circle {
  width: 100px;
  height: 100px;
  position: relative;
  display: table-cell;
  background-size: cover;
  border-radius: 50%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#test section.test .content-circle .input {
  width: 100%;
}
#test section.test .check {
  display: inline-block;
  float: left;
  height: 27px !important;
}
#test section.test .check-text {
  padding: 0 14px !important;
  height: 16px !important;
  display: inline-block;
  margin: 0;
}
#test section.test .text-danger {
  margin-top: 5px;
}
#test section.test .text-danger ul li {
  font-size: 1.2rem;
}
#test section.test .background-primary {
  background-color: #b47603;
  background-image: linear-gradient(225deg, #000 0%, #000 50%, #b47603 100%);
}
#test section.test .background-secondary {
  background-color: #c68b11;
  background-image: linear-gradient(120deg, #c68b11, #81d4fa);
}
#test section.test .background-tertiary {
  background-color: #784ba0;
  background-image: linear-gradient(120deg, #fff4b5, #81d4fa);
}
#test section.test .back-primary {
  background-color: #bc1686;
}
#test section.test .back-primary1 {
  background-color: #fc466b;
}
#test section.test .back-primary2 {
  background-color: #FF4081;
}
#test section.test .back-primary3 {
  background-color: #FF3CAC;
}
#test section.test .back-primary4 {
  background-color: #FF5ACD;
}
#test section.test .back-secondary {
  background-color: #784BA0;
}
#test section.test .back-secondary1 {
  background-color: #9C27B0;
}
#test section.test .back-secondary2 {
  background-color: #B721FF;
}
#test section.test .back-tertiary {
  background-color: #3f5efb;
}
#test section.test .back-tertiary1 {
  background-color: #2B86C5;
}
#test section.test .back-tertiary2 {
  background-color: #21D4FD;
}
#test section.test .back-tertiary3 {
  background-color: #81D4FA;
}
#test section.test .back-quaternary {
  background-color: #FEE140;
}
#test section.test .back-septuagenarian {
  background-color: #FF2525;
}
.footer {
  padding: 40px 0;
  text-align: center;
  background-color: #212529;
}
.footer .container .row .list-inline > li {
  display: inline-block;
  padding: 10px;
}
.footer .container .row ul.social-buttons {
  margin-bottom: 0;
  display: inline-block;
}
.footer .container .row ul.social-buttons li a {
  display: block;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #212529;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.footer .container .row ul.social-buttons li a:hover, .footer .container .row ul.social-buttons li a:focus, .footer .container .row ul.social-buttons li a:active {
  background-color: #c68b11;
  color: #fff;
}
.footer .container .row ul.social-buttons li a .fa .tiktok-image {
  height: 20px;
  width: 20px;
  background-image: url("../../images/tiktok_icon_blak.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 -3px 0;
}
.footer .container .row ul.social-buttons li a .fa .tiktok-image:hover {
  background-image: url("../../images/tiktok_icon.svg");
}
.footer .container .row .copiright {
  margin: 12px 0 0 0;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.footer .container .row .t-left {
  text-align: left;
}
.footer .container .row .t-right {
  text-align: right;
}

@media (max-width: 991px) {
  footer .container .row ul {
    display: inline-block;
  }
  footer .container .row ul li {
    text-align: center !important;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2.3rem !important;
  }
  footer .container .row ul li strong {
    margin: 5px 0 0 0;
  }
  footer .container .row ul.s-buttons li {
    float: left;
    width: 24px;
  }
}
@media (max-width: 990px) {
  .list-inline {
    margin: 20px 0;
  }

  .t-left {
    text-align: inherit !important;
  }

  .t-right {
    text-align: inherit !important;
  }
}

/*# sourceMappingURL=style.css.map */
