:root {
  --gray: #EEEEEE;
  --color-100: #F5F5F5;
  --color-150: #CDDECD;
  --color-200: #EAf6E7;
  --color-300: #006FCF;
  --color-500: #1766FF;
  --color-600: #0A50D6;
  --color-650: #0014D9;
  --color-700: #132644;
  --color-750: #14213D;
  --color-800: #7F93A0;
  --color-900: #182643;
  --color-950: #606060;
  --round-md: 1rem;
  --round-8: 8px;
}

html {
  overflow-x: hidden;
}

.round-md {
  border-radius: var(--round-md);
}

.micro-title {
  font-family: 'Avenir Next LT Pro' !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 3px;
}

button, input, textarea, label, p, .font-family {
  font-family: 'Avenir LT Std' !important;
}

.text-nowrap {
  text-wrap: nowrap;
}

/*-SWIPER-*/

/* .swiper {
  width: 100%;
  height: 300px;
}*/
.swiper-wrapper {
  /* overflow: hidden;
  width: 100%; */
  height: 300px !important;
}

p{line-height:1.5em}

.swiper-slide-01,
.swiper-slide-02 {
  height: 300px;
  border-radius: var(--round-md);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding-left: 10%;
  margin-bottom: 1rem;
  > img {
    max-width: 10rem;
  }
}

.swiper-slide-01 {
  background-image: url(/assets/img/slider-bg-01.jpg);
  padding-left: 12%;
}
.swiper-slide-02 {
  background-image: url(/assets/img/slider-bg-02.jpg);
}
.swiper-pagination-bullet {
  background-color: white;
}

@media (max-width: 768px) {
  #swiper, .swiper {
    pointer-events: none;
  }
  .swiper-slide-01 {
    background-image: url(/assets/img/slider-bg-01-mobile.jpg);
    padding-top: 50%;
  }
  .swiper-slide-01,
  .swiper-slide-02,
  .swiper-wrapper {
    height: 500px !important;
  }
}
/*-SWIPER-*/

.logo-badge {
  background-color: var(--color-700);
  background-image: url(/assets/logo/logo-sm-white.png);
  background-size: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 6.4rem;
  height: 1.4rem;
  border-radius: 2rem;
  display: inline-flex;
}
.separator {

}

.bg000 { background-color: #FFF !important }
.bg100 { background-color: var(--color-100) !important }
.bg150 { background-color: var(--color-150) !important }
.bg200 { background-color: var(--color-200) !important }
.bg300 { background-color: var(--color-300) !important }
.bg400 { background-color: var(--color-400) !important }
.bg500 { background-color: var(--color-500) !important }
.bg600 { background-color: var(--color-600) !important }
.bg650 { background-color: var(--color-650) !important }
.bg700 { background-color: var(--color-700) !important }
.bg800 { background-color: var(--color-800) !important }
.bg900 { background-color: var(--color-900) !important }
.bg950 { background-color: var(--color-950) !important }

.text000, .text000 h1, .text000 h2, .text000 h3, .text000 h4, .text000 h5, .text000 h6 { color: #FFF !important }
.text100, .text100 h1, .text100 h2, .text100 h3, .text100 h4, .text100 h5, .text100 h6 { color: var(--color-100) !important }
.text150, .text150 h1, .text150 h2, .text150 h3, .text150 h4, .text150 h5, .text150 h6 { color: var(--color-150) !important }
.text200, .text200 h1, .text200 h2, .text200 h3, .text200 h4, .text200 h5, .text200 h6 { color: var(--color-200) !important }
.text300, .text300 h1, .text300 h2, .text300 h3, .text300 h4, .text300 h5, .text300 h6 { color: var(--color-300) !important }
.text400, .text400 h1, .text400 h2, .text400 h3, .text400 h4, .text400 h5, .text400 h6 { color: var(--color-400) !important }
.text500, .text500 h1, .text500 h2, .text500 h3, .text500 h4, .text500 h5, .text500 h6 { color: var(--color-500) !important }
.text600, .text600 h1, .text600 h2, .text600 h3, .text600 h4, .text600 h5, .text600 h6 { color: var(--color-600) !important }
.text650, .text650 h1, .text650 h2, .text650 h3, .text650 h4, .text650 h5, .text650 h6 { color: var(--color-650) !important }
.text700, .text700 h1, .text700 h2, .text700 h3, .text700 h4, .text700 h5, .text700 h6 { color: var(--color-700) !important }
.text800, .text800 h1, .text800 h2, .text800 h3, .text800 h4, .text800 h5, .text800 h6 { color: var(--color-800) !important }
.text900, .text900 h1, .text900 h2, .text900 h3, .text900 h4, .text900 h5, .text900 h6 { color: var(--color-900) !important }

.r8 { border-radius: var(--round-8) !important }

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

.text-right {
  text-align: right;
}

.gap-1 {
  gap: .2rem;
}

.mx-card,
.mv-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--round-md);
  position: relative;
  overflow: hidden;
}

