@font-face {
  font-family: 'Roboto';
  src: url('./fonts/roboto/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
body{
  font-family: 'Roboto', sans-serif;
  background: #fafafa;
  font-size: 14px;
}


a,
a:hover,
a:focus{
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.limpiar{
  clear: both;
}

/*------------------------------------*\
  Header
\*------------------------------------*/

header{
  line-height: 1.13;
  display: block;
  background: url(./img/topbar_border-header.png) bottom center repeat-x #fff;
  height: 61px;
  z-index: 5;
  display: block;
  width: 100%;
  position: fixed;
}

header div.row{
  max-height: 100%;
  margin-right: 0;
}

.content-header{
  max-height: 65px;
}

.btn-menu{
  width: 58px;
  height: 58px;
  background-color: #00B0D8;
  border:none;
  color: #fff;
}

.btn-menu span{
    display: block;
    margin: auto;
    width: 50%;
    font-size: 1.5em;
}

.btn-menu p{
  text-transform: uppercase;
  font-size: .6em;
  color: #fff;
  line-height: 1.4em;
}

.img-responsive{
  max-width: 100%;
  margin: auto;
  display: block;
  max-height: 60px;
}

.title-condom p{
  color:#333;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1em;
}

.title-condom p span{
  color: #888;
  font-size: 18px;
}

.menu-header{
  padding: 0;
}

.menu-header li{
  display: inline-block;
  float: left;
  list-style: none;
  margin: 10px;
  padding-top: 5px;
}

.btn-salir{
  color:#FD2C1C;
}

.btn-salir a{
  font-size: .8em;
}

.btn-salir a span{
  font-size: 1.4em;
  padding-left: 5px;
}

.btn-perfil button{
  background-color: #fff;
  border: none;
  color: #333;
  text-align: left;
  text-transform: uppercase;
  padding-right:14px
}

.btn-perfil button b{
  color:#888;
  font-weight: normal;
  text-transform: uppercase;
}

.perfil-img img{
  width: 15%;
  display: block;
  float: left;
  padding-right: 10px;
}

.perfil-img span{
  display: inline-block;
  font-size: .8em;
}

.dropdown-item{
  color: #215D85;
  padding: 10px;
  border-bottom: 1px #ccc solid;
  text-align: right;
  width: 100%;
}

.dropdown-item span{
  padding-right: 0;
}

.dropdown-menu a:last-child{
  border-bottom: none;
}

.btn-panel{
  color: #888;
}

.btn-panel a span{
  display: block;
  float: left;
}

.btn-panel a p{
  font-size: .8em;
  line-height: 1.2em;
}

.notif-img[aria-expanded="true"]{
  background: #fff!important;
  border-right: none;
}

.btn-notif a.dropdown-toggle:after{
  display: none;
}

.btn-notif div.dropdown-menu h3{
  color:#215D85;
  font-size: .8em;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: center;
}

.btn-notif div.dropdown-menu a:last-child{
  text-align: center;
  color: #F15927;
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: .8em;
  padding-top: 10px;
}

.btn-notif div.dropdown-menu a b{
  background-color: #3186BA;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  font-size: 0.7em;
  float: left;
  margin-right: 5px;
  display: block;
}

.btn-notif div.dropdown-menu a p{
  font-size: .8em;
    color: #333;
    text-align: left;
    padding-left: 10px;
    display: inline;
}

.perfil-img[aria-expanded="true"]{
  background: #fff!important;
  border-right: none;
}

.btn-mensajes a.dropdown-toggle:after{
  display: none;
}

.btn-mensajes div.dropdown-menu h3{
  color:#215D85;
  font-size: .8em;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: center;
}

.btn-mensajes div.dropdown-menu a:last-child{
  text-align: center;
  color: #F15927;
  display: block;
  margin: auto;
  text-transform: uppercase;
  font-size: .8em;
  padding-top: 10px;
}

.btn-mensajes div.dropdown-menu a b{
  background-color: #3186BA;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px;
  font-size: 0.7em;
  float: left;
  margin-right: 5px;
  display: block;
}

.btn-mensajes div.dropdown-menu a p{
  font-size: .8em;
    color: #333;
    text-align: left;
    padding-left: 10px;
    display: inline;
}



.panel-admon span{
  display: block;
  float: left;
}
.panel-admon p{
  display: block;
  font-size: 0.7em;
  text-align: left;
  line-height: 1.1em;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right:0px;
    
}

.navbar{
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.topbar{
  max-height: 58px;
    box-shadow: none;
    padding-top: 25px;
}

.navbar-btn{
  box-shadow: none;
  outline: none!important;
  border: none;
}

.line{
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    padding-top: 60px;
}

/* Header ------------------------------------*/

/*------------------------------------*\
  Menu
\*------------------------------------*/

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00B0D8;
    color: #fff;
    transition: all 0.3s;
}
#sidebar.active{
  /*margin-left: -250px;*/
    margin-left: -192px;
}

#sidebar .sidebar-header{
  max-height: 118px;
  overflow: hidden;
}

#sidebar .sidebar-header img{
  width: 100%;
}
#sidebar ul.components{
  padding: 20px 0px;
}

