body {
    height: 100%;
}


/************************/
/*        GENERAL       */
/************************/


.container-full {
  margin: 0 auto;
  width: 100%;
}

.page-header {
  margin: 0px;
}

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

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

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

.align-center-img {
    margin: 0 auto;
}

.spacer {
  margin-top: 15px;
  margin-bottom: 15px;
}


/************************/
/*        NAVBAR        */
/************************/


.navbar {
  width: 100% !important;
  margin-bottom: 0px;
}

.navbar-default {
    background-color: #fcfcfc;
    border-bottom: 3px solid #29b7f5;
}

.navbar-brand {
  padding: 5px;
}

.navbar-brand>img {
  height: 100%;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 0px;
  width: auto;
}

.navbar-brand {
  height: 100%;
}

.navbar-nav {
    margin-left: 150px;
}

.navbar-default .nav >li >a {
  margin-top: 57px;
  padding-top: 0px;

  color: #005586;
  font-size: 1.4em;
}

.navbar .navbar-right{
  margin-right: 100px;
}

.navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}

.tobot {
  position: absolute;
  bottom 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #005586;
  background-color: #fcfcfc;
}

/*.navbar-nav>li>.dropdown-menu {
  background-color: #005586;
  min-width: 210px;
  margin-top: 5px;
}*/

.dropdown-menu >li >a {
  color: white;
  font-size: 1.3em;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.title-green{
  font-weight: bold;
}

.nav-item-text {
  font-size: 1.5rem;
  letter-spacing: -0.06rem;
}

.subnav-item-text {
  font-size: 1.3rem;
  letter-spacing: -0.06rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.nav-user-text {
  font-size: 2.5rem;
  text-align: right;
  /*padding-top: 2rem;
  padding-right: 5rem;*/
}

.navbar-background {
  z-index: -2;
  /*background: rgb(62,185,242);*/
  background: linear-gradient(90deg, rgba(25,60,102,255) 0%, rgba(54,161,215,255) 50%, rgba(54,161,215,255) 100%); 
}

.mid-navbar {
  height: 7.5rem;
  position: relative;
  margin-bottom: -3.3rem;
  bottom: +3.3rem;
  padding-top: 2.5rem;
}

.navbar-title {
  font-family: Georgia, serif;
  font-weight: bold;
  color: #3a667f !important;
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
}

.navbar-right-line {
  border-right: 2px solid gray;
  /*transform: rotate(15deg);
  display: inline-block;*/
}


/******************************/
/*          CAROUSEL          */
/******************************/


div.carousel {
  height: 743px;
}

div.carousel .carousel-item,
div.carousel .carousel-item.active,
div.carousel .carousel-inner {
    height: 100%;
    width: 100%;
}

div.carousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-caption{
  text-align: left;
  text-shadow: none;
}

.carousel-caption h2{
  color: #173041;
  font-size: 60px;
}

.carousel-caption h3{
  color: #173041;
  font-size: 60px;
}

.carousel-caption h4{
  color: #173041;
  font-size: 40px;
}

.carousel-control.left{
  background-image: none;
}

.carousel-control.right{
  background-image: none;
}


/******************************/
/*           FOOTER           */
/******************************/


footer {
  /*margin-top: 1rem;*/
  /*padding-top: 20px;*/
  /*background: #e8eae7;*/

}
.btn-social-footer {
  width: 30px;
  height: 30px;
  bottom: 0.65rem;
}

.text-bottom-right {
  position: absolute;
  right: 0;
  bottom: 0px;
}

.topleft {
  position: absolute;
  left: 0px;
  top: 0px;
}

.border-contacto {
  background-color: #193c66;
  border-radius: 2rem 0rem 0rem 0rem;
  color: white;
  font-weight: bold;
}

.footer-background {
  background: linear-gradient(90deg, rgba(62,185,242,1) 0%, rgba(52,152,204,1) 48%, rgba(34,89,135,1) 100%); 
}

.btn-footer {
  border-radius: 2rem;
  color: white;
}

.btn-footer-reg {
  background-color: #193c66;
}

.btn-footer-ing {
  background-color: #3fd7ff;
}

.btn-footer:hover {
  background-color: #3C7CC9;
}


/******************************/
/*           FLASH            */
/******************************/


.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
  margin-bottom: 0px;
}

.alert-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
  margin-bottom: 0px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left;
  margin-bottom: 0px;
}

