/* line 1, D:/begrand/app/assets/stylesheets/tania.css.scss */
.feature-box.fbox-plain.fbox-small .fbox-icon i {
    font-size: 38px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica;
    font-weight: normal;
}

p {
    font-family: Helvetica;
    font-weight: lighter;
}
.px-6 {
    padding-left: 6em;
    padding-right: 6em;
}
.py-6{
    padding-top: 6em;
    padding-bottom: 6em;
}
#page-title, #page-title h1, #primary-menu ul li > a {
    font-family: "Arial Black";
}
/* ===== Footer ===== */
.site-footer{
  background: #444444; /* negro */
  color: #EDEDED;
  padding: 32px 16px;
}
.footer-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}
.footer-title{
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 14px;
}
.footer-col .contact-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #EDEDED;
  text-decoration: none;
}
.footer-col .contact-link:hover .contact-text{
  text-decoration: underline;
}
.contact-icon{ display: inline-flex; color: #EDEDED; }

* Copyright section */
#copyrights {
  border-top: 1px solid #333;
  padding: 30px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.copyright-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.copyright-text {
  color: #ccc;
  font-size: 14px;
  flex-shrink: 0;
}

/* Social media links */
.social-links {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-shrink: 0;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-link:hover {
  color: #fff;
  transform: translateY(-2px);
}

.social-link svg {
  width: 20px;
  height: 20px;
}

/* Responsive design */
@media (max-width: 768px) {
  .footer-inner {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-col {
    width: 100%;
  }
  
  .copyright-content {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  
  .social-links {
    justify-content: center;
  }
}
/* ===== Form ===== */
.subscribe-form .input-group{
  display: flex;
  gap: 12px;
}
.subscribe-form input[type="email"]{
  flex: 1 1 auto;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.25);
  background: #FFFFFF;        
  color: #0B0B0B;
  outline: none;
  transition: box-shadow .2s, border-color .2s;
}
.subscribe-form input::placeholder{ color: #6B7280; }
.subscribe-form input:focus{
  border-color: #25a815;
  box-shadow: 0 0 0 3px rgba(255,169,77,0.25);
}

/* Botón naranja */
.btn-submit{
  padding: 12px 18px;
  border: none;
  border-radius: 8px;
  background: #25a815;     
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  transition: transform .05s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn-submit:hover{ background: #25a815; }
.btn-submit:active{ transform: translateY(1px); }
.btn-submit:focus-visible{
  outline: 2px solid #FFD8A6;
  outline-offset: 2px;
}


.sr-only{
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}


@media (max-width: 900px){
  .footer-inner{ grid-template-columns: 1fr; gap: 24px; }
  .subscribe-form .input-group{ gap: 10px; }
}


@media (min-width: 1280px){
  .footer-inner{ gap: 48px; }
}


/* line 4, D:/begrand/app/assets/stylesheets/tania.css.scss */
.portfolio-item .portfolio-overlay {
    display: table;
    height: 210px;
}

/* line 8, D:/begrand/app/assets/stylesheets/tania.css.scss */
.portfolio-item .portfolio-overlay h4 {
    display: table-cell;
    vertical-align: middle;
}

/* line 12, D:/begrand/app/assets/stylesheets/tania.css.scss */
.parallax.mt-5 {
    margin-top: -12px !important;
}

/* line 16, D:/begrand/app/assets/stylesheets/tania.css.scss */
body p {
    font-size: 1rem !important;
}

body td {
    font-size: 1rem !important;
    font-family: Helvetica;
    font-weight: 100;

}

body li {
    font-size: 1rem;
    font-family: Helvetica;
    font-weight: lighter;

}

/* line 20, D:/begrand/app/assets/stylesheets/tania.css.scss */
#copyrights {
    padding: 10px 0;
}

/* line 24, D:/begrand/app/assets/stylesheets/tania.css.scss */
#footer .footer-widgets-wrap {
    padding: 25px 0;
}

/* line 28, D:/begrand/app/assets/stylesheets/tania.css.scss */
.copyright-links {
    display: inline-block;
}

/* line 32, D:/begrand/app/assets/stylesheets/tania.css.scss */
.chartdiv {
    width: 100%;
    height: 500px;
}

/* line 37, D:/begrand/app/assets/stylesheets/tania.css.scss */
body:not(.no-transition) #wrapper, .animsition-overlay {
    opacity: 1;
}

/* line 41, D:/begrand/app/assets/stylesheets/tania.css.scss */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 200px;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
}

/* line 54, D:/begrand/app/assets/stylesheets/tania.css.scss */
.preloader img {
    width: 200px;
    animation: bouncedelay 1.4s infinite ease-in-out
}

/* line 58, D:/begrand/app/assets/stylesheets/tania.css.scss */
.anual i {
    font-size: 100px;
}

/* line 63, D:/begrand/app/assets/stylesheets/tania.css.scss */
.anual .card {
    margin-bottom: 2px;
}

/* line 67, D:/begrand/app/assets/stylesheets/tania.css.scss */
.anual .card-header {
    padding: 0;
    cursor: pointer;
}

/* line 72, D:/begrand/app/assets/stylesheets/tania.css.scss */
.anual p {
    margin-bottom: 0;
}

/* line 77, D:/begrand/app/assets/stylesheets/tania.css.scss */
address {
    margin-bottom: 1rem;
}

/* line 81, D:/begrand/app/assets/stylesheets/tania.css.scss */
.widget.subscribe-widget {
    margin-top: 1rem;
}

/* line 85, D:/begrand/app/assets/stylesheets/tania.css.scss */
.feature-box.fbox-bg.fbox-center {
    height: 200px;
}

/* line 89, D:/begrand/app/assets/stylesheets/tania.css.scss */
.table {
    margin-bottom: 2rem;
}

/* line 93, D:/begrand/app/assets/stylesheets/tania.css.scss */
.footer-logo {
    display: inline;
    margin-bottom: 0;
}

/* line 98, D:/begrand/app/assets/stylesheets/tania.css.scss */
#comite .menu > li:hover {
    background-color: #78c2ed;
    color: #fff;
    position: relative;
}

/* line 104, D:/begrand/app/assets/stylesheets/tania.css.scss */
#comite .menu > li {
    border: 0;
    background-color: #8e8e8e;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 1px;
    min-height: 52px;
    cursor: pointer;
}

