/* Fondo base del body */
#bodyIndex{
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  background: #000; /* fallback por si no carga el video */
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden; /* quita la barra de scroll */
}

#fmrInicioSesion {
  position: fixed;          /* 🔒 fijo en la pantalla */
  top: 50%;                 /* centrado vertical */
  left: 50%;                /* centrado horizontal */
  transform: translate(-50%, -50%);
  width: 340px;             /* ancho fijo */
  background-color: #03011D;   /* Fondo oscuro */
  box-shadow: 0px 2px 8px rgba(0,0,0,0.6);
  padding: 30px;
  border-radius: 12px;
  z-index: 100;             /* por encima de video y partículas */
  text-align: center;
  color: #fff;              /* texto blanco */
}

#fmrInicioSesion h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

#fmrInicioSesion .form-control {
  padding: 12px;
}

#fmrInicioSesion .input-group-text {
  background-color: #e4047e; /* icono rosado */
  color: #fff;
  border: none;
}

#fmrInicioSesion .btn {
  padding: 12px;
  font-weight: bold;
  margin-top: 10px;
}

#btn_id {
  background-color: #e4047e;
  border: none;
  color: #fff;
}

#btn_id:hover {
  background-color: #c00368;
}

#btn_invitado {
  background-color: #fff;
  color: #03011D;
  border: none;
}

#btn_invitado:hover {
  background-color: #ddd;
}


/* Video a pantalla completa detrás de todo */
#video-fondo{
  position: fixed;      /* siempre cubre la ventana */
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  object-fit: cover;    /* recorta sin deformar */
  z-index: -1;          /* por detrás del contenido */
  pointer-events: none; /* no bloquea clics */
}

/* Partículas por encima del video, detrás de la UI */
#particles-js{
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
}

/* Todo lo demás quedará naturalmente por encima (z-index > 0) */


.login-form {
    width: 340px;
    margin: 50px auto;
    position: relative;
}

.row .botones {
    display: grid;

}

