<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap");


/* estilos iniciales */
:root {
  --font-family-primary: "Ubuntu", sans-serif;
  --font-family-secundary: "Ubuntu", serif;
}

:root {
  --net-color-primary: #2C3178;
  --net-color-secundary: #ffffff;
  --net-color-terciary: #00a1ea;
  --net-color-sucess: #198754;
  --net-color-danger: #dc3545;
  --net-color-warning: #ffc107;
  --net-color-info: #0dcaf0;
  --net-color-light: #f8f9fa;
  --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-transparent-link-hover: #fff;
  /*Color de links para paginas*/
  --net-color-link: #00aae1;
  --net-color-link-hover: #00aae1;
  --color-1: #2C3178;
  --color-2: #ffffff;
  --color-3: #212564;
  --vd-title-color: #2C3178;
  --vd-price-color: #00a1ea;
}

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

* {
  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;
}
.mt-3{
  margin-top:1rem;
  margin-bottom: 1rem;
}

#dnn_dnnLOGO_imgLogo {
  max-width: 150px;
  max-height: 40px;
}
@media (min-width: 1025px) {
  #dnn_dnnLOGO_imgLogo {
    max-width: 190px;
    max-height: inherit;
  }
  .mt-3{
    margin-top:2.5rem;
    margin-bottom: 30px;
  }
}

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 &gt; li {
  list-style: none;
  margin: 0;
}

ul.list-unstyled {
  list-style: none;
  margin: 0;
}
ul.list-unstyled &gt; 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);
}

.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 &gt; 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;
}


.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: #fff;
  font-size: 20px;
  transform: translate(0, -50%);
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
  background-color: var(--net-color-secundary);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.net-accordion__child {
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .net-accordion__child {
    width: 100%;
  }
}
.net-accordion__child.active .net-accordion__title::after {
  content: "-";
}
.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 &gt; 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: 10px 10px;
}
.mainPanels__floatAgency .LoginPanel{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.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: none;
  box-shadow: 0 0 5px 0px rgba(239, 239, 239, 0.568627451) !important;
  border-bottom: 1px solid #202020;
  margin-bottom: 16px;
  border-radius: 0;
  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 &gt; 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 &gt; label {
    width: -moz-max-content;
    width: max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .dnnFormItem &gt; .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 11px 10px rgba(0, 0, 0, 0.4117647059);
  }
}
@media (min-width: 1024px) {
  .dnnForm:nth-child(1) &gt; div:nth-child(3) &gt; div &gt; div:nth-child(1) {
    padding-right: 5px;
  }
  .dnnForm:nth-child(1) &gt; div:nth-child(3) &gt; div &gt; div:nth-child(1), .dnnForm:nth-child(1) &gt; div:nth-child(3) &gt; div &gt; div:nth-child(2) {
    width: 50%;
    display: inline-block;
  }
  .dnnRegistrationForm &gt; div:nth-child(1) &gt; 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;
  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: 680px;
  margin: 5rem 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-terciary);
  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;
  }
  .elige_tu_destino .bx-controls-direction {
    display: none;
  }
}

/* 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;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.section-login p{
  color: var(--net-color-primary) !important;
  font-size: 17px;
}
.section-login{
  padding: 1rem 2rem;
}

.section-login a{
  background-color: var(--net-color-primary);
  color: #fff;
  padding: 0.5rem;
  text-transform: uppercase;
  border-radius: 7px;
}

@media (min-width: 1025px) {
  .mainPanels {
    position: relative;
  }
  .mainPanels__floatPane {
    width: 70%;
    max-width: 1140px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 200px;
    margin: auto;
  }
  .mainPanels__floatAgency {
    position: absolute;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
    width: 75%;
    max-width: 1170px;
    flex-wrap: nowrap;
}
  .dnnEditState .mainPanels__floatPane, .dnnEditState .mainPanels__floatAgency {
    position: initial;
  }
  .dnnEditState .mainPanels__floatPane{
    width: 100% !important;
  }
  .dnnEditState .form_styles{
    margin-top: 0 !important;
  }
  .dnnEditState .mainPanels__floatAgency, .dnnEditState #dnn_Flotante:has( .form_styles) {
    display: block;
  }
  .dnnEditState .elige_tu_destino{
    margin: 0 !important;
  }

}


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

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


.cms-flex__title_h2_left .titulo,
.cms-flex__Custom_h2_left .titulo {
  text-align: left;
  display: block;
  font-weight: 400;
}

.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;
  font-weight: 600;
}

.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);
  font-weight: 600;
}

.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 &gt; 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------------------------ */



