html {
    --dark-green: #52131e;
    --green: #7d6e2a;
    --light-green: #1c43ae;
    --red: #CF172E;
    --blue: #1E2F56;
    --brown: #282828;
    --light-brown: #7e683f;

    --blacky: #212529;

    background: #fff;

    accent-color: var(--blue);

    --bs-border-width: 0 !important;
}

::-moz-selection {
    background: var(--blue);
    color: #fff;
}

::selection {
    background: var(--blue);
    color: #fff;
}

input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

input {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance;
}

th {
    font-weight: normal;
}

.input-group .input-group-append {
    z-index: 10;
}

.bi {
    vertical-align: -0.125em;
}

.btn-vivapublicidad {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--red);
}

.text-red {
    color: var(--red);
}

.text-blue {
    color: var(--blue);
}

body {
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
}

b,
strong {
    font-weight: bold;
}

/* #hero-banner {
    background: url(/wp-content/themes/vivapublicidad/assets/img/home-hero.avif) no-repeat;
    background-size: cover;
    background-position: center;
} */

#hero-video {
    background: rgb(66, 2, 79);
    background: linear-gradient(
                    316.5deg, 
                    rgba(66, 2, 79, 1) 0%,
                    rgba(110, 0, 89, 1) 51%, 
                    rgba(154, 1, 116, 1) 51%, 
                    rgba(75, 17, 114, 1) 100%
                );
}

.loop-video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
    pointer-events: auto;
}

#who_and_why {
    background: url(/wp-content/themes/vivapublicidad/assets/img/fondo-iconos.avif) no-repeat;
    background-size: cover;
    background-position: center;
}

#links {
    background: rgb(255, 43, 194);
    background: linear-gradient(0deg, #ff2bc2 0%, #f69965 100%);
}

.squared-pattern {
    background: url(/wp-content/themes/vivapublicidad/assets/img/pattern.avif) no-repeat;
}

.customize-support #main-nav {
    margin-top: 32px;
}

.glass {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
}

.drop-shadow {
    filter: drop-shadow(1rem 1rem 0.75rem rgba(0, 0, 0, 0.5));
}

#offcanvasMenu {
    height: fit-content;
    right: 13%;
}

.offcanvas.offcanvas-end {
    transform: translatex(120%) translateY(10px);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
    transform: translateY(10px);
}

.screen-reader-text {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.nav-item.active {
    --bs-nav-pills-link-active-bg: var(--bs-danger-bg-subtle);
    background: var(--bs-nav-pills-link-active-bg);
    border-radius: 10px;
    box-shadow: inset 0 0 0 0.5px #caa5a5a8;
}

.fw-800 {
    font-weight: 800;
}

.fs-3_5rem {
    font-size: 3.5rem;
}

.text-balanced {
    text-wrap: balance;
}

.bg-img-as-before::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;
}

#main-menu {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-family: rubik;
}

#placements {
    min-height: 85lvh;
    --bs-danger-rgb: 190, 0, 0;
}

#placementTabContainer .active {
    --bs-nav-pills-link-active-bg: var(--bs-danger-bg-subtle);
    --bs-text-opacity: 1;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.navbar-nav li i {
    font-size: 18px;
}

#wrapper-footer-full {
    background-image:
        linear-gradient(145deg, #0b0080 0%, #0000 50%, #9e00b6 100%),
        radial-gradient(#fff1 4px, transparent 4px),
        radial-gradient(#fff1 4px, transparent 4px),
        linear-gradient(145deg, #0b0080 0%, #2d009b 50%, #9e00b6 100%);
    background-size:
        cover,
        40px 40px,
        40px 40px,
        cover;
    background-position:
        center,
        0 0,
        20px 20px,
        center;
    background-color: blue;
}

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px;

    min-height: 100px;
    max-height: 150px;
}



.parallax>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}

.parallax>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}

.parallax>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .waves {
        height: 80px;
        min-height: 80px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

#page .contenido a {
    color: var(--blacky);
}

.parallax-content {
    z-index: 1;
}

.table-icon {
    align-content: center;
}

.page-link {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--light-green);
}

.page-link,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50%;
}

.active>.page-link {
    background-color: var(--dark-green);
}

#page .page-item:not(.active) .page-link:hover {
    background-color: var(--green);
    color: #fff;
}

.bg {
    background-color: rgb(var(--dark-color));
    background-image:
        radial-gradient(circle, rgba(var(--ligth-color), 0.5) 25%, rgba(var(--dark-color), 0.9) 100%),
        url('data:image/svg+xml,<svg width="50" height="70.262" viewBox="0 0 13.229 18.59" xmlns="http://www.w3.org/2000/svg"><path style="fill:white;fill-opacity:0.15" d="M56.62 127.53c-.234.918-.535 1.78-.923 2.555-1.89 3.778-5.55 6.086-5.69 11.47 1.884 0 1.978 2.2 1.36 3.545-.397.867 1.203 1.636 2.275.29 1.373-1.725 2.002-3.859 2.235-6.134.015-1.101.057-2.161.103-3.144 0-.173-.01-.345-.014-.518-.027-.717.318-1.007.654-.95.337-.057.681.233.656.95q-.013.26-.017.518c.046.983.09 2.043.104 3.144.234 2.275.864 4.41 2.237 6.133 1.072 1.347 2.67.578 2.272-.289-.616-1.346-.521-3.546 1.363-3.546-.141-5.383-3.8-7.69-5.69-11.47a13 13 0 0 1-.925-2.555z" transform="translate(-50.006 -127.53)"/></svg>');
}

.bg-red {
    background-color: var(--red);
}

.table {
    --bs-table-bg: #f5f5f5;
    border-bottom: 4px solid #d4d4d4;
}

.table>thead {
    border-bottom: 2px solid #d4d4d4;
}

.bg-blue {
    background-color: var(--blue);
    --bs-table-bg: var(--blue);
    --bs-table-color: #fff;
    --bs-table-hover-color: #fff;
}

.bg-brown {
    --bs-table-bg: var(--light-brown);
    --bs-table-color: #fff;
}

.bg-white {
    --ligth-color: 225, 225, 225;
    --dark-color: 180, 180, 180;
}

.text-dark-blue {
    --dark-color: 26, 18, 98;
    color: rgb(var(--dark-color));
}

.bs-border-box {
    box-sizing: border-box;
}

.text-emp {
    --dark-color: 26, 18, 98;
    background-color: rgb(var(--dark-color));
}

#contacto {
    background: rgb(150,1,200);
    background: linear-gradient(0deg, rgba(150,1,200,1) 0%, rgba(227,26,178,1) 40%, rgba(255,125,128,1) 100%);
}

.privacy-page {
    background:
        radial-gradient(circle at top left, rgba(30, 47, 86, 0.08), transparent 32%),
        linear-gradient(180deg, #f8f7f3 0%, #ffffff 42%);
}

.privacy-hero {
    padding-top: 6rem;
}

.privacy-kicker {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--red);
}

.privacy-content {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(30, 47, 86, 0.08);
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 1rem 2.5rem rgba(33, 37, 41, 0.06);
}

.privacy-content h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.35rem;
    color: var(--blue);
}

.privacy-content h2:first-of-type {
    margin-top: 0;
}

.privacy-content p,
.privacy-content li {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--blacky);
}

.privacy-content ul {
    padding-left: 1.2rem;
    margin-bottom: 1.25rem;
}

.privacy-content a,
.footer-policy-link {
    color: var(--red);
    font-weight: 700;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.18em;
}

.footer-policy-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.95rem;
}
