html,
body {
  font-family: "Roboto", sans-serif !important;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}


h1, h2, h3, h4, h5, a {
  font-family: 'Roboto Condensed', sans-serif !important;
}

a {
  text-decoration: none;
  color: inherit;
}

input[type="search"] {
 -webkit-appearance: searchfield;
}

input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}

.align-items-center {
  display: flex;
}
.site-container {
  min-height: 100vh;
      margin-bottom: -74px;
          background: #f2f2f2;
}

.site-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 88px;
      margin-top: -88px;

}

.site-content {
  height: 100%;
  z-index: -1;
}

.site-content-inner {
  padding-top: 66px;
  min-height: 100vh;
  margin-bottom: -88px;
  /* background: #f2f2f2; */

}

.site-content-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 88px;
      /* margin-top: -74px; */
}
@media (min-width: 769px){
  .w-20 {
    display: flex;
      -ms-flex: 0 0 20% !important;
      flex: 0 0 20% !important;
      max-width: 20% !important;
    }
}


.site-pusher {
  height: 100%;
  min-height: 100vh;
}
.img-responsive {
  max-width: 100%;
}
form button.btn-primary, input.btn-primary  {
padding: .8em 2.5em !important;
color: #fff !important;
}

form button.btn-primary#content_save:hover,.modal input.btn-primary:hover {
  color: #fff !important;
}
.label-name {
  padding-left: 15px;
}
.btn.btn-primary, .fos_comment_submit {
  background: linear-gradient(20deg, #EEAF30,#DD4814);
    border-radius: 10px;
    color: #DD4814;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    width: auto;
    height: auto;
    border: none;
    transition: all .2s ease-in-out;
}

.fos_comment_comment_show .fos_comment_submit {
  background: none;
}

.btn.btn-primary:hover, .btn.btn-secondary:hover, .fos_comment_submit:hover {
  transform: scale(0.9);
  color:  #DD4814 !important;
}

.btn-inner {
  background: #fff;
 display: block;
 padding: .7em 2.5em;
 border-radius: 10px;
 width: 100%;
 height: 100%;
 text-align: center;
 border: none;
 -webkit-appearance: none !important;
 color:  #DD4814 !important;
 cursor: pointer;
 text-transform: uppercase;
 text-decoration:  none !important;

}
.fos_comment_comment_show .fos_comment_submit:hover {
  transform: scale(1);
  color:  #DD4814 !important;
}
.fos_comment_comment_show .fos_comment_submit  input[type=submit] {
  background: linear-gradient(20deg, #EEAF30,#DD4814);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
        padding: .5em 1.5em;
    text-decoration: none;
    width: auto;
    height: auto;
    border: none;
    transition: all .2s ease-in-out;
}
.fos_comment_comment_show .fos_comment_submit  input[type=submit]:hover, .fos_comment_comment_show .fos_comment_submit .fos_comment_comment_reply_cancel:hover {
  transform: scale(0.9);
}
.fos_comment_comment_show .fos_comment_submit .fos_comment_comment_reply_cancel {
      background: linear-gradient(20deg, #c5c5c5,#8a8a8a);
    border-radius: 10px;
    color: #fff;
    display: inline-block;
        padding: .5em 1.5em;
    text-decoration: none;
    width: auto;
    height: auto;
    border: none;
    transition: all .2s ease-in-out;
}
.btn-inner-2, .fos_comment_submit input {
  background: transparent;
 display: block;
 padding: .5em 1.5em;
 border-radius: 10px;
 width: 100%;
 height: 100%;
 text-align: center;
 border: none;
 -webkit-appearance: none !important;
 color:  #fff !important;
 cursor: pointer;


}

.fos_comment_submit {
      margin-top: 1rem!important;
}

.btn.focus, .btn:focus, .btn-primary.focus, .btn-primary:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: transparent;
}
.title-lined-center, .title-lined-left, .fos_comment_comment_form_holder h3 {
  text-transform: uppercase;
}
.fos_comment_comment_form_holder h3 {
  font-size: 1.5rem;
      margin-top: 30px;
          text-align: left;
}

.title-lined-center:after {
  content: "";
  display: block;
  border-bottom: 2px solid #DD4814;
  width: 40px;
  height: 10px;
  margin: 0 auto;

}
.title-lined-left:after, .fos_comment_comment_form_holder h3:after {
  content: "";
  display: block;
  border-bottom: 2px solid #DD4814;
  width: 40px;
  height: 10px;

}



/* HEADER */

.top-header {

      text-align: right;
      padding-top: 5px;
}

.top-header span {
  text-transform: uppercase;
  margin-right: 30px;
}
.btn.btn-danger {
  color: #333 !important;
}
.top-header .btn.btn-danger.dropdown-toggle {
  background-color: #ffffff;
  border-color: transparent;
  padding-right: 25px;
  color: #333 !important;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2px;
  font-size: .8em;
  height: 100%;
      width: 100%;
          text-align: left;
}

.tugrupoes {
border-color: transparent;
color: #333 !important;
padding-bottom: 5px !important;
background-color: transparent !important;
padding-left: 5px !important;
border-radius: 2px;
font-size: .8em;
height: 100%;
width: 100%;
text-align: left;
}

.tugrupoes .text-left {
      padding-top: 5px;
}
.top-header .btn.btn-danger.dropdown-toggle span {
  color: #ea531c !important;
  font-size: .1.1em;
}
.dropdown-toggle span:after, .dropdown-toggle .user_inner:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle::after {
  display: none !important;
}
.menu .menu_links {
  padding-top: 20px !important;
  text-align: center;
  background: #fdf2dd;
}
.menu .menu_links.white {
  background:#fff;
  text-align: left;
}
.changegroup_img {
  width: 53px;
  float: left;
margin-right: 7px;
}
.grupos_selection {
    background: #fdf2dd;
}
.grupos_selection button {
  padding-bottom: 5px !important;
  background-color: transparent !important;
  padding-left: 5px !important;
}

/* .grupos_selection:after {
  content:'\f054';
  font-family: 'Font Awesome\ 5 Free';
  color: #fff;
  font-weight: 900;
  position: absolute;
  right:  -100px;
  top: 0;
  z-index: 9;
} */
.top-header .dropdown-menu {
      min-width: 12rem;
}

.top-header .far, .top-header .fas {
  font-size: 3em;
  float: left;
  padding-right: 10px;
  color: #eb5e1f;
  }
.top-header .dropdown-item .fas {
  font-size: 1em;
  float: none;
}
  .top-header.user {
    padding-right: 0 !important;
  }

  .user .dropdown-toggle::after {
        right: -10%;
  }
  .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
    background: transparent !important;
    border-color: transparent !important;
  }

.header {
  position: absolute;
  left: 0;
  right: 0;
  height: 85px;
  background-color: #fff;
  padding: 7px 0;
  -webkit-box-shadow: 0px -2px 23px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -2px 23px -6px rgba(0,0,0,0.75);
  box-shadow: 0px -2px 23px -6px rgba(0,0,0,0.75);
  z-index: 99;

}

.header__logo {
  font-weight: 700;
  padding: 0;
  float: left;
}

.index-logo {
  width: 350px;
  padding-top: 20px;
}

/* MENU */
.menu {
  float: right;
  width: 100%;
  height: 100%;
}
.menu .row {
  height: 100%;
}
.menu a {
  padding:  10px;
  color: #333;
  border-bottom: 1px solid transparent;
  transition: all .2s ease-in-out;
}
.menu a:hover, .menu a.active {
  border-color: #DD4814;
  text-decoration: none;
  color: #DD4814;
}

.menu .btn-primary {
      margin-left: 25px;
}
.chat_link {
  position: relative;
}
#new_messages_num {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  top: 15px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
      /*position: relative;
      top: 9px;
      right: -7px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: red;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 10px;
      font-weight: bold;*/
}
/*.menu a div.has_msg {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  width: 18px;
  height: 18px;
  background: red;
  position: absolute;
  top: 0;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}*/


