/*-------- Thank You Page --------*/

.thanks {
    padding: 60px 5%;
    width: 100%;
    float: left;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    min-height: 100vh !important;
}

.thanks figure.col img {
    width: 100%;
    height: auto;
}

.thanks article.col figure {
    width: 100%;
    text-align: center;
}

.thanks article.col img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    border: 4px solid #008000;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto;
}

.thanks article.col h1 {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000034;
}

.thanks article.col h2 {
    font-size: 1.25em;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #666;
}

.thanks article.col p {
    font-size: .9em;
    color: #000;
    max-width: 300px;
    line-height: 1.25em;
    margin: 0 auto;
}

.thanks .time {
    margin: 10px auto;
    margin-top: 40px;
    position: relative;
}

.thanks .time h3 {
    margin: 0 auto;
    font-size: 3em;
    font-weight: bold;
    color: #000034;
    border-radius: 50%;
    border: 4px solid #000034;
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-bottom: 5px;
}

.thanks .time p {
    color: #999 !important;
}

.thanks article.col h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 10px;
}

.thanks ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

.thanks article.col svg {
    color: #fff;
    width: 40px !important;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    margin: 0 2.5px;
}

.thanks .fa-facebook-f {
    background-color: #3b5998;
}

.thanks .fa-instagram {
    background-color: #517fa4;
}

.thanks .fa-linkedin-in {
    background-color: #0976b4;
}

.thanks .fa-youtube {
    background-color: #bb0000;
}

.thanks aside {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transform: translateY(-100%);
    transition: all .5s;
    padding: 20px;
    backdrop-filter: blur(3px);
}

.thanks aside article {
    width: 100%;
    float: left;
    background-color: #fff !important;
    border: 4px solid #000034;
    border-radius: 20px;
    border-bottom: 30px solid #000034;
    max-width: 700px;
    padding: 20px;
}

.thanks aside img {
    width: 100%;
    height: 250px;
    object-fit: contain;
}

.thanks aside h2 {
    font-size: 2em;
    font-weight: bold;
    color: #000034;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.thanks aside p {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.25em;
}

.thanks aside .btn {
    background-color: #000034 !important;
    box-shadow: none !important;
    border-radius: 5px;
    height: auto !important;
    text-transform: none;
    line-height: 1.25em;
    width: 300px;
    padding: 10px 1em;
    margin-top: 1em;
    font-size: .9em;
}

.thanks aside .btn strong {
    width: 100%;
    float: left;
    font-size: 1.25em;
}

/* .float {
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.float .btn-floating {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    font-size: 1.5em !important;
    background-color: #34af23 !important;
    line-height: 50px;
    box-shadow: none !important;
    width: 200px !important;
    height: auto !important;
    border-radius: 30px !important;
    font-size: 1.1em !important;
    padding: 10px 20px;
    line-height: 20px;
    box-shadow: none !important;
}

.float p {
    font-size: .7em;
    margin: 0;
    line-height: 1.25em;
    margin-bottom: 0em;
}

.float strong {
    font-weight: normal !important;
}

.float svg {
    float: left;
    margin-right: -5px;
    margin-top: 2px;
    margin-left: 10px;
} */
		.whatsapp {
			position: fixed;
			bottom: 20px;
			right: 20px;
			z-index: 9999;
			max-width: 370px;
			width: 100% !important;
		}

		.whatsapp:hover .float {
			/* margin-left: 0px; */
			opacity: 1;
			/* width: 100% !important; */
			height: 100% !important;
		}

		.whatsapp img {
			width: 100%;
			height: 70px;
			object-fit: contain;
			object-position: right;
		}

		.float {
			/* margin-left: 370px; */
			opacity: 0;
			height: 0 !important;
			/* width: 0 !important; */
			position: relative;
			overflow: hidden;
			transition: all .5s;
		}

		.float p {
			font-size: .9em !important;
			line-height: 1.25em !important;
			padding: 20px;
			background-color: #075E54 !important;
			margin: 0 !important;
			color: white;
		}

		.float label {
			padding: 0 !important;
			display: block !important;
			font-weight: bold;
			color: #000 !important;
			margin-top: 10px !important;
		}

		.float form {
			width: 100% !important;
			background-color: #ccc !important;
			padding: 20px;
			padding-top: 10px;
		}

		.float input,
		.float select {
			width: 100% !important;
			padding-left: 1em !important;
			height: 3em !important;
			line-height: 3em !important;
			border: 1px solid #ccc !important;
			background-color: #fff !important;
			margin: 0 !important;
			background-color: white !important;
		}

		.float select {
			width: 100% !important;
			height: 3em !important;
			margin: 0 !important;
		}

		.float input {
			width: calc(100% - 1.1em) !important;
			height: 3em !important;
			margin: 0 !important;
		}

		.float button {
			margin-top: 20px;
			width: 100%;
			height: 3em;
			background-color: #34ad32;
			color: white !important;
			font-weight: bold;
			border: none !important;
			font-size: 1.25em;
			text-transform: none;
			box-shadow: none !important;
			cursor: pointer !important;
		}

		.float label:nth-of-type(2) {
			width: 40% !important;
			float: left;
		}

		.float label:nth-of-type(3) {
			width: 60% !important;
			float: left;
			padding-top: 20px !important;
		}

		.btn-floating {
			margin-top: 10px;
			float: right;
			width: 220px !important;
			height: auto !important;
			padding: 15px 30px;
			border-radius: 40px !important;
			text-align: center;
			line-height: .7em;
			font-size: 1.1em;
			background-color: #34af23 !important;
            color:#fff!important;
		}

		.btn-floating strong {
			font-size: .7em;
			width: 100%;
			float: left;
            margin-top: -20px;
		}
		.float textarea {
			width: 100% !important;
			padding: 1em;
			margin: 0 !important;
			border: 1px solid #ccc !important;
			background-color: #fff !important;
			resize: vertical;
		}
		.whatsapp .step-2 {
			display: none;
		}
