/*
	Theme Name: COFFE PULPE
	Theme URL: https://github.com/alejandrolomac/
	Description: Base theme for wordpress
	Version: 1.0.0
	Author: Alejandrolomac
	Author URL: https://twitter.com/alejandrolomac
*/

:root {
  --primary-yellow: #fcb813;
  --primary-black: #000000;
  --primary-black-mid: #363636;
  --primary-white: #ffffff;
  --transparent-white: hsla(79 100% 100% / 0.3);
  --primary-pink: #c30061;
  --primary-coffe: #291b1b;
  --primary-gray: #675b5b;
}

*
{
    font-size: 16px;
    font-weight: normal;
    font-family: Helvetica, sans-serif, Arial;
}


/* Nav Menu */

#main-menu
{
    background: var(--transparent-white);
}

#navbar-toggler-main 
{
    background: var(--primary-black);
    color: var(--primary-yellow);
}

#logo-nav
{
    width: 140px;
    height: auto;
    display: block;
}

#offcanvasNavbar
{
    background-image: 
        url('assets/lapulpe-main-nav-waves1.png'),
        url('assets/Group.png');

    background-repeat: 
        no-repeat,
        no-repeat;

    background-position: 
        right center,
        center center;

    background-size: 
        auto 100%,
        cover;
}

.btn-close
{
    background: var(--primary-pink);
    color: var(--primary-white);
    width: max-content !important;
    height: auto !important;
}

#menu-canva
{
    list-style: none;
    position: relative;
}

#menu-canva a
{
    color: var(--primary-gray);
    font-size: 25px;
    text-decoration: none;
    transition: all linear 0.3s;
    line-height: normal;
    margin-bottom: 20px;
    display: block;
}

#menu-canva a:hover 
{
    color: var(--primary-yellow);
}

#menu-canva a strong
{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: bold;
    line-height: normal;
}

#logo-center-canva
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 30%;
    height: auto;
    transition: all ease-in-out 0.3s;
}

#logo-center-canva:hover
{
    transform: translate(-50%, -50%) rotateZ(-10deg);
}

/* Footer */

#wrap-footer
{
    background: var(--primary-black-mid);
    color: var(--primary-yellow);
    position: relative;
}

#footer-menu
{
    list-style: none;
}

#footer-menu a
{
    color: var(--primary-yellow);
    text-decoration: none;
    transition: all linear 0.3s;
    margin-bottom: 10px;
}

#footer-menu a:hover
{
    color: var(--primary-white);
}

/* RS */
#footer-rs
{
    list-style: none;
    text-align: center;
}

#footer-rs li
{
    display: inline-block;
}

#footer-rs a
{
    background-color: var(--primary-yellow);
    color: var(--primary-black-mid);
    text-decoration: none;
    transition: all linear 0.3s;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
}

#footer-rs i
{
    font-size: 25px;
}

#footer-rs a:hover
{
    background-color: var(--primary-white);
    color: var(--primary-black-mid);
}

#logo-footer
{
    position: absolute;
    width: 120px;
    height: auto;
    left: 50%;
    right: -50%;
    top: -40px;
}

#wrap-footer .copy
{
    color: var(--primary-yellow);
    background-color: var(--primary-black);
}



/* PAGES */

.mision-circle {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 100%;

    background: url("https://lapulpe.hn/wp-content/uploads/2026/03/Ellipse-8.png") no-repeat center center;
    background-size: contain;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
    padding: 12%;
    margin: 0 auto;
    box-sizing: border-box;
}

.mision-circle h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 900;
    color: #2f3440;
    margin: 0 0 15px 0;
    line-height: 1;
    text-transform: uppercase;
}

.mision-circle p {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2f3440;
    line-height: 1.08;
    max-width: 72%;
    margin: 0;
}

/* Slider */

.cinema-slider {
    position: relative;
    overflow: hidden;
}

.cinema-slide {
    min-height: 650px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cinema-overlay {
    min-height: 650px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
}

.cinema-card {
    width: 260px;
    background: #e9e9e9;
    padding: 10px;
    box-sizing: border-box;
}

.cinema-poster {
    width: 100%;
    display: block;
}

.cinema-info {
    padding: 14px 16px 0 16px;
    font-size: 15px;
    color: #111;
}

.cinema-info p {
    margin: 0;
}

.cinema-btn {
    display: block;
    margin-top: 20px;
    background: #e4ab11;
    color: #111;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 20px;
    font-size: 16px;
    transition: 0.3s ease;
}

.cinema-btn:hover {
    background: #c9940f;
    color: #111;
}

.cinema-slider .carousel-control-prev,
.cinema-slider .carousel-control-next {
    width: auto;
    opacity: 1;
    top: 20px;
    bottom: auto;
}

.cinema-slider .carousel-control-prev {
    left: auto;
    right: 140px;
}

.cinema-slider .carousel-control-next {
    right: 80px;
}

.slider-arrow {
    font-size: 50px;
    color: #e4ab11;
    line-height: 1;
    font-weight: 300;
}

@media (max-width: 991px) {
    .cinema-slide,
    .cinema-overlay {
        min-height: 520px;
    }

    .cinema-card {
        width: 250px;
    }

    .cinema-slider .carousel-control-prev {
        right: 90px;
    }

    .cinema-slider .carousel-control-next {
        right: 30px;
    }

    .slider-arrow {
        font-size: 30px;
    }

    .cinema-info {
        display: none;
    }

    .cinema-btn {
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
    }
}

@media (max-width: 575px) {
    .cinema-slide,
    .cinema-overlay {
        min-height: 460px;
    }

    .cinema-card {
        width: 200px;
    }

    .cinema-info {
        display: none;
    }
}

/* List reels */

.reel-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    text-align: center;
    width: 100%;
    padding: 40px 20px;
	height: auto;
	max-height: 600px;
	overflow-y: auto;
}

.reel-link {
    font-size: clamp(2.5rem, 7vw, 6rem);
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;

    color: transparent;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;

    transition: all 0.3s ease;
}

.reel-link:hover {
    color: #fff;
    -webkit-text-stroke: 2px #fff;
    text-stroke: 2px #fff;
}