.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left;
  margin-bottom: 0px;
}

.alert-recaptcha_error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
  margin-bottom: 0px;
}


/******************************/
/*           HOME             */
/******************************/


.page-header-home {
  color: #005688;
  font-size: 2em;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
}

.panel-home-a {
  background-color: #005586;
  color: white;
  min-height: 350px;
}

.panel-home-b {
  background-color: #29b7f7;
  color: white;
  min-height: 350px;
}

.panel-home-d {
  background-color: #FEAB43;
  color: white;
  min-height: 350px;
}

.panel-home-c {
  margin-top: 90px;
  background-color: #5cb85c;
  color: white;
  min-height: 300px;
  text-align: center;
  padding-bottom: 20px;
}

.panel-home-c h3 {
  font-size: 3em;
  text-align: center;
  color: white;
  padding-top: 50px;
}

.panel-home-c h4 {
  font-size: 1.5em;
  text-align: center;
  color: white;
  padding: 20px;
}

.ex-panel-home-d {
  margin-top: 90px;
  background-color: #FEAB43;
  color: white;
  min-height: 300px;
  text-align: center;
  padding-bottom: 20px;
}

.panel-body-home {
  text-align: center;
}

.panel-body-home img {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.panel-header-home {
  font-size: 1.5em;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  color: white;
  text-align: center;
}

.panel-header-home:hover {
  color: white;
  text-decoration: none;

}

 .div.relative {
  position: relative;
  width: 400px;
  height: 200px;
} 

.home-login-form {
  position:absolute;
  z-index: 0;
  top: 15%;
  left:70%;
  right:auto;
  bottom:auto;
  background: #FFF;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 20%;
  text-align: center;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
}

.home-login-form-win {
  position:absolute;
  z-index: 0;
  top: 24%;
  left:70%;
  right:auto;
  bottom:auto;
  background: #FFF;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 20%;
  text-align: center;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
}


.home-login-input{
  width: 90%;
  align: center;
  height: 40px;
  border: 0px;
  padding: 5px;
  margin: 5px;
  background-color: #FFF;
  font-size: 1.2em;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  border: 1px solid #989697;
}

.btn-login-form {
  width: 90%;

}

.btn-cursos {
  background-color: #42b4e7;
  color: white;
  border: 1px solid #42b4e7;
  margin-top: 10px;
}


.btn-diplomaturas {
  background-color: #005687;
  color: white;
  border: 1px solid #005687;
  margin-top: 10px;
}

.btn-cursos:hover {
  border: 1px solid #5cb85c;
}


.btn-diplomaturas:hover {
  border: 1px solid #5cb85c;
}

.btn-register-form {
  width: 90%;
  background-color: #29b7f7;
  color: white;
  font-size: 1.2em;
}

.card-index-btn {
  background: #193c66;
  color: white;
  transition: 1s;
  text-decoration: none;
  background-position: 0% 50%;
  transition: background-size 1s, background-color 1s, color 1s;
}

.card-index-btn::before {
  background: #49bbf1;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.card-index-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.card-index-btn:hover {
  color: #193c66;
}

.card-index-btn-icon {
  background-color: #48bbf2;
  color: #19385e;
  border-radius: 0rem 1.5rem 1.5rem 0rem;
  font-size: 2rem;
}

.card-index-btn-text {
  font-size: 1.2rem;
}


/******************************/
/*        LOGIN & USER        */
/******************************/


.user-title{
  color: white;
  padding: 20px;
  /*padding-left: 0px;*/
  margin-bottom: 10px;
  font-size: 2em;
  text-align: left;
}

.user-input{
  width: 100%;
  height: 40px;
  border: 0px;
  padding: 5px;
  margin: auto;
  background-color: #fff;
  font-size: 1.2em;
  color: #005586;
  display: block;
}

.user-input-select{
  width: 90%;
  align: center;
  height: 40px;
  border: 0px;
  padding: 5px;
  margin: 5px;
  background-color: #fff;
  font-size: 1.2em;
  color: #005586;
}

.user-input-box{
  width: 90%;
  align: center;
  height: 15px;
  border: 0px;
  padding: 5px;
  margin: 5px;
  background-color: #fff;
  font-size: 1em;
  color: #005586;
}

.user-bg {
  background-color: #005586;
  color: white;
  padding: 20px;
  /*margin-bottom: 10px;*/
}

.right-line{
  border-right: 2px solid white;
}

.user-bg a{
  color: white;
}

.btn-user-form {
  background-color: #29b7f7;
  color: white;
  font-size: 1.2em;
}

.actions {
  margin: 0px;
  margin-top: 10px;
  padding: 5px;
}



/******************************/
/*        LISTA CURSOS        */
/******************************/


.cursos-table th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e7e2e8;
}