/* LOGIN */
.site-container.login {
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  margin-bottom: -74px;
      background-color: #f2f2f2;
}

.site-content .login-wrapper {
  /* display: flex;
  align-items: center;
  justify-content: center;
  height: 80%; */
  padding-top: 180px;
}
.login-wrapper.restablecer {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-bottom: 240px;
}
.texto_bienvenida_inner{
  color: #fff;
  text-align: left;
  padding: 15px;
  font-size: 1.2em;
  }

.texto_bienvenida_inner .title-lined-left:after {
  border-color: #fff;
}
.menu a.has_msg {
  position: relative;
}
.menu a.has_msg:after {
  content: '1';
      position: absolute;
      top: 9px;
      right: -7px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: red;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
}

.changegroup .p-0:nth-child(2) {
  padding: 10px !important;
  font-size: .9em;
  text-align: left;
}


.login-content {
  text-align: center;
}

.relative {
  position: relative;
      height: 100%;
}
.login-box {
  background: linear-gradient(20deg, #EEAF30,#DD4814);
    border-radius: 10px;
    color: #DD4814;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    width: 100%;
    height: auto;
    position: relative;
  }
.login-inner {
  background: #fff;
 display: block;
 padding: 3em 4em 0.1px 4em;
 border-radius: 10px;
 width: 100%;
 height: 100%;
 text-align: center;
}
.login-inner .error {
  font-size: .9em !important;
background: #ff540e !important;
color: #fff !important;
border-radius: 5px;
margin-bottom: 10px;
margin-top: -30px;
padding: 5px;
}
.pdr-login {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

#login-form, .form-auth {
  margin: 30px 0;

}
.submit-login {
  margin-bottom: -80px;
}

/* PARALLAX */
.parallax {
  width: 100%;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
.parallax-breadcrum {
  width: 100%;
  min-height: 10vh;
  position: relative;
  overflow: hidden;
}

.img-parallax {
  width: 105%;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.parallax-breadcrum .img-parallax {
  top: 0;
  transform: translate(-50%,-50%);
}
.texto-parallax {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;

}


.breadcrum {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: left;
}

.breadcrum ul {
  list-style: none;
  padding: 0 !important;
}

.breadcrum ul li {
  display: inline-block;
  margin: 0 15px 0 0 ;
}
.breadcrum ul li a {
  color: #EEAF30;
}
.texto-parallax h2 {
    font-size: 3em !important;
}

/* INICIO */


.texto-bienvenida {
  padding: 20px 0;
}
.main-btns-content {
  display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.main-btns-content .btn-primary {
  width: 100% !important;
    margin-bottom: 12px;
}
.main-btns-content .btn-primary img {
  margin-right: 10px;
}

.dropdown.grupos {
  margin-bottom: 10px;
}

.btn-grupo{
  width: 100%;
  background: #FFF;
  border: 1px solid #DD4814 !important;
  text-align: left !important;
  padding: 0 !important;
  position: relative;
  cursor: default !important;
}

.btn-grupo h5 {
  display: inline-block;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-item span {
  background: #00acdd;
  color: #fff;
  font-size: .7em;
  padding: 3px 5px;
  margin-left: 10px;
  font-weight: bold;
}
.dropdown-item:hover span {
  background: #fff;
  color: #333;
}
.dropdown-item:hover {
  background: #DD4814 !important;
  color: #fff !important;
}
.dropdown-item:hover .fas {
  color: #fff !important;
}
.dropdown-item img {
  margin-right: 10px;
}
.dropdown-item.isDisabled {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;

}

.nombre-grupo {
  white-space: normal;
  display: flex;
  align-items: center;
}

.detalle-grupo {
      padding-right: 22px;
}

.detalle-grupo p {
  margin-bottom: 0 !important;
      line-height: 1.2em;
}

.dropdown-toggle::after {
  position: absolute;
  right: 10%;
  top: 60%;
}

#secciones {
      padding: 45px 0 120px 0;
  background: #f2f2f2;
}
.seccion-title {
  margin-bottom: 60px;
}
.fist-title {
  margin-bottom: 20px;
}

.seccion-item, .mitema {
  background: linear-gradient(20deg, #EEAF30,#DD4814);
    border-radius: 10px;
    color: #DD4814;
    display: inline-block;
    padding: 2px;
    text-decoration: none;
    width: 100%;
    height: auto;
    position: relative;
    transition: all .2s ease-in-out;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.seccion-item.tugrupo {
    background: linear-gradient(20deg, #00acdd,#00557f);
    color: #00557f;
}
.seccion-item.tuperfil {
    background: linear-gradient(20deg, #00acdd,#00557f);
    color: #00557f;
}
.seccion-item.estasen {
  margin-bottom: 30px;
}


.seccion-item.tugrupo h4 {
  color: #00acdd;
}
.seccion-item .grupo-asignado {
  width: 142px;
  height: 142px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: -10px;
}

.seccion-item .grupo-asignado::before,
.seccion-item .grupo-asignado::after {
  position: absolute;
  content: '';
  display: block;
  border: 5px solid #2980b9;
  border-top-color: transparent;
  border-left-color: transparent;
}
.seccion-item .grupo-asignado::before {
  top: 0;
  right: 0;
}
.seccion-item .grupo-asignado::after {
  bottom: 0;
left: 0;
}
.seccion-item .grupo-asignado span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #00a8d8;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 12px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
  right: -29px;
  top: 33px;
  transform: rotate(-45deg);
}


.seccion-item .grupo-asignado .fas {
  margin-top: 5px;
  -webkit-animation: flash linear 1s infinite;
animation: flash linear 1s infinite;
}
@-webkit-keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}
@keyframes flash {
	0% { opacity: 1; }
	50% { opacity: .1; }
	100% { opacity: 1; }
}


.seccion-item:hover {
  transform: scale(0.9);
}
.seccion-item.estasen:hover {
  transform: none;
}
.seccion-item-experto:hover {
  transform: none !important;
}
.seccion-item.tuperfil:hover {
  transform: none;
}
.seccion-item-inner  {
  background: #fff;
 display: block;
padding: 5.5em 0em 1em 0px;
 border-radius: 8px;
 width: 100%;
 height: 100%;
 text-align: center;
 transition: all .2s ease-in-out;
 color: #DD4814 !important;
 min-height: 240px;
}
.mitema_inner {
  background: #fdf2dd;
  display: block;
      padding: 1em 2em 0.5em 2em;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all .2s ease-in-out;
  color: #DD4814 !important;
}
.seccion-item.tuperfil .seccion-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  min-height: 190px;
}
.seccion-item-inner.secciones{
  padding: 61px 0 0 0 !important;
  min-height: 145px !important;
  height: 117px;
  display: flex !important;
  align-items: center !important;
}
.seccion-item-inner:hover {
  text-decoration: none;
}
.seccion-titulo {
  width: 100%;
}

.seccion-titulo p {
  color: #333;
font-size: .9em;
    padding: 0 10px;
}

.seccion-img {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: -30%;
}
#grupos {
  background: #f2f2f2;
      padding-top: 50px;
}

#grupos img {
  max-width: 100%;
}

#grupos .seccion-item.estasen .seccion-item-inner {
      min-height: 206px;
}

#grupos .seccion-item.tuperfil .seccion-item-inner {
      min-height: 206px;
          padding: 20px 15px 15px 30px !important;
}

#grupos .seccion-item {
  max-height: 362px;
}
#grupos .seccion-item-inner {
  padding: 0 !important;
      min-height: 276px;
}
#grupos .seccion-item.estasen h4 {
  text-align: left;
  padding: 8px 0;
  margin-top: 46px;
}
#grupos .seccion-item.estasen strong {
      color: #333;
}

