@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* estilos iniciales */

:root {
  --font-family-primary: "Open Sans", sans-serif;
  --font-family-secundary: "Open Sans", sans-serif;
}

:root {
  --net-color-primary: #6d55bd;
  --net-color-secundary: #007BFF;
  --net-color-sucess: #198754;
  --net-color-danger: #dc3545;
  --net-color-warning: #ffc107;
  --net-color-info: #0dcaf0;
  --net-color-light: #f8f9fa;
  --net-color-dark: #343a40;
  --net-color-gray: #4F4F4F;
  --net-color-violet: #4107F5;
  /*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: #6d55bd;
  --color-header-link-hover: var(--net-color-primary);
  --color-header-transparent-link: #fff;
  --color-header-transparent-link-hover: #fff;
  /*Color de links para paginas*/
  --net-color-link: #007BFF;
  --net-color-link-hover: #0571dc;
  --color-1: #4107F5;
  --color-2: #ffffff;
  --color-3: #007BFF;
  --vd-title-color: var(--net-color-violet);
}

body {
  background-color: #F9F9F9;
}

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;
}

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


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);
}

.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 6px;
  font-weight: 400;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 22px;
}

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 */

.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: #fff;
  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: "-";
  padding: 9px 10px 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) {
  h2 {
    font-size: 1.3rem;
  }

  .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 11px 10px rgba(0, 0, 0, 0.4117647059);
  }

  .row:has(#dnn_bannerLeft) {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
  }

  #dnn_bannerRight {
    width: 100%;
  }
}

@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;
}

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

  .mainPanels__floatPane {
    width: 70%;
    max-width: 1140px;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 175px;
    margin: auto;
  }

  .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__title_h2_left .titulo,
.cms-flex__Custom_h2_left .titulo {
  text-align: left;
  display: block;
  font-weight: 600;
}

.cms-flex__Custom_h2_left h2 {
  margin-bottom: 0 !important;

}

.title_subtitle p {
  letter-spacing: 1px;
  color: #706967;
  font-weight: 600;
  font-size: 12px;
}

.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: 500;
}

.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 p {
  color: #ffffff;
}

.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------------------------ */
.cancelar_compra {
  margin-top: 2rem;
}

.cancelar_compra p {
  font-size: 12px;
}

.cancelar_compra a {
  height: 40px;
  border-radius: 5px;
  padding: 10px 12px;
  border: 1px solid;
  display: inline-block;
  min-width: 230px;
  text-align: center;
  color: #4b378e;
  font-size: 15px;
}

.cancelar_compra a:hover {
  background-color: #6d55bd;
  color: #fff;
  text-decoration: none;
}

.sectionInfoBody h3 {
  font-size: 18px !important;
  margin-bottom: 0;
  margin-top: 12px;
}

.sectionInfoBody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  min-height: 150px;
  align-items: center;
  margin: 1rem 0;
}

@media(max-width:1024px) {
  .sectionInfoBody {
    row-gap: 20px;
    padding: 10px 0;
  }

  .cancelar_compra a {
    margin-top: 1rem;
  }
}

@media(max-width:550px) {
  .sectionInfoBody>div {
    padding: 10px 0;
  }
}

.sectionInfoBody>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sectionInfoBody>div>p {
  margin-bottom: 0;
}

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

.sectionInfoBody>div>p:nth-child(3) {
  display: block;
  max-width: 276px;
  text-align: center;
}

.sectionInfoBody>div>a {
  font-weight: 500;
  font-size: 16px;
  color: #007BFF;
}

.sectionInfo-2 .sectionInfoBody-2,
.sectionInfo-3 .sectionInfoBody-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  min-height: 150px;
  align-items: center;
  gap: 20px;
}

@media (max-width:768px) {

  .sectionInfo-2 .sectionInfoBody-2,
  .sectionInfo-3 .sectionInfoBody-3 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.sectionInfo-2 .sectionInfoBody-2>div.intro>h1 {
  font-size: 50px;
  color: #113164;
}

.sectionInfo-2 .sectionInfoBody-2>div.intro>p {
  margin-bottom: 0;
  color: #ff7b00;
}

.sectionInfo-2 .sectionInfoBody-2>div:not(.intro),
.sectionInfo-3 .sectionInfoBody-3>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 0;
  text-align: center;
  border: 1px solid rgb(209, 209, 209);
  color: #113164;
}

.sectionInfo-2 .sectionInfoBody-2>div:not(.intro)>p,
.sectionInfo-3 .sectionInfoBody-3>div>p {
  margin-bottom: 0;
}

.sectionInfo-2 .sectionInfoBody-2>div>img {
  width: 60px;
}

