/**
 * Content
 */
/* Bold weight; normal style */
@font-face {
    font-family: 'HKGrotesk';
    font-weight: bold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HKGrotesk-Bold.woff') format('woff');
}
/* Regular weight; normal style */
@font-face {
    font-family: 'HKGrotesk';
    font-weight: regular;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HKGrotesk-Regular.woff') format('woff');
}
/* Light weight; normal style */
@font-face {
    font-family: 'HKGrotesk';
    font-weight: light;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HKGrotesk-Light.woff') format('woff');
}
/* Medium weight; normal style */
@font-face {
    font-family: 'HKGrotesk';
    font-weight: medium;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HKGrotesk-Medium.woff') format('woff');
}
/* Extra light weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: extralight;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-ExtraLightItalic.ttf') format('ttf');
}
/* Thin weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: thin;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-ThinItalic.ttf') format('tff');
}
/* Thin weight; Normal style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: thin;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-Thin.ttf') format('tff');
}
/* SemiBold weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: semibold;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-SemiBoldItalic.ttf') format('tff');
}
/* SemiBold weight; Normal style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: semibold;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-SemiBold.ttf') format('tff');
}
/* Medium weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: medium;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-MediumItalic.ttf') format('tff');
}
/* Medium weight; Normal style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: medium;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-Medium.ttf') format('tff');
}
/* Light weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: light;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-LightItalic.ttf') format('tff');
}
/* ExtraBold weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: extrabold;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-ExtraBoldItalic.ttf') format('tff');
}
/* Bold weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: bold;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-BoldItalic.ttf') format('tff');
}
/* Black weight; Italic style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: black;
    font-style: italic;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-BlackItalic.ttf') format('tff');
}
/* Black weight; Normal style */
@font-face {
    font-family: 'HankenGrotesk';
    font-weight: black;
    font-style: normal;
    src: url('https://files.cargocollective.com/c1700685/HankenGrotesk-Black.ttf') format('tff');
}
    body {
	background-color: #fff;
    
	color: #fff;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	color: #a1a1a1;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, .15);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
    vertical-align: bottom;
}

.gallery_image_caption {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.4);
	font-family: "HKGrotesk", Icons;
	font-style: normal;
	line-height: 1.5;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}



/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.4rem;
	font-weight: 300;
	color: rgb(0, 0, 0);
	font-family: "HKGrotesk", Icons;
	font-style: normal;
	line-height: 1.5;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] bodycopy a {
	padding-bottom: 0em;
	border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;

}

[data-predefined-style="true"] h1 {
	font-family: "Crimson Text", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	line-height: 1.2;
	color: rgb(0, 0, 0);
    letter-spacing: -.1rem;
}

[data-predefined-style="true"] h1 a {
	color: #ff0606;
}

[data-predefined-style="true"] h2 {
	font-family: "HKGrotesk", Icons;
	font-style: normal;
	font-weight: lighter
        ;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 2rem;
	line-height: 1.4;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

[data-predefined-style="true"] h2 a {
	color: #000;
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1.3;
	font-family: "Crimson Text", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
}

[data-predefined-style="true"] small a {
	outline:none;
    text-decoration:none; 
    padding: 2px 1px 0;
    color: #939393;
}
/*** adición STEPH**/ 
small a:hover {
  background: #3ee5bd;
  color: #fff;
}

/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: 0 /*!content_left*/;
	margin-right: auto /*!content_left*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_left*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 81%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 2rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -4rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.75rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.5rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .title {
    margin-top: .8rem;
    margin-bottom: .2rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(65, 65, 65, 1);
	font-family: "Crimson Text", Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Crimson Text", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
	color: rgba(186, 126, 126, 0.75);
	line-height: 1;
	font-size: 18px /*!site_menu_button*/;
	padding: 3px;
	line-height: 1;
	background: transparent;
	position: fixed;
	top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
	font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
	height: auto;
}

