/*! * Estilos museo virtual FLIP 20200323 * Juan Carlos Arroyo Sosa jcarroyos@gmail.com */ @import url("https://fonts.googleapis.com/css?family=Ibarra+Real+Nova&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,200;0,400;0,600;0,700;0,800;0,900;1,200;1,400;1,600;1,700;1,800&display=swap"); @import url("animate.css"); @import url("base.css"); // paleta de color @blanco: #ffffff; @blanco2: #d1d1d1; @crema: #f2efe6; @morado: #2c2327; @negro: #000000; @azulclaro: #01b5f4; /* hacks wordpress */ .wp-site-blocks { padding-top: 0 !important; padding-bottom: 0 !important; } div#menu-memorias { position: absolute; display: inline-block; width: 100vw; } /* >>> INICIO estilos generales */ body { margin: 0; } h1 { font-family: "Ibarra Real Nova", serif; font-size: 5em; color: #fff; margin: 0px; } .hide { opacity: 0; } /* INICIO >>> hacks estilos base */ .ButtonCta--icon:hover { background: transparent; color: #fff; } .ComponentBg--cover.bgtop { background-position: top; } .ComponentBg.ComponentBg--cover.ComponentBgImg.anim.anim--zoomout.lazyloaded { background-position: center; } .ComponentBgContainer { background-color: @morado; } div[id*="fullpage-interna-lat_"] .ComponentBg.lazyloaded { opacity: 0.7; } .ComponentBg.lazyloaded { opacity: 1; } .TextComponent--center { font-family: "Libre Franklin", sans-serif !important; font-weight: 800 !important; font-size: 16px !important; &.creditos { margin-left: 0px; } } ul.TextComponent--center { font-family: "Ibarra Real Nova", serif !important; list-style: none; line-height: 28px; h3 { font-family: sans-serif; margin-top: 20px; } } .TextComponent--left { padding-right: 15vw; /*font-size: 30px;*/ font-size: 1.87rem; line-height: 48px; left: 0; margin-left: 100px; padding-right: 250px; } .TextComponent--lateral { font-family: sans-serif; font-weight: 800; text-align: center; margin: 20px 20vw; font-size: 19px; line-height: 38px; letter-spacing: 0.3px; /* b{ font-size: 19px; font-weight: normal; }*/ } .TextComponent--audio { text-align: center; font-size: 18px; color: #fff; margin-left: -60px; } .intro { background: @morado !important; } .TextComponent--intro { font-size: 19px; margin: auto 18vw; letter-spacing: 0.3px; } .ComponentBgContainer iframe { height: 100vh; width: 100vw; } .ButtonCta { min-height: 3.125em; display: flex; align-items: center; margin: 10px 0; padding: 5px 20px; background: transparent; text-decoration: none; transition: all 0.3s; cursor: pointer; a { z-index: 1; position: absolute; right: 130px; font-family: "Libre Franklin", sans-serif; font-weight: 800; text-transform: uppercase; font-size: 10px; line-height: 20px; max-width: 13.75em; } } b.primera { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 1.2px; font-size: 14px; } .playervideo p { color: #fff; margin: 100px 25vw; text-align: center; font-size: 19px; } /* hacks estilos base <<< FIN */ #fp-nav ul li a span, .fp-slidesNav ul li a span { background: #fff; } #fp-nav { top: 50%; transform: translateY(-50%); z-index: 4; } #fp-nav ul li, .fp-slidesNav ul li { margin: 8vh 0; } .logo { /* position: relative; bottom: 194px; width: 270px; margin: 0 auto;*/ position: absolute; bottom: 50px; width: 100%; margin: 0 auto; .contentlogo img { text-align: center; display: block; margin: 30px auto; width: 200px; height: auto; } } #home { background-image: url("../img/museo-virtual---home-final-2.jpg"); height: 100vh; width: 100vw; background-size: cover; background-repeat: no-repeat; background-position: center; } .ComponentBg video { min-height: 100%; min-width: 100%; position: absolute; top: 0; bottom: 0; } .section { .playervideo video { height: 40vh; width: auto; } #video_interno_6 video { height: 40vh; width: auto; } .btn { display: inline-block; height: 110px; width: 160px; position: absolute; background-image: url("../img/flecha-derecha.svg"); font-size: 0; background-position: 40px top; background-size: 16px auto; background-repeat: no-repeat; right: 10vw; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; z-index: 4; &:hover { background-position: right top; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; } .ButtonComponent--historia { z-index: 1; font-family: "Libre Franklin", sans-serif; font-weight: 800; text-transform: uppercase; font-size: 12px; line-height: 24px; border-radius: 10px; letter-spacing: 1px; border: transparent; position: absolute; bottom: 0; height: 115px; padding: 40px 0 0 20px; } } div.cover { z-index: 0; position: fixed; top: 0%; //-50%; left: 0%; //-50%; width: 100%; //200%; height: 100%; //200%; animation-play-state: running; img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; min-width: 100%; //50%; min-height: 100%; //50%; overflow-x: hidden; } } .txt { margin-left: 15vw; z-index: 1; position: relative; p.subtitle { font-family: "Libre Franklin", sans-serif; font-size: 3em; color: #fff; margin: 0.2em 0 0 0; } &.intro { position: absolute; top: 30vh; margin-left: 10vw; } } } .bt-center { position: absolute; text-align: center; top: 90vh; z-index: 1; width: 100%; svg { width: 20px; margin-top: 20px; } a { color: #fff; font-family: "Libre Franklin", sans-serif; font-weight: 800; text-transform: uppercase; text-decoration: none; font-size: 12px; text-align: center; display: block; margin: auto; letter-spacing: 0.7px; span { display: block; } } &::after { color: #fff; position: relative; } } /* estilos generales <<< FIN */ /* >>> INICIO hacks para los estilos del plugin fullpage */ .fp-controlArrow { &.fp-prev { left: 10%; display: none; } &.fp-next { right: 10%; } } /* hacks para los estilos del plugin fullpage <<< FIN */ /* INICIO lazzy */ .lazyload, .lazyloading { opacity: 0; } .lazyloaded { opacity: 1; transition: opacity 1000ms; } /* lazzy <<< FIN */ /* >>> INICIO menu tipo push */ .buttonset { position: fixed; } #nav-info { li { list-style: none; margin: 8px 0 0 20px; &.serif a { font-family: "Ibarra Real Nova"; font-size: 1.3em; font-weight: 100; margin-left: -20px; } } .logomenu { width: 160px; margin: 30px 60px; position: fixed; bottom: 0; } .logomenu_txt { font-size: xx-large; font-weight: lighter; margin: 50px 0 20px 58px; text-indent: 0; line-height: 41px; color: @negro; } .subtitle { font-family: "Libre Franklin", sans-serif; font-size: 14px; color: #000000; position: relative; left: 60px; top: -10px; font-weight: 400; } } .pushmenu { background: #f2efe6; font-family: Arial, Helvetics, sans-serif; width: 340px; height: 100%; top: 0; z-index: 100; opacity: 1; position: fixed; a { display: block; color: #000; font-size: 16px; font-weight: bold; text-decoration: none; font-size: 12px; text-indent: 60px; line-height: 28px; } span { line-height: 50%; font-size: 60%; text-indent: 11em; } } .pushmenu h3 { color: black; font-size: 14px; font-weight: bold; padding: 35px 20px; margin: 0; background: #f2efe6; height: 16px; } .pushmenu a:hover { color: #ae8ec2; } .pushmenu a:active { color: #ae8ec2; } .pushmenu-left { left: -340px; } .pushmenu-left.pushmenu-open { left: 0; } .pushmenu-left.pushmenu-close { height: 0; padding-top: 0; left: 340; } .pushmenu-push { overflow-x: hidden; overflow-y: auto; position: relative; left: 0; } .pushmenu-push-toright { left: 340px; } .pushmenu, .pushmenu-push { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } #nav_list { background: url(../img/icono-menu.svg) no-repeat left top; cursor: pointer; height: 27px; width: 33px; text-indent: -99999em; float: left; &.active { background: url(../img/icono-menu-negro.svg) no-repeat left top; } } nav-list.active { background-position: -33px top; } .buttonset { background: transparent; height: auto; padding: 10px; position: absolute; z-index: 101; } #nav_list_close { background: url(../img/icon_nav_black.png) no-repeat left top; cursor: pointer; height: 50px; width: 35px; text-indent: -99999em; float: left; } nav-list_close.active { background-position: -33px top; } nav-list.active { background-position: -33px top; } .titulo-nav { font-family: "Libre Franklin", sans-serif !important; text-align: left; margin-left: 55px; color: #2c2327; margin-top: 60px; text-indent: 0; font-size: xx-large; line-height: 41px; } /* menu tipo push <<< FIN */ /* >>> INICIO PARALLAX */ .introduccion { display: flex; position: absolute; z-index: 1; align-items: center; width: 100vw; height: 100vh; } div#page_Animation { width: 100vw; height: 100vh; display: block; position: relative; display: flex; justify-content: center; flex-flow: column; z-index: 0; &.caqueta { background-image: url("../caqueta/foto/museo-flip-caqueta-intro-01.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; .capa { background-position: bottom; height: 100vh; width: 100vw; position: absolute; z-index: 2; &._1 { background-image: url("../caqueta/foto/museo-flip-caqueta-intro-01.gif"); background-position: center; background-size: cover; background-repeat: no-repeat; } &._2 { background-image: url("../caqueta/foto/museo-flip-caqueta-intro-02.gif"); } &._3 { background-image: url("../caqueta/foto/museo-flip-caqueta-intro-03.gif"); } &._4 { background-image: url("../caqueta/foto/museo-flip-caqueta-intro-04.gif"); } &._5 { background-image: url("../caqueta/foto/museo-flip-caqueta-intro-05.gif"); } } } &.arauca { background-image: url("../arauca/foto/museo-flip-arauca-intro-01.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; .capa { background-position: bottom; height: 100vh; width: 100vw; position: absolute; z-index: 2; &._1 { background-image: url("../arauca/foto/museo-flip-arauca-intro-01.jpg"); background-position: center; background-size: cover; background-repeat: no-repeat; } &._2 { background-image: url("../arauca/foto/museo-flip-arauca-intro-02.jpg"); } &._3 { background-image: url("../arauca/foto/museo-flip-arauca-intro-03.gif"); } &._4 { background-image: url("../arauca/foto/museo-flip-arauca-intro-04.gif"); } &._5 { background-image: url("../arauca/foto/museo-flip-arauca-intro-05.gif"); } } } &.cordoba { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-01.jpg"); background-size: cover; background-repeat: no-repeat; background-position: center; .capa { background-position: bottom; height: 100vh; width: 100vw; position: absolute; z-index: 2; /* &._1 { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-01.gif"); background-position: center; background-size: cover; background-repeat: no-repeat; } &._2 { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-02.gif"); }*/ &._3 { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-03.gif"); } &._4 { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-04.gif"); } &._5 { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-05.gif"); } &._6 { background-image: url("../cordoba/foto/museo-flip-cordoba-intro-06.gif"); bottom: 0; position: absolute; background-position: bottom center; background-size: cover; } } } } .imganimate { display: block; max-width: 100%; height: auto; } /* PARALLAX <<< FIN */ /* >>> INICIO historia lateral */ .pushmenu-push-right { overflow-x: hidden; overflow-y: auto; position: relative; right: 0; } #laterales_arauca { .bg { position: absolute; width: 130px; display: inline-block; height: 100vh; top: 0; background-size: cover; &.lat_2 { background-image: url("../arauca/foto/museo-flip-arauca-02.jpg"); } &.lat_3 { background-image: url("../arauca/foto/museo-flip-arauca-03.jpg"); } &.lat_4 { background-image: url("../arauca/foto/museo-flip-arauca-04.jpg"); } &.lat_5 { background-image: url("../arauca/foto/museo-flip-arauca-05.jpg"); } &.lat_6 { background-image: url("../arauca/foto/museo-flip-arauca-06.jpg"); } &.lat_7 { background-image: url("../arauca/foto/museo-flip-arauca-fondo05.jpg"); } &.lat_8 { background-image: url("../arauca/foto/museo-flip-arauca-08.jpg"); } &.lat_9 { background-image: url("../arauca/foto/museo-flip-arauca-09.jpg"); } } .story { &.profundizacion { background-image: url("../arauca/foto/museo-flip-arauca-02.jpg"); } &.violencia { background-image: url("../arauca/foto/museo-flip-arauca-03.jpg"); } &.efrain { background-image: url("../arauca/foto/museo-flip-arauca-04.jpg"); } &.desplazamiento { background-image: url("../arauca/foto/museo-flip-arauca-05.jpg"); } &.corredor { background-image: url("../arauca/foto/museo-flip-arauca-06.jpg"); } &.lezama { background-image: url("../arauca/foto/museo-flip-arauca-fondo05.jpg"); } } } #laterales_caqueta { .bg { position: absolute; width: 130px; display: inline-block; height: 100vh; top: 0; background-size: cover; &.lat_2 { background-image: url("../caqueta/foto/museo-flip-caqueta-01.jpg"); } &.lat_3 { background-image: url("../caqueta/foto/museo-flip-caqueta-02.jpg"); } &.lat_4 { background-image: url("../caqueta/foto/museo-flip-caqueta-03.gif"); } &.lat_5 { background-image: url("../caqueta/foto/museo-flip-caqueta-04.jpg"); } &.lat_6 { background-image: url("../caqueta/foto/museo-flip-caqueta-05.jpg"); } &.lat_7 { background-image: url("../caqueta/foto/museo-flip-caqueta-fondo07.jpg"); } &.lat_8 { background-image: url("../caqueta/foto/museo-flip-caqueta-07.jpg"); } &.lat_9 { background-image: url("../caqueta/foto/museo-flip-caqueta-08.jpg"); } } .story { /* &.lat_2 { background-image: url('../caqueta/foto/museo-flip-caqueta-01.jpg'); }*/ &.violencia { background-image: url("../caqueta/foto/museo-flip-caqueta-02.jpg"); } &.radio { background-image: url("../caqueta/foto/museo-flip-caqueta-03.gif"); } &.paujil { background-image: url("../caqueta/foto/museo-flip-caqueta-fondo04.jpg"); } &.debate { background-image: url("../caqueta/foto/museo-flip-caqueta-05.jpg"); } &.produccion { background-image: url("../caqueta/foto/museo-flip-caqueta-fondo07.jpg"); } &.telegordo { background-image: url("../caqueta/foto/museo-flip-caqueta-07.jpg"); } } } #laterales_cordoba { .bg { position: absolute; width: 130px; display: inline-block; height: 100vh; top: 0; background-size: cover; &.lat_2 { background-image: url("../cordoba/foto/museo-flip-cordoba-01.jpg"); } &.lat_3 { background-image: url("../cordoba/foto/museo-flip-cordoba-02.jpg"); } &.lat_4 { background-image: url("../cordoba/foto/museo-flip-cordoba-fondo04.jpg"); } &.lat_5 { background-image: url("../cordoba/foto/museo-flip-cordoba-03.jpg"); } &.lat_6 { background-image: url("../cordoba/foto/museo-flip-cordoba-04.jpg"); } &.lat_7 { background-image: url("../cordoba/foto/museo-flip-cordoba-05.jpg"); } &.lat_8 { background-image: url("../cordoba/foto/museo-flip-cordoba-06.jpg"); } } .story { &.profundizacion { background-image: url("../cordoba/foto/museo-flip-cordoba-01.jpg"); } &.folletos { background-image: url("../cordoba/foto/museo-flip-cordoba-02.jpg"); } &.violencia { background-image: url("../cordoba/foto/museo-flip-cordoba-fondo04.jpg"); } &.costeno { background-image: url("../cordoba/foto/museo-flip-cordoba-04.jpg"); } &.lecturas { background-image: url("../cordoba/foto/museo-flip-cordoba-05.jpg"); } &.jorge { background-image: url("../cordoba/foto/museo-flip-cordoba-06.jpg"); } &.monteria { background-image: url("../cordoba/foto/museo-flip-cordoba-03.jpg"); } } } section { &.story { background: @morado; width: 100%; opacity: 1; height: 100%; top: 0; right: -100vw; z-index: 1000; position: fixed; transition-property: position; -webkit-transition: 2s; transition: 2s; background-size: cover; background-repeat: no-repeat; background-position: center; } .titulo { position: absolute; -ms-transform: rotate(-90deg); transform: rotate(-90deg); color: #fff; left: -180px; height: 46px; width: 500px; top: 30%; z-index: 2; h2 { font-size: 13px; font-family: "Libre Franklin", sans-serif; text-transform: uppercase; font-weight: 700; letter-spacing: 1px; } } .cerrar-lateral { width: 10vw; height: 100vh; float: left; margin-left: 0px; z-index: 1; position: fixed; display: block; .boton { background-color: transparent; text-align: center; padding: 10px; background: url("../img/flecha-derecha.svg"); background-size: 20px; height: 40px; background-repeat: no-repeat; background-position: center; border-radius: 10px; margin: 15px; transform: rotate(180deg); -moz-transform: rotate(180deg); -webkit-transform: rotate(180deg); } } .story-right { right: -340px; } &.story-open { right: 0; } .story-push { overflow-x: hidden; overflow-y: auto; position: relative; } .story-push-toright { right: 340px; } .story, .story-push { transition-property: position; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } } /* historia lateral <<< FIN */ /* player de audio */ @import url("../css/plugins/plyr.css"); .plyr { width: 50vw; } .plyr--audio .plyr__controls { background: transparent; } #plList { color: @blanco; margin-top: 30px; } #plList li { list-style: none; line-height: 30px; } .plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded="true"] { background: @blanco; color: @morado; } .plyr--full-ui input[type="range"] { color: @blanco; } #elmuseo { background-color: @morado; font-family: "Ibarra Real Nova"; color: @blanco2; .mapa { background: rgb(222, 236, 245); background: -moz-linear-gradient( 90deg, rgba(222, 236, 245, 1) 0%, rgba(249, 247, 243, 1) 100% ); background: -webkit-linear-gradient( 90deg, rgba(222, 236, 245, 1) 0%, rgba(249, 247, 243, 1) 100% ); background: linear-gradient( 90deg, rgba(222, 236, 245, 1) 0%, rgba(249, 247, 243, 1) 100% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#deecf5",endColorstr="#f9f7f3",GradientType=1); } h1 { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 3px; font-size: 22px; line-height: 1.6em; color: @azulclaro; } h3 { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 14px; line-height: 1.6em; color: @blanco; font-weight: 600; margin: 20px 0; } .destacado { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; font-size: 11px; color: @blanco; font-weight: 600; letter-spacing: 1px; } ul { font-size: 15px; margin-left: 0px; li { list-style: none; } } .creditos { padding: 40px 50px; #overlay { /*background: url('../cordoba/foto/museo-flip-cordoba-introejemplo.jpg') center center;*/ background: rgb(0, 100, 176); background: -moz-linear-gradient( 141deg, rgba(0, 100, 176, 1) 0%, rgba(134, 118, 185, 1) 19%, rgba(248, 169, 174, 1) 37%, rgba(203, 168, 78, 1) 55%, rgba(75, 95, 26, 1) 76% ); background: -webkit-linear-gradient( 141deg, rgba(0, 100, 176, 1) 0%, rgba(134, 118, 185, 1) 19%, rgba(248, 169, 174, 1) 37%, rgba(203, 168, 78, 1) 55%, rgba(75, 95, 26, 1) 76% ); background: linear-gradient( 141deg, rgba(0, 100, 176, 1) 0%, rgba(134, 118, 185, 1) 19%, rgba(248, 169, 174, 1) 37%, rgba(203, 168, 78, 1) 55%, rgba(75, 95, 26, 1) 76% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0064b0",endColorstr="#4b5f1a",GradientType=1); background-size: initial; color: transparent; -webkit-background-clip: text; background-clip: text; padding: 10px 10px 0 0; display: inline; } /* @media (hover: hover) { #overlay { background: url('../cordoba/foto/museo-flip-cordoba-introejemplo.jpg') no-repeat center center; background-clip: text; -webkit-background-clip: text; background-color: black; color: black; text-shadow: none; box-shadow: 0px 0px 10px -5px white, inset 0px 0px 200px -50px white; } }*/ .izq { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1.5px; font-size: 14px; line-height: 1.6em; } .der { margin-top: 30px; font-size: large; } .logos { margin-top: 40px; img { height: 45px; margin: 0 20px 20px 0; } } } .contacto { padding: 60px 10px; h1 { color: @blanco; } .upper { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; letter-spacing: 1px; font-size: 13px; line-height: 1.6em; color: @blanco2; font-weight: 600; margin: 20px 0; } .bloque { margin: 30px 0; p { font-family: "Ibarra Real Nova"; color: @blanco2; font-size: 16px; letter-spacing: 1px; margin: 0; } a, a:active { color: @blanco; text-decoration: none; } a:hover { text-decoration: underline; } } } .expo { //padding: 50px 0; color: lighten(@morado, 10%); h1 { color: @morado; font-weight: 800; } .subtitle { font-weight: 600; top: -14px; position: relative; } .izq { z-index: 1; left: 50px; position: fixed; max-width: 500px; top: 100px; .bloque { font-size: 18px; } } } } .mapa { /* width: 1500px; height: 1643px; z-index: 0; position: absolute; top: 0; left: 0; .ComponentBg{ opacity: 1 !important; } .punto { width: 30px; } .zona{ z-index: 1; &.arauca{ position: absolute; .punto{ background-image: url('../img/boton-mapa-cafe.svg'); background-size: contain; width: 46px; min-height: 46px; background-repeat: no-repeat; -webkit-transition: background 1s; -moz-transition: background 1s; -o-transition: background 1s; transition: background 1s; .titlezona { width: 147px; position: relative; top: -116px; left: 50px; font-size: 14px; opacity: 0; .nombredepartamento{ font-family: 'Libre Franklin', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; font-size: 14px; line-height: 1.6em; color: #2c2327; } .mensaje{ font-family: 'Ibarra Real Nova', serif; font-weight: 400; letter-spacing: 1px; font-size: 22px; line-height: 1.6em; color: #2c2327; } .visitar{ font-family: 'Libre Franklin', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; font-size: 12px; line-height: 1.6em; color: #2c2327; } } } &:hover{ .punto{ .titlezona { opacity: 1; } } } } &.cordoba{ position: absolute; .punto{ background-image: url('../img/boton-mapa-verde.svg'); background-size: contain; width: 46px; min-height: 46px; background-repeat: no-repeat; -webkit-transition: background 1s; -moz-transition: background 1s; -o-transition: background 1s; transition: background 1s; .titlezona { width: 147px; position: relative; top: -116px; left: 50px; font-size: 14px; opacity: 0; .nombredepartamento{ font-family: 'Libre Franklin', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; font-size: 14px; line-height: 1.6em; color: #2c2327; } .mensaje{ font-family: 'Ibarra Real Nova', serif; font-weight: 400; letter-spacing: 1px; font-size: 22px; line-height: 1.6em; color: #2c2327; } .visitar{ font-family: 'Libre Franklin', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; font-size: 12px; line-height: 1.6em; color: #2c2327; } } } &:hover{ .punto{ .titlezona { opacity: 1; } } } } &.caqueta{ position: absolute; .punto{ background-image: url('../img/boton-mapa-azul.svg'); background-size: contain; width: 46px; min-height: 46px; background-repeat: no-repeat; -webkit-transition: background 1s; -moz-transition: background 1s; -o-transition: background 1s; transition: background 1s; .titlezona { width: 147px; position: relative; top: -116px; left: 50px; font-size: 14px; opacity: 0; .nombredepartamento{ font-family: 'Libre Franklin', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 2px; font-size: 14px; line-height: 1.6em; color: #2c2327; } .mensaje{ font-family: 'Ibarra Real Nova', serif; font-weight: 400; letter-spacing: 1px; font-size: 22px; line-height: 1.6em; color: #2c2327; } .visitar{ font-family: 'Libre Franklin', sans-serif; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; font-size: 12px; line-height: 1.6em; color: #2c2327; } } } &:hover{ .punto{ .titlezona { opacity: 1; } } } } } .wrap { min-height: 100%; position: relative; overflow: hidden; width: 100vw; .bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; background: url('../img/exposicion-mapa.jpg') no-repeat left top; background-size: cover; transform: scale(1.1); -webkit-transition: background 1s; -moz-transition: background 1s; -o-transition: background 1s; transition: background 1s; } } */ #punto_cordoba { position: absolute; background: transparent; cursor: pointer; z-index: 2; } #image_cordoba { position: absolute; opacity: 0; z-index: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } #punto_arauca { position: absolute; background: transparent; cursor: pointer; z-index: 2; } #image_arauca { position: absolute; opacity: 0; z-index: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } #punto_caqueta { position: absolute; background: transparent; cursor: pointer; z-index: 2; } #image_caqueta { position: absolute; opacity: 0; z-index: 1; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; transition: all 0.5s ease-out; } #fondomapa { width: 100vw; height: 100vh; background: url("../img/exposicion-mapa_1920x2091.jpg") 50% 50% no-repeat; } } .map { .cordoba_txt { position: absolute; transition: opacity 1s; z-index: 2; left: 40%; top: 10%; opacity: 0; } #punto_cordoba { position: absolute; background: transparent; cursor: pointer; z-index: 2; /* border: 1px dotted red; */ } .arauca_txt { position: absolute; transition: opacity 1s; z-index: 2; left: 64%; top: 20%; opacity: 0; } #punto_arauca { position: absolute; background: transparent; cursor: pointer; z-index: 2; /* border: 1px dotted red; */ } .caqueta_txt { position: absolute; transition: opacity 1s; z-index: 2; left: 50%; top: 53%; opacity: 0; } #punto_caqueta { position: absolute; background: transparent; cursor: pointer; z-index: 2; /* border: 1px dotted red; */ } width: 100vw; height: 100vh; position: absolute; top: 0; left: 0; overflow: hidden; /* border:3px solid fuchsia; */ background: rgb(225, 235, 245); background: -moz-linear-gradient( 141deg, rgba(225, 235, 245, 1) 19%, rgba(249, 246, 241, 1) 76% ); background: -webkit-linear-gradient( 141deg, rgba(225, 235, 245, 1) 19%, rgba(249, 246, 241, 1) 76% ); background: linear-gradient( 141deg, rgba(225, 235, 245, 1) 19%, rgba(249, 246, 241, 1) 76% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1ebf5",endColorstr="#f9f6f1",GradientType=1); .fondo { /* border:3px solid blue; */ } &:hover #follower { display: block; } #base { /* border:3px solid yellow; */ position: absolute; background-image: url("../img/exposicion-mapa_1920x1700.jpg"); background-repeat: no-repeat; height: 100vh; width: 100vw; } } #elmuseo section.buttonset { /* z-index: 99;*/ position: fixed; } .inicio { #fp-nav { display: none; } .section { #home { background-image: unset !important; } .ComponentBg { opacity: 1 !important; background-position: right; /* pasar a generales */ } #overlay { /*background: url('../cordoba/foto/museo-flip-cordoba-introejemplo.jpg') no-repeat center center;*/ background: rgb(0, 100, 176); background: -moz-linear-gradient( 141deg, rgba(0, 100, 176, 1) 0%, rgba(134, 118, 185, 1) 19%, rgba(248, 169, 174, 1) 37%, rgba(203, 168, 78, 1) 55%, rgba(75, 95, 26, 1) 76% ); background: -webkit-linear-gradient( 141deg, rgba(0, 100, 176, 1) 0%, rgba(134, 118, 185, 1) 19%, rgba(248, 169, 174, 1) 37%, rgba(203, 168, 78, 1) 55%, rgba(75, 95, 26, 1) 76% ); background: linear-gradient( 141deg, rgba(0, 100, 176, 1) 0%, rgba(134, 118, 185, 1) 19%, rgba(248, 169, 174, 1) 37%, rgba(203, 168, 78, 1) 55%, rgba(75, 95, 26, 1) 76% ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0064b0",endColorstr="#4b5f1a",GradientType=1); background-size: initial; color: transparent; -webkit-background-clip: text; background-clip: text; position: absolute; width: 100vw; height: 100vh; bottom: 0; top: 5vh; text-align: center; .minusculas { font-family: "Ibarra Real Nova"; color: @blanco2; font-size: 2em; } .mayusculas { font-family: "Libre Franklin", sans-serif; text-transform: uppercase; font-weight: 900; letter-spacing: 1.5px; font-size: 5em; line-height: 1em; } } } } #fullpage-interna-lat_3 { .ComponentBg { opacity: 1; } } .botones { .arauca_btn { background-image: url("../img/arauca_btn.jpg"); width: 100%; height: 240px; background-size: cover; &:hover { background-image: url("../img/arauca_hover.jpg"); } } .cordoba_btn { background-image: url("../img/cordoba_btn.jpg"); width: 100%; height: 240px; background-size: cover; &:hover { background-image: url("../img/cordoba_hover.jpg"); } } .caqueta_btn { background-image: url("../img/caqueta_btn.jpg"); width: 100%; height: 240px; background-size: cover; &:hover { background-image: url("../img/caqueta_hover.jpg"); } } } /*-----INDEX------*/ div#mute { position: ABSOLUTE; bottom: 10px; right: 10px; display: block; z-index: 9999; cursor: pointer; background-position: center; background-size: contain; background-repeat: no-repeat; width: 30px; height: 30px; background-image: url("../img/unmuted.png"); text-align: center; border-radius: 20px; border: 3px transparent @morado; width: 30px; height: 30px; margin: 5px; &:hover { background-color: @azulclaro; } } /* RESPONSIVE */ @import url("css-breakpoint-mixins.less");