*{
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Lato', sans-serif;
    font-size:1rem;
   /* color: #263238;*/
}
html,body{position:relative;height:auto;width:100%;float:left; display:block;}
body{
    background-color:rgb(220,230,240);
    overflow-x:hidden;
}
.white-text {
    text-shadow: 1px 1px 2px #000000;   
}
/*.row:last-of-type {
    margin-bottom:0 !important;
}*/
/* ---------- STICKY FOOTER MODS ---------- */
body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.div-faqs
{
    padding: 30px !important;
    border-radius: 10px;
    margin-top: 30px;
    text-align: justify;
}
h1
{
    font-size: 2.5rem;
    margin: 1.94rem 0 1.168rem 0;
}
h2
{
    font-size: 1.5rem;
    margin: 15px;
}
h1.errores, h2.errores
{
    font-size: 2.5rem;  
}
.wideBanner > h2{
    font-size: 2rem;
}

.texto-boton
{
    text-transform:initial;
}
main {
flex: 1 0 auto;
}
/* ---------- ENDS STICKY FOOTER MODS ---------- */
/* ---------- TOP NAV BAR ---------- */
.topNavbarHome nav{
    background-color: #78909c; /*#1074a3*/
}

.nav-content a,
.topNavbarHome ul li a:not(.dropdown-content li > a){
   /* color: #ffffff;*/
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
}
label {
    font-weight:bold;
}
label,
.dropdown-content li > a {
    color:rgb(30,30,30)  !important;
}
nav.nav-extended .nav-content{
    background-color:#ff7043  ;
}
.brand-logo{
    background-image: url(images/tvanextLogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    height: 100%;
    width: 250px;
    left: calc(100% / 3);
}
#dropdownHome li a{
    text-shadow: unset;
}
/* ---------- ENDS TOP NAV BAR ---------- */
.contPrincipal{
    position: relative;
    float: left;
    width: 100%;
}
/* --------- VIDEO --------- */
#editorVideo{
    width: 100vw; /* 90% of viewport vidth */
    height: 56.25vw; /* ratio = 9/16 * 100 = 56.25 */
    max-height: 90vh;
    max-width: 177.777777778vh; /* 16/9 * 100 = 177.777777778 */
    margin: 0 auto;
    position: absolute;
    top:64px;
    background-color:rgb(220,230,240);
    left:0;
    right:0;
}
#homeVideo{
    width: 100vw; /* 90% of viewport vidth */
    height: 57vh; /* ratio = 9/16 * 100 = 56.25 vh*/
    max-height: 90vh;
    margin: 15px auto;
    /*position: absolute;*/
   /* top:64px;*/
    background-color:rgb(220,230,240);
   /* left:0;
    right:0;*/
}
#editorVideo{
    margin: 48px auto 0;
}
.divRegistrarVideo{
    min-height: 260px !important;
    display: flex;
    align-items: center;
}
#registrarVideo{
    width: 100%;
    float: left;
    height: auto;
    min-height: 200px;
}
/* --------- ENDS VIDEO --------- */
.wideBanner{    
    width:100%;
    text-align: center;
    padding:5px 20px;
    float: left;
    position: relative;
}
.wideBanner.misComerciales,
.wideBanner.home{
    margin-top:56.25vw;
}
.uno{
    padding: 5vh;
}
.uno .cuerpoTarjeta{
   /* height: 300px;*/
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: justify;
    text-align-last: center;
}
.sectionHome {
    position: relative;
    padding: 5vh 0;
    float: left;
    width: 100%;
}
.sectionHome.uno  img,
.sectionHome.dos  img{
    height: auto;
    max-height: 90%;
    margin: 0 auto;
    max-width: 80%;
}
.sectionHome.dos img{
    max-width: 100%;
}
.tarjetasConIcono{
    font-size: 1.1rem;
}
.imgEditorSpots{
    padding:10px;
    border-radius: 6px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
    background-color: #ffffff;
}
.sectionHome.tres .cuerpoTarjeta{
    text-align:justify;
    text-align-last: left;

}
.sectionHome.tres .cuerpoTarjeta p{
    color: #ffffff;
}
.sectionHome.tres .cuerpoTarjeta li{
    list-style:disc;
    margin-left: 30px;
    color: #ffffff;
}
.dos h5{
    margin-bottom: 5vh;
}
.dos .tarjetasConIcono > div{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.dos .tarjetasConIcono .medium.material-icons{
    width: 30%;
    text-align:center;
    color: #263238 ;
    float: left;
}

.dos .tarjetasConIcono span{
    width: 70%;
    text-align:left;
    color: #263238 ;
    float: left;
}
.horGallery{
    float: left;
    width: 98%; 
    height: 30vh;/*160px;*/ 
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
}
.horGallery > div{
    display: inline-block;
    width: auto;
    height: 100%;
    text-align: center;
}
.horGallery > div > img{
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.horGalleryContainer
{
    width: 90%;
    margin: auto;
}
.horGalleryContainer .btnPrev,
.horGalleryContainer .btnNext{
    position: absolute;
    height: 100%;
    width: 60px;
    top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    transition: opacity 0.4s;
    z-index: 2;
}
.horGalleryContainer .btnPrev i,
.horGalleryContainer .btnNext i{
    font-size: 4rem;
    color:#ffffff;
    text-shadow: 1px 1px 2px #000000;
}
.horGalleryContainer .btnPrev:hover,
.horGalleryContainer .btnNext:hover{
    opacity: 1;
}
.horGalleryContainer .btnPrev{
    left: 0;
}
.horGalleryContainer .btnNext{
    right: 0;
}
.horGallery .itemHorGallery{
    width: 30%;
    position: relative;
    background-size: cover;
    background-repeat: round;
    margin: 0 1% 0;
    cursor: pointer;

}
.horGallery .itemHorGallery:nth-child(1){
    background-image: url(images/thumb_taba.png);
}
.horGallery .itemHorGallery:nth-child(2){
    background-image: url(images/mundo_terra.PNG);
}
.horGallery .itemHorGallery:nth-child(3){
    background-image: url(images/altacia.PNG);
}
.horGallery .itemHorGallery:nth-child(4){
    background-image: url(images/ebc.PNG);
}
.itemHorGallery .blackTitlebar{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3rem;
    background-color: rgba(0,0,0,0.6);
    padding-left: 20px;
    line-height: 1.5rem;
    font-size: 0.9rem;
    text-align: left;

}
.blackTitlebar div{
    float: left;
}
.blackTitlebar .btn-flat{
    opacity: 0.6;
    transition: opacity 0.4s;
}
.blackTitlebar .btn-flat:hover{
    opacity: 1;
}
.blackTitlebar div span{
    line-height: 3rem;
    color: #ffffff;
}
.blackTitlebar div:nth-child(1){
    color:#ffffff;
    width: calc(100% - 60px);
}
.sectionHome.cinco .slider .slides li .caption{
    top: unset;
    bottom: 10%;
    left: 15%;
    width: 70%;
}
.sectionHome.cinco .slider .indicators .indicator-item{
    background-color: #757575 ;
}
.sectionHome.cinco .slider .indicators .indicator-item.active{
    background-color: #4CAF50 ;
}
.slideshowRight{
    margin: 10% auto;
    text-align: center;
    font-size: 2rem;
}
.slideshowRight::after{
    content: "";
    border-right: 1px solid black;
    position: absolute;
    top: 45px;
    right: 34%;
    height: 20%;
}
.slideshowRight::before{
    content: "";
    border-left: 1px solid black;
    position: absolute;
    bottom: 100px;
    right: 34%;
    height: 20%;
}

.slideshowRight div{
    width: 100%;
    float: left;
    background-color: rgb(220,230,240);
}
/*PUSHPIN*/
/*Class for when element is above threshold*/
.pin-top {
    position: relative;
}
/*Class for when element is below threshold*/
.pin-bottom {
    position: relative;
}
/*Class for when element is pinned*/
.pinned {
    position: fixed !important;
  }
/*ENDS PUSHPIN*/
/*---------- FOOTER ----------*/
.page-footer{
    background-color: #212121;
}
.cuerpoFooter{
   /* float: left;
    width: 100%;
    height: auto;
    position: relative;*/
    padding: 0 2%;
}
.columnaFooter{
    float: left;
   /* position: relative;*/
    height: 100%;    
}
.columnaFooter:nth-child(1),
.columnaFooter:nth-child(2),
.columnaFooter:nth-child(3){
    width: 22%;
}
.columnaFooter:nth-child(4){
    width:34%;
}
.footer-copyright{
    float: left;
    background-color: #000000 !important;
}
/*---------- ENDS FOOTER ----------*/
/*--------- MIS DATOS ---------*/
.misDatosForm{
    padding: 1.25rem .75rem !important;
}
.collection{
    border: none;
    margin:0;
}
.collection .collection-item{
    background-color: transparent;
    border:none;
}
/*--------- HIDE ARROWS SPINNERS INPUT NUMBER ---------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checklist li::before {
    font-family: 'Material Icons';
    content: 'check';
    -webkit-font-feature-settings: 'liga';
    font-weight: bold;
    font-size: 1rem;
}

.comercialItem
{
    animation-duration: 0.5s;
    animation-name: slidein;
    /*animation-iteration-count: 2;*/
}

  
  @keyframes slidein {
    from {width: 28%}
    to {  width: 25%;  }
  }

.comercialItem .itemTitle {
    font-size: 1.4em;
    font-weight: bold;
}
.comercialItem .itemStatus>.autorizado {
    color: #4caf50;
}
/***** ESTILOS EDGAR CHAVARRIA DE LA VEGA **********/

#video_title
{
    font-weight: bold;
    font-size: 1.2rem;
}
.logo-azteca{
    background-image: url(../img/logo_azteca.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 75%;
    height: 100%;
    width: 250px;
    position: absolute;
  
}

#logo-azteca
{
    width:100%;
}
#ifrEditor
{
    height: 870px;
    background: #ffffff;
    border:0;
}
#video-comercial{
    width: 100%; /* 90% of viewport vidth */
    height: 56.25vw; /* ratio = 9/16 * 100 = 56.25 */
    max-height: 55vh;
    margin: 15px auto;
    background-color:rgb(220,230,240);
  
}
.pa-an{ padding: 0.2rem 1.5rem; }
label.error{
    position: relative;
  color: #d23e42 !important;/* #489689; #ee6e73;*/
  /*display: block;*/
  font-size: 0.8rem;
  }
  div#load{
    display: none;
    width: 100%;
    background: #0c090973;
    height: 100vh;
    z-index: 1010;
    position: fixed;
  }
  .botones-videos a{
      margin:5px 0;
  }
  .comercialItem
  { 
    padding: 10px !important;
    margin: 10px 10px !important ;
  }
  .tab-menu > li >a.active
  {
      border-bottom: 2px solid #fff;
      
  }
  .tab-menu-datos > li >a.active
  {
      border-bottom: 2px solid #f27474
  }
  .card-tips
  {
    min-height: 680px;
  }