#site_menu_button.active {
	display: none;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "HKGrotesk", Icons;
	background: rgba(255, 255, 255, 0.95);
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	padding: 15px 30px 30px 30px;
	max-width: 300px;
	min-width: 200px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	font-variation-settings: 'slnt' 0, 'MONO' 0;
}

body.mobile #site_menu {
	width: 50%;
}

#site_menu .page-link a {
	color: rgba(0, 0, 0, 0.75);
   
}

#site_menu .set-link > a {
	color: rgba(0, 0, 0, 1);
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: block;
	color: rgba(194, 194, 194, 0.58);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1.;
    position: fixed;
	padding: 6px;
	top: 1rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
    font-family: "Monument Grotesk", Icons;
	font-size: 2.4rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-style: normal;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: "Monument Grotesk", Icons;
	font-size: 1.5rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .dropdown {
    font-family: "Monument Grotesk", Icons;
    font-size: 1.5rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 2.5rem .7rem 1rem;
	font-style: normal;
	font-weight: 400;
}

.shop_product .button {
    font-family: "Monument Grotesk", Icons;
	font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
	font-style: normal;
	font-weight: 400;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(0, 0, 0, 0.8) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Monument Grotesk", Icons;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3.5rem 0;
    text-align: center;
    font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
    line-height: 1.3;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.5);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 2.5px;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}

/**
 * Audio Player
 */

.audio-player {
    max-width: 26rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: transparent;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}

/* Search results
****************/

#search_form {
    position: absolute;
    top: 35px; left: 35px;
    z-index: 999;
}
    

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

#search_form #search_term {
    background: transparent;
    border: 1px solid #808080;
    color: #808080;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float: left;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    font-weight: bold;
    text-decoration: underline;          
}

.search_title a:hover {
}


.search_title a:active {
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #808080;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #808080;
    text-decoration: underline;
}

.search_tags a:active {
    color: #808080;
}
.content img { 
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

[image-gallery="slideshow"] .gallery_card {
    padding: 35px 35px 35px 35px;
}
.no-shadow img {
    box-shadow: none !important;
}

/*** Steph -- hover button on hover-enabled devices (con mouse)***/

.button {
     /* background-image: -webkit-gradient(linear,left top,right top,from(#3ee5bd),to(#3ee5bd)); */
    background-image: -o-linear-gradient(left,#3ee5bd 0,#3ee5bd 100%);
    background-image: linear-gradient(90deg,#3ee5bd 0,#3ee5bd);
    padding: 0em 0em;
    font-size: 2rem;
    font-weight: 300;
    color: rgb(0, 0, 0);
	font-family: "HKGrotesk", Icons;
    border-color: transparent;
    background-color: transparent;
    background-position: 0 0.6em;
    background-repeat: no-repeat;
    background-size: 0 5em;
    padding: 0;
    -webkit-transition: background-size .25s ease-in-out;
    -o-transition: background-size .25s ease-in-out;
    transition: background-size .25s ease-in-out;
    
   
}

@media (hover: hover) {
.button:hover {
     background-color: #7bdcb5;
}
}
/*** ***/

/*** Steph -- hover highlight v. 2 - este funciona mejor pero hay que ver como definir el final con el texto ***/

#item {
  	padding: 0 0 ;
    font-size: 2rem;
    font-weight: 300;
    color: rgb(0, 0, 0);
	font-family: "HKGrotesk", Icons;width: initial;
  	height: inherit;
  	line-height: 0;
}


#highlight {
  display: inline-block;
  position: absolute;
  z-index: -1;
  background-color: #7bdcb5;
  height: 0.6em; 
  width: 0;
  transition: width 0.5s;
  transition-timing-function: cubic-bezier(0.3, 0.84, 0.44, 1);
}

@media (hover: hover) {
#item:hover #highlight{
  /* hardcoded */
  width: 170px; 
}
}
/*** probar con div class="

/*** Steph -- USAR ESTE! 
hover que cambia el color del texto a blanco además de destacarlo **/
.destacar {
  box-shadow: inset 0 0 0 0 #3ee5bd;
  height: 0.6em;  
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: color .6s ease-in-out, box-shadow .5s ease-in-out;
}

