<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, .input-field&gt;label{font-family: 'Rubik', sans-serif; color: #000000; font-size: 15px; background-color: white; }

/*Loading*/
.preloader {
    display: none;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    position: fixed;
    width: 100px;
    height: 100px;
    border: 10px solid #eee;
    border-top: 10px solid #666;
    border-radius: 50%;
    animation-name: girar;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 35%;
    left: 40%;
    transform: translate(-50%, -50%);
}

@keyframes girar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.objeto {
    background-color: blue;
    position: absolute;
    top: 25%;
    width: 100%;
    height: 50%;
}

.sidenav li {line-height: 30px;}

.black-screen {
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    opacity: 0.99;
    z-index: 100;
    top: 0;
    background-image: url(../../assets/uploads/images/logo-blanco.svg);
    background-position: center;
    background-size: 250px;
    background-repeat: no-repeat;
}

.nomargin{margin: 0;}
.nomargin-b{margin-bottom: 0;}
.dots{border-top:2px dashed #eff1f7 !important;}

.brdr-10{ border-radius: 10px; }
.brdr-50{ border-radius: 50px; }
.brdr-100{ border-radius: 100%; }

.br-b1{ border-bottom: 1px solid rgba(0,0,0,0.2); }
.sidenav li&gt;a:hover{background-color: #1B77EB; color: white;}
.cat-titulo{color: rgba(0,0,0,0.87); display: block; font-size: 14px; font-weight: 500; height: 48px; line-height: 48px; padding: 0 32px; color: #1B77EB;}
.sub-datos li{ display: inline-block; margin-right: 10px;}

.user{ position: relative; }
.hover-user{display: none; padding: 20px 15px 20px 15px; box-shadow: 0px 0px 10px 0px #9e9e9e; position: absolute; top: 40px; right: -20px; z-index: 20; width: 250px; border-radius: 10px;}
.hover-user .sub-menu ul li{ width: 100%; margin-bottom: 10px; }
.hover-user .sub-menu ul li a:hover{ color: #1B77EB; }

.user:hover .hover-user{display: initial;}

.mrg-tb-20{ margin-top: 15px; margin-bottom: 15px;}
.mrg-b-20{ margin-bottom: 20px; }
.mrg-b-50{ margin-bottom: 50px; }
.pd-tb-10{ padding-top: 10px; padding-bottom: 10px; }
.pd-tb-50{ padding-top: 50px; padding-bottom: 50px; }
.pd-tb-100{ padding-top: 100px; padding-bottom: 100px; }
.pd-t-100{ padding-top: 100px;}
.pd-rl-20{ padding-left: 20px; padding-right: 20px; }

.ftw-3{ font-weight: 300 }
.ftw-4{ font-weight: 400 }
.ftw-5{ font-weight: 500 }
.ftw-7{ font-weight: 700 }

.ftz-12{ font-size: 12px;}
.ftz-18{ font-size: 18px;}
.ftz-20{ font-size: 20px;}
.ftz-25{ font-size: 25px; }
.ftz-30{ font-size: 30px; }
.ftz-35{ font-size: 35px; }
.ftz-50{ font-size: 50px; }
.ftz-70{ font-size: 70px; }
.ftz-100{ font-size: 100px;}

.bg-color-1{background-color: black;}
.bg-color-2{background-color: white;}
.bg-color-3{background-color: #1B77EB;}
.bg-color-4{background-color: #F9F9F9;}
.bg-color-5{background-color: #848484;}
.bg-color-6{background-color: #949494;}

.color-1{color: black;}
.color-2{color: white;}
.color-3{color: #1B77EB;}
.color-4{color: #F9F9F9;}
.color-5{color: #848484;}
.color-6{color: #949494;}

.fixed-header{ background-color: white; position:fixed; width:100%; z-index:10; top:0px; box-shadow: -1px 4px 17px -6px rgba(0,0,0,0.30);
-webkit-box-shadow: -1px 4px 17px -6px rgba(0,0,0,0.33);
-moz-box-shadow: -1px 4px 17px -6px rgba(0,0,0,0.30); }
/*.dinamyc-padding-mobile{padding-top:100px}*/
/*.dinamyc-padding-mobile.sec-detalle-programa, .dinamyc-padding-mobile.container, .dinamyc-padding-mobile.inter-space {padding-top:150px}*/

.container.dinamyc-padding-mobile{margin-top:20px;}

.header{ height: 100px; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;}
.lista-menu ul{margin: 0; padding: 0; display: inline-block;}
.lista-menu ul li{ display: inline-block;vertical-align: middle; }
.lista-menu-in li{ margin-right: 20px; }
.lista-menu-in li{ position: relative; }
.lista-menu-in li a{color: black}
.lista-menu-in li:hover &gt; a:before{content: " "; width: 15px; height: 3px; border-radius: 2px; background-color: #1B77EB; position: absolute; bottom: -2px; right: 0}

.lista-menu .social a{ border:1px solid white; font-size: 16px; width: 30px; height: 30px; line-height: 30px; margin-top: 5px;}

.bt-link-1{border-radius: 10px; border: 0; height: 40px; width: 150px; line-height: 40px; display: inline-block; }
.bt-link-1:hover{border-bottom: 4px solid #0F4E9E;}

.bt-link-2{border-radius: 10px; height: 70px; width:100%; line-height: 70px; display: inline-block; margin-bottom: initial; }
.bt-link-2:hover{border-bottom: 6px solid #0F4E9E;}

.bt-link-3{border-radius: 100px; display: block; height: 40px; width: 40px; background-size: cover;}

.bt-link-4{ display: block;  width: 100%; background-size: cover; position: relative;}
.bt-link-4 img{border-radius: 50%; width: 100%;}
.bt-link-4:hover:before{content: "Editar foto"; border-radius: 50px; color: white; text-align: center; position: absolute; width: 100%; bottom: 0; left:0; line-height: 50px;  height: 50px; background-color:rgba(0,0,0,0.5);} 

.bt-link-5{ display: inline-block; text-align: center; border-radius: 10px; border: 1px solid black; height: 40px; padding: 0 30px 0 30px; line-height: 40px;}

.bt-link-6{border-radius: 50px; z-index: 2; position: absolute; color: white; text-align: center; padding: 0 30px 0 30px;  bottom: 20px; right:20px; line-height: 50px;  height: 50px; background-color:rgba(0,0,0,0.5);}

.bt-link-7{border-radius: 10px; height: 40px; padding: 0 30px 0 30px; margin-bottom: 10px; line-height: 40px; display: inline-block; }

.bt-link-8{ display: block;  width: 100%; background-size: cover; position: relative;}
.bt-link-8 img{border-radius: 50%; width: 100%;}

.bt-link-9{border-radius: 10px; border: 0; height: 40px; width: 100%; line-height: 40px; display: inline-block; }
.bt-link-9:hover{border-bottom: 4px solid #0F4E9E;}

.bt-link-10{border-radius: 10px; border: 0; height: 40px; padding: 0 10px 0 10px; line-height: 40px; display: inline-block; }
.bt-link-10:hover{border-bottom: 4px solid #0F4E9E;}

.bt-menu-1{ font-size: 20px; width: 40px; height: 40px; line-height: 40px; text-align: center; display: inline-block; }

.banner{ height: 500px; position: relative; background-size: cover; }
.banner:before{ content: " "; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); top: 0; left: 0; position: absolute; z-index: 1 }
.banner .container{ z-index: 2; }
.banner h1, .banner h2, .banner h3{ margin: 0 }

.banner-in{ text-align: left; position: relative; background-size: cover; }
.banner-in:before{ content: " "; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); top: 0; left: 0; position: absolute; z-index: 1 }
.banner-in .container{ z-index: 2; }

.info-in img{ height: 150px;  }
.info-in span{ display: block; position: relative; margin-bottom: -30px; }

.mas-canales{height: auto;}
.mas-canales-in{ height: initial; line-height: initial; }
.mas-canales-in img{ height: 70px; }
.mas-canales-in ul{ margin: 0 }

footer{height: initial; line-height: initial;}
.col2{ text-align: right; }

.datos-perfil{ margin-top: 0px; }
.datos-perfil &gt; div{ padding-left: 30px; }
.datos-perfil .descripcion{ margin: 0 }

.integrantes img{border-radius: 50%; text-align: center;}
.integrantes span{ display: block; margin-bottom: 20px; }

.lider-comunidad{ text-align: left; }

.side-menu{ margin-bottom: 50px; margin-top: 30px; }
.side-menu ul{ border-bottom: 1px solid #eff1f7 !important; margin-bottom: 20px; padding-bottom: 20px; padding-top: 20px;}
.side-menu ul li{ padding: 0 0 10px 0; }
.side-menu ul li a{color: black;}
.side-menu ul li a:hover, .side-menu ul li &gt; .active{color: #1B77EB;}

.side-menu-right{ padding-top: 50px !important; padding-left: 50px !important; }
.side-menu-right h5{ margin: 10px 0 30px 0; border-bottom: 1px solid #eff1f7; padding-bottom: 20px;}

.sub-perfil{ height: 80px; line-height: 80px; }
.sub-perfil ul li{ display: inline-block; margin-left: 20px; }

.content-muro{border-left: 1px solid #eff1f7; box-sizing: border-box; border-right: 1px solid #eff1f7; padding:50px !important;}


.post-muro{  border: 1px solid #9e9e9e; border-radius: 10px;  margin-bottom: 20px;}
.post-muro &gt; .header{ border-bottom: 1px solid #9e9e9e }
.post-muro .header h5, .post-muro .header p{ display: block; width: 100%; }
.header-2{border-top: 1px solid #9e9e9e;}
.header-3{padding: 20px; transition: all 0.2s ease-out;}
.header-3:hover{ box-shadow: 0px 0px 10px 0px #9e9e9e}
.header-3 p, .header-3 h5{ margin: 0 }
.header-4{border-top: 1px solid #9e9e9e; padding: 20px 0 20px 0}
.post-muro &gt; .header-2{ height: 100px;}

.header-3 .valign-wrapper textarea{ position: relative; }

.edit-muro &gt; li{ display: inline-block; margin-left: 10px; }

.post-muro-2{border: 1px solid #eff1f7; border-radius: 10px; margin-bottom: 20px;}
.post-muro-3{border:1px solid #1B77EB; border-radius: 10px;  margin-bottom: 50px;}
.post-muro-3  .header{border-bottom: 1px solid #1B77EB }
.post-muro-3 form{ border-radius: 10px; }

.post-muro-4{  border-radius: 10px;  margin-bottom: 50px;}
.post-muro-4 &gt; .header{ border-bottom: 1px solid #9e9e9e }

.post-muro-5{border: 1px solid #eff1f7; border-radius: 10px; padding: 20px; margin-bottom: 20px;}
.post-muro-5{}

.user-post{margin-left: 10px !important;}
.usuario{height:60px; display:block; overflow:hidden;}
.list-errors li{ margin-top: 20px; }

.fl1{flex: 1}
.dsf{display: flex;}

.flxh {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
}
.flxhp{
   display: -webkit-flex;
   display: flex;
}
.resiText {
    box-sizing: border-box;
    resize: none;
    outline:none !important;
}

button, input, optgroup, select, textarea{font-family: 'Rubik', sans-serif;}
.file-field .file-path-wrapper{overflow: initial;}
.btn, .btn-large, .btn-small, .btn-flat{text-transform: initial; letter-spacing: initial;}
.file-field .btn, .file-field .btn-large, .file-field .btn-small{ float: initial; }

.file-path-wrapper{ display: none; }
.btn:hover, .btn-large:hover, .btn-small:hover{background-color: #1B77EB;}
.file-field .btn, .file-field .btn-large, .file-field .btn-small{overflow: hidden;}

.dropdown-content{ border-radius: 10px; }
.dropdown-content li&gt;a, .dropdown-content li&gt;span{color: #1B77EB;}

.modal{ width: 40% !important; max-height: initial; }


.usuario-registro input, .usuario-registro textarea, .usuario-registro input.valid, .usuario-registro input:focus, .usuario-registro input:visited {
    border: 1px solid #9e9e9e !important;
    border-radius: 10px !important;
    margin-top: 5px !important;
    padding: 0 10px 0 10px !important;
    box-sizing: border-box !important;
    box-shadow: 0 0px 0 0 #4CAF50 !important;
    width: 100% !important;
}
.usuario-registro textarea{ padding-top: 15px !important; padding-bottom: 15px !important;}
.usuario-registro label{color: black !important;}

.usuario-registro .post-muro-5.valign-wrapper{ display: flex; text-align: left;}

.post-muro-3 textarea, .post-muro-data input{
    border: 0px solid #9e9e9e !important;
    border-radius: 10px !important;
    margin: 0px !important;
    padding: 0px 0px 0 0px !important;
    box-sizing: border-box !important;
    box-shadow: 0 0px 0 0 #4CAF50 !important;
    width: 100% !important;
    min-height: initial !important;
    height: 25px;
    font-size: 20px; 
}

.form-comentario-muro{ transition: all 0.2s ease-out; border:0 !important; padding: 5px 5px 5px 20px; margin-bottom: 5px; margin-right: 10px; border-radius: 10px !important;}
.form-comentario-muro input{ height: 20px !important;  margin: 0 !important; }
.form-comentario-muro input[type="text"]:disabled, .form-comentario-muro textarea[type="text"]:disabled{color: black !important;}
.form-comentario-muro textarea[type="text"]:enabled{color: white !important;}
.activar-edicion{background-color: #039be5 !important; color: white !important; transition: all 0.2s ease-out;}
.activar-edicion span{color: white !important;}
.activar-edicion input{color: white !important;}

.header-1 input, .login-form input, .header-1 textarea{padding-left: 20px !important; box-shadow: 0 0px 0 0 #4CAF50 !important; box-sizing: border-box !important; margin-left: 0px !important; border: 1px solid #9e9e9e !important;}
.header-1 input, .login-form input{border-radius: 50px !important;}
.header-1 textarea{ padding-top: 13px; margin: 0; border-radius: 10px }
.header-1 form{ position: relative; padding-top: 0px; margin: 0; border-radius: 10px }
.login-form.valign-wrapper, .login-redes.valign-wrapper{display: flex;}

.header-1 button{ padding: 0 15px 0 15px; border-radius: 100%;}
.post-muro-3 textarea{margin-left: 10px !important;}
.post-muro-3 textarea:focus, .post-muro-3 textarea:visited{ }
.post-muro-data input{margin-left: 0px !important;}

.emoji{ position: absolute; right: 10px; opacity: 0.5 }


.clean-input{ border:0 !important; padding: 0 !important; box-shadow: 0 !important; }
.clean-input:focus{border-bottom: 0px solid white !important; -webkit-box-shadow: 0 0px 0 0 white !important;}

.msg{border-bottom: 1px solid #9e9e9e; margin-bottom: 20px;}

#notificacion{ top: -30px;}
#notificacion li{ text-align: center; }


.megusta-watch{border-radius: 0px; border: 1px solid white; padding: 5px 10px; display: table;}

.foot-navigation-mobile{ position: fixed; bottom: 0; width: 100%; z-index: 9999; }
.foot-navigation-mobile a{ height: 50px; line-height: 50px; color: black;}


.video-list{ position: relative; margin-bottom: 20px;}
.video-list a{ color: white;  font-weight: 300; }
.video-list .image{ height: 230px; background-size: cover; background-position: center; position: relative;  margin: 0 1px 0 1px; }
.video-list .image-2{ height: 300px; background-size: cover; background-position: center; position: relative;  margin: 0 1px 0 1px;}
.video-list .image::before,.video-list .image-2::before{ position: absolute; width: 100%; height: 100%; background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);; z-index: 1; content: ""; transition: all 0.2s ease-out;}
.video-list:hover .image::before, .video-list:hover .image-2::before{background-color: rgba(0,0,0,0.2);}
.video-list .title{ position: absolute; width: 100%; bottom: 0; padding: 0 20px 20px 20px; font-size: 15px; z-index: 2 }
.video-list span{ font-size: 13px; opacity: 0.5; }
.video-list h5{ font-size: 20px; font-weight: 300; }
.video-list .image img{ }
.video-list .en-vivo{ position: absolute; top: 5px; left: 5px; background-color: red; border-radius: 5px; z-index: 2; padding: 3px 10px; }

.wrapper-data ul{ color:white; }









/*API SHARE*/
.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button, .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-button, .share-dialog {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
}

.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  /*
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  */
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



@media only screen and (min-width:320px) {
	.ftz-20{ font-size: 20px;}
	.ftz-30{ font-size: 15px; }
	.ftz-50{ font-size: 20px; }
	.ftz-70{ font-size: 30px; }
	.ftz-100{ font-size: 50px;}




	.pd-tb-50{ padding-top: 50px; padding-bottom: 50px; }
	.pd-tb-100{ padding-top: 50px; padding-bottom: 50px; }

	.bt-link-2{margin-bottom: 20px;}
	.bt-link-4 img{width: 50%;}
	.info-in{ margin-bottom: 40px; }
	.info-in span{ margin-bottom: -10px; }
	.info-in img{ height: initial; width: 50%; }
	.banner{ height: 200px; }
	.banner-in{ text-align: center; }
	.datos-perfil &gt; div{ padding-left: 0px; }

	.lider-comunidad{ text-align: center; }

	.mas-canales{height: 175px; text-align: center;}
	.mas-canales-in img{margin-top: 20px; }
	footer{height: 50px; text-align: center;}
	.col2{ text-align: center; }

	.side-menu{ margin-bottom: 0px; margin-top: 0px; }
	.side-menu ul{ border-bottom: 1px solid #eff1f7 !important; margin-bottom: 0px; padding-bottom: 0px; padding-top: 20px;}
	.content-muro{border:0; padding:30px 0 0 0 !important;}
	.side-menu-right{ padding-top: 0px !important; padding-left: 0px !important; }

	.user-post{padding-left: 0px !important;}
	.usuario{ height: 60px }

	.login-form.valign-wrapper{display: initial;}
	.login-redes.valign-wrapper{display: initial;}

	.modal{ width: 95% !important; }
	.usuario-registro .post-muro-5.valign-wrapper{ display: inline-block; text-align: center; }
	.usuario-registro .post-muro-5.valign-wrapper .dsf{ display: block; text-align: center; }
	.usuario-registro .post-muro-5.valign-wrapper .fl1{ margin-left: 0px; }

	.emoji{ position: absolute; right: 50px; opacity: 0.5 }

	.video-list .image-2{ height: 200px;}
  .video-list h5{ font-size: 15px; font-weight: 600; }
}

@media only screen and (min-width:481px) {

  /*.dinamyc-padding-mobile{padding-top:120px}*/
	.video-list .image-2{ height: 300px;}

}

@media only screen and (min-width:601px) {

	.pd-tb-50{ padding-top: 50px; padding-bottom: 50px; }
	.pd-tb-100{ padding-top: 100px; padding-bottom: 100px; }

	.container{ width: 90%; max-width: 601px; }
	.info-in span{ margin-bottom: -30px; }
	.info-in img{ height: 150px; width: auto; }
	.usuario{height:60px; display:block; overflow:hidden;}
	.login-form.valign-wrapper{display: flex;}
	.login-redes.valign-wrapper{display: flex;}

	.modal{ width: 90% !important; max-height: initial; }
	.usuario-registro .post-muro-5.valign-wrapper{ display: flex; text-align: left;}
	.usuario-registro .post-muro-5.valign-wrapper .dsf{ display: flex; text-align: center; }
	.usuario-registro .post-muro-5.valign-wrapper .fl1{ margin-left: 20px; }


}

@media only screen and (min-width:993px) {
	.ftz-30{ font-size: 25px; }
	.ftz-50{ font-size: 40px; }
	.ftz-70{ font-size: 60px; }
	.ftz-100{ font-size: 100px;}
	.bt-link-2{margin-bottom: initial;}
	.bt-link-4 img{width: 100%;}
	.container{ width: 95%; max-width: 993px; }
	.banner-in{ text-align: left; }
	.datos-perfil &gt; div{ padding-left: 80px; }
	.mas-canales-in{ height: 70px; line-height: 70px; }
	.mas-canales-in img{margin-top: initial; }
	.lider-comunidad{ text-align: left; }
	footer{height: 100px; line-height: 100px;}

	.content-muro{border-left: 1px solid #eff1f7; border-right: 1px solid #eff1f7; padding: 50px !important;}

	.side-menu{ margin-bottom: 50px; margin-top: 30px; }
	.side-menu ul{ border-bottom: 1px solid #eff1f7 !important; margin-bottom: 20px; padding-bottom: 20px; padding-top: 20px;}
	.side-menu-right{ padding-top: 50px !important; padding-bottom: 50px !important ; padding-left: 50px !important; }

	.modal{ width: 65% !important; max-height: initial; }
	.emoji{ position: absolute; right: 10px; opacity: 0.5 }
  .video-list h5{ font-size: 18px; font-weight: 300; }

}

@media only screen and (min-width:1023px) {
	.ftz-30{ font-size: 25px; }
	.container{ width: 90%; max-width: 1023px; }
	.banner{ height: 400px; }
	.datos-perfil{ margin-top: 0px; }
	.datos-perfil &gt; div{ padding-left: 80px; }
	.mas-canales{height: 175px;}
	.mas-canales-in{ height: 70px; line-height: 70px; }
	footer{height: 100px; line-height: 100px;}
	.col1{ text-align: left; }
	.col2{ text-align: right; }
	/*.dinamyc-padding-mobile{padding-top:200px}*/

	.modal{ width: 45% !important; max-height: initial; }
}

@media only screen and (min-width:1200px) {

	.ftz-30{ font-size: 30px; }
	.container{ width: 90%; max-width: 1200px; }
	.datos-perfil{ margin-top: 40px; }
	.datos-perfil &gt; div{ padding-left: 30px; }
	.mas-canales{height: 175px;}
	.mas-canales-in{ height: 70px; line-height: 70px; }
	footer{height: 100px; line-height: 100px;}
	/*.dinamyc-padding-mobile{padding-top:240px}*/

}

@media only screen and (min-width:1430px) {
	.ftz-30{ font-size: 30px; }
	.container{ width: 90%; max-width: 1200px; }
	.mas-canales{height: 175px;}
	.mas-canales-in{ height: 70px; line-height: 70px; }
	footer{height: 100px; line-height: 100px;}

}

@media only screen and (min-width:1630px) {
	.ftz-30{ font-size: 30px; }
	.container{ width: 90%; max-width: 1430px; }
	.banner{ height: 500px; }
	.mas-canales{height: 175px;}
	.mas-canales-in{ height: 70px; line-height: 70px; }
	footer{height: 100px; line-height: 100px;}
}

@media only screen and (min-width:1900px) {
	.ftz-30{ font-size: 30px; }
	.container{ width: 70%; max-width: 1900px; }
	.mas-canales{height: 175px;}
	.mas-canales-in{ height: 70px; line-height: 70px; }
	footer{height: 100px; line-height: 100px;}
}

@media only screen and (min-width:2560px) {
	body, .input-field&gt;label{font-size: 20px;}
	.hover-user{ width: 400px; }
	/*.dinamyc-padding-mobile{padding-top:280px}*/

}


/*
	Modal - Editar Foto de perfil
*/
.modal.theme-1 {   border-radius: 0rem; }
.modal.theme-1 a { display: inline-block; margin: 1rem 0 0 0; padding: 0.5rem 1rem 0.5rem 1rem; border-radius: 0.5rem; background-color: #1B77EB; color: white; }
.dropzone.dz-clickable { text-align: center; }
.dropzone .dz-preview .dz-image { text-align: center; margin: 0 auto; }
.dropzone .dz-preview .dz-image { border-radius: 50% !important; }
.dropzone { border: 1px dashed rgba(0, 0, 0, 0.2) !important; }</pre></body></html>