@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html {
    height: 100%;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #fff;
    font-weight: 400;
    font-size: 100%;
    color: #333;
    height: 100%;
}

.js body {
    overflow: hidden;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
    left: 0px;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.slideRight {
    left: 280px;
}

.no-js .container {
    padding-left: 280px;
}

.menu-panel {
    background: #777;
    width: 280px;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow: auto;
}

.js .menu-panel {
    position: absolute;
    left: -280px;
}

.menu-panel h3 {
    font-size: 1.8em;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
}

.menu-panel h4 {
    font-size: 1.1em;
    padding: 10px 15px;
    font-weight: 400;
    color: #4b4b4b;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.menu-toc {
    list-style: none;
}

.menu-toc li a {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: 1.5;
    padding: 10px 15px;
    cursor: pointer;
    background: #777;
    font-weight: 300;
    border-bottom: 1px solid #888;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a {
    background: #ee7c00;
}

.menu-panel div {
    margin-top: 20px;
}

.menu-panel div a {
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1;
    padding: 5px 20px;
    display: block;
    border: none;
    color: #bc0b0b;
    letter-spacing: 1px;
    font-weight: 800;
    text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}

.menu-panel div a:hover {
    background: inherit;
    color: #fff;
    text-shadow: none;
}

.bb-custom-wrapper nav {
    top: 20px;
    left: 60px;
    position: absolute;
    z-index: 1000;
}

.bb-custom-wrapper nav span,
.menu-button {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background: #777;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    speak: none;
    font-weight: bold;
    cursor: pointer;
}

.bb-custom-wrapper nav span:hover,
.menu-button:hover {
    background: #EF8008;
}

/*
.bb-custom-wrapper nav span:last-child {
    left: 40px;
}
*/

.bb-custom-wrapper nav span#bb-nav-prev {
    left: 5px;
}

.bb-custom-wrapper nav span#bb-nav-next {
    left: 45px;
}

.bb-custom-wrapper nav span.fa-home {
    left: 85px;
}

.menu-button {
    z-index: 1000;
    left: 20px;
    top: 20px;
    text-indent: -9000px;
}

.menu-button:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 25%;
    box-shadow: 0 -4px #fff, 0 4px #fff;
}

.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
    display: none;
}

.js .content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 5px;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
    padding: 10px 3% 10px 3%;
}