.mx-card {
  padding-top: 0;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 3rem;
}
.mv-card {
  padding-top: 5rem;
  padding-bottom: 3rem;
  padding-right: 4rem;
  padding-left: 4rem;
  min-height: 20rem;
}

.main-card {
  padding-left: 8rem;
  padding-right: 14rem;
  position: relative;
  overflow: unset;
}
@media (min-width: 1200px) {
  .main-card { padding-left: 20rem }
}
@media (max-width: 480px) {
  .main-card {
    padding-left: 2rem;
    padding-right: 3rem;
  }
}
.bg-city {
  background-repeat: no-repeat;
  background-image: url(/assets/img/bg-city.png);
  background-position: right bottom;
  min-height: 10rem;
  background-size: contain;
}

.main-card::before {
  content: '';
  width: 8px;
  height: 66px;
  background-color: var(--color-600);
  border-radius: 8rem;
  position: absolute;
  top: -2rem;
  font-size: smaller;
  z-index: 1;
}
.main-card::after {
  content: '';
  width: 130px;
  height: 130px;
  background-color: var(--color-700);
  border-radius: 8rem;
  position: absolute;
  bottom: -3rem;
  right: -3rem;
  z-index: 1;
  opacity: 0.9;
  filter: contrast(1.3);
}

.x-card {
  font-family: 'Dense';
  font-size: 15rem;
  font-weight: 100 !important;
  text-rendering: geometricPrecision;
  transform: scaleY(1.2);
}
.n-card {
  font-family: 'Dense';
  position: absolute;
  left: 0;
  bottom: -7rem;
  font-size: 14rem;
  opacity: 0.9;
  pointer-events: none;
}

.btn-custom {
  background-color: var(--color-750);
  color: white;
  width: 100%;
}

/* .vertical-divider [class^="col-"] {
  border-left: 3px solid #F2F7F9;
} */

.fs-0 {
  font-size: 3.5rem !important;
}
.fs-7 {
  font-size: .8rem !important;
}

.american-express {
  position: relative;
}
.american-express::after {
  background-image: url(/assets/logo/american-express-logo.png);
  background-size: 80px;
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  right: 0;
  position: absolute;
}


@media(hover:hover) {
  .about-ceo-left,
  .about-ceo-right {
    filter: grayscale(1);
    &:hover {
      filter: grayscale(0) brightness(1.2);
      transition: .4s;
    }
  }
}


.about-ceo-left {
  background-image: url(/assets/img/federico-nano-ceo-bg@4x-100.jpg);
  background-size: 47rem;
  background-position: -62rem -4rem;
}
.about-ceo-left-pop {
  background-image: url(/assets/img/federico-nano-ceo.png);
  background-size: 23rem;
  background-repeat: no-repeat;
  top: -26px;
  left: -2.9rem;
}

.about-ceo-right {
  background-image: url(/assets/img/guillermo-zajic-ceo-bg@4x-100.jpg);
  background-size: 51.6rem;
  background-position: -14.4rem -4.1rem;
}
.about-ceo-right-pop {
  background-image: url(/assets/img/guillermo-zajic-ceo.png);
  background-size: 22.7rem;
  background-repeat: no-repeat;
  top: -30px;
  left: 0;
  height: 17rem;
  width: 16rem;
}

