

.headingOne{
	
	/*background-image:url(../img/img-contenido/gajes-web.jpg);*/
	
	background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 99 !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	background-position: center center; 

}

.headingTwo{
	
	/*background-image:url(../img/img-contenido/v-de-mexico-web.jpg);*/
	
	background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 99 !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	background-position: bottom;
	background-position: center center; 
}

.headingThree{
	
    /*background-image:url(../img/img-contenido/visionarios-web.jpg);*/
    
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 99 !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	background-position: bottom;
	background-position: center center;
}
.headingFour{
	
	/*background-image:url(../img/img-contenido/MCA-web.jpg);*/
	
	background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100.66%);
	z-index: 99 !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	background-position: bottom;
	background-position: center center; 
}

.headingFive{
	
	/*background-image:url(../img/img-contenido/v-en-vivo-web.jpg);*/
	
	background: linear-gradient(90deg, #426192 0%, rgba(255, 255, 255, 0) 103.54%);
	z-index: 99 !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	background-position: bottom;
	background-position: center center; 
}

.accordion-header{
	margin-bottom: 10px;
}

.accordion-item{
	background: transparent;
}

.accordion-item button {
	font-family: 'Montserrat-Black',sans-serif;
	color: #fff;
	font-size: 5rem;
	font-weight: bold;
}

.accordion-button:focus{
	border-color: transparent;
	box-shadow: none;
}

.accordion-button:not(.collapsed) {

	color: #fff;
}
.accordion-button::after {
    background-image:none !important;
}

.contenido-one{
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px 0px;
}

.contenido-one .img-logos img{
	width: 40%;
}

.forma-parte{
	text-align:center;
}

.forma-parte button{

	font-size: 1.2rem;
	text-transform: uppercase;
	font-family: 'Montserrat',sans-serif;

}

.forma-parte p{
	width: 70%;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 0px;
}

.contenido-two{
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 0 auto;

}
.texto-base{
	text-align:center;
	font-size: 1.2rem;
}

/*===============================================
   ESTILOS GALERIA VIDEOS
=================================================*/
.embed__conttainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed__container {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    text-align: left;
    background-color: #000000;
}

.embed__container iframe {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
}

#player {
    width: 100%;
}

.owl-nav>div {
    margin-top: -20px;
    position: absolute;
    top: 45%;
    color: #d8d8d8;
    padding: 0px;
    width: 46px;
    display: initial;
    height: 46px;
    border-radius: 50px;
    background: #060606a8;
}

.owl-nav>div:hover {
    color: #ffffff;
    background: #000000;
}

.owl-nav>div.disabled {
    color: #ffffff00;
    background: #63636300;
}

.owl-nav>div.disabled {
    color: #ffffff00;
    background: #63636300;
}

.owl-nav i {
    font-size: 20px;
    margin: 13px 18px;
}

.owl-nav .owl-prev {
    left: -23px;
}

.owl-nav .owl-prev i:hover {
    transition: all 0.3s ease-in-out;
}

.owl-nav .owl-next i:hover {
    transition: all 0.3s ease-in-out;
}

.owl-nav .owl-next {
    right: -23px;
}


