/* Font family aplicada a sans-serif */
body {
    font-family: sans-serif;
}

.featurette-divider {
    margin: 3rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    /* rtl:remove */
    letter-spacing: -.05rem;
}

.lead {
    text-align: justify;
}

/*
** Icons css
*/

.fa-whatsapp-square {
    color: #51cf66;
    padding-right: 16px;
}

.fa-facebook-square {
    color: #339af0;
    padding-right: 16px;
}

.fa-tiktok {
    /*background-color: #03071e;
    color: #ffffff;*/
    color: #03071e;
    padding-right: 16px;
    /*border-radius: 8px;
    height: 36px;*/
}

.fa-instagram-square {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 16px;
}

.fa-circle {
    color: #51cf66;
    padding-right: .8rem;
}

/* Estilos del nav fijado*/

.nav-landing {
    /* width: 100vw;
    height: 7rem; */
    background-color: #75ea93;
    opacity: .8;
}

.nav-link{
    color: #212121;
}

/* .nav-item:hover{
    color: #757575;
    border-bottom: 1px solid #9E9E9E;
} */

.logo {
    margin-top: .3rem;
    width: 5rem;
    margin-left: .6rem;
}

#myVideo{        
    min-width: 100%;
    max-height: 100%;  
}

/* Carrousel */

.main-landing {
    padding-top: 7rem;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    /* z-index: 10; */
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 50vw;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    /* max-width: 100%; */
    height: 50vw;
}

.carousel-inner {
    background: Floralwhite;
    /*background: rgb(245, 245, 245);
    background: radial-gradient(circle, rgba(250, 250, 250, 1) 4%, rgba(158, 158, 158, 1) 65%);*/
}

/*Timer */

.timer {
    font-family: 'Courier New', Courier, monospace;
    width: 100vw;
    height: 100%;
    background-color: #7ED957;
    justify-content: center;
}

.timer h2 {
    padding-top: 1rem;
    color: #fff;
    margin-left: auto;
    text-align: center;
}

.timer__left {
    margin-top: 2rem;
    display: flex !important;
    justify-content: center !important;
}

.timer__left>div {
    margin-right: .5rem;
    margin-right: .5rem;
}

.timer__left>div>p {
    color: #fff;
    text-align: center;
}

.timer span {
    background-color: #fff;
    margin-right: .1rem;
    text-align: center;
    padding: .8rem;
}

/* Generador de números aleatorios*/

.random-randomizer {
    font-family: 'Courier New', Courier, monospace;
    width: 100vw;
    height: 100%;
    color: #fff;
    background-color: #7ED957;
    margin-bottom: 5rem;
    text-align: center;
}

.random-randomizer h2 {
    padding: 2rem !important;
}

.random-randomizer>span {
    color: #000;
    margin: 1rem;
    padding: 1rem;
    background-color: #fff;
}

.espaciado {
    height: 1rem;
}