@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
  font-family: 'Kimura Sans Display';
  src: url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Medium.woff2') format('woff2'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Medium.woff') format('woff'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Medium.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kimura Sans Display mediumitalic';
  src: url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Mediumitalic.woff2') format('woff2'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Mediumitalic.woff') format('woff'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Mediumitalic.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Kimura Sans Display regular';
  src: url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Regular.woff2') format('woff2'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Regular.woff') format('woff'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Kimura Sans Display light';
  src: url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Light.woff2') format('woff2'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Light.woff') format('woff'),
       url('https://www.agaxturviagens.com.br/portals/6/Skins/skin-bem/assets/fonts/Kimura%20Sans%20Display/KimuraSansDisplay-Light.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* estilos iniciales */
:root {
  --font-family-primary: 'Kimura Sans Display', "Open Sans", sans-serif;
  --font-family-secundary: 'Kimura Sans Display', "Open Sans", sans-serif;
}

:root {
  --net-color-primary: #00157A;
  --net-color-secundary: #B68F4E;
  --net-color-sucess: #198754;
  --net-color-danger: #dc3545;
  --net-color-warning: #ffc107;
  --net-color-info: #0dcaf0;
  --net-color-light: #fff;
  --net-color-dark: #343a40;
  /*Color de botones*/
  --net-btn-bg-primary: #007BFF;
  --net-btn-bg-primary-hover: #0571dc;
  /*esta configuracion de abajo aplica unicamente a header transparente*/
  --color-header-link: var(--net-color-primary);
  --color-header-link-hover: var(--net-color-secundary);
  --color-header-transparent-link: #fff;
  --color-header-top-link: #FFE7AD;
  --color-header-transparent-link-hover: #fff;
  /*Color de links para paginas*/
  --net-color-link: #007BFF;
  --net-color-link-hover: #0571dc;
  --vd-star-color: #B68F4E;
  --vd-title-color:var(--net-color-primary);
  --color-1: #000;
  --color-2: #ffffff;
  --color-3: #007BFF;

}

html,
body,
.wrapper {
  height: 100%;
  width: 100%;
  font-family: var(--font-family-primary);
}

body {
  background-color: #F1F2F9;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  margin-bottom: 0;
}

a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

ul {
  margin: 0;
}

em,
small {
  letter-spacing: 0;
}

.DNNEmptyPane {
  display: none;
}

body {
  font-size: 1rem;
}

.overflow-disabled {
  overflow: hidden;
}

li,
p {
  line-height: 1.5em;
}

.paneOutline {
  border: 1px dashed #ccc;
}

a {
  border: 0;
}

a img {
  border: 0;
}

#dnn_dnnLOGO_imgLogo {
  max-width: 150px;
  max-height: 40px;
}

@media (min-width: 1025px) {
  #dnn_dnnLOGO_imgLogo {
    max-width: 190px;
    max-height: inherit;
  }

  .cardtype01-data {
    display: grid;
    grid-template-areas:
      "titulo titulo"
      "subtitulo subtitulo"
      "preciot button"
      "precio button";
  }

  .cardtype01-data h2 {
    grid-area: titulo;
  }

  .cardtype01-data .text-card-md {
    grid-area: subtitulo;
  }

  .cardtype01-data .text-card-md~p.text-card-xs {
    grid-area: preciot;
  }

  .cardtype01-data .text-card-lg {
    grid-area: precio;
  }

  .cardtype01-data .text-card-lg~p.text-card-xs {
    grid-area: button;
  }
  .cardtype01-data .text-card-md~p.text-card-xs, .cardtype01-data h2{
    height: 0;
  }
}

.cardtype01-content {
  padding: 10px;
  border: 1px solid var(--net-color-secundary) !important;
  background-color: #fff;
}

.cardtype01-data {
  padding: 0 !important;
}