.owl-carousel .owl-item .video-thumb.active:before,
.owl-carousel .owl-item .video-thumb-Vision-MX.active:before,
.owl-carousel .owl-item .video-thumb-MCA.active:before,
.owl-carousel .owl-item .video-thumb-vivo.active:before  {
    opacity: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    left: 0;
    top: 0;
    /*background: rgba(247, 148, 30, 0.75);*/
    background: rgba(255, 255, 255, 0.75);
    z-index: 1;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.owl-carousel .owl-item .video-thumb:not(.active):hover:before,
.owl-carousel .owl-item .video-thumb-Vision-MX:not(.active):hover:before,
.owl-carousel .owl-item .video-thumb-MCA:not(.active):hover:before,
.owl-carousel .owl-item .video-thumb-vivo:not(.active):hover:before  {
    opacity: 1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    left: 0;
    top: 0;
    /*background: rgba(247, 148, 30, 0.30);*/
    background: rgba(255, 255, 255, 0.30);
    z-index: 1;
    transition: all 1s ease-out;
    cursor: pointer;
}

.video-thumb:not(.active):hover:before,
.video-thumb-Vision-MX:not(.active):hover:before,
.video-thumb-MCA:not(.active):hover:before,
.video-thumb-vivo:not(.active):hover:before {
    /*background: rgba(247, 148, 30, 0.30);*/
    background: rgba(255, 255, 255, 0.30);
    cursor: pointer;
}

.video-thumb:after,
.video-thumb-Vision-MX:after,
.video-thumb-MCA:after, 
.video-thumb-vivo:after {
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    top: 50%;
    left: 50%;
    margin: -0.458em 0 0 -0.500em;
    color: rgba(255, 255, 255, 0);
    font-size: 2em;
    line-height: 1;
    position: absolute;
    font-weight: 900;
    transition: all 250ms ease-out;
    cursor: pointer;
}

.video-thumb.active:after,
.video-thumb-Vision-MX:after,
.video-thumb-MCA:after,
.video-thumb-vivo:after  {
    color: rgba(255, 255, 255, 1);
}

.owl-carousel .owl-item img {
    position: relative;
}

#player .ytp-expand-pause-overlay .ytp-pause-overlay {
    display: none !important;
}

#playerWrap {
    display: inline-block;
    position: relative;
}

#playerWrap.shown::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.loading__text__player {
    left: 50%;
    top: 50%
}


.owl-nav{
	text-align:center;
	color: #fff;
}  

.video-thumb img{
 cursor: pointer;

}   
.video-thumb p,
.video-thumb-Vision-MX p,
.video-thumb-MCA p,
.video-thumb-vivo p{
    text-align:center;
    font-size: 12px;
       height: 50px;
       padding-top: 10px;
} 


.logo-pie img{
    width: 15%;
    display: block;
    margin:0 auto;
}

.temporadas {
    display: flex;
    justify-content: space-between;
}

.temporadas a{
    list-style: none;
    text-decoration: none;
    color:#FFC107;
}


/* SLIDER VISIONARIO*/
#slider{

    display: flex;
    margin:0 auto;

}
section {
    /*background-color: #000;*/
    position: relative;
/*  width: 100%;
    height: 100vh;*/
 
}
section video{
/*  display: flex;
    justify-content: center;
    align-items: center;*/
    /*position: absolute;
    top: 0;
    left: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;
    right: 0;
    bottom: 0;
    margin: 0 auto;*/
}

section .navegacion{
    /*background:#000;*/
    position: relative;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items:  center;
}
 
section .navegacion li{
    list-style: none;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 2px;
    background: #eee;
    padding: 3px 3px 0;
    opacity: 0.65;
    transition: 0.6s;
}
 
/*section .navegacion li:hover{
    opacity: 1;
    background: #fff;
}
 */
section .navegacion li img{
    width: 150px;
    transition: 0.6s;
}
 
/*section .navegacion li img:hover{
    width: 200px;
}*/

/*=========================================
PANTALLA GRANDE 1920px en adelante)
===========================================*/

@media(max-width:1680px ) and (min-width:1600){


}


/*=========================================
PANTALLA ESCRITORIO 1366px en adelante)
===========================================*/
@media(max-width: 1599px) and (min-width: 1200px){

    .forma-parte p{
        font-size: 1.1rem;
    }

    .contenido-two p{
        padding: 20px 0;
    }

    .contenido-two{
        width: 60%;
    }
    
    .accordion-button{
        font-size: 4rem !important;
    }

}

/*=========================================
TABLET HORIZONTAL MD 1024px en adelante)
===========================================*/
@media(max-width: 1199px) and (min-width: 992px){

    .forma-parte p{
        font-size: 1.1rem;
    }

    .contenido-two p{
        padding: 20px 0;
    }

    .accordion-button{
        font-size: 3rem !important;
    }

    .contenido-two{
        width: 70%;
    }

    .texto-base{
        font-size:1rem;
    }
    


}