/* line 114, D:/begrand/app/assets/stylesheets/tania.css.scss */
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* line 120, D:/begrand/app/assets/stylesheets/tania.css.scss */
#comite .menu > li.current_page_item a {
    color: #fff;
}

/* line 124, D:/begrand/app/assets/stylesheets/tania.css.scss */
#comite .menu > li > a {
    color: white;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/* line 132, D:/begrand/app/assets/stylesheets/tania.css.scss */
#comite .menu > li.current_page_item {
    background-color: #515151;
    color: #fff;
    position: relative;
    border-bottom: 3px solid #515151;
}

/* line 139, D:/begrand/app/assets/stylesheets/tania.css.scss */
.bb-2 {
    border-bottom: 2px solid;
}

/* line 143, D:/begrand/app/assets/stylesheets/tania.css.scss */
ul.list3 {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 20px;
    font-size: 14px !important;
}

/* line 151, D:/begrand/app/assets/stylesheets/tania.css.scss */
ul.list3 li {
    padding-left: 1em;
    text-indent: -1.6em;
    margin-bottom: 10px;
}

/* line 157, D:/begrand/app/assets/stylesheets/tania.css.scss */
ul.list3 li::before {
    content: "";
    background-image: url("../images/favicon.png");
    background-size: 15px 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

/* line 167, D:/begrand/app/assets/stylesheets/tania.css.scss */
.trimestrales i {
    font-size: 80px;
}

/* line 171, D:/begrand/app/assets/stylesheets/tania.css.scss */
.tab-pane {
    padding-top: 20px;
}

/* line 175, D:/begrand/app/assets/stylesheets/tania.css.scss */
.media i {
    border: none !important;
    background-color: transparent !important;
    color: #111135;
    border-radius: 0;
    font-size: 35px;
}

/* line 183, D:/begrand/app/assets/stylesheets/tania.css.scss */
.media h3 {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

/* line 191, D:/begrand/app/assets/stylesheets/tania.css.scss */
.media p {
    color: #999;
    text-align: left;
    font-size: 14px !important;
}

.accordion.custom .card-header {
    margin-bottom: 20px;
    padding: 20px 60px 20px 30px;
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    width: 100%;
    border-right: none;
    border-top: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 800;
}

.accordion.custom .card-header .cargo {
    font-weight: 100;
}

.accordion.custom .cargo {
    color: #111135;
}

.accordion.custom2 .card-header {
    padding: 20px 0px;
    background: #ffffff;
    width: 100%;
    border: none;

}

.accordion.custom2 .person {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion.custom2 {
    padding: 0px 30px;
}

.accordion.custom2 .card-body {
    padding: 0px;
    margin-bottom: 30px;
}

.accordion.custom2 .card-header:not(.collapsed) {
    color: red;
}

.comites.nav.nav-pills li a {
    border: none;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #353535;
}

.comites.nav.nav-pills li a.active, .comites.nav.nav-pills li a:hover {
    background: #111135;
    color: #fff;
    border-color: transparent;
}

ul.list-styled li {
    list-style: disc;
}

ul.list-styled {
    padding-inline-start: 40px;
    margin-bottom: 0px;
}

.bg-dark-blue {
    background: #002060;
    color: white
}

.bg-light-blue {
    background: #0070c0;
    color: white

}

.bg-blue {
    background: #2f5396;
    color: white
}

.bg-gray {
    background: #808080;
    color: white
}

.bg-black {
    background: #000000;
    color: white
}

.number1::before {
    background: #5170a7;
    color: white;
    content: "1";
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 15px;
    padding-top: 1px;
    left: 4px;
    top: -10px;
    position: absolute;

}

.number2::before {
    background: #5170a7;
    color: white;
    content: "2";
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 15px;
    padding-top: 1px;
    left: 4px;
    top: -10px;
    position: absolute;

}

.number3::before {
    background: #5170a7;
    color: white;
    content: "3";
    width: 25px;
    display: block;
    height: 25px;
    border-radius: 15px;
    padding-top: 1px;
    left: 4px;
    top: -10px;
    position: absolute;
}

.tabs-style-lg .nav-tabs > li:first-child {
    border-left: 1px #e9e9e9 solid;
}

.tabs-style-lg .nav-tabs > li > a {
    font-size: 15px;
    padding: 25px 30px;
    border: 0;
    margin: 0;
}

.tabs-style-lg .nav-tabs > li > a {
    font-size: 15px;
    padding: 25px 30px;
    border: 0;
    margin: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.tabs-style-lg .nav-tabs > li {
    border-right: 1px #e9e9e9 solid;
    border-top: 1px #e9e9e9 solid;
    width: 20%;
}

.tabs-style-lg .nav-tabs > li > a.active {

    background-color: #111135;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);

}

.tabs-style-lg.style-1 .nav-tabs > li > a.active:before {
    content: "";
    position: absolute;
    top: 160px;
    display: block;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #111135 transparent transparent;
}

.tabs-style-lg.acerca .nav-tabs > li > a.active:before {
    top: 183px;
}

.retro-layout .v-height {
    height: 450px;
}

.retro-layout .text {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0 !important;
    width: 100% !important;
    padding: 0 60px !important;
}

.white {
    color: #fff;
}

.bg-blue2 {
    background: #001133;
    color: white;
}

.bg-green {
    background: #92D400;
}

.mayus {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .5rem;
}

.normal-weight {
    font-weight: 300;
}

.table.sin-bolde > tbody > tr > td.borde {
    border: 1px solid #9f9f9f;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.bg-gris {
    color: black;
    background-color: #ddd;
}

.pilares {
    background: #5e9cd3;
    padding: 40px;
    align-content: stretch;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    margin-right: 60px;
}

.pilares:after {
    content: "";
    position: absolute;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #5e9cd3;
    height: 0px;
    top: 50;
    right: 15px;
    width: 0px;
}

.info {
    padding: 40px;
}

.chart-title {
    text-align: center;
    margin-bottom: -30px;
    font-size: 20px;
}

.propiedad {
    cursor: pointer;
    margin-bottom: 2rem;
}

.propiedad img {
    border: 1px solid;
}

.propiedad .title {
    font-size: 18px;
    text-align: center;
    padding: 20px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 30%;
    align-items: center;
}

.close {
    float: right;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    color: #666666 !important;
    text-shadow: 0 1px 0 #fff;
    opacity: 1 !important;
}

.modal-dialog button.close {
    /* margin: 0; */
    background-color: #FFFFFF;
    top: -10px;
    right: -10px;
    box-shadow: none;
    position: absolute;
    border-radius: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);

}

#noticias .accordion.shadow .acd-heading {
    box-shadow: none;
    padding: 20px 40px 20px;
    border-bottom: 1px solid;
    border-radius: unset;
    margin-bottom: 0;
    display: block;
}

#noticias .acd-des {
    padding: 1.5rem;

}

#noticias .accordion.shadow .acd-group.acd-active .acd-heading {
    box-shadow: none;
    padding: 20px 40px 20px;
    border-top: 1px solid #ABDDD6;
    border-bottom: 1px solid #ABDDD6;
    border-radius: unset;
    background-color: white;
    color: #ABDDD6;
    margin-bottom: 14px;
    margin-top: -1px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    display: block;
}