#grupos .seccion-item.estasen a {
  color: #00a8d8;
}
#grupos .seccion-item.tuperfil a {
  color: #00a8d8;
}
#grupos .seccion-item-experto h4 {
    min-height: 62px;
}
#grupos h4 {
  font-size: 1.2rem;
  padding: 8px 25px;

}

#grupos .title-lined-center {
  margin-top: 15px;
}
.user-role {
  text-align: left;
  margin-bottom: 20px;
}
.user-role a {
  color: #00a8d8;
}
.info_grupo {
  min-height: 222px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info_grupo ul {
  padding-left: 20px;
}

.info_grupo li, .tuperfil li {
  color: #333;
  text-align: left;
}

.tuperfil span {
  text-transform: uppercase;
}

/* SECCIONES */
section {
  padding: 0 0 50px 0;
}

.indicador_grupo {
  display: inline-block;
}

.grupo {
  background: #fff;
border-radius: 9px;
padding: 5px;
}

.nombre_grupo {
  display: inline-block;
font-size: 1.5em;
font-family: 'Roboto Condensed', sans-serif !important;
color: #333;
/* font-weight: bold; */
padding: 12px;
}
/* FORMS  */
label {
  color: #333;
  /* text-align: right; */
  text-transform: uppercase;
  font-weight: 600;
}

div.change_password label{
  margin-right: 20px;
  width: 300px;
}

div.change_password input[type="password"] {
  display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
margin-bottom: 20px;
    text-align: center;
}

div.change_password .submit-login, .fos_user_user_show .btn-primary {
  margin-bottom: -40px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background-color: #dd4814 !important;
border-color: #dd4814 !important;
}

.estado {
  display: inline-block;
  position: relative;
      width: 32%;
}
.estado label.label-estados {
  background: #989898;
  border: 2px solid #989898;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  font-weight: bold;
  text-transform: capitalize;
  margin-right: 10px;
}
.estado input {
  position: absolute;
    opacity: 0.01;
    width: 100%;
height: 100%;
cursor: pointer;
}
.estado input[type="radio"]:checked + label {
  background: #fff;
}
 .estado label:hover {
   transform: scale(0.9);
 }
.estado input[type="radio"]:checked + label.label-borrador {
  color: #f7a730;
  border-color: #f7a730;
}
.estado input[type="radio"]:checked + label.label-nuevo {
  color: #00a2cf;
  border-color: #00a2cf;
}
.estado input[type="radio"]:checked + label.label-revisar {
  color: #ff550e;
  border-color: #ff550e;
}
.estado input[type="radio"]:checked + label.label-corregido {
  color: #bf00b4;
  border-color: #bf00b4;
}
.estado input[type="radio"]:checked + label.label-validado {
  color: #00bf71;
  border-color: #00bf71;
}


#version_content_name {
  font-weight: bold;
font-style: italic;
}
/* MIEMBROS  */

