/* General */
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
a{
	text-decoration: none;
	outline: none;
}
li{
	list-style: none;
}
p{
	color: #999;
}


.loader {
	position: fixed;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	background: #FFF;
	z-index: 9999;
}
button,
input[type="submit"],
input[type="button"]{
	box-shadow: none !important;
	cursor: pointer;
	text-decoration: none !important;
}
.overflow{
	overflow: hidden;
}
.cursor{
	cursor: pointer;
}
/* font */
.Acta-ExtraBold{
	font-family:'Conv_Acta-ExtraBold';
}
.Montserrat-SemiBold{
	font-family: 'Montserrat';
	font-weight: 600;
}
.NexaBold{
   font-family: 'NexaBold';
}
/* iconos */
.navside .nav li.active .nav-caret{
    opacity: inherit; 
}
.navside .nav li.active .nav-caret i{
    background-color: #6cc788;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
/* display */
.d-inline-block{
	display: inline-block;
}
/* fuentes */
.Lato{
	font-family: "Lato";
}
/* colores y fondos */
.fc-gris-icono{
	color: #9d9d9d;
}
.fc-gris{
	color: #999;
}
.fc-white,
.fc-white:hover,
.fc-white:focus{
	color:#fff;
}
.fc-naranja,
.fc-naranja:hover,
.fc-naranja:focus{
	color: #ff651f;
}
.fc-naranja2{
	color: #f05223 !important;
}
.fc-negro-21{
	color: #212121;
}
.fc-negro,
.fc-negro:hover,
.fc-negro:focus{
	color: #000;
}
.fc-naranja-text,
.fc-naranja-text:hover,
.fc-naranja-text:focus{
	color: #f27f48;
}
.fc-azul-text,
.fc-azul-text:hover,
.fc-azul-text:focus{
	color: #4285e0;
}
.fc-discovery-text,
.fc-discovery-text:hover,
.fc-discovery-text:focus{
	color: #42aae0;
}
.fc-discovery-trazo{
	border-color: #42aae0;
}
.fc-discovery-trazo:hover,
.fc-discovery-trazo:focus{
	background-color: #42aae0;
	color: #fff; 
}
.fc-naranja-trazo{
	border-color: #f4976a;
}
.fc-naranja-trazo:hover,
.fc-naranja-trazo:focus{
	background-color: #f4976a;
	color: #fff; 
}
.fc-azul-trazo{
	border-color: #679de6;
}
.fc-azul-trazo:hover,
.fc-azul-trazo:focus{
	background-color: #679de6;
	color: #fff; 
}
.fc-303030{
	color: #303030;
}
.fc-6cc788{
	color: #6cc788;
}
.fc-161c21{
	color: #161c21;
}
.bc-transparente{
	background-color: transparent;
}
.bc-white{
	background-color: #fff;
}
.bc-whitei{
	background-color: #fff !important;
}
.bc-gris{
	background-color: #e0e0e0;
}
.bc-gris-claro{
	background-color: #f0f0f0;
}
.bc-gris-claro-i{
	background-color: #f0f0f0 !important;
}
.bc-naranja{
	background-color: #f27f48;
}
.bc-naranja-oscuro{
	background-color: #ef6726;
}
.bc-naranja-oscuro2{
	background-color: #ff5000;
}
.bc-azul{
	background-color: #4285e0;
}
.bc-verde{
	background-color: #6cc788;
}
.bc-aside{
	background-color: #2e3e4e;
}
/* size y weight */
.fs-10{
	font-size: 10px;
}
.fs-11{
	font-size: 11px;
}
.fs-12{
	font-size: 12px;
}
.fs-13{
	font-size: 13px;
}
.fs-14{
	font-size: 14px;
}
.fs-18{
	font-size: 18px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.fs-22{
	font-size: 22px;
}
.fs-23{
	font-size: 23px;
}
.fs-24{
	font-size: 24px;
}
.fs-25{
	font-size: 25px;
}
.fs-30{
	font-size: 30px;
}
.fs-35{
	font-size: 35px;
}
.fs-36{
	font-size: 36px;
}
.fs-38{
	font-size: 38px;
}
.fs-46{
	font-size: 46px;
}
.fs-50{
	font-size: 50px;
}
.fs-52{
	font-size: 48px;
}
.fs-66{
	font-size: 66px;
}
.fw-400{
	font-weight: 400;
}
.fw-700{
	font-weight: 700;
}
.fw-900{
	font-weight: 900;
}
.fsi{
	font-style: italic;
}
/* border */
.b-b-orange{
	border-bottom: 2px solid #ff651f;
}
.b-gris{
	border: 1px solid #e7e7e7 !important;
}
.b-b-0{
	border-bottom: 0 !important;
}
/* espacio de letra */
.ls-4-negativo{
	letter-spacing: -4px;
}
.ls-2-negativo{
	letter-spacing: -2px;
}
.h-a{
	height: auto;
}
.h-55{
	height: 55px;
}
.h-max-content{
	height: max-content;
}
/* margin y padding */
.plr-5{ padding: 0 5px; }
.pl-4-5{
	padding-left: 2rem;
}
.pr-10{
	padding-right: 10px;
}
.pr-20{
	padding-right: 20px;
}
.pt-10px{
	padding-top: 10px;
}
.pt-10{
	padding-top: 10em;
}
.pt-2{
	padding-top: 1em !important;
}
.pb-5{
	padding-bottom: 7em;
}
.pb-10{
	padding-bottom: 10em;
}
.mt-10{
	margin-top: 10px;
}
.mlr-5-negativo{
	margin: 0 -5px;
}
.mlr-16-negativo{
	margin: 0 -16px;
}
.mt-15-negativo{
	margin-top: -15px;
}
.ml-25-negativo{
	margin-left: -25px;
}
.ml-10{
	margin-left: 10px;
}
.mt-2-negativo{
	margin-top: -2em;
}
.mt-25-negativo{
	margin-top: -25px;
}
.mt-30-negativo{
	margin-top: -30px;
}
/* interlineado */
.l-h-14px{
	line-height: 14px;
}
.l-h-15px{
	line-height: 15px;
}
.l-h-16px{
	line-height: 16px;
}
.l-h-18px{
	line-height: 18px;
}
.l-h-28px{
	line-height: 28px;
}
.l-h-52px{
	line-height: 52px;
}
.vh-85{
	height: 80vh;
}
/* width */
.text-whitei{
	color: #fff !important;
}
.w-36,
.w-75px,
.w-96{
    display: inline-block;
    text-align: center;
}
.w-36 {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.w-65{
    width: 65px;
}
.w-75px{
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.w-96 {
    width: 96px;
    height: 96px;
    line-height: 96px;
}
/* position */
.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
/* shadow */
.bs-n{
	box-shadow: none !important;
}
.bs-naranja-sm{
	box-shadow: 0px 4px 5px 0px rgba(222, 122, 71, 0.30);
}
.bs-gris-sm{
	box-shadow: 0px 4px 5px 0px rgba(135, 135, 135, 0.30);
}
/* aside */
#aside{
	//z-index: 1051;
}
#aside ul li a:hover,
#aside ul li a:focus,
#aside ul li a.active{
	background-color: #2b3a49;
}
#aside ul li a:hover span,
#aside ul li a:focus span,
#aside ul li a.active span{
	color: #ffffff !important;
	opacity: inherit;
}
/* pagina panel */
.panel-reels{
	bottom: 0; 
	position: absolute; 
	right: 20px;
}
.descuento-item-bottom{
    bottom: 20px;
    left: 0;
	position: absolute;
    right: 0;
}
.streamline .sl-item:last-child{
	padding-bottom: 0 !important;
}
/* zona optimizada */
.desc_fecha{
	position: absolute;bottom: 0;
}
/* reels*/
.img-circle-75{
	left: 0;
	position: absolute;
	margin-top: -37.5px;
	right: 0;
	top: 50%;
	z-index: 1;
}
.fondo-reels{
	background-color: rgba(242,127,72,0.7);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.reels_item:hover .img-circle-75,
.reels_item:hover .fondo-reels{
	display: block;
}
/* modals  */
.close{
	opacity: 1 !important;
	position: absolute;
	top: 0;
	right: 0;
}
.modal-open .modal.modal-center.in,
.modal-open .modal.modal-center.show {
    display: flex !important;
    align-items: center !important;
}
.modal-open .modal.modal-center.in .modal-dialog {
    flex-grow: 1;
}
/* videos */
.contenedor-video{
	position:relative;
	padding-bottom:56.25%;
	padding-top: 30px;
    height: 0;
	overflow: hidden;
}
.contenedor-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* paginacion */
.pagination li.active a,
.pagination li:hover,
.pagination li:focus{
	background-color: #ff7e44 !important;
	border-color: #ff7e44 !important;
	color:#fff !important;
}
/* cuenta */
.add-user{
	position: absolute;
    right: 28px;
    z-index: 1;
    top: 37px;
}
.add-user a{
	display: block;
}
.add-evento a{
	display: inline-block !important;
}
/* portafolio edit */
.content-eyes{
	background-color: #ddd;
	border-radius: 5px;
	cursor: pointer;
	height: 27px;
	width: 32px;
}
.content-eyes.active,
.content-eyes:hover{
	background-color: #6ac386;
}
.content-eyes i{
	color: #000;
}
.content-eyes.active i,
.content-eyes:hover i{
	color: #fff;
}
/* grillas kendos */
#grilla{
	//margin-top: -30px !important;
}
#grilla,
.k-header.k-grid-toolbar{
	border: 0 !important;
}
#grilla,
#grilla .k-header{
	background-color: transparent;
}
#grilla .k-header{
	margin-top: 30px !important;
}
#grilla table{
	border: 1px solid #e7e7e7;
}
#grilla table th{
	background-color: #ffffff !important;
}
#grilla table th a:hover,
#grilla table th a .k-icon,
#grilla table th.k-sorted a{
	color: #ff7e44 !important;
}
#grilla table th a{
	color: #212121 !important;
}
#grilla table th,
#grilla table td{
	padding: 8px;
}
#grilla table tr{
	cursor: pointer;
}
#grilla table tbody tr:hover{
	background-color: #ebebeb;
}
#grilla table tr:nth-child(odd){
	background-color: #f9f9f9;
}
#grilla table tr >th:first-child, 
#grilla table tr >td:first-child {
	padding-left: 15px !important;
}
#grilla .k-pager-numbers .k-state-selected{
	background-color: #ff7e44;
	border: 0;
	color: #ffffff;
}
.k-pager-wrap{
	background-color: #ffffff !important;
	border-left: 1px solid #e7e7e7 !important;
	border-right: 1px solid #e7e7e7 !important;
	border-top: 0 !important;
	border-bottom: 1px solid #e7e7e7 !important;
}
.k-animation-container, 
.k-animation-container *, 
.k-animation-container :after, 
.k-block .k-header, 
.k-dialog .k-window-content, 
.k-list-container, 
.k-widget, 
.k-widget #editor *, 
.k-widget #editor :before{
	box-sizing: border-box !important;
}
#grilla tr.k-state-selected,
#grilla tr.k-state-selected td{
	background-color: #4285e0 !important;
}
.k-grid td.k-state-selected, 
.k-grid tr.k-state-selected>td{
	border-color: #e6e6e6 !important;
}
.k-window-titlebar.k-header{
	background-color: #fff !important;
	padding: 0;
	border: 0 !important;
	min-height: auto;
	height: auto;
}
.k-window-titlebar{
	background-color: #f0f0f0 !important;
}
.k-window-titlebar .k-window-title{
	display: none;
}
.k-upload{
	background-color: #e0e0e0 !important;
	border:  0 !important;
}
.k-i-close:before{
	color:  #444 !important;
	content: "\f00d" !important;
	font-family: 'FontAwesome';
	font-size: 18px !important;
}
.k-window-actions{
	z-index: 1;
}
.k-dropdown{
	border: 1px solid rgba(0,0,0,.15) !important;
	padding-bottom: 8px !important;
}
.k-dropdown .k-state-hover{
	box-shadow: none !important;
}
.k-grid-editar_laminas,
.k-command-cell a{
	border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
.k-grid-toolbar{
	padding: 0  !important;
}
#grilla_detalle tr{
	cursor: pointer;
}
#grilla_detalle tr th,
#grilla_detalle tr td{
	border:  0; 
}
#grilla_detalle .k-command-cell{
	text-align: right;
}
#grilla_detalle .k-command-cell a span{
	background-color: rgba(0, 0, 0, 0.065) !important;
	padding:  3px;
	width: 18px;
}
#grilla_detalle tbody tr:nth-child(odd){
	background-color: #f9f9f9;
}
.mensaje_cliente{
	background-color: #f9f9f9;
	border-top:  1px solid #f3f5f5;
	padding: 10px;
}
.imagenes_canales{
	background-color: #e0e0e0;
	border-radius: 5px;
	color: #ff7e44;
	padding: 10px;
	text-decoration: underline #ff7e44;
}
.imagenes_canales i{
	cursor: pointer;
}
.contenedor_imagenes_canales .k-upload-status.k-upload-status-total{
	display: none;
}
.canal_portafolio{
	padding-top: 10px;
}
.canal_portafolio a{
	padding-right: 5px;
	font-size: 12px;
	display: inline-block;
}
.canal_portafolio a:hover{
	opacity: 0.7;
}
.canales_datos .text-md.block{
	line-height: 18px;
}
.consulta_data{
	line-height: 16px;
  padding-top: 5px;
}
.contenedor-centrado-datos{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contenedor-centrado-datos a{
	display: initial;
}
.lista_canales{
/* 	display: flex;
  flex-direction: column;
  justify-content: space-between;*/
}
.resizeHeight{
	padding-bottom: 0.5em;
}
.resizeHeight_destacado{
	padding-bottom: 0;
}
.lista_canales.resizeHeight .box.p-a:last-child {
  margin: 0 !important; 
}
.mis_canales{
	padding-right: 0 !important;
}
.mis_canales_column{
	display: inline-block;
	padding: 0 5px;
	padding-right: 0;
}
.mis_canales_column1{
	padding: 0 5px 10px;
	padding-left: 10px;
}
.canal_portafolio a:last-child{
	padding-right: 0 !important;
} 
/* eventos */
.btn-evento{
	padding: 18px 40px 10px 40px !important;
    border-radius: 25px !important;
}
.evento_fondo{
	padding: 5em 0;
	/*background-image: url("../images/evento_fondo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom center;*/
}
.evento_fondo2{
	padding: 5em 0;
	/*background-image: url("../images/evento_fondo.jpg");*/
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom center;
    object-fit: cover;
    width: 100%;
}
.evento_fondo_gracias{
	padding: 5em 0;
	background-repeat: no-repeat;
	background-size: cover;
    background-position: bottom center;
    object-fit: cover;
    width: 100%;
}
.evento_content{
	display: inline-grid;
	align-items: flex-end;
}
.evento_gracias{
	margin-bottom: 11.64px;
	font-size: 47px;
	line-height: 40px; 
	margin: 0 !important;
	padding-bottom: 4px !important;
}
.foto_img{
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	cursor: pointer;
    padding: 9px 10px;
    margin-top: 29px;
}
.foto_img i{
	color: #4caf50;
	font-size: 16px;
}
/* Landing */
.landing_bienvenido{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
}
.landing_content{
	z-index: 9;
}
.empezar{	
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
}
.empezar a{
    background-color: #f05223;
    color: white;
    font-size: 26px;
    padding: 33px 17px;
    border-radius: 35px;
    display: inline-block;



	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}
.empezar a:hover{
	-webkit-transform: translateY(12%);
	transform: translateY(12%);
	bottom: 12%;    
}
.fondo_landing_pie{
	background-image: url("../images/fondo_pie.jpg");
	background-repeat: no-repeat;
	background-position: center botom;
	background-size: cover;
}
.redes_sociales li{
	display: inline-block;
	padding: 5px;
	width: 35px;
}
.redes_sociales li a{
	font-size: 18px;
}
.derechos_reservados img{
	/*position: absolute;
	left: -26px;
	top: 3px;*/
	margin-top: -8px;
}
.bg-negro{
	background-color: white !important;
}
.vlt-fullpage-slider .bg-negro .vlt-section__ken-burn-background{
	top: 37%;
}
.fade-in {
  animation: fadeIn ease 8s;
  -webkit-animation: fadeIn ease 8s;
  -moz-animation: fadeIn ease 8s;
  -o-animation: fadeIn ease 8s;
  -ms-animation: fadeIn ease 8s;
}

.fade-in-5 {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/* medias */
@media (max-width: 991px){
	.bienvenido{
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.padding_logos{
		padding-bottom: 20px !important;
	}
	.vh-85 {
	    height: 86vh;
	}
}
@media (max-width: 800px){	
	.vh-85 {
	    height: 90vh;
	}
}
@media (max-width: 767px){
	.vlt-fullpage-slider .bg-negro .vlt-section__ken-burn-background{
		top: 50%;
	}
	.pie_derechos_reservados{		
	    /*position: absolute;
	    bottom: 15px;
	    margin: 0 auto;
	    text-align: center;
	    right: 0;*/
	    text-align: center;
    	padding-top: 2em;
	}
	.landing .container{
		max-width: 710px;
	}
	.landing .pb-5{
		padding-bottom: 4rem!important;
	}
}
@media (max-width: 630px){	
	.vh-85 {
	    height: 92vh;
	}
}
@media (max-width: 400px){
	.padding_logos{
		padding-bottom: 25px !important;
	}
	/*.pb_3_400{
		padding-top: 0 !important;
	}*/
}

@media (min-width: 992px){
	.modal-xl {
	    max-width: 1140px;
	}
	.landing .pt-5{
		padding-top: 1rem!important;
	}
}
@media (min-width: 1200px){
	.modal-xl {
	    max-width: 1140px;
	}
}
@media (min-width: 1600px) {
	.col-xxl-3{
		-ms-flex: 0 0 25%;
    	flex: 0 0 25%;
    	max-width: 25%;
	}
}
@media (min-width: 1900px) {
	.col-xxl-3{
		-ms-flex: 0 0 20%;
    	flex: 0 0 20%;
    	max-width: 20%;
	}
}
@media (min-width: 2500px) {
	.col-xxl-3{
		-ms-flex: 0 0 15%;
    	flex: 0 0 15%;
    	max-width: 15%;
	}
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
	.mi_mobile .container{
		height: 100vh;
	}
	.mi_mobile .landing_bienvenido:not(*:root), .chrome {
		bottom: 56px;
	}
}