@font-face {
  font-family: Chilena;
  src: url(../../fonts/chilena/Chilena-Regular.otf);
}
@font-face {
  font-family: Chilena Fina;
  src: url(../../fonts/chilena/Chilena-Fina.otf);
}
@font-face {
  font-family: Chilena Light;
  src: url(../../fonts/chilena/Chilena-Light.otf);
}
@font-face {
  font-family: Chilena Bold;
  src: url(../../fonts/chilena/Chilena-Bold.otf);
}
@font-face {
  font-family: Chilena ExtraBold;
  src: url(../../fonts/chilena/Chilena-ExtraBold.otf);
}
@font-face {
  font-family: Montserrat;
  src: url(../../fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Tungsten Book;
  src: url(../../fonts/tungsten/TUNGSTEN-BOOK.ttf);
}
@font-face {
  font-family: Tungsten Bold;
  src: url(../../fonts/tungsten/TUNGSTEN-BOLD.ttf);
}

#videos {
	background: var(--color-brand-secondary, #0B3067);
}	
#en100palabras {
	background-color: var(--color-surface-subtle, #EDEEEF);
	border-top: 4px solid var(--color-brand-primary, #E4002B);
	background-image: url(/wp-content/themes/marcachile/home2025/images/bg100.png);
	background-position: bottom right;
	background-repeat: no-repeat;
    display:none;
}
#estapasando {
	background: var(--color-brand-secondary, #0B3067);
}	
#fotosemana {
	background: #EEDBCD;
}
#fotosemana .header {
	padding-bottom: 40px;
}
#fotosemana h2 {
	color: #212529;
	padding-bottom: 25px;
	position: relative;
	padding-left: 60px;
}
#fotosemana h2:before {
  position: absolute;
  top: 22px;
  left: 0px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--color-brand-primary, #E4002B);
}

#fotosemana .header p {
	color: var(--color-text-default, #151617);
}

#fotosemana .button {
	background:var(--color-brand-primary, #E4002B);
	color:#fff;
	padding: 12px 36px;
	font-size: 16px;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	float: right;
	border-radius: 8px;
	gap: 10px;
	transition: .3s;
}
#fotosemana .button:hover {
	background: var(--color-brand-secondary, #0B3067);
	text-decoration: none;
}


#enelmundo {
	border-top: 4px solid var(--color-brand-primary, #E4002B);
}

#enelmundo {
	padding-top: 20px;
}

#enelmundo .red {
	color:var(--color-brand-primary, #E4002B);
	font-weight: bold;
}
#enelmundo p:not(.red) {
	color:var(--color-text-muted, #53565A);
	padding: 20px 0 20px 0;
}

#enelmundo h2 {
	color:#000;
	position: relative;
}


#enelmundo .button {
	background:var(--color-brand-primary, #E4002B);
	color:#fff;
	padding: 12px 36px;
	font-size: 16px;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	border-radius: 8px;
	gap: 10px;
	transition: .3s;
}
#enelmundo .button:hover {
	background: var(--color-brand-secondary, #0B3067);
	text-decoration: none;
}
#enelmundo .img-fluid {
	padding: 0 20px 20px 0;
}

#fotosemana {
	padding: 40px;
}
#fotosemana p {
	color: var(--color-text-default, #151617);
}

#fotosemana .masonry {
      column-count: 2; /* Dos columnas */
      column-gap: 10px; /* Espaciado entre columnas */
      max-width: 100%;
      width: 100%;
    }

#fotosemana .masonry-item figure div {
	display:none;	
}

#fotosemana .masonry-item {
      background-color: #fff;
      border: 1px solid #ddd;
      margin-bottom: 10px; /* Espaciado entre filas */
      display: inline-block; /* Necesario para trabajar con column-count */
      width: 100%; /* Asegura que los elementos se adapten a la columna */
      overflow: hidden;
      position:relative;
      cursor:pointer;
    }

#fotosemana .masonry-item img {
      width: 100%;
      height: auto;
      display: block;
    }

#fotosemana .masonry-item-content {
      padding: 10px;
      text-align: center;
    }

#fotosemana .masonry .masonry-item figure {
	margin: 0;
}

#fotosemana .masonry .masonry-item:hover::before {
  content: ""; /* Obligatorio para que ::before se renderice */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Color negro con transparencia */
  pointer-events: none; /* Permite interactuar con el contenido debajo */
  background-image: url(../images/icon_ojo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15%;
}

