@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
  font-family: "Montserrat", sans-serif;
  transition: font-size 250ms ease-out, line-height 250ms ease-out, color 250ms ease-out;
}
.modal {
  display: none; 
  position: fixed;
  z-index: 1;
  padding-top: 90px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px 60px;
  border: 1px solid #888;
  width: 50%;
  box-sizing: border-box;
}
.modal-content h5{
  color: var(--andina-primary-color);
}
.modal-content img {
  width: -webkit-fill-available;
  width: -moz-available;
  border: 2px solid var(--andina-primary-color);
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.orgContainer {
  height: 70vh;
  padding: 20px;
  margin: 0 auto;
  overflow: scroll;
  border: 3px solid #112152;

}
.organigrama {
  width: max-content;
  transform: scale(0.85)
}

.org-head {
  font-weight: bold;
}
.organigrama * {
  margin: 0px;
  padding: 0px;
}

.organigrama ul {
  padding-top: 20px;
  position: relative;
}
.organigrama li {
  float: left;
  text-align: center;
  list-style-type: none;
  padding: 20px 5px 0px 5px;
  position: relative;
}

.organigrama li::before,
.organigrama li::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 50%;
  border-top: 1px solid rgb(0, 0, 0);
  width: 50%;
  height: 20px;
}

.organigrama li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid rgb(0, 0, 0);
}

.organigrama li:only-child::before,
.organigrama li:only-child::after {
  display: none;
}

.organigrama li:only-child {
  padding-top: 0;
}

.organigrama li:first-child::before,
.organigrama li:last-child::after {
  border: 0 none;
}

.organigrama li:last-child::before {
  border-right: 1px solid rgb(0, 0, 0);
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid rgb(0, 0, 0);
  width: 0;
  height: 20px;
}

.organigrama li a {
  background-color: #112152;
  border: 1px solid rgb(0, 0, 0);
  padding: 1em 0.75em;
  text-decoration: none;
  color: white;
  font-size: 0.85em;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  transition: all 200ms;
}

.organigrama li a:hover {
  border: 1px solid #3a75c3;
  background-color: #3a75c3;
  display: inline-block;
}

.organigrama>ul>li>a {
  font-size: 1em;
  font-weight: bold;
}

.organigrama>ul>li>ul>li>a {
  width: 8em;
}

.andina-terms-content{
  padding: 20px 60px;
  text-align: justify;
}
.andina-terms-content h4, h5{
  color: var(--andina-primary-light-color);
}
.andina-terms-content b{
  color: var(--andina-primary-light-color);
}
.andina-terms-content img{
  width: 100%;
  padding: 20px 0;
}
.andina-terms-layout-title-container{
  display: flex;
  background-color: var(--andina-primary-light-color);
}
.andina-terms-layout-title-text{
  width: 55%;
  display: flex;
  align-items: center;
  padding: 55px 60px;
  line-height: 2.2em !important;
}

.andina-terms-layout-title-text div{
  color: white;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 22pt;
  border-radius: 20px;
  background-color: var(--andina-primary-color);
  border: 2px var(--andina-primary-color) solid;
}

.andina-breadcrumb-container{
  padding: 30px 80px;
  display: flex;
}
.andina-breadcrumb-container span a{
  padding: 0 5px;
  color: var(--andina-primary-color);
}

.andina-related-container{
  padding: 40px 60px;
}
.andina-related-container p{
  background-color: var(--andina-primary-light-color);
  color: white;
  border-radius: 10px;
  padding: 20px 30px;
  font-weight: bold;
}

.andina-related-container ul li{
  list-style: disc;
  color: var(--andina-primary-color);
  padding: 5px;
}
.andina-related-container ul li a{
  color: var(--andina-primary-color);
}

.andina-cookies-notice{
  box-sizing: border-box;
  position: fixed; 
  bottom: 0; 
  width: 100%; 
  background-color: var(--andina-primary-light-color); 
  color: white; 
  padding: 20px 100px; 
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 999;
}
.andina-cookies-notice a{
  color: white;
  font-weight: bold;
}
.andina-cookies-button{
  background-color: var(--andina-primary-color); 
  color: white; 
  border: none; 
  padding: 5px 10px;
}
.andina-search-container{
  background-color: white;
  height: 100vh;
  width: 40%;
  position: fixed;
  right: -100vw;
  top:0;
  z-index: 999;
  transition: all 0.5s;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.andina-search-top{
  padding: 0 30px;
}
.andina-search-top h3{
  margin-top: 0;
}
.andina-search-list{
  height: 60vh;
  overflow: scroll;
  padding: 0 30px;
  margin: 0;
}
.andina-search-list li{
  padding: 10px 20px;
  margin: 5px 0;
  border: 1px solid var(--andina-light-color);
  border-radius: 10px;
}
.andina-search-list li a{
  color: var(--andina-primary-color);
  font-weight: bold;
}
.andina-search-list li p{
  padding: 5px 0;
  margin: 4px 0;
  max-height: 100px;
  overflow: scroll;
  border-top: 2px var(--andina-primary-color) solid;
}
.andina-search-container-active{
  right: 0 !important;
}

.andina-search-input{
  font-size: 13pt;
  border-radius: 5px;
  border: 1px solid gray;
  padding: 10px 20px;
  width: 90%;
  outline: none;
  transition: all 0.5s;
  margin-bottom: 20px;
}

.andina-search-input:focus{
  border: 1px solid var(--andina-primary-color)
}
.andina-products-sec-dark{
  background-color: var(--andina-light-color);
  color: var(--andina-primary-color);
  padding: 10px 60px;
}
.andina-products-sec-dark h2{
  color: var(--andina-primary-color);
}
.andina-products-single-cont{
  padding: 30px 60px;
  color: var(--andina-primary-color);
  text-align: justify;
}
.andina-products-leafs{
  display: flex;
  flex-wrap: wrap;
}
.andina-products-desc-img{
  padding: 20px;
}
.andina-products-desc-img img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
}
.andina-products-leafs img{
  width: 33%;
  min-width: 200px;
}
.andina-products-list li{
  list-style-type: square;
  padding: 0;
}

.andina-landing-bottom-list{
  padding: 0;
}

.andina-landing-bottom-list li{
  list-style-type:none;
  position:relative;
  padding: 0;
}

.andina-landing-bottom-list li ul{
  display: none;
  position: absolute;
  top: 30;
  left: 40;
  width: 40vw;
}

.andina-landing-bottom-list li:hover ul{
  display: block;
}

.andina-left-menu-list{
  padding: 0;
}

.andina-left-menu-list li{
  list-style-type:none;
  position:relative;
  padding: 0;
}

.andina-left-menu-list li ul{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 40vw;
}
.left-channel-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: var(--andina-primary-light-color);
  color: white;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 20px;
}
        
.andina-left-menu-list li:hover ul{display:block;}

.andina-products-top{
  background-color: linear-gradient(#e6e6e6, white);
  padding: 10px 60px;
}
.andina-products-title{
  background-color: var(--andina-primary-color);
  color: white;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: xxx-large;
  line-height: 50px;
}
.andina-products-title b{
  font-weight: 900;
}
.andina-products-desc{
  display: flex;
  justify-content: space-between;
  color: var(--andina-primary-color);
  text-align: justify;
}
.andina-products-desc-img{
  width: 30%;
  padding: 20px;
}
.andina-products-desc-text{
  width: 60%;
  padding: 20px; 
}
.andina-products-desc-text h2{
  color: var(--andina-primary-color); 
}

html:root {
  --oj-odcs-header-font-size: var(--oj-typography-body-md-font-size);
  --oj-odcs-footer-font-size: var(--oj-typography-body-sm-font-size);
  --oj-odcs-header-background-color: rgba(var(--oj-palette-neutral-rgb-200), 0.7);
  --oj-odcs-footer-background-color: rgb(var(--oj-palette-neutral-rgb-20));
  --oj-odcs-form-box-background-color: rgba(var(--oj-palette-neutral-rgb-200), 0.7);
  --oj-odcs-summary-panel-background-color: rgb(var(--oj-palette-neutral-rgb-20));
  --oj-odcs-heading-panel-background-color: rgb(var(--oj-palette-neutral-rgb-20));
  --oj-odcs-header-height: 58px;
  --oj-odcs-hero-panel-background-color: rgba(var(--oj-palette-neutral-rgb-200), 0.3);
  --oj-odcs-hero-panel-hover-color: rgba(var(--oj-palette-neutral-rgb-180), 0.3);
  --oj-odcs-hero-panel-selected-color: rgba(var(--oj-palette-neutral-rgb-160), 0.3);
  --oj-odcs-hero-panel-border-color: rgba(var(--oj-palette-neutral-rgb-0), 0.3);
  --oj-odcs-hero-panel-border: 1px solid var(--oj-odcs-hero-panel-border-color);
  --oj-odcs-home-separator-color: rgb(var(--oj-palette-neutral-rgb-40));
  --andina-primary-color: #112152;
  --andina-primary-light-color: #3a75c3;
  --andina-light-color: #e6e6e6;
  --andina-lighter-color: #f2f2f2;
  scroll-behavior: smooth;

}

input[type='checkbox'] {
     display: none;
}
 .wrap-collabsible {
    margin: 1.2rem 0;
    border: 1px solid var(--andina-light-color);
    border-radius: 20px;
  }
 .lbl-toggle {
     display: block;
     font-size: 1.2rem;
     padding: 1rem;
     cursor: pointer;
     border-radius: 7px;
     transition: all 0.25s ease-out;
     text-align: left;
}
.andina-fileList-form{
  width: 100%;
  justify-content: center;
  padding: 5px 0;
}
.navbar {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.andina-gradient-font{
  display: inline-block;
  color: #000;
  background: #fff;
  mix-blend-mode: multiply;
  position: relative;
}
.andina-gradient-font:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #d2083b, #2e6bbb);
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
}
.andina-top-service-icon{
  font-size: x-large;
  color: var(--andina-primary-light-color);
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  padding-top: 20px;
  transition: all 0.2s;
}
.dropdown .dropbtn:hover {
  font-weight: bold;
}
.channels-main{
  display: flex;
  justify-content: center;
  width: 100%;
}
.channels-content {
  display: flex;
  flex-direction: column;
  background-color: var(--andina-primary-color);
  max-width: 60%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 20px;
  padding: 20px;
  z-index: 1;
  margin: 0 auto;
}
.channels-content .channel-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #243966;
  color: white;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 20px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--andina-primary-color);
  max-width: 45%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 20px;
  padding: 20px;
  z-index: 1;
  left: 28vw;
  right: 28vw;
}