.sectionInfo-2 .sectionInfoBody-2>div>h2:nth-child(2),
.sectionInfo-3 .sectionInfoBody-3>div>h2:nth-child(3) {
  font-size: 1.2rem;
  margin: 0;
  color: #113164;
}

.sectionInfo-2 .sectionInfoBody-2>div>p:nth-child(3),
.sectionInfo-3 .sectionInfoBody-3>div>p:nth-child(4) {
  display: block;
  max-width: 350px;
  text-align: center;
}

.sectionInfo-3 .sectionInfoBody-3>div {
  padding: 0 0 30px;
}

.sectionInfo-3 .sectionInfoBody-3>div>img:nth-child(1) {
  width: 100%;
  margin-bottom: 15px;
}

.sectionInfo-3 .sectionInfoBody-3>div>img:nth-child(2) {
  width: 60px;
}


.banners_img img {
  border-radius: 8px;
  margin: 1rem;
}

.comunicationBox svg {
  height: 1em;
  width: 1em;
  font-size: 24px;
  margin-right: 8px;
}

a.comunicationBox {
  border-radius: 12px;
  border: 1px solid var(--net-color-violet);
  margin-top: 10px;
  text-decoration: none;
  height: 100px;
  width: 269px;
  background-color: #fff !important;
}

a.comunicationBox>div {
  padding: 24px;
}

.comunicationBox .title {
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--net-color-violet);
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
}

.comunicationBox .text {
  color: #000;
  margin: 0;
}

.containerBox {
  margin-top: 2rem;
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 8px;
}

.comunicationBox:nth-child(1) {
  grid-area: 1 / 1 / 2 / 2;
}

.comunicationBox:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
}

.comunicationBox:nth-child(3) {
  grid-area: 1 / 3 / 2 / 4;
}

.comunicationBox:nth-child(4) {
  grid-area: 1 / 4 / 2 / 5;
}

.recentSearchItem .recentSearchItem__promotionMessage {
  font-size: 13px !important;
}

.recentSearchItem__title {
  color: #6956b7 !important;
}

.recentSearchItem__btnSearch {
  color: #4107F5 !important;
  font-weight: 600 !important;
}

@media (max-width: 1023px) {
  .containerBox {
    overflow-x: auto;
    padding-bottom: 1rem;
  }
}

.imagen__banner img {
  border-radius: 12px;
  height: 200px !important;
  object-fit: contain;
}

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

.banner_multidestino .bx-wrapper {
  margin-bottom: 0;
}

#dnn_bannerRight .bx-wrapper img {
  border-radius: 12px;
  max-height: 200px;
  object-fit: contain;
}

#dnn_bannerRight .bx-wrapper {
  margin-bottom: 0;
}


.logo-image-bottom {
  border: none !important;
  background: none !important;
  margin-top: -18px !important;
  margin-left: -5px;
}

.cms-flex__Custom_h2_center.mt-3 h2 {
  margin-bottom: 2rem;
}

#VuelosWS-container-cards {
  padding: 15px 0;
}

.card3-vuelosWS-list-destination {
  border-radius: 0 0 8px 8px;
}

.card-vuelosWS-content img {
  border-radius: 8px 8px 0 0;
}

/* slider de rentadoras de autos */
#mvcContainer-1366,
#mvcContainer-1372 {
  margin-top: 2rem;
}

.cardtype07-data .text-image-bottom {
  background-color: #6956b7 !important;
}

.cardtype07-data .text-image-bottom p {
  color: #fff !important;
}

.cardtype07-data .list-card-options span {
  background: #4107F510 !important;
  border: 1px solid #4107f538 !important;
  color: #4107F5 !important;
}

.cardtype03-image .text-promotion-obal {
  color: #4107F5 !important;
}

.cardtype04-data .item-destination:hover {
  background: #4107F510 !important;
}

.card3-vuelosWS-title {
  background: #5b46ad;
  border-radius: 0 0 12px 0;
  font-size: 16px !important;
  padding: 16px 24px !important;
}

.card3-vuelosWS-item-search:hover {
  background: #4107F510 !important;
}

ul.multidestino {
  margin-top: 24px;
}

ul.multidestino li {
  list-style: none;
  line-height: 31px;
}

ul.multidestino li strong {
  color: #5b46ad;
  font-weight: 500;
}

/* -------------------------------------formulario suscripcion     --------*/



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

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



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

.volala_form>.DNNModuleContent {
  grid-area: form;
}

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



.volala_form .dnnFormItem input[type="text"],
.volala_form .dnnFormItem input[type="password"],
.volala_form .dnnFormItem input[type="email"],
.volala_form .dnnFormItem input[type="tel"],
.volala_form .dnnFormItem select,
.volala_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;
}

