@charset "UTF-8";
/* Variables */
/* Fuentes */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
/* Generales */
body {
  font-family: 'Montserrat', sans-serif !important; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #929292;
  border-radius: 0px; }

::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-radius: 0px; }

header {
  width: 100%;
  background-color: #F77F00;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 10px 25px; }
  header #icono-menu {
    display: none; }
  header #menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    font-weight: 700;
    font-size: 20px; }
    header #menu ul li {
      margin: 0px 10px 0px 10px; }
    header #menu ul li a {
      color: black;
      text-decoration: none; }
    header #menu ul li a:hover {
      color: white; }
    header #menu ul li:last-child a {
      color: white; }
    header #menu ul li:last-child a:hover {
      color: black; }

@media only screen and (max-width: 769px) {
  header {
    display: block; }
    header #header-seccion {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    header #icono-menu {
      display: block;
      cursor: pointer; }
    header #menu {
      display: none; }
      header #menu ul {
        margin-top: 25px;
        margin-bottom: 25px;
        display: block; }
        header #menu ul li {
          margin: 10px 0px 10px 0px; }
        header #menu ul li a {
          color: black;
          text-decoration: none; }
        header #menu ul li a:hover {
          color: white; }
        header #menu ul li:last-child a {
          color: white; }
        header #menu ul li:last-child a:hover {
          color: black; } }
#carousel {
  width: 100%; }
  #carousel #carouselCaptions .carousel-inner .carousel-item picture img {
    width: 100% !important; }

.titulo-carousel {
  font-size: 3vw !important; }

.texto-carousel {
  font-size: 1.5vw !important; }

@media only screen and (max-width: 769px) {
  .titulo-carousel {
    font-size: 30px !important; }

  .texto-carousel {
    font-size: 18px !important; } }
@media only screen and (max-width: 600px) {
  .titulo-carousel {
    font-size: 25px !important; }

  .texto-carousel {
    font-size: 14px !important; } }
@media only screen and (max-width: 480px) {
  .titulo-carousel {
    font-size: 22px !important; }

  .texto-carousel {
    font-size: 12px !important; } }
.titulos-seccion {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px; }
  .titulos-seccion h2 {
    text-align: center;
    font-size: 40px;
    color: #F77F00;
    font-weight: 700; }
  .titulos-seccion h4 {
    text-align: center;
    font-size: 25px;
    color: #F77F00;
    font-weight: 700; }
    .titulos-seccion h4 a {
      color: black; }
    .titulos-seccion h4 a:hover {
      color: #F77F00; }

.cont-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .cont-box .box {
    width: 280px;
    height: 420px;
    border: 1px solid black;
    margin: 10px;
    cursor: pointer; }
    .cont-box .box a {
      color: black;
      text-decoration: none; }
    .cont-box .box .cont-img {
      width: 280px;
      height: 150px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center; }
      .cont-box .box .cont-img img {
        width: 100%; }
    .cont-box .box .cont-text {
      padding: 10px; }
      .cont-box .box .cont-text .cont-texto-titulos {
        height: 80px;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 10px; }
        .cont-box .box .cont-text .cont-texto-titulos h5 {
          font-size: 20px;
          font-weight: 600;
          margin: 0;
          line-height: 1.3; }
      .cont-box .box .cont-text .texto-small {
        font-size: 12px;
        line-height: 1.3;
        margin: 0; }
      .cont-box .box .cont-text .cont-texto-intro {
        height: 95px;
        overflow: hidden;
        margin-top: 10px; }
        .cont-box .box .cont-text .cont-texto-intro .texto-intro {
          font-size: 15px; }
  .cont-box .box:hover {
    -webkit-box-shadow: 0px 20px 23px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 20px 23px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 20px 23px -3px rgba(0, 0, 0, 0.4); }

#actividades {
  width: 100%;
  background-color: #003049;
  padding-bottom: 50px; }
  #actividades .titulos-seccion h2 {
    color: white; }
  #actividades .cont-box {
    color: white; }

.hidden {
  display: none; }

.hidden {
  display: none; }

