@charset "UTF-8";
/*------------------------------------------------------------------
 [Master Stylesheet]

  Project:	Juntos Somos Mais 
  Version:	1.0.0
-------------------------------------------------------------------*/
/*-----------------------------------------------------------------*/

/*------------------------------------------ Reset */

* {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    list-style: none;
    border: 0;
    box-sizing: border-box;
}

body, html {
    max-width: 100%;
    overflow-x: hidden;
    letter-spacing: 0;
}
html {
    display: flex;
    justify-content: center;
}

/* Breakpoints Bootstrap */
.pontuation .container {
    max-width: 900px!important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, 
.col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, 
.col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, 
.col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, 
.col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, 
.col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, 
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto,  .col-xs, .col-xs-1, .col-xs-10, 
.col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, 
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
    line-height: 1;
    font-family: 'Roboto', sans-serif!important;
    background-color: var(--white);
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
    --primary-green: #728629;
    --primary-blue: #005F9F;
    --primary-yellow: #f9b158;
    --primary-orange: #ff7f00;
    --primary-gray: #959dad;
    --primary-dark: #242629;
    --primary-red: #FE1720;
    --primary-purple: #6d3189;
    --light-blue: #41b6e6;
    --light-green: #daf4a9;
    --light-yellow: #eab72a;
    --light-gray: #e1e4ea;
    --dark-blue: #003b78;
    --secondary-green: #42f49f;
    --secondary-blue: #00c3ff;
    --secondary-gray: #bfc6d4;
    --secondary-dark: #4c515a;
    --white: #ffffff;
    --success: #8bcb39;
    --error: #ee4d30;
}

strong {
    font-weight: 900;
}

h1, h2, h3, h4, h5, h6, p, span, ol, ul, li, a {
    font-family: 'Roboto', sans-serif!important;
}

h1 {
    font-weight: 300!important;
}

h2 {
    text-transform: uppercase;
    font-weight: 400!important;
}

h3 {
    font-weight: 300!important;
}

h4 {
    font-weight: bold;
    margin-bottom: 0!important;
}

p {
    position: relative;
}

.btn-primary {
    background-color: var(--primary-orange)!important;
    border-color: var(--primary-orange)!important;
    font-weight: bold!important;
}

.btn-primary:hover {
    background-color: var(--primary-yellow)!important;
    border-color: var(--primary-yellow)!important;
}

.btn-primary a, .btn-primary a:hover {
    color: var(--white)!important;
    text-decoration: none;
}

header {
    display: block;
    background-color: var(--white);
}

header .stamp {
    float: left;
    position: absolute;
    z-index: 1;
}

.header-bg {
    margin: 0!important;    
    background-repeat: no-repeat;
}

.title-header {
    color: var(--white);
    font-size: 28px!important;
    line-height: 38px!important;
    padding: 20px 14px;
}

.title-text {
    color: var(--white);
    font-size: 28px!important;
    line-height: 38px!important;
    padding: 100px 0 0 174px ;
}

.text-yellow {
    color: var(--light-yellow);
}

.section-points--1 h2, .section-points--2 h2, .section-points--3 h2,
.section-points--1 h3, .section-points--2 h3, .section-points--3 h3,
.section-points--1 h4, .section-points--2 h4, .section-points--3 h4,
.section-points--1 p, .section-points--2 p, .section-points--3 p {
    color: var(--primary-blue);
}

.section-points--1 h2, .section-points--2 h2, .section-points--3 h2 {
    font-weight: bold!important;    
}

.blue-bg {
    display: block;
    background: rgb(0,59,120);
    background: radial-gradient(circle, rgba(0,59,120,1) 0%, rgba(0,95,159,1) 35%, rgba(65,182,230,1) 100%);
}

.gray-bg {
    display: block;
    background-color: var(--secondary-gray);
}

.title {
    width: 100%;
}

.extra {
    color: var(--primary-dark)!important;
}

.align-center {
    align-items: center;
}

.section .number {
    font-weight: 700;
}

.section--1 {
    background: rgb(0,59,120);
    background: radial-gradient(circle, rgba(0,59,120,1) 0%, rgba(0,95,159,1) 35%, rgba(65,182,230,1) 100%);
}

.section--1 .coins-desktop, .section--1 .coins-mobile {
    position: absolute;
    z-index: 1;
}

.section--1  .main-images {
    position: relative;
    width: 100%;
    height: 100%;
}

.section--1 .man {
    position: absolute;
    z-index: 2;
}

.section--1 .main-title {
    color: var(--white);
}