.title-bg {
  background-color: #005586;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.cursos-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #005586;
}

.cursos-reso {
  font-size: 0.8em;
  font-weight: bold;
  color: #005586;
}

.cursos-time {
  font-size: 1.1em;
  font-weight: bold;
  color: #005586;
}

.cursos-valor {
  font-size: 1.6em;
  font-weight: bold;
  color: #005586;
  line-height: 1em;
  margin: 0px;
}

.cursos-valor-cant {
  font-size: 2em;
  font-weight: bold;
  color: #005586;
}

.curso-list-image {
  position: relative;
  width: 100%; /* for IE 6 */
}

.curso-list-image h2 {
  position: absolute;
  bottom: 0px;
  left: auto;
  width: 100%;
  color: white;
  text-shadow: 1px 1px #000;
  background-color:rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 1.5em;
  margin: 0px;
  padding: 0px;
}

.mc-carrito {
  background-color: #989697;
}

.examen-list {
  padding-left: 20px;
  padding-bottom: 5px;
}

.descuento {
  margin: 20px;
  margin-top: 10px;
}

.descuento p {
  font-size: 2em;
  text-align: center;
}

.desc_num {
  font-size: 3em;
  color: green;
}

/******************************/
/*           CURSO            */
/******************************/


.curso-valor-box {
  font-size: 1em;
  font-weight: bold;
  color: #FFF;
  background: #005586;
  line-height: 1em;
  margin: 0px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.curso-formas-pago-box {
  font-size: 1em;
  font-weight: bold;
  color: #005586;
  background: #eaeaea;
  line-height: 1em;
  margin: 0px;
  padding: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.curso-valor-cant {
  font-size: 2.2em;
  font-weight: bold;
  color: #FFF;
}

.materiales-bg {
  color: black;
  padding: 5px;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

.materiales-bg ul{
  list-style: none;
  margin: 0; padding: 0;
}

.materiales-bg ul, .materiales-bg li{
  margin: 0; padding: 0;
}

.materiales-bg a {
  color: gray;
}


/******************************/
/*           CARRO            */
/******************************/


.carro-title-bg {
  background-color: #81bc00;
  color: white;
  padding: 20px;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.carro-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #005586;
  line-height: 1em;
}

.carro-valor-cant {
  font-size: 1.3em;
  font-weight: bold;
  color: #81bc00;
  text-align: right;
}

.carro-table th, td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e7e2e8;
}

.carro-menos a{
  font-size: 1.1em;
  font-weight: bold;
  color: #005586;
}

.carro-mas a{
  font-size: 1.1em;
  font-weight: bold;
  color: #5cb85c;
}

.grey-bg {
  background-color: #e1e1e1;
  color: #050505;
  padding: 20px;
  margin-bottom: 10px;
}

.checkout-input{
  height: 40px;
  border: 0px;
  padding: 5px;
  margin: 5px;
  background-color: #fff;
  font-size: 1.2em;
  color: #005586;
}

.checkout-input-small{
  float: left;
  height: 40px;
  border: 0px;
  padding: 5px;
  margin: 5px;
  background-color: #fff;
  font-size: 1.2em;
  color: #005586;
}

.carro-gratis {
  font-size: 1.3em;
  font-weight: bold;
  color: #005586;
  text-align: right;
}

.carro-gratis-cont {
  border-bottom: 1px solid #e7e2e8;
}

.form-horizontal .control-label{
  text-align: left;
}

/******************************/
/*         MIS CURSOS         */
/******************************/


.head-mis-cursos {
  background-color: #005586;
  color: white;
  min-height: 120px;
  text-align: center;
  padding-top: 30px;
}

.head-mis-cursos h4 {
  font-size: 1.5em;
  text-align: center;
  color: white;
  padding: 20px;
}

.datos-mis-cursos h4 {
  font-size: 1.2em;
  text-align: center;
  color: white;
}

.datos-mis-cursos {
  background-color: #005586;
  color: white;
  min-height: 250px;
  padding-top: 10px;
  font-size: 1em;
}

.curso-header {
  font-weight: bold;
  border-radius: 0rem 3rem 0rem 0rem;
}

.img-curso {
  border: solid 2px #33566f;
  border-radius: 0.25rem;
}


/******************************/
/*           EXAMEN           */
/******************************/


.respuestas-examen {
  list-style: none; /* Remove list bullets */
  padding: 5px;
  margin: 5px;
}

.opcion-examen {
  padding: 5px;
}

.pregunta-image {
  position: relative;
  width: 100%; /* for IE 6 */
}

.respuesta {
  margin: 2px;
  padding: 2px;
}


/******************************/
/*         CERTIFICADO        */
/******************************/


.certback {
  background-image: url("/img/diplo.gif");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
  min-height: 800px;
  min-width: 800px;
}

.cert-alumno{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 360px;
  font-size: 2.5em;
  font-weight: bold;
}

.cert-curso {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 420px;
  font-size: 2.3em;
  font-weight: bold;
}

.cert-curso-info{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 600px;
  font-size: 2.5em;
  font-weight: bold;
}

.border-cert {
  border-style: solid;
  border-width: 2px;
  border-radius: 1em;
  border-color: grey;
}


/******************************/
/*           CONSULTAS        */
/******************************/


.responder-consulta {
  border-top: 1px solid black;
  padding: 5px;
  margin: 5px;
}

/******************************/
/*           METODOLOGIA      */
/******************************/

.list-item-help{
  margin-top:15px;
  margin-bottom:15px;
  font-size:20;
}

.help {
  margin: 10px;
  padding: 10px;
}

.help li{
  margin: 10px;
  padding: 10px;
  font-size: 1.2em;
}

.helpim {
  border: 3px solid #cecece;
  border-radius: 25px;
  padding: 5px;
}

/******************************/
/*           SEDES            */
/******************************/

.sede-nombre {
  padding: 5px;
  margin: 5px;
  font-size: 1.5em;
}

.caja-sede {
  border: 4px solid #42b4e7;
  border-radius: 5px;
}

/******************************/
/*           LANDINGS         */
/******************************/

.landing-yellow-bg-b {
  background-color: yellow;
  padding: 2px;
  font-size: 2em;
}

.landing-blue-bg-b {
  background-color: #29b7f7;
  padding: 2px;
  font-size: 1.3em;
  font-weight: bold;
}

.landing-subtitle {
  padding: 2px;
  font-size: 2em;
  font-weight: bold;
}

.landing-sub-subtitle {
  padding: 2px;
  font-size: 1.5em;
  font-weight: bold;
}

.landing-yellow-bg {
  background-color: yellow;
  font-size: 1.7em;
}

/******************************/
/*     RESPONSIVE STYLES      */
/******************************/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}


@media(min-width: 1400px) {
  .container{
    max-width: 85%;
  }
}

@media(min-width: 768px) {
  .carousel-caption{
    left:10%;
    top: 25%;
    text-align: left;
  }
  .nav-margin {
    margin-bottom: -3.5rem;
  }
  .navbar-title {
    font-size: 2rem;
  }
  #navbarNav.collapse.show {
    margin-bottom: 3.5rem;
  }
}