.cardtype01-data .text-card-md~p.text-card-xs {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.cardtype01-data .text-card-lg~.text-card-xs {
  background-color: #0024D8 !important;
  color: var(--color-header-top-link) !important;
  border-radius: 24px;
  transition: background-color 0.3s ease;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 12px 8px 12px;
  text-transform: uppercase;
  text-align: center;
  height: auto !important;
}

.cardtype01-content a:hover .cardtype01-data .text-card-lg~.text-card-xs {
  background-color: var(--net-color-secundary) !important;
  color: #fff !important;
}

.cardtype01-image img {
  border-radius: 10px !important;
}

.cardtype01-data h2 {
  font-weight: 700 !important;
  font-size: 20px !important;
  margin-top: 10px !important;
}

.cardtype01-data .text-card-md {
  font-size: 16px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}


.card_home .cardtype05-image {
  height: 450px !important;
  border-radius: 8px !important;
}

.card_home .cardtype05-image img {
  border-radius: 8px !important;
}

.card_home .cardtype05-data {
  display: none !important;
}

.card_home .text-image-sc {
  top: auto !important;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.card_home .cardtype05-content .text-destination-sc {
  font-size: 40px !important;
  font-style: italic;
  font-weight: 500 !important;
  line-height: 56px;
}

.card_home .cardtype05-image .text-promotion-sc {
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}

.card_pacotes .cardtype02-content{
  padding: 10px;
  border: 1px solid var(--net-color-secundary) !important;
  background-color: #fff;
}

.card_pacotes .cardtype02-data{
  border: none;
  box-shadow: none;
  padding: 10px 0 !important;
}

.card_pacotes .cardtype02-data h2{
  font-weight: 700 !important;
    font-size: 20px !important;
    color: #444;
}
.card_pacotes .cardtype02-image img{
  border-radius: 8px !important;
}
.card_pacotes .cardtype02-data .text-card-md{
  background-color: #0024D8 !important;
  color: var(--color-header-top-link) !important;
  border-radius: 24px;
  transition: background-color 0.3s ease;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 12px 8px 12px;
  text-transform: uppercase;
  text-align: center;
  height: auto !important;
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.card_pacotes .cardtype02-content:hover .cardtype02-data .text-card-md {
  background-color: var(--net-color-secundary) !important;
    color: #fff !important;
}

.card_pacotes .cardtype02-data p{
  font-weight: 600 !important;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
  border: 0;
}

.TB_Wrapper {
  box-sizing: content-box;
}

.TB_Wrapper * {
  box-sizing: content-box;
}

.dnnActionMenu {
  box-sizing: content-box;
}

.dnnActionMenu *,
.dnnActionMenu:after,
.dnnActionMenu:before {
  box-sizing: content-box;
}

.dnn_mact {
  box-sizing: content-box;
}

.dnn_mact *,
.dnn_mact:after,
.dnn_mact:before {
  box-sizing: content-box;
}

[id*=ControlPanel] {
  box-sizing: content-box;
}

[id*=ControlPanel] *,
[id*=ControlPanel]:after {
  box-sizing: content-box;
}

[class*=RadAjaxPanel] *,
[class*=Digital] * {
  box-sizing: content-box;
}

html,
li {
  font-size: 16px;
}

p {
  font-size: 14px;
}

ol.list-unstyled {
  list-style: none;
  margin: 0;
}

ol.list-unstyled>li {
  list-style: none;
  margin: 0;
}

ul.list-unstyled {
  list-style: none;
  margin: 0;
}

ul.list-unstyled>li {
  list-style: none;
  margin: 0;
}

ul.row {
  margin-left: -15px;
  margin-right: -15px;
}

ol {
  list-style: none;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: disc;
}

ul li li {
  list-style-type: circle;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.nav li {
  list-style: none !important;
}

a {
  outline: 0 !important;
}

ul#myTab {
  padding: 0;
  margin: 0;
}

body {
  color: #333;
  font-size: 13px;
}

.CommandButton,
.Head,
.Normal,
.NormalBold,
.NormalDisabled,
.NormalRed,
.NormalTextBox,
.SubHead,
.SubSubHead {
  font-family: var(--font-family-primary);
}

a:hover,
a:link,
a:visited {
  font-family: var(--font-family-primary);
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
table,
td,
th {
  font-family: var(--font-family-primary);
}
input {
  font-family: var(--font-family-primary) !important;
}


.SubHead {
  color: #000;
}

Body #Form {
  height: 100%;
}

embed,
img,
object {
  max-width: 100%;
}

[class*=map] img,
[class*=Map] img,
[id*=map] img,
[id*=Map] img,
table img {
  max-width: none !important;
}

img {
  height: auto;
}

em {
  font-style: italic;
}

strong {
  color: #333;
  font-weight: 700;
}

small {
  font-size: 12px;
}

a:active,
a:link,
a:visited {
  text-decoration: none;
  color: var(--net-color-link);
}

a:hover {
  text-decoration: underline;
  color: var(--net-color-link-hover);
}

p {
  margin: 0;
}

ol li>ol li {
  list-style-type: lower-latin;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494949;
  line-height: 1.3em;
  margin: 0 0 10px;
  font-weight: 400;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

@media screen and (min-width: 300px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 720px) {
  html {
    font-size: 18px;
  }
}

#breadcrumb {
  font-family: var(--font-family-primary);
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px dashed;
  border-color: #ccc;
  background-color: transparent;
  padding: 5px 0;
  margin: 0;
  display: block;
}

#breadcrumb a {
  margin-left: 10px;
  font-weight: 600;
  font-size: 11px;
  color: #626262;
}

#breadcrumb a:first-child {
  font-family: var(--font-family-primary);
  font-size: 11px !important;
  font-weight: 400;
  color: #7b7d82;
  margin: 0;
}

#breadcrumb img,
#breadcrumb span {
  margin-left: 10px;
}

