@charset "utf-8";
/* CSS Document */

.imp {
    color: #bb2c2b;
    font-weight: bold;
}
.catchy-content-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/catchy-content-bg-2.png);
    margin-top: 2PX;
}
.catchy-opa {
	opacity: 0.5;
}
.catchy-content {
    padding-top: 60px;
    padding-right: 22px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.catchy-h2 {
	text-align: center;
	font-size: 22px;
	height: 100%;
    padding-top: 20PX;
}
.catchy-p {
    text-align: justify;
    margin-left: 5em;
    margin-right: 5em;
    padding-top: 15px;
    padding-bottom: 10px;
}
h1 {
    font-size: 32px;
    margin-left: 5em;
    text-transform: uppercase;
}
h2 {
    margin-left: 5em;
    font-size: 30px;
    text-transform: uppercase;
}
h3 {
    margin-left: 5em;
    text-transform: uppercase;
}

h4 {
    color: #BB2E29;
    margin-left: 5em;
    text-transform: uppercase;
}