.dropdown:hover .dropdown-content {
  display: flex;
  flex-direction: column;
}
.dropdown-content .channel-item{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #243966;
  padding: 10px 20px;
  margin: 5px 0;
  border-radius: 20px;
}
.header-contact{
  font-size: smaller;
}
.header-contact-span{
  font-size: smaller;
}
.buzon-contact{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.andina-dropdown-icon {
  display: inline-block;
  font-weight: bold;
  font-size: x-large;
  transition: transform .2s ease-out;
  height: 24px;
}
 .toggle:checked+.lbl-toggle .andina-dropdown-icon {
     transform: rotate(180deg);
     color: var(--andina-primary-light-color);
}

.toggle:checked+.lbl-toggle {
    color: var(--andina-primary-light-color);
}
 .collapsible-content {
     max-height: 0px;
     overflow: hidden;
     transition: max-height .25s ease-in-out;
}
 .toggle:checked + .lbl-toggle + .collapsible-content {
     max-height: 50000px;
}
 .toggle:checked+.lbl-toggle {
     border-bottom-right-radius: 0;
     border-bottom-left-radius: 0;
}
 .collapsible-content .content-inner {
     border-bottom-left-radius: 7px;
     border-bottom-right-radius: 7px;
     padding: 20px 30px;
}
 .collapsible-content p {
     margin-bottom: 0;
}
.andina-play-button{
  color: #bf1834;
  font-size: xx-large;
  padding: 0 10px;
}

.andina-div-container{
  padding: 20px 70px;
  text-align: center;
}
.andina-div-container ul{
  padding: 0px 10px;
}

.andina-div-container-fundamnetos{
  display: grid;
  padding: 0 12.5%;
  grid-template-columns: 3fr 2fr;
  gap: 0px;
}

.andina-div-container li{
  list-style: disc;
  padding: 0;
  text-align: initial;
}
.andina-div-double-column{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
andina-div-double-column div{
  max-width: 48%;
  margin: 10px 1%;
}

@media (max-width: 768px) {
    /* Forzamos a que las columnas se vuelvan una sola fila */
    .andina-div-double-column {
        flex-direction: column;
        align-items: center;
    }

    .andina-div-double-column > div {
        max-width: 100%; /* Ahora ocupan todo el ancho */
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
    }

    .andina-blue-card {
        width: 100%; /* Ocupa el ancho total del celular */
        margin: 10px 0;
        padding: 15px;
    }
}

.andina-toggle-icon{
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.andina-div-double-column .toggle+.lbl-toggle {
  font-weight: bold;
  color: var(--andina-primary-color);
}
.andina-div-double-column .toggle:checked+.lbl-toggle {
  font-weight: bold;
  color: var(--andina-primary-color);
}
.andina-alaing-inital{
 text-align: initial; 
}
.andina-card{
  background-color: var(--andina-light-color);
  border-radius: 20px;
  margin: 10px 5px 10px 10px;
  max-width: 100%;
  min-width: 320px;
  padding: 10px;
}

.andina-card-container{
  display: flex;
  flex-direction: row;
}
.andina-card-left{
  background-color: var(--andina-light-color);
  border-radius: 20px 0 0 20px;
  margin: 10px 5px 10px 10px;
  display: flex;
  height: fit-content
  max-width: 840px;
  min-width: 320px;
}
.andina-card-right{
  background-color: var(--andina-light-color);
  border-radius: 0px 20px 20px 0px;
  margin: 10px 10px 10px 5px;
  height: fit-contents
  max-width: 840px;
  min-width: 320px;
}
.andina-card-right img{
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
}
.andina-card-left p{
  text-align: justify;
  padding: 40px;
}

.andina-four-column{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 0px 10px;
  margin-top: 50px;
}

.andina-beneficios-card-blue{
  border: 2px solid var(--andina-primary-light-color);
  border-radius: 20px;
  margin: 10px 0px;
  padding: 0px 20px 30px 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.andina-beneficios-card-blue div{
  position: relative;
  top: -25%;
  margin-top: 25px;
}

.andina-service-channels-section{
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
  background-color: var(--andina-light-color);
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.andina-service-channels-section div:first-child{
  width: 15%;
  background-color: var(--andina-primary-light-color);
  border-radius: 20px 0 0 20px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.andina-service-channels-section div{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  padding: 30px 20px;
}
.andina-service-channels-section div:nth-child(2){
  width: 28%;
}
.andina-service-channels-section div:nth-child(3){
  width: 44%;
}

.andina-service-collapsible-container{
  display: flex;
}
.andina-service-collapsible-container-image{
  width: 40%;
  height: 250px;
  text-align: center;
}
.andina-service-collapsible-container-image-half{
  width: 50%;
}
.andina-service-collapsible-container-image-half img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
  
}
.andina-service-collapsible-container-text-only{
  width: 100%;
}
.andina-service-collapsible-paragraph-gap{
  padding: 20px 0;
}
.andina-service-collapsible-paragraph-gap p{
  margin-bottom: 20px;
}
.andina-service-collapsible-simple-paragraph{
  margin-bottom: 20px;
}
.andina-service-collapsible-simple-list li{
  padding: 10px 0;
}
.andina-service-collapsible-simple-paragraph p{
  margin: 0;
}
.andina-service-collapsible-container-text{
  width: 60%;
  padding: 0 30px;
}
.andina-service-collapsible-container-text-half{
  width: 50%;
  padding: 0 30px;
}
.andina-service-collapsible-container-text p{
  margin-bottom: 20px;
}
.andina-service-collapsible-container-text ul li{
  list-style: disc;
  padding: 5px;
}
.andina-service-protect-list-normal li{
  padding: 5px 0;
  list-style: none;
}
.andina-service-protect-list-disc li{
  padding: 5px 0;
  list-style: disc;
}

.andina-service-protect-list-circle li{
  padding: 5px 0;
  list-style: circle;
}
nav {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.cont-ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: large
}

li {
  list-style: none;
  cursor: pointer;
  padding: 1.5vw;
  transition:  all .3s ease 0s;
}

li:hover {
}
.develop{
  text-align: center;
}
.develop p{
  padding: 0;
  margin: 0;
  line-height: 60px;
  color: var(--andina-primary-color);
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}
.develop:hover p{
  font-weight: bold;
  border-bottom: 2px solid var(--andina-primary-color);
}
.andina-w-100{
  width: 97%;
}

.ul-second {
  display: none;
  position: absolute;
  margin-top:1.5vw;
  padding: 0;
  border-radius: 10px;
  background-color: white;
  width: 97vw;
  left: 1vw;
  z-index: 99;
}

.ul-second > li {
  border-bottom:solid 1px var(--andina-lighter-color);
  border-radius: 10px;
  color: var(--andina-primary-color);
  text-align: center;
  padding: 10px;
}
.ul-second > li a{
  color: var(--andina-primary-color);
}

.ul-second > li:hover {
  background-color: var(--andina-light-color);
}

.develop:hover > .ul-second {
  display: block;
}

.ul-third {
  position: absolute;
  transform: translateX(100%);
  right: 0;
  top: 40%;
  display: none;
}

.ul-third > li {
  padding: 1.5vw;
  border-bottom: solid 1px #fff;
}

.front:hover > .ul-third {
  display: block;
}



/* --- Global Application Styles - START --- */
a {
  cursor: pointer;
}

body {
  background-color: rgb(var(--oj-palette-neutral-rgb-0));
}
.andina-form-check-data{
  padding: 20px 0;
}
.andina-access-menu-active{
  right: 0 !important;
}
.andina-access-menu{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  right: -10vw;
  top: 20vh;
  background-color: var(--andina-primary-light-color);
  width: 35px;
  z-index: 999;
  border-radius: 10px 0 0 10px;
  padding: 5px;
  transition: all 0.5s;
}
.andina-access-menu button{
  padding: 0;
  height: 29px;
  width: 29px;
  border: 0;
  border-radius: 10px;
  margin: 4px 0;
  transition: 10ms all;
}
.andina-access-menu button:hover{
  border: 2px solid var(--andina-primary-color);
}
.andina-access-menu-item img{
  height: 100%;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
}

.andina-left-menu{
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  left: 0;
  top: 35vh;
  background-color: var(--andina-primary-light-color);
  width: 35px;
  z-index: 999;
  border-radius: 0 10px 10px 0;
  padding: 5px;
}

.andina-left-menu button{
  padding: 0;
  border: 0;
  border-radius: 10px;
  margin: 4px 0;
  background-color: var(--andina-primary-light-color);
}
.andina-vigilado-container{
  height: 200px;
  width: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
}
.andina-vigilado-container img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
}
.andina-primary-font-color{
  color: var(--andina-primary-color)
}
.andina-light-button{
  margin-top: 10px;
  background-color: var(--andina-primary-light-color);
  color: white;
  border-radius: 20px;
  font-size: 20pt;
}
.andina-header-container{
  display: flex;
  justify-content: space-between;
  max-height: 100px;
}
.andina-header-start{
  width: 30%;
}
.andina-header-mid{
  width: 40%;
  background-color: var(--andina-primary-color);
  border-radius: 0 0 20px 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.andina-header-end{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 30%;
}
.andina-header-mid-section{
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
.andina-header-end-section{
  padding: 10px;
}
.andina-header-end-section span{
  font-size: 16pt;
}
.andina-header-service{
  border-right: 2px var(--andina-primary-light-color) solid;
}
.andina-menu-navigator{
  position: fixed;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  top: -200vh;
  background-color: var(--andina-light-color);
  width: 100%;
  z-index: 999;
  padding: 10px 20px 30px 20px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.andina-menu-navigator-active{
  top: 0vh;
  font-size: small;
}
.andina-menu-navigator-close{
  display: inline-block;
  color: var(--andina-primary-color);
  font-size: x-large;
  width: 100%;
  text-align: end;
  padding: 20px 30px 0 0;
  box-sizing: border-box;
}
.andina-menu-navigator-item-first{
  border: none !important;
}
.andina-menu-navigator-item{
  border-left: 1px solid var(--andina-primary-color);
  padding: 0 10px;
}
.andina-menu-navigator-item ul{
  padding: 0;
}
.andina-menu-navigator-item ul li{
  padding: 0;
  color: #112152;
}
.andina-menu-navigator-item ul li a{
  
  color: #112152;
  font-size: small;
}
.andina-menu-navigator-item ul li:first-child{
  font-weight: bold;
}
.andina-navigator-divider{
  width: 100%;
  display: flex;
  justify-content: center;
}
.andina-navigator-options{
  width: 10%;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: x-large;
  padding: 0 10px;
}
.andina-navigator-options button{
  background-color: var(--andina-primary-color);
  color: white;
  font-size: x-large;
  padding: 7px 10px 2px 10px;
  border-radius: 10px;
}
.andina-navigator-overflow{
  width: 90%;
}
.andina-navigator-container{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  min-width: 1000px; 
  padding: 0;
}
.andina-shareholder-map-description{
  padding: 20px;
  margin: 20px 0;
  background-color: white;
  border-radius: 20px;
  font-size: smaller;
  width: 90%;
}
.andina-shareholder-description-image{
  background-size: cover;
}
.andina-info-layout-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.andina-info-layout-item{
  padding: 25px;
  margin: 10px 10px;
  width: 26%;
  min-width: 271px;
  background-color: var(--andina-lighter-color);
  border-radius: 20px;
}
.andina-info-layout-item-image{
  width: 100%;
  background-color: var(--andina-light-color);
  margin-bottom: 10px;
  border-radius: 20px;
  min-width: 271px;
}
.andina-info-layout-item-image img{
  height: 100%;
  width: 100%;
}
.andina-info-layout-item-description{
  height: 30%;
}
.andina-info-layout-item-description p{
  font-size: larger;
}
.andina-info-layout-item-button{
  background-color: var(--andina-primary-light-color);
  border-radius: 20px;
  color: white;
  font-size: 12pt;
}
.andina-info-layout-item-button button{
  border: none !important;
  border-radius: 20px !important;
  color: white !important;
}

.andina-service-layout-container{
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 20px;
  margin-top: 30px;
  box-sizing: border-box;
}

.andina-service-layout-item{
  width: 26%;
  min-width: 321px;
  border-radius: 20px;
}
.andina-service-layout-item-title{
  background-color: var(--andina-lighter-color);
  padding: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
}
.andina-service-layout-item-title img{
  height: 24px;
  width: 24px;
}
.andina-service-layout-item-title span{
  color: var(--andina-primary-color);
  font-weight: bold;
  padding-left: 10px;
}

.andina-service-layout-item-content{
  padding: 30px 20px;
  text-align: center;
}

.andina-service-layout-item-button{
  background-color: var(--andina-primary-light-color);
  border-radius: 20px;
  color: white;
  font-size: 12pt;
  width: 100%;
  margin-top: 15px;
}

.andina-service-layout-item-button button{
  border: none !important;
  border-radius: 20px !important;
  color: white !important;
  width: 100%;
}

.andina-layout-horizontal-rule{
  width: 100%;
  display: flex;
  justify-content: center;
  height: 2px;
  padding: 30px 0px;
}
.andina-layout-horizontal-rule hr{
  width: 85vw;
  border-top: 2px solid #bf1834;
}

.andina-layout-horizontal-rule-primary{
  width: 100%;
  display: flex;
  justify-content: center;
  height: 3px;
  padding: 20px 0px;
}

.andina-layout-horizontal-rule-primary hr{
  width: 85vw;
  border-top: 4px solid var(--andina-primary-color);
}
.andina-layout-aboutus-horizontal-rule{
  width: 100%;
  display: flex;
  justify-content: center;
  height: 2px;
}
.andina-layout-aboutus-horizontal-rule hr{
  width: 90vw;
  border-top: 2px solid var(--andina-primary-light-color);
}
.andina-aboutus-purpose{
  padding: 40px 110px;
  text-align: center;
}
.andina-mision-vision-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.andina-mrv-container{
  background-color: var(--andina-light-color);
  border-radius: 20px;
  margin: 10px 20px;
  max-width: 490px;
  min-width: 320px;
  width: 40%;
}
.andina-mrv-image{
  background-color: var(--andina-lighter-color);
  border-radius: 20px 20px 0px 0px;
}
.andina-mrv-desc{
  padding: 30px;
}
.andina-valores-title{
  padding: 20px 0px;
}
.andina-valores-title p{
  text-align: center;
}
.andina-valores-container{
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.andina-valores-item{
  border: 2px solid #bf1834;
  border-radius: 20px;
  margin: 10px 20px;
  height: fit-content;
  width: 40%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.andina-valores-item-image{
  width: 75px;
  height: 75px;

}

.andina-valores-item-image img{
  height: 100%;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
  border-radius: 20px 20px 0 0;
}

.andina-valores-item-desc{
  width: 80%;
  margin-left: 15px;
}

.andina-principios-container{
  //padding: 20px 50px;
  display: flex;
  justify-content: center;
}

.andina-principios-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: calc(2 * 490px + 80px); 
}

.andina-principios-item{
  border: 2px solid #bf1834;
  border-radius: 20px;
  margin: 5px 5px;
  width: 40%;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hidden{
  border: none;
}

.conciliacion-item-wrap{
  margin: 0.5rem 0.5rem;
  border: 1px solid var(--andina-light-color);
  border-radius: 20px;
  height: fit-content;
  width: 45%;
}

.landing-footer{
  background-color: var(--andina-light-color);
  padding: 60px 100px;
  width: 100%;
  font-size: smaller;
}

.landing-footer-first{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.landing-footer-col{
  margin: 10px 0;
}

.landing-footer-col-head{
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
}
.landing-footer-col-head a{
  padding-left: 5px;
}

.landing-footer-col a{
  display: block;
}

.landing-footer-second{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0;
}
.landing-footer-second-images{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  align-items: center;
}
.landing-footer-second-images img{
  padding: 0 5px;
  max-height: 50px;
  max-width: 200px;
}
.landing-footer-second-chatbot{
  display: flex;
  width: 50%;
}
.landing-footer-second-chatbot img{
  max-height: 98px;
}

.andina-footer-chatbot-desc p{
  margin: 0 10px;
  color: var(--andina-primary-light-color);
  font-size: small;
}

.andina-about-us-layout-title-container{
  display: flex;
  background-color: var(--andina-primary-color);
}
.andina-about-us-layout-title-text{
  width: 55%;
  display: flex;
  align-items: center;
  padding: 55px 60px;
  line-height: 2.2em !important;
}

.andina-about-us-layout-title-text div{
  color: white;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 22pt;
  border-radius: 20px;
  border: 2px var(--andina-primary-light-color) solid;
}

.andina-about-us-layout-title-image{
  width: 45%;
  background-image: url("../images/QuienesSomosTitle.png");
  background-size: cover;
}

.andina-conciliacion-layout-title-image{
  width: 45%;
  background-image: url("../images/BannerSuperiorConciliacion.png");
  background-size: cover;
  background-position-x: right;
  transform: scaleX(-1);
}

.andina-shareholder-layout-title-image{
  width: 45%;
  background-image: url("../images/ShareholderTitle.png");
  background-size: cover;
}
.andina-financial-layout-title-image{
  width: 45%;
  background-image: url("../images/FinancialBg.png");
  background-size: cover;
}
.andina-viva-seguro-layout-title-image{
  width: 45%;
  background-image: url("../images/VivaSeguroMainBg.png");
  background-size: cover;
}
.andina-seguro-renta-layout-title-image{
  width: 45%;
  background-image: url("../images/SeguroRentaMain.png");
  background-size: cover;
}
.andina-aprende-renta-layout-title-image{
  width: 45%;
  background-image: url("../images/AprendeRentaMainBg.png");
  background-size: cover;
}
.andina-service-protect-layout-title-image{
  width: 45%;
  background-image: url("../images/ServiceProtectMain.png");
  background-size: cover;
}
.andina-service-dis-layout-title-image{
  width: 45%;
  background-image: url("../images/ServiceDisTitle.png");
  background-size: cover;
}
.andina-defensor-consumer-layout-title-image{
  width: 45%;
  background-image: url("../images/DefensorConsumerMain.png");
  background-size: cover;
}
.andina-main-defensor-layout-title-image{
  width: 45%;
  background-image: url("../images/MainDefensor.png");
  background-size: cover;
}
.andina-terms-layout-title-image{
  width: 45%;
  background-image: url("../images/TermsHead.png");
  background-size: cover;
}
.andina-obligations-layout-title-image{
  width: 45%;
  background-image: url("../images/ObligationsMain.png");
  background-size: cover;
}
.andina-mrv-image img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
  border-radius: 20px 20px 0 0;
}

.andina-about-us-text-container{
  padding: 40px 80px;
  text-align: justify;
}
.andina-aprende-renta-ventajas{
  margin: 40px 0px;
}

.andina-aprende-renta-parag-bold{
  font-weight: bold;
}

.andina-estados-year-selector{
  display: flex;
  justify-content: center;
}

.andina-estados-year-selector div{
  text-align: center;
  color: var(--andina-primary-color);
  padding: 10px 50px;
  background-color: var(--andina-light-color);
  font-weight: bold;
  font-size: large;
  margin: 10px 40px;
  border-radius: 10px;
}

.year-btn {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 20px;
  background: #eee;
  margin-right: 10px;
  display: inline-block;
}

.year-btn.active {
  background: var(--andina-primary-light-color);
  color: var(--andina-lighter-color);
}

.andina-about-us-gov-container{
  padding: 40px 80px;
  display: flex;
  background-color: var(--andina-light-color);
}
.andina-gov-navigator{
  height: fit-content;
  width: 25%;
  background-color: var(--andina-primary-color);
  border-radius: 20px ;
  padding: 20px;
}
.andina-gov-navigator-item{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.andina-gov-navigator-item span{
  color: var(--andina-primary-light-color);
}
.andina-gov-navigator a{
  display: inline-block;
  color: white;
  margin-left: 3px;
}
.andina-gov-layout{
  width: 75%;
  margin-left: 20px;
  border-radius: 20px;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}
.andina-gov-layout-title h6{
  text-align: center;
  color: var(--andina-primary-color);
  margin-top: 0;
}

.andina-title-rule{
  border-top: 2px solid #bf1834;
  margin: 0px 30px;
}
.andina-gov-list{
  margin: 10px 0px;
}
.andina-gov-list-item{
  display: flex;
}
.andina-gov-list-item-image{
  width: 10%;
  padding: 10px;
}
.andina-gov-list-item-description{
  width: 90%;
  padding: 10px;
}
.andina-gov-managers{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 0px 60px;
}
.andina-gov-manager-item{
  width: 30%;
  max-width: 178px;
  min-width: 177px;
  padding: 30px 10px;
}
.andina-gov-manager-item img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
}
.andina-gov-manager-item p{
  text-align: center;
}
.andina-gov-board{
  padding: 20px 30px
}
.andina-gov-board p{
  text-align: justify;
}
.andina-gov-board iframe{
  width: 100%;
  background-color: var(--andina-lighter-color);
}

.andina-gov-structure{
  width: 100%;
  max-width: 682px;
  padding: 20px 30px;
  overflow: scroll;
}
.andina-gob-plus{
  padding: 20px;
}
.andina-govplus-layout-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
} 
.andina-govplus-container{
  background-color: var(--andina-light-color);
  border-radius: 20px;
  margin: 10px 20px;
  width: 40%;
  min-width: 280px;
}
.andina-govplus-image{
  background-color: var(--andina-lighter-color);
  border-radius: 20px 20px 0px 0px;
}
.andina-govplus-image img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
  border-radius: 20px 20px 0 0;
}
.andina-govplus-desc{
  padding: 30px;
  font-size: large;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.andina-shareholder-title{
  padding: 25px 10px;
}
.andina-shareholder-title h6{
  color: #0b2254;
  text-align: center;
  margin: 0;
}
.andina-pqrForm-layout{
  padding: 30px 40px;
}
.andina-shareholder-title p{
  text-align: center;
  margin: 0;
}
.andina-service-defensor-top{
  display: flex;
  justify-content: space-around;
  background-color: var(--andina-primary-light-color);
  color: white;
  padding: 20px 30px;
  border-radius: 20px;
  font-weight: bold;
}
.andina-service-defensor-top a{
  color: white;
}

.andina-service-defensor-top-first{
  width: 40%;
  text-align: center;
  border-right: 2px white solid;
}
.andina-service-defensor-top-sec{
  width: 60%;
  text-align: center;
}
.andina-shareholder-title-img{
  padding: 25px 10px;
}
.andina-shareholder-title-img h6{
  color: #0b2254;
  text-align: left;
  margin: 0;
}
.andina-shareholder-description{
  display: flex;
}
.andina-shareholder-description-image{
  width: 40%;
  background-color: var(--andina-light-color);
  background-image: url("../images/PortShareholder.png");
  border-radius: 0px 20px 20px 0px;
}
.andina-shareholder-description-list{
  width: 60%;
  padding: 0px 30px;
  display: flex;
  flex-wrap: wrap;
}
.andina-shareholder-description-list-item{
  width: 100%;
  display: flex;
  padding: 10px 0px;
}
.andina-shareholder-description-list-item-image{
  width: 20%;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 10px;
}
.andina-shareholder-description-list-item-text{
  width: 80%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
}

.andina-shareholder-recognition{
  display: flex;
  justify-content: space-evenly;
  overflow-x: scroll;
}
.andina-shareholder-recognition-item{
  width: 25%;
  background-color: var(--andina-light-color);
  border-radius: 20px;
  padding: 10px;
  min-width: 262px;
  margin: 0 20px;
}

.andina-shareholder-recognition-item img{
  width: -webkit-fill-available;
  width: -moz-available;
}
.andina-shareholder-map{
  display: flex;
  background-color: var(--andina-light-color);
  border-radius: 20px;
  margin: 0 40px;
  flex-wrap: wrap;
}
.andina-shareholder-map-section{
  width: 50%;
  display: flex;
  justify-content: right;
  min-width: 380px;
}
.andina-shareholder-map-info-section{
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.andina-shareholder-map-info-section img{
  padding: 20px 0;
}
.andina-financial-main{
  display: flex;
  background-color: var(--andina-light-color);
  border-radius: 20px;
}
.andina-financial-desc{
  width: 60%;
  padding: 60px;
}
.andina-financial-desc-image{
  width: 30%;
  border-radius: 0 20px 20px 0;
}
.andina-financial-desc-image img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
  min-width: 370px;
}

.andina-financial-title{
  color: var(--andina-primary-color);
  margin: 0;
  margin-bottom: 10px;
}
.andina-hero-container{
  justify-content: center;
  align-items: center;
}
.andina-font-primary{
  color: var(--andina-primary-color);
}
.andina-icon-primary{
  color: var(--andina-primary-light-color);
  font-size: xx-large;
}
.andina-viva-container{
  display: flex;
  flex-direction: column;
}
.andina-viva-container{
  display: flex;
  flex-direction: column;
}
.andina-viva-image{
  display: flex;
  justify-content: center;
}
.andina-viva-text{
  padding: 20px 60px;
}
.andina-abc-seguro{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0px 55px;
  padding: 20px;
  background-color: var(--andina-light-color);
  border-radius: 20px;
}
.andina-abc-seguro-desc{
  padding: 0 30px;
}
.andina-abc-seguro-image{
  
}
.andina-govplus-poliza-desc{
  padding: 30px;
  background-color: var(--andina-primary-color);
  color: white;
  font-size: larger;
  border-radius: 0 0 20px 20px;
  display: flex;
  align-items: center;
}
.andina-govplus-poliza-desc p{
  margin: 0;
}
.andina-aprende-renta-main{
  display: flex;
  justify-content: center;
  background-color: var(--andina-light-color);
  border-radius: 20px;
}
.andina-aprende-renta-main-image{
  width: 30%;
}
.andina-aprende-renta-main-image img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
}
.andina-aprende-renta-main-text{
  display: flex;
  justify-content: center;
  width: 60%;
}
#layoutPrincipios{
  display: block;
}
#layoutGobierno{
  display: none;
}
#layoutJunta{
  display: none;
}
#layoutEstructura{
  display: none;
}
#layoutMore{
  display: none;
}
.andina-balances-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}
.andina-balances-container-item{
  width: 50%;
  border-radius: 20px;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--andina-light-color);
  margin: 10px 0px;
}

