.emp__title {
    font-size: 4.3em !important;
  }
.tamaño{
  font-size: 150%;
}
.lista li{
    margin-bottom: 5px;
    list-style-type: circle;
}

.new{
    margin-left: 40px !important;
}

.texto{
    margin-right: 483px;
    margin-left: 36px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
.negrita{
  color: #03a9f4;
  font-weight: 800;
}

.espacio{
    margin-bottom: 5px;
    list-style-image: url(nuevas/list.png); 
}

.emp__title {
    font-size: 2.1em !important;
}

.unordered li::before {
    content: '';
    width: 0px;
    height: 0px;
    background-color: #fd202000;
    position: absolute;
    top: 0px;
    left: 0;
  }

  .color{
   list-style-image: url(nuevas/list.png);
   width: 90%;
   margin-left: 10px;
  }

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

.ponente{
    width: 50%;
    height: auto;
    text-align: justify;
}

.daniel{
    width: 300px;
 
}
.foto{
    display: flex;
    justify-content: center;
}

.titulo{
    font-size: 3.5em;
    text-align: center;
}

.tituloDos{
  font-size: 3em;
  text-align: center;
 
}

.linea {
    border-top: 30px solid #03a9f4;
    max-width: 1200px;
    margin-top: -80px;
    margin-left: -300px;
    z-index: -9;
  }

  .boton {
    margin: 0 auto ;
    color: white;
  }

  .center{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .colorAzul{
    color: #03a9f4;
    font-weight: 700;
  }
  .resaltar{
    font-size: 130%;
  }
.espacio{
  margin-left: 40px;
}
.bold{
  font-weight: 600 !important;
}
.unordered li {
  padding-left: 0px !important;
}
.director{

  color: #03a9f4;
}
.becacta__wrapper{
  display: flex;
  flex-flow: column;
}

.becacta__text{
  margin-bottom: 15px;
}

.amarillo{
  color: #FDCF00;
}
.flecha{
  width: 15%;
  margin-right: 5px;
}

.margenDos{
  margin-left: -41px;
  margin-top: 20px;
}
@media (max-width: 895px) {
    .texto{
        margin-right: 370px;
        margin-left: 36px;
    }
    .margenDos{
    }{
    margin-left: 20px;
    }
  }
  

@media (max-width: 800px) {
    .texto{
        margin-right: 200px;
        margin-left: 36px;
    }
    .emp__title {
        font-size: 1.5em !important;
      }
  }

  @media (max-width: 700px) {
    .row{
        display: flex;
        flex-flow: column wrap;
        align-content: center;
    }
    .colaboran__grid img{
        margin: 10px  5px;
    }
  }
  @media (max-width: 600px) {
    .texto{
        margin-right: 80px;
        margin-left: 36px;
    }
    .titulo {
        font-size: 2.5em;
        margin-left: 15px;
      }
      .colaboran__empresa {
        width: 160px;
      }
      .ocultar{
        display: none;
      }
      .margen{
        margin-left: 20px;
      }
      .director{
        font-size: 18px;
      }
      .experto{
        font-size: 12px;
      }
      .flecha{
        width: 10%;
        margin-right: 5px;
      }
      .herramientas__logo {
        max-width: 150px !important;
        height: auto !important;
        max-height: 125px;
      }
  
  }

  @media (max-width: 400px) {
    .texto{
        margin-right: 10px;
        margin-left: 36px;
    }
  }
  
  