.white {
  color: #fff;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.main {
  min-height: 100vh;
  min-width: 100%;
  color: #363636;
  font-size: 1em;
}

/* Colors*/

.c_red {
  color: #8e1d21;
}

.sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.sec.sec-head {
  position: relative;
  min-height: 20em;
  padding-top: 6em;
  padding-bottom: 8em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.sec.sec_2 {
  background-color: #707070;
}

.sec.sec_tri_r {
  min-height: 5em;
  background-image: url('../images/Tri_right.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.sec.sec_blue {
  background-color: #0a2e42;
  color: #fff;
}

.sec.sec_grey {
  background-color: #ededed;
}

.sec.sec_grey.sec_pattern {
  background-image: url('../images/Pattern_05.png');
  background-position: 0px 0px;
  background-size: auto;
}

.sec.sec-vidio {
  position: relative;
  min-height: 30em;
  padding-top: 6em;
  padding-bottom: 4em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.sec.sec_puntual {
  padding-top: 2em;
  padding-bottom: 2em;
}

.sec.sec_grey {
  background-color: #ededed;
  color: #fff;
}

.sec.sec_tri_g_r {
  min-height: 10em;
  background-image: url('../images/Tri_right_g.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.sec.sec_tri_g_l {
  min-height: 10em;
  background-image: url('../images/Tri_left_g.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.sec.sec_2 {
  background-color: #707070;
}

.sec.sec_tri_l {
  min-height: 5em;
  background-image: url('../images/Tri_left.svg');
  background-position: 0% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.sec.sec_red {
  background-color: #8e1d21;
  color: #fff;
}

.sec.sec_tri_r_red {
  min-height: 5em;
  background-image: url('../images/Tri_right_red.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-attachment: scroll;
}

.sec.sec_trasp {
  min-height: 8em;
}

.footer {
  /*position: absolute;*/
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  min-height: 4em;
  padding: 1em 2em;
  background-color: #2b2b2b;
}

.raw-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-cont {
  width: 100%;
  min-height: 4em;
  padding: 1em;
}

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

@media screen and (max-width: 479px) {
  .card-cont.card-cont-right {
    text-align: center;
  }
}

.title-contact {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #9b9b9b;
  font-size: 2em;
  font-weight: 700;
}

.heading-2 {
  font-family: 'Open Sans', sans-serif;
}

.sub-title-contact {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #9b9b9b;
  font-size: 1.6em;
  font-weight: 700;
  text-decoration: none;
}

.cont-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.icon {
  width: 3em;
  height: 3em;
  margin-right: 5px;
  margin-left: 5px;
}

.paragraph {
  color: #9b9b9b;
}

.paragraph-2 {
  padding-top: 10px;
  color: #9b9b9b;
  font-size: 0.8em;
  line-height: 1.2em;
}

@media screen and (max-width: 991px) {
  .card-cont.card-cont-center {
    width: 10%;
  }
}

@media screen and (max-width: 767px) {
  .raw-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-cont.card-cont-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 5em;
  padding-top: 1em;
  background-color: #fff;
}

.cont-center {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 90%;
  max-width: 86em;
  min-height: 10em;
  padding-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-center.cont-center_down {
  position: relative;
  max-width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cont-center.cont-center_blue {
  padding-top: 1em;
  padding-right: 2em;
  padding-left: 2em;
  background-color: #195cb2;
  box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.cont-center.cont-center_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-center.cont-center_horizontal {
  position: relative;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  max-width: 22em;
  min-height: 4em;
  min-width: 4em;
  margin: 0.5em;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title {
  padding-bottom: 0.5em;
  font-family: 'PT Sans', sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  font-style: normal;
  font-weight: 400;
}

.title.title_white {
  color: #fff;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

.title.title_center {
  max-width: 30em;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.3em;
  text-align: center;
}

.nav-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 4em;
  max-width: 106em;
  min-height: 2em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  width: 4em;
  height: 3em;
  background-image: url('../images/InOpinia_color.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon {
  width: 3em;
  height: 3em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.icon_login {
  width: 2.5em;
  height: 2.5em;
  margin-left: 10px;
  background-image: url('../images/LogIn_g.svg');
  background-size: contain;
}

.p {
  max-width: 40em;
  font-size: 1.2em;
  line-height: 1.4em;
}

.p.p_margins {
  margin-bottom: 2em;
  padding-top: 1em;
  text-align: left;
}

.cont-powered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-powered {
  padding-right: 2em;
  padding-bottom: 0.2em;
  color: #1ab7ea;
  font-size: 0.8em;
  line-height: 1em;
  font-style: italic;
  font-weight: 700;
}

.text-footer {
  color: #fff;
  font-size: 0.9em;
  line-height: 1em;
  font-style: italic;
  text-decoration: none;
}

.text-footer.text-footer--mgright {
  padding-left: 1em;
}

.img {
  min-height: 12em;
  min-width: 100%;
  margin-bottom: 1em;
  background-image: url('../images/Escritorio_trabajo.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading {
  color: #363636;
}

.btm-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-height: 12em;
  max-width: 14em;
  min-height: 2.4em;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 0.2em;
  text-decoration: none;
}

.btm-line.btm-line_grey {
  border-color: #363636;
}

.btm-text {
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
}

.btm-text.btm-text_grey {
  color: #363636;
  font-weight: 700;
}

.btm-text.btm-text_grey {
  color: #363636;
  font-weight: 700;
}

.btm-text.btm-text_red {
  color: #8e1d21;
  font-weight: 700;
}

.title-regular {
  padding-bottom: 0.5em;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: left;
}

.title-regular.title-regular_bold {
  font-weight: 700;
  text-align: center;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 2em;
  min-width: 4em;
  padding-right: 2em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-1 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/pexels-background-analysis.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*opacity: 0.6;*/
}

.subtitle-2 {
  max-width: 28em;
  color: #707070;
  font-size: 2em;
  line-height: 1em;
  font-style: italic;
  text-align: center;
}

.infograf {
  min-height: 8em;
  min-width: 100%;
  margin-bottom: 2em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.infograf.infograf_cheap {
  min-height: 8em;
  background-image: url('../images/barato.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infograf.infograf_quickly {
  min-height: 8em;
  background-image: url('../images/rapido.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infograf.infograf_fiable {
  min-height: 8em;
  background-image: url('../images/Fiable.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infograf.infograf_investiga {
  min-height: 8em;
  background-image: url('../images/investiga.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infograf.infograf_notas {
  background-image: url('../images/img_notes.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_transcripcion {
  background-image: url('../images/img_translation.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_online_communities {
  background-image: url('../images/img_online_communities.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_translation {
  background-image: url('../images/img_transcriptions.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_videocon {
  background-image: url('../images/img_videoconference.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_busueda {
  background-image: url('../images/img_search.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_sincro {
  background-image: url('../images/img_syncronization.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_codificacion {
  background-image: url('../images/img_code.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_comparacion {
  background-image: url('../images/img_comparison.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_report {
  background-image: url('../images/img_report.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_analitycs {
  background-image: url('../images/img_analitycs.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_outlook {
  background-image: url('../images/img_unified-outlook.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.infograf.infograf_gestion {
  background-image: url('../images/info_Gestion.svg');
  background-position: 0% 50%;
  background-size: contain;
}

.infograf.infograf_encuesta {
  background-image: url('../images/info_Encuesta.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infograf.infograf_dibujo {
  background-image: url('../images/info_Dibujo.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.infograf.infograf_grupos {
  background-image: url('../images/info_Grupos.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.btm-fill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-height: 12em;
  max-width: 14em;
  min-height: 2.4em;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.2em;
  background-color: #2a4975;
  text-decoration: none;
}

.btm-fill.btm-fill_grey {
  background-color: #363636;
}

.btm-fill.btm_w {
  border: 2px solid #fff;
  border-radius: 0.4em;
  background-color: transparent;
}

.box-strech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  min-height: 2em;
  min-width: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #363636;
}

.box-strech.box_strech_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  color: #363636;
  font-size: 4em;
}

.heading-2.g2_red {
  padding-bottom: 0px;
  color: #8e1d21;
}

.heading-2.h2_w {
  color: #fff;
}

.heading-3 {
  margin-bottom: 25px;
  color: #363636;
}

.mid_bloc {
  width: 50%;
  min-height: 4em;
  min-width: 50px;
  padding-top: 2em;
  padding-right: 4em;
  padding-bottom: 2em;
  color: #363636;
}

.mid_bloc.mid_margin_r {
  padding-right: 2.5%;
  padding-left: 2em;
}

.mid_bloc.mid_bloc_r {
  padding-right: 0em;
  padding-left: 4em;
}

.bg-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 100%;
  min-height: 10em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*background-image: url('../images/PC2_img.png');*/
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-right-vidio {
  background-image: url('../images/PC2_vidio.png');
}
.bg-right-communities {
  /*background-image: url('../images/PC2_communities.png');*/
  background-image: url('../images/pexels-andrea-piacquadio-3776852.jpg');
}

.title_2 {
  color: #fff;
}

.subtitle-2-3 {
  max-width: 28em;
  padding-bottom: 2em;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 300;
  text-align: center;
}

.body-2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.subtitle-2-1 {
  max-width: 28em;
  padding-bottom: 2em;
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 1.6em;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}
.subtitle-2-1.white {
  color: #fff;
}

.btm-fill-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-height: 12em;
  max-width: 14em;
  min-height: 2.4em;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.2em;
  background-color: #0a2e42;
  text-decoration: none;
}

.bg-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  /*background-image: url('../images/pexels-photo-4144923.jpeg');*/
  background-image: url('../images/pexels-background-videoconferences.jpg');
  background-position: 0% 10%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
}

.div_art_down {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  min-height: 10em;
  background-image: url('../images/art_down.svg');
  background-position: 50% 0%;
  background-size: cover;
}

.logo-vidio {
  min-height: 6em;
  min-width: 18em;
  margin: 1em;
  background-image: url('../images/VidIO_Logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.cont-center-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  height: 90%;
  max-width: 86em;
  min-height: 10em;
  padding-top: 2em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cont-center-2.cont-center_horizontal {
  position: relative;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  margin-bottom: 30px;
  color: #363636;
  text-align: center;
}

.p2-2 {
  max-width: 40em;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: justify;
}

.p2-2.p2_white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
}

.bg-right-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 100%;
  min-height: 10em;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/PC_img.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.separate_v {
  min-height: 2em;
  min-width: 100%;
}

.subt_puntual {
  max-width: 940px;
  padding-bottom: 0em;
  font-family: 'Open Sans', sans-serif;
  color: #363636;
  font-size: 1.8em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.sec_separate {
  min-height: 6em;
}

.sec_separate.sec_sep_tri_g_r {
  min-height: 8em;
  background-image: url('../images/Tri_right_g.svg');
  background-position: 100% 100%;
  background-size: cover;
}

.sec_separate.sec_sep_tri_g_l {
  min-height: 8em;
  background-image: url('../images/Tri_left_g.svg');
  background-position: 0% 100%;
  background-size: cover;
}

.bold-text {
  color: #363636;
  text-align: center;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.separate_h {
  width: 2em;
  min-height: 100px;
}

.bg-left-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 50%;
  height: 100%;
  min-height: 10em;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/bg_estadistica.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vid {
  max-width: 980px;
}

.heading-5.h5_white {
  color: #fff;
}

.heading-5.h5_left {
  text-align: left;
}

.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 94%;
  height: 2px;
  max-width: 106em;
  min-height: 4px;
}

.navbar {
  background-color: #fff;
}

.btm-fill-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-height: 12em;
  max-width: 14em;
  min-height: 2.4em;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.2em;
  border-color: #8e1d21;
  border-radius: 0.4em;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

.subtitle_5 {
  font-family: 'Open Sans', sans-serif;
  color: #606060;
  font-size: 1.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.p3 {
  max-width: 35em;
  font-family: 'Open Sans', sans-serif;
  color: #707070;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 300;
  text-align: center;
}

.bg-3 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/pexels-background-main.jpg');
  background-position: 100% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.velo {
  height: 100%;
  background-color: #363636;
  opacity: 0;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  .sec {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .nav-bar {
    z-index: 100;
  }
  .cont-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cont-center.cont-center_blue {
    padding-right: 1em;
    padding-left: 1em;
  }
  .article {
    width: 50%;
  }
  .box-strech {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mid_bloc {
    width: 100%;
  }
  .bg-right {
    display: none;
  }
  .cont-center-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .bg-right-2 {
    display: none;
  }
  .bg-left-2 {
    display: none;
  }
  .nav-link {
    text-align: right;
  }
  .nav-menu {
    z-index: 100;
    padding-right: 6px;
    padding-bottom: 1em;
    background-color: #fff;
  }
  .navbar {
    padding-bottom: 10px;
  }
  .menu-button {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .icon-2 {
    font-size: 1.6em;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .sec {
    min-height: 10em;
  }
  .sec.sec-vidio {
    min-height: 20em;
  }
  .cont-center {
    min-height: 10em;
  }
  .cont-center.cont-center_down {
    padding-right: 0%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .article {
    width: 100%;
  }
  .title {
    padding-bottom: 1em;
    font-size: 1.5em;
  }
  .nav-cont {
    height: 3em;
  }
  .brand {
    width: 4em;
    height: 2.4em;
  }
  .icon.icon_login {
    width: 2.4em;
    height: 2.4em;
  }
  .heading {
    font-size: 2.5em;
  }
  .btm-line {
    max-width: 12em;
  }
  .title-regular {
    text-align: center;
  }
  .bg-1 {
    background-position: 0px 50%;
  }
  .subtitle-2 {
    max-width: 22em;
    font-size: 1.3em;
  }
  .infograf.infograf_gestion {
    background-image: url('../images/info_Gestion.svg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .infograf.infograf_encuesta {
    background-position: 50% 50%;
  }
  .infograf.infograf_dibujo {
    background-position: 50% 50%;
  }
  .infograf.infograf_grupos {
    background-position: 50% 50%;
  }
  .btm-fill {
    max-width: 12em;
  }
  .heading-2 {
    font-size: 2.5em;
  }
  .mid_bloc {
    padding-right: 0em;
  }
  .mid_bloc.mid_margin_r {
    padding-left: 2.5%;
  }
  .mid_bloc.mid_bloc_r {
    padding-left: 0em;
  }
  .bg-right {
    display: none;
    background-position: 0px 50%;
  }
  .subtitle-2-3 {
    max-width: 22em;
    font-size: 1.3em;
  }
  .subtitle-2-1 {
    max-width: 22em;
    font-size: 1.3em;
  }
  .btm-fill-2 {
    max-width: 12em;
  }
  .bg-2 {
    background-position: 0px 50%;
  }
  .cont-center-2 {
    min-height: 10em;
    text-align: center;
  }
  .cont-center-2.cont-center_horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .heading-4 {
    /*line-height: 0.8em;*/
  }
  .bg-right-2 {
    display: none;
    background-position: 0px 50%;
  }
  .subt_puntual {
    max-width: 22em;
    font-size: 1.3em;
  }
  .bg-left-2 {
    display: none;
    background-position: 0px 50%;
  }
  .icon-2 {
    font-size: 1.2em;
    font-weight: 600;
  }
  .btm-fill-3 {
    max-width: 12em;
  }
  .bg-3 {
    background-position: -200px 50%;
  }
}

@media screen and (max-width: 479px) {
  .sec {
    min-height: 4em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .sec.sec-head {
    overflow: hidden;
  }
  .sec.sec-vidio {
    overflow: hidden;
  }
  .cont-center.cont-center_down {
    height: 80%;
  }
  .title.title_white {
    font-size: 1.4em;
  }
  .title.title_center {
    font-size: 1.5em;
  }
  .cont-powered {
    padding-left: 1em;
  }
  .title-regular {
    font-size: 1.4em;
  }
  .box {
    padding-right: 1em;
  }
  .infograf {
    margin-bottom: 1em;
  }
  .heading-3 {
    font-size: 2.4em;
  }
  .mid_bloc {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .bg-right {
    display: none;
  }
  .subtitle-2-3 {
    line-height: 1.2em;
  }
  .subtitle-2-1 {
    line-height: 1.2em;
  }
  .logo-vidio {
    min-height: 4em;
    min-width: 12em;
  }
  .cont-center-2 {
    min-height: 8em;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .heading-4 {
    font-size: 1.6em;
    line-height: 1em;
  }
  .p2-2 {
    font-size: 1em;
  }
  .bg-right-2 {
    display: none;
  }
  .subt_puntual {
    font-size: 1em;
    line-height: 1.2em;
  }
  .sec_separate {
    min-height: 2em;
  }
  .sec_separate.sec_sep_tri_g_r {
    min-height: 4em;
  }
  .sec_separate.sec_sep_tri_g_l {
    min-height: 4em;
  }
  .separate_h {
    width: 1em;
  }
  .bg-left-2 {
    display: none;
  }
  .heading-5 {
    font-size: 1.6em;
    line-height: 1em;
  }
  .subtitle_5 {
    font-size: 0.9em;
    text-align: left;
  }
  .subtitle_5.subtitle_5_w {
    color: #fff;
  }
  .p3 {
    font-size: 1.2em;
    line-height: 1.2em;
  }
}