.table {
  -webkit-box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.4);
-ms-box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.4);
-o-box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.4);
box-shadow: 0 4px 7px -6px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    background-color: #ffffff !important;
}
.profile {
  max-width: 30px;
}
.table td, .table th {
  vertical-align: middle !important;
}
.table tr {
  transition: all .2s ease-in-out;
}

.table tbody tr:hover {
  transform: scale(1.01);
}
.table a {
  color: #00a2cf;
}

.table a:hover, .table a:focus {
  box-shadow: none;
  color: #00a2cf;
  text-decoration: none;
  font-weight: bold;

}

.table .columna-botones  {
  width: 300px;
}
.table .estados  {
  width: 140px;
}



/* footer*/
#footer {
  background: #fff;
  height: 88px;
}
#footer .left {
  display: flex;
  align-items: center;
}
#footer .right {
  text-align: right;
}
#footer ul {
  list-style: none;
    color: #006087;
    margin-bottom: 0 ;
    padding: 0 !important;
}

#footer ul li {
  display: inline-block;
  padding: 10px;

}
#footer ul li a {
  color: #006087;
}
#footer img {
  /* max-width: 210px; */
}

/* FORO */

.search-panel {
  margin-top: 30px;
}
#myInput, #buscador {
background-image: url(../img/searchicon.png);
background-position: 12px 14px;
background-repeat: no-repeat;
width: 100%;
font-size: 16px;
padding: 14px 20px 15px 40px;
border: 1px solid #ddd;
margin-bottom: 12px;
border-radius: 10px;
-webkit-appearance: none;
appearance: none;
}

