 @font-face { font-family: 'Metropolis'; src: url('fonts/Metropolis-Regular.eot');src: url('fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Metropolis-Regular.woff2') format('woff2'),url('fonts/Metropolis-Regular.woff') format('woff'),url('fonts/Metropolis-Regular.ttf') format('truetype'),url('fonts/Metropolis-Regular.svg#Metropolis') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'AmsiProNarw'; src: url('fonts/AmsiProNarw-Regular.eot');src: url('fonts/AmsiProNarw-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/AmsiProNarw-Regular.woff2') format('woff2'),url('fonts/AmsiProNarw-Regular.woff') format('woff'),url('fonts/AmsiProNarw-Regular.ttf') format('truetype'),url('fonts/AmsiProNarw-Regular.svg#AmsiProNarw') format('svg'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Arial'; url('fonts/arial.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'PlayfairDisplay-Regular'; url('fonts/PlayfairDisplay-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } @font-face { font-family: 'Bree Light'; src: url('fonts/Bree Light.otf'); font-weight: normal; font-style: normal; font-display: swap; } html, body { margin: 0; padding: 0; width: 100%; height: 100%; } body { content: ' '; font-family: 'Bree Light' !important; font-weight: normal; font-size: 20px; background: #ffffff; color: #ffffff; overflow-x: hidden; z-index: 0; } * { line-height: 0.9; } #seccion { display: block; position: relative; width: 100%; min-height: 105vh; z-index: 50; } .center.fixed { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; background: rgba(0, 0, 0, 0.5); padding: 10% 5%; width: 80%; max-width: 600px; } #seccion.corto { min-height: 70vh; height: 70vh; } #seccion.alto { min-height: 110vh; } #seccion.alto2 { min-height: 120vh; } #seccion.bgnegro { background: #000000; color: #ffffff; } #seccion.bgblanco { background: #ffffff; color: #5b3225; } #seccion.bgcolor1 { background: #d5c7a8; color: #313131; } #seccion.bgcolor2 { background: #5b3225; color: #ffffff; } #seccion.bgcolor3 { background: #ab865c; color: #5b3225; } #seccion.bgcolor4 { background: #f1ece5; color: #313131; } #seccion.sombrainterna { border-top: 0px solid #313131; border-bottom: 0px solid #313131; box-shadow: rgba(0, 0, 0, 0.3) 0 -30px 80px 30px inset, rgba(0, 0, 0, 0.3) 0 30px 80px 30px inset; } #popup { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.85); z-index: 6000; } #popup .contenido { position: absolute; width: 90vw; height: auto !important; max-width: 90vh; max-height: 90vw; top: 50%; left: 50%; transform: translate(-50%, -50%); border: solid 0px #d5c7a8; box-shadow: rgba(0, 0, 0, 0.5) 0 -30px 80px 30px, rgba(0, 0, 0, 0.5) 0 30px 80px 30px; } #popup .contenido video, #popup .contenido img { display: block; margin: 0; max-width: 100%; max-height: 100%; } .botonpopup { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80px; height: 80px; padding: 15px; display: block; border-radius: 100px; box-shadow: rgba(0, 0, 0, 0.55) 0 0px 20px 10px, rgba(0, 0, 0, 0.55) 0 0px 20px 10px; z-index: 100; } .botonpopup.video { background: rgba(0, 0, 0, 0.8) url(imagen/iconos/play_blanco.png) center center / cover no-repeat; } #popup .cerrar { position: absolute; top: 0; right: 0; transform: translate(50%, -50%); width: 34px; height: 34px; border-radius: 100vw; background: rgba(91, 50, 37, 1) url(imagen/iconos/cerrar_blanco.png) center center / 15px no-repeat; z-index: 6010; } .boxinfos { overflow: hidden; overflow-y: auto; } .boxinfos .infotitulo { display: block; padding: 5px 0; margin: 0 0 12px 0; font-size: 35px; border-bottom: solid 0px rgba(49, 49, 49, 0.5); font-family: 'PlayfairDisplay-Regular'; } .boxinfos .contenido { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 2%; } .boxinfos .contenido .texto { display: block; padding-bottom: 20px; line-height: 1.2; } .boxinfos a { display: inline-block; margin: 3px; background: #ffffff; padding: 2px 5px; color: #5b3225; text-decoration: none; } .boxinfos::-webkit-scrollbar { height: 5px; width: 5px; background: #000; } .boxinfos::-webkit-scrollbar-thumb { background: #5b3225; -webkit-border-radius: 0; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); } .boxinfos::-webkit-scrollbar-corner { background: #000; } .infocenter { position: absolute; width: 75%; max-width: 700px; height: 40%; z-index: 100; } .infocenter.top { top: 0; left: 50%; transform: translateX(-50%); } .infocenter.bottom { bottom: 0; left: 50%; transform: translateX(-50%); } .infocenter.left { left: 0; top: 50%; transform: translateY(-50%); } .infocenter.right { right: 0; top: 50%; transform: translateY(-50%); } .infocenter.center { left: 50%; top: 50%; transform: translate(-50%, -50%); } .infocenter.fixed { position: fixed; z-index: -1; } .infocenter .contenido { width: 90%; max-height: 90%; } .infocenter img { max-width: 80%; max-height: 110px; display: block; margin: 0 auto 10px auto; } .infovertical { position: absolute; top: 0; width: 50%; height: 100%; z-index: 100; } .infovertical.left { left: 0; } .infovertical.right { right: 0; } .infovertical.center { left: 50%; transform: translateX(-50%); } .infovertical .contenido { width: 80%; max-height: 84%; } .infovertical img { max-width: 80%; max-height: 110px; display: block; margin: 0 auto 20px auto; } .infohorizontal { display: block; position: absolute; width: 100%; min-height: 30% !important; z-index: 100; } .infohorizontal.full { min-height: 100% !important; } .infohorizontal.bottom { bottom: 0;} .infohorizontal.top { top: 0; } .infohorizontal.center { top: 50%; transform: translateY(-50%); } .infohorizontal.left { width: 50%; } .infohorizontal.centerleft { width: 50%; top: 50%; transform: translateY(-50%); } .infohorizontal.centerright { width: 50%; top: 50%; right: 0; transform: translateY(-50%); } .infohorizontal .contenido { display: block; padding: 0 2%; width: 90%; height: auto; margin: 0 0 0 0; } .infohorizontal img { float: left; max-width: 80%; max-height: 110px; display: inline-block; vertical-align: top; margin: 15px 30px 30px 30px; } .infohorizontal.insignias2 img { display: block; max-width: 80vw; max-height: 80px; margin: 15px auto; float: none; vertical-align: none; } .infocenter.bgnegro, .infovertical.bgnegro, .infohorizontal.bgnegro { background: rgba(0, 0, 0, 0.7); color: #ffffff; } .infocenter.bgblanco, .infovertical.bgblanco, .infohorizontal.bgblanco { background: rgba(255, 255, 255, 0.8); color: #5b3225; } .infocenter.bgcolor1, .infovertical.bgcolor1, .infohorizontal.bgcolor1 { background: rgba(213, 199, 168, 0.8); color: #313131; } .infocenter.bgcolor2, .infovertical.bgcolor2, .infohorizontal.bgcolor2 { background: rgba(91, 50, 37, 0.8); color: #ffffff; } .infocenter.bgcolor3, .infovertical.bgcolor3, .infohorizontal.bgcolor3 { background: rgba(171, 134, 92, 0.8); color: #5b3225; } .infocenter.bgcolor4, .infovertical.bgcolor4, .infohorizontal.bgcolor4 { background: rgba(241, 236, 229, 0.8); color: #313131; } .infocenter.bgnegro.fullcolor, .infovertical.bgnegro.fullcolor, .infohorizontal.bgnegro.fullcolor { background: #000000; color: #ffffff; } .infocenter.bgblanco.fullcolor, .infovertical.bgblanco.fullcolor, .infohorizontal.bgblanco.fullcolor { background: #ffffff; color: #5b3225; } .infocenter.bgcolor1.fullcolor, .infovertical.bgcolor1.fullcolor, .infohorizontal.bgcolor1.fullcolor { background: #d5c7a8; color: #313131; } .infocenter.bgcolor2.fullcolor, .infovertical.bgcolor2.fullcolor, .infohorizontal.bgcolor2.fullcolor { background: #5b3225; color: #ffffff; } .infocenter.bgcolor3.fullcolor, .infovertical.bgcolor3.fullcolor, .infohorizontal.bgcolor3.fullcolor { background: #ab865c; color: #5b3225; } .infocenter.bgcolor4.fullcolor, .infovertical.bgcolor4.fullcolor, .infohorizontal.bgcolor4.fullcolor { background: #f1ece5; color: #313131; } .infocenter.bgnegro-25, .infovertical.bgnegro-25, .infohorizontal.bgnegro-25 { background: rgba(0, 0, 0, 0.25); color: #ffffff; } .infocenter.bgblanco-25, .infovertical.bgblanco-25, .infohorizontal.bgblanco-25 { background: rgba(255, 255, 255, 0.25); color: #5b3225; } .infocenter.bgcolor1-25, .infovertical.bgcolor1-25, .infohorizontal.bgcolor1-25 { background: rgba(213, 199, 168, 0.25); color: #313131; } .infocenter.bgcolor2-25, .infovertical.bgcolor2-25, .infohorizontal.bgcolor2-25 { background: rgba(91, 50, 37, 0.25); color: #ffffff; } .infocenter.bgcolor3-25, .infovertical.bgcolor3-25, .infohorizontal.bgcolor3-25 { background: rgba(171, 134, 92, 0.25); color: #5b3225; } .infocenter.bgcolor4-25, .infovertical.bgcolor4-25, .infohorizontal.bgcolor4-25 { background: rgba(241, 236, 229, 0.25); color: #313131; } .infocenter.bgnegro-50, .infovertical.bgnegro-50, .infohorizontal.bgnegro-50 { background: rgba(0, 0, 0, 0.5); color: #ffffff; } .infocenter.bgblanco-50, .infovertical.bgblanco-50, .infohorizontal.bgblanco-50 { background: rgba(255, 255, 255, 0.5); color: #5b3225; } .infocenter.bgcolor1-50, .infovertical.bgcolor1-50, .infohorizontal.bgcolor1-50 { background: rgba(213, 199, 168, 0.5); color: #313131; } .infocenter.bgcolor2-50, .infovertical.bgcolor2-50, .infohorizontal.bgcolor2-50 { background: rgba(91, 50, 37, 0.5); color: #ffffff; } .infocenter.bgcolor3-50, .infovertical.bgcolor3-50, .infohorizontal.bgcolor3-50 { background: rgba(171, 134, 92, 0.5); color: #5b3225; } .infocenter.bgcolor4-50, .infovertical.bgcolor4-50, .infohorizontal.bgcolor4-50 { background: rgba(241, 236, 229, 0.5); color: #313131; } #footer { position: relative; padding: 15px 0 60px 0; width: 100%; background: #313131; text-align: center; overflow: hidden; color: #ffffff; text-align: center; z-index: 10; } #footer .pie { position: relative; z-index: 10; } #footer img { display: block; max-height: 80px; margin: 0px auto 10px auto; } #footer .boxredes { display: block; text-align: center; margin: 15px auto 5px auto; } #footer .boxredes img { display: inline-block; width: 38px; height: 38px; margin: 0 5px; padding: 0; } #footer a.texto { color: #ffffff; text-decoration: none; display: inline-block; padding: 2px 4px; margin: 0 3px; border-bottom: 1px solid #ffffff; } #footer .cortinafooter { position: absolute; background: rgba(91, 50, 37, 1); width: 100%; height: 100%; bottom: -500px; left: 0; z-index: 0; } #footer .xifra { display: block; margin: 5px auto 0px auto; max-height: 35px; } #footer .cortinafooter.activo { bottom: 0; } #seccion .boxredes { display: flex; width: 88%; max-width: 500px; flex-direction: row; justify-content: space-between; text-align: center; position: absolute; bottom: 115px; padding: 5px 20px; left: 50%; transform: translateX(-50%); z-index: 80; background: rgba(0, 0, 0, 0.5); border-radius: 100vw; } #seccion .boxredes img { width: 40px; height: 40px; background: rgba(0, 0, 0, 0.5); } .imagen_ab { position: absolute; padding: 10px; background: rgba(255, 255, 255, 0); width: 50%; max-width: 300px; z-index: 120; } .imagen_ab.big { position: absolute; padding: 10px; background: rgba(255, 255, 255, 0); width: 70%; max-width: 420px; } .imagen_ab img { width: 100%; } .imagen_ab.left3 { left: 3%; } .imagen_ab.right3 { right: 3%; } .imagen_ab.left5 { left: 5%; } .imagen_ab.right5 { right: 5%; } .imagen_ab.left10 { left: 10%; } .imagen_ab.right10 { right: 10%; } .imagen_ab.left15 { left: 15%; } .imagen_ab.right15 { right: 15%; } .imagen_ab.top3 { top: 3%; } .imagen_ab.bottom3 { bottom: 3%; } .imagen_ab.top5 { top: 5%; } .imagen_ab.bottom5 { bottom: 5%; } .imagen_ab.top10 { top: 10%; } .imagen_ab.bottom10 { bottom: 10%; } .imagen_ab.top15 { top: 15%; } .imagen_ab.bottom15 { bottom: 15%; } .imagen_ab.leftcenter { left: 50%; transform: translateX(-50%); } .imagen_ab.rightcenter { right: 50%; transform: translateX(50%); } .imagen_ab.center { left: 50%; top: 50%; transform: translate(-50%, -50%); } .imagen_ab.top.center { left: 50%; top: 10%; transform: translateX(-50%); } .cortinamenu { position: fixed; display: block; width: 100%; height: 100%; background: #000000; z-index: 4999; } .cortinamenu.top { left: 0; top: -101%; } .cortinamenu.bottom { left: 0; bottom: -101%; } .cortinamenu.left { top: 0; left: -101%; } .cortinamenu.right { top: 0; right: -101%; } .cortinamenu.top.mostrarcortina { top: 0%; } .cortinamenu.bottom.mostrarcortina { bottom: 0%; } .cortinamenu.left.mostrarcortina { left: 0%; } .cortinamenu.right.mostrarcortina { right: 0%; } #menu { } #menu.max .botones { position: fixed; top: 0; left: 0; width: 100%; background-color: rgba(213, 199, 168, 0.98); text-align: right; transition: all 0.6s; z-index: 5000; } #menu.max .botones.top_flotante { } #menu.min .botones { position: fixed; top: 0; right: -5px; height: 100%; background-color: rgba(213, 199, 168, 0.97); width: 29%; padding: 0 1.5%; text-align: left; z-index: 5000; } #menu .botones .boxredes { text-align: center; } #menu.min .botones .boxredes a { margin: 5px; padding: 0; display: inline-block; } #menu.min .posicion { right: -32.1%; } #menu.min .enlaces { margin-top: 20px; } #menu.min .enlaces.animacion { margin-top: -250px; } .grecaptcha-badge { width: 20px !important; } #menu.min .hamburguer { transform: scale(.46); position: absolute; display: block; padding: 10px; left: -87px; top: 0px; background-color: rgba(213, 199, 168, 0.97); cursor: pointer; border: none; } .line { fill: none; stroke: #313131; stroke-width: 10; transition: stroke-dasharray 700ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 700ms cubic-bezier(0.4, 0, 0.2, 1); } .line1 { stroke-linecap: round; stroke-dasharray: 60 207; stroke-width: 10; } .line2 { stroke-linecap: round; stroke-dasharray: 60 60; stroke-width: 10; } .line3 { stroke-linecap: round; stroke-dasharray: 60 207; stroke-width: 10; } .opened .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 10; } .opened .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 10; } .opened .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 10; } #menu .botones a, #menu .botones span { display: block; padding: 10px 25px; color: #313131; text-decoration: none; } #menu.max .botones a, #menu.max .botones span { display: inline-block; } #menu span.activo { cursor: default; color: #ffffff; background-color: rgba(0, 0, 0, 0.5); } .redes { display: inline-block; width: 40px; height: 40px; padding: 3px; border-radius: 100vw; margin: 0 5px; } .redes .blanco { background: rgba(0, 0, 0, 0.7); } .redes .negro { background: rgba(255, 255, 255, 0.7); } #seccion.carrusel { position: absolute; z-index: 70; right: -102%; top: 0; } #seccion.fullcarrusel .bgabsolute .fondo { width: 90vw; height: 80vh; left: 5vw; top: 10vh; border-radius: 12px; border: 5px solid #d5c7a8; } .boxcarrusel { display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 90%; max-width: 600px; z-index: 71; text-align: center; } .boxcarrusel .botoncarrusel { display: inline-block; vertical-align: middle; width: 60px; padding-bottom: 60px; z-index: 70; cursor: pointer; border-radius: 50vw; } .boxcarrusel .botoncarrusel.before { background: rgba(91, 50, 37, 0.8) url(imagen/before.png) center center / 50% no-repeat; } .boxcarrusel .botoncarrusel.next { background: rgba(91, 50, 37, 0.8) url(imagen/next.png) center center / 50% no-repeat; } .boxcarrusel .titulocarrusel { display: inline-block; vertical-align: middle; width: 60%; text-align: center; padding: 10px 5px; color: #ffffff; background: rgba(91, 50, 37, 0.8); z-index: 70; border-radius: 50vw; } .bgabsolute { position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: 60; overflow: hidden; } .bgfixed { position: fixed; height: 100%; width: 100%; top: 0%; left: 0; z-index: 0; } .bgabsolute .fondo, .bgfixed .fondo { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } .loader.water { display: block; position: fixed; z-index: 10000; background: rgba(213, 199, 168, 0.9); top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .loader.water img { position: absolute; top: 15%; left: 50%; transform: translateX(-50%); z-index: 10000; width: 70%; max-width: 300px; } .loader.water:before, .water:after { content:''; position: absolute; width: 150vw; height: 150vw; left: -30vw; bottom: 30%; } .loader.water:after{ border-radius: 40%; background: rgba(255, 255, 255, 0.5); animation:wave 6s linear infinite; width: 150vw; height: 150vw; left: -30vw; bottom: 30%; } .loader.water:before{ border-radius: 35%; background-color: rgba(0, 0, 0, 0.3); border: 2px solid #d5c7a8; animation:wave 5s linear infinite; } @keyframes wave{ 0%{ transform: rotate(0); } 100%{ transform: rotate(360deg); } } @keyframes barWidth { 0% { width: 0%; } 25% { width: 50%; } 50% { width: 100%; } 75% { width: 50%; } 100% { width: 0%; } } @keyframes barWidth2 { 0% { width: 0%; } 50% { width: 50%; } 100% { width: 100%; } } .loader.line { display: block; position: fixed; z-index: 10000; background: rgba(213, 199, 168, 0.9); top: 0; left: 0; width: 100%; height: 100%; } .loader.line img { position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); z-index: 10000; width: 50%; max-width: 220px; } .loader.line .animacion { position: relative; width: 0%; height: 6px; margin: 2% auto; animation: barWidth; animation-duration: 0.8s; animation-iteration-count: infinite; animation-timing-function: linear; } .loader.line .animacion { animation-delay: 0s; background: #5b3225; top: 0; } .loader.max { display: block; position: fixed; z-index: 10000; background: rgba(213, 199, 168, 0.95); top: 0; left: 0; width: 100%; height: 100%; } .loader.max img { position: absolute; top: 10%; left: 50%; transform: translateX(-50%); z-index: 10000; width: 70%; max-width: 320px; } .loader.min { position: relative; display: block; padding: 10px; width: 20px; height: 20px; margin: 3px auto; } .loader.max .animacion { width: 80px; height: 80px; } .loader.min .animacion { width: 100%; height: 100%; } .loader.max .animacion { position: absolute; top: 70%; left: 49%; transform: translate(-50%, -50%); display: inline-block; } .loader.max .animacion.centro { top: 50%; left: 50%; transform: translate(-50%, -50%); } .loader.max .animacion:after { width: 64px; height: 64px; margin: 8px; border: 10px solid #5b3225; border-color: #5b3225 transparent #5b3225 transparent; } .loader.min .animacion:after { width: 14px; height: 14px; margin: 2px; border: 3px solid #5b3225; border-color: #5b3225 transparent #5b3225 transparent; } .animacion:after { content: ''; display: block; border-radius: 100%; animation: animacion .5s linear infinite; } @keyframes animacion { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .scroll-bajar { position: fixed; bottom: 0px; left: 50%; width: 40px; height: 40px; transform: translateX(-50%) scale(0.6); background: rgba(0, 0, 0, 0.6); padding: 30px; z-index: 30; } .chevron { position: absolute; width: 40px; height: 8px; opacity: 0; transform: scale3d(2, 2, 2); animation: move 3s ease-out infinite; } .chevron:first-child { animation: move 3s ease-out 1s infinite; } .chevron:nth-child(2) { animation: move 3s ease-out 2s infinite; } .chevron:before, .chevron:after { content: ' '; position: absolute; top: 0; height: 100%; width: 51%; background: #fff; } .chevron:before { left: 0; transform: skew(0deg, 30deg); } .chevron:after { right: 0; width: 50%; transform: skew(0deg, -30deg); } @keyframes move { 25% { opacity: 1; } 33% { opacity: 1; transform: translateY(30px); } 67% { opacity: 1; transform: translateY(40px); } 100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); } } @keyframes pulse { to { opacity: 1; } } .insignias { position: absolute; z-index: 100; left: -4px; top: 31%; } .insignias img { max-height: 50vh; max-width: 52px; } .insigniasbig { position: fixed; width: 100%; height: 100%; z-index: 2000000 !important; background: rgba(255, 255, 255, 0.88); display: none; } .insigniasbig img { display: block; height: 92vh; margin: 5vh auto; } a, .mostrar, input[type=submit] { cursor: pointer; } .oculto { display: none; } .noscroll { overflow: hidden; } ::-webkit-scrollbar { height: 10px; width: 10px; background: #000; } ::-webkit-scrollbar-thumb { background: #d5c7a8; -webkit-border-radius: 0; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75); } ::-webkit-scrollbar-corner { background: #000; } .max200 { width: 200px; } .max300 { width: 300px; } .max400 { width: 400px; } .max500 { width: 500px; } .max600 { width: 600px; } #seccion.color1 div, #seccion.color1 span, #seccion .boxinfos.color1 { color: #d5c7a8 !important; } #seccion.color2 div, #seccion.color2 span, #seccion .boxinfos.color2 { color: #5b3225 !important; } #seccion.color3 div, #seccion.color3 span, #seccion .boxinfos.color3 { color: #ab865c !important; } #seccion.color4 div, #seccion.color4 span, #seccion .boxinfos.color4 { color: #f1ece5 !important; } #seccion.colorblanco div, #seccion.colorblanco span, #seccion .boxinfos.colorblanco { color: #ffffff !important; } #seccion.colornegro div, #seccion.colornegro span, #seccion .boxinfos.colornegro { color: #000000 !important; } .animar { transition: all 0.7s ease; } .an-opacidad { opacity: 0; } .an-right { opacity: 0; margin-right: -25vw; } .an-right-ab { opacity: 0; transform: translateX(80%); } .an-left-ab { transform: translate3d(-600px, 0, 0); } .an-left { opacity: 0; margin-left: -25vw; } .an-top { opacity: 0; margin-top: -25vh; } .an-bottom { opacity: 0; margin-bottom: -25vh; } .an-grow { opacity: 0; transform: scale(.5); } .an-scale { opacity: 1; transform: scale(1.5); } .an-reservar { background: #925c25; } .an-rotar, .an-rotar180 { opacity: 0; transform: rotate(180deg); } .an-rotar360 { opacity: 0; transform: rotateY(720deg); } .an-rotarx { opacity: 0; transform: rotateX(360deg); } .an-rotarx720 { opacity: 0; transform: rotateX(720deg); } .an-block { display: none; opacity: 0; transition: all 0s ease; } .tituloTop { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 30px; color: #ffffff; z-index: 100; text-align: center; } .tituloTop .luxury { displaY: block; margin-bottom: 15px; font-size: 25px; font-family: 'Bree Light'; } .tituloTop .vive { font-size: 60px; font-family: 'PlayfairDisplay-Regular'; line-height: 1; text-transform: uppercase; } #cotizar { display: block; position: fixed; left: 0; bottom: 0px; background: rgba(255, 255, 255, 0.95); z-index: 4400; font-size: 14px; bottom: 12%; left: 50%; transform: translateX(-50%); padding: 5px 10px; border-radius: 5px; color: #313131; width: 85%; max-width: 750px; transition: all 0.5s ease; } #cotizar.abajo { background: #f1ece5; bottom: 0; width: 100%; padding: 5px 10px; max-width: calc(100% - 20px); border-radius: 0px; box-shadow: rgba(0, 0, 0, 0.2) 0 -10px 28px 15px, rgba(0, 0, 0, 0.2) 0 -30px 20px 0px; } .inputs-home { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr auto; grid-gap: 10px; text-align: center; padding: 5px 10px; } .inputs-home input, .inputs-home select { displaY: block; width: calc(100% - 20px); padding: 10px; border: none; border-radius: 5px; border: 1px solid #d5c7a8; color: #313131; margin-top: 5px; } .inputs-home select { width: 100%; } .inputs-home span { display: block; } .inputs-home .icono_buscar { display: block; width: 20px; height: 20px; padding: 12px; margin-top: -12px; border-radius: 100vw; cursor: pointer; background: #5b3225; } .disabled { cursor: not-allowed !important; opacity: 0.2; } .inputs-home input.bordervacios, .inputs-home select.bordervacios { border: 2px solid red; color: red; } .disabledbox { displaY: block; } .idiomas { display: grid; grid-template-columns: 1fr 1fr; position: absolute; top: 35px; right: 150px; z-index: 100; } .idiomas a { display: block; padding: 0 12px; line-height: 34px; color: #d5c7a8; font-size: 14px; text-align: center; text-decoration: none; background: rgba(0, 0, 0, 0.7); } .idiomas a.activo { background: #d5c7a8; color: #313131; font-size: 17px; } .idiomas a:hover { color: #313131; background: #d5c7a8; } .idiomas a.linkUno { border-right: 1px solid #ffffff; } .flex-amenidades { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; min-height: 100vh; } .amenidades { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; color: #313131; margin: 0% 14% 7% 14%; } .amenidades .titulo-am { font-family: 'PlayfairDisplay-Regular'; font-size: 25px; display: block; margin: 20px 0; } .amenidades .texto-am { font-family: 'Bree Light'; font-size: 15px; line-height: 1.5; } .amenidades .amenidad { display: block; padding: 12px; background: #ffffff; position: relative; } .amenidades .icono-am img { display: block; width: 50px; height: 50px; margin: 10px 0; } .amenidades .fondo-am { position: absolute; top:0; left:0; width:100%; height:100%; z-index: 0; opacity: 0.25; } .amenidades .fondo-am img { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); max-width:80%; max-height:80%; opacity: 0.2; } .tituloamenidades { margin: 1% 5% 2% 14%; font-family: 'PlayfairDisplay-Regular'; font-size: 32px; font-weight: bold; } .titulohabs { display: block; margin-bottom: 20px; font-family: 'PlayfairDisplay-Regular'; font-size: 32px; font-weight: bold; } .boxhabs { display: block; position: relative; width: 90%; max-width: 1100px; margin: 0 auto; } .infohab { position: relative; display: block; width: 100%; padding-bottom: 75%; font-size: 15px; border-radius: 5px; overflow: hidden; } .gridhabs { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; margin: 10px auto; } .infohab.hab1 { padding-bottom: 38%; } .infohab .infotitulo { font-size: 35px; } @media only screen and (max-width: 1000px) { body { font-size: 18px; } #menu.min .botones { width: 35%; padding: 0 2%; } #menu.min .posicion { right: -39.1%; } } @media only screen and (max-width: 850px) { body { font-size: 17px; } #menu.min .botones { width: 42%; padding: 0 2%; } #menu.min .posicion { right: -46.1%; } .amenidades { grid-template-columns: 1fr 1fr; } .tituloTop .luxury { margin-bottom: 15px; font-size: 20px; } .tituloTop { width: 88%; } .tituloTop .vive { font-size: 42px; } .boxinfos .infotitulo { font-size: 28px; } } @media only screen and (max-width: 740px) { body { font-size: 14px; } #menu.min .botones { width: 58%; padding: 0 2%; } #menu.min .posicion { right: -62.1%; } .boxcarrusel .botoncarrusel { width: 50px; padding-bottom: 50px; } #seccion .boxredes { width: 80%; margin: 0; padding: 5px 8px; } #seccion .boxredes img { width: 30px; height: 30px; } .amenidades { grid-template-columns: 1fr; gap: 15px; margin: 0% 7% 10% 7%; } .amenidades .amenidad { padding: 15px; } .amenidades .texto-am { font-size: 12.8px; line-height: 1.2; } .amenidades .titulo-am { font-size: 17px; margin: 10px 0 10px 0; font-weight: bold; } .amenidades .icono-am img { width: 35px; height: 35px; margin: 7px 0; } .tituloamenidades { font-size: 24px; margin-bottom: 10px; margin: 1% 2% 4% 7%; } .tituloTop .vive { font-size: 32px; } .imagen_ab { max-width: 42vw; } .boxinfos .infotitulo { font-size: 22px; } .infovertical.center { width: 88%; } .infovertical.left, .infovertical.right { width: 70%; } #cotizar { padding: 5px 2px; } .inputs-home { grid-template-columns: 1fr 1fr auto; gap: 5px; padding: 5px; align-items: end; } .inputs-home input { padding: 4px 2px; } .inputs-home .pax { display: none; } .inputs-home .icono_buscar { padding: 8px; } .idiomas { grid-template-columns: 1fr; top: 120px; right: 14px; } .infohab, .infohab.hab1 { width: 100%; padding-bottom: 85%; } .gridhabs { grid-template-columns: 1fr; gap: 12px; } .infohab .infotitulo { font-size: 30px; } } } 