#fotosemana .masonry .masonry-item img {
  width: 100%;
  height: auto;
  display: block;
}

#estapasando {
	padding: 40px;
}
#estapasando .header {
	padding-bottom: 40px;
}
#estapasando h2 {
	color: #fff;
	padding-bottom: 25px;
	position: relative;
	padding-left: 60px;
}
#estapasando h2:before {
  position: absolute;
  top: 22px;
  left: 0px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--color-brand-primary, #E4002B);
}
#estapasando .header p {
	color: #fff;
}

#en100palabras {
	padding: 40px;
}
#en100palabras .header {
	padding-bottom: 40px;
}
#en100palabras h2 {
	color: var(--color-text-default, #151617);
	padding-bottom: 25px;
	position: relative;
	padding-left: 60px;
}
#en100palabras h2:before {
  position: absolute;
  top: 22px;
  left: 0px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--color-brand-primary, #E4002B);
}
#en100palabras .header p {
	color: var(--color-text-default, #151617);
}

#columnas {
	padding: 40px;
}
#columnas .header {
	padding-bottom: 0px;
}
#columnas h2 {
	color: var(--color-text-default, #151617);
	padding-bottom: 25px;
	position: relative;
	padding-left: 60px;
}
#columnas h2:before {
  position: absolute;
  top: 22px;
  left: 0px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--color-brand-primary, #E4002B);
}
#columnas .header p {
	color: var(--color-text-default, #151617);
}


#videos {
	padding: 40px;
}
#videos .header {
	padding-bottom: 40px;
}
#videos h2 {
	color: #fff;
	padding-bottom: 25px;
	position: relative;
	padding-left: 60px;
}
#videos h2:before {
  position: absolute;
  top: 22px;
  left: 0px;
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--color-brand-primary, #E4002B);
}
#videos .header p {
	color: #fff;
}


#videos .buttonyoutube {
	background:var(--color-brand-primary, #E4002B);
	color:#fff;
	padding: 12px 25px;
	font-size: 16px;
	text-decoration: none;
	float: right;
	background-image: url(/wp-content/themes/marcachile/home2025/images/ico-youtube.svg);
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	background-size: 30px;
	padding-right: 60px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	gap: 10px;
	border-radius: 8px;
	line-height: normal;
	font-family: "Chilena";
	font-weight: 700;
	font-style: normal;
	transition: .3s;
}
#videos .buttonyoutube:hover {
	text-decoration: none;
	background: #fff;
	color: var(--color-brand-primary, #E4002B);
	background-image: url(/wp-content/themes/marcachile/home2025/images/ico-youtube-red.png);
	background-position: calc(100% - 25px) center;
	background-repeat: no-repeat;
	background-size: 30px;
}


#columnas .button {
	background:var(--color-brand-primary, #E4002B);
	color:#fff;
	padding: 12px 36px;
	font-size: 16px;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	float: right;
	border-radius: 8px;
	gap: 10px;
	transition: .3s;
}
#columnas .button:hover {
	background: var(--color-brand-secondary, #0B3067);
	text-decoration: none;
}

#en100palabras .button {
	background:var(--color-brand-primary, #E4002B);
	color:#fff;
	padding: 12px 36px;
	font-size: 16px;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	float: right;
	border-radius: 8px;
	gap: 10px;
}
#en100palabras .button:hover {
	background: var(--color-brand-secondary, #0B3067);
	text-decoration: none;
}

#en100palabras .item a p {
	display: block;
	width: 100%;
	background: rgb(255, 255, 255, .75);
	color: var(--color-brand-secondary, #0B3067);
	font-family: "Chilena";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position: absolute;
	bottom: -10px;
	padding: 10px 20px;
	background-image: url(/wp-content/themes/marcachile/home2025/images/icon-carrusel.png);
	background-position: calc(100% - 10px) center;
	background-repeat: no-repeat;
	justify-content: space-between;
	align-items: center;
	align-self: stretch;
    transition: background-color 0.5s ease-in-out;
}

#en100palabras .item a:hover p {
	background-color: rgb(11,48,103,.70);
	color: #fff;
}


#en100palabras .owl-carousel .owl-nav button.owl-prev,
#en100palabras .owl-carousel .owl-nav button.owl-next {
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    color: #fff;
}

#en100palabras .owl-theme .owl-nav {
	float: right;
	margin-top: 50px;
}

#en100palabras .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

