@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap");
figure,
figure img,
* {
  transition: all ease-in-out 0.2s;
}

body,
html {
  font-family: "Libre Baskerville", serif;
  color: #000;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 16px;
}

input,
textarea {
  font-family: "Libre Baskerville", serif;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

* {
  outline: none !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

::-moz-selection {
  background: #866c4c;
  color: #fff;
}

::selection,
::-moz-selection {
  background: #866c4c;
  color: #fff;
}

.alignleft {
  float: left;
  margin-right: 20px !important;
  margin-bottom: 10px;
}

.alignright {
  float: right;
  margin-left: 20px !important;
  margin-bottom: 10px;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pd-90 {
  padding-top: 140px;
}

.main {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}

main {
  min-height: 30vh;
}

#page {
  min-height: 100vh;
}

.scroll {
  width: 100%;
}

.menuMobile {
  display: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

header {
  position: relative;
  z-index: 9;
  background-color: #00152b;
  padding: 15px 0;
}

header a {
  color: #fff;
}

header .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .main .brand {
  width: 140px;
  margin-right: 20px;
}

header .main .brand img {
  width: 100%;
  display: block;
}

header .main .right {
  width: 80%;
  max-width: calc(100% - 140px);
}

header .main .right .topo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

header .main .right .topo .alert {
  width: 70%;
  padding: 5px 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
  text-align: center;
  background: #011f3f;
  background: linear-gradient(90deg, #011f3f 0%, #866c4c 100%);
}

header .main .right .topo .alert strong {
  color: #a3845f;
}

header .main .right .topo .redes {
  display: flex;
  align-items: center;
}

header .main .right .topo .redes a {
  margin: 0 10px;
  font-size: 20px;
  color: #a3845f;
}

header .main .right .topo .redes a:hover {
  color: #866c4c;
}

header .main .right .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .main .right .bottom .iconMenu {
  position: relative;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
}

header .main .right .bottom .iconMenu:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header .main .right .bottom .iconMenu .sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 240px;
  position: absolute;
  right: -10px;
  top: 50px;
  z-index: 2;
  background-color: #444;
  display: block;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 15px;
}

header .main .right .bottom .iconMenu .sub-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #444;
  position: absolute;
  right: 14px;
  top: -10px;
}

header .main .right .bottom .iconMenu .sub-menu::after {
  content: "";
  width: 100%;
  height: 30px;
  position: absolute;
  right: 0;
  top: -15px;
}

header .main .right .bottom .iconMenu .sub-menu li {
  margin: 8px 0;
  padding: 5px 0;
  margin-right: 0;
  line-height: 1.2;
}

header .main .right .bottom .iconMenu .sub-menu li a {
  color: #fff;
}

header .main .right .bottom .iconMenu .sub-menu li a:hover {
  opacity: 0.7;
}

header .main .right .bottom .menu-geral-container {
  margin-right: 40px;
}

header .main .right .bottom .menu-geral-container ul {
  display: flex;
  align-items: center;
}

header .main .right .bottom .menu-geral-container ul li {
  margin-right: 50px;
  font-weight: 600;
}

header .main .right .bottom .menu-geral-container ul li:last-child {
  margin-right: 0;
}

header .main .right .bottom .menu-geral-container ul li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}

header .main .right .bottom .menu-geral-container ul li.menu-item-has-children::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  color: #fff;
  position: absolute;
  right: 0;
  top: 5px;
}

