/* @font-face {
    font-family: 'Sentic';
    src: url(../fonts/Sentic-Display-Medium.otf);
    font-weight: 400;
}
@font-face {
    font-family: 'Sentic';
    src: url(../fonts/Sentic-Display-Medium-Italic.otf);
    font-style: italic;
    font-weight: 400;
} */
@font-face {
    font-family: 'Sentic';
    src: url(../fonts/Sentic-Text.otf);
    font-weight: 400;
}
@font-face {
    font-family: 'Sentic';
    src: url(../fonts/Sentic-Text-Medium.otf);
    font-weight: 500;
}
@font-face {
    font-family: 'Sentic';
    src: url(../fonts/Sentic-Text-Black.otf);
    font-weight: 900;
}
@font-face {
    font-family: 'Sentic2';
    src: url(../fonts/Sentic-Display.otf);
    font-weight: 400;
}
@font-face {
    font-family: 'FFIXSI';
    src: url(../fonts/FFIXSI+Senlot-NorBlaIt.ttf);
    font-weight: 400;
}



@font-face {
    font-family: 'Moderustic';
    src: url(fonts/Moderustic-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'Moderustic';
    src: url(fonts/Moderustic-Medium.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'Moderustic';
    src: url(fonts/Moderustic-SemiBold.otf);
    font-weight: 700;
}
@font-face {
    font-family: 'Poppins';
    src: url(fonts/Poppins-ExtraBoldItalic.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'TheVENUEGebiansItalic';
    src: url(fonts/TheVENUEGebiansItalic.ttf);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

body {
    line-height: 1.3;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

strong,
b {
    font-weight: 600;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.bp-content table td {
    border: 1px solid #CCC;
}


p {
    margin: 15px 0;
}
input[type="text"], input[type="email"], input[type="date"], textarea, select {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    font-family: inherit;
}
textarea {
    height: 100px;
}
* {
    padding: 0;
    margin: 0;
    outline: none;
    list-style: none;
    border: 0 none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Sentic', 'Arial', sans-serif;
    color: #889ac2;
    height: 100%;
    background-color: #F0F4FD;
}

.container {
    max-width: 100%;
    width: 1100px;
    margin: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
header {
    background: #99bae6;
    color: #FFF;
}
.ofp {
    display: flex;
    font-size: 24px;
    align-items: center;
    padding: 20px 0;
    justify-content: center;
    gap: 40px;
    font-style: italic;
    font-weight: bold;
}
.countdown-container {
    display: flex;
    align-items: center;
    gap: 15px;
    font-style: normal;
}
.time-box {
    background: #2e5d9f;
    padding: 7px 7px;
    border-radius: 15px;
    display: inline-block;
    width: 80px;
    text-align: center;
    font-weight: bold;
}
.header-b {
    background: url(../images/sqc-bg.png);
    padding: 30px 0;
}
.nav-container {
    max-width: 100%;
    width: 1200px;
    margin: auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.lvs-menu {
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,0.3);
    padding: 20px 25px;
    border-radius: 13px;
    align-items: center;
}
.lvs-menu img {
    height: 35px;
    display: block;
}

.vidx {
    margin: auto;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
    text-align: center;
    padding: 50px 0;
    width: 700px;
    max-width: 100%;
}
.videoContainer {
    /* justify-content: center; */
    position: relative;
    height: 0;
    padding-bottom: 50%;
}
.videoContainer iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.lvs-hat {
    font-size: 33px;
    margin-top: 25px;
    font-weight: 500;
}
.lvs-hat span {
    font-family: 'FFIXSI', 'sans-serif';
    font-size: 40px;
}

.lvs-bl-2 {
    padding: 70px 0;
}
.lvs-bl-2 .container {
    width: 816px;
    margin: auto;
}
.lvs-sqc {
    background: #ffe9eb;
    color: #e24b4a;
    padding: 30px 80px;
    font-size: 30px;
    border-radius: 10px;
    font-weight: 500;
    line-height: 40px;
}
.lvs-sqc span {
    font-family: 'FFIXSI', 'sans-serif';
    font-size: 41px;
}
.lvs-bl-2 ul {
    margin: 20px 0 0 40px;
}
.lvs-bl-2 li {
    background: #8b9cc0;
    display: inline-block;
    color: #FFF;
    padding: 9px 25px 14px 20px;
    border-radius: 50px;
    margin: 10px 10px;
    font-size: 18px;
    font-weight: 500;
}
.lvs-bl-3 {background: #346496;background: linear-gradient(180deg, rgba(52, 100, 150, 1) 0%, rgba(34, 159, 199, 1) 100%);padding: 90px 0;color: #FFF;text-align: center;}
.lavb {
    font-size: 26px;
    font-weight: 500;
}
.lavb span {
    
text-decoration: line-through;
}
.lavc {
    font-size: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.lavc span {
    font-family: 'FFIXSI', sans-serif;
    font-size: 150px;
    background: #70D1F1;
    background: linear-gradient(180deg, rgba(112, 209, 241, 1) 0%, rgba(186, 207, 244, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold; /* Opcional: para resaltar el efecto */
}
.lavd {
    width: 740px;
    margin: 45px auto;
    max-width: 100%;
}
.lavd img {
    width: 100%;
}
.lave {background: #f0f4fa;color: #748ab8;width: 480px;margin: auto;padding: 11px;border-radius: 50px;font-size: 19px;font-weight: 500;max-width: 100%;}

.lvs-bl-4 {
    padding: 80px 0;
    text-align: center;
}
.lvs-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}
.lvs-bl-5 .lvs-title {
    margin-bottom: 20px;
}
.lvs4-b {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.lvs4-b > div {
    background: #748ab8;
    color: #FFF;
    padding: 30px 20px;
    border-radius: 15px;
    font-size: 14px;
    width: 260px;
}
.lvs4-b .lvbic {
    height: 90px;
    margin: 20px 0;
}
.lvs4-b > div:nth-child(1) .lvbic {
    background: url(../images/ico_ec_1.png) center no-repeat;
    background-size: 100px;
}
.lvs4-b > div:nth-child(2) .lvbic {
    background: url(../images/ico_ec_2.png) center no-repeat;
    background-size: contain;
}
.lvs4-b > div:nth-child(3) .lvbic {
    background: url(../images/ico_ec_3.png) center no-repeat;
    background-size: contain;
}
.lvs4-c {
    background: #67b4dd;
    color: #FFF;
    width: 800px;
    margin: 60px auto 0;
    padding: 12px 30px 15px;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 500;
    max-width: 100%;
}
.lvs4-c span {
    text-decoration: underline;
    font-weight: bold;
}

.lvs-bl-5 {
    background: url(../images/epielp.png) #229fc7;
    color: #FFF;
    padding: 80px 0;
    background-size: cover;
}
.lvs-bgt {
    width: 500px;
    max-width: 100%;
}
.lvs-bl-5-d {
    background: #748ab8;
    padding: 30px 50px;
    border-radius: 20px;
    font-weight: 500;
}
.lvs-bl-6 {
    padding: 80px 0;
    text-align: center;
}

.opiniones {
    padding: 100px 0 150px 0;
}
.opiniones .lvs-title {
    text-align: center;
}
#op-list {
    background: #f9fbff;
    margin: auto;
    padding: 80px 130px;
    border-radius: 20px;
}
#op-list .item {
    display: flex;
    font-size: 15px;
}
#op-list .opl-img {
    width: 300px;
    flex: none;
    background: #e1e5ed;
    border-radius: 10px;
    height: 280px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    font-weight: 500;
    color: #b6c4e0;
}
#op-list .item > div:nth-child(2) {
    padding: 20px 70px 0;
    text-align: center;
    width: 100%;
}
.opl-star {
    background: url(../images/stars-c.png) no-repeat center;
    width: 100%;
    height: 30px;
    margin-bottom: 40px;
    background-size: 170px;
}
.opl-a {
    color: #72b5df;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 500;
}


#backtop, #buttonws {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 80px;
    height: 50px;
    width: 50px;
    border-radius: 20px;
    cursor: pointer;
    display: none;
}
#buttonws {
    background-size: 30px;
    width: 80px;
    height: 80px;
    bottom: 130px;
    display: block;
}

#buttonws a {
    display: block;
    height: 100%;
    background: url(../images/ws.png) center no-repeat #00c749;
    color: #FFF;
    border-radius: 50%;
    background-size: 51px;
}
.sc3 {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    bottom: 140px;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
}
.sc3 .text {
    font-size: 1.15REM;
    color: #0ED8BF;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    animation: circulo 7.5s linear infinite;
    font-weight: 300;
}
.sc3 .text span {
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    display: inline-block;
    top: -90px;
    background: #01cbff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform-origin: 0 90px;
    font-weight: 400;
}
@keyframes circulo {

    0% {
        transform: rotate(-180deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.ismx {
    position: sticky;
    top: 0;
    z-index: 999999;
    background-color: #2f5d9e;
    color: #FFF;
    background: #77BFEB;
    background: linear-gradient(90deg, rgba(119, 191, 235, 1) 0%, rgba(200, 201, 248, 1) 100%);
    /* position: relative; */
    font-family: 'Moderustic';
    box-shadow: 0px 0px 17px rgba(0,0,0,0.5);
}
.ismx::after {
    content: '';
    position: absolute;
    top: 0;
    transform: translateX( calc(-50% + 200px)); /* centra horizontalmente */
    left: 0;
    right: 0;
    width: calc(50% + 200px);
    height: 100%;
    background: #2e5d9f; /* azul oscuro */
    z-index: -1;
    clip-path: polygon(0 0, 80% 0, 90% 50%, 80% 100%, 0 100%);
    margin: auto;
    animation: mover-flecha 7s ease-in-out infinite;
}
@keyframes mover-flecha {
  0% {
    left: -100%;
      opacity: 0;
  }
  10% {
    left: 0%; 
      opacity: 1;
  }
  90% {
    left: 0%;
      opacity: 1;
  }
  100% {
    left: 0%;
    opacity: 0;
  }
}

#op-list.owl-carousel {
    padding-left: 150px;
    padding-right: 150px;
}

#op-list.owl-carousel .owl-nav button.owl-prev,
#op-list.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 25px;
}
#op-list.owl-carousel .owl-nav button.owl-next {
    right: 40px;
    left: initial;
}

#main-footer {
    padding: 50px 0;
    color: #FFF;
    background: #9DBBE7;
    background: linear-gradient(180deg, #9dbbe7 0%, rgba(157, 187, 231, 1) 100%);
    font-size: 14px;
}
#main-footer .container {
     display: flex;   
}
#main-footer .ds {
    margin-left: auto;
    padding-left: 20px;
    text-align: left;
    font-size: 12px;
}

#op-list .owl-dots {
    text-align: center;
    position: relative;
    top: 150px;
}
#op-list .owl-dots button {
    margin: 0 20px;
}
#op-list .owl-dots span {
    background: #c2cee7;
    height: 13px;
    width: 13px;
    display: block;
    border-radius: 50%;
}
#op-list .owl-dots button.active span {
    background: #748ab8;
}


