
/* TITULO MISION Y VISION */
.titulo { 
    -webkit-text-stroke: 1px black;
    color: rgb(255, 255, 255);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 330%;
}

/* FONDO TITULO */
.fondotitulo{
    background-color: #09ca46e0;
    
    }

/* TITULO CLIENTE */
.titulo1 { 
            -webkit-text-stroke: 1px black;
            color: rgb(255, 255, 255);
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            font-size: 330%;
            text-align: center;
            position: relative;
            opacity: 1;
            animation-name: box4;
            animation-iteration-count: 1;
            animation-timing-function: ease-in;
            animation-duration: 3s;
            transition-delay: 3s;
         }

/* TRANSICION TITULO CLIENTE */
@keyframes box4 {
    0% {
      opacity: 0;
      transform: translateY(-500px);
    }
    20%,80% {
      opacity: 1;
      transform: translateY(0);
      
    }
  }
  /* DIMENSION CELULAR TITULO1*/
  @media (max-width:600px){
    .titulo1{
     font-size: 200%;
    }

  }

  /* DIMENSION CELULAR centrar*/
  @media (max-width:600px){
    .centrar{
     font-size: 100%;
    }

  }
  @media (max-width:600px){
    .centrar1{
     font-size: 170%;
    }

  }
  @media (max-width:600px){
    .centrar2{
     font-size: 100%;
    }

  }
  @media (max-width:600px){
    .centrar4{
     font-size: 90%;
     text-align: center;
    }

  }
  @media (max-width:600px){
    .centrar5{
     font-size: 100%;
    }

  }
  @media (max-width:600px){
    .centrar7{
     font-size: 100%;
    }

  }