.js .content:before,
.js .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 100;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.js .content:after {
    top: auto;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.content h2 {
    font-weight: 300;
    font-size: 4em;
    padding: 0 0 10px;
    color: #ee7c00;
    margin: 0 1% 40px;
    text-align: left;
    box-shadow: 0 10px 0 rgba(0, 0, 0, 0.02);
    text-shadow: 0 0 2px #fff;
}

.no-js .content h2 {
    padding: 40px 1% 20px;
}

.content p {
    font-size: 1.2em;
    line-height: 1.6;
    font-weight: 300;
    padding: 5px 8%;
    text-align: justify;
}

.content p .orange {
    color: #ee7c00;
}

.content .note {
    height: 100%;
    max-height: 88vh;
    overflow: auto;
}

@media screen and (max-width: 800px) {
    .no-js .menu-panel {
        display: none;
    }

    .no-js .container {
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .menu-panel,
    .content {
        font-size: 75%;
    }
}

/***Personalizacion*/

body {
    background-image: url(../../images/background.png);
    background-attachment: fixed;
    background-size: auto;
    background-repeat: no-repeat;
    background-color: transparent;
}

.info {
    width: 50%;
    position: relative;
    float: left;
    text-align: center;
    padding-top: 15vh;
}

.info .place {
    color: #4b4b4b;
    font-weight: bold;
    font-size: 3.5em;
    text-transform: uppercase;
}

.info .number {
    color: #EE7C00;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 5em;
}

.info .date {
    color: #EE7C00;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
    float: none;
}

.info .socialMedia {
    padding-top: 3%;
    width: 70%;
    margin: 0 15%;
}

.info .socialMedia a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.info .socialMedia a:hover {
    color: #4B4B4B;
}

.cover {
    text-align: center;
    overflow: hidden;
    height: 85vh;
    width: 50%;
    position: relative;
    float: right;
    text-align: center;
}

.cover img {
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.6);
    max-height: 96%;
    margin: 2%;
    max-width: 95%;
}

.note {
    width: 50%;
    position: relative;
    float: left;
}

.note h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

.note h3 {
    font-size: 1em;
    margin-bottom: 5px;
}

.note h4 {
    font-size: 1.1em;
    margin-bottom: 5px;
    color: #aaa;
    font-style: italic;
    padding: 0px 40px;
}

.note p {
    font-size: 0.9em;
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
    text-align: left;
}

.note p.columns {
    font-size: 0.9em;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
    -moz-column-gap: 25px; /* Firefox */
    column-gap: 25px;
    text-align: left;
}

.gallery {
    width: 48%;
    position: relative;
    float: right;
    height: 75vh;
    text-align: center;
    padding: 1%;
    display: block;
}

.gallery .prev,
.gallery .next {
    position: absolute;
    top: 50%;
    width: auto;
    font-size: 1.5em;
    z-index: 3000;
    cursor: pointer;
    color: #FFF;
    background-color: #777;
    font-weight: 300;
    padding: 5px 10px;
}

.gallery .prev:hover,
.gallery .next:hover {
    color: #EF8008;
}

.gallery .prev {
    left: 0%;
    border-radius: 7px 0px 0px 7px;
}

.gallery .next {
    right: 0%;
    border-radius: 0px 7px 7px 0px;
}

.gallery .image img {
    max-height: 75vh;
    max-width: 90%;
    height: auto;
    width: auto;
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.6);
}

.gallery .image {
    display: none;
}

.gallery .image:first-child {
    display: block;
}

.gallery .image .mediaText {
    font-size: 0.8em;
    font-weight: 300;
    padding-top: 5px;
}

.share {
    position: fixed;
    z-index: 3000;
    bottom: 0px;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    background-color: #777;
    border-radius: 7px 7px 0px 0px;
}

.share a {
    position: relative;
    float: left;
    display: block;
    width: 40px;
    font-size: 1em;
    text-align: center;
    padding: 5px 0px;
    color: #FFF;
}

.share a:hover {
    color: #EF8008;
}

.note.mobile {
    display: none;
}

.publicity {
    height: 85vh;
    text-align: center;
}

.publicity img {
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.6);
    height: 100%;
}

.publicity .data {
    float: left;
    position: relative;
    display: none;
}

.publicity h2,
.publicity h3 {
    float: left;
    position: relative;
    display: block;
    clear: both;
}

.shopping {

}

.shopping .main {
    float: left;
    position: relative;
    display: block;
    width: 75%;
    height: 100vh;
}

.shopping .main h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.shopping .main .image {
    float: left;
    position: relative;
    display: block;
    width: 65%;
    height: 75vh;
    text-align: center;
}

.shopping .main h3 {
    padding: 30px 8%;
}

.shopping .main p {
    text-align: left !important;
}

.shopping .main .image img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.shopping .main .text {
    float: left;
    position: relative;
    display: block;
    width: 35%;
    height: 75vh;
    background-color: #EFEFEF;
}

.shopping .images {
    float: left;
    position: relative;
    display: block;
    width: 25%;
    height: auto;
}

.shopping .images .item {
    float: left;
    position: relative;
    display: block;
    width: calc(50% - 6px);
    overflow: hidden;
    height: 140px;
    cursor: pointer;
    background-position: top center;
    background-size: cover;
    border: 3px solid #EFEFEF;
}

.shopping .images .item:hover {
    border: 3px solid #CCC;
}

.shopping .images .item img {
    display: none;
}

.shopping .images .item .title {
    display: none;
}

.shopping .images .item .data {
    display: none;
}