@media (hover: hover) {
.destacar:hover {
  box-shadow: inset 400px 0 0 0 #3ee5bd;
  color: #fff;
    
    /** usar <a class="destacar">link txt</a>***/ 
}
}

/*** Steph -- Cajas para scroll horizontal 'proximamente' **/



/*** Steph: CSS [stack prueba 1] para 2 columnas en el stack de 'Proximamente'***/
.stack-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: opacity 0.5s ease-in-out;
}

.stack-item-image {
  flex-shrink: 0;
}

.stack-item-content {
  flex-grow: 1;
}
/*** Steph -- uso de íconos de Google fonts ***/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*** Steph - boton: compra CSS con hover ***/

.boton-compra {
	background-color:#3ee5bd;
    display: inline-block;
    padding: 3px 20px 4px 20px;
    border-radius: 15px;
    border: solid 2px #000000;  
    cursor: pointer;
    transition: 0.2s;
}
.boton-compra:hover {
	background-color:#ffffff;
}
.boton-compra:active {
	background-color:#e1e1e1;
}

/*** Steph - boton ARQ+ CSS con hover ***/
.boton-ARQ {
	background-color:#fff;
    display: inline-block;
    padding: 3px 20px 4px 20px;
    border-radius: 15px;
    border: solid 2px #000;  
    cursor: pointer;
    transition: 0.2s;
}
.boton-ARQ:hover {
	background-color:#3ee5bd;
}
.boton-ARQ:active {
	background-color:#e1e1e1;
}

/*** Steph - boton PDF CSS con hover ***/
.boton-PDF {
	background-color:#0092af;
    display: inline-block;
    padding: 3px 20px 4px 20px;
    border-radius: 15px;
    border: solid 2px #000;  
    cursor: pointer;
    transition: 0.2s;
}
.boton-PDF:hover {
	background-color:#fff;
}
.boton-PDF:active {
	background-color:#e1e1e1;
}

/*** Steph Grilla catalogo libros ***/
.grilla_libros {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin-top: 20px

}
.grilla_libros img {
	width: 100% !important; 
    height: 100% !important;
    object-fit: initial;
   
}
.grilla_libros a {
	position: relative;
    height: 25vw;
    text-decoration: none !important; /* Ensure no underlining */
    color: inherit; /* Maintain the default or inherited color */
}
.grilla_libros small {
	position: absolute;
    top: 0px;
    left: 0px;
    padding: 10px;
    background: rgba(62, 229, 189, 1);
    width: 100%;
    height: 100%;
    color: #000;
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.2s;
    text-align: left;
}
.grilla_libros a:hover > small {
    display: flex !important;
    transition: 0.8s; 
}
@media screen and (max-width:770px){
	.grilla_libros {
    grid-template-columns: 1fr 1fr;
        gap: 10px;
}
.grilla_libros a {
	position: relative;
    height: 62vw;
}
.grilla_libros a:hover > small {
    display: none !important;
}
}


/* Steph: Search bar página catálogo */
/* Search bar container styling */
.search-container {
    margin-bottom: 20px;
}

/* Wrapper for search input and icon */
.search-wrapper {
    display: flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 8px;
    padding: 2px;
    background-color: transparent;
    max-width: 50%;
}

/* Material icon styling */
.search-wrapper .material-icons {
    font-size: 24px;
    margin-right: 10px;
    color: #000;
}

/* Search input field styling */
#search-bar {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 10px;
    background-color: transparent;
}

/* Results list styling */
#search-results {
    list-style: none;
    padding: 1px;
    margin-top: 10px;
}

#search-results li {
    padding: 3px;
    background-color: #f5f5f5;
    margin-bottom: 3px;
    cursor: pointer;
    border-radius: 5px;
}

