/* Base */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1rem;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f8f8;
}

#root {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.app-root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  flex: 1;
}

.app-main {
  flex: 1 0 auto;
}

:root {
  --swiper-theme-color: #1A316D!important;
  --swiper-pagination-bullet-inactive-color: #eee!important;
}

::-webkit-scrollbar {
  display: none;
}

  #tl_popupSC5{
    z-index: 99999 !important;
  }

  #logoSSLCont{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9998;
    pointer-events: none;
  }

  #logoSSLCont a{
    display: none !important;
  }

  .modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
  }

  .modal_container{
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* bug fix - custom overlay */   
    background-color: rgba(10,10,10,0.45);
  }

  @media (max-width: 1000px) {
    .site-mobile-menu-body>.modal_container{
      width: 90%;
      height: 90%;
    }
  }

  .modal_reset_pass {
    background-color: #fff;
    width: 500px;
  }

  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 30px;
    background: #003366;
    border-radius: 3px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    color: #fff;
    font-weight: 500;
  }

.owl-nav {
    width: 100%;
}

.mod_valores{

}

.wa_bot{
  position: -webkit-sticky; /* Safari */
  position: fixed;
  right:30px;
  bottom:30px;
  background-color:#25D366;
  width:50px;
  height:50px;
  z-index:9999;
  padding:9px 11px
}

.header_capitales {
  background-image:url(../imgs/mercado_capitales.png);
  height: 660px;
  padding: 50px;
}