#foro-lista {
  border-collapse: collapse;
}

p.tema-info, .fos_comment_comment_show .fos_comment_comment_metas  {
  margin-bottom: 0;
  color: #dd4814;
      font-size: 0.75em;
}

.respuestas {
  margin-top: 30px;
}

ul.respuestas-lista {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

ul.respuestas-lista li, .fos_comment_comment_show.fos_comment_comment_depth_0 {
  margin: 15px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
  -webkit-box-shadow: 0px 1px 10px -3px rgba(0,0,0,0.42);
  -moz-box-shadow: 0px 1px 10px -3px rgba(0,0,0,0.42);
  box-shadow: 0px 1px 10px -3px rgba(0,0,0,0.42);
      padding: 20px;
      background: #fff;
  }

.fos_comment_comment_replies {
  padding: 15px 0 15px;
  margin-left: 50px;
/* de Irina
      margin: 0px;
    padding: 10px 0 0 60px;*/
}

.fos_comment_comment_reply {
  text-align: right;
  border-bottom: 1px solid #ccc; */
/*border-bottom: none;  de Irina*/
}

/* de Irina
div[class^="fos_comment_comment_show fos_comment_comment_depth_"] {
    border-top: 1px solid #ccc;
}
div.fos_comment_comment_depth_0 {
	border-top:none;
}
*/
.fos_comment_comment_reply_show_form {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 900;
  color: #DD4814;
      margin-top: 2px;
}

.fos_comment_comment_reply_show_form:hover {
  color: #eca52d;
}
.fos_comment_comment_reply_show_form:before {
  content: '\f061 ';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  margin-right: 5px;
}

  #fos_comment_comment_body {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: .25rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
          margin-top: 1.5rem!important;
          height: auto;
  }

  #fos_comment_thread > h3 {
    margin-top: 20px;
    font-size: 1em;
  }

  /* TEMAS */

  .tema-listado {
    margin-top: 30px;
  }

  .tema-item {
    transition: all .2s ease-in-out;
        text-align: left;
  }

  .tema-item:hover {
    transform: scale(0.9);
  }

  .tema-item .icono {
    margin: 0 auto;
    width: 50px;
    float: left;
  }

.tr-coordinador {
    background: #fdf2dd;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    border-left: 1px solid #dd4814;
  }

  .tema h1 {
        font-size: 1.4em !important;
  }
    .mitema h4 {
      text-align: center;
    }

  .mitema .row {
    align-items: center;
    justify-content: center;
  }

  .tema-item .titulo-tema span:not(.highlight) {
    font-size: 1.2em;
    font-weight: bold;
    color: #008cb2;
  }

    .tema-item .titulo-tema  {
      font-size: .9em;
      font-weight: 400;
      position: relative;
      margin-top: 5px;
      padding-left: 60px;
    }

  .tema-item a {
    color: #333;

  }

    .tema-item a .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99999;
      background: rgba(0, 85, 127,0.8);
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all 1s ease;
      display: flex;
justify-content: center;
align-items: center;
    }

    .tema-item a .overlay p {
      color: #fff;
      line-height: 1.2em;
      font-size: 1.2em;
    }

      .tema-item a .overlay p span {
        font-weight: bold;
            font-size: .8em;
      }

        .tema-item a:hover .overlay {
          opacity: 1;
        }

  .tema-item a:hover {
    text-decoration: none;
  }

  .tema-autor {
        margin: 5px 0 0 0;
        color: #737373;
  }
  .logout {
    padding: .2em .8em !important;
  }
  .btn-inner.download, .btn-inner.history {
     padding: .4em 1.3em !important;
  }

  .btn-inner.editar {
    padding: 0 !important;
  }
    div.editar {
     padding: .4em 1.3em !important;
   }