.login-form form {
    margin-bottom: 15px;
    background: #03011D;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    color: white;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control,
.btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-addon .fa {
    font-size: 18px;
}

.btn {
    font-size: 15px;
    font-weight: bold;
}

.bottom-action {
    font-size: 14px;
}

/*---------------------*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////

    Themes Bootstrap - Smart Agency Template v1.0.0 (https://themesbootstrap.com.mx/templates/smart-agenct-template.html)
    Copyright 2019 Themes Bootstrap
    Licensed under MIT (https://github.com/diegovr7/smart-agency/blob/master/LICENSE)

////////////////////////////////////////////////////////////////////////////////////////////////////*/
:root {
    --dark-color: #1a1a1a;
    --white-color: #ffffff;
    --light-grey-color: #f5f5f5;
    --gold-color: #ffb944;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Titillium Web', sans-serif;
}

.bgDark { background-color: var(--dark-color); }
.bgLight { background-color: var(--white-color); }
.bgLightGrey { background-color: var(--light-grey-color); }

.colorDark { color: var(--dark-color) !important; }

h1 { font-size: 66px; font-weight: 700; line-height: 80px; }
h2 { font-size: 48px; margin-bottom: 30px; }
h3 { font-size: 33px; }
h5 { margin-bottom: 0px; }

p {
    font-size: 18px;
    color: var(--dark-color);
    /* opacity: .5; */
    line-height: 1.8;
    margin-bottom: 0px;
}

a:hover { text-decoration: none; }

.btn {
    font-size: 14px;
    padding: 15px 26px;
    min-width: 160px;
    border-radius: 2px;
    display: inline-block;
}

.btn-primary {
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.btn-secondary2 {
    background-color: var(--white-color);
    color: var(--dark-color);
    border: 2px solid var(--white-color);
}

.btn-alternate {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.btn-primary:hover { background-color: var(--dark-color); border: 2px solid var(--dark-color); }
.btn-secondary2:hover { background-color: var(--white-color); color: var(--dark-color); border: 2px solid var(--white-color); }
.btn-secondary2:focus { background-color: var(--white-color) !important; outline: none; border: 2px solid var(--white-color) !important; box-shadow: none; }

/* section { padding: 120px 0; } */
section { padding: 65px 0; }

.divider { border-bottom: 2px solid var(--light-grey-color); }

.content-center {
    max-width: 800px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.full-width {
    width: 100%;
}

.form-control {
    font-size: 14px;
    border: 1px solid #cacaca;
    /* padding: 15px; */
    border-radius: 2px;
}

.form-control:focus {
    border: 1px solid var(--dark-color);
    outline: none;
    box-shadow: none;
}

.navbar {
    background-color: var(--white-color);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    min-height: 50px;
}

.nav-link { color: var(--dark-color); }
.nav-link:hover { color: var(--dark-color); }

.navbar-toggler { font-size: 20px; }
.navbar-toggler:focus { outline: none; }

/* //////////////
    Hero
//////////////*/

#home {
    background-image: url(../images/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    min-height: 100vh;
    max-height: 100vh;
    color: var(--white-color);
}

.content-center-inicio {
    max-width: 800px;
    margin: 0 auto 60px auto;
    margin-top: 70px;
    text-align: center;
}

#hero p {
    color: white;
}

.content-center-inicio a{
    font-size: 20px;
}

/* //////////////
    Portfolio
//////////////*/

.portfolio-container {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 2px;
}

.portfolio-container img {
    width: 100%;
    height: 800px;
    max-width: 100%;
    max-height: 800px;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}


.portfolio-container:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio-details {
    position: absolute;
    bottom: 25px;
    left: 25px;
    z-index: 9000;
}

.portfolio-details h2 {
    margin-bottom: 0px;
}

.portfolio-details a h2, .portfolio-details a p {
    color: var(--white-color);
}

/* //////////////
    Members
//////////////*/

.member-container {
    position: relative;
    margin: 10px 0;
}

.member-details {
    position: absolute;
    color: var(--white-color);
    bottom: 0;
    left: 20px;
}

.member-details span {
    font-size: 14px;
}

.member-details i {
    padding: 0 5px;
}

/* //////////////
    Pricing
//////////////*/

.pricing-container {
    margin: 15px 0;
}

.plans {
    padding: 50px 80px;
    border-radius: 2px;
    min-width: 450px;
}

.plan-light {
    background-color: var(--white-color);
    border: 2px solid var(--dark-color);
}

.plan-dark {
    background-color: var(--dark-color);
    border: 2px solid var(--dark-color);
    color: var(--white-color);
}

.plans h2 {
    font-size: 70px;
    font-weight: 600;
}

.plans h2 span {
    font-size: 20px;
}

.plans ul {
    list-style-type: square;
}

/* //////////////
    Testimonial
//////////////*/

.carousel {
    min-height: 240px;
    padding: 40px;
    border-radius: 2px;
    text-align: center;
}

.carousel-item p {
    font-size: 26px;
    font-weight: 400;
    color: var(--dark-color);
}

.carousel-indicators li {
    background-color: var(--dark-color);
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 8px;
}

.carousel-control-next, .carousel-control-prev { 
    color: var(--white-color);
    opacity: 1;
    width: 5%;
}

.control-button {
    background-color: var(--dark-color);
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid var(--dark-color);
    border-radius: 50px;
    font-size: 20px;
}

.carousel-container {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-user {
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
}

.testimonial-user h6 {
    margin-bottom: 0px;
}

.testimonial-user span {
    font-size: 12px;
}

.testimonial-user img {
    border-radius: 50%;
    max-width: 50px;
    text-align: center;
}

.rating i {
    color: var(--gold-color);
    font-size: 26px;
}

/* //////////////
    Contacto
//////////////*/
#contacto{
    background: #fff;
    text-align: justify;
}

/* //////////////
   Footer
//////////////*/

footer {
    padding: 50px 0;
    text-align: center;
    color: var(--white-color);
    position: relative;
}

footer a {
    color: var(--white-color);
}

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

footer .list-inline .list-inline-item {
    padding: 10px 15px;
}

/* //////////////
   Media queries
//////////////*/

@media (max-width: 575.98px) { 
    h1 { font-size: 35px; line-height: normal; }
    h2 { font-size: 30px; line-height: normal; }
    .portfolio-details h2 { font-size: 32px; }


    .portfolio-container .imagen-h{
        width: 100%;
        height: 400px;
        max-width: 100%;
        max-height: 400px;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }


    .plans { min-width: unset; padding: 40px; }
    .carousel-item p { font-size: 20px; }

    #contacto{
        background: #f5f5f5;
        text-align: center;
    }

    #contacto h3{
        margin-bottom:  15px;
    }

    .footer-menu { 
        display: block !important;
        padding: 20px 0 !important;
        font-size: 20px;
    
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .content-center-inicio{
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 


    .portfolio-details h2 { font-size: 30px; }
    .plans { min-width: unset; padding: 40px 20px;}
}

@media (min-width: 992px) and (max-width: 1199.98px) { }

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

/* -------------------------------------------------------- */
.parallax {
  /* The image used */
    background-image: url("../images/fondo-inicio1.png");

    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.justificado{
    text-align: justify;
    text-justify: inter-word;
}

.card-asesorias{
    margin-right: auto;
    margin-left: auto;
}

.labelcard {
    display: block !important;
    margin-bottom: 1.1px !important;
}

.margen-card {
    margin-bottom: 20px;
}

.padding-card {
    padding: 10px;
    margin-bottom: 20px;
}

.textolg {
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.boxshadow {
    -webkit-box-shadow: 6px 9px 3px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 6px 9px 3px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 6px 9px 3px -1px rgba(0, 0, 0, 0.25);
}

#invitados{
    background-color: #201551;
}

.bg-rosado{
    background-color: #e4047e;
}

.bg-azul{
    background-color: #BDFD00;
}

#bannerPagar {
    background-image: url(../images/bannerPagar.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 220px;
}

video {
    width: 100%;
    height: auto;
}

.estiloscard{
    margin-bottom: 15px;
}

.letras-blancas{
    color: white !important;
}

.carousel{
    padding: 0px !important;
}

/* Estilos contador regresivo */
.simply-amount {
    display: block;
    font-size: 40px;
    font-weight: 700;
}

.simply-word {
    font-weight: 300;
    font-size: 16px;
}

.simply-section {
    background: #201551;
    width: 186px;
    height: 180px;
    margin: 0px 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.contador {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}


.redondear{
    border-radius: 50px;
}

.btn-outline-blue{
    border-color: #201551;
    color: #201551;
}

.btn-outline-blue:hover{
    border-color: #fff;
    color: #fff;
}

.centrado{
    text-align: center;
}

#versiones{
    background-image: url(../images/fondo_versiones.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 90px;
    min-height: 100vh;
    color: var(--white-color);
}

.btn-rosa{
    background-color: #e4047e;
    color: #fff;
}

.btn-rosa:hover{
    background-color: #aa055f;
    color: #fff;
}

.centrarImg{
    width: 225px;
    height: auto;
    margin: 0px auto;
    border-radius: 30px;
    padding-left: 9px;
    justify-content: center;
    display: flex;
}


#cine{
    background-image: url(../img/fondo_auditorio.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    min-height: 100vh;
    color: var(--white-color);
}

.rotar{
    display: block;
    background: #000;
    border: none;    
    height: 100vw; 
    width: 100vw;
    transform: rotate(90deg);
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

#particles-js2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 600px) {
  .iframemovil{
    height: 230px !important;
  }

    footer {
        padding: 50px 0;
        text-align: center;
        color: var(--white-color);
        position: relative;
        margin-top: 1400px;
    }
}

.btn-morado{
    background-color: #221555;
    color: #fff;
}

.btn-morado:hover{
    background-color: #221555;
    color: #fff;
}

.titulos-sala{
    text-align: center; 
    font-weight: bold; 
    font-size: 18pt;
}

.btn-ciid{
/*    background-color: #f9ca00;
    color: #fff;*/
    display: inline-block;
padding: 0px 25px;
font-size: 16px;
  cursor: pointer;
  text-align: center;   
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #0041dc;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;

}

.btn-ciid:hover{
    background-color: #f0c304;
    color: #fff;
}
.btn-ciid2{
/*    background-color: #f9ca00;
    color: #fff;*/
    display: inline-block;
    padding: 0px 25px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;   
    text-decoration: none;
    outline: none;
    /*color: #fff;*/
    /*background-color: #0041dc;*/
    border: none;
    width: 100%;
    
    color: #212529;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #D65BF7;
    /*box-shadow: 0 9px #999;*/
}

.btn-ciid2:hover{
    background-color: #D65BF7; 
}

.btn-ciid2:hover{
    background-color: #D65BF7;
    color: #fff;
}



.button.type3 {
  color: #435a6b;
}
.button.type3.type3::after, .button.type3.type3::before {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  border: 2px solid;
  transition: all 0.6s ease;
  border-radius: 2px;
}
.button.type3.type3::after {
  bottom: 0;
  right: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #435a6b;
  border-right-color: #435a6b;
}
.button.type3.type3::before {
  top: 0;
  left: 0;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: #435a6b;
  border-left-color: #435a6b;
}
.button.type3.type3:hover:after, .button.type3.type3:hover:before {
  border-bottom-color: #435a6b;
  border-right-color: #435a6b;
  border-top-color: #435a6b;
  border-left-color: #435a6b;
  width: 100%;
  height: 100%;
}