.accordion.shadow .acd-group:hover .acd-heading {
    /*box-shadow: none;*/
    padding: 20px 100px 20px 0;
    /*border-top: 1px solid #42A042;*/
    /*border-bottom: 1px solid #42A042;*/
    border-radius: unset;
    background-color: white;
    color: #ABDDD6;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;

}

.acd-heading {
    font-family: Helvetica;
    font-size: 1rem;
    font-weight: normal;
}

.contact-div {
    border-radius: 6px;
    background-color: #111135;
}

#subscription {
    font-family: font-icons;
    display: inline-block;
    background: #92D400;
    margin-left: -4px;
    font-size: 17px;
    width: 30px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.lg-tab-txt {
    display: flex;
    align-items: center;
}

.acerca .nav-tabs li a.uppercase {
    font-weight: normal;
    font-family: Helvetica;
}

li p {
    margin-bottom: 0px;
}

#noticias .accordion a.card-link {
    float: right;
}

.top-header {
    position: absolute;
    width: 100%;
    padding-top: 4px;

}

.acctitle p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.news-index h4 {
    font-family: Helvetica;
    font-weight: normal;
    font-size: 1.1rem;
}

.news-index h3 a {
    min-height: 50px;
    font-weight: lighter;
    display: block;
}

.portfolio img:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scaleX(1.1) scaleY(1.1);
    cursor: pointer;
}