#en100palabras .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}
#en100palabras .owl-carousel .owl-nav button.owl-prev:hover,#hero .owl-carousel .owl-nav button.owl-next:hover {
    background: none;
}

#en100palabras .owl-carousel .owl-dots {
    text-align: left;
    width: 100%;
    margin-top: 40px;
}

#en100palabras .owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 -3px;
}

#en100palabras .owl-carousel .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    background: #fff;
    border:1px solid var(--color-brand-primary, #E4002B);
    display: block;
    border-radius: 50%;
    transition: background 0.3s ease;
}

#en100palabras .owl-carousel .owl-dot.active span {
    background: var(--color-brand-primary, #E4002B);
}
#en100palabras .carousel-control-prev-icon {
    background-image: url(/wp-content/themes/marcachile/home2025/images/arrow-left.png);
    width: 42px;
    height: 42px;
}
#en100palabras .carousel-control-next-icon {
    background-image: url(/wp-content/themes/marcachile/home2025/images/arrow-right.png);
    width: 42px;
    height: 42px;
}

#en100palabras .carousel-control-prev-icon:hover {
    opacity: .5;
}
#en100palabras .carousel-control-next-icon:hover {
    opacity: .5;
}

div.imgLiquid {
	background-size: cover;
	background-repeat: no-repeat;
}

.bigVideo {
	align-content: center;
	text-align: center;
}

.bigVideo .play {
	margin-top: 150px;
	background-image: url(/wp-content/themes/marcachile/home2025/images/play-btn.png);
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
 	transition: opacity 0.5s ease, transform 0.5s ease; /* Transición suave */
  opacity: 1;
}

.bigVideo {
	height: 500px;
}

.bigVideo .play:hover {
	opacity: .5;
}
.bigVideo h3 {
	color: #fff;
	margin-top: 20px;
}