/*-------- Head --------*/

.head {
    background: rgb(68,93,195);
    background: linear-gradient(309deg, rgba(68,93,195,1) 58%, rgba(255,255,255,1) 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#011c80", endColorstr="#011cff", GradientType=1);
    padding: 60px 10%;
    position: relative;
}

.head::before {
    content: '';
    width: 70%;
    height: 100%;
    background-image: url(../images/efeito.png);
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
}

.head img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.head .col img {
    width: 100%;
    height: 300px;
    margin-top: 2em;
}

.head div.col {
    text-align: right;
    position: relative;
    z-index: 1;
}

.head h1 {
    font-size: 2em;
    text-align: right;
    font-weight: bold;
    color: #fff;
    max-width: 370px;
    float: right;
    margin-bottom: 0;
}

.head p {
    font-size: 1.25em;
    text-align: right;
    color: #fff;
    max-width: 350px;
    padding-left: 6em;
    float: right;
}

.head .btn {
    font-size: 1em;
    text-transform: none;
    padding: 5px 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    max-width: 200px;
    float: right;
    height: auto !important;
    line-height: 1.25em !important;
    background: rgb(250,220,79);
    background: linear-gradient(338deg, rgba(250,220,79,1) 9%, rgba(68,186,85,1) 40%);
    border-radius: 30px;
}

@media (max-width: 600px) {
    .head h1, .head p, .head div.col{
        text-align: center;
        padding: 0;
    }

    .head .btn{
        float: none;
    }
}

/*-------- Steps --------*/

.steps {
    position: relative;
    overflow: hidden;
}

.steps .container {
    padding: 40px 5%;
    text-align: center;
    position: relative;
}

.steps .container:nth-of-type(2):before {
    content: '';
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -50%;
    background: rgb(250,220,79);
    background: linear-gradient(338deg, rgba(250,220,79,1) 31%, rgba(68,186,85,1) 63%);
    z-index: -1;
}

.steps p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 1.25em;
    line-height: 1.25em;
}

.steps h2 {
    font-size: 2em;
    font-weight: bold;
}

.steps h3 {
    font-size: 2em;
    font-weight: bold;
}

.steps svg {
    font-size: 3em;
    color: white;
    margin-top: 10px;
}

.steps .container:nth-of-type(2) p,
.steps .container:nth-of-type(2) h3 {
    color: white !important;
}

/*-------- Form --------*/

.form {
    padding: 60px 10%;
    position: relative;
    overflow: hidden;
}

.form #step-1 .m4 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

.form #step-1 img {
    width: 120px;
    height: 70px;
    object-fit: contain;
    background-color: rgb(13,99,180);
    padding: 10px;
    padding-right: 50px;
    border-radius: 10px 0 0 10px;
    margin-bottom: -6px;
}

.form #step-1 .m4 p {
    height: 70px;
    line-height: 65px;
    text-align: center;
    width: 120px;
    font-size: 1em;
    font-weight: bold;
    color: #000;
    background: rgb(188, 190, 192);
    background: -moz-linear-gradient(90deg, rgba(188, 190, 192, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(188, 190, 192, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(188, 190, 192, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bcbec0", endColorstr="#ffffff", GradientType=1);
    margin: 0;
    border: 4px solid rgb(188, 190, 192);
}

.form #step-1 h2{
    font-size: 1.25em;
    font-weight: bold;
    margin: 0;
}

#step-1 .flex{
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

#step-1 .type label::before, #step-1 .type label::after{
    content: none;
}

.flex p{
    margin: 5px 0;
}

.type [type="radio"]:not(:checked)+label, .type [type="radio"]:checked+label{
    padding: 2.5px 5px !important;
    height: auto;
    border-radius: 30px;
    border: 1px solid #011c80;
    color: #000;
    margin: 5px !important;
    text-transform: none;
}

.type [type="radio"]:checked+label, .type [type="radio"]:checked+label{
    background-color: #011c80;
    color: white;
}

#step-1 .col{
    margin-top: 2em;
}

