/* AVISOS JQUERY POPUP OVERLAY */
/*#7a918c;*/
/*#a39d96;*/
@media (min-width: 480px) {
  #pop_carrusel {
    background: green !important;
    width: 100%;
    height: 100%;
    padding: 0; }
    #pop_carrusel #carrusel {
      width: 100%; }

  .well {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: none;
    margin: 1em;
    width: 30em;
    height: auto;
    color: black;
    position: relative;
    opacity: 0;
    padding: 2em;
    outline: solid 2px red;
    border: solid 1px white;
    background: #ceffdc;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
    .well .bld {
      font-weight: bold; }
    .well #mensaje, .well #mensaje_single {
      display: block;
      position: relative;
      float: left;
      margin-top: .5em;
      font-size: 1.2em;
      width: 100%;
      text-align: center; }
    .well .titulomensaje {
      display: block;
      position: relative;
      float: left;
      margin-top: 0em;
      width: 80%;
      margin-left: 10%;
      text-align: center;
      font-size: 1.3em;
      font-weight: bold; }
    .well #botonespop {
      position: relative;
      float: left;
      width: 80%;
      margin-left: 10%;
      height: auto;
      margin-top: 2em;
      /*justify-content:space-between;*/
      justify-content: space-around; }
      .well #botonespop .pop_msg_close, .well #botonespop .pop_msg_action_close, .well #botonespop .pop_curso_close, .well #botonespop .pop_aviso_close {
        position: relative;
        float: left;
        width: 30%;
        padding: 0.8em 0;
        border: none;
        background: black;
        color: white;
        border: solid 2px white;
        cursor: pointer; }
      .well #botonespop .pop_msg_close:hover, .well #botonespop .pop_msg_action_close:hover, .well #botonespop .pop_curso_close:hover, .well #botonespop .pop_aviso_close:hover {
        font-weight: bold; }
      .well #botonespop #cerrar {
        display: none; }

  #pop_cursos {
    width: 45em;
    background-color: #ceffdc; }
    #pop_cursos #titulo {
      display: block;
      position: relative;
      float: left;
      width: 100%;
      text-align: center;
      font-size: 1.5em;
      margin: 0;
      color: black;
      font-weight: bold; }
    #pop_cursos #listacursos {
      position: relative;
      float: left;
      width: auto; }
      #pop_cursos #listacursos .spancurso {
        display: block;
        position: relative;
        float: left;
        width: 8em;
        padding: .5em .3em;
        height: auto;
        text-align: center;
        font-size: 1.2em;
        font-weight: 500;
        margin-top: 1em;
        color: black;
        border: solid 1px black;
        cursor: hover;
        margin-left: 2.5em;
        cursor: pointer;
        background: #1ec3ff; }
        #pop_cursos #listacursos .spancurso:hover {
          outline: solid 2px white;
          background: #1ec3ff;
          color: white;
          border-color: transparent; }
      #pop_cursos #listacursos .romper {
        clear: both; }
      #pop_cursos #listacursos .mrg {
        margin-top: 2em; }

  #pop_aviso {
    width: 90%;
    height: auto;
    min-height: 12em;
    transition: all 1s; }
    #pop_aviso #imagenlogotitulo {
      position: absolute;
      left: 2em;
      top: 1em;
      width: 7em;
      height: auto; }
    #pop_aviso #imagentemporal {
      position: relative;
      float: left;
      margin-top: 1em;
      margin-left: 20%;
      width: 60%;
      height: auto;
      margin-top: 2em; }
    #pop_aviso #cerrarpopaviso {
      position: absolute;
      float: right;
      right: 2em;
      top: 1em;
      width: 2em;
      height: 2em; }
      #pop_aviso #cerrarpopaviso img {
        width: 100%;
        height: 100%; }
      #pop_aviso #cerrarpopaviso:hover {
        cursor: pointer; }
    #pop_aviso #tituloaviso {
      font-size: 2em; }
    #pop_aviso #fotomensaje {
      position: relative;
      float: left;
      margin-top: -.5em;
      margin-left: 15%;
      font-size: 1.2em;
      width: 70%;
      text-align: left;
      height: 14em; }
      #pop_aviso #fotomensaje img {
        display: block;
        position: relative;
        float: left;
        object-fit: contain;
        max-width: 90%;
        max-height: 90%;
        width: auto;
        height: auto; }
    #pop_aviso #mensajeaviso {
      display: block;
      position: relative;
      float: left;
      margin-top: -.5em;
      margin-left: 15%;
      font-size: 1.2em;
      width: 70%;
      text-align: left; }
      #pop_aviso #mensajeaviso p a {
        color: blue;
        text-decoration: none; }
    #pop_aviso #botonera {
      position: relative;
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-top: .2em; }
      #pop_aviso #botonera .btn {
        width: auto;
        padding: 0.5em 1em;
        border: solid 1px black;
        text-align: center;
        font-size: .9em;
        font-weight: bold;
        margin-left: .75em; }
        #pop_aviso #botonera .btn a {
          color: black; }
        #pop_aviso #botonera .btn:hover {
          cursor: pointer; }

  #divavisostemporales {
    position: fixed;
    width: 20em;
    height: auto;
    right: -25em;
    bottom: 1em;
    z-index: 1000000;
    opacity: 1;
    background-color: #618dd3; }
    #divavisostemporales #cerraravisotemporal {
      position: absolute;
      right: 0em;
      top: .3em;
      width: 2em;
      height: 2em;
      background-image: url("../../storage/img/cerrarpartial.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 60%;
      cursor: pointer;
      background-color: #618dd3; }
    #divavisostemporales #divlogoaviso {
      position: absolute;
      top: .5em;
      left: 1em;
      background-image: url("../../public/img/imagenes-comodin/otrologo.png");
      background-position: left;
      background-repeat: no-repeat;
      background-size: 15%;
      cursor: pointer; }
      #divavisostemporales #divlogoaviso span {
        display: bloh;
        position: relative;
        float: left;
        margin-left: 3em;
        font-weight: bold; }
    #divavisostemporales #opcionesaviso {
      position: relative;
      float: left;
      width: 100%;
      height: auto;
      margin-top: 2em;
      padding-bottom: 1em;
      padding-top: .5em; }
      #divavisostemporales #opcionesaviso .opcionaviso {
        display: block;
        position: relative;
        float: left;
        width: 80%;
        margin-left: 10%;
        height: auto;
        font-size: .8em;
        font-weight: bold;
        text-align: center;
        margin-top: .5em;
        padding: .4em 0em;
        background-color: #ceffdc;
        cursor: pointer; } }
/*# sourceMappingURL=mensajes.css.map */

/*# sourceMappingURL=mensajes.css.map */