.cont-box-actividades {
  width: 100%;
  display: flex;
  justify-content: center; }
  .cont-box-actividades .cont-center {
    width: 70%;
    display: flex; }
    .cont-box-actividades .cont-center .cont-cal {
      width: 320px;
      margin-left: 20px;
      margin-right: 20px; }
      .cont-box-actividades .cont-center .cont-cal .calendar form {
        width: 100%; }
        .cont-box-actividades .cont-center .cont-cal .calendar form select {
          width: 100%;
          height: 60px;
          padding-left: 25px;
          padding-right: 25px;
          border: 1px solid black;
          background-color: white;
          border-radius: 10px 10px 10px 10px;
          -moz-border-radius: 10px 10px 10px 10px;
          -webkit-border-radius: 10px 10px 10px 10px; }
    .cont-box-actividades .cont-center .cont-eventos {
      width: 100%;
      padding-left: 2.5%;
      padding-right: 2.5%; }

@media only screen and (max-width: 1080px) {
  .cont-box-actividades {
    width: 100%;
    display: flex;
    justify-content: center; }
    .cont-box-actividades .cont-center {
      width: 70%;
      display: flex;
      flex-direction: column; }
      .cont-box-actividades .cont-center .cont-cal {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        margin-left: 0px;
        margin-right: 0px; }
        .cont-box-actividades .cont-center .cont-cal .calendar {
          width: 320px; }
          .cont-box-actividades .cont-center .cont-cal .calendar form {
            width: 100%; }
            .cont-box-actividades .cont-center .cont-cal .calendar form select {
              width: 100%;
              height: 60px;
              padding-left: 25px;
              padding-right: 25px;
              border: 1px solid black;
              background-color: white;
              border-radius: 10px 10px 10px 10px;
              -moz-border-radius: 10px 10px 10px 10px;
              -webkit-border-radius: 10px 10px 10px 10px; }
      .cont-box-actividades .cont-center .cont-eventos {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%; } }
#cont-calendar {
  width: 310px;
  margin-top: 25px; }
  #cont-calendar .titulo-mes {
    width: 100%; }
    #cont-calendar .titulo-mes h2 {
      color: white;
      font-size: 50px;
      font-weight: 700; }
  #cont-calendar hr {
    color: white;
    border: 2px solid white;
    margin-top: 10px;
    margin-bottom: 10px; }

.row-matriz {
  display: flex;
  color: white;
  flex-wrap: wrap; }
  .row-matriz .matriz {
    width: 40px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.2%;
    height: 35px;
    margin: 2px;
    text-align: center; }
  .row-matriz .casilla {
    width: 30px;
    height: 30px; }

.dia {
  background-color: white;
  color: black;
  font-weight: 700; }

.actual {
  background-color: #FCBF49;
  color: black;
  font-weight: 700;
  cursor: pointer; }

.actividad {
  background-color: #F77F00;
  color: white;
  font-weight: 700;
  cursor: pointer; }

.seleccionado {
  background-color: #D62828;
  color: white;
  font-weight: 700; }

.row-matriz-casilla {
  display: flex;
  justify-content: space-around; }
  .row-matriz-casilla .matriz {
    width: 40px !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14.2%;
    height: 35px;
    margin: 2px;
    text-align: center; }
  .row-matriz-casilla .casilla {
    width: 30px;
    height: 30px; }

.flex-casilla {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2%;
  margin-left: 2%; }
  .flex-casilla p {
    font-size: 12px;
    margin: 0;
    margin-left: 10px;
    color: white; }

/* Sección listado de eventos */
#cont-eventos {
  width: 100%;
  color: white; }
  #cont-eventos .titulo-evento {
    font-size: 25px;
    font-weight: 700;
    padding-left: 10px; }
  #cont-eventos #cont-boxes-eventos {
    width: 100%;
    height: 450px;
    overflow-y: scroll; }

.box-eventos {
  border: 1px solid white !important;
  padding: 10px;
  margin: 10px; }
  .box-eventos .cont-titulo-fecha {
    width: 100%;
    display: flex; }
    .box-eventos .cont-titulo-fecha .titulo-evento {
      width: 70%;
      padding: 10px; }
    .box-eventos .cont-titulo-fecha h3 {
      width: 30%;
      padding: 0px 10px 0px 10px;
      text-align: right; }
  .box-eventos .fecha {
    font-size: 18px;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 10px; }
  .box-eventos .lugar {
    font-size: 18px;
    font-weight: 800; }

@media only screen and (max-width: 1510px) {
  .box-eventos .cont-titulo-fecha .titulo-evento {
    width: 50%; }
  .box-eventos .cont-titulo-fecha h3 {
    width: 50%; } }
