/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */

.demo-video-wrapper {
    background-image: url(http://uvelop.mx/images/bg.jpg);
}
/* Video overlay and content */

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    /* Allows right click menu on the video */
    /*background: url(https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png) left top repeat;*/
    opacity: 0.3;
}
.video-hero--content {
    position: relative;
    text-align: center;
    color: #FFF;
    margin: 150px 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.video-hero--content h2 {
    font-size: 34px;
    margin: 0 0 10px;
}
.video-hero--content p {
    font-size: 20px;
    margin: 0;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.page-width {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;
}
.title {
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.subtitle {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #959699;
}
a:hover .subtitle {
    color: #FFF;
}
#site-title {
    float: left;
    margin: 0;
}
#content {
    padding: 40px 0;
}
/* CSS from jQuery Background Video plugin */

/**
 * Set default positioning as a fallback for if the plugin fails
 */

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */

.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
    opacity: 1;
}
/**
 * Pause/play button
 */

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
}
.jquery-background-video-pauseplay span {
    display: none;
}
.jquery-background-video-pauseplay:after, .jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before, .jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}
.modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
    top: 3%;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 850px;
        margin: 1.75rem auto;
    }
}
.contenedor {
    position: relative;
    width: 400px;
    height: 400px;
    background-color: transparent;
    border-radius: 15px;
    margin-top: -90px;
}
/* IPHONE X */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
    .contenedor {
        position: relative;
        width: 320px;
        height: 400px;
        background-color: transparent;
        border-radius: 15px;
        margin-top: 0px
    }
    .play {
        position: absolute !important;
        top: 120px;
        left: 160px !important;
        border: none;
        width: 100px;
        height: 100px !important;
    }
}
.play {
    position: absolute !important;
    top: 120px;
    left: 200px;
    border: none;
    width: 100px;
    height: 100px !important;
}
.imagen {
    position: absolute;
    width: 99%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
}
.imagen img {
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.contenedor a .siguiente {
    position: absolute;
    text-decoration: none;
    color: black;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.siguiente {
    left: 95%;
}
.boton {
    position: absolute;
    top: 5%;
    left: 95%;
}
.puntos {
    position: absolute;
    top: 93%;
    width: 100%;
    text-align: center;
}
.punto {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin-right: 5px;
}
.punto:hover {
    cursor: pointer;
    background-color: gray;
}
.contenedor a:hover {
    color: gray;
}
.actual {
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 1s;
}
.activo {
    background-color: gray;
}
.flexbox {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
/*****----------midvalley---------*/

.py-12 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.categories-items {
    width: 340px;
}
@media (min-width: 768px) {
    .md\:m-6 {
        margin: 1.5rem;
    }
}
@media (min-width: 768px) {
    .md\:w-1\/3 {
        width: 33.33333%;
    }
}
.no-underline {
    text-decoration: none;
}
.text-center {
    text-align: center;
}
.h-64 {
    height: 16rem;
}
.relative {
    position: relative;
}
.pb-8 {
    padding-bottom: 2rem;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.rounded {
    border-radius: .625rem;
}
.bg-cover {
    background-size: cover;
}
@media (min-width: 992px) {
    .lg\:my-6 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 768px) {
    .md\:flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (min-width: 576px) {
    .sm\:flex-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.banner-home {
    position: relative;
    width: 100%;
    height: 72vh;
    overflow: hidden;
    margin: 0;
    font-size: 0;
}
.banner-home img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    margin-bottom: 11px
}
.banner-home video {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    object-fit: scale-down;
    background-color: #101e28;
}
.banner-home .textos {
    position: absolute;
    width: 60%;
    top: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(100deg, #1b232c 6%, rgba(0, 0, 0, 0) 86%);
    background: -webkit-linear-gradient(100deg, #1b232c 6%, rgba(0, 0, 0, 0) 86%);
    background: linear-gradient(100deg, #1b232c 6%, rgba(0, 0, 0, 0) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
    color: white;
    padding: 0% 25% 5% 5%;
    margin-top: -8%;
}
@media (max-width: 50em) {
    .banner-home .textos {
        background: -moz-linear-gradient(86deg, #101e28 4%, rgba(0, 0, 0, 0) 144%);
        background: -webkit-linear-gradient(86deg, #101e28 4%, rgba(0, 0, 0, 0) 144%);
        background: linear-gradient(86deg, #101e28 4%, rgba(0, 0, 0, 0) 144%);
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
    }
}
.banner-home .textos h1 {
    font-size: 3.1rem;
    margin-top: 75%;
    font-weight: 900;
}
@media (min-width: 1600px) {
    .banner-home .textos h1 {
        font-size: 3.1rem;
        margin-top: 60%;
        font-weight: 900;
    }
}
@media (max-width: 50em) {
    .banner-home .textos h1 {
        font-size: 3.5rem;
        margin-top: -1%;
    }
}
/* STYLES GO HERE */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) { 
.banner-home .textos h1 {
        font-size: 3.1rem !important;
        margin-top: -1%;
    }
}

/* iPhone 6, 7, & 8 in portrait & landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    .banner-home .textos h1 {
        font-size: 2.5rem !important;
        margin-top: -1%;
    }
}

/* iPhone 5 & 5S in portrait & landscape*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .banner-home .textos h1 {
        font-size: 1.5rem;
        margin-top: -1%;
    }
}
.banner-home .textos h1 img {
    height: 80% !important
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.banner-home .textos p {
    font-size: 1.1rem;
    text-align: left;
}
.banner-home .play-btn {
    position: absolute;
    top: 55%;
    right: 25%;
    transform: translate(50%, -50%);
    text-align: center;
    cursor: pointer;
}
@media (max-width: 50em) {
    .banner-home .play-btn {
        right: 50%;
        top: 83%;
    }
}
@media (max-width: 50em) {
    .banner-home .play-btn img {
        width: 44%;
    }
}
.banner-home .play-btn img {
    width: 60%;
}
.escondido {
    display: none !important;
}