body {
  background: #f6f9fb; }

.h2-blanco {
  color: #fff;
  font-size: 2em;
  font-family: "Roboto Condensed"; }

.txt-titulos {
  margin-bottom: 2em;
  font-family: "Roboto Condensed";
  font-size: 2em;
  letter-spacing: 0.4em;
  margin-top: 1em; }

section .contenedor-jumbo {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em 2em; }
section .jumbotron {
  background: url("../img/foto4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  padding: 1em;
  margin-bottom: 0; }
  section .jumbotron .txt-desc {
    padding: 0.5em 0;
    font-family: "Roboto Condensed";
    font-weight: 500;
    font-size: 1.3em;
    color: #fff;
    line-height: 1.5em; }
section .contador {
  margin-bottom: 1.5em; }
section .dias {
  background: rgba(78, 128, 197, 0.7);
  border: 3px solid rgba(255, 255, 255, 0.6); }
  section .dias p {
    padding-top: 0.5em;
    padding-bottom: 0;
    color: #fff;
    font-size: 5vh;
    font-family: "Elegante"; }
section .minutos {
  background: rgba(255, 213, 30, 0.7);
  border: 3px solid rgba(255, 255, 255, 0.6); }
  section .minutos p {
    padding-top: 0.5em;
    padding-bottom: 0;
    color: #fff;
    font-size: 5vh;
    font-family: "Elegante"; }
section .horas {
  background: rgba(255, 213, 30, 0.7);
  border: 3px solid rgba(255, 255, 255, 0.6); }
  section .horas p {
    padding-top: 0.5em;
    padding-bottom: 0;
    color: #fff;
    font-size: 5vh;
    font-family: "Elegante"; }
section .segundos {
  background: rgba(172, 42, 28, 0.7);
  border: 3px solid rgba(255, 255, 255, 0.6); }
  section .segundos p {
    padding-top: 0.5em;
    padding-bottom: 0;
    color: #fff;
    font-size: 5vh;
    font-family: Elegante; }

.main-footer {
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  background: #393836;
  padding: 10px 0; }
  .main-footer p {
    font-size: 0.7em;
    color: #777;
    margin: 0; }

a.twitter:hover {
  background: #1da1f2; }

a.facebook:hover {
  background: #3b5998; }

a.instagram:hover {
  background: #3f729b; }

.statistics2 {
  background-color: #E7EAEC;
  padding-bottom: 2em;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5; }
  .statistics2 .card {
    background: #fff;
    box-shadow: #d2d2d2 5px 10px 20px;
    border-radius: 3px; }
    .statistics2 .card span {
      background-color: #188ef4;
      padding: 1em;
      position: absolute;
      border-radius: 50%;
      margin-top: -2.5rem;
      margin-left: 1em; }
      .statistics2 .card span i {
        font-size: 3.5em;
        color: #fff; }
  .statistics2 .text-infor {
    margin-top: 3em;
    font-size: 1.5em;
    margin-left: 1em;
    font-family: "Roboto";
    font-weight: 500; }
  .statistics2 p {
    margin: 0 1.5em;
    margin-bottom: 1.5em;
    font-family: "Roboto";
    font-weight: 300; }

.muestra {
  margin-bottom: 2em; }
  .muestra .card-body h2 {
    font-family: "Roboto";
    font-weight: 500; }
  .muestra .card-body p {
    font-family: "Roboto";
    font-weight: 300; }

.padre {
  display: flex;
  margin-bottom: 2em; }
  .padre .contenedor-video {
    margin: 0 2em; }
  .padre .contenedor-contenido h2 {
    font-family: "Roboto";
    font-weight: 500; }
  .padre .contenedor-contenido p {
    font-family: "Roboto";
    font-weight: 300; }

.clientes {
  padding-bottom: 2em;
  background-color: #E7EAEC;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5; }
  .clientes .cliente {
    text-align: center; }
    .clientes .cliente a {
      text-align: center; }
      .clientes .cliente a img {
        width: 10em; }

.unete {
  margin-bottom: 5em; }
  .unete .card-header {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 3vh; }
  .unete p {
    font-family: "Roboto";
    font-weight: 300; }
  .unete ul {
    padding-inline-start: 20px; }
    .unete ul li {
      list-style: square;
      margin-bottom: 0.5em; }
  .unete .con-img {
    width: 100%; }
    .unete .con-img img {
      display: block;
      width: 100%;
      -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
      border-radius: 0.3rem; }

.video {
  margin-bottom: 3em; }
  .video .cont-vid {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden; }
    .video .cont-vid iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

.nosotros .card {
  padding: 1rem;
  background-color: transparent;
  border: none; }
  .nosotros .card .card-box {
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 0.5rem;
    box-shadow: #d2d2d2 5px 10px 20px; }
    .nosotros .card .card-box .card-header {
      display: flex;
      align-items: center;
      background: none;
      padding: 0;
      border: 0;
      padding-bottom: 2rem; }
      .nosotros .card .card-box .card-header .card-img {
        position: absolute;
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50%;
        background: #fff;
        display: flex; }
      .nosotros .card .card-box .card-header .card-title {
        padding: 0.5rem 2rem 0.5rem 7.5rem;
        margin-left: -2rem;
        background: linear-gradient(90deg, #5eeebb, #51aafa);
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        font-size: 1.5em;
        font-family: "Roboto";
        color: #fff;
        font-weight: 300; }
    .nosotros .card .card-box .card-text {
      color: #8d97ad;
      text-align: left;
      margin: 0; }
    .nosotros .card .card-box .underline {
      width: 10rem;
      height: 1.2px;
      background: rgba(0, 0, 0, 0.2);
      display: inline-block; }
    .nosotros .card .card-box .puesto {
      padding-top: 0.5rem;
      margin: 0; }

.acerca-de {
  padding-bottom: 2em;
  border-bottom: 1px solid #b5b5b5; }
  .acerca-de p {
    font-family: "Roboto Condensed";
    font-weight: 500;
    line-height: 1.6;
    text-align: justify; }
  .acerca-de .cont-lista {
    margin-top: 1rem; }
    .acerca-de .cont-lista ul {
      margin-bottom: 0;
      padding-left: 1.5rem; }
      .acerca-de .cont-lista ul li {
        margin-bottom: 1rem;
        list-style: none;
        font-family: "Roboto Condensed";
        font-weight: 300; }
        .acerca-de .cont-lista ul li i {
          color: #188ef4;
          position: absolute;
          left: 0;
          padding-top: 2px;
          display: inline-block;
          text-align: center;
          margin: 4px 10px;
          line-height: 10px; }
  .acerca-de .cont-img img {
    border-radius: 0.25rem;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    width: 100%; }

.historia {
  background: url("../img/fonfo.png");
  background-size: auto; }
  .historia .fondo-historia {
    position: relative;
    height: 400px;
    background: #5eeebb;
    opacity: 0.8;
    background: linear-gradient(to right, #5eeebb, #51aafa); }
  .historia .textos {
    width: 100%;
    color: #ffff;
    position: absolute;
    margin-top: -300px; }
    .historia .textos h3 {
      font-size: 3rem;
      font-family: "Roboto";
      font-weight: 300;
      text-align: center; }

.contar-historia .contenedor-his {
  overflow: visible;
  position: relative; }
  .contar-historia .contenedor-his .foto-his {
    position: absolute;
    top: -150px;
    z-index: 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35); }
.contar-historia article {
  background: #fff;
  padding: 40px;
  width: 50%;
  position: relative;
  top: 200px;
  z-index: 1;
  float: right;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35); }
  .contar-historia article h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: "Roboto"; }
  .contar-historia article p {
    line-height: 28px;
    margin-bottom: 15px;
    font-family: "Roboto";
    font-weight: 300; }

.statistics {
  margin-top: 450px;
  background-color: #E7EAEC;
  padding-bottom: 2em;
  border-bottom: 1px solid #b5b5b5;
  border-top: 1px solid #b5b5b5; }
  .statistics .card {
    background: #fff;
    box-shadow: #d2d2d2 5px 10px 20px;
    border-radius: 3px; }
    .statistics .card span {
      background-color: #188ef4;
      padding: 1em;
      position: absolute;
      border-radius: 50%;
      margin-top: -2.5rem;
      margin-left: 1em; }
      .statistics .card span i {
        font-size: 3.5em;
        color: #fff; }
  .statistics .text-infor {
    margin-top: 3em;
    font-size: 1.5em;
    margin-left: 1em;
    font-family: "Roboto";
    font-weight: 500; }
  .statistics p {
    margin: 0 1.5em;
    margin-bottom: 1.5em;
    font-family: "Roboto";
    font-weight: 300; }

.eventos .cuadrado {
  margin-bottom: 2em; }
  .eventos .cuadrado .card {
    border-radius: 5px;
    box-shadow: 0px 0px 50px rgba(115, 128, 157, 0.1); }
    .eventos .cuadrado .card span {
      color: #1dc9cb;
      font-size: 50px;
      transition: color 0.3s;
      padding: 1.5rem; }
    .eventos .cuadrado .card .text-infor {
      font-family: "Roboto";
      font-weight: 500;
      padding-bottom: 1.8em; }
  .eventos .cuadrado .card:hover {
    background: linear-gradient(90deg, #369898, #5eeebb);
    cursor: pointer;
    transform: translateY(-10px);
    transition: all 0.3s; }
    .eventos .cuadrado .card:hover .text-infor {
      color: #fff; }
    .eventos .cuadrado .card:hover span {
      color: #fff; }

.clientes {
  margin-bottom: 2em; }

.otro-eventos .con-eve {
  margin-bottom: 2.5em; }
.otro-eventos h3 {
  font-family: "Roboto";
  font-weight: 500; }
.otro-eventos p {
  font-family: "Roboto";
  font-weight: 300; }

.carrusel .carousel-inner, .carrusel .carousel-item {
  height: 400px; }
  .carrusel .carousel-inner img, .carrusel .carousel-item img {
    width: 100%; }
.carrusel .titulo-pcp {
  font-family: "Roboto Condensed"; }
.carrusel .des-pcp {
  font-family: "Roboto Condensed";
  font-weight: 500;
  font-size: 2.2vh; }

.contac-me {
  margin-bottom: 5rem; }
  .contac-me .main-row {
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .contac-me .contenedor-form {
    background: #fff;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(13, 13, 13, 0.2);
    -moz-box-shadow: 7px 7px 5px 0px rgba(13, 13, 13, 0.2);
    box-shadow: 7px 7px 5px 0px rgba(13, 13, 13, 0.2); }
    .contac-me .contenedor-form .form-container {
      padding: 3rem; }
      .contac-me .contenedor-form .form-container h2 {
        font-size: 3vh;
        font-family: "Roboto";
        font-weight: 300;
        margin-bottom: 1rem; }
      .contac-me .contenedor-form .form-container .input-wrap .field {
        border-radius: 0.25rem;
        overflow: hidden;
        box-shadow: 50px 0px 30px rgba(115, 128, 157, 0.1);
        -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
      .contac-me .contenedor-form .form-container .input-wrap input {
        width: 100%;
        padding: 0.5rem 1rem;
        margin-bottom: 1rem;
        border: 1px solid #efefef; }
      .contac-me .contenedor-form .form-container textarea {
        padding: 0.5rem 1rem;
        border: 1px solid #efefef;
        box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        max-height: 200px; }
  .contac-me .btn-success {
    background-color: #1dc9cb !important;
    border-color: #1dc9cb !important;
    transition: all 0.5s; }
  .contac-me .btn-success:hover {
    transition: all 0.5s;
    color: #ffffff !important;
    background-color: #138788 !important;
    border-color: #138788 !important; }
  .contac-me .este {
    padding: 0; }
    .contac-me .este .content-panel {
      padding: 3rem;
      background: linear-gradient(45deg, #2bdc9d, #51aafa);
      height: 100%;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      overflow: hidden;
      display: flex;
      flex-direction: column; }
      .contac-me .este .content-panel h3 {
        text-align: center;
        font-size: 3vh;
        font-family: "Roboto";
        font-weight: 300;
        margin-bottom: 1rem;
        color: #fff; }
      .contac-me .este .content-panel p {
        font-size: 3vh;
        font-family: "Roboto";
        font-weight: 300;
        margin-bottom: 1rem;
        color: #fff; }

.que-es .con-img {
  width: 100%; }
  .que-es .con-img img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
    border-radius: 0.3rem; }
.que-es .card-header {
  font-family: "Roboto";
  font-weight: 500;
  color: #fff; }
.que-es .card-body {
  font-family: "Roboto";
  font-weight: 300;
  text-align: justify; }

.registro-inter {
  margin-bottom: 5em; }
  .registro-inter .card-header {
    font-family: "Roboto";
    font-weight: 500;
    color: #fff;
    font-size: 3vh; }
  .registro-inter .card-body {
    background: #fff; }
  .registro-inter .input-wrap .field, .registro-inter .input-wrap select {
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 50px 0px 30px rgba(115, 128, 157, 0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); }
  .registro-inter .input-wrap input, .registro-inter .input-wrap select {
    width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid #efefef; }
  .registro-inter label {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 1.5em; }
  .registro-inter .btn-success {
    background-color: #1dc9cb !important;
    border-color: #1dc9cb !important;
    transition: all 0.5s;
    margin-bottom: 3rem; }
  .registro-inter .btn-success:hover {
    transition: all 0.5s;
    color: #ffffff !important;
    background-color: #138788 !important;
    border-color: #138788 !important; }
  .registro-inter .card {
    -webkit-box-shadow: 7px 7px 5px 0px rgba(13, 13, 13, 0.2);
    -moz-box-shadow: 7px 7px 5px 0px rgba(13, 13, 13, 0.2);
    box-shadow: 7px 7px 5px 0px rgba(13, 13, 13, 0.2);
    border: 1px solid #efefef; }
  .registro-inter .este {
    padding: 0; }
    .registro-inter .este .content-panel {
      padding: 3rem;
      background: linear-gradient(45deg, #2bdc9d, #51aafa);
      height: 100%;
      border-top-right-radius: 0.25rem;
      border-bottom-right-radius: 0.25rem;
      overflow: hidden;
      display: flex;
      flex-direction: column; }
      .registro-inter .este .content-panel h3 {
        text-align: center;
        font-size: 3vh;
        font-family: "Roboto";
        font-weight: 300;
        margin-bottom: 1rem;
        color: #fff; }
      .registro-inter .este .content-panel p {
        font-size: 1em;
        font-family: "Roboto";
        font-weight: 300;
        margin-bottom: 1rem;
        color: #fff;
        padding-top: 2em;
        text-align: justify; }

@media screen and (max-width: 992px) {
  .statistics2 .card {
    margin-bottom: 4em; }

  .video .cont-vid {
    padding-bottom: 55%; }

  .unete .con-img {
    margin-top: 2em; }
    .unete .con-img img {
      width: 80%;
      margin: auto; }

  .statistics .card {
    margin-bottom: 4em; }

  .que-es .con-img {
    margin-top: 2em; }
    .que-es .con-img img {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }

  .registro-inter .este .content-panel {
    height: 50%; } }
@media screen and (max-width: 1000px) {
  .contar-historia .foto-his {
    width: 100%;
    position: relative;
    left: 0px; }
    .contar-historia .foto-his img {
      width: 100%;
      left: 0px; }
  .contar-historia article {
    position: relative;
    width: 100%;
    top: 31.7vh; }

  .statistics {
    margin-top: 600px; } }
@media screen and (max-width: 768px) {
  .video .cont-vid {
    padding-bottom: 70%; }

  .contar-historia .foto-his {
    width: 100%;
    position: relative;
    left: 0px; }
    .contar-historia .foto-his img {
      width: 100%;
      left: 0px; }
  .contar-historia article {
    position: relative;
    width: 100%;
    top: 18vh; }

  .statistics {
    margin-top: 450px; }

  .carrusel .carousel-inner, .carrusel .carousel-item {
    height: 200px; }
    .carrusel .carousel-inner img, .carrusel .carousel-item img {
      width: 100%; }

  .registro-inter .este .content-panel {
    height: 100%; } }
@media screen and (max-width: 400px) {
  .txt-titulos {
    margin-bottom: 2em;
    font-family: "Roboto Condensed";
    font-size: 2em;
    margin-top: 1em; }

  .video .cont-vid {
    padding-bottom: 100%; }

  .h2-blanco {
    color: #fff;
    font-size: 20.8px;
    font-family: "Roboto Condensed"; }

  section .jumbotron .txt-desc {
    font-size: 16px; }

  .contar-historia .foto-his {
    width: 100%;
    position: relative;
    left: 0px; }
    .contar-historia .foto-his img {
      width: 100%;
      left: 0px; }
  .contar-historia article {
    position: relative;
    width: 100%;
    top: 5.5vh; }

  .historia .textos h3 {
    font-size: 2rem; }

  .carrusel .carousel-inner, .carrusel .carousel-item {
    height: 150px; }
    .carrusel .carousel-inner img, .carrusel .carousel-item img {
      width: 100%; }

  .contac-me .contenedor-form #widget {
    width: 150px;
    height: 150px;
    margin: auto;
    border: 1px solid #fff; }
  .contac-me .contenedor-form #month {
    font-size: 2em; }
  .contac-me .contenedor-form #day {
    font-size: 3em; }

  .registro-inter .este .content-panel {
    height: 100%; }
    .registro-inter .este .content-panel #widget {
      width: 150px;
      height: 150px;
      margin: auto;
      border: 1px solid #fff; }
    .registro-inter .este .content-panel #month {
      font-size: 2em; }
    .registro-inter .este .content-panel #day {
      font-size: 3em; } }

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