.fade-item {
  opacity: 0;
  transition: none;
}

@keyframes fadeInFromLeft {
  from { opacity: 0; transform: translateX(-150px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInFromRight {
  from { opacity: 0; transform: translateX(150px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInFromTop {
  from { opacity: 0; transform: translateY(-150px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInFromBottom {
  from { opacity: 0; transform: translateY(150px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-left.active   { animation: fadeInFromLeft 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.fade-right.active  { animation: fadeInFromRight 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.fade-top.active    { animation: fadeInFromTop 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.fade-bottom.active { animation: fadeInFromBottom 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

@media (max-width: 1024px) {
    #op-list .opl-img {
        width: 200px;
        height: 200px;
        font-size: 80px;
    }
    #op-list .item > div:nth-child(2) {
        padding-left: 40px;
        padding-right: 40px;
    }
    #op-list.owl-carousel {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media (max-width: 728px) {
    .lvs-menu {
        flex-direction: column;
        gap: 20px;
        font-size: 14px;
    }
    .lvs-sqc {
        font-size: 20px;
        line-height: 30px;
        padding: 30px;
    }
    .lvs-sqc span {
        font-size: 27px;
    }
    .lavc span {
        font-size: 100px;
    }
    #op-list .opl-img {
        width: 100px;
        height: 100px;
        font-size: 30px;
        margin-top: 60px;
    }
    .opl-star {
        margin-bottom: 10px;
        background-size: 130px;
    }
    #op-list .item {
        font-size: 14px;
    }
    #op-list .item > div:nth-child(2) {
        padding-right: 0;
    }
    .vidx {
        padding-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .ofp {
        flex-direction: column;
        gap: 15px;
        font-size: 19px;
        padding: 10px 0;
    }
    .countdown-container {
        gap: 5px;
    }
    .time-box {
        font-size: 16px;
        width: 60px;
    }
    .lvs-hat {
        font-size: 20px;
    }
    .lvs-hat span {
        font-size: 25px;
    }
    .lvs-bl-2 li {
        font-size: 14px;
    }

    .lvs4-b {
        flex-wrap: wrap;
    }
    .lvs4-c {
        font-size: 15px;
    }
    .lvs4-b > div {
        width: 250px;
        flex: none;
    }
    .lvs-title {
        font-size: 30px;
    }
}

@media (max-width: 520px) {
    .lavc span {
        font-size: 70px;
    }
    .lave {
        font-size: 15px;
    }
    #op-list.owl-carousel {
        padding: 30px 70px;
    }
    #op-list.owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    #op-list.owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
    #op-list .item {
        flex-direction: column;
    }
    #op-list .opl-img {
        margin: auto;
    }
    #op-list .item > div:nth-child(2) {
        padding-left: 0;
    }
    #op-list .owl-dots {
        top: 100px;
    }
    #main-footer .container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    #main-footer .ds {
        text-align: center;
    }
}