/* contactUs */

@media (max-width:1024px) {
  .contactUs {
      padding-bottom: 30px;
  }
}

div#dataContact .item2 iconify-icon {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}

.contactUs&gt;div&gt;div&gt;div&gt;div {
  display: flex;
  flex-wrap: wrap;
}

.contactUs .dnnForm .dnnFormItem:nth-child(1),
.contactUs .dnnForm .dnnFormItem:nth-child(2) {
  width: 50%;
}

.contactUs .dnnForm input.dnnFormRequired {
  border-left: 1px solid #ced4da!important;
  width: 99%;
  max-width: 100%;
  box-shadow: none!important;
  border: 1px solid #ced4da!important;
}

.contactUs a#dnn_ctr38607_Default_Form_cmdUpdate {
  border: none;
  padding: 7px;
}

.contactUs .dnnFormItem textarea {
  min-height: 80px;
  width: 100%;
  max-width: 100%;
}

#dataContact ul {
  margin-left: 0
}

#dataContact ul li {
  list-style: none;
}

#dataContact hr {
  background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent);
  background-image: linear-gradient(to right, transparent, #dbdbdb, transparent);
  border: 0;
  height: 1px;
  margin: 22px 0;
}
div#dataContact li {
  font-size: 14px;
  line-height: 25px;
}

#dnn_ctr498_Default_Form_Security_x0020_Code_label ~ .dnnLeft{
  max-width: 359px;
}

/* end contactUs */


.dnnPrimaryAction, .dnnFormItem input[type="submit"], a.dnnPrimaryAction{
  background: var(--color-1) !important;
  border-color: var(--color-1) !important;
  box-shadow: none !important;
  color: #fff !important;
}
.dnnSecondaryAction{
  color: #444 !important;
}

/* ----------------------------------------------------cards --------------------------------------------*/

.mt-3 h2{
  margin-bottom:20px;
}
#dnn_bannerPane .netSliderItem{
  width: 100% !important;
}
#dnn_ContentPane .netSlider-container img{
  border-radius:12px;
}

.bx-wrapper .bx-caption{
  background: transparent;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 9px;
}


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


.elige_tu_destino .bx-wrapper .cardtype05-panel .cardtype05-content{
  box-shadow: none !important;
  border: 7px solid #fff;
  border-radius: 18px;
}

.elige_tu_destino .bx-wrapper .cardtype05-panel img{
  border-radius: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
  background-color: var(--color-1) !important;
}

.elige_tu_destino .bx-wrapper .cardtype05-panel .text-card-sc{
  font-weight: 700;
}

.elige_tu_destino{
  margin: -5rem auto 1rem;
}
.listandpack-container .bx-controls-direction a{
  background-color: var(--color-1) !important;
}

.cardtype06-data .text-card-sm,
.cardtype06-data .text-card-md{
  font-weight: 400 !important;
}
.cardtype06-data .text-card-md{
  min-height: 40px !important;
}


@media (min-width: 560px) {
  .elige_tu_destino{
    max-width: 90%;
    margin: -8rem auto 1rem;
  }
  .elige_tu_destino .bx-wrapper .cardtype05-panel{
    width: 267px !important;
  }
}
.cardtype06-data .logo-image-bottom img {
  max-width: 40px;
  border-radius: 50%;
}
.cardtype07-panel .cardtype07-content .text-image-bottom{
  background-color: var(--net-color-primary);
  border-radius: 8px;
}
.cardtype07-panel .cardtype07-content .text-image-bottom p{
  color: #fff;
}

.cardtype07-data, .cardtype07-price{
  border: none !important;
}
.cardtype07-content{
  box-shadow: 0px 0px 3px 0px #00000061;
    border-radius:8px;
    margin-bottom: 1rem;
}
.cardtype07-content a{
  border-radius: 8px;
}
.cardtype07-price{
  border-radius: 0 0 8px 8px;
}