/*=========================================
TABLET VERTICAL SM 992px en adelante)
===========================================*/
@media(max-width: 991px) and (min-width: 768px){

    .forma-parte p{
        font-size: 1.1rem;
    }

    .contenido-two p{
        padding: 20px 0;
    }

    .accordion-button{
        font-size: 2.5rem !important;
    }

    .contenido-two{
        width: 70%;
    }

    .texto-base{
        font-size:1rem;
    }

    .img-logos{
        text-align:center;
    }


}

/*=========================================
MOVIL HORIZONTAL SM 768px en adelante)
===========================================*/
@media(max-width: 767px) and (min-width: 428px){

    .accordion-button{
        font-size: 2.3rem !important;
    }

    .contenido-one .img-logos img {
        width: 35%;
    }

    .forma-parte p{
        font-size: 1.1rem;
    }

    .contenido-two p{
        padding: 20px 0;
    }
    .contenido-two{
        width: 80%;
    }

    .texto-base{
        font-size:1rem;
    }

    .cont-gral{
        padding-top: 6rem;
    }

    .forma-parte p{
        font-size:1rem;
    }



}


/*=========================================
MOVIL HORIZONTAL SM 768px en adelante)
===========================================*/
@media(max-width: 427px) and (min-width: 320px){

    .contenido-one{
        display: flex;
        flex-direction: column;

    }

    .cont-gral{
        padding-top: 6rem;
    }

    .accordion-button{
        font-size: 2rem !important;
    }

    .contenido-one .img-logos img {
        width: 35%;

    }

    .img-logos, .forma-parte{
        text-align:center;
        padding: 25px 0;
    }

    .contenido-two{
        width: 95%;
    }
   

    .forma-parte p{
        font-size: 1.1rem;
    }

    .contenido-two p{
        padding: 20px 0;
    }

    .texto-base{
        font-size:1rem;
    }
    .temporadas{
        display: block;
        text-align:center;
    }


}



/*=========================================
BOTONES CONTENIDO / DISPOSITIVOS MOVILES
===========================================*/

button.accordion-button.collapsed.headingOne {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 160px;
}

button.accordion-button.headingOne {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 160px;
}

@media screen and (max-width: 800px){
    button.accordion-button.collapsed.headingOne {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
}

button.accordion-button.headingOne {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
}
}

button.accordion-button.collapsed.headingTwo {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100%);
}

button.accordion-button.headingTwo {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 800px){
    button.accordion-button.collapsed.headingTwo {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
}

button.accordion-button.headingTwo {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
}
}

button.accordion-button.collapsed.headingThree {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 160px;
}

button.accordion-button.headingThree {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 160px;
}

@media screen and (max-width: 800px){
 button.accordion-button.collapsed.headingThree {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
}

button.accordion-button.headingThree {
    background: linear-gradient(90deg, #0F3065 0%, rgba(255, 255, 255, 0) 100%);
    height: 100px;
}   
}

button.accordion-button.collapsed.headingFour {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100.66%);
    height: 160px;
}

button.accordion-button.headingFour {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100.66%);
    height: 160px;
}

@media screen and (max-width: 800px){
 button.accordion-button.collapsed.headingFour {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100.66%);
    height: 100px;
}

button.accordion-button.headingFour {
    background: linear-gradient(90deg, #017439 0%, rgba(255, 255, 255, 0) 100.66%);
    height: 100px;
}   
}

button.accordion-button.collapsed.headingFive {
    background: linear-gradient(90deg, #426192 0%, rgba(255, 255, 255, 0) 103.54%);
    height: 160px;
}

button.accordion-button.headingFive {
    background: linear-gradient(90deg, #426192 0%, rgba(255, 255, 255, 0) 103.54%);
    height: 160px;
}

@media screen and (max-width: 800px){
 button.accordion-button.collapsed.headingFive {
    background: linear-gradient(90deg, #426192 0%, rgba(255, 255, 255, 0) 103.54%);
    height: 100px;
}

button.accordion-button.headingFive {
    background: linear-gradient(90deg, #426192 0%, rgba(255, 255, 255, 0) 103.54%);
    height: 100px;
}   
}

/*=========================================
DETALLES_VARIOS
===========================================*/

@media screen and (max-width: 1366px) {
    .h1, .secc-tiltle-text {
    font-size: 26px;
    width: 95%;
}

.h2.secc-tiltle-text{
    text-align: center;
}