.acc-wrapper {
  display: flex;
  width: 40rem;
  position: absolute;
  right: 0;
}
.acc-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  height: 32rem;
  border-radius: var(--round-8);
  margin: 0.1rem;
  cursor: pointer;
  position: relative;
  flex: 1;
  transition: flex 0.2s ease-in;
  overflow: hidden;
}

.acc-card::before {
  background-image: url(/assets/icons/plus-white-icon@3x.png);
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background-size: 40px;
  top: 1.6rem
}
.acc-card:nth-child(2)::before,
.acc-card:nth-child(4)::before {
  background-image: url(/assets/icons/plus-blue-icon@3x.png);
}

.acc-active {
  flex: 4;
}

.acc-active.acc-card::before {
  background-image: url(/assets/icons/minus-white-icon@3x.png);
}

.acc-active.acc-card:nth-child(2)::before,
.acc-active.acc-card:nth-child(4)::before {
  background-image: url(/assets/icons/minus-blue-icon@3x.png);
}

.acc-cart-title {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding-top: 2rem;
}
.acc-card-text {
  display: none;
}

.card-link {
    margin: 1rem;
    color: #FFF;
    font-size: 2rem;
    text-shadow: 0 0 20px black;
    font-weight: bold;
    text-decoration: none;
    display: none;
}

.acc-active > .acc-cart-title {
  display: none !important;
}

.acc-active > .acc-card-text {
  display: block !important;
}

.video-thumb {
  background-image: url(/assets/img/video-thumb.jpg), linear-gradient(0deg, var(--color-300) 8.4rem, transparent 8.4rem);
  background-blend-mode: color-burn;
  background-position: center;
  background-size: cover;
  display: flex;
  place-content: center;
  min-height: 36rem;
  align-items: flex-end;
  padding: 0;
  overflow: hidden;
}

.metric-box {
  margin-top: 4rem;
  margin-bottom: 4rem;
  height: 20rem;
  background-image: url(/assets/img/blue-world.png);
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: right;
  border-bottom: 1px solid var(--color-600);
  position: relative;
}

.metric-box::before {
  content: '';
  background-repeat: no-repeat;
  background-image: url(/assets/img/lines.png);
  background-size: 80%;
  background-position: 0rem 0rem;
  width: 30%;
  height: 30rem;
  position: absolute;
  right: 0;
}

.metric-box::after {
  display: block;
  content: '';
  background-image: url(/assets/logo/american-express-logo.png);
  width: 60px;
  height: 60px;
  background-size: 60px;
  position: absolute;
  right: 1rem;
  bottom: -5rem;

}

@media (max-width: 1200px) {
  .acc-wrapper {
    width: 100%;
    position: unset;
  }
}

@media (max-width: 992px) {
  .acc-wrapper {
    flex-direction: column;
  }
  .acc-card::before {
    content: unset;
  }
  .acc-cart-title {
    display: none;
  }
  .acc-card-text {
    display: block;
  }
}

@media (max-width: 480px) {
  .acc-card {
    grid-auto-rows: B;
    height: 10vh;
    transition: none;
  }
  .acc-active {
    grid-area: A;
    height: 70vh;
    transition: all 0.2s cubic-bezier(0, 1.88, 1, 1);
  }
}

@media (max-width: 1200px) {
  .about-ceo-left,
  .about-ceo-right {
    background-size: cover;
    background-position: center;
  }
  .about-ceo-left-pop,
  .about-ceo-right-pop {
    display: none;
  }
}

.soft {
  animation: .4s ease-in soft;
}

@keyframes soft {
  0% { opacity: 0;}
  100% {opacity: 1;}
}

.show-down {
  animation-name: show-down;
  animation-timing-function: ease-in;
  animation-duration: .4s;
}

@keyframes show-down {
  0% { opacity: 0; transform: translateY(-50px);}
  100% {opacity: 1; transform: translateY(0px);}
}

.featured-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.featured-posts img {
  aspect-ratio: 1;
  object-fit: cover;
}

.recent-posts .post { position: relative; }

.recent-posts .post:hover ::after {
  transition: .2s;
  background-image: url(/assets/icons/plus-icon-blue.png);
  position: absolute;
  content: '';
  width: 40px;
  height: 100%;
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
}