@media(max-width:1651px) {
  .carousel-caption h2{
    font-size: 40px;
  }
  .carousel-caption h3{
    font-size: 40px;
  }
  .carousel-caption h4{
    font-size: 25px;
  }
}

@media(max-width:1400px) {
  .carousel-caption h2{
    font-size: 40px;
  }
  .carousel-caption h3{
    font-size: 40px;
  }
  .carousel-caption h4{
    font-size: 25px;
  }
  .navbar-nav {
    margin-left: 5px;
  }
}

@media(max-width:1173px) {
  .carousel-caption h2{
    font-size: 30px;
  }
  .carousel-caption h3{
    font-size: 30px;
  }
  .carousel-caption h4{
    font-size: 20px;
  }
  .navbar-default .nav >li >a {
    margin-top: 5px;
  }
}

@media(max-width:990px) {
  .right-line{
    border-right: 0px;
  }
  .navbar-right-line{
    border-right: 0px;
  }
}

@media(max-width:767px) {
  div.carousel {
     height: 370px;
   }
  .carousel-caption h2{
    font-size: 20px;
  }
  .carousel-caption h3{
    font-size: 20px;
  }
  .carousel-caption h4{
    font-size: 15px;
  }
  .panel-home-c {
    margin-top: 90px;
    background-color: #5cb85c;
    color: white;
    min-height: 350px;
    text-align: center;
  }
  .navbar-brand img{
    height: 70px;
  }
  .nav-margin {
    margin-bottom: -1.5rem;
  }
  .navbar-collapse {
    margin-bottom: 1.5rem;
  }
  .mid-navbar {
    height: 8.5rem;
    bottom: 1.5rem;
    margin-bottom: -1.5rem;
    padding-top: 1rem;
  }

  .visible-xs {
    display: block !important;
  }

  .hidden-xs {
    display: none !important;
  }



}

