/* body, html {
  overflow: hidden;
} */

body {
  font-size: 0.92rem;
  line-height: 1.3;
  margin: 0;
  font-family: sans-serif;
}

:root {
  --mdc-theme-primary: #206827;
  --mdc-theme-on-primary: #206827;
  --mdc-theme-secondary: #206827;
  --mdc-theme-white: #ffffff;
  --mdc-theme-danger: #de0000;
}

a {
  text-decoration: none;
}

/* START BOOTSTRAP */

.content-app {
  overflow: auto;
  height: calc(100vh - 80px);
}

.text-bold {
  font-weight: bold;
}

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

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

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

.theme-container-7 {
  max-width: 700px;
  margin: auto;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.theme-container-0 {
  max-width: 1000px;
  margin: auto;
}

/* END BOOTSTRAP */

.mdc-theme--danger {
  color: var(--mdc-theme-danger) !important;
}

.mdc-theme--danger-bg {
  background-color: var(--mdc-theme-danger) !important;
}

.mdc-theme--white {
  color: var(--mdc-theme-white) !important;
}

.mdc-theme--white-bg {
  background-color: var(--mdc-theme-white) !important;
}

.drawer-frame-root {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.drawer-main-content {
  overflow: auto;
  height: calc(100% - 48px);
}

.drawer-main-content-bottom {
  overflow: auto;
  height: calc(100% - 95px);
}

a.mdc-button {
  text-decoration: none;
}

/* width */
.scroll-drawer::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.scroll-drawer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.scroll-drawer::-webkit-scrollbar-thumb {
  background: #206827;
}

/* Handle on hover */
.scroll-drawer::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.spinner {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.mdc-drawer {
  z-index: 1040;
}

.mdc-drawer-scrim {
  z-index: 1039;
}

.mdc-icon-button {
  padding: 0;
}

.mdc-icon-button:focus {
  outline: none;
}

.mdc-icon-button:active {
  outline: none;
}

.mdc-tab-hidden {
  display: none;
}

.tab-content--active {
  display: inherit;
}

button:focus {
  outline: none;
}

button:active {
  outline: none;
}

.collapse-child {
  margin-left: 10px;
  border-left: 2px solid rgba(0, 0, 0, 0.12);
}

.loader {
  border: 3px solid #ffffff;
  border-radius: 50%;
  border-top: 3px solid #206827;
  width: 40px;
  height: 40px;
  -webkit-animation: spinload 0.8s linear infinite;
  animation: spinload 0.8s linear infinite;
  display: inherit;
  margin: 50px auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Safari */
@-webkit-keyframes spinload {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinload {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fade_transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade_transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade_transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_transition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-transition {
  -webkit-animation: fade_transition 0.5s;
  -moz-animation: fade_transition 0.5s;
  -o-animation: fade_transition 0.5s;
  animation: fade_transition 0.5s;
}

/*LIVE PAGE*/

.live-page .field-lp {
  height: 30px;
  display: flex;
  padding: 0 15px;
  width: 250px;
}

.live-page .icon-search-lp {
  line-height: 29px;
  padding-left: 7px;
}

.live-page .btn-navigation-lp {
  width: 34px;
  height: 34px;
  font-size: 16px;
}

.live-page .footer-lp {
  text-align: center;
}

.live-page .footer-lp h6 {
  font-size: 0.8rem;
  color: #717171;
}

.live-page .table tbody tr {
  cursor: default;
}

.live-page .table tbody tr td {
  max-width: 15ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-page .table tbody tr:hover {
  background: rgba(0, 0, 0, 0.05);
  transition: 0.15s;
}

.live-page .select-length-lp {
  padding: 2.5px;
  outline: none;
  border-radius: 4px;
  margin-left: 10px;
}

.action-buttons-lp button {
  height: 30px;
  margin-right: 8px !important;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*width dialog*/

@media (min-width: 1200px) {
  .mdc-dialog-xl {
    max-width: 1140px !important;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .mdc-dialog-lg {
    max-width: 800px !important;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .mdc-dialog-sm {
    max-width: 300px !important;
    width: 100%;
  }
}

.fade--in {
  animation: fadeImage 0.5s ease forwards;
}
@keyframes fadeImage {
  from {
    opacity: 0.3;
  }
  to {
    opacity: 1;
  }
}

/* Lista de inputs (add and remove)  */

.list-inputs table {
  width: 100%;
}

/*.list-btn*/
.mdc-button-30 {
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  line-height: 0.5;
}

.list-inputs table tr td input {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: calc(100% - 35px);
  border: none;
  border-bottom: 1px solid #9c9c9c;
  outline: none;
}

/* card-acomodacao */

.card-acomodacao {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.card-acomodacao .header-card-acomodacao {
  text-align: center;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 7px;
}

.card-acomodacao .header-card-acomodacao h3 {
  margin: 0;
}

.card-acomodacao .details-acomodacao {
  display: grid;
  text-align: right;
  font-size: 12px;
}

.card-acomodacao .icon-acomodacao {
  display: grid;
  text-align: center;
  font-size: 14px;
}

.card-acomodacao .icon-acomodacao span {
  text-transform: lowercase;
  font-weight: bold;
}

.header-acomodacao {
  bottom: 0;
  user-select: none;
}

.header-acomodacao .header-section-user {
  background: #33ff99;
  flex-grow: 1;
  max-width: 460px;
  color: black;
}

.header-acomodacao .header-section-user .header-user {
  display: grid;
  width: 50%;
}

.header-acomodacao .header-section-user .header-user-name {
  font-size: 19px;
}

.header-acomodacao .header-section-user .time {
  font-size: 14px;
}

.header-acomodacao .header-section-user button {
  margin-left: auto;
}

.header-acomodacao .header-section-actions {
  flex-grow: 3.5;
}

.header-acomodacao .header-section-actions > div {
  grid: 48px / auto-flow 48px 24px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  width: 100%;
  text-align: center;
}

.header-acomodacao .header-section-actions .btn-action-acomodacao {
  margin: auto;
  font-size: 18px;
  cursor: pointer;
}

.header-acomodacao .header-section-actions .btn-action-acomodacao:hover {
  color: #2f2f2f;
  transition: 0.2s;
}
/* acomodacao-active */
.header-acomodacao .header-section-actions .count-acomodacao {
  border-radius: 50%;
  margin-right: 5px;
  z-index: 1;
  padding: 2px 4px;
  border: 2px solid;
  font-weight: 600;
  min-width: 30px;
  display: inline-block;
}

/* TEMPLATE-ACOMODACAO */

.template-acomodacao {
  display: grid;
  /*gap: 5px;*/

  grid-template-areas:
    "content content content"
    "sidenav sidenav advert"
    "footer footer footer";
}

.template-acomodacao .content {
  grid-area: content;
  display: grid;
  grid-template-columns: 160px auto;
  border-bottom: 1px solid #dde6ec;
}

.template-acomodacao .content .content-header {
  text-align: center;
  background: #f7f7f7;
  padding: 8px;
  display: inherit;
  border-radius: 7px;
}

.template-acomodacao .content .status-acomodacao span {
  background: white;
  border: 1px solid;
  padding: 2px 8px;
  border-radius: 10px;
  line-height: 2;
}

.template-acomodacao .content .content-header .numero {
  font-size: 30px;
  font-weight: 700;
}

.template-acomodacao .content .content-info {
  font-size: 14px;
  padding: 0 8px;
  /*font-weight: 700;*/
}

.template-acomodacao .content .content-info p {
  margin-bottom: 4px;
  font-weight: bold;
}

.template-acomodacao .content .content-info span {
  font-weight: 500;
}

.template-acomodacao .sidenav {
  min-height: 196px;
  grid-area: sidenav;
  border-right: 1px solid #dde6ec;
}

.template-acomodacao .sidenav img {
  margin: auto;
  display: block;
  border-radius: 50%;
  background: antiquewhite;
}

.template-acomodacao .sidenav div {
  padding: 8px;
}

.template-acomodacao .sidenav p {
  margin-bottom: 4px;
  font-weight: bold;
}

.template-acomodacao .sidenav span {
  font-weight: 500;
}

.template-acomodacao .advert {
  grid-area: advert;
  min-width: 140px;
}

.template-acomodacao .advert .advert-title {
  background: #ceffe6;
  padding: 5px;
}

.template-acomodacao .advert .advert-body {
  /*padding: 5px;*/
  overflow: auto;
  height: 230px;
}

.template-acomodacao .advert .advert-body div {
  border-bottom: 1px solid #dcdcdc;
  padding: 2px 5px;
}

.template-acomodacao .footer {
  grid-area: footer;
  border-top: 1px solid #dde6ec;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, auto));
}

.template-acomodacao .footer > div {
  display: grid;
  text-align: center;
  padding: 10px;
  color: #717475;
  user-select: none;
}

.template-acomodacao .footer i {
  font-size: 30px;
}

.template-acomodacao .footer span {
  margin-top: 10px;
  font-size: 12px;
}

.template-acomodacao .item {
  padding: 8px;
  /*text-align: center;*/
  /*background: #a0e7ff;*/
  /*font-size: 1.5em;*/
}

/* card-noticia */

.card-noticia {
  width: 100%;
  margin-bottom: 10px;
}

.card-noticia > div {
  display: grid;
  grid-template-columns: auto 100px;
}

.grid-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
  display: block;
}

.item-columns {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

label {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 600;
}

.button-add {
  padding: 0 7px !important;
  border: 2px solid #ced4da;
}

.button-add i {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
}

/* Validation Forms */

.invalid-form .form-control,
.invalid-form .custom-select {
  border-color: #e8727e;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2U4NzI3ZSIgZD0iTTExLDE1SDEzVjE3SDExVjE1TTExLDdIMTNWMTNIMTFWN00xMiwyQzYuNDcsMiAyLDYuNSAyLDEyQTEwLDEwIDAgMCwwIDEyLDIyQTEwLDEwIDAgMCwwIDIyLDEyQTEwLDEwIDAgMCwwIDEyLDJNMTIsMjBBOCw4IDAgMCwxIDQsMTJBOCw4IDAgMCwxIDEyLDRBOCw4IDAgMCwxIDIwLDEyQTgsOCAwIDAsMSAxMiwyMFoiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.warning-form .form-control,
.warning-form .custom-select {
  border-color: #e09c00;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0icmdiKDI1NSwgMTc3LCAwKSIgZD0iTTEyLDJMMSwyMUgyM00xMiw2TDE5LjUzLDE5SDQuNDdNMTEsMTBWMTRIMTNWMTBNMTEsMTZWMThIMTNWMTYiIC8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.live-feedback {
  font-size: 70%;
  opacity: 0;
  height: 0;
  line-height: 18px;
  margin-left: 5px;
}

.invalid-form .live-feedback {
  color: red;
  height: 22px;
  transition: 0.25s;
  opacity: 1;
}

.invalid-form .form-control:focus,
.invalid-form .custom-select:focus {
  border-color: #bd3e4b;
}

.warning-form .live-feedback {
  color: #e09c00;
  height: 22px;
  transition: 0.25s;
  opacity: 1;
}

.warning-form .form-control:focus,
.warning-form .custom-select:focus {
  border-color: #e09c00;
}

.initial-img {
  width: 100%;
}

.header-fixed {
  position: sticky;
  top: 0;
}

.menu-header {
  background: #ffffff;
  height: 48px;
  z-index: 2;
}

.menu-header section {
  padding: 0;
}

.slide-home {
  width: 100%;
}

.slide-home > div {
  width: 100%;
  height: 480px;
}

.slide-home .content-slide {
  display: flex;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
}

.slide-home .item-slide {
  margin: auto;
  margin-bottom: 30px;
}

.slide-home .title-slide {
  font-size: 36px;
  font-weight: 600;
  color: azure;
}

.slide-home .text-slide {
  display: flex;
  color: azure;
  font-size: 20px;
}

.header-page {
  text-align: center;
  padding: 50px 15px;
  background: #07b155;
  color: white;
}

.header-page h1 {
  margin: 0;
}

.form-contact .mdc-text-field {
  width: 100%;
  max-width: 580px;
  margin-bottom: 20px;
}

.form-contact button {
  width: 100%;
  max-width: 580px;
  margin-bottom: 20px;
  color: #ffffff !important;
}

.section-about p {
  text-align: justify;
}

.list-card-product a {
  text-decoration: inherit;
}

.list-card-product h2, .list-card-product h3 {
  margin: 0;
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.body-details-products p {
  margin: 8px 0;
}

.body-details-products .products__secondary-text {
  font-weight: 400;
  color: #525252;
}

.body-details-products .product__primary-text {
  font-weight: 600;
  color: #3a3a3a;
  letter-spacing: 0.6px;
}

.card-partner {
  color: #3a3a3a;
}

.card-partner:hover {
  transition: 0.4s;
  box-shadow: 0 8px 11px -5px rgba(0,0,0,.2), 0 17px 26px 2px rgba(0,0,0,.14), 0 6px 32px 5px rgba(0,0,0,.12);
  -webkit-box-shadow: 0 8px 11px -5px rgba(0,0,0,.2), 0 17px 26px 2px rgba(0,0,0,.14), 0 6px 32px 5px rgba(0,0,0,.12);
}

/* Media Query */

@media screen and (max-width: 600px) {
  .hide--small {
    display: none !important;
  }
}

@media screen and (min-width: 601px) and (max-width: 840px) {
  .hide--medium {
    display: none !important;
  }

  .slide-home .title-slide {
    font-size: 42px;
  }

  .slide-home .text-slide {
    font-size: 26px;
  }
}

@media screen and (min-width: 841px) and (max-width: 1600px) {
  .hide--large {
    display: none !important;
  }

  .slide-home .title-slide {
    font-size: 52px;
  }

  .slide-home .text-slide {
    font-size: 28px;
  }
}

.footer-copyright .copy-1 span {
  margin-right: 10px;
}

.footer-copyright .copy-2 {
  text-align: right;
}

@media (max-width: 839px) {
  .footer-copyright .copy-2, .footer-copyright .copy-1 {
    text-align: center;
  }
}