| Server IP : 74.208.250.37 / Your IP : 216.73.216.233 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ubuntu 6.8.0-124-generic #124-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 13:00:45 UTC 2026 x86_64 User : miferval ( 1000) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/aprendizajeodisea/app/views_elite/ |
Upload File : |
@charset "UTF-8";
/*
Theme Name: THEME_NAME
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Nett
Author URI: http://nett.mx/
Description: THEME_DESCRIPTION
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: TAG_1, TAG_2, etc
Text Domain: twentythirteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html,
button,
input,
select,
textarea {
color: #222; }
html {
font-size: 1em;
line-height: 1.4; }
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/
::-moz-selection {
background: #b3d4fc;
text-shadow: none; }
::selection {
background: #b3d4fc;
text-shadow: none; }
/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0; }
/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio,
canvas,
img,
video {
vertical-align: middle; }
/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0; }
/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical; }
/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
/* ==========================================================================
Author's custom styles
========================================================================== */
/* --------------------------------- SASS -------------------------------- */
/* @mixin degradado_blanco($opacidad) {
color: rgba(255,255,255, $opacidad);
} */
/* ----------------------------- TIPOGRAFÍAS ------------------------------ */
#menu-colapsable a, .btn-solido, .contenedor-icono-hero p, .btn-pagina-registro, .btn-speaker-bio {
font-family: "proxima-nova",Helvetica, Arial, sans-serif;
font-weight: 800;
font-style: normal; }
.encabezado-hero, .btn-interno, .inversion-descripcion span, .titulo-seccion-odisea,
.texto-footer, .imagen-logo p, .contacto-footer, .horario-fila, .titulo-agenda, .info-header,
.derechos-autor a {
font-family: "proxima-nova",Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: normal; }
.info-inversion, .inversion-descripcion, .informacion-footer, .persona-fila, .descripcion-speaker,
.texto-objetivo, .derechos-autor {
font-family: "proxima-nova",Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: normal; }
.titulo-objetivo {
font-family: "acta-display",sans-serif;
font-weight: 900;
font-style: italic; }
.inversion-costo, .evento-fila, .sede-odisea .parrafo-general {
font-family: "acta-display",sans-serif;
font-weight: 700;
font-style: normal; }
.info-hero, .info-acerca p, .descripcon-seccion-speakers, .nombre-speaker, .parrafo-general {
font-family: "acta-display",sans-serif;
font-weight: 400;
font-style: normal; }
/* ------------------------------- GENERAL ------------------------------- */
p {
margin: 30px 0px; }
p:first-child {
margin-top: 0px; }
p:last-child {
margin-bottom: 0px; }
a, a:hover, a:focus, a:active {
text-decoration: none; }
button {
background: transparent;
border: none; }
a {
-o-transition: 0.5s;
-moz-transition: 0.5s;
-webkit-transition: 0.5s;
transition: 0.5s; }
button:focus, input:focus {
outline: none; }
/* Imágenes
Prevenir que las imágenes sean mayores al contenedor
NOTA: CAMBIAR CLASE DEL CONTENEDOR; */
.page-content img {
max-width: 100%;
height: auto; }
/* Evitar que links largos rompan los contenedores
NOTA: Ser lo más específico que se pueda; */
.link_salto a {
word-break: break-word;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto; }
.CLASE-FORMULARIO .form-control {
-webkit-appearance: none; }
.hero-odisea {
position: relative;
width: 100%;
height: auto;
min-height: 500px;
background-color: #ccc;
background-position: center;
background-attachment: none;
background-repeat: no-repeat;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-image: url("images/fondo-hero-odisea.jpg"); }
.overlay-oscuro {
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(0, 0, 0, 0.4); }
.overlay-negro {
width: 100%;
height: 100%;
position: absolute;
background-color: rgba(0, 0, 0, 0.5); }
.titulo-seccion-odisea {
font-size: 36px;
line-height: 43px;
letter-spacing: 0px;
text-transform: uppercase; }
/* ------------------------- MÁRGENES Y PADDINGS ------------------------- */
/* ----------------------------- 404 ------------------------------ */
.mensaje-error {
color: #fff;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
margin: auto;
right: 0;
left: 0; }
.mensaje-error .btn-pagina-registro {
margin-top: 30px;
border-color: #47B8E0; }
.mensaje-error .btn-pagina-registro:hover, .mensaje-error .btn-pagina-registro:focus, .mensaje-error .btn-pagina-registro:active {
color: #fff;
background-color: #47B8E0; }
/* ------------------------- MENU ------------------------- */
.menu-odisea {
position: absolute;
width: 100%;
z-index: 20;
color: #fff;
background-color: rgba(0, 0, 0, 0.8); }
.menu-odisea .container-fluid {
padding: 30px 15px 23px;
max-width: 1280px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.odisea-logo {
margin-left: 15px;
float: left;
width: 166px;
height: 50px;
display: inline-block;
background-image: url("images/logo-odisea.png");
background-repeat: no-repeat;
background-position: center;
-o-background-size: contain;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain; }
.info-header {
float: left;
margin-left: 20px;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 20px;
font-size: 12px;
line-height: 14px;
letter-spacing: 1px;
text-transform: uppercase;
border-left: 1px solid rgba(255, 255, 255, 0.2); }
.btn-mostrar-menu {
margin: 5px 15px 0 0; }
.btn-mostrar-menu .icon-bar {
margin-bottom: 2px;
width: 30px;
height: 3px;
background-color: #fff; }
#menu-colapsable {
border-top: 0px;
box-shadow: none; }
#menu-colapsable a {
padding: 15px 14px;
color: #fff;
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
border: 2px solid transparent;
border-radius: 2px; }
#menu-colapsable a:hover, #menu-colapsable a:focus, #menu-colapsable a:active {
color: #47B8E0;
background-color: transparent; }
#menu-colapsable ul {
padding: 0 15px; }
#menu-colapsable .btn-menu-registro {
margin-left: 0px;
border: 2px solid #fff; }
#menu-colapsable .btn-menu-registro:hover, #menu-colapsable .btn-menu-registro:focus, #menu-colapsable .btn-menu-registro:active {
color: #fff;
background-color: #FF7473;
border-color: #FF7473; }
/* ----------------------------- HERO ------------------------------ */
.hero-desripcion {
margin-top: 130px;
color: #fff;
text-align: center; }
.encabezado-hero {
font-size: 20px;
line-height: 23px;
letter-spacing: 1px;
text-transform: uppercase;
text-transform: none; }
.encabezado-hero:after {
content: '';
margin: 0 auto;
margin-top: 22px;
width: 100px;
height: 4px;
border-radius: 100px;
background-color: #fff;
display: block; }
.info-hero {
font-size: 26px;
line-height: 32px;
letter-spacing: 0px; }
.btn-solido {
padding: 17px 30px 15px;
margin-right: 15px;
display: inline-block;
color: #fff;
font-size: 16px;
line-height: 19px;
border-radius: 3px;
background-color: #FF7473;
text-transform: uppercase; }
.btn-solido:hover, .btn-solido:focus, .btn-solido:active {
color: #fff;
background-color: #ff5b5a; }
.btn-interno {
padding: 15px 5px;
padding-bottom: 12px;
margin-top: 20px;
margin-bottom: 30px;
display: inline-block;
font-size: 16px;
line-height: 19px;
color: #fff;
text-transform: uppercase;
border-bottom: 2px solid #fff; }
.btn-interno:hover, .btn-interno:focus, .btn-interno:active {
color: #FF7473;
border-bottom: 2px solid #FF7473; }
.detalle-encuentro {
padding: 70px 0;
background-color: #0F2443; }
@-webkit-keyframes bounce_circle {
0% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
border: 4px solid rgba(255, 255, 255, 0.3); }
25% {
opacity: 1;
-webkit-transform: scale(1.3);
transform: scale(1.3);
border: 4px solid rgba(255, 255, 255, 0); }
50% {
opacity: 0;
border: 4px solid rgba(255, 255, 255, 0); }
75% {
opacity: 0; }
100% {
opacity: 0; } }
@keyframes bounce_circle {
0% {
opacity: 0;
-webkit-transform: scale(1);
transform: scale(1);
border: 4px solid rgba(255, 255, 255, 0.3); }
25% {
opacity: 1;
-webkit-transform: scale(1.3);
transform: scale(1.3);
border: 4px solid rgba(255, 255, 255, 0); }
50% {
opacity: 0;
border: 4px solid rgba(255, 255, 255, 0); }
75% {
opacity: 0; }
100% {
opacity: 0; } }
.hero-footer {
color: #fff;
background-color: #0F2443; }
.hero-footer a {
color: #fff; }
.hero-footer a .icono-hero {
position: relative; }
.hero-footer a .icono-hero:after {
content: '';
width: 120px;
opacity: 0;
height: 120px;
border-radius: 50%;
display: inline-block;
border: 4px solid rgba(255, 255, 255, 0.2);
-webkit-animation: bounce_circle infinite ease 5s;
animation: bounce_circle infinite ease 5s; }
.hero-footer p {
margin: 15px 0 0 0; }
.contenedor-icono-hero {
margin-bottom: 30px; }
.contenedor-icono-hero p {
font-size: 14px;
line-height: 17px;
letter-spacing: 0px;
text-transform: uppercase; }
.icono-hero {
width: 120px;
height: 120px;
background-position: center;
background-repeat: no-repeat;
-o-background-size: contain;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
text-align: center;
margin: auto;
right: 0;
left: 0; }
/* ----------------------------- ACERCA DE ------------------------------ */
.acerca-odisea {
padding: 60px 0;
width: 100%;
height: auto;
position: relative;
background-image: url("images/fondo.jpg");
background-position: center;
background-repeat: no-repeat;
background-attachment: none;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover; }
.overlay-blanco {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: #CDD7D6;
opacity: 0.94; }
.info-acerca {
/* @include centrar_vertical_hijo(50%);
@include centrar_horizontal_absolute; */ }
.info-acerca h1 {
margin-top: 0;
margin-bottom: 30px; }
.parrafo-general {
margin: 0;
font-size: 20px;
line-height: 32px; }
.que-es {
margin-bottom: 67px; }
/* ----------------------------- OBJETIVOS ------------------------------ */
.objetivos-odisea {
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(225, 235, 241, 0.4); }
.titulo-objetivo {
margin-bottom: 10px;
font-size: 30px;
line-height: 38px;
letter-spacing: 0px;
text-transform: uppercase;
text-transform: none; }
.texto-objetivo {
margin-bottom: 20px;
font-size: 14px;
line-height: 18px;
letter-spacing: auto;
text-transform: uppercase;
text-transform: none; }
/* ----------------------------- SPEAKERS ------------------------------ */
.speakers-odisea .titulo-seccion-odisea {
margin-top: 30px; }
.descripcon-seccion-speakers {
margin-top: 0;
font-size: 21px;
line-height: 32px; }
.contenedor-general-speakers {
margin-top: 30px;
position: relative;
border-top: 1px solid #E7E7E7; }
.contenedor-general-speakers:after {
content: '';
clear: both;
display: block; }
.contenedor-speaker {
padding: 3%;
width: 50%;
height: 385px;
float: left;
border-right: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7; }
.contenedor-img-speaker {
overflow: hidden;
width: 150px;
height: 150px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
text-align: center;
margin: auto;
right: 0;
left: 0; }
.imagen-speaker {
width: 100%;
height: 100%;
background-position: 50% 10px;
background-repeat: no-repeat;
-o-background-size: contain;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
text-align: center;
margin: auto;
right: 0;
left: 0;
-webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
/* @include transicion_zoom_imagen(.3s);*/
/* &:hover {
transform-rotate:(0.2deg);
@include imagen_post_zoom(1.25);
} */
/* a {
display: inline-block;
width: 100%;
height: 100%;
} */ }
.nombre-speaker {
margin-top: 20px;
font-size: 21px;
line-height: 32px; }
.descripcion-speaker {
margin-bottom: 15px;
font-size: 14px;
line-height: 18px; }
.btn-speaker-bio {
padding: 12px 31px;
display: inline-block;
border-radius: 3px;
border: 1px solid #47B8E0;
color: #47B8E0;
font-size: 12px;
line-height: 14px;
letter-spacing: 2px;
text-transform: uppercase; }
.btn-speaker-bio:hover, .btn-speaker-bio:focus, .btn-speaker-bio:active {
color: #fff;
background-color: #47B8E0; }
/* ----------------------------- AGENDA ------------------------------ */
.agenda-odisea {
padding: 80px 0;
width: 100%;
height: auto;
color: #fff;
background-image: url("images/fondo_agenda.jpg");
background-position: center;
background-repeat: no-repeat;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover; }
.titulo-agenda {
margin-top: 0;
font-size: 36px;
line-height: 43px;
letter-spacing: 0;
text-transform: uppercase; }
.agenda-columna {
padding-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
text-align: left; }
.agenda-columna:nth-of-type(1) {
border-top: 1px solid rgba(255, 255, 255, 0.2); }
.agenda-columna:last-child {
border: 0px; }
.columna-interna {
padding: 15px 0 0 0; }
.horario-fila {
width: 100%;
display: block;
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.evento-fila {
margin-right: 15px;
display: inline-block;
font-size: 22px;
line-height: 26px;
width: 100%; }
.evento-fila span {
font-size: 17px;
display: block; }
.persona-fila {
opacity: .5;
display: inline-block;
font-size: 13px;
line-height: 16px;
letter-spacing: 0px;
text-transform: uppercase; }
/* ----------------------------- INVERSIÓN ------------------------------ */
.inversion-odisea {
padding-top: 90px;
padding-bottom: 60px;
background-color: #FA6F5C; }
.inversion-odisea .titulo-seccion-odisea {
margin: 0; }
.info-inversion {
margin-top: 0;
font-size: 14px;
line-height: 16px;
letter-spacing: 1px;
opacity: .5; }
.bloque-inversion {
margin-bottom: 30px; }
.inversion-costo {
margin-bottom: 13px;
font-size: 30px;
line-height: 32px;
letter-spacing: -1px;
text-transform: uppercase; }
.inversion-descripcion {
margin-top: 0;
font-size: 14px;
line-height: 18px;
opacity: .7; }
.inversion-descripcion span {
text-transform: uppercase; }
.btn-pagina-registro {
padding: 17px 30px 15px;
margin-top: 50px;
display: inline-block;
color: #fff;
border-radius: 3px;
border: 1px solid #fff;
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.btn-pagina-registro:hover {
color: #FA6F5C;
background-color: #fff; }
/* ----------------------------- SEDE ------------------------------ */
.sede-odisea {
height: calc(100vh - 1px);
min-height: 700px;
position: relative;
color: #fff;
background-color: #5D90CB;
background-image: url("images/hero-sede.jpg");
background-repeat: no-repeat;
background-position: center;
-o-background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
background-size: cover;
background-position: 50% 0; }
.sede-odisea .parrafo-general {
font-size: 20px;
line-height: 24px;
letter-spacing: auto;
text-transform: uppercase;
text-transform: none; }
.overlay-azul {
position: absolute;
top: 0px;
left: 0;
width: 100%;
height: 100%;
background: #5D90CB;
opacity: 0.35; }
.sede-info-contenedor {
text-align: center;
margin: auto;
right: 0;
left: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
/* ----------------------------- PREGUNTAS ------------------------------ */
.preguntas-odisea {
height: 400px;
position: relative;
background-color: rgba(46, 196, 182, 0.2);
text-align: center; }
.preguntas-odisea .btn-pagina-registro {
color: #5A5A5A;
margin-top: 19px;
border-color: #4a90e2;
font-size: 14px; }
.preguntas-odisea .btn-pagina-registro:hover, .preguntas-odisea .btn-pagina-registro:focus, .preguntas-odisea .btn-pagina-registro:active {
border-color: #fff; }
.contenedor-preguntas-info {
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
margin: auto;
right: 0;
left: 0; }
.link_preguntas {
color: #2EC4B6; }
/* ----------------------------- MODAL ------------------------------ */
.fancybox-close {
top: 15px;
right: 15px;
width: 30px;
height: 30px;
background-image: url("images/icono-cerrar.svg");
background-repeat: no-repeat;
-o-background-size: contain;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain; }
.fancybox-skin {
padding: 0 !important;
background-color: #fff;
box-shadow: none !important; }
.fancybox-outer {
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
.fancybox-overlay {
background-color: rgba(255, 255, 255, 0.95); }
#fancybox-loading {
margin-top: 0;
margin-left: 0; }
#fancybox-loading div {
position: absolute;
margin: auto;
left: 0;
top: 0;
bottom: 0;
right: 0;
border-radius: 100%;
width: 15px;
height: 15px;
box-shadow: 15px 15px #47B8E0, -15px 15px #dfdfdf, -15px -15px #47B8E0, 15px -15px #dfdfdf;
-webkit-animation: spin ease infinite 4s; }
@-webkit-keyframes spin {
0%, 100% {
box-shadow: 15px 15px #47B8E0, -15px 15px #dfdfdf, -15px -15px #47B8E0, 15px -15px #dfdfdf; }
25% {
box-shadow: -15px 15px #dfdfdf, -15px -15px #47B8E0, 15px -15px #dfdfdf, 15px 15px #47B8E0; }
50% {
box-shadow: -15px -15px #47B8E0, 15px -15px #dfdfdf, 15px 15px #47B8E0, -15px 15px #dfdfdf; }
75% {
box-shadow: 15px -15px #dfdfdf, 15px 15px #47B8E0, -15px 15px #dfdfdf, -15px -15px #47B8E0; } }
.modal-speaker {
padding: 15px 15px;
position: relative; }
.modal-speaker img {
max-width: 100%; }
.modal-speaker .descripcion-speaker {
margin: 0; }
.modal-speaker .contenedor-img-speaker {
margin-right: 0px;
margin-bottom: 30px;
display: inline-block;
float: left; }
.modal-preguntas .info-speaker {
width: 100%;
margin-left: 0px; }
.modal-speaker:after {
content: '';
clear: both;
display: block; }
.info-speaker {
width: 100%;
float: left;
display: inline-block; }
.info-speaker .nombre-speaker {
margin-top: 0;
margin-bottom: 20px;
font-size: 32px; }
.info-speaker .descripcion-speaker .contacto-footer {
font-size: 14px;
line-height: 22px; }
.info-speaker .contacto-footer a {
text-transform: none; }
/* ----------------------------- FOOTER ------------------------------ */
footer {
padding: 54px 0 50px;
background-color: rgba(216, 216, 216, 0.44); }
.texto-footer {
margin-bottom: 27px;
font-size: 16px;
line-height: 19px;
letter-spacing: 2px;
text-transform: uppercase; }
.contenedor-logos {
margin-bottom: 56px; }
.contenedor-logos a:hover .logo-footer, .contenedor-logos a:focus .logo-footer, .contenedor-logos a:active .logo-footer {
background-color: rgba(51, 51, 51, 0.1); }
.contenedor-logos:after {
content: '';
clear: both;
display: block; }
.logo-footer {
width: 50%;
height: 20vw;
float: left;
position: relative;
border-right: 1px solid #E7E7E7;
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
-o-transition: 0.6s;
-moz-transition: 0.6s;
-webkit-transition: 0.6s;
transition: 0.6s; }
.imagen-grande {
width: 50%; }
.imagen-grande .imagen-logo {
-o-background-size: auto 75px;
-moz-background-size: auto 75px;
-webkit-background-size: auto 75px;
background-size: auto 75px; }
.imagen-grande:last-child {
width: 100%; }
.imagen-logo {
background-repeat: no-repeat;
background-position: center;
-o-background-size: contain;
-moz-background-size: contain;
-webkit-background-size: contain;
background-size: contain;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-align: center;
margin: auto;
right: 0;
left: 0; }
.imagen-logo p {
color: #333;
opacity: .4;
font-size: 10px;
line-height: 12px;
letter-spacing: 2px;
text-transform: uppercase; }
.informacion-footer, .contacto-footer {
font-size: 12px;
line-height: 28px;
letter-spacing: 1px;
text-transform: uppercase; }
.informacion-footer a, .contacto-footer a {
color: #333;
text-transform: lowercase; }
.informacion-footer a:hover, .informacion-footer a:focus, .informacion-footer a:active, .contacto-footer a:hover, .contacto-footer a:focus, .contacto-footer a:active {
color: #47B8E0; }
.derechos-autor {
margin-top: 40px;
font-size: 12px;
letter-spacing: 1px;
text-transform: uppercase; }
.derechos-autor a {
color: #333; }
.derechos-autor a:hover, .derechos-autor a:focus {
opacity: 0.5; }
/* .contacto-footer {
@include formato_titulo(12px,28px,1px);
} */
/* ----------------------------- BREAKPOINTS ------------------------------ */
@media (max-width: 447px) {
.titulo-seccion-odisea {
font-size: 26px;
line-height: 33px;
letter-spacing: 0px;
text-transform: uppercase; }
.btn-solido {
margin-right: 0; }
.speakers-odisea .titulo-seccion-odisea {
margin-top: 30px; }
.contenedor-general-speakers {
margin-top: 30px; }
.contenedor-speaker {
padding: 10%;
width: 100%;
height: 385px;
border-right: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7; }
/* .acerca-odisea {
height: auto;
min-height: 600px;
} */
.info-acerca h1 {
margin-top: 0;
margin-bottom: 15px; }
.parrafo-general {
margin: 0;
font-size: 15px;
line-height: 27px; }
.que-es {
margin-bottom: 30px; }
.logo-footer {
width: 100%;
height: 25vw; }
.imagen-grande {
width: 100%; }
.imagen-grande .imagen-logo {
-o-background-size: auto 75px;
-moz-background-size: auto 75px;
-webkit-background-size: auto 75px;
background-size: auto 75px; }
.agenda-columna {
text-align: center; } }
@media (min-width: 448px) and (max-width: 640px) {
/* .acerca-odisea {
//height: auto;
min-height: 800px;
} */
.agenda-columna {
text-align: left; }
.columna-interna {
padding: 15px 0; }
.horario-fila {
width: 90px;
display: block;
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.evento-fila {
padding: 0px 0;
margin-right: 30px;
display: block;
font-size: 22px;
line-height: 26px;
width: 400px; }
.persona-fila {
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; } }
@media (min-width: 768px) {
.parallax .hero-odisea, .parallax .acerca-odisea,
.parallax .sede-odisea {
background-attachment: fixed; }
.fancybox-close {
top: 30px;
right: 30px; }
.hero-odisea {
height: auto;
min-height: 700px; }
.menu-odisea {
background-color: transparent; }
.odisea-logo {
margin-left: 0;
width: 166px;
height: 50px; }
#menu-colapsable a {
padding: 15px 14px;
color: #fff;
font-size: 12px;
line-height: 14px; }
#menu-colapsable ul {
padding: 0 0px; }
#menu-colapsable .btn-menu-registro {
margin-left: 14px; }
.hero-desripcion {
margin-top: 200px;
text-align: left; }
.encabezado-hero {
font-size: 22px;
line-height: 26px;
letter-spacing: 2px;
text-transform: uppercase;
text-transform: none; }
.encabezado-hero:after {
margin: 0;
margin-top: 20px; }
.info-hero {
font-size: 36px;
line-height: 42px;
letter-spacing: -1px; }
.btn-solido {
margin-right: 30px; }
.btn-interno {
margin-top: 0;
margin-bottom: 0px; }
.hero-footer {
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s; }
.hero-footer a {
display: inline-block; }
.hero-footer a .icono-hero {
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s; }
.hero-footer a:hover .icono-hero {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1); }
.contenedor-icono-hero {
margin-bottom: 0px; }
/* .acerca-odisea {
height: 100vh;
min-height: 780px;
} */
.titulo-objetivo {
font-size: 40px;
line-height: 48px;
letter-spacing: 0px;
text-transform: uppercase;
text-transform: none; }
.objetivos-odisea {
padding-top: 108px;
padding-bottom: 117px; }
.texto-objetivo {
margin-bottom: 0; }
.speakers-odisea .titulo-seccion-odisea {
margin-top: 78px; }
.contenedor-general-speakers {
margin-top: 78px; }
.contenedor-speaker {
padding: 3%;
width: 33.33%;
height: 430px;
border-right: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7; }
.contenedor-speaker:nth-of-type(3n) {
border-right: 0px; }
.agenda-columna {
text-align: left; }
.agenda-columna:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.2); }
.horario-fila {
margin-right: 65px;
width: 90px;
display: inline-block;
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.evento-fila {
padding: 10px 0;
margin-right: 30px;
display: inline-block;
font-size: 20px;
line-height: 26px;
width: 330px; }
.evento-fila span {
font-size: 17px; }
.persona-fila {
text-align: right;
font-size: 12px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.bloque-inversion {
margin-bottom: 0px; }
.info-inversion {
line-height: 18px; }
.sede-odisea .parrafo-general {
font-size: 30px;
line-height: 34px;
letter-spacing: auto;
text-transform: uppercase;
text-transform: none; }
.preguntas-odisea .btn-pagina-registro {
font-size: 16px; }
.modal-speaker {
padding: 90px 40px; }
.modal-speaker .contenedor-img-speaker {
margin-bottom: 0;
margin-right: 40px; }
.info-speaker {
width: 60%; }
.info-speaker .nombre-speaker {
font-size: 40px; }
.modal-preguntas .info-speaker {
width: 70%;
margin-left: 120px; }
.contenedor-logos {
margin-bottom: 56px;
border-top: 1px solid #E7E7E7;
border-bottom: 1px solid #E7E7E7;
/* a {
&:hover, &:focus, &:active {
background-color: rgba(51,51,51, .4);
}
} */ }
.imagen-grande {
width: 25%; }
.imagen-grande .imagen-logo {
-o-background-size: auto 75px;
-moz-background-size: auto 75px;
-webkit-background-size: auto 75px;
background-size: auto 75px; }
.imagen-grande:last-child {
width: 100%; }
.logo-footer {
width: 25%;
height: 10vw;
float: left;
border-right: 1px solid #E7E7E7;
border-bottom: 0px; } }
@media (min-width: 992px) {
.hero-odisea {
height: 100vh;
min-height: 800px; }
.hero-desripcion {
margin-top: 150px; }
.info-hero {
font-size: 30px;
line-height: 36px;
letter-spacing: 0px; }
.encabezado-hero {
font-size: 20px;
line-height: 24px; }
.contenedor-speaker {
height: 385px; }
.agenda-columna:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.2); }
.horario-fila {
margin-right: 65px;
width: 90px;
display: inline-block;
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.evento-fila {
padding: 10px 0;
margin-right: 50px;
display: inline-block;
font-size: 30px;
line-height: 36px;
width: 470px; }
.evento-fila span {
font-size: 22px; }
.persona-fila {
font-size: 16px;
line-height: 19px;
letter-spacing: 0px;
text-transform: uppercase; }
.imagen-grande {
width: 25%; }
.imagen-grande:last-child {
width: 100%; } }
@media (min-width: 1200px) {
.hero-odisea .contenedor-centrado {
left: 0;
right: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.hero-odisea .hero-desripcion {
margin-top: 0; }
.hero-desripcion {
margin-top: 200px; }
.info-hero {
font-size: 36px;
line-height: 42px;
letter-spacing: 0px; }
.encabezado-hero {
font-size: 20px;
line-height: 24px; }
.imagen-grande, .imagen-grande:last-child {
width: 20%; } }
/* ------------------------------- RETINA -------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.AGREGAR_CLASES {
-o-background-size: contain !important;
-moz-background-size: contain !important;
-webkit-background-size: contain !important;
background-size: contain !important; } }
/* ------------------------------- WP CORE -------------------------------- */
.alignnone {
margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto; }
.alignright {
float: right;
margin: 5px 0 20px 20px; }
.alignleft {
float: left;
margin: 5px 20px 20px 0; }
a img.alignright {
float: right;
margin: 5px 0 20px 20px; }
a img.alignnone {
margin: 5px 20px 20px 0; }
a img.alignleft {
float: left;
margin: 5px 20px 20px 0; }
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
/* Image does not overflow the content area */
padding: 5px 3px 10px;
text-align: center; }
.wp-caption.alignnone {
margin: 5px 20px 20px 0; }
.wp-caption.alignleft {
margin: 5px 20px 20px 0; }
.wp-caption.alignright {
margin: 5px 0 20px 20px; }
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto; }
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px; }
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px; }
.ir:before {
content: "";
display: block;
width: 0;
height: 150%; }
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden; }
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden; }
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */ }
.clearfix:after {
clear: both; }
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
.clearfix {
*zoom: 1; }
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */ }
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
/*
* Don't show links for images, or javascript/internal links
*/
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""; }
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid; }
thead {
display: table-header-group;
/* h5bp.com/t */ }
tr,
img {
page-break-inside: avoid; }
img {
max-width: 100% !important; }
@page {
margin: 0.5cm; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }