* {
    box-sizing: border-box;
}

.text-transform-none {
    text-transform: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #000000;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
}

a:focus,
a:hover,
a:visited {
    text-decoration: none
}

button {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none;
    background: transparent;
    border: none;
}

button:focus {
    outline: none;
}

ul,
li {
    list-style: none;
}

h3 {
    margin: 0.5em 0;
}

.pr-custom-6 {
    padding-right: 4rem !important;
}

.divisor {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    background: #FFE4C6;
}

.ellipsis-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden
}

.container-body {
    padding-bottom: 60px;
}

#section-page-wrapper {
    width: 100%;
}

#section-page-wrapper div[class*="col"]:last-of-type {
    margin-bottom: 24px;
}


/*Creditos*/

#creditos {
    height: calc(100vh - 60px);
    background: #0c0401;
}

#creditos * {
    text-transform: uppercase;
}

#creditos h1 {
    padding: 10px 0px;
}

#creditos h2 {
    font-size: 2.2em;
    margin-bottom: .2em;
    padding: 10px 0px;
    font-weight: 300;
}

#creditos ul,
.creditos span {
    font-size: 1em;
    line-height: 1.2;
    font-weight: 300;
}

#creditos .lista-r div {
    margin-bottom: 2em;
    margin-top: 1.7em;
}

#creditos .lista-r ul {
    padding-left: 10px;
}

#creditos .lista-l ul {
    border-right: 1px solid;
    padding-left: 0;
}

#creditos ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden
}

#creditos li:empty {
    display: inline-block;
    width: 100%;
}


/* Sections */

#section-odisea .no-padding {
    padding-right: 0;
    padding-left: 0;
}

#section-odisea .gif-1 {
    height: calc(100vh - 60px);
    background-image: url("../sections/1-Odisea/gif1.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -80px;
}

#section-odisea h1 {
    font-weight: 300;
    margin-bottom: 2em;
}

#section-odisea h2 {
    font-weight: 300;
    font-size: 3em;
    margin: 1em 0 .5em;
    padding: 0 15px;
}

#section-odisea h3 {
    font-size: 2.7em;
    font-weight: 300;
    margin: 0.5em 0;
}

#section-odisea p {
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.2;
}

#section-odisea p.large {
    font-size: 1.8em;
}

#section-odisea p:first {
    margin-bottom: 1em;
}

#section-odisea div:not(.first-row) p {
    padding: 15px;
}

#section-odisea .first-row p {
    padding: 0 !important;
}

#section-odisea .lista-table {
    padding: 0;
    font-size: 3em;
    font-weight: 300;
}

#section-odisea .lista-table.lista-lg {
    padding-top: 12px;
}

#section-odisea .lista-table li {
    border-top: 2px solid #FFE4C6;
}

#section-odisea .lista-table li:last-child {
    border-bottom: 2px solid #FFE4C6
}

#section-odisea .lista-table span {
    margin-right: .9em;
}

#section-odisea .titulos {
    font-size: 3em;
    font-weight: 200;
    margin: 0.3em 0;
}

#section-odisea .titulos span {
    margin-right: 0.5em;
}

#section-jaguara .first-row {
    height: 90vh;
    margin: 0;
}

#section-jaguara .rounded-full-btn {
    text-align: center;
}

#section-jaguara .rounded-full-btn a {
    font-size: 2em;
    font-weight: 300;
    width: 100%;
    border-radius: 30px;
    border: 1px solid;
    padding: 0 30px;
}

#section-jaguara p {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0;
}

#section-jaguara a:focus,
#section-jaguara a:active {
    background: #ffe4c6;
    outline: none;
    color: #0c0401;
}


/* Footer */

footer {
    line-height: 1.2;
    font-weight: 300;
    width: 100%;
}

footer h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 15px 0;
}

footer p {
    font-size: 1.3em;
    margin-bottom: 0;
}

footer a {
    font-size: 1.3em;
    text-decoration: underline;
}

footer p:last-of-type {
    margin-bottom: 30px;
}