.btn-inner.eliminar {
  padding: .4em 1.7em !important;
  color: #fff !important;
  background-image: url(../img/eliminar.jpg);
  background-repeat: no-repeat;
  background-position: 20px ;
}


  .snuevo, .srevisar, .svalidado, .sborrador, .scorregido {
    font-weight: bold;
    margin-bottom: 2px !important;
  }

  a.comentario, span.comentario {
    font-size: .8em;
    color: #0094bc !important;
    line-height: 1.3;
    display: inline-block;
  }

  .sborrador {
    color: #f7a730;
  }
  .snuevo {
    color: #00a2cf;
  }
  .srevisar {
    color: #ff550e;
  }
  .svalidado {
    color: #00bf71;
  }
  .scorregido {
    color: #bf00b4;
  }

 .sborrador:after, .label-borrador:after {
    content: '\f28b';
    font-family: 'Font Awesome\ 5 Free';
 }

  .svalidado:after,.label-validado:after {
    content: '\f058';
    font-family: 'Font Awesome\ 5 Free';
  }
  .snuevo:after, .label-nuevo:after {
    content: '\f06a';
    font-family: 'Font Awesome\ 5 Free';
  }
  .srevisar:after, .label-revisar:after {
    content: '\f056';
    font-family: 'Font Awesome\ 5 Free';
  }

  .scorregido:after, .label-corregido:after {
    content: '\f055';
    font-family: 'Font Awesome\ 5 Free';
  }
  .edicion {
    background: #f2f2f2;

  }

  .edicion td {
      padding: 10px 30px !important;
    }

      .edicion td label {
        margin-left: 20px;
      }

  .historial {
    background: #f5f0e6;
  }

  .historial td {
        padding: 5px !important;
        font-size: 0.9em;
  }
  .historial:hover {
    background: #f5f0e6 !important;
  }
  .historial .btn-inner {
    padding: 5px 12px !important;
  }
  .historial .fas {
    font-size: 0.9em;
  }

  .subida {
    margin:  30px 0;
  }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.btn-upload {
  color: gray;
  background: #fff;
  border: 1px solid gray;
  padding: 8px 20px;
  font-weight: bold;
  cursor: pointer !important;
}

.upload-btn-wrapper input[type=file].hide {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.err {
	color:red;
}

#breadcrum {
  padding:  0 !important;
}

/* RESPONSIVE */

@media only screen
and (min-device-width : 768px)
and (max-device-width : 780px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1){
    .container {
      max-width: 768px !important;
    }
    .tuperfil ul {
          margin-top: 43px;
    }
    #grupos .seccion-item.estasen h4 {
    margin-top: 16px !important;
  }
  .seccion-titulo h4 {
    font-size: 1em !important;
}
}


/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1023px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {

    .menu {
      -webkit-transform: translateX(-250px) !important;
      transform: translateX(-250px) !important;
    }

    .grupos_selection, .menu_links, .user, .pdr_logo {
      width: 100% !important;
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }
    .recent_heading {
    width: 100% !important;
    }
    .srch_bar {
      width: 100% !important;
    }
}

@media only screen
and (min-width :1000px)
and (max-width : 1201px) {
  .menu a {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding: 3px !important;
  }
}

@media only screen
and (min-width : 768px)
and (max-width : 994px) {
  .menu a {
    padding-left: 3px !important;
    padding-right: 3px !important;
    font-size: .8em;
  }
  #grupos h4 {
    font-size: .9rem;
    padding: 10px;
  }
  .tuperfil ul {
        margin-top: 0;
  }
  .changegroup_img {
    display: none;
  }
  #login-form label.col-form-label {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
      }
        #login-form .col-md-8 {
          width: 100% !important;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
        }
}

@media only screen and (max-width: 1024px) {
  .recent_heading {
  width: 100% !important;
  }
  .srch_bar {
    width: 100% !important;
  }
}
  #footer ul li {
    padding: 0 !important;
  }
  .seccion-titulo h4 {
    font-size: 1.2em;
  }
  #grupos .seccion-item.estasen .seccion-item-inner, #grupos .seccion-item.tuperfil .seccion-item-inner {
    min-height: 208px;
    height: auto;
  }

  #grupos .seccion-item.tuperfil .seccion-item-inner {
    padding-top: 30px !important;
  }

  .top-header span {
    font-size: .8em;
  }
  .user .btn {
    font-size: .8em;
  }

  #grupos .seccion-item.estasen h4 {
        margin-top: 43px;
  }
  #grupos .seccion-item.estasen .relative {
    padding-right: 10px;
  }

  .menu a {
    padding-left: 3px;
    padding-right: 3px;
  text-align: center;
        font-size: .8em;
  }

  .menu .chat {
        margin-right: 32px;
  }
  .tuperfil ul {
    padding-top: 0 !important;
    padding-left: 26px !important;
    margin-top: 0 !important;
  }