.section--1 .subtitle {
    background-color: var(--secondary-gray);
    color: var(--primary-blue);
    display: block;
    position: relative;
    border-radius: 30px;
    padding: 20px 30px 30px;
}

.section--1 .pontuation-desktop, .section--1 .pontuation-mobile {
    position: absolute;
    z-index: 1;
}

.section--2 {
    margin: auto 0!important;
    color: var(--primary-blue);
}

.participantes, .lista-participantes {
    display: flex;
    align-items: center;
}

.participantes span { 
    width: auto;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.participantes span:last-child {
    width: 50%;
    height: 30px;
    margin-top: -30px;
    border-bottom: 1px solid var(--primary-blue);
}

.lista-participantes {
    justify-content: space-between;
}

.section--3 {
    color: var(--white);
    background: rgb(0,59,120);
    background: radial-gradient(circle, rgba(0,59,120,1) 0%, rgba(0,95,159,1) 35%, rgba(65,182,230,1) 100%);
}

.section--3 .participantes span:last-child {
    border-bottom: 1px solid var(--white);
}

.section--3 .white-bg {
    background-color: var(--white);
}

.section--4 {
    color: var(--primary-blue);
}

.section--5 {
    background-color: var(--primary-purple);
    color: var(--white);
}

.section--5 .mb-20 {
    padding-bottom: 20px;
}

.section--5 .points {
    position: relative;
}

.section--5 .points img {
    position: absolute;
}

.section--6 {
    color: var(--primary-red);
}

.section--6 p {
    color: var(--primary-dark);
}

.section--6 .points {
    font-weight: bold;
}

.section--6 .points p {
    text-align: center;
}

.section--6 .points span {
    color: var(--primary-red);
}

.section--7 {
    background-color: var(--secondary-gray);
    display: block;
}

.table-tiger {    
    font-weight: bold;
    max-width: 690px!important;
    margin: 40px auto 0!important;
}

.table-tiger p {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto!important;
    padding: 0!important;
    display: flex;
}

.table-tiger .col-3 {
    padding: 0!important;
    
}

.table-tiger .blue {
    color: var(--primary-blue);
    min-height: 102px;    
}

.table-tiger .dark {
    color: var(--primary-dark);
    min-height: 40px;
}

.table-header {
    background-color: var(--light-yellow);
    color: var(--primary-blue);
    min-height: 55px;
}

.table-header .col-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
    margin: 0!important;
    font-size: 17px!important;
    font-weight: bold;
}

.line-gray {
    background-color: var(--light-gray);
}

.border-right {
    border-right: 1px solid var(--primary-gray);
}

/* FOOTER */

#footer {
    padding-top: 55px;
    padding-bottom: 35px;
    background-color: #4A4A4A;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
 }
 
 #footer .footer-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
 }
 
 #footer .container {
    position: relative;
    z-index: 5;
    display: flex!important;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
 }
 
 #footer section {
    width: 25%;
    float: left;
    display: block;
    color: #FFF;
 }
 
 #footer .footer-logo div {
    width: 174px;
    margin-bottom: 28px;
 }
 
 #footer .footer-logo p {
    font-size: 13px!important;
    width: 243px!important;
    line-height: 16px!important;
    margin-bottom: 1rem!important;
    color: #FFF!important;
 }
 
 .img-fluid {
    max-width: 100%;
    height: auto;
    border-style: none;
 }
 
 #footer .footer-institutional {
    padding-left: 42px;
 }
 
 #footer section h5 {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
 }
 
 #footer .footer-institutional ul {
    padding: 0;
 }
 
 #footer .footer-institutional li {
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 13px;
 }
 
 #footer, #footer section a {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
 }
 
 #footer, #footer section a:hover {
    text-decoration: underline;
 }
 
 #footer .footer-contact h5 {
    font-weight: 700;
 }
 
 #footer .footer-contact h6 {
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 8px;
 }
 
 #footer .footer-contact b {
    font-size: 20px;
    line-height: 24px;
    margin: 3px 0;
    display: inline-block;
 }
 
 #footer .footer-contact span {
    display: block;
    font-size: 13px;
    line-height: 16px;
 }
 
 #footer .footer-contact div::after {
    width: 192px;
    height: 1px;
    display: block;
    margin: 13px 0;
 }
 
 #footer .footer-contact div::after {
    background-color: #E5E5E5;
    content: "";
    opacity: .1;
 }
 
 
 #footer .footer-contact span {
    display: block;
    font-size: 13px;
    line-height: 16px;
 }
 
 #footer .footer-contact a {
    font-size: 12px;
 }
 
 #footer .footer-contact h6 {
    font-weight: 700;
    font-size: 13px;
 }
 
 #footer .footer-contact span {
    display: block;
    font-size: 13px;
    line-height: 16px;
 }
 
 #footer .footer-social li {
    display: inline-block;
    margin-right: 8px;
 }
 
 #footer .footer-social li a {
    background-color: orange;
    padding: 11px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
 }
 
 #footer .footer-social li a:hover {
    background-color: orange;
    opacity: 0.8;
 }
 
 #footer .footer-social li a img {
    max-width: 24px;
    max-height: 24px;
 }
 
 #footer .footer-social ul {
    margin-bottom: 16px;
 }
 
 #footer .footer-social ul::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #E5E5E5;
    opacity: .1;
    margin-top: 47px;
 }
 
 #footer .footer-social .app-stores {
    display: grid;
 }
 
 #footer .footer-social .app-stores a:first-child {
    padding-right: 16px;
    text-decoration: none;
 }
 
 #footer .footer-social .app-stores::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #E5E5E5;
    opacity: .1;
    margin-top: 16px;
 }
 
 #footer .footer-social ul::after {
    width: 192px;
 }
 
 #footer .footer-social .app-stores::after {
    width: 192px;
 } 

