/*-------- Head --------*/

.head {
    position: relative;
    padding: 20px 20px;
    overflow: hidden;
    background-color: #c06b80;
}

.head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../../../public/site/images/header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .7;
}

.head .step-2 {
    display: none;
}

.head svg:not(.fa) {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    color: #fff !important;
    z-index: 1;
}

.head svg:not(.fa) path {
    fill: #c06b80;
}

.head .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 1100px !important;
    position: relative;
    z-index: 1000;
}

.head img {
    position: relative;
    width: 100%;
    height: 90px;
    object-fit: contain;
    padding: 10px;
    filter: contrast(0) brightness(1000%);
}

.head h1 {
    font-size: 1em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    max-width: 700px;
    margin: 30px auto;
    color: white;
}

.head h2 {
    font-size: 3em;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    max-width: 900px;
    margin: 0px auto;
    color: #fff;
    text-transform: none;
}

.head p {
    font-size: 2em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    max-width: 700px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 2em;
    color: white;
}

.head h1 {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: -80px;
    left: 40px;
    height: 80px;
    width: calc(100% - 80px);
    background-color: #c06b80;
    border-radius: 10px;
    color: #fff;
    padding: 0 20px;
}

.head small strong {
    color: #c06b80 !important;
    font-size: 1.25em;
    position: relative;
    top: 2px;
    text-transform: uppercase;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.head strong {
    color: #52b700;
}

.head form {
    position: relative;
    border: 4px solid #c06b80;
    background-color: #fff !important;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    margin-top: 4em;
}

.head small {
    width: 100%;
    float: left;
    font-size: .9em;
    color: #000;
    line-height: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

.head .btn {
    text-align: center;
    width: 100%;
    background-color: #c06b80 !important;
    line-height: 3em;
    height: 3em;
    padding: 0 .5em;
    text-transform: none;
    font-size: .9em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: none !important;
    border-radius: 10px;
    font-weight: bold;
    color: #fff;
}

.head label {
    color: #000;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    line-height: .7em !important;
}

.head input {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
    border: 2px solid #c06b80 !important;
}

.head select {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
    margin-bottom: 10px !important;
    border: 2px solid #c06b80 !important;
}

.head h2 strong {
    color: #52b700;
}

@media(max-width: 600px) {
    svg:not(.fa) {
        bottom: 0 !important;
    }
    .form h3 {
        font-size: 1.5em !important;
    }
    .form h2 {
        margin-top: 1em !important;
    }
    .head{
        background: #c06b80 !important;
    }
    .head::before {
        top: 0;
        left: 0;
        opacity: .3;
    }
    .head::after {
        content: none !important;
    }
}


/*-------- Negocios --------*/

.negocios {
    padding: 40px 10%;
    padding-bottom: 60px;
    background-color: #fff;
}

.negocios h2 strong{
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.25em;
    margin-top: 5px;
    background-color: #52b700;
    padding: 10px;
    border-radius: 30px;
    font-size: .7em;
}

.negocios h2 {
    width: 150px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.negocios figure img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}

.negocios .col img {
    width: 100%;
    height: auto;
    margin-top: 2em;
}

.negocios figcaption{
    display: block !important;
}

.negocios h3 {
    font-size: 2em;
    font-weight: bold;
    color: #c06b80;
    text-align: center;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.negocios h4 {
    font-size: 1.25em;
    font-weight: bold;
    color: #000;
    text-align: center;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 0;
}

.negocios p {
    color: #000;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-size: .8em;
    line-height: 1.25em;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.negocios p strong{
    color: #c06b80;
}

.negocios .btn {
    text-align: center;
    background-color: #52b700 !important;
    color: #fff;
    line-height: 3em;
    height: 3em;
    padding: 10px 2em;
    text-transform: none;
    font-size: 1.1em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: none !important;
    border-radius: 10px;
    font-weight: bold;
    height: auto;
    line-height: 1.25em !important;
}

.negocios .center {
    width: 100%;
    float: left;
    margin-top: 2em !important;
    margin-bottom: 2em !important;
}

.negocios .center .col .col {
    display: flex !important;
}

.negocios .center p {
    text-align: left;
    font-size: .8em;
}

@media (max-width: 600px) {
    
}


/*-------- shape --------*/

.shape {
    background-image: url(../images/form.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 10%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c06b80;
    opacity: .8;
}

.shape .col{
    position: relative;
    z-index: 1;
}

.shape h2 strong{
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.25em;
    margin-top: 5px;
    background-color: #52b700;
    padding: 10px;
    border-radius: 30px;
    font-size: .7em;
}

.shape h2 {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2em;
}

.shape p {
    color: white;
    font-size: 1.1em;
    line-height: 1.25em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.shape img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    margin-bottom: -7px;
}

.shape strong {
    color: #000;
}

.shape .btn {
    text-align: center;
    background-color: #52b700 !important;
    color: #fff;
    line-height: 3em;
    height: 3em;
    padding: 0 2em;
    text-transform: none;
    font-size: 1.1em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: none !important;
    border-radius: 10px;
    font-weight: bold;
}

.shape {
    position: relative;
    padding-bottom: 150px;
}

.shape svg:not(.fa) {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    color: #fff !important;
}

.shape svg:not(.fa) path {
    fill: #fff;
}


/*-------- Franquia --------*/

.depo {
    position: relative;
    padding: 60px 10%;
    background-color: #fff;
}

.depo h2 strong{
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.25em;
    margin-top: 5px;
    background-color: #52b700;
    padding: 10px;
    border-radius: 30px;
    font-size: .9em;
}

.depo h2 {
    width: 200px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.25em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #c06b80;
    margin-bottom: 2em;
}

.depo img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    margin-top: 2em;
}

.depo ul li{
    color: #000;
    text-align: left;
    font-size: 1.25em;
    line-height: 1.25em;
}

.depo ul{
    margin: 0 !important;
}

.depo svg{
    color: #52b700;
}

.depo iframe{
    margin-top: 6em;
}

.depo h3 strong{
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.25em;
    margin-top: 5px;
    background-color: #52b700;
    padding: 10px;
    border-radius: 30px;
    font-size: .7em;
}

.depo h3 {
    width: 200px;
    margin: 0 auto;
    margin-top: 6em;
    margin-bottom: 2em;
    text-align: center;
    line-height: 1.5em;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    text-transform: uppercase;
    color: #c06b80;
}

.depo .l3 svg{
    width: 100% !important;
    float: left;
    text-align: center;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 2em;
}

.depo p{
    text-align: center;
    color: #000;
    font-size: .9em;
    line-height: 1.25em;
}

.franquia {
    position: relative;
    padding: 60px 10%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.franquia h2 {
    font-size: 1.25em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.franquia strong {
    color: #c06b80;
}

.franquia h3 {
    margin-top: 0;
    font-size: 2.5em;
    font-weight: bold;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
}

.franquia p {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 450px;
}

.franquia img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.franquia .col .col p {
    text-align: center;
    padding: 0 30px;
}

.franquia .btn {
    text-align: center;
    background-color: #000 !important;
    line-height: 3em;
    height: 3em;
    padding: 0 2em;
    text-transform: none;
    font-size: 1.1em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: none !important;
    border-radius: 10px;
    font-weight: bold;
}


/*-------- Form --------*/

.form {
    background-image: url(../images/empresa.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 10%;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #c06b80;
    opacity: .8;
}

.form .col{
    position: relative;
    z-index: 1;
}

.form .step-2 {
    display: none;
}

.form h2 {
    margin-top: 3em;
    font-size: 1.5em;
    color: #fff;
}

.form h3 {
    margin-top: 0;
    font-size: 2em;
    font-weight: bold;
    font-family: 'Open Sans Bold', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

.form a.btn {
    width: auto;
    padding: 0 2em;
    font-size: 1.25em;
}

.form form {
    position: relative;
    background-color: #fff !important;
    max-width: 400px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    margin-top: 4em;
}

.form small {
    width: 100%;
    float: left;
    font-size: 1em;
    color: #000;
    line-height: 1.25em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: 10px;
}

.form .btn {
    text-align: center;
    width: 100%;
    background-color: #c06b80 !important;
    line-height: 3em;
    height: 3em;
    padding: 0 .5em;
    text-transform: none;
    font-size: .9em;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: none !important;
    border-radius: 10px;
    font-weight: bold;
}

.form label {
    color: #000;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
}

.form input {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
    border: 2px solid #c06b80 !important;
}

.form select {
    background-color: white !important;
    border-radius: 10px !important;
    border: none !important;
    margin-bottom: 10px !important;
    border: 2px solid #c06b80 !important;
}


/*-------- Footer --------*/

.footer {
    padding: 20px 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #c06b80;
}

.footer img {
    width: auto;
    height: 30px;
    object-fit: contain;
    object-position: center;
}

.footer h2 {
    margin: 0;
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    font-family: 'Open Sans', Tahoma, Geneva, Verdana, sans-serif;
    text-align: left;
    color: #c06b80;
}

.footer a{
    color: #c06b80;
}

@media(max-width: 600px) {
    .btn {
        font-size: .8em !important;
    }
    .form h3 {
        font-size: 3em;
    }
    .form a.btn {
        margin-bottom: 4em;
    }
    .franquia .s6 {
        padding: 0 5px !important;
    }
    .franquia .col .col p {
        padding: 0 !important;
        max-width: 100% !important;
    }
}


/*-------- 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;
}

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;
}