@media(hover:hover) {

}


/****OVERRIDES****/

.ast-desktop .ast-menu-hover-style-underline > .menu-item > .menu-link:before, .ast-desktop .ast-menu-hover-style-overline > .menu-item > .menu-link:before {
  color: #0036A1;
  content: "";
  position: absolute;
  width: 40%;
  right: 50%;
  height: 3px;
  top: 50px;
  background-color: transparent;
  transform: scale(0, 0) translate(0%, 0);
  transition: transform .3s ease-in-out, color .0s ease-in-out;
}

.featured-posts .post-title {
  background: #000A;
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  width: 100%;
  /*min-height: 10rem;*/
min-height: 6rem;
  border-bottom-left-radius: var(--round-8);
  border-bottom-right-radius: var(--round-8);
}

.featured-posts .post-title::after {
  transition: .2s;
  background-image: url(/assets/icons/plus-icon-white.png);
  position: absolute;
  content: '';
  width: 40px;
  height: 4rem;
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: 1rem;
  bottom: 0rem;
}

.featured-posts .post:hover .post-title {
  background: var(--color-700);
  transition: .4s;
}

.border-primary {
  border-color: var(--color-700);
}
@media (max-width: 768px) {
  .desktop-only {
    display: none !important;    
  }
}

.ast-page-builder-template .site-content > .ast-container{
	        display: flex;
        flex-direction: column!important;
    }
@media (min-width: 922px) {
    .ast-narrow-container .site-content > .ast-container {
        max-width: 100%;
		        display: flex;
        flex-direction: column!important;
    }
}
}
@media (min-width: 922px) {
    .ast-container {
    max-width: 100%;
		        display: flex;
        flex-direction: column!important;
    }
}

/*Entradas*/
.pagination{
text-align:center;
}
.pagination a{
    font-family: 'Avenir LT Std' !important;
	color:#132644;
	padding:5px
}
.pagination a:hover{
    font-family: 'Avenir LT Std' !important;
	color:#0A50D6
}

.post-category a {
    text-decoration: none!important; 
    font-size: 1rem;  
    font-weight: 600;   
    line-height: 1.3; 
    letter-spacing: 3px;
}
.post-category a:hover {
    color: #132644;
}
.first-part {
    background: #F5F5F5; 
}
.post-image img {
    border-radius: 0px 50px 0px 0px;
}
.linea-gris {
    height: 30px; 
    background: #7F93A0;
    border-radius: 0px 0px 50px 50px;
    margin-top: 3px;
}
.author-info {
    font-size: 0.9rem; /* Tamaño de la información del autor */
    color: #555;
}




.post-relative-ind {margin:10px}

.related-posts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
}

.related-posts img {
  aspect-ratio: 1;
  object-fit: cover;
}

.related-posts .post-title {
  background: #000A;
  position: absolute;
  bottom: 1rem;
  padding: 1rem;
  width: 100%;
  min-height: 5rem;
  border-bottom-left-radius: var(--round-8);
  border-bottom-right-radius: var(--round-8);
}

.related-posts .post-title::after {
  transition: .2s;
  background-image: url(/assets/icons/plus-icon-white.png);
  position: absolute;
  content: '';
  width: 40px;
  height: 4rem;
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: 1rem;
  bottom: 0rem;
}
.related-posts .post-2:hover .post-title::after {
  transition: .2s;
  background-image: url(/assets/icons/plus-icon-blue.png);
  position: absolute;
  content: '';
  width: 40px;
  height: 4rem;
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
  right: 1rem;
  bottom: 0rem;
}


.related-posts .post:hover .post-title {
  background: var(--color-700);
  transition: .4s;
}

@media(hover:hover) {

}
@media (min-with:920px){
.m-cel{ margin-top: 100px;
    margin-left: 50px;}}
  
.title-event a{     
color: var(--ast-global-color-2);
text-decoration:none;
}
.tcp-fecha, .tcp-pais{
  color: var(--ast-global-color-2);
    text-decoration: none;
    text-decoration: none !important;
    font-size: 0.8rem;
    line-height: 1.3;
  }

.editor-styles-wrapper p {
    line-height: 1.5em!important;
}