#accordionDirectivos.accordion.custom .card-header:not(.collapsed) .cargo {
    color: white;
}

#accordionDirectivos.accordion.custom .card-header:not(.collapsed) {
    background: #111135;
    color: white;
    border-left: solid 4px #8e8e8e;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

table.table a {
    color: #111135;
}

table.table a:hover {
    color: #4691CE;

}

header.dark .sala-prensa a, header.dark .social a, header.dark .languages a {
    color: white
}

.gloss-letra {
    font-weight: bolder;
}

.bg-light-gray {
    background: #f2f2f2;
}

.article.acctitlec {
    padding: 10px 0 10px 20px
}

.acctitlec, .acc_content {
    background: #111135;
    color: white;
}

.acc_content a {
    color: white;
    font-weight: bold;
}

a.bg-darke {
    background: #111135;
    color: white !important;
}

.btn-infoe {
    background: #4691CE;
    color: white !important;
    border-radius: 25px;
}

a.btn-infoe:hover {
    color: #111135 !important;
}

/*Tania*/
.flexslider {
    margin-bottom: 30px !important;
}

.flexslider .slides img {
    border-radius: 3px;
    padding: 0 !important;
}

.flex-direction-nav a {
    top: 45% !important;
}

.circle {
    z-index: 2;
}

.circle:after {
    content: '';
    width: 102%;
    height: 102%;
    position: absolute;
    border-radius: 50%;
    background-color: transparent;
    display: none;
    border: 4px solid #bababa;
    top: -1px;
    left: -1px;
    z-index: 1;
}

.circle:hover:after {
    display: block;
}

.esg a:hover h3:hover {
    color: rgb(100, 140, 180)
}

.raya {
    width: 40px;
    border-top: 2px solid #444;
    margin: auto;
}

.port h2 {
    font-family: Helvetica;
    font-size: 2.25em;
    line-height: 1.33333;
    letter-spacing: .22222em;
    font-weight: normal;
}

.youtube {
    cursor: pointer;
}

@media (max-width: 1280px) {
    body.stretched #header.full-header .container {
        padding: 0 !important;
    }
}

/*End Tania*/

/*Nuevos cambios murano*/

#hero-home .hero-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  text-align: center;
  padding-top: 3rem; 
  position: relative;
}

#hero-home .container {
  padding-left: 1.25rem;
  padding-right: 1.25rem; 
  max-width: 100%;
  margin: 0 auto;
}

#hero-home.hero-content h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: bold;
}

#hero-home .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem; 
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  background-color: #444444;
  color: white;
  text-decoration: none;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
  margin-top: 2rem;
}

#hero-home .cta-button .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

#hero-home .cta-button:hover {
  background-color: #444444;
  color: #5170a7;
}

#hero-home .cta-button:hover .arrow {
  transform: translateX(6px); }


#kpi-column .kpi-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 992px) {
  #kpi-column .kpi-grid { grid-template-columns: 1fr 1fr; }
}

.kpi-card {
  padding: 1.25rem 1rem;
  background: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: transform .6s ease, opacity .6s ease;
}


.kpi-card.is-visible {
  transform: translateY(0);
  opacity: 1;
}


.kpi-number {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
.kpi-label {
  margin-top: .35rem;
  font-size: 14px;
  text-transform: uppercase;
}
.kpi-label::before {
  content: "";
  display: block;
  width: 20px;          
  height: 2px;         
  background-color: #666; 
  margin: 2rem auto 0.75rem; 
}

@media (prefers-reduced-motion: reduce) {
  .kpi-card { transition: none; transform: none !important; opacity: 1 !important; }
}