/* end estilos iniciales */
/* estilos de bloques/elementos Reutilizables */
.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link--icon {
  color: var(--net-color-light) !important;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.link--icon:hover {
  color: var(--net-color-light) !important;
  background-color: var(--net-color-secundary);
  text-decoration: none;
}

.w-100 {
  width: 100%;
}

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

.net-accordion__container {
  padding: 10px 0 15px;
}

.net-accordion__title {
  padding: 10px 0;
  position: relative;
  font-size: 18px;
}

.net-accordion__title::after {
  content: "+";
  position: absolute;
  right: 5px;
  top: 50%;
  width: 10px;
  height: 10px;
  color: var(--net-color-primary);
  font-size: 20px;
  transform: translate(0, -50%);
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
  background-color: var(--net-color-light);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.net-accordion__child {
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .net-accordion__child {
    width: 100%;
  }
}

.net-accordion__child.active .net-accordion__title::after {
  content: "-";
  padding-bottom: 11px;
    padding-top: 9px;
    padding-right: 11px;
}

.net-accordion__body {
  padding: 0 0;
  height: 0;
  position: relative;
  overflow: hidden;
}

.net-accordion__child.active .net-accordion__body {
  display: block;
  padding: 10px 0;
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 769px) {
  .net-accordion__title::after {
    content: inherit;
  }

  .net-accordion__body {
    height: -moz-max-content;
    height: max-content;
    padding: 10px 0;
    background-color: transparent;
  }

  .net-accordion__title {
    background-color: transparent;
    font-weight: 500;
    font-size: 17px;
  }
}

/* end estilos de bloques/elementos Reutilizables */
/* pagina internet explorer */
.ie-page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  max-width: 750px;
  margin: auto;
  min-height: 100vh;
  gap: 35px;
  align-items: center;
  padding: 30px 0;
}

@media (min-width: 1025px) {
  .ie-page {
    gap: 25px;
    width: 720px;
  }
}

.ie-page__body {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ie-page__text {
  margin: 0;
  line-height: 25px;
  font-size: 16px;
}

.ie-page__link {
  text-decoration: none;
}

.ie-page__link--primary {
  font-weight: bold;
}

.ie-page__link:hover {
  text-decoration: underline;
}

.ie-page__title {
  font-size: 30px;
  font-weight: 700;
}

.ie-page__subtitle {
  font-size: 18px;
  font-weight: 500;
}

.ie-page__title,
.ie-page__subtitle {
  text-align: center;
}

.ie-page__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 25px;
}

.ie-page__container--footer {
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.ie-page__line {
  border-bottom: solid 1px #999999;
  width: 100%;
}

/* end pagina internet explorer */
/* pagina de login */
.login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  background: #ecf1f6;
  padding: 10px;
}

.login__body {
  width: 100%;
  max-width: 600px;
}

.login__logo,
.login__footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__footer {
  margin-top: 10px;
}

.login__footer a {
  width: 120px;
}

@media (min-width: 780px) {
  .login__footer a {
    width: 140px;
  }
}

.login__logo {
  margin-bottom: 25px;
}

.login__pane {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__pane>div {
  width: 94%;
  max-width: 380px;
}

.login .DNNContainer_Title_h2.SpacingBottom {
  box-shadow: rgba(0, 0, 0, 0.02) 2.76726px 2.76726px 2.21381px 0px, rgba(0, 0, 0, 0.03) 6.6501px 6.6501px 5.32008px 0px, rgba(0, 0, 0, 0.04) 12.5216px 12.5216px 10.0172px 0px, rgba(0, 0, 0, 0.04) 22.3363px 22.3363px 17.869px 0px, rgba(0, 0, 0, 0.05) 41.7776px 41.7776px 33.4221px 0px, rgba(0, 0, 0, 0.07) 50px 50px 80px 0px;
  border-radius: 10px;
}

.login .heading_wrapper {
  padding-left: 0;
  padding-right: 0;
}

#dnn_loginPane .heading_wrapper h2 {
  margin: 0px;
  background-color: #fff;
  text-align: center;
  display: block;
  padding: 15px 0px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
}

#dnn_loginPane .heading_wrapper h2 span {
  color: var(--net-color-dark);
  font-size: 20px;
  margin: 0 !important;
  font-family: var(--font-family-primary);
}

.LoginPanel {
  width: 100%;
  float: none;
  padding: 11px 20px 17px;
  background: #fff;
  border: 0;
  border-top: 1px solid #ddd;
  border-radius: 0px 0px 10px 10px;
}

.LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction {
  box-shadow: none;
  border-radius: 0.25rem;
  background: none;
  background-color: var(--net-btn-bg-primary) !important;
  width: 100%;
  text-shadow: none;
  margin: 0px;
  border: 1px solid var(--net-btn-bg-primary);
  color: var(--net-color-light);
  font-size: 16px;
  padding: 15px 0;
  font-weight: 400;
}

.LoginPanel .dnnForm .dnnFormItem a.dnnPrimaryAction:hover {
  background-color: var(--net-btn-bg-primary-hover) !important;
}

.LoginPanel .dnnForm .dnnFormItem a.dnnSecondaryAction {
  box-shadow: none;
  border-radius: 0px;
  background: none;
  width: 100%;
  text-shadow: none;
  margin: 0px;
  border: 0;
  transition: 0.5s;
  margin-top: 0px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  color: var(--net-color-link);
}

.LoginPanel .dnnForm .dnnFormItem:nth-child(4) a:nth-child(3) {
  display: none;
}

.loginContent .dnnLabel {
  float: none;
  width: 100%;
  text-align: left;
  color: #737373;
  margin-bottom: 4px;
}

.loginContent .dnnFormItem:nth-child(3),
.loginContent .dnnFormItem:nth-child(5) .dnnFormLabel {
  display: none;
}

.dnnLoginService input[type=text],
.dnnLoginService input[type=password] {
  width: 100%;
  border-radius: 0px;
  height: 44px;
  min-width: 100%;
  border: 1px solid #ddd !important;
  box-shadow: 0 0 5px 0px rgba(239, 239, 239, 0.568627451) !important;
  border-bottom: none;
  margin-bottom: 16px;
  border-radius: 4px;
  padding: 24px 10px;
}

.dnnFormItem input[type=text]:active,
.dnnFormItem input[type=text]:focus,
.dnnFormItem input[type=password]:focus,
.dnnFormItem input[type=password]:active {
  outline: none;
}

span#dnn_ctr36960_Login_Login_DNN_lblLoginRememberMe {
  display: none;
}

.dnnClear:after {
  content: initial;
}

/* end pagina de login */
/* pagina de register */
.registerFormPane a.dnnFormHelp {
  right: auto;
}

.registerFormPane .dnnFormItem input[type=text],
.registerFormPane .dnnFormItem input[type=password],
.registerFormPane .dnnFormItem input[type=email],
.registerFormPane .dnnFormItem input[type=tel],
.registerFormPane .dnnFormItem select,
.registerFormPane .dnnFormItem textarea {
  max-width: none;
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #706967;
  background-color: transparent;
  outline: none;
  box-shadow: none;
  background: whitesmoke;
  border-radius: 5px;
  padding: 5px 16px;
  min-height: 48px;
  border-style: solid;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 213 225/var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 1px 2px 0rgb(0 0 0 / .05) !important;
  --tw-shadow-colored: 0 1px 2px 0 !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow) !important;
}

.registerFormPane .dnnFormItem input[type=text]:focus,
.registerFormPane .dnnFormItem input[type=password]:focus,
.registerFormPane .dnnFormItem input[type=email]:focus,
.registerFormPane .dnnFormItem input[type=tel]:focus,
.registerFormPane .dnnFormItem select:focus,
.registerFormPane .dnnFormItem textarea:focus {
  border-color: var(--net-color-secundary) !important;
}