#search-results li:hover {
    background-color: #3ee5bd;
}


/* Responsive styles */
@media (max-width: 768px) {
    .search-wrapper {
        max-width: 80%; /* Make the search bar wider on tablets */
    }
}

@media (max-width: 480px) {
    .search-wrapper {
        max-width: 100%; /* Full width on mobile screens */
    }
}

/* STEPH. Barra de navegación con menu desplegable */
/* Navigation Bar Styling */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px 10px;
    height: 60px;
    z-index: 100;
    transition: transform 0.5s ease-out; /* Smoother transition */
    
}

/* Hidden class for smooth hiding */
.hidden {
    transform: translateY(-100%);
    transition: transform 0.5s ease-in-out; /* Adjusted transition for hiding */
}

/* Left Section: Align logo and menu next to each other */
.left-section {
    display: flex;
    align-items: center;
}

/* Logo Styling: Align vertically */
.logo {
    display: flex;
    align-items: center;
    margin-right: 30px; /* Space between logo and menu */
    margin-left: 15px; /* Steph -distanciamiento logo del borde*/
    margin-top: 13px; /* Move logo down by 13px */
}

/* Ensure logo is vertically centered */
.logo a {
    display: flex;
    align-items: center;
}

.logo-img {
    height: inherit;
    max-height: 40px;
    width: auto;
    object-fit: contain;
}

/* Navigation Menu Styling */
.nav-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    position: relative;
    margin-right: 20px; /*distancia entre elementos menu*/
margin-left: 10px;
}

/* Make main menu items bold or normal */
.nav-menu > li > a {
    font-weight: normal;
}

/* Main Menu Links Styling */
.nav-menu li a {
    text-decoration: none;
    color: #000;
    padding: 0;
    cursor: pointer;
    margin-left: 15px; /*margen elementos menu*/
}

/* Underline on hover for main menu */
.nav-menu li a:hover {
    text-decoration: underline;
}

/* Close submenu when clicking outside */
body {
    position: relative;
}

/* Right Section: Language and Social Media */
.right-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Language Toggle Styling */
.right-section span a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    margin-right: 10px;
}

/* Underline effect on hover for language toggle */
.right-section span a:hover {
    text-decoration: underline;
}

/* Style for selected language */
.right-section span a.selected {
    text-decoration: underline;
    color: #a5a5a5; /* Grey color for selected language */
}

/* Social Media Icons Styling */
.icon-link {
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    color: #000;
    padding: 1px;
    transition: color 0.3s;
}

.icon-link:hover {
    color: #3ee5bd; /* hover effect for social media */
}

/* Mobile close button styling */
.close-menu {
    display: none;
    font-size: 24px;
    font-weight: 100;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 15px;
    color: #000;
    z-index: 10;
}


/* MOBILE SCREEN ADJUSTMENTS: Insertar acá el backup si no funciona */
/* Show the close button only on mobile screens */
@media screen and (max-width: 919px) {
    .close-menu {
        display: block;
    }

    /* Navigation Bar Styles */
    .navbar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        padding: 15px 15px;
        transition: transform 0.5s ease-out;
    }

    /* Hamburger Menu Icon */
    .hamburger-menu {
        cursor: pointer;
        font-size: 22px;
        color: #000;
        display: block;
    }

    /* Hide the menu by default */
    .nav-menu {
        display: none;
        flex-direction: column;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0px;
        padding-bottom: 10px; /*acá se ajusta la caja del submenu*/
        width: 100%;
        z-index: 100;
    }

    /* Show menu when active */
    .nav-menu.open {
        display: flex;
    }
    
}

/* Hide hamburger menu on desktop screens */
@media screen and (min-width: 920px) {
    .hamburger-menu {
        display: none;
    }
}

/*STEPH: NEWSLETTER*/
/* Newsletter Form Styling */
.newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.newsletter-form label {
    font-weight: bold;
    margin-bottom: 5px;
}

