.titulo {
  width: 100%; }
  .titulo .h2--logo img {
    margin-left: 15px;
    width: 35px;
    height: 30px; }
  @media (max-width: 1200px) {
    .titulo .h2--logo {
      display: none; } }
  @media (max-width: 1400px) {
    .titulo .h2--logo {
      margin-left: 50px; } }
  .titulo .h2--barra {
    display: none; }
    @media (max-width: 1200px) {
      .titulo .h2--barra {
        display: block; } }

.seccion {
  width: 100%;
  margin: auto; }

.contenido {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto; }
  @media (max-width: 1200px) {
    .contenido {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      text-align: center; } }
  .contenido .texto {
    padding: 0 20px;
    width: 70%; }
  .contenido .imagen {
    margin-top: -25px;
    width: 30%; }
    @media (max-width: 1200px) {
      .contenido .imagen {
        margin-top: -15px;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }

.OT .tituloOT {
  margin-top: 20px;
  text-align: center;
  padding: 15px;
  color: #ff00ff;
  font-weight: bold; }

.OT img {
  border-radius: 52px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3); }

.OT .fila1, .OT .fila2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media (max-width: 1050px) {
    .OT .fila1, .OT .fila2 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center; } }

.OT .fila2 {
  margin-top: 20px; }

.OT .fila3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-top: 30px; }
  .OT .fila3 img {
    width: 300px;
    margin-right: 30px; }
  @media (max-width: 1050px) {
    .OT .fila3 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: justify; } }

.OT .box {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 300px;
  text-align: center; }
