


#cred-contenedor{
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: auto;
}


#cred-contenedor .titulo p{
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    font-family:"capitolium-2";
    color: #353433;
    margin:10px;

 }

#cred-contenedor .subtitulos p{
  text-align: center;
  font-size: 22px;
  font-family: "capitolium-2";
  font-weight: 400;
  font-style: normal;
  margin: 22px auto;
  line-height: 26px;
  color:#353433;
  margin-top:7px;
}


 #cred-contenedor .subtitulos.sub1 p{
   margin-top: 25px;
   line-height: 20px;
   color: #353433;
 }

 #cred-contenedor .subtitulos.sub2 p{
   margin-top: 24px;;
   line-height: 20px;
   color: #353433;
   margin-bottom:0px;
 }

 #cred-contenedor .subtitulos.sub3 p{
   margin-top: 28px;
   line-height: 20px;
   color: #353433;
   margin-bottom:0px;
 }

 #cred-contenedor .parrafo p{
   font-size: 20px;
   text-align: center;
   font-family: "capitolium-2";
   color:#353433;
   margin: 18px;
}




#cred-contenedor .imagen-adorno  {
  width: 78px;
  height: 22px;
  margin: 40px auto;
  display: block;
}

 #cred-contenedor .adorno-final{
   width: 78px;
   height: 22px;
   margin: 40px auto;
   display: block;

 }







 /*responsive*/


 @media (max-width: 400px) {
   #cred-contenedor .titulo p{
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color:#353433;
      margin:10px;
  }

  #cred-contenedor .parrafo p{
    font-size: 15px;
    text-align: center;
    font-family: "capitolium-2";
    line-height: 20px;
    color:#353433;
    margin:18px;
  }

  #cred-contenedor .subtitulos p{
    text-align: center;
    font-size: 22px;
    font-family: "capitolium-2";
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    color:#353433;
    margin-top:7px;

   }

    #cred-contenedor .subtitulos.sub1 p{
      margin-top: 25px;
      line-height: 20px;
      color: #353433;

    }

   #cred-contenedor .subtitulos.sub2 p{
     margin-top: 24px;
     line-height: 20px;
     color: #353433;
     margin-bottom:0px;
   }

   #cred-contenedor .subtitulos.sub3 p{
     margin-top: 28px;
     line-height: 20px;
     color: #353433;
     margin-bottom:0px;
   }

     #cred-contenedor .imagen-adorno{
     width: 78px;
     height: 22px;
     margin: 40PX auto;
     display: block;
   }




}