header .main .right .bottom .menu-geral-container ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header .main .right .bottom .menu-geral-container ul li.menu-item-has-children:hover .sub-menu .sub-menu {
  opacity: 0;
  visibility: hidden;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  width: 240px;
  position: absolute;
  right: -24px;
  top: 30px;
  z-index: 2;
  background-color: #444;
  display: block;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 15px;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu li {
  margin: 8px 0;
  padding: 5px 0;
  margin-right: 0;
  line-height: 1.2;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu li.menu-item-has-children::before {
  content: "\f105";
}

header .main .right .bottom .menu-geral-container ul li .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu li a {
  font-size: 15px;
  color: #fff;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu li a img {
  display: none !important;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu li a:hover {
  opacity: 0.8;
}

header .main .right .bottom .menu-geral-container ul li .sub-menu .sub-menu {
  right: initial;
  left: calc(100% + 25px);
  top: -15px;
  z-index: 3;
  background-color: #444;
}

header .main .right .bottom .btn {
  padding: 10px 40px;
}

.newsletter {
  background: url(//guriinlondon.com/wp-content/themes/space-odyssey/assets/images/bg-newsletter.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.newsletter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.4;
}

.newsletter .main {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}

.newsletter .main h3 {
  color: #fff;
  font-size: 30px;
  width: 300px;
  max-width: 100%;
  line-height: 1.2;
}

.newsletter .main .form {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsletter .main .form .field {
  padding: 10px;
  width: 33.3%;
}

.newsletter .main .form .field input {
  width: 100%;
  padding: 15px 25px;
  border-radius: 0px;
  border: 0;
}

.newsletter .main .form .field input[type=submit] {
  background-color: #00152b;
  color: #fff;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 0px;
}

footer {
  width: 100%;
  background-color: #00152b;
  color: #fff;
}

footer .top {
  padding: 30px 0;
}

footer .copy {
  padding: 15px 0;
  background-color: #011f3f;
  font-size: 13px;
}

footer .copy .main {
  align-items: center;
}

footer .main {
  display: flex;
  justify-content: space-between;
}

footer .main .left {
  width: 50%;
  display: flex;
}

footer .main .left .redes {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

footer .main .left .redes a {
  margin: 0 6px;
  font-size: 20px;
  color: #fff;
}

footer .main .left .redes a:hover {
  color: #a3845f;
}

footer .main .left .brand:hover {
  opacity: 0.8;
}

footer .main .right {
  width: 46%;
}

footer .main .right a:hover {
  opacity: 0.8;
}

footer .main .right img {
  max-width: 100%;
}

footer .main .col {
  margin-right: 40px;
}

footer .main .col:last-child {
  margin-right: 0;
}

footer .main .col ul {
  margin: 0;
  display: flex;
  flex-flow: column wrap;
  max-height: 150px;
}

footer .main .col ul li {
  display: block;
  margin: 5px 40px;
}

footer .main .col ul li a {
  font-weight: 500;
  padding: 15px 0;
  color: #fff;
}

footer .main .col ul li a:hover {
  color: #a3845f;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0 !important;
  padding: 5px !important;
  font-size: 14px !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.btn {
  border-radius: 0px;
  padding: 10px 25px;
  background-color: #a3845f;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.btn.full {
  width: 100%;
  display: block;
  text-align: center;
}

.btn.center {
  display: table;
  margin: 0 auto;
}

.btn.right {
  float: right;
}

.btn.pink {
  background-color: #a3845f;
}

.btn.pink:hover {
  background-color: #a3845f;
}

.btn.green {
  background-color: #a3845f;
}

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

.btn.white-border {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn.white-border:hover {
  background-color: #a3845f;
}

.btn.black {
  background-color: #000;
  color: #fff;
}

.btn:hover {
  background-color: #866c4c;
  color: #fff;
}

.btn i {
  margin-left: 10px;
}

.slick-dots {
  display: flex;
  position: absolute;
  left: 5px;
  bottom: 0;
}

.slick-dots li {
  margin: 10px;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #adadad;
  border-radius: 100%;
  cursor: pointer;
  font-size: 0;
  border: 0;
}

.slick-dots li button:hover {
  opacity: 0.7;
}

section {
  padding: 100px 0;
}

section .topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

section .topo h2 {
  font-size: 32px;
  color: #000;
  line-height: 1.1;
}

section .topo .text {
  font-size: 14px;
}

section .topo .right {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section .topo .right .text {
  margin-right: 30px;
}

section .topo .ctnFilter {
  display: flex;
  align-items: center;
}

section .topo .ctnFilter .icon {
  margin-right: 20px;
}

.slick-arrow {
  width: 50px;
  height: 50px;
  border: 1px solid #a3845f;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
}

.slick-arrow::before {
  content: "";
  width: 12px;
  height: 17px;
  background: url(//guriinlondon.com/wp-content/themes/space-odyssey/assets/images/icons/arrow.png) no-repeat;
  filter: grayscale(1);
  background-position: center;
}

.slick-arrow:hover {
  background-color: #a3845f;
}

.slick-arrow:hover::before {
  filter: brightness(0) saturate(0) invert(1);
}

.slick-arrow.slick-prev {
  left: -15px;
  right: initial;
  transform: rotate(180deg);
}

.gridPost {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.gridPost.col-2 ._item {
  width: 50%;
}

.gridPost.col-3 ._item {
  width: 33.3%;
}

.gridPost.col-4 ._item {
  width: 25%;
}

.gridPost.col-5 ._item {
  width: 20%;
}

.gridPost.style-01 ._item .ctn .stage h3 {
  max-width: 400px;
}

.gridPost.style-01 ._item .ctn .stage .text {
  margin: 0;
}

.gridPost.style-02 ._item .ctn {
  height: 420px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}

.gridPost.style-03 ._item {
  padding: 15px;
}

.gridPost.style-03 ._item .ctn {
  height: 100%;
  padding: 25px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: block;
}

.gridPost.style-03 ._item .ctn .icon {
  width: 70px;
  height: 70px;
  background-color: #f6f6f6;
  margin-bottom: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gridPost.style-03 ._item .ctn .icon img {
  max-width: 60%;
  max-height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: block;
}

.gridPost.style-03 ._item .ctn h3 {
  font-size: 17px;
  line-height: 1.4;
}

.gridPost.style-04 ._item .ctn .bg {
  opacity: 0.3;
}

.gridPost ._item {
  width: 100%;
  padding: 10px;
}

.gridPost ._item .ctn {
  padding: 40px;
  overflow: hidden;
  border-radius: 0px;
  position: relative;
  background-color: #000;
}

.gridPost ._item .ctn:hover .bg {
  transform: scale(1.06);
}

.gridPost ._item .ctn .discount {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 900;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 0.8;
}

.gridPost ._item .ctn .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 60%;
  background-color: #fff;
  height: 10px;
  z-index: 3;
  margin: auto;
  border-radius: 0 0 10px 10px;
}

.gridPost ._item .ctn .stage {
  position: relative;
  z-index: 2;
  color: #fff;
}

.gridPost ._item .ctn .stage .icon {
  margin-bottom: 10px;
}

.gridPost ._item .ctn .stage h3 {
  font-size: 32px;
  line-height: 1.1;
}

.gridPost ._item .ctn .stage .text {
  font-size: 15px;
  font-weight: 300;
  display: block;
  margin: 20px 0 30px;
}

.gridPost ._item .ctn .stage .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 20px;
}

.gridPost ._item .ctn .stage .row .text {
  width: 70%;
}

.gridPost ._item .ctn .stage .row .col {
  width: 48%;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.gridPost ._item .ctn .stage .row .col .icon {
  margin-right: 10px;
}

.gridPost ._item .ctn .stage .row .col strong {
  line-height: 1.2;
}

.gridPost ._item .ctn .stage .btn {
  display: inline-block;
}

.gridPost ._item .ctn .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  display: block;
  opacity: 0.5;
}

.gridArticle {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gridArticle .slider {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

.gridArticle ._item {
  width: 25%;
  padding: 10px;
}

.gridArticle ._item .ctn {
  width: 100%;
  overflow: hidden;
  border-radius: 0px;
  height: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.gridArticle ._item .ctn:hover figure img {
  transform: scale(1.1);
}

.gridArticle ._item .ctn figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #000;
  margin: 0;
}

.gridArticle ._item .ctn figure .infos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 12px;
}

.gridArticle ._item .ctn figure img {
  width: 100%;
  display: block;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.gridArticle ._item .ctn .bottom {
  background-color: #fff;
  padding: 20px;
  height: 100%;
}

.gridArticle ._item .ctn .bottom .cat {
  font-weight: 600;
  font-size: 14px;
  color: #a3845f;
}

.gridArticle ._item .ctn .bottom h3 {
  font-size: 22px;
  line-height: 1.1;
  display: block;
  margin: 10px 0;
}

.gridArticle ._item .ctn .bottom .text {
  font-weight: 500;
  font-size: 13px;
  display: block;
  margin-bottom: 20px;
}

.gridArticle ._item .ctn .bottom .link {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.gridArticle ._item .ctn .bottom .link:hover {
  opacity: 0.8;
}

.gridArticle ._item .ctn .bottom .link:hover i {
  margin-left: 12px;
}

.gridArticle ._item .ctn .bottom .link i {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a3845f;
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}

.bannerPage {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: #000;
  margin: 40px 0;
}

.bannerPage.tour h1 {
  align-items: flex-start !important;
  max-width: 520px;
}

.bannerPage.tour h1 img {
  margin-right: 20px !important;
}

.bannerPage.tour h1 p {
  font-size: 18px;
  margin-bottom: 10px;
}

.bannerPage .ctn {
  z-index: 2;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 40px 60px;
  color: #fff;
}

.bannerPage .ctn h1 {
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  max-width: 600px;
  line-height: 1.1;
}

.bannerPage .ctn h1 img {
  margin-right: 10px;
}

.bannerPage .ctn .infos {
  width: 100%;
  display: flex;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

.bannerPage .ctn .infos .date {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #fff;
}

.bannerPage .ctn .text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  max-width: 290px;
  padding-top: 10px;
}

.bannerPage .ctn .text::before {
  content: "";
  width: 45px;
  height: 4px;
  background-color: #00152b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.bannerPage .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.4;
  display: block;
}

.ctnForm .field {
  padding: 10px;
}

.ctnForm .field input,
.ctnForm .field select,
.ctnForm .field textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 0px;
}

.ctnForm .field input[type=submit] {
  background-color: #00152b;
  color: #fff;
  font-size: 18px;
}

.blocoFaq h2 {
  display: block;
  text-align: center;
  font-size: 32px;
  margin: 20px 0;
}

.blocoFaq h2::before {
  display: none;
}

.blocoFaq .listFAQ {
  width: 100%;
}

.blocoFaq .listFAQ ._item {
  width: 100%;
  margin: 10px 0;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  border-radius: 0px;
  padding: 5px;
}

.blocoFaq .listFAQ ._item.active .top {
  border-bottom: 1px solid #d2d2d2;
}

.blocoFaq .listFAQ ._item.active .top::before {
  content: "\f067";
  color: #00152b;
  border-color: #00152b;
}

.blocoFaq .listFAQ ._item.active .content {
  display: block;
}

.blocoFaq .listFAQ ._item .top {
  width: 100%;
  padding: 10px 20px 10px 50px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.blocoFaq .listFAQ ._item .top:hover {
  cursor: pointer;
  opacity: 0.7;
}

.blocoFaq .listFAQ ._item .top::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  position: absolute;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.blocoFaq .listFAQ ._item .content {
  width: 100%;
  padding: 10px 20px 10px 50px;
  display: none;
}

.blocoFaq .listFAQ ._item .content p {
  margin: 15px 0;
}

.btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btns .btn {
  margin-right: 10px;
}

.btns .btn:last-child {
  margin-right: 0;
}

.text p {
  margin: 15px 0;
}

.text .obs {
  font-size: 10px !important;
}

.text iframe {
  width: 80%;
  max-width: 800px;
  margin: 40px auto;
  display: block;
  height: 420px;
}

.text ul li {
  list-style: disc;
  margin-left: 20px;
  position: relative;
}

.text ul li::marker {
  color: #00152b;
  font-size: 22px;
  margin-top: 1px;
}

.text a {
  font-weight: 600;
}

.text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.block-facilitamos {
  background-color: #f2f2f2;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.pagination .page-numbers {
  padding: 10px;
}

.pagination .page-numbers.current {
  color: #00152b;
  font-weight: 600;
}

.aligncenter > figcaption {
  text-align: center;
}

#sidebar-wrapper {
  max-width: 450px !important;
}

.home-page .block01 {
  padding: 20px 0 0;
  margin-top: 40px;
  margin-bottom: -20px;
}

.home-page .block01 .slider ._item {
  width: 100%;
}

.home-page .block01 .slider ._item .main {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.home-page .block01 .slider ._item .main .left {
  max-width: 600px;
  position: absolute;
  left: 0;
  bottom: 20%;
  background: #370616;
  padding: 50px 40px;
  z-index: 9;
  color: #fff;
}

.home-page .block01 .slider ._item .main .left h2 {
  font-size: 42px;
  line-height: 1.1;
}

.home-page .block01 .slider ._item .main .left h2 strong {
  color: #a3845f;
}

.home-page .block01 .slider ._item .main .left .text {
  display: block;
  margin: 20px 0 30px;
}

.home-page .block01 .slider ._item .main .right {
  width: 70%;
}

.home-page .block01 .slider ._item .main .right figure {
  width: 100%;
}

.home-page .block01 .slider ._item .main .right figure img {
  width: 100%;
  display: block;
  border-radius: 0px;
  max-height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .block03 {
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.home-page .block03::before {
  content: "";
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}

.home-page .block03 .main {
  position: relative;
  z-index: 2;
}

.home-page .block03 .main .ctn h2 {
  font-size: 42px;
  color: #fff;
  max-width: 420px;
}

.home-page .block03 .main .ctn .text {
  display: block;
  margin: 20px 0 40px;
  color: #fff;
  max-width: 520px;
}

.home-page .block03 .bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.home-page .block-comments .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.home-page .block-comments .title .icon {
  margin-right: 20px;
}

.home-page .block-comments .title h2 {
  font-size: 32px;
}

.home-page .block-comments .slider {
  display: flex;
  margin-bottom: 50px;
}

.home-page .block-comments .slider ._item {
  width: 33.3%;
  padding: 20px;
  vertical-align: middle;
  display: inline-block !important;
  float: none !important;
}

.home-page .block-comments .slider ._item .ctn {
  background-color: #fff;
  padding: 30px 30px 20px;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.home-page .block-comments .slider ._item .ctn .text {
  font-size: 14px;
}

.home-page .block-comments .slider ._item .ctn .bottom {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.home-page .block-comments .slider ._item .ctn .bottom figure {
  width: 65px;
  margin: 0 20px 0 0;
}

.home-page .block-comments .slider ._item .ctn .bottom figure img {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  overflow: hidden;
}

.home-page .block-comments .slider ._item .ctn .bottom .right strong {
  display: block;
}

.home-page .block-comments .slider ._item .ctn .bottom .right p {
  font-size: 13px;
  line-height: 1.2;
}

.home-page .block07 {
  background: url(//guriinlondon.com/wp-content/themes/space-odyssey/assets/images/bg-news-home.jpg);
  background-size: cover;
  background-color: #f2f2f2;
}

.single-page .section .main {
  position: relative;
}

.single-page .section .main .text {
  max-width: 80%;
  margin: 0 auto;
}

.single-page .section .relacionados {
  margin-top: 100px;
}

.single-page .section .relacionados h2 {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}

.single-page .barShared {
  width: 65px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-page .barShared label {
  font-size: 11px;
  font-weight: bolder;
  color: #000;
  letter-spacing: -1px;
  border-bottom: 4px solid #e0e0e0;
  padding-bottom: 5px;
  display: inline-block;
}

.single-page .barShared .redes {
  display: block;
}

.single-page .barShared a {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #e0e0e0;
}

.single-page .barShared a:last-child {
  border-bottom: 0;
}

.single-page .barShared a:hover {
  color: #00152b;
}

.contact-page .section01 {
  padding: 50px 0;
}

.contact-page .ctnForm {
  max-width: 680px;
  margin: 0 auto;
}

.contact-page .ctnForm h2 {
  text-align: center;
}

.contact-page .section02 {
  background-color: #e0e0e0;
  padding: 50px 0;
}

.contact-page .section02 h2 {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  font-size: 22px;
}

.contact-page .section03 {
  text-align: center;
}

.contact-page .section03 p {
  margin: 10px 0;
}

.contact-page .section03 p a {
  font-weight: bold;
}

.contact-page .section03 .redes {
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: center;
}

.contact-page .section03 .redes a {
  margin: 0 6px;
  font-size: 20px;
  color: #000;
}

.contact-page .section03 .redes a:hover {
  color: #a3845f;
}

.faq-page section,
.faq-page .section01 {
  padding: 20px 0;
}

.faq-page .section02 .main {
  max-width: 1000px;
}

.faq-page .barContratar {
  width: 100%;
  padding: 35px 60px;
  background-color: #00152b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
  margin: 80px 0;
}

.faq-page .barContratar .left h4 {
  font-size: 22px;
}

.faq-page .barContratar .left p {
  font-size: 13px;
}

.guriplay-page section {
  padding: 80px 0;
}

.guriplay-page section h2 {
  font-size: 30px;
  margin: 20px 0;
  position: relative;
  padding-top: 5px;
}

.guriplay-page section h2:before {
  content: "";
  width: 45px;
  height: 4px;
  background-color: #00152b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.guriplay-page section .text {
  font-size: 14px;
}

.guriplay-page .section01 {
  padding-top: 0;
}

.guriplay-page .section02 {
  background-color: #e0e0e0;
}

.guriplay-page .section02 .grid {
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
}

.guriplay-page .section02 .grid ._item {
  width: 50%;
  padding: 10px;
}

.guriplay-page .section02 .grid ._item .ctn {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

.guriplay-page .section02 .grid ._item .ctn .top {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.guriplay-page .section02 .grid ._item .ctn .top img {
  margin-right: 10px;
}

.guriplay-page .listRoteiros ._item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0;
  border-bottom: 1px solid #f2f2f2;
}

.guriplay-page .listRoteiros ._item:last-child {
  border-bottom: 0;
}

.guriplay-page .listRoteiros ._item h4 {
  font-size: 18px;
  display: block;
  width: 100%;
}

.guriplay-page .listRoteiros ._item .left {
  width: 48%;
}

.guriplay-page .listRoteiros ._item .left .text {
  margin-top: 20px;
}

.guriplay-page .listRoteiros ._item .left .text p {
  margin: 15px 0;
}

.guriplay-page .listRoteiros ._item .right {
  width: 48%;
  margin-top: 20px;
}

.guriplay-page .listRoteiros ._item .right .btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
}

.guriplay-page .listRoteiros ._item .right .btns .btn {
  padding: 7px 20px;
  font-size: 16px;
  margin-right: 14px;
  border: 2px solid #00152b;
}

.guriplay-page .listRoteiros ._item .right .btns .btn:last-child {
  margin-right: 0;
}

.guriplay-page .listRoteiros ._item .right .btns .btn.white {
  border: 2px solid #000;
}

.guriplay-page .barDescontoTour {
  width: 100%;
  display: flex;
  background-color: #00152b;
  color: #fff;
  border-radius: 0px;
  overflow: hidden;
  margin-top: 40px;
}

.guriplay-page .barDescontoTour .left {
  width: 50%;
  padding: 30px 40px;
  font-size: 23px;
  background-image: url(//guriinlondon.com/wp-content/themes/space-odyssey/assets/images/bg-discountTour.jpg);
  background-size: cover;
}

.guriplay-page .barDescontoTour .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

.guriplay-page .barDescontoTour .right .ctnLeft {
  font-size: 18px;
  font-weight: 600;
}

.guriplay-page .obs {
  font-size: 12px;
  display: block;
  margin-top: 20px;
  color: #545454;
}

.guriplay-page .obs a {
  font-weight: 500;
}

.guriplay-page .section04 {
  background-color: #00152b;
  color: #fff;
}

.guriplay-page .section04 .rows {
  display: flex;
}

.guriplay-page .section04 .rows .col {
  width: 60%;
}

.guriplay-page .section04 .rows .col.col01 {
  width: 40%;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.guriplay-page .section04 .rows .col p {
  margin: 15px 0;
  font-size: 14px;
}

.guriplay-page .section04 .rows .col p strong {
  font-size: 16px;
}

.guriplay-page .section04 .rows .col .btn {
  margin-top: 20px;
  display: inline-block;
}

.guru-page section {
  padding: 80px 0;
}

.guru-page section h2 {
  font-size: 30px;
  margin: 20px 0;
  position: relative;
  padding-top: 5px;
}

.guru-page section h2:before {
  content: "";
  width: 45px;
  height: 4px;
  background-color: #00152b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.guru-page section .text {
  font-size: 14px;
}

.guru-page .section01 {
  padding-top: 50px;
}

.guru-page .section01 .main {
  display: flex;
  justify-content: space-between;
}

.guru-page .section01 .main .left,
.guru-page .section01 .main .right {
  width: 48%;
}

.guru-page .section01 .main .left h2 {
  font-size: 20px;
}

.guru-page .section01 .main .left h2::before {
  display: none;
}

.guru-page .section01 .main .left .text {
  margin-bottom: 40px;
}

.guru-page .section01 .main .right img {
  width: 100%;
  display: block;
  border-radius: 0px;
}

.guru-page .section02 {
  background-color: #e0e0e0;
}

.guru-page .section02 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guru-page .section02 .grid {
  width: calc(100% + 20px);
  margin: 40px 0 40px -10px;
  display: flex;
  flex-wrap: wrap;
}

.guru-page .section02 .grid ._item {
  padding: 10px;
  width: 20%;
}

.guru-page .section02 .grid ._item .ctn {
  display: block;
  padding: 30px;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.guru-page .section02 .grid ._item .ctn h4 {
  font-size: 18px;
  line-height: 1.2;
}

.guru-page .section02 .grid ._item .ctn h4 strong {
  color: #00152b;
}

.guru-page .section02 .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guru-page .section02 .row .text {
  max-width: 40%;
}

.guru-page .section02 .row .line {
  width: 1px;
  height: 80px;
  background-color: #e0e0e0;
}

.guru-page .section03 {
  background-color: #e0e0e0;
}

.guru-page .section03 h2 {
  font-size: 20px;
  margin-top: 0;
}

.guru-page .section03 h2::before {
  display: none;
}

.archive .block-facilitamos {
  padding: 100px 0;
}

.archive .section01,
.archive .section02 {
  padding: 0;
}

.archive .section02 .topBar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.archive .section02 .topBar .select select {
  padding: 10px 20px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  border-radius: 0px;
}

.archive .section02 .topBar .search {
  position: relative;
  max-width: 290px;
}

.archive .section02 .topBar .search input {
  width: 100%;
  padding: 10px 50px 10px 20px;
  border-radius: 0px;
  background-color: #eeeeee;
  font-size: 18px;
  border: 0;
}

.archive .section02 .topBar .search button {
  position: absolute;
  right: 18px;
  top: 14px;
  background-color: transparent;
  border: 0;
  z-index: 2;
  cursor: pointer;
}

.archive .section02 .topBar .search button:hover {
  opacity: 0.6;
}

.archive .section02 .topBar .search button i {
  font-size: 18px;
}

.interior-page .section01 {
  padding-top: 10px;
}

.interior-page .section01 .main .row {
  margin-top: 40px;
}

.interior-page .section01 .main .row span {
  margin: 0 15px;
}

.interior-page .section02 {
  background-color: #e0e0e0;
}

.interior-page .section02 h2 {
  font-size: 30px;
  margin: 20px 0;
  position: relative;
  padding-top: 5px;
}

.interior-page .section02 h2:before {
  content: "";
  width: 45px;
  height: 4px;
  background-color: #a3845f;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.interior-page .barAviso {
  width: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 0px;
  background-color: #a3845f;
  margin-bottom: 20px;
}

.interior-page .barAviso .left {
  width: 50%;
  padding: 40px 60px;
}

.interior-page .barAviso .left h4 {
  font-size: 18px;
  line-height: 1.1;
}

.interior-page .barAviso .right {
  width: 50%;
  position: relative;
}

.interior-page .barAviso .right .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tours-page section h2 {
  font-size: 38px;
  position: relative;
  padding-top: 5px;
}

.tours-page section h2:before {
  content: "";
  width: 45px;
  height: 4px;
  background-color: #00152b;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.tours-page .section01 {
  padding: 0;
}

.tours-page .section01 .ctnLinks {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.tours-page .section01 .ctnLinks ._item {
  width: 33.3%;
  padding: 10px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.2;
}

.tours-page .section01 .ctnLinks ._item:nth-child(2n) .ctn {
  background: #d34372;
  background: linear-gradient(90deg, #d34372 0%, #5272f2 100%);
}

.tours-page .section01 .ctnLinks ._item:nth-child(3n) .ctn {
  background: #3ae5a3;
  background: linear-gradient(90deg, #3ae5a3 0%, #7a45c9 100%);
}

.tours-page .section01 .ctnLinks ._item .ctn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 0px;
  background: #2ee49d;
  background: linear-gradient(90deg, #2ee49d 0%, #5074f3 100%);
}

.tours-page .section01 .ctnLinks ._item .ctn:hover {
  transform: scale(1.05);
}

.tours-page .section01 .ctnLinks ._item .ctn .icon {
  margin-right: 20px;
}

.tours-page .section02 .main {
  display: flex;
  justify-content: space-between;
}

.tours-page .section02 .main .left {
  width: 40%;
}

.tours-page .section02 .main .left .btn {
  margin: 15px 0;
  display: inline-block;
}

.tours-page .section02 .main .right {
  width: 55%;
}

.tours-page .section02 .main .right img {
  width: 100%;
  display: block;
}

.tours-page .section05 {
  padding: 50px 0;
  background: #e0e0e0;
}

.tours-page .section05 .main {
  display: flex;
  justify-content: space-between;
}

.tours-page .section05 .main .checkfrontCtn {
  width: 100%;
}

.tour-tema-page .section01 .main {
  display: flex;
  justify-content: space-between;
}

.tour-tema-page .section01 .main .left {
  width: 45%;
}

.tour-tema-page .section01 .main .left h2 {
  font-size: 22px;
  line-height: 1.3;
  position: relative;
  margin-top: 15px;
}

.tour-tema-page .section01 .main .right {
  width: 50%;
  font-size: 15px;
}

.tour-tema-page .section01 .main .right li {
  margin: 15px 0;
  line-height: 1.3;
  padding-left: 24px;
  position: relative;
}

.tour-tema-page .section01 .main .right li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  color: #9d9d9d;
  font-size: 18px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: -2px;
}

.tour-tema-page .section02 {
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
}

.tour-tema-page .section02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85%;
  background-color: #e0e0e0;
}

.tour-tema-page .section02 .main {
  position: relative;
  z-index: 1;
}

.tour-tema-page .section02 h2 {
  text-align: center;
  font-size: 22px;
  display: block;
  margin-bottom: 40px;
}

.tour-tema-page .section02 iframe {
  max-width: 840px;
  width: 100%;
  height: 400px;
  display: block;
  margin: 0 auto;
  border-radius: 0px;
}

.tour-tema-page .section03 .main {
  display: flex;
  justify-content: space-between;
}

.tour-tema-page .section03 .main ._item {
  width: 30%;
  display: flex;
  align-items: flex-start;
}

.tour-tema-page .section03 .main ._item .icon {
  margin-right: 10px;
}

.tour-tema-page .section03 .main ._item h3 {
  line-height: 1.2;
  font-size: 20;
}

.tour-tema-page .section03 .main ._item .text p {
  margin: 10px 0;
  font-size: 15px;
}

.tour-tema-page .section04 {
  padding: 50px 0;
  background: #e0e0e0;
}

.tour-tema-page .section04 .main {
  display: flex;
  justify-content: space-between;
}

.tour-tema-page .section04 .main .checkfrontCtn {
  width: 100%;
}

.tour-tema-page .section05 {
  background-color: #e0e0e0;
}

.tour-tema-page .section05 .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-tema-page .section05 .main .left {
  width: 30%;
}

.tour-tema-page .section05 .main .left h2 {
  font-size: 32px;
  line-height: 1.2;
}

.tour-tema-page .section05 .main .right {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
}

.tour-tema-page .section05 .main .right ._item {
  width: 50%;
  padding: 10px;
}

.tour-tema-page .section05 .main .right ._item a {
  width: 100%;
  display: block;
  position: relative;
  background-color: #000;
  border-radius: 0px;
  overflow: hidden;
}

.tour-tema-page .section05 .main .right ._item a:hover {
  opacity: 0.6;
}

.tour-tema-page .section05 .main .right ._item a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  z-index: 2;
}

.tour-tema-page .section05 .main .right ._item a img {
  width: 100%;
  display: block;
  opacity: 0.8;
}

@media only screen and (max-width: 1190px) {
  header .main .right {
    width: 86%;
  }
  header .main .right .bottom .menu-geral-container ul li {
    margin-right: 25px;
  }
  header .main .right .bottom .menu-geral-container ul li.menu-item-has-children {
    font-size: 14px;
  }
}
@media only screen and (max-width: 920px) {
  header .main .right .topo {
    justify-content: flex-end;
  }
  header .main .right .topo .alert {
    display: none;
  }
  header .main .right .bottom {
    justify-content: flex-end;
  }
  header .main .right .bottom .menu-geral-container ul {
    display: none;
  }
  header .main .right .bottom .btn {
    margin-right: 15px;
  }
  .home-page .block01 {
    margin: 0 !important;
  }
  .home-page .block01 .slider ._item {
    padding: 20px 0;
  }
  .home-page .block01 .slider ._item .main {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .home-page .block01 .slider ._item .main .left {
    width: 100%;
    margin-top: -40px;
    position: relative;
  }
  .home-page .block01 .slider ._item .main .left h2 {
    font-size: 32px;
  }
  .home-page .block01 .slider ._item .main .right {
    width: 100% !important;
  }
  .home-page .block01 .slick-dots {
    bottom: -40px;
  }
  .home-page .block03:before {
    width: 100%;
  }
  .home-page .block03 .main .ctn h2 {
    font-size: 32px;
  }
  .home-page .block04 .gridPost {
    flex-wrap: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .gridPost.col-2 ._item {
    width: 100%;
  }
  .gridPost.style-03 ._item {
    padding: 10px;
  }
  .gridPost.col-4 ._item {
    width: 300px;
  }
  .gridPost.col-5 ._item {
    width: 25%;
  }
  .home-page .block-comments .title {
    margin-bottom: 10px;
  }
  footer .main .col {
    width: 100%;
    margin-top: 5px;
  }
  footer .main .col ul li {
    width: 100%;
    margin: 5px 0;
  }
  section .topo {
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  section .topo h2 {
    display: block;
    margin-bottom: 20px;
  }
  section .topo .right .text {
    display: none;
  }
  footer .main .right {
    display: none;
  }
  footer .main .left {
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .guru-page .section02 .grid ._item {
    width: 33.3%;
  }
  .scroll {
    width: 100%;
    overflow: auto;
  }
}
@media only screen and (max-width: 770px) {
  header .main .right .topo {
    margin-bottom: 10px;
  }
  .gridPost.col-5 ._item {
    width: 50%;
  }
  .newsletter .main {
    flex-wrap: wrap;
  }
  .newsletter .main h3 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .newsletter .main .form {
    width: 100%;
    flex-wrap: wrap;
  }
  .newsletter .main .form .field {
    width: 100%;
  }
  footer .main .left {
    flex-wrap: wrap;
  }
  footer .main .col ul {
    max-height: initial;
  }
  .tours-page .section01 .ctnLinks {
    width: 1000px;
    margin-top: 0;
  }
  .tours-page .section01 .ctnLinks ._item {
    padding: 10px;
  }
  .tours-page .section02 .main {
    flex-direction: column-reverse;
  }
  .tours-page .section02 .main .left,
  .tours-page .section02 .main .right {
    width: 100%;
  }
  .tours-page .section02 .main .right {
    margin-bottom: 20px;
  }
  .tours-page .block03 .gridPost.col-4 {
    width: 1200px;
  }
  .tours-page section h2 {
    font-size: 28px;
  }
  section {
    padding: 40px 0;
  }
  .blocoFaq .listFAQ ._item .top {
    font-size: 14px;
  }
  .tour-tema-page .section01 .main,
  .tour-tema-page .section03 .main,
  .tour-tema-page .section05 .main {
    flex-wrap: wrap;
  }
  .tour-tema-page .section01 .main .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .tour-tema-page .section01 .main .right {
    width: 100%;
  }
  .tour-tema-page .section03 .main ._item {
    width: 100%;
    padding: 20px 0;
  }
  .tour-tema-page .section05 .main .left {
    width: 100%;
  }
  .tour-tema-page .section05 .main .right {
    width: 100%;
    margin-top: 20px;
  }
  .interior-page .section01 .main {
    flex-wrap: wrap;
  }
  .interior-page .section01 .main .left,
  .interior-page .section01 .main .right {
    width: 100%;
  }
  .interior-page .section01 .main .left {
    margin-bottom: 40px;
  }
  .interior-page .barAviso .left {
    width: 100%;
    padding: 40px 30px;
  }
  .interior-page .barAviso .right {
    display: none;
  }
  .bannerPage .ctn {
    min-height: 180px;
    padding: 20px;
    flex-wrap: wrap;
  }
  .bannerPage .ctn h1 {
    width: 100%;
  }
  .bannerPage .ctn .text {
    width: 100%;
    margin-top: 20px;
    max-width: 100%;
    font-size: 14px;
  }
  .guriplay-page .listRoteiros ._item {
    flex-wrap: wrap;
  }
  .guriplay-page .listRoteiros ._item .left,
  .guriplay-page .listRoteiros ._item .right {
    width: 100%;
  }
  .guriplay-page .listRoteiros ._item .right {
    margin-top: 20px;
  }
  .guriplay-page .barDescontoTour {
    flex-wrap: wrap;
  }
  .guriplay-page .barDescontoTour .left,
  .guriplay-page .barDescontoTour .right {
    width: 100%;
  }
  .guriplay-page .section04 .rows {
    flex-wrap: wrap;
  }
  .guriplay-page .section04 .rows .col {
    width: 100%;
  }
  .guriplay-page .section04 .rows .col.col01 {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 0;
  }
  .guru-page .section01 .main {
    flex-direction: column-reverse;
  }
  .guru-page .section01 .main .left,
  .guru-page .section01 .main .right {
    width: 100%;
  }
  .guru-page .section02 .grid ._item {
    width: 50%;
  }
  .guru-page .section02 .row {
    flex-wrap: wrap;
  }
  .guru-page .section02 .row .text {
    max-width: 100%;
  }
  .guru-page .section02 .row .line {
    display: none;
  }
  .blocoFaq h2 {
    font-size: 24px;
  }
  .faq-page .barContratar {
    flex-wrap: wrap;
    padding: 30px;
  }
  .faq-page .barContratar .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-page .barShared {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .single-page .barShared .redes {
    display: flex;
  }
  .single-page .barShared .redes a {
    margin: 0 20px;
    border-bottom: 0;
    height: auto;
  }
  .single-page .section .main .text {
    width: 90%;
  }
  .text iframe {
    width: 100%;
    height: 380px;
  }
}
@media only screen and (max-width: 380px) {
  .gridPost ._item .ctn {
    padding: 30px;
  }
  .gridPost ._item .ctn .stage .row {
    flex-wrap: wrap;
  }
  .gridPost ._item .ctn .stage .row .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .bannerPage .ctn h1 {
    font-size: 26px;
  }
  .guriplay-page .section02 .grid ._item,
  .guru-page .section02 .grid ._item {
    width: 100%;
  }
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}