.f-40 {
    font-size: 40px;
}

#thankyoupage {
    margin-top: 85px;
    color: white;
    position: relative;
}

#thankyoupage .container-fluid {
    padding: 0;
}

@media screen and (min-width: 992px) {
    #thankyoupage {
        margin-top: 111px;
    }
}

#thankyoupage a {
    display: block;
    color: #D92032;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
}

#thankyoupage h1 {
    margin-top: 80px;
}

#thankyoupage .remateButtonsHome {
    width: 100%;
    height: 100px;
    background-size: auto 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-position: center top;
    background-repeat: repeat-x;
    background-image: url("../images/thankyoupage/nubes.svg");
}

.huggies-logo {
    max-width: 325px;
    width: 100%;
}

.thankyoutext {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 80px;
}

#thankyoupage .subtitle {
    color: #4A4A4A;
    line-height: 26px;
}

#thankyoupage button {
    border: 1px solid #E2231A;
    border-radius: 12px;
    color: #D92032;
    font-weight: 700;
    min-width: 160px;
    height: 38px;
    line-height: 19px;
}

.thankyou{
	background-color: #e2231a;
}

.thankyou-content{
	padding-top: 30px;
    align-content: center;
}

.text-gracias{
    text-align: center;
    display: flex;
    align-items: center;
    padding-bottom: 20px;

}

.info-thank{
	text-align: center;
    padding: 20px;
}

.info-thank span{
	color:#d9291d;
}

.info-thank .btn-danger{
	color: #fff;
    background-color: #d9291d;
    border-color: #dc3545;
    margin-top: 60px;
	margin-bottom: 60px;
    font-size: 25px;
}


