@charset "utf-8";

@media (max-width: 768px) {
     /* Estilos para pantallas con un ancho máximo de 768px */
     .container {
       width: 95%;
     }
   }
/* CSS Document */

.img-centro {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img {
    max-width: 100%;
    height: auto;
    width: auto/9; /* Bug de ie8 */
}

p {
	font-family: arial, helvetica, roboto, "new times roman", lato;
	font-size: medium;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #35375F;
   align-content: center;

}

.img_tm {
	align-content: center;
	display: inline-flex;
 	margin-left: auto;
 	margin-right: auto;
    height: 50;
    width: 50; /* Bug de ie8 */
}