.andina-balances-container-item span{
  color: var(--andina-primary-light-color);
}

.andina-aprende-renta-footer-question{
  display: flex;
}
.andina-aprende-renta-answer{
  margin-top: 20px;
}
.andina-aprende-renta-footer-question-text{
  width: 70%;
  padding-right: 20px;
}
.andina-aprende-renta-footer-question-image{
  width: 40%;
  padding: 20px;
  border-radius: 10px;
}

.andina-aprende-renta-question{
  border: 2px solid var(--andina-primary-light-color);
  padding: 5px;
  border-radius: 10px;
  font-weight: bold;
  width: 70%;
}

.andina-aprende-renta-footer-link{
  display: flex;
  padding: 20px;
  background-color: var(--andina-light-color);
  border-radius: 20px;
  margin: 40px 0;
}
.andina-aprende-renta-footer-first{
  width: 50%;
  padding: 20px;
  display: flex;
  justify-content: center;
}
.andina-aprende-renta-footer-first img{
  max-width: 359px;
}
.andina-aprende-renta-footer-second{
  border-left: 2px var(--andina-primary-light-color) solid;
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.andina-aprende-renta-footer-second p{
  margin: 20px 0;
}
.andina-service-dis-light-title{
  color: #1c78c8
}
.andina-service-dis-intro{
  padding: 30px 30px;
  background-color: var(--andina-light-color);
  border-radius: 10px;
}
.andina-service-protect-intro{
  padding: 10px 30px;
  background-color: var(--andina-light-color);
  border-radius: 10px;
}
.andina-service-protect-content{
  padding: 30px;
}
.andina-service-dis-img{
  width: 100%;
  display: flex;
  justify-content: center;
}
.andina-holder-title-intro{
  padding: 20px 30px;
  background-color: var(--andina-light-color);
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.andina-holder-title-intro img{
  max-height: 100px;
  padding: 10px;
  background-color: white;
  border-radius: 10px;
}
.andina-header-access-icon{
  font-size: x-large !important;
}
.andina-header-access-icon:hover{
  color: var(--andina-primary-light-color);
}
.andina-header-search-icon{
  font-size: x-large !important;
  background-color: var(--andina-primary-color);
  color: white;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.2s;
}
.andina-header-search-icon:hover{
  background-color: var(--andina-primary-light-color);
}
.andina-service-protect-intro-desc{
  padding: 30px;
  background-color: var(--andina-light-color);
  border-radius: 10px;
  display: flex;
}
.andina-service-protect-intro-desc p{
  padding: 0 20px;
}
.andina-service-protect-deployable{

}
.andina-service-protect-deployable-item{
  padding: 20px;
  border-bottom: 2px gainsboro solid;
}
.andina-service-protect-deployable-item span{
  color: var(--andina-primary-light-color);
}
.andina-service-defensor-list{
  padding: 20px 30px;
}
.andina-service-defensor-list li{
  list-style: square;
  padding: 0;
}
.andina-service-defensor-list li::marker{
  color: var(--andina-primary-light-color);
}

.andina-service-defensor-list-last li::marker{
  color: var(--andina-primary-light-color);
}
.andina-service-defensor-bold{
  font-weight: bold;
  padding: 20px;
}
.andina-service-obligations-fst{
  padding: 40px 20px;
}
.andina-service-obligations-snd{
  padding: 40px 20px;
}
  .andina-service-obligations-snd p{
    padding: 0 20px;
  }
.andina-service-obligations-snd div{
  display: flex;
  justify-content: center;
  align-items: center;
}
.andina-service-obligations-snd-image{
  height: 200px;
  width: 20%;
  border-radius: 10px;
}
.andina-service-obligations-snd-text{
  width: 100%;
}
.andina-service-obligations-trd{
  padding: 40px 20px;
}

.andina-no-list-mark{
  list-style: none;
}
.andina-service-obligations-container{
  display: flex;
  justify-content: space-evenly;
  overflow-x: scroll;
}
.andina-service-obligations-item{
  width: 30%;
  min-width: 200px;
  padding: 30px;
  margin: 0 20px;
  background-color: var(--andina-light-color);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.andina-service-obligations-item{
  font-size: larger;
}

.andina-service-obligations-image{
  background-color: var(--andina-lighter-color);
  border-radius: 20px;
}
.andina-service-obligations-image img{
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  height: -moz-available;
  width: -moz-available;
}
.andina-service-obligations-text{
  text-align: left;
  padding-top: 20px;
}
.andina-service-obligations-href{
  text-align: right;
}
.andina-service-obligations-href span{
  display: inline-block;
  transition: all 0.5s;
}
.andina-service-obligations-href a{
  outline: none;
  font-weight: bold;
  color: black;
}

#layoutObligaciones{
  display: none;
}
#layoutTarifas{
  display: none;
}
#layoutRegimen{
  display: none;
}