@media only screen and (max-width: 1204px) {
  .box-eventos .cont-titulo-fecha {
    width: 100%;
    flex-direction: column; }
    .box-eventos .cont-titulo-fecha .titulo-evento {
      width: 100%; }
    .box-eventos .cont-titulo-fecha h3 {
      width: 100%;
      text-align: left; } }
@media only screen and (max-width: 461px) {
  .cont-box-actividades .cont-center {
    width: 90%; }
    .cont-box-actividades .cont-center .cont-calendar {
      width: 100%; } }
@media only screen and (max-width: 370px) {
  .cont-box-actividades .cont-center {
    width: 90%; }
    .cont-box-actividades .cont-center .cont-calendar {
      width: 100%; } }
.cont-flex {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 25px; }
  .cont-flex img {
    width: 12px;
    height: 16px;
    margin-right: 10px; }
  .cont-flex p {
    margin: 0; }

.titulo-dia {
  font-size: 30px;
  margin-left: 10px; }

.box-eventos-vacio {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px; }
  .box-eventos-vacio .mensaje {
    font-size: 25px;
    text-align: center; }

.cont-colaboradores {
  display: flex; }
  .cont-colaboradores div {
    margin: 10px;
    text-align: center; }
    .cont-colaboradores div p {
      margin-top: 20px;
      line-height: 1.3; }

#quienesSomos {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  #quienesSomos div {
    width: 80%; }
    #quienesSomos div .cont-flex-seccion {
      width: 100%;
      display: flex; }
      #quienesSomos div .cont-flex-seccion .cont-doble {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400; }
    #quienesSomos div .titulos-seccion {
      width: 100%;
      margin: 0; }

footer {
  width: 100%;
  background-color: #F77F00;
  height: 250px;
  display: flex;
  justify-content: space-around; }
  footer div {
    display: flex;
    justify-content: center;
    align-items: center; }
    footer div .logo-footer {
      width: 220px;
      height: 165px; }
    footer div ul {
      list-style: none; }
      footer div ul li a {
        color: white;
        text-decoration: none; }
      footer div ul li a:hover {
        color: black; }
    footer div .redes {
      display: flex;
      justify-content: center; }
      footer div .redes li {
        margin: 0px 10px 0px 10px; }

@media only screen and (max-width: 1200px) {
  #quienesSomos {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px; }
    #quienesSomos div {
      width: 100%; }
      #quienesSomos div .cont-flex-seccion {
        width: 100%;
        display: flex;
        flex-direction: column; }
        #quienesSomos div .cont-flex-seccion .cont-doble {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 400;
          padding: 5%; }
      #quienesSomos div .titulos-seccion {
        width: 100%;
        margin: 0; } }
@media only screen and (max-width: 950px) {
  footer {
    height: auto;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px; }
    footer div {
      display: block;
      justify-content: center;
      align-items: center;
      text-align: center; }
      footer div .logo-footer {
        width: 220px;
        height: 165px; }
      footer div ul {
        margin: 0;
        padding: 0;
        margin-top: 25px;
        list-style: none; }
        footer div ul li a {
          color: white;
          text-decoration: none; }
        footer div ul li a:hover {
          color: black; }
      footer div .redes {
        display: flex;
        justify-content: center; }
        footer div .redes li {
          margin: 0px 10px 0px 10px; } }
@media only screen and (max-width: 560px) {
  .cont-colaboradores {
    display: flex;
    flex-wrap: wrap; }
    .cont-colaboradores div {
      margin: 10px;
      text-align: center; }
      .cont-colaboradores div p {
        margin-top: 20px;
        line-height: 1.3; }

  .img-quienes-somos {
    width: 100%;
    height: auto;
    padding: 10px; } }
