@import url("https://use.typekit.net/rri1afi.css");
*{
  margin: 0;
  padding: 0;
}

#cred-contenedor{
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  position: relative;
}
/* LINEAS */
#cred-contenedor .linea{
  position: absolute;
  top: 34px;
  left: 693px;
  width: 27%;
  border-color: #68FB3D;
  }
#cred-contenedor .linea1{
  position: absolute;
  top: 34px;
  left: 190px;
  width: 27%;
  border-color: #68FB3D;
}

/* CUADRADOS */
.cuadrado{
  width: 10px;
  height: 10px;
  background: #68FB3D;
  position: absolute;
  left: 57%;
  top: 10.4%;
 }
 .cuadrado1{
  width: 10px;
  height: 10px;
  background: #68FB3D;
  position: absolute;
  left: 42%;
  top: 9.9%;
 }

#cred-contenedor .titulo1{
 color: #39E0F2;
 font-family: Industry, serif;
 font-weight: 700;
 font-style: normal;
 font-size: 22px;
}


 /* TITULO CREDITO */
#cred-contenedor .titulo p{
 font-family: Industry, serif;
 font-weight: 700;
 font-style: normal;
 font-size: 30px;
 text-align: center;
 margin-top: 75px;
 line-height: 70px;
 color: #0BC206;
 padding: 0;
 }

.otroestilo {
  font-weight:bold ; font-size:22px ; color:green ;
}


#cred-contenedor .texto{
  color: #EEF5FF;
  font-family: "Utility Pro",serif;
  font-weight:700;
  font-style: normal;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -22px;
}

#cred-contenedor .texto p{
  color: #EEF5FF;
  font-weight: 300;
  line-height: 1.3em;
}

#cred-contenedor .texto p strong{
  color: #34CAD1;
  font-weight: 400;
  line-height: 1.3em;
}



/* RESPONSIVE */


@media (max-width: 400px) {
  #cred-contenedor .titulo p{
   margin:10px;
   font-family: Industry, serif;
   font-weight: 700;
   font-style: normal;
   font-size: 30px;
   text-align: center;
   margin:10px;
   line-height: 70px;
   color: #0BC206;
   padding: 0;
   }

#cred-contenedor .titulo1{
 color: #39E0F2;
 font-family: Industry, serif;
 font-weight: 700;
 font-style: normal;
 font-size: 22px;
 }


/* LINEAS */

 #cred-contenedor .linea{
   position: relative;
   top: 30px;
   width: 100%;
   border-color: #68FB3D;
   left: 252px;
     }

#cred-contenedor .linea1{
  content: "";
  width: 100%;
  position: absolute;
  top: 29px;
  left: -71%;
  border-color: #68FB3D;
   }

 /* CUADRADOS */
#cred-contenedor  .cuadrado{
   width: 10px;
   height: 10px;
   background: #68FB3D;
   position: absolute;
   left: 69%;
   top: 7.3%;
  }
  #cred-contenedor .cuadrado1{
    width: 10px;
    height: 10px;
    background: #68FB3D;
    position: absolute;
    left: 28%;
    top: 7%;
  }

/* TEXTO */
  #cred-contenedor .texto{
    color: #EEF5FF;
    font-family: Utility Pro,serif;
    font-weight:700;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -29px;
  }