/* Galeria */

#section-galeria h2,
#section-galeria h3,
#section-galeria p {
    color: #000000 !important;
}

#section-galeria p {
    margin: 7px auto 10px auto;
}

#section-galeria a {
    color: #000000;
    text-decoration: underline;
}

.galeria .divisor {
    background: #0c0401 !important;
}


/*Jaguara Video*/

#video-jaguara {
    width: 100%;
    display: none;
}

#video-jaguara.show {
    display: block !important
}


/* Flow Theory*/

#flow-slider .carousel-item {
    height: calc(100vh - 60px);
}

#flow-slider .carousel-item img {
    height: 100%;
}

#flow-slider .carousel-item:first-child img {
    height: auto;
    margin-top: 2em;
}

.carousel-control-next {
    width: 50px;
    height: 60px;
    top: 85%;
    position: absolute;
    left: 80px;
    opacity: 1;
}

.carousel-control-prev {
    width: 50px;
    height: 60px;
    top: 85%;
    position: absolute;
    left: 0px;
    opacity: 1;
}

.carousel-control-prev-icon {
    background-image: url(../sections/4-Flow/arrow.svg) !important;
    transform: rotate(180deg);
    width: 25px;
    height: 25px;
}

.carousel-control-next-icon {
    background-image: url(../sections/4-Flow/arrow.svg) !important;
    width: 25px;
    height: 25px;
}

.flecha-negra {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

#section-flow h1 {
    font-weight: 300;
}

.carousel-item:first-child {
    background-image: none;
    padding: 0px;
}

.carousel-item {
    background-image: url(../sections/4-Flow/background2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
}

.carousel-item.portada {
    position: relative;
}

.carousel-item p,
.carousel-item h3 {
    color: #0c0401;
    line-height: 1.1;
}

.carousel-item p {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.2;
    text-transform: none;
}

#languages-carousel {
    text-align: right;
    text-align: -webkit-right;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 40px;
    margin-bottom: 0;
}

#languages-carousel .elegir-idioma {
    padding-right: 0.5em;
    font-size: 1.8em;
    font-weight: 200;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
}

#languages-carousel .elegir-idioma.activo {
    font-weight: 400;
}

#section-page-wrapper .flex-lg-row-reverse div[class*="col"] {
    margin: 0 !important;
}

.flow-theory nav .elegir-idioma {
    display: none;
}

.carousel-item.portada img {
    max-width: 80%;
}