@media only screen and (max-width: 768px) and (min-width: 612px) {
  /* .site-pusher .menu {
    -webkit-transform: translateX(-360px) !important;
    transform: translateX(-360px) !important;
  } */
}
@media only screen and (max-width: 789px) {
  .changegroup_img {
    display: none;
  }
  .descargar_temas {
    margin: 10px 0;
  }
  #new_messages_num {
    top: 29px;
  }
  .tugrupoes {
    font-size: 1.3em;
    padding-left: 35px !important;
  }
  .estado label.label-estados {
    padding: 10px !important;
    font-size: .8em !important;
  }
  .table-responsive .table {
    max-width: none !important;
}
  .wow {
  visibility: visible !important;
  -webkit-animation: none !important;
     -moz-animation: none !important;
       -o-animation: none !important;
      -ms-animation: none !important;
          animation: none !important;
}
  .seccion-item.estasen .seccion-item-inner .info_grupo {
    padding: 0 15px !important;
        padding-left: 0 !important;
}
#grupos .seccion-item.estasen .relative {
    padding-right: 10px;
}
  h1 {
    font-size: 1.8rem !important;

  }
  .site-pusher,
  .site-container {
    height: 100%;
  }

  .site-container {
    overflow: hidden;
  }

  .site-pusher {
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .site-content {
    position: absolute;
    top: 19px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }



  .header {
    position: static;
  }

  .header__icon {
    position: relative;
    display: block;
    float: left;
    width: 50px;
    height: 66px;
    cursor: pointer;
  }
  .header__icon:after {
    content: "";
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    top: 16px;
    left: 15px;
    box-shadow: 0 10px 0 1px #00557f, 0 16px 0 1px #00557f, 0 22px 0 1px #00557f;
  }

  .header__logo {
    width: 80%;
  }

  .top-header {
    font-size: .8em;
    text-align: left !important;
  }

  .top-header .btn.btn-danger.dropdown-toggle {
    font-size: 1em;
    padding: 10px 20px !important;

  }
  .menu {
    position: absolute;
    left: 0;
    top: -78px;
    bottom: 0;
    background-color: #fff;
    /*    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
    width: 250px;
    -webkit-transform: translateX(-250px) !important;
    transform: translateX(-250px) !important;
  }


  .menu a {
    display: block;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #transparent;
        font-size: 1em;
  }

  .menu a:hover, .menu a.active {
        text-decoration: none;
        border-color: #dd4814;
  }
  .menu a.has_msg:after {
    right: 84px;
    top: 15px;
  }
  .menu .row {
    margin-right: 0px !important;
  }
  .with--sidebar .site-pusher {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    z-index: -1;
  }
  .texto-parallax {
        top: 14%;
  }

  .texto-parallax h2 {
    font-size: 2em !important;
  padding: 20px;
  margin-top: 45px;
  }

  .seccion-item {
        margin-bottom: 50px;
  }
  label {
    text-align: left;
  }
  .btn-grupo h5 {
    margin-left: 24px;
  }
.parallax-breadcrum {
      min-height: 50px;
}

section {
      padding-top: 10px !important;
}
  #breadcrum {
    padding: 0 !important;
  }

  #footer {
    height: 100px;
  }
  .site-content-inner:after {
    height: 100px;
    margin-bottom: -100px;
  }
  #footer .left, #footer .right {
    text-align: center;
  }
  .input-file-container {
    width: 100% !important;
  }

  .img-parallax {
    width: 190%;
  }

  #grupos .seccion-item.estasen h4 {
    margin-top: 40px;
  }

  .relative {
        padding: 20px;
  }

  .btn-inner {
        padding: .5em .7em !important;
            font-size: .9rem;
  }
  .seccion-titulo h4 {
    font-size: 1.2em;
  }
  .dropdown-toggle::after {
        right: 10%;
  }

  .top-header.user {
    padding-left: 15px !important;
  }

  .login-inner {
        padding: 2em 2em 0.1px 2em;
  }
  #grupos .seccion-item.tuperfil .seccion-item-inner {
    /* padding-top: 0 !important; */
  }

  .info_grupo {
    padding: 0 !important;
  }

  #grupos .seccion-item-inner {
    padding: 0 !important;
        min-height: 276px;
  }
  .user {
    margin-top: 30px;
  }
  .user .dropdown-toggle::after {
        right: 5%;
  }

  .tuperfil ul {
    padding-left: 30px !important;
  }
  #grupos .seccion-item {
    max-height: none !important;
  }
  #grupos .seccion-item.tuperfil .seccion-item-inner {
      min-height: 176px;
  }
  .tema .text-right {
    text-align: left !important;
  }

  .fecha {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu .chat {
      margin-right: 0;
  }
}