.modal-body {
  text-align: center; }
  .modal-body div {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px; }
  .modal-body form {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .modal-body form input {
      width: 100%;
      height: 45px;
      padding-left: 20px;
      margin-top: 10px;
      margin-bottom: 10px;
      /*Borde redondos*/
      border-radius: 22px 22px 22px 22px;
      -moz-border-radius: 22px 22px 22px 22px;
      -webkit-border-radius: 22px 22px 22px 22px;
      border: 1px solid black; }
  .modal-body a {
    color: black; }
  .modal-body a:hover {
    color: #F77F00; }

.btn-form {
  background-color: #FCBF49;
  color: black;
  font-weight: 700;
  border: none; }

/* Estilos de la pagina de Articulo */
#cont-article {
  width: 100%;
  background-color: #D4D4D4;
  display: flex;
  justify-content: center;
  padding-top: 25px; }
  #cont-article .cont-flexible {
    width: 80%; }
    #cont-article .cont-flexible #cont-return {
      width: 100%; }
      #cont-article .cont-flexible #cont-return a {
        color: black; }
    #cont-article .cont-flexible #box-article {
      width: 100%;
      background-color: white;
      margin-bottom: 50px;
      margin-top: 25px;
      /*Shadows*/
      -webkit-box-shadow: 10px 10px 5px -1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 10px 10px 5px -1px rgba(0, 0, 0, 0.2);
      box-shadow: 10px 10px 5px -1px rgba(0, 0, 0, 0.2); }
      #cont-article .cont-flexible #box-article .cont-blur {
        width: 100%;
        height: 400px;
        position: relative; }
        #cont-article .cont-flexible #box-article .cont-blur .cont-img-blur {
          width: 100%;
          height: 400px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute; }
          #cont-article .cont-flexible #box-article .cont-blur .cont-img-blur img {
            width: 100%;
            filter: blur(5px); }
        #cont-article .cont-flexible #box-article .cont-blur .cont-img {
          width: 100%;
          height: 400px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute; }
          #cont-article .cont-flexible #box-article .cont-blur .cont-img img {
            height: 100%; }
      #cont-article .cont-flexible #box-article #cont-article-text {
        width: 100%;
        padding: 25px; }

#listaArticulos {
  width: 100%;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px; }

@media only screen and (max-width: 600px) {
  #listaArticulos {
    padding-left: 0px;
    padding-right: 0px; } }
.hidden {
  display: none; }

#dashboard {
  width: 100%;
  height: 100vh;
  display: flex; }
  #dashboard #contMenu-dashboard {
    width: 350px; }
    #dashboard #contMenu-dashboard #cont-cuenta {
      width: 100%;
      text-align: center;
      margin-top: 25px;
      margin-bottom: 25px; }
      #dashboard #contMenu-dashboard #cont-cuenta h2 {
        margin-bottom: 0; }
      #dashboard #contMenu-dashboard #cont-cuenta p {
        margin-top: -5px; }
    #dashboard #contMenu-dashboard #menu-dashboard {
      width: 100%; }
      #dashboard #contMenu-dashboard #menu-dashboard ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #dashboard #contMenu-dashboard #menu-dashboard ul li {
          padding-top: 15px;
          padding-bottom: 15px;
          padding-left: 15px; }
          #dashboard #contMenu-dashboard #menu-dashboard ul li a {
            color: black;
            text-decoration: none;
            display: flex; }
            #dashboard #contMenu-dashboard #menu-dashboard ul li a svg {
              margin-right: 10px; }
        #dashboard #contMenu-dashboard #menu-dashboard ul li:hover {
          background-color: #D4D4D4; }
  #dashboard #cont-dashboard {
    width: 100%;
    background-color: #D4D4D4;
    overflow-y: scroll;
    padding: 30px; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap; }

.title-hidden {
  margin: 0; }