.registerFormPane div.dnnRegistrationForm .dnnForm {
  width: 100%;
}

.registerFormPane div.dnnRegistrationForm .password-strength-container {
  width: 100%;
  max-width: none;
}

.registerFormPane div.dnnRegistrationForm {
  min-width: auto;
  max-width: 910px;
  margin: auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 12px 13px #f0f0f0;
}

.registerFormPane .dnnSocialRegistration {
  display: none;
}

.registerFormPane .DnnModule-Registration .dnnPrimaryAction,
.registerFormPane .DnnModule-Registration .dnnPrimaryAction:hover {
  box-shadow: none;
  border-radius: 0.25rem;
  background: none;
  background-color: var(--net-btn-bg-primary);
  width: 100%;
  text-shadow: none;
  text-transform: lowercase;
  margin: 0px;
  border: 1px solid var(--net-btn-bg-primary);
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px;
  width: 180px;
}

.registerFormPane .DnnModule-Registration .dnnPrimaryAction:hover {
  background-color: var(--net-btn-bg-primary-hover) !important;
  border: 1px solid var(--net-btn-bg-primary-hover) !important;
}

.registerFormPane .dnnSecondaryAction {
  box-shadow: none;
  border-radius: 0px;
  background: none;
  background-color: #ffffff;
  width: 100%;
  text-shadow: none;
  text-transform: lowercase;
  margin: 0px;
  border: 1px solid #C9CBCC;
  transition: 0.5s;
  margin-top: 5px;
  font-weight: 500;
  text-transform: capitalize;
  display: none;
}

.registerFormPane .dnnActions {
  height: 60px;
}

.registerFormPane .dnnLabel>label {
  margin-right: 7px;
  font-weight: 400;
}