/* @media only screen and (max-width: 790px) {
  .andina-header-mid{
    visibility: hidden;
  }
} */

@media only screen and (max-width: 1000px) {
  .landing-footer{
    padding: 20px 60px;
  }
  .andina-navigator-overflow{
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 400px) {
  .modal-content{
    padding: 20px 30px;
    width: 90%;
  }
  .andina-terms-content img{
    display: none;
  }
  .andina-products-desc-text{
    width: 100%;
    padding: 20px; 
  }
  .andina-products-desc-text{
    width: 100%;
    padding: 20px; 
  }
  .andina-search-container{  
    width: 100vw;
  }
  .andina-products-top{
    padding: 10px 40px;
  }
  .andina-search-list{
    height: 70vh;
    overflow: scroll;
    padding: 10px 40px;
    margin: 0;
  }
  .andina-products-desc-img{
    display: none;
  }
  .andina-products-leafs{
    justify-content: center;
  }
  .andina-products-leafs img{
    width: 70%;
    min-width: 200px;
  }
  .andina-products-sec-dark{
    text-align: justify;
  }
  .andina-products-list{
    padding: 15px;
  }
  .dropdown-content {
    max-width: 100%;
    left: 0;
    right: 0;
  }
  .dropdown-content .channel-item{
    flex-direction: column;
  }
  .left-channel-item{
    flex-direction: column;
    text-align: center;
  }
  .andina-left-menu-list li ul{
    width: 80vw;
  }
  .channel-item div{
    margin: 10px 0;
  }
  .andina-purpose-top{
    background-position-x: inherit !important;
    height: 110px !important;
  }
  .andina-purpose-content{
    flex-direction: column;
    padding: 20px 40px;
    
  }
  .andina-purpose-content img{
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .odcs-header-icon{
    height: 28px;
  }
  .andina-service-protect-list-disc{
    padding: 0;
  }
  .andina-service-protect-intro-desc p{
    padding: 0;
  }
  .andina-service-protect-list{
    padding: 0;
  }
  .odcs-hero-image{
    padding-top: 65px !important;
  }
  .andina-header-container{
    padding: 0 5px !important;
  }
  .andina-header-mid{
    padding: 5px;
    padding-top: 20px;    
  }
  .dropdown .dropbtn{
    font-size: 6pt;
    padding: 0;
  }
  .navbar a{
    font-size: 6pt;
    padding: 0;
  }
  .odcs-hero-image {
    background-size: inherit !important;
    position: relative !important;
    background-position-x: -500px !important;
    background-position-y: bottom !important;
    background-repeat: repeat-x !important;
    background-color: #e6e6e6 !important;
  }
  .andina-menu-navigator-item-first{
    border-left: 1px solid var(--andina-primary-color) !important;
  }
  .andina-menu-navigator{
    padding: 30px 50px;
    flex-direction: column;
    height: 100vh;
    font-size: smaller;
  }
  .andina-menu-navigator-item {
    font-size: smaller;
  }
  .andina-navigator-overflow{
    width: 80%;
  }
  .andina-left-menu{
    width: 25px;
  }
  .andina-access-menu{
    width: 25px;
  }
  .landing-footer-second-images{
    width: 100%;
  }
  .landing-footer-second-chatbot{
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .landing-footer-second-chatbot img{
    margin: 10px 0;
  }
   .landing-footer-second-chatbot p{
    font-size: small;
  }
  .andina-service-obligations-snd div {
    flex-direction: column;
  }
  .andina-service-obligations-snd p{
    padding: 0;
  }
  .andina-hero-container{
    justify-content: center;
    align-items: initial;
  }
  .andina-service-protect-intro-desc img{
    display: none;
  }
  .andina-service-collapsible-container-image{
    display: none;
  }
  .andina-service-collapsible-container-image-half{
    display: none;
  }
  .andina-service-collapsible-container-text-half{
    padding: 0;
    width: 100%;
  }
  .andina-service-collapsible-container-text{
    width: 100%;
    padding: 0;
  }
  .andina-aprende-renta-footer-second{
    border: none;
  }
  .andina-aprende-renta-footer-link{
    flex-wrap: wrap;
  }
  .andina-shareholder-description-image{
    display: none;
  }

  .andina-shareholder-map-section{
    width: 100%;
  }
  .andina-shareholder-map-section img{
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    height: -moz-available;
  width: -moz-available;
  }
  .andina-shareholder-map-info-section img {
    padding: 20px;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    height: -moz-available;
  width: -moz-available;
}
  .andina-shareholder-map {
    margin: 0 20px;
  }
  .andina-viva-text{
    padding: 0;
  }
  .andina-shareholder-map-info-section{
    width: 100%;
  }
  .andina-shareholder-description-list{
    width: 100%;
  }
  .odcs-landing-text-light{ 
    font-size: xx-large !important;
    line-height: 30px !important;
  }
  .andina-hero-text-container{
    margin: 20px 0;
  }
  .andina-about-us-layout-title-text{
    width: 100%;
  }
  .andina-about-us-layout-title-image{
    display: none;
  }
  .andina-shareholder-layout-title-image{
    display: none;
  }
  .andina-financial-layout-title-image{
  display: none;
  }
  .andina-viva-seguro-layout-title-image{
    display: none;
  }
  .andina-seguro-renta-layout-title-image{
    display: none;
  }
  .andina-aprende-renta-layout-title-image{
    display: none;
  }
  .andina-service-protect-layout-title-image{
    display: none;
  }
  .andina-service-dis-layout-title-image{
    display: none;
  }
  .andina-defensor-consumer-layout-title-image{
    display: none;
  }
  .andina-main-defensor-layout-title-image{
    display: none;
  }
  .andina-terms-layout-title-image{
    display: none;
  }
  .andina-obligations-layout-title-image{
    display: none;
  }
  .andina-about-us-layout-title-text {
    justify-content: center;
    align-items: center;
    padding: 25px 20px
  }
  .andina-text-responsive{
    font-size: small;
  }
  .andina-aboutus-purpose{
    padding: 20px 40px;
    text-align: center;
  }
  .andina-about-us-gov-container {
    padding: 40px 40px;
    flex-wrap: wrap;
  }
  .andina-about-us-text-container {
    
    padding: 40px 40px;
  }
  .andina-valores-item {
    margin: 10px 0;
    width: 100%;
    padding: 10px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .andina-valores-item-image {
    margin: 20px;
  }

  .andina-gov-navigator {
    width: 100%;
  }
  
  .andina-gov-layout {
    width: 100%;
    margin: 0;
    font-size: small;
    margin-top: 20px;
  }
  .andina-gov-list-item{
    flex-wrap: wrap;
  }
  .andina-gov-managers {
    padding: 0;
  }
  .andina-gov-board{
   padding: 20px 0
  }
  .andina-financial-desc{
    padding: 20px;
    width: 100%;
  }
  .andina-financial-desc-image{
    display: none;
  }
  .andina-abc-seguro{
    margin: 20px 20px;
  }
  .andina-abc-seguro-desc{
    padding-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .andina-govplus-layout-container{
    padding: 20px;
  }
  .andina-govplus-container{
    margin: 20px 0;
    width: 100%;
  }
  .andina-aprende-renta-main-image{
    display: none;
  }
  .andina-aprende-renta-main-text{
    width: 100%;
    padding: 0;
  }
  .andina-aprende-renta-footer-question-text{
    width: 100%;
  }
  .andina-aprende-renta-footer-question-image{
    display: none;
  }
  .andina-aprende-renta-question{
    width: 100%;
  }
  

}
.andina-financial-title{
  text-align: left;
}
/* Styling for the odcs clickable components, e.g. links in list views */
 
.odcs-clickable, .odcs-clickable-detail-view {
  cursor: pointer;
}

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

.odcs-auto-focus:focus {
  outline: 0;
}

.odcs-summary-panel {
  background-color: var(--oj-odcs-summary-panel-background-color);
  padding-top: 0.5em;
}

.odcs-summary-panel-h2 {
  word-break: break-word;
  word-wrap: break-word;
}

.odcs-heading-panel {
  background-color: var(--oj-odcs-heading-panel-background-color);
  padding-top: 0.5em;
}

.odcs-list-icon {
  width: 36px;
  text-align: center;
}

.odcs-form-search-button {
  width: 32px;
  padding-left: 6px;
  padding-right: 6px;
}

.odcs-combobox-full-width, .odcs-select-full-width, .odcs-select-full-width, .odcs-inputtext-full-width {
  max-width: 100%;
}

.odcs-combobox-min-width, .odcs-select-min-width, .odcs-select-min-width, .odcs-inputtext-min-width {
  min-width: 240px;
}

.odcs-tabs {
  padding-bottom: var(--oj-core-spacing-1x);
}

.odcs-summary-field {
  padding-bottom: 0.5em;
}

.odcs-flex-column-stretch {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

oj-vb-content > oj-module {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* --- Global Application Styles - END --- */

/* --- Header - START --- */
.odcs-header {
  --oj-link-text-color: var(--oj-core-text-color-primary);
  font-size: var(--oj-odcs-header-font-size);
  height: auto;
  border-bottom: none;
  background-color: var(--andina-light-color);
}

.odcs-header-icon {
  margin: 9px 0 9px 0;
  cursor: pointer;
}

.odcs-header-text, .odcs-menu-header-outer {
  cursor: pointer;
  padding-left: 0.75rem;
}

.odcs-landing-text-light{
  display: block;
  font-weight: 400;
  font-size: xxx-large;
  line-height: 50px;
  margin: 0;
}
.odcs-landing-text-bold{
  display: block;
  font-weight: 900;
  font-size: xxx-large;
  line-height: 50px;
  margin: 0;
}

.odcs-behind-header {
  top: calc(0px - var(--oj-odcs-header-height));
  margin-bottom: calc(0px - var(--oj-odcs-header-height));
  height: 600px;
}

.odcs-header-padding {
  padding-top: calc(0px - var(--oj-odcs-header-height));
}

.odcs-header-item {
    line-height: var(--oj-typography-body-md-line-height);
}

.odcs-header-item a{
    color: #0b2254;
}

.odcs-header-item:after {
  background-color: var(--oj-core-text-color-primary);
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 0;
  left: 50%;
  cursor: pointer;
}

.odcs-header-item a:hover, .odcs-header-item a:focus {
  text-decoration: none;
}

.odcs-header-text:hover .odcs-header-item:after {
  width: 50%;
  transition: 0.3s ease all;
}

.odcs-menu-header-inner {
    cursor: pointer;
    font-size: calc(1rem/0.875); /* Ideally we'd use var(--oj-button-font-size) but you can only divide by unit less numbers in calc expressions. */
}

.odcs-wo-create-page-content h3 {
  padding-bottom: 2px;
  border-bottom: solid 1px var(--oj-core-divider-color);
}

/* --- Footer - START --- */
.odcs-footer {
  --oj-panel-bg-color: none;
  font-size: var(--oj-odcs-footer-font-size);
  background-color:var(--oj-odcs-footer-background-color);
}
/* --- Footer - END --- */

/* --- List Views - START --- */
.odcs-list-view {
  word-break: break-word!important;
}

.odcs-list-view-primary-field, a:active.odcs-list-view-primary-field {
  font-size: large;
  font-weight: 500;
}

.odcs-list-view-secondary-field, a:active.odcs-list-view-secondary-field {
  font-weight: 500;
}

.odcs-list-view-primary-sm-field, a:active.odcs-list-view-primary-sm-field {
  font-weight: 600;
}

.odcs-list-view-secondary-sm-field, a:active.odcs-list-view-secondary-sm-field {
  font-size: small;
  font-weight: 500;
}

.odcs-list-view-warning-icon-color {
  color: rgb(var(--oj-palette-danger-rgb-100));
}

.odcs-list-view-icon-color {
  color: rgb(var(--oj-palette-neutral-rgb-100));
}

.odcs-list-view-control-label {
  font-weight: 700;
  white-space:nowrap!important;
}

.odcs-list-view-control-padding {
  padding-right: 1rem;
}
/* --- List Views - END --- */

/* --- Page margins and contents - START --- */
.odcs-page-margin-start-2x, .odcs-page-margin-end-2x {
  width: 10%;
}

.odcs-horizontal-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.odcs-page-content-margin-2x {
  max-width: 80%;
}

.odcs-content-75percent-width {
  padding: 0;
  width: 75vw;
}

.odcs-content-85percent-width {
  padding: 0;
  width: 85vw;
}

.odcs-content-full-width {
  padding: 0;
  width: 100vw;
}
/* --- Page margins and contents - END --- */

.andina-purpose-top {
  background-image: url("../images/PurposeBackground.png");
  padding-top: 50px;
  padding-bottom: 5px;
  padding-left: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position-x: center;
  background-position-y: center;
  height: 250px;
}
.andina-purpose-title{
  color: #0078cd;
}
.andina-purpose-content{
  display: flex;
  padding: 0 80px;
  color: var(--andina-primary-color);
}

.andina-purpose-content-text{
  padding: 0 20px;
  text-align: justify;
}
/* --- Hero - START --- */
.odcs-hero-image {
  background-image: url("../images/landing_main_bg.png");
  padding-top: 50px;
  padding-bottom: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position-x: center;
  background-position-y: center;
}

.odcs-hero-image-text-box {
  border: var(--oj-odcs-hero-panel-border);
  background-color: var(--oj-odcs-hero-panel-background-color);
  margin-top: 20px;
}

.odcs-hero-image-text-box-small {
  padding: 34px 20px 18px 26px;
  max-width: 720px;
  background-color: transparent;
  border: 0;
}

.odcs-hero-image-text {
  text-align: center;
}

.odcs-hero-input {
  max-width: 100%;
  /* Needs to override default .oj-combobox max-width */
}
/* --- Hero - END --- */

/* --- Home Page - START --- */
.odcs-home-body-content {
  padding: 0 9%;
}

.odcs-home-page-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 8px;
  z-index: 100;
}

.odcs-home-page-skip-link:focus {
  top: 0;
}

.odcs-home-page-skip-link:focus {
  top: 0;
}

.odcs-home-section-title {
  width: 100%;
}

.odcs-warning-panel {
  background-color: rgb(var(--oj-palette-warning-rgb-40));
}

.odcs-sign-up-warning-panel {
  margin-top: 21px;
}

.odcs-home-visual-navigator-card {
  --oj-core-bg-color-hover: var(--oj-odcs-hero-panel-hover-color);
  --oj-core-bg-color-selected: var(--oj-odcs-hero-panel-selected-color);
  border: var(--oj-odcs-hero-panel-border) !important; /** Default list view item card styling has more specifity **/
  background-color: var(--oj-odcs-hero-panel-background-color);
  display: flex;
  align-items: center;  
}

/* Known audit breach required to center align visual navigator tiles, JET support for this is not available */
.odcs-home-visual-navigator .oj-listview-group {
  justify-content: center;
}

.odcs-visual-navigator-item {
  word-break: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.odcs-hero-image-text {
    font-size: 2rem;  
}
  
.odcs-home-section-title {
    font-size: 1.5rem;
}

.odcs-home-visual-navigator-card-icon {
  font-size: 2em;
  min-width: 40px;
  text-align: center;
}  

@media screen and (min-width: 600px) {
  .odcs-hero-image-text {
    font-size: 2.5rem;  
  }
  
  .odcs-home-section-title {
    font-size: 1.85rem;
  }

  .odcs-home-visual-navigator-card-icon {
    font-size: 2em;
  }
}

@media screen and (min-width: 1024px) {
  .odcs-hero-image-text {
    font-size: 3rem;  
  }
    
  .odcs-home-section-title {
    font-size: 2.25rem;
  }

  .odcs-home-visual-navigator-card-icon {
    font-size: 2.5em;
    min-width: 50px;
  }  

  .odcs-homepage-left-box {
    padding: 0 10px 20px 0;
  }

  .odcs-homepage-right-box {
    padding: 0 0 20px 10px;
  }

  /* Separator between left and right areas on home page for large screens */
  .odcs-homepage-left-box:after {
    background-color: var(--oj-odcs-home-separator-color);
    top: 20%;
    content: "";
    display: block;
    height: 60%;
    position: absolute;
    width: 1px;
    right: 50%;
  }
}

/* --- Styling for Knowledge Suggest popup--- */
.oj-odcs-km-search-suggest-popup {
  max-height: 400px;
  width: 100%;
  overflow-y: auto;
}

/* --- Home Page - END --- */

/* --- Work Order pages - START --- */
.odcs-wo-long-text {
  word-break: break-all;
}

.odcs-wo-tech-location-lgUp {
  position:relative;
  padding-bottom: 50%;
}

/* Styling for text in attachment file picker and dropzone on service request pages */
.odcs-oj-attachment-file-picker {
  width: 100%; 
  max-width: 100%;
}

.odcs-oj-attachment-file-picker-dropzone {
  justify-content: center;
  text-align: center;
  width: 100%;
}

.odcs-wo-tech-location-mdOnly {
  position:relative;
  padding-bottom: 66.67%;
}

.odcs-wo-tech-location-smOnly {
  position:relative;
  padding-bottom: 150%;
}

.odcs-wo-casenote-button {
  height:1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
}

.odcs-wo-technician-panel-smLg {
  height: 57rem;
}

.odcs-wo-technician-panel-md {
  height: 40rem;
}

.odcs-wo-case-notes-tertiary-text {
  font-size: small;
  font-weight: 100;
}

/* Tweak oj-ofs-booking-calender layout, avoid scrollbars and hidden page footer */
.odcs-wo-create-page-content oj-ofs-booking-calendar .ofsc-bw-wrapper .booking-calendar .dataInfo {
  margin-left: 0;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .odcs-wo-create-page-content oj-ofs-booking-calendar .ofsc-bw-wrapper .booking-calendar .dataInfo {
    position: static;
  }
}

/* --- Work Order pages - END --- */

/* --- Sign In & Sign Up pages - START --- */
#odcs-sign-up-page,
#odcs-sign-in-page {
  margin-top: calc(0px - var(--oj-odcs-header-height));
  /* top and padding to set image behind header */
  padding: var(--oj-odcs-header-height) 0 0 0;
  background-image: url("../images/odcs-sign-in-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#odcs-sign-up-content, 
#odcs-sign-in-content {
  padding: 36px 0;
}

.odcs-user-sign-up-heading, 
.odcs-user-sign-in-heading,
.odcs-user-sign-in-sub-heading {
  text-align: center;
}

.odcs-user-sign-in-sub-heading {
  font-size: 1.5rem;
}
/* --- Sign In & Sign Up pages - END --- */

/* --- Dark Form box - START --- */
.odcs-form-box-wrapper {
  --odcs-form-box-width: 500px;
  --odcs-form-box-content-width: 324px;
  width: var(--odcs-form-box-width);
}

.odcs-form-box {
  background-color: var(--oj-odcs-form-box-background-color);
  width: 100%;
  max-width: var(--odcs-form-box-width);
  border-radius: 5px;
}

.odcs-form-box-content,
.odcs-signin-external-idps-conveyor-belt .odcs-sm-idp-button {
  width: var(--odcs-form-box-content-width);
}

.odcs-signin-external-idps-conveyor-belt {
  max-width: calc(var(--odcs-form-box-width) - 25px);
}

.odcs-form-box-content {
  --oj-radio-checkbox-input-color-unselected: rgb(var(--oj-palette-neutral-rgb-100));
  --oj-radio-checkbox-input-color-selected: rgb(var(--oj-palette-neutral-rgb-40));
}

/* --- Dark Form box - END --- */

/* --- "Error" page - START ---*/
.odcs-error-title-header {
  font-size: large;
  font-weight: 500;
}
/* --- "Error" page - END ---*/

/** --- Option card - START ---*/
.odcs-option-card-menu {
  padding: 0 32px;
}

.odcs-option-card {
  min-width: 360px;
  min-height: 336px;
  max-width: 360px;
  padding: 20px;
  margin: 32px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.odcs-option-card-icon {
  height: 128px;
  width: 128px;
  font-size: 72px;
  border: 0;
  color: rgb(var(--oj-palette-neutral-rgb-80));
  text-align: center;
}

.odcs-option-card-title {
  text-align: center;
  margin: 0;
}

.odcs-option-card-description {
  text-align: center;
  font-size: var(--oj-typography-body-md-font-size);
  padding: 10px 0;  
}

.odcs-option-card-action-info, .odcs-option-card-action-trigger {
  text-align: center;
  font-size: var(--oj-typography-body-lg-font-size);
  margin: 0;
  padding: 10px 0;  
}
/** --- Option card - END ---*/
/* Previsional */

.andina-previsional-layout-title-image{
  width: 45%;
  background-image: url("../images/BannerSuperiorPrevisional.jpg");
  background-size: cover;
  background-position-x: right;
}

.andina-previsional-container{
    padding: 0px 80px 20px;
}

.andina-inner-container {
    padding: 0 10%;
}

.andina-horizontal-card-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px; 
}

.andina-gray-card {
    padding: 20px;
    background-color: var(--andina-light-color);
    border-radius: 10px;
    width: 23%; /* En desktop, ocupan un cuarto del ancho aprox */
    text-align: left;
    display: flex;
    align-items: center; /* Centra el texto verticalmente dentro de la tarjeta */
}

.andina-blue-card {
    background-color: var(--andina-primary-light-color);
    color: white;
    border-radius: 10px;
    margin: 0 10px;
    padding: 10px 30px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.andina-blue-big-simbols{
    color: var(--andina-primary-color);
    font-size: 50px;
    padding: 30px 0;
}

.andina-card-white-and-blue {
    border: 2px solid var(--andina-primary-light-color);
    border-radius: 20px;
    margin: 10px 20px;
    max-width: 42%;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

/* Media query para celulares y tablets */
@media (max-width: 1080px) {
    .andina-inner-container {
        padding: 0 5%; /* Reducimos padding lateral en móvil */
    }
    .andina-horizontal-card-container {
        flex-direction: column; /* Alineación vertical */
        align-items: center;
        gap: 0;
    }
    .andina-blue-big-simbols{
      padding: 0;
    }
    .andina-gray-card {
        width: 100%; /* Ocupa todo el ancho disponible */
        height: auto; /* Permite que el alto crezca según el texto */
        min-height: 120px;
        margin-bottom: 15px; /* Espacio entre tarjetas apiladas */
    }
}

.andina-image-circle-blue {
	background: var(--andina-primary-light-color);
	border-radius: 50%;
	padding: 10px 10px 5px 10px;
}

.andina-vertical-double-card {
    border-radius: 20px;
    margin: 0.5%;
    max-width: 394px;
    min-width: 250px;
    width: 30%;
}



.andina-vertical-double-card {
    flex: 1;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden; /* Mantiene la imagen dentro de los bordes redondeados */
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.andina-previsional-image img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Evita que la imagen se estire feo */
    display: block;
}

.andina-vertial-card-botton {
    background-color: var(--andina-light-color);
    padding: 25px;
    flex-grow: 1;
}


/* --- Adaptación para Celulares (Media Query) --- */
@media (max-width: 768px) {
    .andina-mision-vision-container {
        flex-direction: column; /* Apila las tarjetas verticalmente */
        align-items: center;
    }

    .andina-vertical-double-card {
        width: 100%; /* Ocupa el ancho completo del móvil */
        max-width: 450px; /* Evita que en tablets se vea excesivamente ancho */
        margin-bottom: 20px;
    }

    .andina-previsional-image img {
        height: 180px; /* Reducimos un poco la altura de la imagen en móvil */
    }

    .andina-vertial-card-botton {
        padding: 15px; /* Menos espacio interno para aprovechar la pantalla */
    }

    /* Ajuste de tablas para que no se corten en pantallas pequeñas */
    .andina-table-column {
        font-size: 0.85rem;
        padding: 5px;
    }
}

.andina-previsional-image{
  height: 30%;
}

.andina-previsional-image img{
	height: -webkit-fill-available;
	width: -webkit-fill-available;
	border-radius: 20px 20px 0 0;
}

.ul-bleeding{
    margin-left: 10px;
}

.andina-table-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    border-radius: 10px;
}

.andina-table-row {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border: 1px solid var(--andina-primary-light-color);
    border-radius: 10px;
    margin-bottom: 10px;
    align-items: center;
}

.andina-table-column {
    flex: 1;
    text-align: left;
}

.andina-table-container{
    display: flex;
    width: 100%;
    gap: 20px; /* Espacio entre las dos tablas */
    margin-bottom: 30px;
}
.text-s{
    font-size: small;
}
.text-xs{
    font-size: x-small;
}


.andina-font-light{
    color: var(--andina-primary-light-color)
}

.andina-soft-card{
    border: 1px solid var(--andina-primary-color);
    border-radius: 20px;
    margin: 2% 50px;
}

.andina-number-container{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    text-align: justify;
}

.andina-table-container-son{
    width: 50%;
    text-align: justify;
}

.andina-table-row-especial{
    display: flex;
     justify-content: space-between;
}

.andina-table-column-especial {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1% 0;
    border: 3px solid var(--andina-primary-light-color);
    margin: 4px 0;
    width: 19%;
}
.column-left {
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 20px 0 0 20px;
    border-right: none;
    width: 9%;
    justify-content: normal;
}
.column-right{
    padding-left: 5%;
    padding-right: 5%;
    border-radius: 0px 20px 20px 0px;
    border-left: none;
    width: 60%;
    justify-content: normal;
}

.column-right-special{
    padding-bottom: 3.5%;
    padding-top: 2.5%;
}


/* --- Media Query para Celulares --- */
@media (max-width: 768px) {
    .andina-table-container {
        flex-direction: column; /* Apila las tablas verticalmente */
        gap: 40px;
    }

    .andina-table-container-son {
        width: 100%; /* Las tablas ocupan todo el ancho */
    }

    .andina-table-column-especial {
        font-size: 12px; /* Letra un poco más pequeña en móvil */
        padding: 8px 4px;
    }

    /* Opcional: Si el contenido de la tabla es muy largo, 
       permitimos que la fila se rompa o usamos scroll lateral */
    .andina-table-container-son {
        overflow-x: auto; /* Evita que la tabla rompa el diseño si es muy ancha */
    }
}
.andina-previsional-cliente{
  display: flex;
  flex-direction: row;
  gap: 75px;
}

.andina-gray-container{
    background-color: var(--andina-light-color);
    text-align: normal;
    padding: 20px 35px;
}
.andina-gray-container p, .andina-gray-container ul{
  padding: 0 20px;
  text-align: normal;
}

.class-normal{
  text-align: normal;
}

.andina-botton-border{
  border-radius: 0 0 20px 20px;
  text-align: normal;
  flex: 1;
  max-height: 580px;
}

.andina-botton-border a{
  padding: 5px 10px;
  background-color: var(--andina-primary-light-color);
  color: white;
  border-radius: 20px;
  display: inline-block;
}

.andina-botton-border p{
  text-align: justify;
  margin: 20px 0;
}

.andina-continer-img{
	width: 100%;
	height: 50%;
	overflow: hidden;
	border-radius: 40px;
  display: flex;
}

.andina-continer-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 768px) {
  .andina-div-container, .andina-previsional-cliente {
      flex-direction: column;
      gap: 20px;
  }

  .andina-botton-border{
      max-height: 760px;
  }

  .andina-gray-container a {
      font-size: 1.1rem; 
      display: block;
      margin-bottom: 10px;
  }
  
  .ul-bleeding {
      margin-left: 15px; 
  }
  .andina-double-condicionado{
    flex-direction: column;
  }
}



.andina-preguntas-container{
  display: flex;
  flex-direction: column;
}

.andina-preguntas-container b{
  padding: 10px;
  margin-bottom: 25px;
  background-color: var(--andina-primary-light-color);
  color: white;
  border-radius: 0 0 20px 20px;
}

.preguntas-item-wrap{
  margin: 0.5rem 0.5rem;
  border: 1px solid var(--andina-light-color);
  border-radius: 20px;
  height: fit-content;
  width: 100%;
}

.andina-flex-double-blue {
    display: flex;
    justify-content: space-between;
    text-align: justify;
    color: var(--andina-primary-light-color);
    align-items: center;
}

.andina-flex-double-blue div{
  margin: 5px 25px;
}
.andina-flex-double-blue span {
    font-size: x-large;
    color: var(--andina-primary-color);
}

.andina-double-condicionado{
    display: flex;
    color: var(--andina-primary-light-color);
    align-items: center;
}


.andina-double-condicionado div{
    flex: 1;
    text-align: end;
}

.andina-double-condicionado span{
    font-size: xx-large;
}

.andina-service-collapsible-container-text-only li{
    text-align: initial;
    list-style: disc;
    padding: 0px;
}

@media (max-width: 768px) {
    .andina-flex-double-blue {
        flex-direction: column; /* Cambia de horizontal a vertical */
    }

    .andina-flex-double-blue > div {
        width: 100%; /* Asegura que ocupen todo el ancho del celular */
    }
    .andina-double-condicionado {
      display: flex;
    color: var(--andina-primary-light-color);
    align-items: center;
    flex-direction: column;
  }
}

/*Banner Mantenimiento Start*/

.andina-mantenimiento-banner {
  padding: 15px 25px;
}
.andina-mantenimiento-sup {
  display: flex;
}
#andina-banner-icono {
  font-size: x-large;
  margin-top: auto;
  margin-bottom: auto;
  color: gold;
}
#andina-banner-titulo {
  padding-left: 15px;
  color: indianred;
}

/*Banner Mantenimiento End*/