.selected-dashboard {
  background-color: #D4D4D4; }

.text-info-dashboard {
  margin-left: 25px;
  width: 600px; }

.box-dashboard {
  width: 600px;
  padding: 15px;
  margin: 25px;
  border: 1px solid black;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }
  .box-dashboard form {
    width: 100%; }
    .box-dashboard form div {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px; }
      .box-dashboard form div input {
        width: 100%;
        height: 50px;
        padding-left: 20px;
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px;
        border: 1px solid black; }
      .box-dashboard form div textarea {
        width: 100%;
        padding-left: 20px;
        padding-top: 10px;
        border-radius: 20px 20px 20px 20px;
        -moz-border-radius: 20px 20px 20px 20px;
        -webkit-border-radius: 20px 20px 20px 20px; }

.textarea-wyswyg {
  background-color: white;
  min-height: 300px; }

.btn-submit {
  background-color: #F77F00;
  border: none !important;
  color: white;
  font-weight: 700; }

.btn-submit:hover {
  background-color: #D62828; }

.button-submit {
  width: 100%;
  height: 50px;
  background-color: #F77F00;
  border: none !important;
  color: white;
  font-weight: 700;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }

.button-submit:hover {
  background-color: #D62828; }

.titulos-dashboard {
  margin-left: 25px; }

.cont-contactos {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cont-contactos div h4 {
    margin: 0;
    font-size: 20px; }
  .cont-contactos div p {
    margin: 0; }

@media only screen and (max-width: 580px) {
  .cont-contactos {
    display: flex;
    flex-direction: column-reverse; }
    .cont-contactos div {
      text-align: left; }
      .cont-contactos div a {
        text-align: left; }
        .cont-contactos div a img {
          text-align: left;
          margin-bottom: 25px; } }
.mini-box {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 1px solid black;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .mini-box div {
    padding: 15px; }
    .mini-box div h4 {
      margin: 0;
      font-size: 16px; }
    .mini-box div p {
      margin: 0; }

.mini-box:hover {
  background-color: #b8b8b8; }

@media only screen and (max-width: 970px) {
  #dashboard #contMenu-dashboard {
    width: 70px; }
    #dashboard #contMenu-dashboard #cont-cuenta h2 {
      display: none; }
    #dashboard #contMenu-dashboard #cont-cuenta p {
      display: none; }
    #dashboard #contMenu-dashboard #menu-dashboard ul li {
      padding-left: 20px; }
    #dashboard #contMenu-dashboard #menu-dashboard ul li:hover {
      background-color: #D4D4D4; }

  .box-dashboard {
    width: 400px; }

  .title-hidden {
    display: none; }

  .text-info-dashboard {
    width: 400px; } }
@media only screen and (max-width: 580px) {
  .box-dashboard {
    width: 250px; }

  #cont-dashboard {
    padding: 5px !important;
    padding-top: 30px !important; }

  .mini-box {
    padding: 10px;
    display: block;
    text-align: left !important; }
    .mini-box div h4 {
      font-size: 16px; }

  .text-info-dashboard {
    width: 250px; } }
select {
  width: 100%;
  height: 50px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }

.input-file {
  padding-top: 10px;
  padding-bottom: 10px; }

.space {
  height: 25px; }

.input-doble {
  width: 100%;
  display: flex; }
  .input-doble input {
    width: 50%; }
  .input-doble input:first-child {
    margin-right: 10px; }
  .input-doble input:last-child {
    margin-left: 10px; }

@media only screen and (max-width: 970px) {
  .input-doble {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .input-doble input {
      width: 100%; }
    .input-doble input:first-child {
      margin-right: 0px;
      margin-bottom: 10px; }
    .input-doble input:last-child {
      margin-left: 0px; } }
.bold-text {
  font-weight: bold; }

.titulo-contacto {
  font-size: 25px !important;
  font-weight: bold;
  margin-bottom: 10px !important; }

.cont-mensaje-contacto {
  width: 600px; }

.no-margin {
  margin: 0 !important; }

.textarea-style {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  padding-top: 25px;
  padding-left: 20px; }

.titulo-carousel {
  color: white !important;
  text-decoration: none; }

.titulo-carousel:hover {
  text-decoration: underline; }

.tituloArticulo {
  font-weight: bold; }

.autorArticulo {
  font-style: italic; }

.fechaArticulo {
  font-size: 12pt; }

.alert-text {
  color: #D62828;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #D62828;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }

.alert-text-true {
  color: #008807;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #008807;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px; }

.cont-preview {
  width: 100%; }
  .cont-preview #preview {
    width: 100%; }
    .cont-preview #preview img {
      width: 100%;
      height: auto; }

#msgFoto {
  width: 100%;
  text-align: center;
  color: black;
  font-weight: 600;
  font-size: 16px; }

#slide,
#postSelected {
  padding-left: 20px !important; }

.cont-border {
  width: 100%; }
  .cont-border .cont-preview {
    width: 100%; }
    .cont-border .cont-preview .preview-img {
      width: 100%; }
      .cont-border .cont-preview .preview-img img {
        width: 100%;
        height: auto; }

.center-text {
  width: 100%;
  text-align: center; }

.no-exist {
  width: 100%;
  text-align: center; }
  .no-exist h2 {
    font-size: 40px;
    margin: 0;
    padding-top: 200px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.3;
    font-weight: 700;
    color: #F77F00; }
  .no-exist p {
    margin: 0;
    margin-top: 10px;
    padding-bottom: 200px; }
    .no-exist p a {
      font-size: 25px;
      color: black; }

#formIngresa {
  display: block; }

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