.video {
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	border-left: 5px solid var(--color-brand-primary, #E4002B);
	display: flex;
	color: var(--color-text-muted, #53565A);
	align-items: center;
	text-decoration: none;
	margin-bottom: 13px;
	gap: 10px;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	transition: .3s;
}
.video img {
	width: 100px;
	margin-right: 10px;
	border-radius: 10px;
	max-width: 100px;
}
.video.active {
	background-color: var(--color-brand-primary, #E4002B);
	color: #fff;
}
.video:not(.active):hover {
	background-color: #ffcaca;
	color: var(--color-text-muted, #53565A);
}
#videos .scroll {
	min-height: 500px;
	overflow: hidden;
    overflow-x: hidden;
}



 /* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: left;
  color: #fff;
  padding: 10px 0;
  height: 150px;
  font-size: 18px;
font-weight: 400;
line-height: 150%;
}
#caption strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.closemodal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closemodal:hover,
.closemodal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 

#estapasando .nota {
	height: 500px;
	position: relative;
}
#estapasando .nota h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
}
#estapasando .notachica {
	width: 48%;
	margin: 0% 2% 2% 0%;
	height: 244px;
	float: left;
	position: relative;
}

#estapasando .nota .box {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgb(0, 0, 0, .3);
	width: 100%;
	padding: 30px;
}
#estapasando .notachica .box {
	position: absolute;
	bottom: 0;
	color: #fff;
	background: rgb(0, 0, 0, .3);
	width: 100%;
	padding: 20px;
}
#estapasando .notachica h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertival;
	-webkit-line-clamp:2;
	align-self: stretch;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
}
#estapasando .nota .fecha {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url(/wp-content/themes/marcachile/home2025/images/ico-calendar.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 30px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
}
#estapasando .nota .ubi {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	background-image: url(/wp-content/themes/marcachile/home2025/images/ico-ubicacion.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 18px;
	padding-left: 30px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
	white-space: nowrap;
}

#estapasando .notachica .fecha {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(/wp-content/themes/marcachile/home2025/images/ico-calendar.png);
	background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 13px;
	padding-left: 20px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
}
#estapasando .notachica .ubi {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	background-image: url(/wp-content/themes/marcachile/home2025/images/ico-ubicacion.png);
	background-position: 0% 20%;
	background-repeat: no-repeat;
	background-size: 15px;
	padding-left: 20px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	overflow: hidden;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
	white-space: nowrap;
}
#estapasando .nota a {
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertival;
	-webkit-line-clamp:2;
	align-self: stretch;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
    color:#fff;
	transition: .3s;
}

#estapasando .nota a:hover {
	color: var(--color-brand-primary, #E4002B)!important;
}

#estapasando .notachica a {
	font-size: 20px;
	font-weight: bold;
	line-height: 13px;
	margin-bottom: 5px;
	text-overflow: ellipsis;
	font-family: "Chilena";
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertival;
	-webkit-line-clamp:2;
	align-self: stretch;
	text-shadow: 2px 2px 6px rgb(0, 0, 0, .5);
    color:#fff;
	transition: .3s;
}

#estapasando .notachica a:hover {
	color: var(--color-brand-primary, #E4002B)!important;
}

#estapasando .notachica a:hover {
	color: #fff;
	text-decoration: underline;
}
#videos .scroll::-webkit-scrollbar {
  width: 10px;
}

#videos .scroll::-webkit-scrollbar-track {
  border-radius: 10px;
}

#videos .scroll::-webkit-scrollbar-thumb {
  background: #FFC9CE; 
  border-radius: 10px;
}

#videos .scroll::-webkit-scrollbar-thumb:hover {
  background: #FFE2E3; 
}
@media only screen and (max-width : 768px) {
	#videos .buttonyoutube {
		float:none;
        margin-top:40px;
	}
    .bigVideo {
    	height:250px;
    }
    .bigVideo iframe {
    	height:250px !important;
    }
    #videos .scroll {
    	margin-top:30px;
        height: 300px !important;
        overflow-y:scroll;
        overflow-x:hidden;
    }
    #videos .video {
    font-size:12px;
    line-height:15px;
    padding:10px;
    }
    #estapasando .nota .box {
    padding:10px;
    }
    #estapasando .notachica .box {
    padding:10px;
    }
    #estapasando .notachica h3 {
    	font-size:13px;
        line-height:15px;
    }
    #estapasando .notachica .fecha {
    	font-size:10px;
        line-height:11px;
    }
    #estapasando .notachica .ubi {
    	font-size:10px;
        line-height:11px;
    }
    #fotosemana .masonry_items {
    display:block;
    }
    #fotosemana .masonry_items .masonry-item figure {
    margin-bottom:10px;
	}
    .mobilepadd {
    	padding:20px;
        margin-bottom:40px;
    }
    #fotosemana {
    padding:20px;
    }
    #estapasando {
    padding:20px;
    }
    #en100palabras {
    padding:20px;
    }
    
    #fotosemana h2{
    font-size:26px;
    }
    #estapasando h2{
    font-size:26px;
    }
    #en100palabras h2{
    font-size:26px;
    }
    
    #columnas {
    padding:20px;
    }
    #columnas h2{
    font-size:26px;
    }
    
    #columnas .marca-chile-card.marca-chile-card-new-masonry .container {
    	padding-right:0 !important;
        padding-left:0 !important;
    }
    
    #videos {
    padding:20px;
    }
    #videos h2{
    font-size:26px;
    }
    .button {
    float:none !important;
    margin-top:30px;
    margin-bottom:30px;
    display:inline-block
    }
    
    #videos .owl-carousel {
    	margin-bottom:30px;
    }
    #fotosemana_interior figure img {
		margin-bottom:40px;
	}
	#enelmundo h2 {
		font-size: 26px; line-height: 2.8rem;
	}
    
}

#fotosemana_interior {
	margin-top:100px;
    padding-top:30px;
	background: #fff;
}
#fotosemana_interior .header {
	padding-bottom: 40px;
}
#fotosemana_interior h2 {
	color: #212529;
	padding-bottom: 25px;
	position: relative;
}

#fotosemana_interior h3 {
	color: #212529;
	padding-bottom: 10px;
	position: relative;
    margin-bottom:0;
    font-size:28px;
}

#fotosemana_interior .line {
 padding-left:20px;
 border-left:5px solid var(--color-brand-primary, #E4002B);
}

#fotosemana_interior figure img {
width:100%;
}

#fotosemana_interior .header p {
	color: var(--color-text-default, #151617);
}
#fotosemana_interior .masonry-item {
	position:relative;
    cursor:pointer;
}
#fotosemana_interior .masonry-item:hover::before {
  content: ""; /* Obligatorio para que ::before se renderice */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Color negro con transparencia */
  pointer-events: none; /* Permite interactuar con el contenido debajo */
  background-image: url(../images/icon_ojo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15%;
}
#enelmundo p.fuente {
	font-weight:bold;
    padding:0 !important;
    padding-bottom:20px !important;
    font-family: 'Chilena Bold';
    color: #000;
}