.register {
  padding: 40px 10px;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register__logo {
  display: flex;
  justify-content: center;
}

@media (max-width: 1025px) {
  .registerFormPane div.dnnRegistrationForm {
    max-width: 100%;
  }

  .registerFormPane .dnnLabel>label {
    width: -moz-max-content;
    width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .dnnFormItem>.dnnLabel {
    width: -moz-max-content;
    width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .dnnFormHelp,
  .dnnForm .dnnFormItem .dnnFormHelp,
  .dnnTooltip label .dnnFormHelp {
    position: inherit;
  }

  .dnnTooltip {
    position: initial !important;
  }

  .dnnTooltip .dnnFormHelpContent,
  .dnnHelperTip .dnnFormHelpContent {
    width: 148px !important;
    box-shadow: 0px 3px 10px #00000029;
  }
}

@media (min-width: 1024px) {
  .dnnForm:nth-child(1)>div:nth-child(3)>div>div:nth-child(1) {
    padding-right: 5px;
  }

  .dnnForm:nth-child(1)>div:nth-child(3)>div>div:nth-child(1),
  .dnnForm:nth-child(1)>div:nth-child(3)>div>div:nth-child(2) {
    width: 50%;
    display: inline-block;
  }

  .dnnRegistrationForm>div:nth-child(1)>div {
    border-radius: 0;
  }

  .registerFormPane .dnnLabel {
    float: none;
    margin: 0;
    text-align: left;
    display: inline-block;
    color: #706967;
    font-size: 14px;
    transition: all 0.2s ease;
    z-index: 10;
    width: auto;
  }
}

/* end pagina de register */
/* pagina 404 */
.body-page-notfound {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.notfound-header,
.notfound-footer {
  padding-left: 50px;
  background: #d9d9d9;
  height: 65px;
  display: flex;
  align-items: center;
}

.notfound-page {
  font-family: var(--font-family-primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  max-width: 630px;
  margin: auto;
}

.notfound-page__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 300px;
  font-size: 17px;
  gap: 10px;
}

.notfound-page__logo img {
  max-width: 300px;
}

.notfound-page__title {
  font-size: 95px;
  color: var(--net-color-primary);
  font-weight: bold;
}

.notfound-page__text {
  display: inline-block;
  font-size: 16px;
}

.notfound-page__text-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: var(--net-color-dark);
  margin-bottom: 0;
}

.notfound-page__link {
  color: var(--net-color-primary);
  text-decoration: none;
}

.notfound-page__link:hover {
  color: var(--net-color-secundary);
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .notfound-page__body {
    gap: 0;
  }

  .notfound-page__text-title {
    font-size: 52px;
    line-height: 70px;
    width: -moz-max-content;
    width: max-content;
  }
}

/* end pagina 404 */
/* estilos para grilla(paneles)*/
.containerPanels {
  padding-bottom: 20px;
  max-width: 2060px;
  width: 100%;
}

@media (min-width: 1025px) {
  .containerPanels {
    margin: auto;
  }
}

.siteContainer {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.mainPanels__floatAgency {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mainPanels__floatPane{
  padding: 0;
}

@media (min-width: 1025px) {
  .mainPanels {
    position: relative;
  }

  body:not(.dnnEditState) .mainPanels__floatPane {
    position: relative;
    margin-top: -120px;
    margin-bottom: 1.5rem;
  }
  .dnnEditState .mainPanels{
    margin-top: 5rem;
  }

  .mainPanels__floatAgency {
    display: grid;
    justify-content: space-around;
    grid-template-columns: 70% 30%;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 75%;
    max-width: 1170px;
  }

  .dnnEditState .mainPanels__floatPane,
  .dnnEditState .mainPanels__floatAgency {
    position: initial;
  }

  .dnnEditState .mainPanels__floatAgency {
    display: block;
  }
}



/* ---------------------------------------------------containers text-------------------------------------------------------------------- */

.bg-cont-1 {
  background: var(--color-1);
}

.color-cont-1 {
  color: var(--color-1);
}

.border-cont-1 {
  border-color: var(--color-1);
}

.mt-3 {
  margin-top: 30px;
}


.cms-flex__Custom_h2_left .titulo, .cms-flex__title_h2_left .titulo {
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 32px !important;
  font-family: "Kimura Sans Display mediumitalic" ;
}

.cms-flex__Custom_h2_left h2, .cms-flex__title_h2_left h2{
  margin-bottom: 0;
}



.cms-flex__Custom_h2_left .subtitle, .cms-flex__title_h2_left .subtitle {
  font-weight: 400;
  font-size: 20px !important;
  line-height: 27.24px;
  color: var(--color-1);
  margin-bottom: 1rem;
}

.dnnFormLabelWithoutHelp label {
  font-weight: 400;
}

.cms-flex__title_h2_center .titulo,
.cms-flex__Custom_h2_center .titulo,
.cms-flex__title_h3_center .titulo,
.cms-flex__Custom_h3_center .titulo {
  text-align: center;
  display: block;
}

.cms-flex__title_h3_left .titulo,
.cms-flex__Custom_h3_left .titulo {
  text-align: left;
  display: block;
}

/* .cms-flex__Custom_h3_center .titulo,
.cms-flex__Custom_h3_left .titulo,
.cms-flex__Custom_h2_center .titulo,
.cms-flex__Custom_h2_left .titulo {
  color: var(--color-1);
} */

.Container01 {
  box-shadow: 0 -4px rgb(0 0 0 / 10%) inset;
  padding: 15px;
}

.Container01 .dnntitle {
  color: #ffffff;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.2);
}

.dnntitle {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 1.8;
  font-weight: 400;
}

.Container01 .contentpane {
  padding: 15px 15px 0px 10px;
}

.Container02 .contentpane {
  padding: 25px 0 10px;
  border-top: none;
}

.Container02 .dnntitle {
  background: none repeat scroll 0 0 #f2f2f2;
  border-left: 4px solid;
}

.Container02 .dnntitle>span {
  padding: 0 0 0 10px;
}


.Container03 {
  border: 1px solid #ddd;
  margin: 0 0 20px;
}

.Container03 .dnntitle {
  padding: 0 0 0 15px;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}

.Container03 .contentpane {
  padding: 22px 15px 22px;
}

.Container04 .dnntitle {
  color: #444;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 0 0 10px 0;
  font-size: 26px;
}

.Container04 .dnntitle:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: -1px;
  background: var(--color-1);
  left: 0;
}

.Container04 .contentpane {
  padding: 25px 0px 10px 0px;
}

.Container05 {
  background: #f6f6f6;
  border-bottom: 3px solid var(--color-1);
}

.Container05 .dnntitle {
  padding: 10px 0px 0px 15px;
  margin: 0px;
}

.Container05 .contentpane {
  padding: 10px 15px 30px;
}

/* ----------------------------fin containers text------------------------ */

.bx-wrapper {
  border: none !important;
}

.banners_agaxtour .banner_card {
  padding: 10px;
}

.banners_agaxtour .banner_card img {
  border-radius: 12px;
}

@media (max-width:1024px) {
  .banners_agaxtour{
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0;
  }
  
  .banners_agaxtour .net-col-lg-6 {
    width: 90%;
  }
  .banners_agaxtour .net-col-lg-3{
    width: 45%;
  }
  .agaxtour_form p{
    margin-top: 4rem !important;
  }
}

.accordion#agaxtourAccordion {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 8px;
}

.accordion#agaxtourAccordion .card:not(:last-child) .card-header {
  border-bottom: 1px solid #B68F4E33;
}



.accordion#agaxtourAccordion .card-header button {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: #000;
  padding-left: 0;
  text-wrap: wrap;
  padding-right: 2.3rem;
}

.accordion#agaxtourAccordion .card-header button:focus-visible {
  outline: none !important;
}

.cms-flex__panelbg:has(.agaxtour_form) {
  padding: 0;
}
.DnnModule:has( .agaxtour_form){
  background-color: var(--net-color-primary);
}


.agaxtour_form {
  padding: 2rem 1rem;
}

.agaxtour_form p {
  grid-area: bottom;
  font-size: 12px;
}




.agaxtour_form h2 {
  grid-area: title;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 25.44px;
  letter-spacing: -1px;
}

.agaxtour_form h2 ~ div.DNNModuleContent {
  grid-area: form;
}

.agaxtour_form h2,
.agaxtour_form p,
.agaxtour_form label {
  color: var(--net-color-light) !important;
}



.agaxtour_form .dnnFormItem input[type="text"],
.agaxtour_form .dnnFormItem input[type="password"],
.agaxtour_form .dnnFormItem input[type="email"],
.agaxtour_form .dnnFormItem input[type="tel"],
.agaxtour_form .dnnFormItem select,
.agaxtour_form .dnnFormItem textarea {
  width: 95% !important;
  border: 1px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 8px;
  box-shadow: none;
}

.agaxtour_form .dnnForm input.dnnFormRequired {
  border-left: 1px solid #fff !important;
}

.agaxtour_form .dnnFormValidationSummary {
  color: #fff;
}

.agaxtour_form .dnnForm .dnnFormItem .dnnFormLabelWithoutHelp label span {
  padding-right: 0 !important;
}

.agaxtour_form .dnnSecondaryAction {
  display: none !important;
}

.agaxtour_form .dnnPrimaryAction {
  color: var(--net-color-primary) !important;
  background: #FFE7AD;
  border-radius: 24px;
  padding: 8px 12px;
  border: none;
  text-shadow: none;
}

.agaxtour_form .dnnPrimaryAction:hover {
  background: #FFE7AD;
}