.marquesina_valores{
  padding-top: 100px;
  padding-bottom: 50px;
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

h1, h2, h3, h4, h5, h6 {
 font-family: 'Open Sans', sans-serif; }
 
a {
  color:#003366;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.aligner {
display:flex;
align-items: center;
}

.box-shadow {
    -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}

/*--- Headlines ---*/

.h0 { font-weight:700; letter-spacing:-2px; line-height:1em }
.h1 { font-weight:700 }
.h2 { font-weight:700 }
.h3 {  }
.h4 {  }
.h5 {  }
.h6 {  }

.bold { font-weight:700!important }
.italic { font-style:italic!important }
.uppercase { text-transform:uppercase}

@media (min-width: 180px) {
.h0 { font-size:32px }
.h1 { font-size:32px }
.h2 { font-size:28px }
.h3 { font-size:24px }
.h4 { font-size:20px }
.h5 { font-size:18px }
.h6 { font-size:16px }
}
@media (min-width: 576px) {
.h1 { font-size:36px }
.h2 { font-size:32px }
.h3 { font-size:26px }
.h4 { font-size:20px }
.h5 { font-size:18px }
.h6 { font-size:16px }
}
@media (min-width: 768px) {
.h0 { font-size:52px }
.h1 { font-size:40px }
.h2 { font-size:36px }
.h3 { font-size:30px }
.h4 { font-size:24px }
.h5 { font-size:20px }
.h6 { font-size:18px }
}
@media (min-width: 992px) {
.h1 { font-size:42px }
.h2 { font-size:36px }
.h3 { font-size:32px }
.h4 { font-size:24px }
.h5 { font-size:20px }
.h6 { font-size:18px }
}
@media (min-width: 1200px) {
.h0 { font-size:68px }
.h1 { font-size:56px }
.h2 { font-size:48px }
.h3 { font-size:36px }
.h4 { font-size:26px }
.h5 { font-size:22px }
.h6 { font-size:20px }
}
@media (min-width: 1600px) {
.h1 { font-size:56px }
.h2 { font-size:48px }
.h3 { font-size:40px }
.h4 { font-size:30px }
.h5 { font-size:26px }
.h6 { font-size:24px }
}

.shade {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.bg-dark {
  background: #13171d !important; }

.line-height-sm {
  line-height: 1.3; }

.line-height-xs {
  line-height: 1; }
  
footer { 
font-size:0.8em; 
}
footer ul {
padding-left:15px;
}

/*--- navbar ---*/

.navbar {
    padding: .9rem 1rem;
}
.navbar-brand img {
    height:65px;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
.navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #c6e0f5;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
}


@media (max-width: 576px) {
  .redes { display:none }
  .redes_mobile { display:block }
}
@media (min-width: 576px) {
  .redes_mobile { display:none!important }
  .redes { display:block }
}
.redes_mobile a { display: inline-block!important }
.redes {
position: fixed;
z-index: 100;
top: 50%;
transform: translateY(-50%);
left:15px;
margin:0;
padding:0;
list-style:none;
width:40px;
}

.redes {
position: fixed;
z-index: 100;
top: 50%;
transform: translateY(-50%);
left:15px;
margin:0;
padding:0;
list-style:none;
width:40px;
}
.redes li {
width:100%;
margin-bottom:12px
}
.redes li a {
display: flex;
align-items:center;
justify-content:center;
background:#1a316d;
border:2px solid #263e7d;
color:#fff;
width:40px; 
height:40px;
border-radius:100%;
-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

.logos img {
width:80%;
max-width:280px
}

.home_login, .menu_login  {
display:flex; 
flex-direction:column; 
align-items:flex-end;
}
@media (min-width: 180px){
  .home_login input {
    max-width:120px;
  }
}
@media (min-width: 580px){
.home_login input {
  max-width:160px;
}
}





/*--- Colors ---*/

.blue1 { color:#1a316d }
.blue2 { color:#003366 }
.blue3 { color:#c6e0f5 }

.white { color:#ffffff }
.bg_white { background-color: #fff }

.bg_gradient {
position:absolute; z-index:0; width:100%; height:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */

}

.bg_image {
	background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.violet1 { color: #716bb7 }
.violet2 { color: #9b97cc }

.bg_blue1 { background-color: #1a316d }
.bg_blue2 { background-color:#003366 }
.bg_blue3 { background-color:#c6e0f5 }

.bg_violet1 { background-color: #716bb7 }
.bg_violet2 { background-color: #9b97cc }

.bg_white_seethru { background:rgb(255,255,255,0.2)}

.stellar {
	background-position: center;
	background-size: cover!important;
	background-repeat: no-repeat;
	background-attachment: scroll; 
	/*width: 100%;*/
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
}

.list_equipo {
line-height:1.8em
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.select-blue {
background-color: #003366;
border-color: #003366;
color:#fff;
}

.select-claro {
  background-color: #5BABBE;
  border-color: #5BABBE;
  color:#fff;
  }


.btn {
  position: relative;
  top: 0;
  cursor:pointer;
  border-radius: 6px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn.btn-primary {
    color: #fff; }
    .btn.btn-primary:active, .btn.btn-primary:focus {
      color: #fff; }
  .btn.btn-outline-primary:hover {
    color: #fff !important; }
  .btn.btn-black {
    background: #000 !important;
    color: #fff; }
    .btn.btn-black:hover {
      background: #333333 !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.btn-success {
	background:#1a316d;
	border-color:#1a316d;
	color:#fff
}
.btn-success:hover {
	background:#2561a4;
	border-color:#2561a4;
}
.btn-primary {
    color: #fff;
    background-color: #1a316d;
    border-color: #1a316d;
}

.badge-primary {
    color: #fff;
    background-color: #1a316d;
}
.badge-primary {
    color: #fff;
    background-color: #1a316d;
}

.bg-black {
  background: #000; }

  .form-control:active, .form-control:focus {
    border-color: #e3c4a8;
    color: #000; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 6em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.bg-image {
  background-size: cover;
  background-repeat: no-rpeeat;
  overflow: hidden;
  background-position: center center; }
  .bg-image.center {
    background-position: top center; }
  .bg-image.fixed {
    background-position: fixed !important; }
  .bg-image.overlay, .bg-image.overlay-primary, .bg-image.overlay-info, .bg-image.overlay-success, .bg-image.overlay-warning {
    position: relative; }
    .bg-image.overlay:before, .bg-image.overlay-primary:before, .bg-image.overlay-info:before, .bg-image.overlay-success:before, .bg-image.overlay-warning:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4); }
  .bg-image.overlay-primary:before {
    background: rgba(227, 196, 168, 0.9); }
  .bg-image.overlay-info:before {
    background: rgba(83, 205, 226, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(124, 189, 30, 0.9); }
  .bg-image.overlay-success:before {
    background: rgba(238, 198, 10, 0.9); }

@media (max-width: 767.98px) {
  .display-3, .display-2, .display-4 {
    font-size: 2rem !important; } }

@media (max-width: 991.98px) {
  .bg-md-height {
    height: 300px; } }

@media (max-width: 767.98px) {
  .bg-sm-height {
    height: 300px; } }

.row-wrap {
  margin-left: 15px;
  margin-right: 15px; }

.overflow-hidden {
  overflow: hidden; }

.row-items {
  height: calc(50% - 15px);
  margin-bottom: 15px; }
  .row-items.last {
    margin-bottom: 0; }

@media (max-width: 991.98px) {
  .responsive-md-height {
    height: 500px !important;
    margin-bottom: 15px; } }


/*--- OWL CAROUSEL ---*/

.owl-carousel.home .slide {
height:88vh;
min-height:540px;
background-position:center;
background-size:cover;
display:flex;
align-items: center;
/*justify-content: center;*/
}

.owl-carousel.box, .owl-carousel.box .owl-stage-outer, .owl-carousel.box .owl-stage, .owl-carousel.box .owl-item, .owl-carousel.box .slide {
height:100%;
}

.owl-carousel.box .slide {
height:100%;
background-position:center;
background-size:contain;
display:flex;
align-items: center;
/*justify-content: center;*/
}


.slide01 {
  background-image:url(../imgs/home_carusel/2023_01.png);
  /* background-image:url(../imgs/home_carusel/banner-expoagro2024.png); */
  background-position: center;
  background-size: cover;
  height: 88vh;
}

.slide02 {
  background-image:url(../imgs/home_carusel/2023_02.png);
  background-position: center;
  background-size: cover;
  height: 88vh;
}

.slide03 {
  background-image:url(../imgs/home_carusel/2023_05.png);
  background-position: center;
  background-size: cover;
  height: 88vh;
}

.owl-nav {
position:absolute;
top:50%;
transform: translateY(-50%);
}
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    margin: 0;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 6px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.owl-dots .owl-dot.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: rgba(255, 255, 255, 1)
}

.owl-nav div {
    opacity: 1;
	position:absolute;
    padding: 0;
    height: 40px;
    width: 40px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    zoom: 1;
    margin: 0px;
    cursor: pointer;
}


.owl-nav .owl-prev {
  left: 0px;
  position: absolute;
}
.owl-nav .owl-next {
  right: 0px;
  position: absolute;
}
.owl-nav .owl-prev span,.owl-nav .owl-next span{
  display: none;
}

@media (min-width: 576px){
.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-nav .owl-prev {
    left: 15px;
    position: absolute;
}
.owl-nav .owl-next {
    right: 15px;
    position: absolute;
}
}

.owl-nav .owl-prev:before {
    content: url(../imgs/icons/left-chevron.svg)!important;
}
.owl-nav .owl-next:before {
    content: url(../imgs/icons/right-chevron.svg)!important;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }



.team-member {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .team-member img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .team-member:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(35, 166, 225, 0.8);
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .team-member .text {
    top: 50%;
	color:#fff;
    text-align: center;
    position: absolute;
    padding: 20px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden; }
  .team-member:hover:before, .team-member:focus:before, .team-member:active:before {
    opacity: 1;
    visibility: visible; }
  .team-member:hover img, .team-member:focus img, .team-member:active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-member:hover .text, .team-member:focus .text, .team-member:active .text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 4; }

.social-icon span {
  font-size: 20px; }

.social-icon:hover {
  color: #eec60a !important;
  background: #ddb795; }



.featured-property-half {
  position: relative;
  background: #fff;
  margin-top: -100px;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1); }
  .featured-property-half div {
    width: 50%; }
  .featured-property-half .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  .featured-property-half .text {
    padding: 100px; }
    .featured-property-half .text ul {
      padding: 0;
      margin: 0;
      list-style: none;
      color: #777; }
      .featured-property-half .text ul strong {
        color: #000;
        font-weight: bold; }
      .featured-property-half .text ul li {
        margin-bottom: 10px; }


input.user {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-image: url(../imgs/icons/user.svg);
}
input.password {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../imgs/icons/pass.svg);
}

.contact_info div[class^='bg-white'] {
    height:180px
}

.info_pane { min-height:160px }

/*--- nav-pills ---*/

.nav-pills.centered {
    justify-content:center
}
.nav-pills.centered .nav-item {
    float:none;
	margin:0 15px;
}
.nav-pills .nav-link {
    border-radius: 2rem;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
	padding:.8rem 2.4rem
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #003366;
}

/* Navbar */
.site-navbar-top .site-logo {
  font-size: 2rem; }

.site-navbar-wrap {
  position: relative;
  z-index: 1;
  width: 100%; }
  .site-navbar-wrap a {
    color: #000; }
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

/*
AGREGADO MJB TABLAS
*/

/*--- TABS ---*/

.tab-content>.tab-pane {
  padding: 2em;
border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
} 

/*-- ROW COLOR ---*/

.table-primary, .table-primary>td, .table-primary>th {
  background-color: #1a316d; color:#fff;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
  background-color: #f2f2f2; 
  color:#5BABBE;
  font-weight: 700;
}
.table-info, .table-info>td, .table-info>th {
  background-color: #b8daff;
}
.table-success, .table-success>td, .table-success>th {
  background-color: #c5dbb6;
} 
.table-danger, .table-danger>td, .table-danger>th {
  background-color: #fccea1;
}
.table-warning, .table-warning>td, .table-warning>th {
  background-color: #f9e6a7;
}

/*FIN AGREGADO*/
.site-navbar {
/*
background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); 
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); 
*/
  background:#ffffff;
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  position: relative;
  z-index: 200; 
  -webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
  }
.site-navbar.sticky {
  position:fixed;
  /*-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.5);*/
	}
.site-navbar.sticky .navbar-brand img {
    height: 45px;
}
  .site-navbar .site-logo {
    font-weight: 200; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #000; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
	font-size:14px }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #003366; }
    .site-navbar .site-navigation .site-menu a {
      /* text-decoration: none !important; */
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
	.site-navbar.sticky .site-navigation .site-menu > li {
      padding: 0px 5px; }

.site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
/* text-transform:uppercase; */
    letter-spacing: .05em;
    color:#13387E;
/* font-weight:600; */
    /* text-decoration: none !important;  */
  }

        .site-navbar .site-navigation .site-menu > li > a:hover {
          color:#003366 }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 230px;
		  border-bottom:1px solid #eee; }
		 .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child {
          border-bottom:none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 8px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #003366; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #e3c4a8; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #003366; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 400px;
  position: fixed;
  right: 0;
  top:0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #003366; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
     }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #003366; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #e3c4a8; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }


                .container_linea_foto {
                  position: relative;
                  width:100%
                }
                
                .image_linea_foto {
                  display: block;
                  width: 100%;
                  height: auto;
                }
                
                .overlay_linea_foto {
                  position: absolute;
                  top: 0;
                  bottom: 0;
                  left: 0;
                  right: 0;
                  height: 100%;
                  width: 100%;
                  opacity: 0;
                  transition: .5s ease;
                  background-color:#003366;
                }
                
                .container_linea_foto:hover .overlay_linea_foto {
                  opacity: 1;
                }
                
                .text_linea_foto {
                  color: white;
                  font-size: 14px;
                  position: absolute;
                  top: 50%;
                  left: 0%;
                  -webkit-transform: translate(-0%, -50%);
                  -ms-transform: translate(-0%, -50%);
                  transform: translate(-0%, -50%);
                  text-align: center;
                  padding:10px
                }

                

              .owl-carousel-lineatiempo .owl-nav button.owl-next,
              .owl-carousel-lineatiempo .owl-nav button.owl-prev{
                background-color: #1a316d !important;
                padding-top:10px !important ;
                z-index: 999;
                color:#000
                }
         
              .owl-carousel-lineatiempo .owl-nav button.owl-prev{
                left:5px !important ;
                
                }
                .owl-carousel-lineatiempo .owl-nav button.owl-next{
                  right:5px !important ;
                  }
             
                  @media (max-width: 450px){
                    .owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
                      opacity: .3;
                    }
                    .tabla-pizarra{
                      font-size: 12px !important;
                      padding:0px !important;
                    }
                    .nav-tabs{
                      font-size: 12px !important;
                    }
                    .nav-tabs .nav-item a{
                      padding: 5px !important;
                    }
                    .mercados_cuerpo{
                      padding:0px !important;
                    }
                    .owl-carousel.home .slide04 {
                      background-image:url(../imgs/home_carusel/logistica_banner_vert.jpg);
                    }
                    .owl-carousel.home .slide05 {
                      background-image:url(../imgs/home_carusel/b_vert.jpg);
                    }
                    .owl-carousel.home .slide06 {
                      background-image:url(../imgs/home_carusel/allaria_v.jpg);
                    }
                    .owl-carousel.home .slide01 {
                      background-image:url(../imgs/home_carusel/2023_01.png);
                    }
                    .owl-carousel.home .slideNavidad {
                      background-image:url(../imgs/home_carusel/banner_navidad_vert.jpg);
                    }
                    /* .header_capitales {
                      background-image:url(../imgs/home_carusel/capitales_v.jpg);
                    } */
                    .header_capitales p {
                    font-size: 38px;
                    text-align: center !important;
                    }
                  }

/* ALLARIA AGRONEGOCIOS */

.header-1 {
  font-size: 48px;
  font-weight: bold;
}
.header-2 {
  font-size: 36px;
}
.header-3 {
  font-size: 26px;
  font-weight: 600;
}
.header-4 {
  font-size: 18px;
  font-weight: 600;
}
.header-5 {
  font-size: 16px;
}
.header-6 {
  font-size: 14px;
}
.header-7 {
  font-size: 12px;
}

.button-primary {
  background-color: #13387E;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  padding: 5px 10px;
  min-width: 148px;
}

.button-primary:hover {
  background-color: #1C6EEE;
  color: #fff;
}

.button-secondary {
  background-color: #5BABBE;
  color: #fff;
  border-radius: 30px;
  font-size: 16px;
  padding: 5px 10px;
  min-width: 148px;
}

.button-no-selected {
  background-color: #e6e7e9;
  color: #13387E;
  font-size: 16px;
  padding: 5px 10px;
  min-width: 148px;
}

.button-secondary:hover {
  background-color: #0099CC;
  color: #fff;
}

.background-primary {
  background-color: #13387E;
}

.sky-blue-secondary {
  background-color: #5BABBE;
}

.button-year:hover {
  cursor: pointer;
}

.txt-primary {
  color: #13387E;
}

.search-year {
  width: 285px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.search-year > i {
  border: none;
  outline: none;
}

.search-year > input {
  flex: 1;
  /* height: 40px; */
  border: none;
  outline: none;
  font-size: 14px;
  padding-left: 10px;
}

.border {
  border-left: 1px solid #13387E;
  border-right: 1px solid #13387E;
}

.site-footer ul li {
  color: #fff;
}

.site-footer p a:hover{
  color: #fff;
  text-decoration: underline;
}

.site-footer ul li:hover {
  text-decoration: underline;
}

.site-footer ul li a:hover {
  color: #fff;
}

.card-merc-capitales {
  width: 510px;
  height: 144px;
  background-color: #F2F2F2;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  display: flex;
  align-items: center;
  border: none;
  /* padding: 50px; */
}

.card-merc-capitales p {
  font-size: 22px;
}

.relaciones-publico {
  width: 100%;
}

.relaciones-publico .content {
  width: 1140px;
}

.relaciones-publico .content_text {
  padding: 70px 60px;
  width: 50%;
}

.relaciones-publico img {
  width: 50%;
}

.swiper01 {
  background-image: url(../imgs/home_carusel/2023_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.swiper-content {
  position: absolute;
}



#form-contacto {
  width: 30%;
  padding-right: 50px;
}

#mod-mapa {
  width: 50%;
}

.site-footer,
.site-footer-mobile {
  margin-bottom: 0;
  flex-shrink: 0;
}

.site-footer-mobile {
  display: none;
}

.underline {
  text-decoration: underline #13387E 2px;
  font-weight: 700;
 }

.underline:hover {
  text-decoration: underline #13387E 2px;
  font-weight: 700;
}

.header_capitales button {
  width: 360px;
}

.agronegocios > .card {
  width: 1140px;
  display: flex;
  flex-direction: row;
}

.card-context {
  width: 570px;
  height: 486px;
  padding: 80px;
  margin: 0 20px;
}

.card > .card-img {
  width: 570px;
  height: 486px;
}

.button-year-desktop {
  display: flex;
}

.button-year-mobile {
  display: none;
}

@media (max-width: 1366px){

  .card-context h2 {
    font-size: 18px;
  }

  .card-context p {
    font-size: 13px;
  }

  .agronegocios > .card {
    width: 800px;
    display: flex;
    flex-direction: row;
  }
  
  .card-context {
    width: 400px;
    height: 386px;
    padding: 20px;
  }
  
  .card > .card-img {
    width: 400px;
    height: 386px;
  }
}

@media (max-width: 1024px){
  .relaciones-publico .content{
  flex-direction: column-reverse;
  max-width: 95vw; 
  }

  .relaciones-publico .content_text {
    width: 100%;
  }
  
  .relaciones-publico img {
    width: 100%;
  }

  .site-footer-mobile {
    display: block;
  }

  #contacto {
    flex-direction: column;
  }

  #form-contacto {
    width: 100%;
    padding: 0 50px;
  }
  
  #mod-mapa {
    margin-top: 50px;
    width: 100%;
    padding: 0 50px;
  }

  .site-footer {
    display: none;
  }

  .footer-datos {
    margin-left: 60pxpx;
  }

  .footer-datos ul li {
    color: #fff;
  }
  
  .footer-datos p a:hover{
    color: #fff;
    text-decoration: underline;
  }
  
  .footer-datos ul li:hover {
    text-decoration: underline;
  }
  
  .footer-datos ul li a:hover {
    color: #fff;
  }

  .redes-mobile a img {
    width: 35px;
  }

  .links-mobile {
    font-size: 18px;
  }

  .button-year-desktop {
    display: none;
  }

  .button-year-mobile {
    display: flex;
  }
}

@media (max-width: 534px) {
  .card-merc-capitales {
    width: 322px;
    height: 142px;
  }

  .card-merc-capitales img {
    width: 84px;
  }

  .card-merc-capitales p {
    font-size: 16px;
  }

  .button-primary, .button-no-selected {
    font-size: 12px;
  }

  .btns-linea-tiempo button {
    padding: 5px 5px;
    min-width: 10px;
  }

  .button-year {
    font-size: 12px;
  }

  .header_capitales {
    font-size: 12px;
    height: 90vh;
    padding: 20px;
  }

  .header_capitales button {
    width: 100%;
  }

  .agronegocios > .card {
    width: 100%;
    /* display: flex; */
    flex-direction: column;
  }

  .agronegocios {
    flex-direction: column;
  }

  .card-context h2 {
    font-size: 24px;
  }

  .card-context p {
    font-size: 14px;
  }

  .card-context {
    width: 100%;
    margin: 0;
    padding: 40px;
    /* height: 386px;
    padding: 20px; */
  }
  
  .card > .card-img {
    width: 100%;
    /* height: 386px; */
  }

  .relaciones-publico .content {
    width: 100%;
  }
  
  .relaciones-publico .content_text {
    padding: 30px 20px;
    width: 100%;
  }
  
  .relaciones-publico img {
    width: 100%;
  }

  .font-mobile > h3 {
    font-size: 22px;
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

/* Popup Styles - Notificación Bancaria */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  backdrop-filter: blur(3px);
}

.popup-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  animation: popupSlideIn 0.3s ease-out;
}

@keyframes popupSlideIn {
  from {
    opacity: 0;
    transform: scale(0.8) translateY(-20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px 15px;
  border-bottom: 1px solid #eee;
  background: #001166;
  color: white;
  border-radius: 12px 12px 0 0;
}

.popup-header h3 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.popup-close {
  background: none;
  border: none;
  color: white;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.popup-close:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.popup-body {
  padding: 25px;
  line-height: 1.6;
}

.popup-body p {
  margin-bottom: 15px;
  color: #333;
}

.popup-body p:last-child {
  margin-bottom: 0;
}

.popup-logo {
  text-align: center;
  margin-top: 10px;
  padding-top: 5px;
}

.popup-logo img {
  max-width: 200px;
  height: auto;
}

/* Responsive para móviles */
@media (max-width: 576px) {
  .popup-content {
    margin: 20px;
    width: calc(100% - 40px);
  }
  
  .popup-header {
    padding: 15px 20px 12px;
  }
  
  .popup-header h3 {
    font-size: 1.1rem;
  }
  
  .popup-body {
    padding: 20px;
  }
  
  .popup-logo img {
    max-width: 150px;
  }
}