.img-responsive {
  display: inline;
}

.img-100 {
  max-width: 100%;
  max-height: 100%;
}

/*
  .navbar-brand>img {
    height: 50%;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 90%;
  }
  .navbar-default .nav >li >a {
    margin-top: 0px;
    font-size: 1.2em;
  }
  .home-login-form {
    width: 30%;
  }
  .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar .navbar-right {
    margin-right: 10px;
  }

  .navbar-brand>img {
    height: 50%;
    padding-top: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 90%;
  }
  .navbar-default .nav >li >a {
    margin-top: 60px;
    font-size: 1.2em;
  }
  .home-login-form {
    width: 30%;
  }
  .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar .navbar-right {
    margin-right: 10px;
  }

  .navbar-brand>img {
    height: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    width: 90%;
  }
  .navbar-default .nav >li >a {
    margin-top: 0px;
    font-size: 1.2em;
  }
  .home-login-form {
    width: 30%;
  }
  .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar .navbar-right {
    margin-right: 10px;
  }

  .navbar-brand {
    float: none;
  }
  .navbar-brand>img {
    height: 50%;
    padding-top: 15px;
    padding-left: 24px;
    padding-bottom: 10px;
    width: 70%;
  }
  .navbar-default .nav >li >a {
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    line-height: 1em;
    color: #005586;
    font-size: 1.5em;
  }
  .navbar-nav {
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar .navbar-right {
    margin-right: 10px;
  }

  */

/******************************/
/* bootstrap-wysihtml5-rails  */
/******************************/

ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

ul.wysihtml5-toolbar::after {
  clear: both;
  display: table;
  content: "";
}

ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #E6E6E6;
  background-color: #D9D9D9;
  outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
  display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  color: black;
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

.wysiwyg-color-red{
  color: red;
}

.wysiwyg-color-black{
  color: black;
}

.wysiwyg-color-silver{
  color: silver;
}

.wysiwyg-color-gray{
  color: gray;
}

.wysiwyg-color-maroon{
  color: maroon;
}

.wysiwyg-color-purple{
  color: purple;
}

.wysiwyg-color-green{
  color: green;
}

.wysiwyg-color-olive{
  color: olive;
}

.wysiwyg-color-navy{
  color: navy;
}

.wysiwyg-color-blue{
  color: blue;
}

.wysiwyg-color-orange{
  color: orange;
}

.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

.glyphicon-quote:after {
  content: "\0000a0";
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=formatBlock] {
  color: black;
}

.border-corr{
  text-align: center;
  border-top: 2px solid black;
}

.diagonal-alert {
/*  transform: rotate(-15deg);*/
  background-color: #f8d7da; 
  border-color: #f5c6cb;
  display: inline-block; 
  position: relative;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 0.65rem; 
}

.proximamente_alert {
  background-color: #f8d7da; 
  border-color: #f5c6cb;
  border: 1px solid transparent;
  border-radius: 0.65rem;
  color: black;
  padding: 3px; 
}