.agaxtour_form .dnnActions {
  position: relative;
  right: 0;
  bottom: 1.5rem;
}

.cms-flex__Custom_h2_left:has(.agaxtour_parrafo) {
  padding: 1rem;
}

#agaxtourAccordion .card .card-header p button {
  position: relative;
}

#agaxtourAccordion .card .card-header p button::after {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  font: normal normal normal 18px/1 FontAwesome;
}

#agaxtourAccordion .card .card-header p button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(180deg);
}

.bg_white,
.cms-flex__Custom_h2_left:has(.bg_white), .contentPane:has( .bg_white) {
  background-color: #fff;
}
.cms-flex__Custom_h2_left:has(.bg_white){
  padding-top: 30px;
}


.banner-principal_custom .text {
  padding-left: 15px;
  padding-right: 15px;
}


.banner-principal_custom {
  position: relative;
  height: 300px;
}

.banner-principal_custom img, .banner-principal_custom video {
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.banner-principal_custom .text {
  position: absolute;
  top: 17%;
  width: 100%;  
}

.banner-principal_custom .text h1, .banner-principal_custom .text p{
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}


.banner-principal_custom h1 {
  font-size: 24px;
  font-style: italic;
  color: #fff;
}

.banner-principal_custom p {
  font-size: 21px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}


.agaxtour_tabs .nav-item{
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 8px;
}

.agaxtour_tabs .nav-item a {
  color: #91713B;
  background-color: transparent;
  border-radius: 24px;
  border: 2px solid #91713B;
  text-wrap: nowrap;
}
.agaxtour_tabs .nav-item a:hover, .agaxtour_tabs .nav-item.active a:hover{
  background-color: #00093E;
  border: 2px solid #00093E;
  color: #fff;
}
.agaxtour_tabs .nav-item.active a {
  background-color: #91713B;
  color: #fff;
  border-radius: 24px;
  border: 2px solid #91713B;
}
.agaxtour_tabs{
  padding-bottom: 2rem;
}

@media (max-width:667px) {
  .col-md-12{
    width: 100%;
  }
  .agaxtour_tabs .nav{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .agaxtour_tabs .tab-content.mt-3{
    margin-top: 5px;
  }
  .tabs_home{
    padding: 0 15px 2rem;
  }
  .bg_white.container{
    padding-left: 0;
    padding-right: 0;
  }
}

.parent {
  display: grid;
  grid-template-areas: 
  "div1 div2"
  "div3 div3"
  "div4 div4"
  "div5 div6";
}


.parent .tab_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.7);
}

.div1 {
  grid-area:div1;
  height: 230px;
}

.div2 {
  grid-area:div2;
  height: 230px;
}

.div3 {
  grid-area:div3;
  height: 350px;
}

.div4 {
  grid-area:div4;
  height: 230px;
}

.div5 {
  grid-area:div5;
  height: 230px;
}

.div6 {
  grid-area:div6;
  height: 230px;
}


.tab_img{
  position: relative;
  background: linear-gradient(180deg, rgba(0, 9, 62, 0.5) 0%, rgba(0, 9, 62, 0) 50%, rgba(0, 9, 62, 0.5) 100%);
  border-radius: 20px;
  margin: .5rem;
}
.tab_img .tabs-text{
  position: absolute;
  left: 1rem;
  top: 1rem;
}

.tab_img .tabs-text p{
  color: #fff;
}
.tab_img .tabs-text p.p1{
font-size: 14px;
font-weight: 600;
}
.tab_img .tabs-text p.p2{
  font-size: 12px;
  font-weight: 400;
  }

.tab_img img {
  width: 100%;
  object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: -1;
}




/* Desktop */

@media (min-width: 1046px) {
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
    height: auto !important;
  }
  
  .div2 {
    grid-area: 2 / 1 / 3 / 2;
    height: auto !important;
  }
  
  .div3 {
    grid-area: 1 / 2 / 3 / 4;
    height: auto !important;
  }
  
  .div4 {
    grid-area: 1 / 4 / 2 / 6;
    height: auto !important;
  }
  
  .div5 {
    grid-area: 2 / 4 / 3 / 5;
    height: auto !important;
  }
  
  .div6 {
    grid-area: 2 / 5 / 3 / 6;
    height: auto !important;
  }
  
  .tab_img img {
    height: 100%;
    object-fit: cover;
      border-radius: 20px;
      object-position: right;
      position: relative;
      z-index: -1;
  }
  .parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);

  }

  .cms-flex__Custom_h2_left:has(.bg_white)>h2 {
    width: 1170px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-principal_custom,
  .banner-principal_custom img, .banner-principal_custom video  {
    height: auto;
  }

  #dnn_MediumPaneFull:has(.bg_white) {
    padding: 0;
  }

  .banner-principal_custom .text {
    top: 40%;
  }


  .banner-principal_custom h1 {
    font-size: 48px;
    line-height: 57.6px;
  }

  .banner-principal_custom p {
    font-size: 32px;
    line-height: 38.4px;
  }
  .agaxtour_form {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 6px 6px;
    grid-auto-flow: row dense;
    grid-template-areas:
      "title form"
      "bottom bottom";
    position: relative;
  }
  .agaxtour_form .dnnForm>div {
    display: flex;
  }
  .agaxtour_form .dnnActions {
    position: absolute;
    right: 0;
    bottom: 1.5rem;
  }
}


/* página destinos */



.banner-destinos_custom img.banner-desktop {
  height: 300px;
  object-fit: cover;
}

.banner-desktop {
  display: none;
}
.banner-mobile{
  width: 100%;
}

@media (min-width: 509px) {
  .banner-destinos_custom {
  position: relative;
  height: 300px;
}
  .banner-mobile {
  display: none;
}
  .banner-desktop {
  display: block;
}
}


