body {
    font-family: "Raleway", sans-serif;
}

.btn2:hover {
    background-color: #257224 !important;
    color: #fff !important;
}

.btn2 {
    background-color: #3abe37 !important;
    color: #fff !important;
}

.btn2,
.btn-gray {
	font-size: 1rem !important;
    font-weight: 800 !important;
    display: inline-block !important;
    text-transform: capitalize !important;
    padding: 15px 60px !important;
    border: none !important;
    -webkit-transition: 0.5s !important;
    transition: 0.5s !important;
    border-radius: 30px !important;
    margin-top: 30px;
}

.btn-small{
	font-size: .9rem !important;
    padding: 15px !important;
}

h1.font-semibold,
h2.font-semibold,
h3.font-semibold{
	text-transform: uppercase;
    margin-bottom: 18px;
    line-height: 1.2;
    position: relative;
    font-weight: 500;
    padding-bottom: 14px;
}

h1.font-semibold{
	font-size: 48px
}

h3.font-semibold{
	font-size: 36px;
}

h1.font-semibold,
h2.font-semibold,
h3.font-semibold,
h6.font-semibold {
    color: #081828;
}

h3.font-semibold.text-white{
	color: #fff;
}

p{
	margin-bottom: 0 !important;
}

p,
h4.text-blueGray-500{
	font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
}

/*p.text-blueGray-500,
h4.text-blueGray-500{
    color: #6e657e;
}*/

.bg-green-500{
	background-color: #fecc21;
}

.icon{
	background-color: #fecc21 !important;
}

.icon .fas,
.icon .far{
	color: #fff !important;
}

.text-green-500 {
    color: #fecc21;
}

svg.w-full {
    width: 100.15%;
}

svg.bottom-0 {
    margin-bottom: -1px;
}

.bg-blueGray-200{
	background-color: rgb(249, 249, 255);
}

.text-blueGray-200 {
	color: rgb(249, 249, 255);
}

#redes .icon-box {
    display: flex;
}

@media (min-width: 1024px) {
    .lg\:mb-24 {
        margin-bottom: 6rem;
    }

    .lg\:mb-32 {
        margin-bottom: 8rem;
    }

    .my-4.lg-mt-16 {
        margin-top: 4rem !important;
    }
    .lg\:pb-64 {
        padding-bottom: 15rem;
    }
}

@media(min-width:993px){
	h1{
		font-size: 48px
	}
}

@media(max-width:992px){
    .container{
        padding: 0 !important;
    }
    div.pl-4,
    div.px-4 {
        padding-left: 1rem !important;
    }
    div.pr-4,
    div.px-4 {
        padding-right: 1rem !important;
    }
    h3.font-semibold {
        font-size: 24px;
    }
    .icon{
        display: flex !important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .btn2,
    .btn-gray{
        display: table !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px !important;
        padding: 15px 30px !important;
    }
    .-mt-24 {
        margin-top: -8rem;
    }
    .-mt-64 {
        margin-top: -10rem;;
    }
    #redes .icon-box {
        justify-content: center;
    }
    section.bg-blueGray-600 {
        padding: 30px 0 !important; 
    }
    h6.font-semibold{
        text-align: center;
        margin-bottom: 30px !important;
    }
    footer p,
    footer a{
        text-align: center;
    }
    img.of{
        margin-left: auto;
        margin-right: auto;
    }
}