@media only screen and (max-width: 567px) {
  .menu {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}


@media only screen and (max-width: 414px){
  .tuperfil ul {
        padding-right: 10px;
}
  .texto-parallax h2 {
    margin-top: 0 !important;
  }
  #footer {
    height: 200px;
      z-index: 999999;
          padding-top: 20px;
  }
    #footer .right {
      margin-top: 15px;
    }
  .site-content .login-wrapper {
        padding-top: 55px;
  }


  .login-box {
        margin-bottom: 150px;
  }

.tugrupo .info_grupo.p-0 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .info_grupo .relative {
    padding-left: 20px !important;
  }
  .material_trabajo p,  .material_trabajo a {
    display: block !important;
    margin-bottom: 2px !important;
  }
    .material_trabajo  {
      margin-bottom: 25px;
    }
  .seccion-item.estasen .seccion-item-inner .info_grupo  {
    padding: 0 15px !important;
  }
  #grupos .seccion-item.estasen h4 {
    margin-top: 30px;
  }
  .login-wrapper.restablecer {
        padding-bottom: 30px;
  }
  #grupos .seccion-item {
    max-height: none !important;
  }
  .tuperfil ul {
    padding-top: 15px !important;
  }
}
.check {
    /* display: block; */
    position: relative;
    padding-left: 25px  !important;
    margin-bottom: 12px !important;
    padding-right: 15px !important;
    cursor: pointer;
    font-size: .9em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left !important;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#dd4814;
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checked_checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#dd4814;
    border-style:solid;
    border-width:2px;
}

.checked_checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#dd4814;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checked_check {
	cursor: auto !important;
}

.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#dd4814;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #dd4814;
	border-width: 2px;
	border-color: #dd4814;
	color: #fff;
}
.cust-btn:hover{

	border-color: #dd4814;
	background-color: #fff;
	color: #dd4814;
	border-radius: 20px;
	transform-style: 2s;

}

/* input file */
.input-file-container-2, .input-file-container-2-modal {
  position: relative;
  width: 100%;
}

.nversion-subtitle {
  margin-bottom: 0;
}
.input-file-container {
  position: relative;
  width: 30%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.js .input-file-trigger, .js .input-file-trigger-modal {
  display: block;
  padding: 14px 45px;
  /* background: linear-gradient(20deg, #EEAF30,#DD4814); */
  border: 2px solid #DD4814;
  color: #DD4814;
  font-size: 1em;
  transition: all .4s;
  cursor: pointer;
  text-align: center;
}
.js .input-file,.js .input-file-modal {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus, .js .input-file-modal:hover + .input-file-trigger-modal,
.js .input-file-modal:focus + .input-file-trigger-modal,
.js .input-file-trigger-modal:hover,
.js .input-file-trigger-modal:focus {
  background: #DD4814;
  color: #fff;
}

.file-return, .file-return-modal {
  margin: 0;
}
.file-return:not(:empty), .file-return-modal:not(:empty) {
  margin: 1em 0;
}
.js .file-return, .js .file-return-modal {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before, .js .file-return-modal:not(:empty):before {
  content: "Archivo seleccionado: ";
  font-style: normal;
  font-weight: normal;
}

.normas {
  margin-bottom: 50px;
}

.new_chat {
  padding: 0 15px;
}

.info_indicator {
  background: #DD4814;
  color: #fff;
  margin-bottom: 5px;
  font-size: .8em;
  font-weight: bold;
  padding: 5px 17px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.tuperfil .info_indicator, .tugrupo .info_indicator {
  background: #005580;
}

.tuperfil ul {
  padding-top: 0;
  padding-left: 10px;
  margin-top: 1em;
  margin-bottom: 0;
}
.material_trabajo p{
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}
.material_trabajo a {
  color: #00a8d8;
  margin-right: 10px;
}

.fecha {
  margin-bottom: 0;
  font-size: 0.9em;
  color: white;
  background: #c1c1c1;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  font-family: 'Oswald', sans-serif;
  max-width: 300px;
}

.foro label {
  font-weight: 400;
  text-transform: none;
}

.foro label input {
  -webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 3px;
	display: inline-block;
	position: relative;
  vertical-align: middle;
}

.foro label input:active, .foro label input:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);

}

.foro label input:focus {
  outline: none !important;
  outline-color: transparent;
}

.foro label input:checked {
	background-color: #eb5e1f;
	border: 1px solid #ce470b;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.foro label input:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: -1px;
	left: 3px;
	color: #ffff;
}

#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top:0;
  left: 0;
  background: rgba(0,85,127,0.98);
  z-index:9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

.dropdown-item {
  padding-left: 20px !important;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