.selfie {
}

.selfie h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.selfie .selfies {
    width: 100%;
    margin: 0% auto !important;
    max-width: 1000px;
}

.selfie .image {
    position: relative;
    border-radius: 110px;
    background-position: center;
    background-size: cover;
    display: block;
    float: left;
    border: 2px solid #EFEFEF;
    margin-bottom: 50px;
}

.selfie .image .footer {
    margin-top: 180px;
    background-color: #FFF;
    width: 180px;
    margin-left: 5px;
    border: 2px solid #EFEFEF;
    font-size: 13px;
    padding: 5px;
}

.selfie .image img {
    display: none;
}

.selfie .image5 {
    width: 240px;
    height: 240px;
    border-radius: 120px;
}

.selfie .image5 .footer {
    margin-top: 210px;
    width: 220px;
    margin-left: 10px;
}

.selfie .image.position0 {
    margin-left: 10px;
}

.selfie .image.position1 {
    margin-left: calc(80% - 300px);
}

.selfie .image.position2 {
    margin-left: calc(50% - 120px);
    clear: both;
    margin-top: -130px;
}

.selfie .image.position3 {
    margin-left: 10px;
    clear: left;
    margin-top: -30px;
}

.selfie .image.position4 {
    margin-left: calc(80% - 300px);
    margin-top: -30px;
}

.note h4 .orange {
    color: #ee7c00;
}

@media screen and (max-width: 800px) {
    .shopping .images .item {
        height: 100px;
    }

    .shopping .main .text p {
        font-size: 12px;
    }
}

@media screen and (max-width: 640px) {
    .cover {
        width: 100%;
        float: left !important;
        clear: left;
    }

    .info {
        width: 100%;
        float: right !important;
        clear: right;
        padding-top: 0vh;
    }

    .note {
        width: 100%;
        float: left !important;
        clear: left;
    }

    .note h2 {
        font-size: 3em;
        margin-bottom: 20px;
    }

    .note h3 {
        font-size: 2em;
        margin-bottom: 5px;
    }

    .note p {
        font-size: 1.5em;

    }

    .note h4 {
        font-size: 1.8em;
        padding: 0px;
    }

    .note .computer {
        display: none;
    }

    .note p.columns {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;

        -webkit-column-gap: 25px; /* Chrome, Safari, Opera */
        -moz-column-gap: 25px; /* Firefox */
        column-gap: 25px;
        text-align: left;
        font-size: 1.5em;
    }

    .gallery {
        width: 98%;
        height: auto !important;
    }

    .gallery .image img {
        max-height: 100%;
        max-width: 100%;
    }

    .note.mobile {
        display: block;
    }

    .share a {
        font-size: 1.3em;
    }

    .bb-custom-wrapper nav span {
        font-size: 1.3em;
    }

    .publicity img {
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .shopping .main {
        width: 100%;
        height: auto;
    }

    .shopping .images {
        width: 100%;
        height: auto;
    }

    .shopping .images .item {
        width: 25%;
    }

    .selfie .image.position0,
    .selfie .image.position1,
    .selfie .image.position2,
    .selfie .image.position3,
    .selfie .image.position4 {
        margin-top: 10px;
        margin-left: 20px;
        clear: none;
    }

    .selfie .image5 {
        width: 260px;
        height: 260px;
        border-radius: 130px;
        display: block;
        clear: none;
    }

    .selfie .image5 .footer {
        margin-top: 240px;
        width: 240px;
        margin-left: 10px;
    }

    .note h4 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .shopping .main .image {
        width: 100%;
        height: auto;
    }

    .shopping .main .text {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .shopping .main {
        margin-bottom: 10px;
    }

    .selfie .image5 {
        width: 320px;
        height: 320px;
        border-radius: 150px;
        display: block;
        clear: none;
    }

    .selfie .image5 .footer {
        margin-top: 280px;
        width: 300px;
        margin-left: 10px;
    }
}