.banner-destinos_custom .text {
  position: absolute;
  top: 30%;
  left: 9%;
}

.banner-destinos_custom h1 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  font-family: "Kimura Sans Display mediumitalic", "Open Sans" ;
}

.franja-links_destinos {
  background-color: #E1C792;
  padding: 1.3rem .8rem;
}

.franja-links_destinos ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.franja-links_destinos ul li {
  list-style-type: none;
  padding-left: 5px;
  color: #00093E;
}

/* .franja-links_destinos ul li:not(:last-child)::after {
  content: "|";
} */

.franja-links_destinos ul li a {
  color: #00093E;
  margin-right: 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 21.79px;
}

.breadCumbs {
  margin: 1rem auto 0;
}

.breadCumbs span[itemprop="breadcrumb"] {
  color: #686767;
}

.breadCumbs .myBreadcrumbs {
  color: #686767;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
}

.breadCumbs span[itemprop="breadcrumb"]>span span[itemprop="itemListElement"]:last-child a {
  color: var(--net-color-primary);
  font-weight: 700;
}

.cms-flex__title_h2_left .titulo {
  font-size: 24px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: left;
  color: #555559;
}

.cms-flex__title_h2_center .titulo {
  font-size: 24px;
  font-weight: 500;
  line-height: 43.2px;
  text-align: center;
}

.cms-flex__title_h2_left p {
  font-size: 14px;
  margin-bottom: 5px;
  color: #555559;
}

.img4_text6 {
  align-items: center;
}

.img4_text6 img {
  border-radius: 16px;
}

.img4_text6 .net-col-lg-8 {
  padding: 1rem;
}


.card_destinos .cardtype02-data h2 {
  color: #000;
}

.card_destinos .cardtype02-data .text-card-destination {
  color: #000;
  font-weight: 600;
}

.card_destinos .cardtype02-data .text-card-xs {
  font-size: 14px;
  font-weight: 500;
}

.card_destinos .cardtype02-data .text-card-lg {
  font-size: 16px;
}

.card_destinos .cardtype02-content a:hover .cardtype02-data .text-card-lg {
  color: var(--net-color-primary);
  text-decoration: underline;
}

.cms-flex__panelbg:has(.bg_primary) {
  background-color: var(--net-color-primary);
  margin-top: 2rem;
}

.contact-wp_destinos {
  padding: 1rem;
}

.contact-wp_destinos.bg_primary .net-row {
  gap: 6px;
}

.contact-wp_destinos.bg_primary .net-row>div:first-child {
  text-align: center;
}

.contact-wp_destinos.bg_primary .container {
  margin: auto;
  align-items: center;
}

.contact-wp_destinos.bg_primary p {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 28.56px;
  text-align: left;
  color: #fff;
}

.contact-wp_destinos .net-col-lg-1 img{
  width: 80px;
}
.contact-wp_destinos .net-col-lg-3 img{
  width: 20px;
}

.contact-wp_destinos.bg_primary a {
  background-color: #25D366;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

.cms-flex__panelbg:has(.bg_white) {
  background-color: #fff;
  margin-top: 1rem;
}

.destinos_grid>.container>.net-row {
  align-items: center;
  margin: 0;
}

.destinos_grid .destinos_grid_item {
  display: flex;
  gap: 6px;
  margin-top: 1rem;
}

.destinos_grid .destinos_grid_item .icon {
  padding: 11px;
  background: linear-gradient(109.06deg, #FFE7AD -3.34%, #DEAF75 103.33%);
  border-radius: 16px;
  height: 70px;
  width: 70px;
}

.destinos_grid .destinos_grid_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: left;
}

.destinos_grid .destinos_grid_item p span {
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  text-align: left;
}

.destinos_grid .destinos_grid_item p span::after {
  content: "\A";
  white-space: pre;
}

.card_destinos .cardtype05-image .text-image-sc {
  width: 100%;
  top: 15%;
}

.card_destinos .cardtype05-image .text-promotion-sc,
.card_destinos .cardtype05-content .text-destination-sc {
  text-align: center;
}

.card_destinos .cardtype05-image {
  background: linear-gradient(180deg, rgba(0, 21, 122, 0.25) 29.88%, rgba(0, 21, 122, 0.5) 106.1%);
  height: 257px;
  border-radius: 16px;
}

.card_destinos .cardtype05-image img {
  position: relative;
  z-index: -1;
  border-radius: 16px;
}

.card_destinos .cardtype05-content {
  border-radius: 16px;
}

.card_destinos .cardtype05-content {
  position: relative;
}

.card_destinos .cardtype05-content .text-card-lg {
  color: #FFE7AD;
  border: 1px solid #FFE7AD;
  padding: 6px 15px;
  font-size: 16px;
  border-radius: 16px;
}

.card_destinos .data-card-sc {
  justify-content: center;
}

.card_destinos .cardtype05-data {
  background: transparent;
  position: absolute;
  bottom: 9%;
}

@media (min-width: 1046px) {
  .destinos_grid .destinos_grid_item {
    display: flex;
    gap: 6px;
    margin: 1rem;
    align-items: center;
  }
  .banner-destinos_custom,
  .banner-destinos_custom img {
    height: 336px;
    width: 100%;
  }

  .banner-destinos_custom .text {
    top: 40%;
    width: 100%;
    left: 0;
  }

  .banner-destinos_custom h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 115.2px;
    text-align: center;
  }

  .contact-wp_destinos.bg_primary .net-row {
    gap: 0px;
  }

  .destinos_grid>.container>.net-row {
    margin: 1rem 2rem;
  }
}

/*-------------------------- fin plantilla destinos ----------------------*/

/* ---------------------- plantilla lojas -----------------------------*/
.banner-lojas_custom {
  position: relative;
  height: 300px;
}