.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 2px solid #000;
    border-radius: 5px;
}

.newsletter-form input[type="email"]:focus,
.newsletter-form input[type="text"]:focus {
    outline: none;
    border-color: #e53d00; /* Highlight color */
}

/* Language Selector */
.language-selector {
    display: flex;
    align-items: center;
    gap: 15px;
}

.language-selector label {
    font-weight: normal;
}

/* Consent Checkbox */
.consent {
    display: flex;
    align-items: center;
    gap: 10px;
}

.consent input {
    transform: scale(1.2);
}

/* Submit Button */
.submit-button {
    background-color: #3ee5bd;
    color: #000;
    padding: 10px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #2bb598;
}

/* Carrusel de noticias página entrada */

.news-carousel {
  width: 100%;
  margin: 0.5em 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Hide radio inputs */
.news-carousel input {
  display: none;
}

/* Slides setup */
.news-carousel .slides {
  position: relative;
  width: 100%;
  height: 300px;
}

.news-carousel .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: left;
  justify-content: left;
  padding: 10px 0px;
  box-sizing: border-box;
  background: transparent;
  z-index: 0;
}

/* Show only the selected slide */
#slide1:checked ~ .slides .s1,
#slide2:checked ~ .slides .s2,
#slide3:checked ~ .slides .s3 {
  opacity: 1;
  z-index: 1;
}

/* Slide content box */
.news-carousel .content {
  background: rgba(255, 255, 255, 0.95);
  max-width: 850px;
  padding: 2em;
  text-align: left;
  border-radius: 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Tag label */
.news-carousel .tag {
  background-color: #3ee5bd;
  padding: 0.2em 0.6em;
  font-size: 1.3rem;
  display: inline-block;
  margin-bottom: 0.5em;
  color: #000;
}

/* Navigation wrapper (arrows + dots) */
.news-carousel .navigation {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2em;
  margin-top: 0em;
  position: relative;
  z-index: 2;
}

/* Arrows (shared) */
.news-carousel .arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  cursor: pointer;
  display: none;
}

/* Show correct left arrows */
#slide1:checked ~ .navigation label.left[for="slide3"],
#slide2:checked ~ .navigation label.left[for="slide1"],
#slide3:checked ~ .navigation label.left[for="slide2"] {
  display: inline-block;
}

/* Show correct right arrows */
#slide1:checked ~ .navigation label.right[for="slide2"],
#slide2:checked ~ .navigation label.right[for="slide3"],
#slide3:checked ~ .navigation label.right[for="slide1"] {
  display: inline-block;
}

/* Dots */
.news-carousel .dots {
  display: flex;
  gap: 0.5em;
}

.news-carousel .dots label {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
}

/* Active dot indicator (based on slide checked) */
#slide1:checked ~ .navigation .dots label[for="slide1"],
#slide2:checked ~ .navigation .dots label[for="slide2"],
#slide3:checked ~ .navigation .dots label[for="slide3"] {
  background: #3ee5bd;
}

/* Carrusel de noticias para celulares */

@media screen and (max-width: 768px) {
  .news-carousel {
    height: auto;
  }

  .news-carousel .slides {
    position: relative;
    height: auto;
  }

  .news-carousel .slide {
    position: relative;
    text-align: center;
    padding: 0em 0em 1em 0em;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: none;
    width: 100%;
  }

  .news-carousel input[type="radio"]:nth-of-type(1):checked ~ .slides .s1,
  .news-carousel input[type="radio"]:nth-of-type(2):checked ~ .slides .s2,
  .news-carousel input[type="radio"]:nth-of-type(3):checked ~ .slides .s3 {
    display: block;
    opacity: 1;
  }

  .news-carousel .content {
    display: inline-block;
    padding: 1em;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 100vw;
    margin: 0 auto;
    text-align: left;
    box-sizing: border-box;
    width: auto;
  }
}