/* Extra small devices (portrait phones, less than 576px)
   No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .flow-theory .idiomas-flow-theory {
        display: contents !important;
    }
    nav {
        top: 0;
        height: 60px;
    }
    nav .wrapper-nav {
        font-size: 1.3rem;
        padding: 0 20px;
    }
    nav .wrapper-nav #languages {
        justify-content: flex-end;
    }
    nav .wrapper-nav .logo img {
        width: 40%;
    }
    .container-body {
        font-size: 1.3rem;
        padding-bottom: 0;
        padding-top: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .container-body .row {
        margin-left: 0;
        margin-right: 0;
    }
    #home .seccion .bloque {
        margin: 15px;
    }
    #home .seccion:nth-child(2n) .bloque {
        margin-right: 0;
    }
    #home .seccion:nth-child(2n+1) .bloque {
        margin-left: 0;
    }
    #home .seccion a p {
        font-size: 1em;
        padding: 10px 0px;
    }
    #creditos .lista-l ul {
        padding-left: 0px;
    }
    footer {
        font-size: 0.9em;
    }
    #creditos {
        padding: 40px 0;
    }
    #creditos h1 {
        font-weight: 600;
        font-size: 1.5em;
    }
    #creditos p {
        font-size: 1.4em;
        font-weight: 300;
        line-height: 1.2;
    }
    #creditos ul {
        line-height: 1.3;
    }
    .galeria {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .galeria-container {
        padding-left: 80px;
        padding-right: 80px;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    .no-padding {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    #home .bloque .seccion-text {
        position: absolute;
        opacity: 0;
        left: 0;
        top: 50%;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
    #home .bloque .sub-text {
        position: absolute;
        opacity: 0;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }
    #home .seccion .bloque a {
        position: relative;
    }
    #home .bloque .seccion-text {
        font-size: 2em;
        margin-left: 16px;
        margin-right: 1.5em;
    }
    #home .bloque .sub-text {
        font-size: 1em;
        margin-left: 16px;
        margin-right: 1.5em;
    }
    #home .seccion .bloque a:hover img {
        opacity: 0.4;
    }
    #home .seccion .bloque a:hover .seccion-text {
        opacity: 1;
        left: 0;
        top: 45%;
        transform: translate(0%, -50%)
    }
    #home .seccion .bloque a:hover .sub-text {
        opacity: 1;
        left: 0;
        top: 85%;
        transform: translate(0%, -50%)
    }
    #section-page-wrapper div[class*="col"]:last-of-type {
        margin-bottom: 0;
    }
    #section-odisea .first-row {
        margin-left: -95px;
    }
    #section-odisea div:not(.first-row) p {
        padding-left: 0px;
        padding-right: 0px;
    }
    #section-odisea h1 {
        font-size: 5em;
    }
    #section-odisea p {
        font-weight: 200
    }
    #section-odisea .gif-1 {
        background-position: 0;
    }
    #section-odisea .first-row div[class*="col-"]:nth-child(3),
    #section-odisea .first-row div[class*="col-"]:last-child {
        padding-bottom: 50px
    }
    #section-odisea .arrow-up img {
        width: 65px;
        margin-top: 65px;
    }
    #section-odisea #tropicalia-texto-1 {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-gap: 0.7em;
    }
    .galeria div[class*="col"] {
        margin-bottom: 15px;
    }
    .divisor {
        width: 100%;
    }
}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #home .seccion .bloque {
        margin-top: 0;
    }
    #home .seccion:nth-child(2n) .bloque,
    #home .seccion:nth-child(3) .bloque {
        margin-right: 0;
    }
    #home .seccion:nth-child(4) .bloque {
        margin-left: 0;
        margin-right: 15px;
    }
    .container-body {
        padding-left: 80px;
        padding-right: 80px;
    }
    #creditos {
        min-height: 100vh;
        height: auto;
    }
    nav .wrapper-nav .logo img {
        width: 20%;
    }
    .carousel-item.portada img {
        max-width: 50%;
    }
    .galeria .eloisacartonera {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column;
    }
    .galeria .eloisacartonera p {
        margin-left: 0 !important;
    }
    /* .jaguara-video{
        width:80% !important;
    } */
    /*     
    .jaguara-periscope{
        width:80% !important;
    } */
    .flow-theory .container-body {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .flow-theory .container-body footer {
        display: none;
    }
    .flow-theory nav .elegir-idioma {
        display: block;
    }
    #languages-carousel {
        display: none;
    }
    .carousel-control-next {
        left: unset;
        right: 80px;
    }
    .carousel-control-prev {
        left: unset;
        right: 200px;
    }
    .flow-theory .carousel-item:not(.portada) {
        padding: 200px 400px;
    }
    .flow-theory .carousel-item h3 {
        font-size: 4em;
    }
    .flow-theory .carousel-item p {
        font-size: 2em;
    }
    .flow-theory .portada p {
        color: #FFE4C6 !important;
        max-width: 45%;
        margin: 15px auto;
        font-size: 1.6em;
    }
}

@media (min-width:1440px) {
    #home {
        margin-bottom: 24px !important;
    }
    #home .bloque {
        margin: 0 !important;
    }
    #home .bloque .seccion-text {
        font-size: 2.5em;
        margin-left: 16px;
        margin-right: 1.5em;
    }
    #home .bloque .sub-text {
        font-size: 1.1em;
        margin-left: 16px;
        margin-right: 1.5em;
    }
}

@media (max-width:340px) {
    body {
        font-size: 14px;
    }
    #section-jaguara .rounded-full-btn a {
        font-size: 1.8em;
    }
}