/* Desktop */

 @media (min-width: 769px) {
    .table-tiger p {
        font-size: 17px!important;
        line-height: 30px!important;
    }
    .blue-bg {
        margin: 40px 0;
    }

    .gray-bg {
        height: 275px;
    }

    .section-points--1, .section-points--2, .section-points--3 {
        margin: 40px 0;
    }

    .extra {
        font-size: 14px!important;
        line-height: 20px!important;
        margin-top: 30px;
    }
    .section-points--1 .short-row {
        max-width: 660px;
    }

    .section-points--2 .short-row {
        max-width: 620px;
    }

    .section-points--3 .short-row {
        max-width: 700px;
    }

    .title-partner, .logo-partner {
        float: left!important;
    }

    .logo-partner {
        margin-left: 30px;
    }

    .logo-partner .bosch {
        width: 80%;
    }

    .logo-partner .tigre {
        width: 100%;
    }

    .logo-partner .logo-henkel {
        width: 120%;
    }

    .header-bg {
        background-image: url("../images/header.png");
        min-height: 320px!important;        
        background-position: top right;
        background-size: cover;
    }

    .header-bg img {
        float: right;
        margin-right: 30%;
        margin-top: 6%;
    }

    .section-points--1 h2, .section-points--2 h2, .section-points--3 h2 {
        font-size: 43px!important;
    }

    .blue-bg {
        height: 33px;
    }

    .logo-parceiro {
        float: right;
    }
    .cta {
        float: right;
        margin-right: 30px;
    }

    .ml-2 {
        margin-left: 10px;
    }
    .hide-desktop {
        display: none!important;
    }   

    .participantes {
        max-width: 800px;
        margin: 0 auto 20px;
    }

    .participantes, .lista-participantes {
        width: 75%;
    }

    .participantes span { 
        margin-right: 10px;
    }

    .participantes span { 
        font-size: 15px;
    }

    .participantes span:last-child {
        width: 66%;
    }

    .lista-participantes {
        width: 52%;
        margin: 0px 0 40px 250px;
    }
    
    .title {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .title .text {
        margin-left: 70px;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 47px!important;
        line-height: 59px;
    }
    
    h2 {
        font-size: 45px!important;
        line-height: 40px;
    }
    
    h3 {
        font-size: 32px!important;
        line-height: 37px;
    }
    
    h4 {
        line-height: 33px!important;
        font-size: 28px!important;
    }
    
    p {
        line-height: 33px;
        font-size: 28px!important;
    }
    
    .btn-primary {
        font-size: 20px!important;
    }

    .btn {
        border-radius: 2rem!important;
        font-size: 1.2rem!important;
    }

    header {
        max-height: 80px;
        min-height: 80px;
        margin: 15px;
    }
    
    header .stamp {
        max-height: 200px;
    }
       
    .section h2 strong{
        padding: 10px;
    }
    
    .section .number {
        font-size: 116px;
    }
    
    .section--1 {
        max-height: 637px;    
    }
    
    .section--1 .coins-desktop {
        top: -290px;
        right: -300px;
    }
       
    .section--1 .man {
        right: 0;
        bottom: 0;
        max-height: 754px;
    }
    
    .section--1 .main-title {
        padding: 120px 0 0;
    }
    
    .section--1 .subtitle {
        max-height: 241px;
        margin: 20px 0 34px;
    }
    
    .section--1 .subtitle h3 {
        padding: 0 40px 0 0;
    }
    
    .section--1 .pontuation-desktop {
        bottom: -37px;
        max-width: 280px;
        left: 430px;
    }
    
    .section--4 {
        padding: 20px 0 40px;
    }
    
    .section--5 {
        padding: 10px 0 80px;
    }
    
    .section--5 .points img {
        bottom: -110px;
        left: 20%;
    }
    
    .section--6 {
        padding: 70px 0;
    }
        
    .section--6 .points {
        margin: 20px 0 0;
    }
        
    .section--7 {
        min-height: 390px;
    }
    
    .section--8 .copyright p {
        line-height: 22px;
        font-size: 15px!important;
        padding: 50px;
    }

    .section h2 strong{
        padding: 10px;
    }
 }

 /* Mobile */

 @media (max-width: 768px) { 
    .header-bg {
        min-height: 355px!important;
        background-image: url("../images/header-mobile.png");
        background-position: top right;
    }

    .header-bg img {
        width: 60%;
        margin-top: 5%;
    }

    .section-points--1 h2, .section-points--2 h2, .section-points--3 h2 {
        font-size: 26px!important;
    }

    .section-points--1 img, .section-points--2 img, .section-points--3 img {
        width: 100%;
    }

    .blue-bg {
        height: 13px;
    }

    .hide-mobile, .coins-desktop {
        display: none!important;
    }

    .participantes span { 
        margin-right: 5px;
    }

    .participantes span { 
        font-size: 9px;
        margin-bottom: 5px;
    }

    .participantes span:last-child {
        width: 66%;
    }

    .lista-participantes {
        padding-left: 0!important;
    }

    .lista-participantes li {
        padding: 0 10px;
    }

    .lista-participantes li img {
        width: 100%;
    }

    .title {
        padding: 0;
        margin: 10px;
    }

    .col-xs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8%;
        flex: 0 0 8%;
        max-width: 8%;
    }
    .col-xs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 25px!important;
        line-height: 30px!important;
        padding: 52px 0 52px 12px;
    }
    
    h2 {
        font-size: 30px!important;
        line-height: 30px!important;
        margin-bottom: 0!important;
    }
    
    h3 {
        font-size: 20px!important;
        line-height: 22px!important;
    }
    
    h4 {
        line-height: 27px!important;
        font-size: 22px!important;
    }
    
    p {
        position: relative;
        line-height: 22px;
        font-size: 20px!important;
    }

    .arrow-mobile {
        text-align: center;
    }

    .arrow-invert {
        transform: rotate(90deg);
        margin-top: -40px;
        width: 30%;
    }

    .text-mobile {
        padding: 40px!important;
    }

    .logos {
        margin: 20px 0;
    }

    .section .number {
        font-size: 60px;
    }
    header {
        max-height: 66px!important;
        min-height: 66px!important;
    }

    header .stamp {
        max-height: 100px;
        left: 17px;
        top: 10px;
    }

    .section--1 {
        padding: 0 0 40px;
    }

    .section--1 .man {
        right: -19px;
        bottom: 0px;
        max-height: 400px;
    }

    .section--1 .coins-mobile {
        top: -110px;
        right: -70px;
    }

    .section--1 .subtitle {
        max-height: 180px;
        margin: 0 0 20px;
    }

    .section--1 .pontuation-mobile {
        top: -182px;
        max-width: 68%;
        right: -61px;
        z-index: 3;
    }

    .section--2 img, .section--3 img, .section--4 img, .section--5 img, .section--6 img  {
        max-width: 100%;
    }

    .section--3 {
        padding: 10px 0px 30px;
        margin-bottom: 30px;
    }
    
    .section--3 .participantes {
        padding: 5px 0 5px 20px;
    }

    .button-mobile {
        text-align: center;
    }

    .btn {
        border-radius: 2rem!important;
        font-size: 0.85rem!important;
    }
    
    .section--4 .only-mobile h4 {
        padding: 20px 40px 0;
    } 

    .section--4 .only-mobile p {
        padding: 0 40px 20px;
    } 

    .section--4 .only-mobile button {
        text-align: center;
        margin: 0 auto 40px;
        display: flex;
    } 

    .section--5 {
        padding: 20px 0 40px;
        margin-bottom: 50px;
    }

    .section--5 .only-mobile p {
        padding: 20px 40px;
    } 

    .section--5 .only-mobile button {
        text-align: center;
        margin: 0 auto 40px;
        display: flex;
    }

    .section--5 .points img {
        bottom: -65px;
        width: 93%;
    }

    .section--6 .santander-mobile img {
        max-width: 105px;
        position: absolute;
        bottom: 60px;
        z-index: 1;
        right: 0;
    }

    .section--6 .only-mobile {
        padding: 20px 40px;
    } 

    .section--6 .only-mobile .col-xs-4 {
        padding: 0!important;
    }

    .section--6 .only-mobile button {
        text-align: center;
        margin: 0 auto 40px;
        display: flex;
        width: 41%;
    }

    .section--7 {
        min-height: 315px;
        width: 103%;
    }

    .section--8 .copyright p {
        line-height: 20px;
        font-size: 13px!important;
        padding: 30px 10px 30px 30px;
    }

    .section h2 strong{
        padding: 2px;
    }

    .section-points--1, .section-points--2, .section-points--3 {
        padding: 20px;
    }

    .section-points--1 h4, .section-points--2 h4, .section-points--3 h4 {
        margin: 20px 0!important;
    }

    .invert-arrow {
        display: flex;
        align-items: center;
    }

    .invert-arrow img {
        width: 30%;
        margin: -40px auto 0;
    }

    .extra {
        font-size: 12px!important;
        line-height: 18px!important;
        margin-top: 0;
    }

    .blue-bg {
        margin: 10px 0 20px;
    }

    .logo-partner .logo-henkel {
        width: 95px;
    }

    .table-header h5 {
        font-size: 15px!important;
        line-height: 20px!important;
        text-align: center;
        max-width: 80%;
    }

    .table-tiger p {
        font-size: 15px!important;
        line-height: 22px!important;
    }

    .table-tiger .blue {
        min-height: 140px;
    }

    .pontuation .section--8 .copyright p {
        margin-bottom: 0!important;
    }

    .gray-bg {
        height: 315px;
    }

    .pack-bosch {
        width: 110%!important;
    }
    /* SECTION FOOTER */

   #footer {
    padding-bottom: 0;
    }

    #footer section {
        width: 100%;
        min-height: auto;
    }

    #footer .container {
        flex-direction: column;
        max-width: 620px;
    }

    #footer .footer-logo {
        margin-bottom: 30px;
    }

    #footer .footer-logo div {
        margin: 0 auto 8px;
        width: 130px;
    }

    #footer .footer-logo p {
        display: none!important;
    }

    #footer .footer-institutional {
        display: none;
    }

    #footer section h5 {
        font-size: 17px;
    }

    #footer .footer-contact h5 {
        display: none;
    }

    #footer .footer-contact {
        text-align: center;
    }

    #footer .footer-contact h6 {
        font-size: 16px;
    }

    #footer .footer-contact span {
        display: none;
    }

    #footer .footer-contact div::after {
        width: 100%;
    }

    #footer .footer-contact-email {
        display: none;
    }

    #footer .footer-social {
        margin-top: 30px;
        padding-bottom: 20px;
    }

    #footer .footer-social h5, #footer .footer-social ul {
        text-align: center;
    }

    #footer .footer-social ul::after {
        width: 100%;
        margin-top: 20px;
    }

    #footer .footer-social .app-stores .app-store-wrap, #footer .mobile-only {
        text-align: center;
    }

    #footer .footer-social .app-stores::after {
        width: 100%;
    } 

    #footer .footer-social .app-stores .app-store-wrap, #footer .mobile-only {
        text-align: center;
    }
 }

 @media only screen and (min-width: 640px) {

    #footer .mobile-only {
       display: none;
    }
 
    #footer .mobile-only {
       display: none;
    }
 
 }

 @media only screen and (max-width: 426px) {
     /* SECTION FOOTER */

   #footer .container {
        max-width: 370px;
    }

    #footer .footer-social .app-stores a img {
        width: 38%;
    }

    #footer .politics {
        font-size: 13px;
        margin-top: 16px;
    }

    #footer .politics::after {
        width: 100%;
        height: 1px;
        display: block;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    #footer .footer-contact div::after, #footer .politics::after {
        background-color: #E5E5E5;
        content: "";
        opacity: .1;
    }

    #footer .address h4, #footer .address span {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: .5rem;
    }
 }

 @media only screen and (max-width: 376px) {

    /* SECTION FOOTER */
 
    #footer .container {
       max-width: 310px;
    }
    
 }

 
@media only screen and (max-width: 326px) {

    /* SECTION FOOTER */
 
    #footer .container {
       max-width: 310px;
    }
    
 }