.terminos-condiciones ul>li{
    list-style-type: decimal !important;
    margin-left: 30px;
}
.img-pdf , .img-xml
{
    width: 25%;
}
span.badge.new:after {
    content: "";
}
.tabla-pago  tbody tr{
  border-bottom: 0;
}
.tabla-pago  tbody tr td{
    padding: 5px;
  }
.tarjeta-credito{
    background-image: url(../img/cards1.png);
    background-repeat: no-repeat;
    height: 50px;
    /*width: 90%;
    margin: auto;*/
  }
  .tarjeta-debito{
    background-image: url(../img/cards2.png);
    background-repeat: no-repeat;
    height: 50px;
   
  }
  .openpay{
    background-image: url(../img/openpay.png);
    background-repeat: no-repeat;
    height: 50px;
   
  }
  .shield{
    background-image: url(../img/security.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 20%;
   
  }
  .page-footer a{
      color: #fff;
  }

  .EditorNextPlayE{
	/*position: absolute;
	top: -60px;*/
    position: relative;
    width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
    min-height:880px;
	height: 100vh;
}
.footer-redes 
{
   padding: 20px !important;
}
.footer-redes a
{
    margin:5px;
}
.option-menu li a
 {
    color: #000;
    text-shadow: none !important;
 }

 .totales tr
 {
    border-bottom:0px;
 }
 .totales tr td
 {
    padding:5px;
 }
 .titulos-tabla
 {
    background: #455a64; 
    color: #fff;
 }

 a.boton-video{
    
    padding: 0.25rem !important;
    border-radius: 5px;
    margin: 5px; 
    font-size: 0.9rem;
    background: #063970;
    color: #fff;
    cursor: pointer;
}

a.boton-video.disabled{
   
    background: #06397085;
    cursor:not-allowed;
}
.card-large .itemStatus
{
    text-align: center;
    padding:5px;
    /*cursor:help;*/
}

.card-large .itemStatus>a
{
   
    cursor:help;
}

 
 .itemStatus.autorizado
 {
    background: #085a0b !important;  /* #4caf50; */
     
 }
 .itemStatus.edicion_revision
 {
    background: #ff9800 !important;
 }
 .itemStatus.edicion_revision > a, .itemStatus.autorizado>a ,.itemStatus.borrado>a, .itemStatus.proceso>a
 {    
    color: #fff;
 }
 .itemStatus.borrado
 {
    background: #F44336 !important;
 }
 .itemStatus.proceso
 {
    background: #063970 !important;
 }



 /*
 
 .boton-crear
{
	position: fixed;
    top:30vh;
    right: 5px;
    background: #2f3941;
    color: #fff;
    z-index: 10;
    height: auto;
    width: 200px;
    text-align: center;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
	cursor:pointer;
	text-transform: uppercase;
    padding: 10px 0px;
	border: 2px solid #73859f;
	animation: bordes 1s infinite;
}

@keyframes bordes {
  from {border: 2px solid #ff2b40;}
  to {border: 2px solid #73859f;}
}


<div class="boton-crear">
	<a class=" modal-trigger white-text" href="#modal-comercial" style="display:block">
		Crear comercial
	</a>
</div>

 */
.boton-crear
{
    position: fixed;
    bottom: 0;
    z-index: 10;
    text-align: center;
    background: #2f3941d6;
    width: 100%;
    padding: 15px 0;
    text-transform: uppercase;
}

.boton-crear>a{
    font-size: 1.2rem; 
    background: #f44336;  
    padding: 11px;  
    border-radius: 20px;
}

.buttonlink
{
    font-size: 1.3rem;
}

.slides .video-js.vjs-tech, .slides .vjs-poster {
    background-color: #dce6f0;
}


#createVidMessage
{
    display: none;
   background: #f44336;
   text-align: center;
   padding: 10px;
   border-radius: 5px;
   color: #fff;
}

#ConTMVideo nav
{
    background: #dce6f0;
    color: #000;
    justify-content: center;
    display: flex;
    box-shadow: none;
}

.pagination li.active {
    background-color: #dce6f0;
}

.page-item.active > span
{
    background: #063970;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

#ConTMVideo
{
    margin: auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/*******************************/
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*--------- HIDE ARROWS SPINNERS INPUT NUMBER ---------*/
/*--------- ENDS MIS DATOS ---------*/
/* MEDIA QUERIES
  --------------------------------------------- */

@media all and (min-width: 769px) and (max-width: 1024px) {

    nav .brand-logo
    {
        left: calc(100% / 4);
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
} 
@media all and (max-height: 414px){
}


@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 768px) {
    #homeVideo{
        height: 35vh; 
    }
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 425px) and (max-width: 600px) {

    .horGallery .itemHorGallery{
        width: 45%;
    
    }
} 

@media only screen and (max-width: 425px) {

    .horGallery .itemHorGallery{width: 85%;}
    .slideshowRight{display: none;}
     nav .brand-logo{ display: none;}
} 


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .slideshowRight{ margin: 20% auto;}
} 
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .slideshowRight{ margin: 15% auto;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .slideshowRight{margin: 10% auto;}
}