.volala_form .dnnForm input.dnnFormRequired {
  border-left: 1px solid var(--net-color-primary) !important;

}

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

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

.volala_form .dnnForm>div:first-child {
  width: 100%;
}

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

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

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



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

.volala_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;
}

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

.volala_form .dnnActions {
  position: relative;
  top: .2rem;
}

/* ----------------------------------- cards ------------------------------*/
.cardtype05-content .text-card-sc {
  font-size: 12px !important;
  letter-spacing: -0.6 !important;
}

.cardtype05-content .text-card-xs {
  font-size: 12px !important;
  letter-spacing: -0.6 !important;
  padding-right: 6px !important;
}

.cardtype05-content .text-card-lg {
  font-size: 19px !important;
  letter-spacing: -0.5 !important;
}

.cardtype05-data {
  padding: 12px 8px !important;
}

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

/* Desktop */

@media (min-width: 1046px) {
  #dnn_bannerRight .bx-wrapper .bx-controls-direction {
    display: none;
  }

  .volala_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%;
  }

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

  .volala_form .dnnForm>div {
    display: flex;
  }

  .volala_form .dnnForm>div:first-child {
    flex: 0 0 89.4%;
  }

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

  .content-wrap-viewdesign .bx-wrapper {
    margin-bottom: 2rem;
  }
}


/* ---------------------------- tarjetas webcheckin ----------------------*/
.card_webchekin .cardtype05-content .text-card-lg {
  font-size: 13px !important;
}

.card_webchekin .cardtype05-data {
  padding: 16px !important;
}

/* ---------------------------- fin tarjetas webcheckin ----------------------*/

/* --------------------------------------- multidestino -------------------*/
.cardtype04-destination {
  transform: none !important;
  top: 0 !important;
}

.cardtype04-destination h2 {
  width: fit-content;
  background-color: var(--net-color-primary);
  padding: 16px 24px;
  border-radius: 8px 0 12px 0;
  font-size: 16px !important;
  text-shadow: none !important;
}

/* --------------------------------------- fin multidestino -------------------*/


/* --------------------------------------- ofertas -------------------*/
.card-vuelosWS {
  box-shadow: 0px 1px 5px -3px rgba(0, 0, 0, 0.75) !important;
}

.box2-image-vuelosWS {
  border-radius: 8px 8px 0 0;
}

.card2-vuelosWS-list-destination {
  border-radius: 8px;
}

.card2-vuelosWS-item-search:hover {
  background-color: #4107F510 !important;
}

/* --------------------------------------- fin ofertas -------------------*/

/*---------------------------------------Pagina de ayuda ------------------*/

.cards-grid-ayuda {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.cards-grid-ayuda .card {
  border-radius: 4px;
  box-shadow: 0 4px 4px #dddede;
  background-color: #fff;
  padding: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 24px;
}

.cards-grid-ayuda .card img {
  width: 200px;
}

.cards-grid-ayuda .card span {
  flex: 15%;
}

.card__grupo {
  margin-left: 16px;
  flex: 85%;
}

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


.card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  color: #454848
}

.card__text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
  color: #626565
}

.cards-grid-ayuda .card__link {
  color: #4107F5;
}

@media only screen and (min-width: 1024px) {
  .cards-grid-ayuda {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 30px;
  }

  .bx-wrapper .bx-controls-direction a.disabled {
    display: none !important;
  }

  .bx-controls.bx-has-controls-direction:has(a.disabled) {
    display: none;
  }
}

/*--------------------------------------Fin Pagina de ayuda ------------------*/

.recentSearchItem {
  background-color: #fff;
}


.menu__custom-volala._navbar__item--last,
.opcion-2-demo li:has(a[href="#car"]),
.net-accordion .net-accordion__container .net-accordion__child:first-child .net-accordion__body ul li:last-child {
  display: none;
}

.cardtype07-price .text-card-md {
  letter-spacing: -0.3;
}

.VuelosWS-list-destinations-978 .card-vuelosWS {
  margin-bottom: 2rem;
}

.landing-page {
  background-color: var(--net-color-primary);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 22vh
}

.landing-page .landing-section {
  width: fit-content;
  margin: auto
}

.landing-page .site-logo {
  margin-bottom: 4rem
}

.landing-page .site-logo img{
  max-width: 170px;
}

.landing-page .country-selection {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  flex-wrap: wrap;
  justify-content: center
}

.landing-page .country-selection a:hover{
  text-decoration: underline;
  color: #fff;
}

.landing-page .country-selection img {
  width: 55px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin-right: 1rem;
}

.landing-page .country-selection span {
  color: #fff;
  font-size: 16px;
}

