/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #1B0F4C;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
    height: 80vh;
}

.carousel-v2 {
   /*  margin-top: 3rem; */
    height: 100%;
    margin-bottom: 8rem;
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 95vh;
}

.carousel-inner-mkt {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    top: 9rem;
    z-index: 10;
}

.carousel-caption-mkt {
    top: 6rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 90vh;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100vh;
}

.div-personaje-home{

    position: absolute;
    bottom: 20%;
    right: 0;
}

.div-personaje-home-v2{
    position: absolute;
    bottom: -55px;
    right: -120px;
}

.div-personaje-home-mkt{
    position: absolute;
    bottom: -100px;
    right: -120px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: 400;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .carousel-caption-mkt p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
        margin-left: 0px;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 0rem;
    }
}

@media screen and (max-width: 480px){
    .carousel-item {
        height: 100% !important;
    }
    .carousel-item > img {
        height: 200% !important;
    }

    .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 76vh;
    }

    .div-personaje-home-v2 {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

    .header-img {
        background-image: url("../img/bg-slider.png") !important;
        background-size: cover;
        background-position-y:850px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 475px) {
    .carousel-caption{
        top: 9rem;
    }

    .carousel-caption-mkt{
        top: 5rem;
    }

    .header-img {
        background-image: url(../img/bg-slider-mobile.jpg) !important;
        background-size: cover;
        background-position-y: 850px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 418px) {
    .header-img {
        background-image: url(../img/bg-slider-mobile.jpg) !important;
        background-size: cover;
        background-position-y: 850px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 481px) and (max-width: 995px) {
    .img-personaje {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }
}




/*

@media screen and (max-width: 426px) {
    .header-img {
        background-image: url(../imagen_header_480.jpg) !important;
        background-size: cover;
        background-position-y: 515px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 415px) {
    .header-img {
        background-image: url(../imagen_header_480.jpg) !important;
        background-size: cover;
        background-position-y: 655px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 392px) {
    .header-img {
        background-image: url(../imagen_header_480.jpg) !important;
        background-size: cover;
        background-position-y: 595px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 376px) {
    .header-img {
        background-image: url(../imagen_header_480.jpg) !important;
        background-size: cover;
        background-position-y: 505px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 330px) {
    .header-img {
        background-image: url(../imagen_header_480.jpg) !important;
        background-size: cover;
        background-position-y: 515px !important;
        background-position-x: 20%;
        width: 100%;
        height: auto;
    }
}

*/