.cardtype07-data h2{
  color: var(--net-color-primary) !important;
}

.cardtype07-image img{
  border-radius: 8px 8px 0 0;
}
.cardtype07-data .text-star .fa{
  color: #FBC220 !important;
}

.bx-controls{
  display: none !important;
}

.cardtype07-data .list-card-options span{
  background-color: #FBF374;
  border: 1px solid #FBF374;
  border-radius: 8px;
}

.cardtype07-content .text-card-lg{
  color: var(--net-color-link) !important;
}


.table_imgs{
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.table_imgs .t_img{
  position: relative;
  margin: auto;
}
.table_imgs .text_img{
  background: linear-gradient(90deg, rgb(49 9 98 / 76%) 0%, rgba(41, 250, 121, 0) 87%);
  border-radius: 12px;
  width: 250px;
  position: absolute;
  top: 0;
  height: 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 1rem;
}

.table_imgs img{
  width: 250px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
}

.table_imgs .t_img .title{
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
.table_imgs .t_img .price{
  color: #fff;
}

.net-row{
  margin-left: 0;
  margin-right: 0;
}

.agente_help{
  background: rgb(2,0,36);
background: linear-gradient(251deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 28%, rgba(0,172,255,1) 100%);
border-radius: 8px;
    align-items: center;
}
.agente_help &gt; div:first-child{
  padding: 1rem ;
}

.agente_help &gt; div:last-child{
  text-align: center;
  padding: 0;
  padding-top: 12px;
}

.agente_help h2{
  font-weight: 500;
    color: #fff;
    margin-bottom: 7px;
}
.agente_help p{
  color: #fff;
  margin-bottom: 1rem;
}

.agente_help a{
  background-color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
}
.agente_help img{
  max-height: 180px;
}

.products{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 8px;
  margin: auto;
}

.products .product_item{
  margin: auto;
  text-align: center;
  padding: 1rem;
}

.products .product_item div{
  border-radius: 50%;
    width: 190px;
    height: 190px;
    padding: 0rem 1rem;
    margin: auto;
    box-shadow: 0px 1px 3px 0px #0000006b;
}
.products .product_item iconify-icon{
  color: var(--net-color-primary);
}

.products .product_item p span{
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 16px;
}
.products .product_item p{
  color: #000;
}


.banners_dandeleon &gt; div{
  padding: 7px;
}
.banners_dandeleon img{
  width: 100%;
  border-radius: 8px;
  height: 190px;
  object-fit: cover;
}

.certificaciones, .metodos_pago{
  margin: 1rem auto;
}

.certificaciones p, .metodos_pago p{
  text-align: center;
  margin-bottom: 7px;
}
.certificaciones .cert_imgs img, .metodos_pago .pay_imgs img{
  box-shadow: 0px 0px 0px 1px #8984842e;
  margin: 3px;
}

.certificaciones .cert{
    margin: 1rem auto;
    text-align: center;
}
.metodos_pago .pay{
    margin: 1rem auto;
    text-align: center;
}
.certificaciones .cert h3, .metodos_pago .pay h3{
  font-weight: 500;
}
.newsletter p{
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: var(--net-color-primary);
  margin-bottom: 1rem;
}
.newsletter_form{
  margin: auto;
}
.newsletter_form .dnnActions{
  padding-top: 0 !important;
}
.newsletter_form .dnnActions .dnnSecondaryAction{
  display: none;
}
.newsletter_form .dnnForm{
  display: flex;
  align-items: center;
}
.newsletter_form .dnnForm .dnnLabel{
  display: none !important;
}
.newsletter_form .dnnForm input{
  width: 90% !important;
  height: 40px;
}
.newsletter_form div[id*='_Default_Form_EditFormPlaceholder']{
  display: flex;
  width: 100%;
}

.newsletter_prom p{
  font-size: 18px;
}
.newsletter_form a[id*="_Default_Form_cmdUpdate"]{
  height: 47px;
  margin-bottom: 0;
}




/* destinos */

.main-banner-img img{
  min-height: 200px;
  object-fit: cover;
}
.main-banner-img .banner_text {
  position: absolute;
  top: 12%;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0px 0px 4px #00000096;
}
.main-banner-img .banner_text h1 {
  font-weight: 600;
  color: #fff;
  line-height: 3.5rem;
}

.destinos_cards .data-card-sc{
  display: block;
}
.destinos_cards .price-card-sc{
  justify-content: center;
}
.destinos_cards .text-card-lg{
  color: var(--net-color-primary);
}
.destinos_cards .cardtype05-image img{
  border-radius: 8px 8px 0 0;
}

.destinos_cards .text-image-sc{
  width: 100%;
  background-color: #3391e1c2;
  bottom: 0;
  top: auto;
}

@media (min-width:1025px) {
  .main-banner-img .banner_text {
      top: 35%;
  }
}


.divline {
  height: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blue{
  background-color: #113164!important;
}
.divline&gt;p {
  color: #FFDB15;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  font-style: normal;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 0;
}
@media(max-width:1024px){
.divline{
  border-radius: 6px;
  height: inherit;
}
.divline&gt;p{
  padding: 10px;
  display: flex;
  flex-direction: column;
  line-height: 40px;
}

}
.divline&gt;p&gt;span{
color: #fff;

}


.sectionInfoBody{
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  min-height: 150px;
  align-items: center;
}
@media(max-width:1024px){
  .sectionInfoBody{
      row-gap: 20px;
      padding: 10px 0;
  }
}
@media(max-width:550px){
  .sectionInfoBody&gt;div{
      padding: 10px 0;
  }
}
.sectionInfoBody&gt;div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.sectionInfoBody&gt;div&gt;p{
  margin-bottom: 0;
}

.sectionInfoBody&gt;div&gt;h2:nth-child(2){
  font-size: 1.2rem;
  margin: 0;
}

.sectionInfoBody&gt;div&gt;p:nth-child(3){
  display: block;
  max-width: 276px;
  text-align: center;
}
.sectionInfoBody&gt;div&gt;a{
  font-weight: 500;
  font-size: 16px;
  color: #007BFF;
}

#dnn_Flotante {
  position: static;
  width: 100%;
  margin-top: 20px;
  float: none;
}


.mainPanels__floatAgency:has( .dnnFormMessage.dnnFormWarning){
  position: initial !important;
}
/* -------------------------------------formulario suscripcion     --------*/



.newsletter_form {
  padding: 1rem 2rem 0.8rem;
  border: 1px solid var(--net-color-primary);
  border-radius: 8px;
}

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



.newsletter_form h2 {
  grid-area: title;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 25.44px;
  color: #444;
}

.newsletter_form&gt;.DNNModuleContent {
  grid-area: form;
}

.newsletter_form h2 span {
  color: var(--net-color-primary) !important;
}



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


.newsletter_form .dnnForm input {
  font-weight: 600;
  border-radius: 5px !important;
  margin-bottom: 0;
  height: 46px;
}

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

.newsletter_form .dnnForm&gt;div:first-child {
  width: 100%;
}

.newsletter_form .dnnForm .dnnFormItem {
  margin: .3rem 0;
}

.newsletter_form .dnnFormValidationSummary {
  color: var(--net-color-primary);
}

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

.newsletter_form .dnnFormLabelWithoutHelp {
  display: none;
}

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

.newsletter_form .dnnPrimaryAction {
  color: #fff !important;
  background: var(--net-color-primary);
  border-radius: 5px;
  padding: 6px 12px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  margin-bottom: 4px;
  height: 46px;
  align-content: center;
}

.newsletter_form .dnnPrimaryAction:hover {
  background: var(--net-color-primary);
}

.newsletter_form .dnnActions {
  position: relative;
  top: 0;
}

@media (min-width: 1046px) {

  .newsletter_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;
    margin: 2rem 0 2rem;
    width: 100%;
  }

  .newsletter_form .dnnForm {
    flex-wrap: nowrap;
  }

  .newsletter_form .dnnForm&gt;div {
    display: flex;
  }

  .newsletter_form .dnnForm&gt;div:first-child {
    flex: 0 0 89.4%;
  }

  .newsletter_form .dnnActions {
    flex: 0 0 5%;
  }

  .content-wrap-viewdesign .bx-wrapper {
    margin-bottom: 2rem;
  }
}
</pre></body></html>