#sidebar ul p{
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

#sidebar ul li a{
  padding: 10px;
  font-size: .9em;
  display: block;
}
#sidebar ul li a:hover {
    color:#fff;
    background: rgba(49,133,185,1);
background: -moz-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(49,133,185,1)), color-stop(0%, rgba(49,133,185,1)), color-stop(100%, rgba(75,181,247,1)));
background: -webkit-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: -o-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: -ms-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: linear-gradient(to right, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3185b9', endColorstr='#4bb5f7', GradientType=1 );

}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    font-weight: bold;   
background: rgba(49,133,185,1);
background: -moz-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(49,133,185,1)), color-stop(0%, rgba(49,133,185,1)), color-stop(100%, rgba(75,181,247,1)));
background: -webkit-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: -o-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: -ms-linear-gradient(left, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
background: linear-gradient(to right, rgba(49,133,185,1) 0%, rgba(49,133,185,1) 0%, rgba(75,181,247,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3185b9', endColorstr='#4bb5f7', GradientType=1 );
border-right: 4px #F15927 solid;
}

.list-unstyled{
  position: relative;
}

.Active-IconCollapse{
  position: absolute;
  right: 5px;
}

/* Menu ------------------------------------*/


/*------------------------------------*\
  Vista Mosaico
\*------------------------------------*/

.block-mosaico{
  padding: 20px;
}

/* Vista Mosaico ------------------------------------*/

/*------------------------------------*\
  Content
\*------------------------------------*/

.content-comunicacion{
  margin: 0;
}

.content{
  width: 100%;
}


/*------------------------------------*\
  Action Bar
\*------------------------------------*/

.ActionBar{
  background-color: #fff;
  margin: 10px 0;
}

.ActionBar div h1{
  font-size: 1.6em;
}

.bread-crumb a{
  color: #888;
  text-transform: uppercase;
  font-size: .7em;
}

.bread-crumb a:after{
  content: ">";
  padding: 0 3px;
}

.bread-crumb a:last-child:after{
  content: "";
  padding: 0 3px;
}

.active-BreadCrumb{
  color: #3186BA;
}

.btn-post{
  display: block;
  padding: 5px 20px;
  background-color: #EE5827;
  color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  width: 80%;
  line-height: 1.2em;
}

.btn-post:hover{
  background-color: #FD2C1C;
  color: #fff;
}

.busq-actionbar{
  padding-top: 10px;
}

.input-search{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #888 solid;
  color: #888;
  font-size: .8em;
}

.icon-inputs{
  position: absolute;
  top: 20%;
  right: 0;
  color: #F15927;
}

.btn-search{
  background-color: #fff;
  border:none;
  color: #888888;
}

.btn-bloq-send{
  padding-top: 5px;
}

.type-visual{
  min-height: 40px;
}

.type-visual ul{
  position: absolute;
  right: 0;
  padding: 10px;
}

.type-visual ul li{
  list-style: none;
  display: block;
  float: left;
  margin-right: 10px
}

/* Action Bar ------------------------------------*/


ul.btn-actions li{
    list-style: none;
    float: left;
    padding-right: 20px;
    width: 49%;
    color: #888;
    font-size: .8em;
}

ul.btn-actions li:hover{
    color: #FD2C1C;
}

div.btn-actions-footer{
  width: 100%;
  color: #888888;
}

div.btn-actions-footer div a{
  background: transparent;
  border: none;
}

div.btn-actions-footer div{
  text-align: center;
  margin: 10px 0;
}

div.btn-actions-footer div:last-child{
  border-left: 1px #888 solid;
}

div.btn-actions-footer li{
  list-style: none;
    float: left;
    padding-right: 20px;
    width: 49%;
    color: #888;
}

div.btn-actions-footer div:hover{
    color: #FD2C1C;
}

.btn-actions li a span{
    padding-right: 2px;
}
.content-post{
  position: relative;
  padding-top: 40PX;
}

.post-list{
    background-color: #fff;
    margin: 35px;
    margin-top: 0px;
    padding: 20px;
    width: 100%;
    border: 1px #4AB3F6 solid;
    overflow: hidden;
}

.post-mosaic{
    background-color: #fff;
    margin: 0;
    padding: 20px;
    width: 100%;
    border: 1px #4AB3F6 solid;
    overflow: hidden;
}


.owl-carousel{
  width: 100%;
}

.owl-item{
  background-color: #333;
  text-align: center;
  color: #fff;
  min-height: 300px !important;
}

.content-img{
    width: 90%;
    margin: 0 0 0 50px;;
    position: absolute;
}

.content-text{
    margin-top: 400px;
}

.header-post{
  border-bottom: .5px #888 solid;
  width: 100%;
}

.header-post div h2{
  color: #FD6000;
  font-size: 24px;
}

.header-post div p strong{
  color: #444;
  font-size: 14px;
}

.header-post div p{
  color: #888;
  font-size: 14px;
}

.content-comentario{
  width: 100%;
}

.btn-cancelar{
  background-color: #FD2C1B;
  color: #FFE;
  border: navajowhite;
  height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.btn-cancelar:hover{
  background-color: #F15927;
}

.btn-publicar{
  background-color: #90C54F;
  color: #FFE;
  border: navajowhite;
  height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.btn-vistaprevia{
  background-color: #444;
  color: #FFE;
  border: navajowhite;
  height: 45px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.btn-adj-file-coment{
    display: block;
    position: absolute;
    right: 3%;
    top: 8%;
    color: #3186BA;
}

.btn-adj-file-coment a span{
  padding-right: 0;
}

.blog-type{
      text-align: right;
}

.blog-type strong{
    color: #215D85 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.btns-footer-post{
  border-top: 1px #888 solid;
  width: 100%;
}


.title-form h2{
  font-size: 24px;
  color: #FD6000;
  text-transform: uppercase;
}

.content-img-adj{
  border: 1px #888 solid;
  height: 150px;
  width: 100%;
  margin-top: 10px;
}

.edit-text{
  border: 1px #888 solid;
  min-height: 300px;
}
/* Content ------------------------------------*/



/*------------------------------------*\
  Responsive
\*------------------------------------*/

@media(max-width:768px){
  #sidebar{margin-left: -250px;}
  #sidebar.active{
    margin-left: 0px;
  }
  #sidebarCollapse span{
    display: none;
  }
  .title-condom p{
    font-size: 16px;
  }
  .title-condom p span{
    font-size: 12px;
  }
  .mobile-hidden{
    display: none;
  }
  .mobile-block{
    display: block !important;
    position: fixed;
    bottom: 0px;
    background-color: #fff;
  }
  .btn-panel,.btn-mensajes,.btn-notif,.btn-perfil,.btn-salir{
    font-size: 1.5em;
  }
  .post-list{
    margin: 0;
    border:none;
  }
}
@media(max-width:1024px){
    .btn-light{
      font-size: .6em;
    }
}

/* Responsive ------------------------------------*/


/*------------------------------------*\
  Formularios
\*------------------------------------*/


.formulario h2 {
    font-size: 16px;
    color: #001F3F;
    margin-bottom: 20px;
    margin-left: 20px; }

  .formulario > div {
    padding: 0;
 }

.input-simple{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #888 solid;
  color: #888;
  font-size: 1.7em;
  height: 43px;
}

.datapicker-block{
  position: relative;
}

.input-datepicker{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #888 solid;
  color: #888;
  font-size: .8em;
  height: 43px;
}

.icon-inputs{
  position: absolute;
  top: 20%;
  right: 0;
  color: #F15927;
}

.input-select{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #888 solid;
  color: #F15927;
  font-size: .8em;
  height: 43px !important;
}

.input-textarea{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px #888 solid;
  color: #888;
  font-size: .8em;
}


  .formulario .radio label,
  .formulario .checkbox label {
    display: inline-block;
    cursor: pointer;
    color: #444;
    position: relative;
    padding: 5px 15px 5px 51px;
    font-size: 1em;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .formulario .radio label:hover,
    .formulario .checkbox label:hover {
      background: rgba(255, 65, 54, 0.1); }
    .formulario .radio label:before,
    .formulario .checkbox label:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      position: absolute;
      left: 15px;
      border-radius: 50%;
      background: none;
      border: 3px solid #EE5827; }
  .formulario input[type="radio"] {
    display: none; }
    .formulario input[type="radio"]:checked + label:before {
      display: none; }
    .formulario input[type="radio"]:checked + label {
      padding: 5px 15px;
      background: #EE5827;
      border-radius: 2px;
      color: #fff; }
  .formulario .checkbox label:before {
    border-radius: 3px; }
  .formulario .checkbox input[type="checkbox"] {
    display: none; }
    .formulario .checkbox input[type="checkbox"]:checked + label:before {
      display: none; }
    .formulario .checkbox input[type="checkbox"]:checked + label {
      background: #EE5827;
      color: #fff;
      padding: 5px 15px; }

/* Formularios ------------------------------------*/

