
:root {
    --pink: #CE4C9B;
    --navyblue: #0E4B8F;
    --lightblue:#85D2F5;
    --grappe: #964D9D;
    --bs-btn-border-width: 2px;
    --bg-color: #231F20;
    --green-color: #3CB974;
    --yellow-color: #FCC741;
    --red-color:#D1202F;
    --blue-color:#0F4B8F;
}

body {
    /* background-color: #231F20; */
    /* background-image: url('../assets/images/background.jpg'); */
    color: #fff;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

/* START NAVBAR */
.navbar-nav .active-blue.active{
    color: var(--blue-color);
    font-weight: bold;
}
.navbar-nav .active-yellow.active{
    color: var(--yellow-color);
    font-weight: bold;
}
.navbar-nav .active-green.active{
    color: var(--green-color);
    font-weight: bold;
}
.nav-link:hover {
    color: var(--blue-color);
}
/* .nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
} */

/* END NAVBAR */
.bg-header {
    background: var(--bg-color) !important;
    font-size: 16pt;
    font-weight: normal;
    max-height: 140px;
    padding: 10px 10px 20px;
}
.bg-header img{
    max-width: 400px;
}

#home {
    width: 100%;
    height: 100vh;
}

.bg-menu-pop {
    color: #fff !important;
    background-color: RGBA(0, 0, 0, 0.8) !important;
}

.nav-link {
    color: #fff;
}

.img-responsive {
    width: 100%;
    height: auto
}

.img-whatsapp{
    max-width: 100%;
    height: auto;
}

.btn-green-1 {
    /* border-radius: 0; */
    padding: 0;
    margin-top: 8px;
    background-color: #23C676;
    margin-left: 2px;
}

.btn-cotizar {
    /* border-radius: 0; */
    padding: 5px 20px 5px 20px;
    background-color: var(--red-color);
    /* border-color: #ffffff; */
    color: #ffffff;
    /* font-size: 20pt; */
    font-weight: bold;
    width: auto;
}

.btn-enviar {
    width: 100%;
    padding: 10px;
    background-color: var(--blue-color);
    color: #ffffff;
    font-weight: bold;
    border: 0;
}


.card-custom img {
    max-height: 240px;
    object-fit: fill;
}

@media (min-width:991px) {
    .nav-item span {
        display: inline-block;
        width: 0;
        height: 1em;
        margin-top: 12px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
}

@media(max-width:990px){
    .site-section {
        padding-top: 20% !important;
    }
}


@media(max-width:1440px){
    #home {
        height: auto;
    }
}


/*  */
#particle-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 12;
    background-color: transparent;
}

  
#particles-js{
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    /* z-index: 1;  */
}

.site-section {
    position: relative;
    z-index: 100;
    padding-top: 10%;
}

.site-section a {
    cursor: pointer;
}

.background-opacity {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 90%;
    opacity: 0.5;
    z-index: -1;
}

.site-section-z {
    position: relative;
    z-index: 100;
    /* max-height: 500px; */
}

.spacer {
    width:100%; height: 200px;
}
  
canvas{
    display:block;
    vertical-align:bottom;
    z-index: 2;
}

.div-card {
    padding: 0.6em;
    height: 100%;
    border-radius: 10px;
}
.div-card-top {
    padding: 0.6em;
    height: 80%;
    border-radius: 10px;
}
.div-card-top img{
    max-height: 200px;

}

.border-green img {
    border: var(--green-color) solid 3px;
    max-height: 500px;
}
/*Color Texto*/
.text-title {
    font-weight: bold;
}
.text-green {
    color: #3CB974;
}
.text-yellow {
    color: var(--yellow-color);
}
.text-red {
    color: var(--red-color);
}
.text-blue {
    color: var(--blue-color);
}
/*background*/
.border-white {
    border: #ffffff solid 3px;
}

.border-line {
    border: #ffffff solid 1px;
}

.bg-green {
    background-color: var(--green-color);
}

.bg-yellow {
    background-color: var(--yellow-color);
}

.bg-blue {
    background-color: var(--blue-color);
}

.bg-red {
    background-color: var(--red-color);
}

.bg-black-custom {
    background-color: var(--bg-color);
}
/*picker*/
.ui-widget-content {
    background: var(--red-color) !important;
    opacity: 0.7;
    /* border: 1px solid #555; */
    color: #EEE;
 }


 /*canvas*/
 #interactiveConstellation {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

#funcion .slider-container .ws_images,
#funcion .slider-container,
#funcion .slider-container .ws_images > div > img {
    max-height: 700px !important;
}

#juego-interactivo .slider-container .ws_images,
#juego-interactivo .slider-container,
#juego-interactivo .slider-container .ws_images > div > img {
    max-height: 500px !important;
}