.banner-lojas_custom img {
  height: 300px;
  object-fit: cover;
}

.banner-lojas_custom .text {
  position: absolute;
  top: 30%;
  left: 9%;
}

.banner-lojas_custom h1 {
  color: #00157A;
  font-size: 36px;
  font-weight: 600;
  font-style: italic;
}

.card_lojas .cardtype07-data .text-image-bottom {
  background-color: #FFE7AD;
}

.card_lojas .cardtype07-data .text-image-bottom p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.card_lojas .cardtype07-data h2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.card_lojas .cardtype07-data .subtitle-card-md {
  color: #555559;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.card_lojas .cardtype07-price .text-card-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #00157A;
}

.card_lojas .cardtype07-data .list-card-options span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  border: none;
  background: transparent;
  padding: 0;
  color: #555559;
}

.card_lojas .cardtype07-data .text-card-md {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #555559;
}

.card_lojas .card-icon-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #555559;
}

.card_lojas {
  margin-bottom: 1rem;
}

.cms-flex__panelbg:has(.bg_amarillo) {
  background-color: #EFCB91;
  padding: 2rem 0;
}

.bg_amarillo .net-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.bg_amarillo .net-grid .lojas_motivo {
  text-align: center;
  width: 70%;
  margin: auto;
}

.bg_amarillo .title {
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  line-height: 38.4px;
  color: #00157A;
  margin-bottom: 2rem;
}

.bg_amarillo .net-grid .lojas_motivo img {
  border-radius: 100%;
  width: 156px;
  height: 156px;
  object-fit: cover;
}

.bg_amarillo .net-grid .lojas_motivo p {
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 19.2px;
  color: #00157A;
}

.shopping-eldorado .net-row{
 margin: 0;
}
.shopping-eldorado img{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.shopping-eldorado .gmaps iframe{
  height: 289px;
  width: 100%;
}

.shopping-eldorado .direction{
  background-color: #00157A;
  padding: 25px 25px 30px;
}
.shopping-eldorado .direction p, .shopping-eldorado .direction a{
  color: #fff;
font-size: 16px;
font-weight: 400;
}
.shopping-eldorado .direction >div > p{
  font-size: 24px;
  font-weight: 600;
}

.shopping-eldorado .direction > p:first-of-type{
font-weight: 600;
}

@media (min-width: 1046px) {

  .bg_amarillo .net-grid .lojas_motivo {
    text-align: center;
    width: 100%;
  }

  .banner-lojas_custom,
  .banner-lojas_custom img {
    height: 336px;
    width: 100%;
  }

  .banner-lojas_custom .text {
    top: 40%;
    width: 90%;
    left: 10%;
  }

  .banner-lojas_custom h1 {
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    text-align: left;
  }

  .bg_amarillo .net-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .shopping-eldorado{
    max-height: 500px;
  }
  .shopping-eldorado img{
    height: 500px;
  }
}

/* ----------------------fin  plantilla lojas -----------------------------*/


.text-star .fa-star:nth-child(6){
  display: none;
}


p{
  font-size: 14px;
  color: #555559;
  font-family: "Kimura Sans Display regular", "Open Sans";
}

h1{
  font-family: "Kimura Sans Display light", "Open Sans";
}

.card1-vuelosWS-title{
  font-weight: 500 !important;
}
.card-vuelosWS-content img{
  border-radius: 12px 12px 0 0;
}
.card-vuelosWS-list-searches, .card-vuelosWS-list-searches > :last-child, .card1-vuelosWS-list-destination, .card-vuelosWS-list-searches > :last-child a:hover{
  border-radius: 0 0 12px 12px !important;
}
.card-vuelosWS{
  border-radius: 12px !important;
}

.cms-flex__panelbg{
  margin-top: 2rem;
}

.whatsapp-btn{
  display: none;
}

/* Destinos novo */

/* Banner 
.banner-novo-destino {
  position: relative;
  height: 485px;
  width: 1440px;
}

.banner-gradiente {
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to right, rgba(0, 16, 115, 1) 5%, rgba(0, 16, 115, 0.7)20%, rgba(0, 16, 115, 0));
}

.banner-novo-destino img{
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.banner-conteudo {
  position: absolute;
  top: 145px;
  right: 86px;
  bottom: 145px;
  left: 86px;
  color: #fff;
}

.banner-legenda{
  position: absolute;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px 24px;
  width: fit-content;
  font-size: 16px;
}

.banner-titulo{
  font-size: 61px;
  font-weight: 500;
}

.banner-subtitulo{
  font-size: 49px;
  font-weight: 300;
}*/

/* O que fazer */
.parent-passeios{
  display: flex;
  margin: 8px;
  flex-wrap: wrap;
}

.imagem-passeios{
  flex: 40%;
  max-width: 500px;
  border-radius: 15px;
  margin-right: 10px;
}

.conteudo-passeios{
  flex: 50%;
  margin-left: 10px;
}

@media (max-width: 480px) {
  .imagem-passeios, .conteudo-passeios{
    flex: 100%;
    margin: 10px 0px;
  }
}

.titulo-passeios{
  font-size: 20px;
}

.visita-guiada-passeios{
  font-size: 16px;
  text-decoration: none;
  color: #754F1E;
}

.texto-passeios{
  padding-top: 16px;
}

/* Quando ir */
.quando-ir-passagens-botao{
  background-color: #0024D8 !important;
  color: var(--color-header-top-link) !important;
  border-radius: 24px;
  transition: background-color 0.3s ease;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 12px 8px 12px;
  text-transform: uppercase;
  text-align: center;
  height: auto !important;
  cursor: pointer;
}

.quando-ir-passagens-botao:hover{
 background-color: var(--net-color-secundary) !important;
 color: #fff !important;
 text-decoration: none;
}