#step-1 .tamanho label{
    width: calc(100% / 3 - 10px) !important;
    padding-right: 10px !important;
}

#step-1 input{
    width: calc(100% - 1.1em) !important;
    border: 1px solid #011c80 !important;
    height: 30px !important;
    border-radius: 30px !important;
    padding-left: 1em !important;
    margin-top: 15px !important;
    color: #011c80 !important;
}
#step-1 select {
    width: calc(100% - 1.1em) !important;
    border: 1px solid #011c80 !important;
    height: 33px !important;
    border-radius: 30px !important;
    padding-left: 1em !important;
    margin-top: 15px !important;
    color: #011c80 !important;
    margin: 0 0 20px 0;
}
.tamanho input{
    width: calc(100% - 1.1em) !important;
    border: 1px solid #011c80 !important;
    height: 30px !important;
    border-radius: 30px !important;
    padding-left: 1em !important;
    color: #011c80 !important;
}

#step-1 [type="checkbox"]:not(:checked)+label:before{
    border: 1px solid #011c80;
}

#step-1 [type="checkbox"]:checked+label:before{
    border-right: 2px solid #011c80;
    border-bottom: 2px solid #011c80;
}

#step-1 .flex:not(.tamanho, .type) label{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#step-1 .btn {
    font-size: 1em;
    text-transform: none;
    padding: 5px 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    max-width: 200px;
    height: auto !important;
    line-height: 1.25em !important;
    background-color: rgb(13,99,180);
    border-radius: 30px;

}

#step-1 .container{
    margin: 0 auto !important;
}

#step-2{
    display: none;
    width: 100%;
    float: left;
    background: rgb(13,99,180);
    margin-top: 4em;
    padding: 40px 10%;
    border-radius: 30px;
    text-align: center !important;
}

#step-2 .btn {
    font-size: 1em;
    text-transform: none;
    padding: 10px 2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    max-width: 200px;
    height: auto !important;
    line-height: 1.25em !important;
    background: rgb(250, 220, 79);
    background: linear-gradient(338deg, rgba(250, 220, 79, 1) 9%, rgba(68, 186, 85, 1) 40%);
    border-radius: 30px;
    margin-bottom: -4em;
    margin-top: 2em;
}

#step-2 h2{
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    max-width: 400px;
}

#step-2 p{
    font-size: 1.25em;
    color: #fff;
    margin: 0 auto;
    max-width: 350px;
    line-height: 1.25em;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#step-2 label{
    font-size: 1em;
    color: white;
}

#step-2 input{
    width: calc(100% - 1.1em) !important;
    border: none !important;
    box-shadow: none !important;
    background-color: white !important;
    height: 30px !important;
    border-radius: 30px !important;
    padding-left: 1em !important;
    margin-top: 15px !important;
    color: #011c80 !important;
}

#step-2 .flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: -20px;
}

#step-2 [type="checkbox"]:not(:checked)+label:before{
    border: 1px solid #fff;
}

#step-2 [type="checkbox"]:checked+label:before{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#step-2 .flex label{
    padding-left: 25px !important;
    padding-right: 25px !important;
}

#step-2 .flex p{
    margin: 0;
    width: auto;
}

#step-3 {
    display: none;
    border: 2px solid #666;
    width: 100%;
    float: left;
    margin-top: 6em;
    border-radius: 30px;
}

#step-3 h2{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

#step-3 img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}

#step-3 p{
    font-size: 1em;
    line-height: 1.25em;
}

/*-------- footer --------*/

.footer img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.footer ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
        background: rgb(250,220,79);
    background: linear-gradient(338deg, rgba(250,220,79,1) 31%, rgba(68,186,85,1) 63%);
    color: #fff;
    padding: 40px 20px;
    margin: 0 !important;
    margin-top: 20px !important;
}

.footer svg{
    color: #fff;
    font-size: 1.5em;
    margin: 0 5px;
}

/*-------- TIPOGRAFIA --------*/

@font-face {
    font-family: 'Open Sans';
    src: url(../fonts/opensans-regular.ttf);
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/opensans-bold.ttf);
}

button {
    cursor: pointer !important;
}

.row {
    margin-bottom: 0 !important;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

nav {
    color: #000 !important;
    background-color: transparent !important;
    width: initial !important;
    height: initial !important;
    line-height: initial !important;
    box-shadow: none !important;
}

address {
    font-style: normal;
}

cite {
    font-style: normal;
}

strong {
    font-weight: bold !important;
}

figcaption {
    display: none !important;
}

figure {
    margin: 0 !important;
}

fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
@media (max-width: 600px) {
    .head .col img {
        width: 100%;
        height: 150px;
        margin-top: 0em;
    }
    #step-1 .tamanho label {
        width:100%!important;
    }
    #step-3 img {
        width: 100%;
        height: 150px;
        object-fit: contain;
    }
    .btn-floating {
        border: none;
    }
    .btn-floating strong {
        font-size: .6em;
        margin-top: -20px;
    }
}