/*
Theme Name:   Oppy
Theme URI:    http://iconoblast.media
Description:  Iconoblast.Media Theme
Author:       Vinny Campos - Iconoblast.media
Author URI:   http://iconoblast.media
Version:      2.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@200;300;400;700&display=swap');

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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    font-family: 'Commissioner', sans-serif;
    background-color: rgb(51 51 51);
}

/*Shapes*/

.shapes {
    position: absolute;
}

#LinhaAmarela{
    background: #f4db49;
    margin-top: -9vw;
    margin-bottom: 8vw;
    position: relative;
    z-index: 1;
    font-family: 'Commissioner', sans-serif;
    background-image: url(img/bgamarelo.png);
}
#LinhaAmarelaTxt{
    color: #000000;
    float: left;
    font-weight: 100;
    width: 45vw;
    margin-left: 5vw;
    margin-top: 11vw;
}
#LinhaAmarelaTxt_1{
    font-size: 1.5vw;
    line-height: 1.2;
    margin-bottom: .4vw;
}
#LinhaAmarelaTxt_2{
    font-size: 3.55vw;
    line-height: 1.2;
}
#LinhaAmarelaTxt_2 strong{
    font-weight: 400
}
#LinhaAmarelaImg{
    float: right;
}
#LinhaAmarelaImg img{
    width: 46vw;
}
#Clear{clear: both;}

.shape1 {
    background-image: url('img/Caminho\ 1.svg');
    background-position: 24% 70%;
    background-size: 148% 148%;
    width: 63vw;
    height: 68vw;
    top: 0;
    right: 0;
}
#comparation_1{
    border-left: 2px solid #000000;
    padding-left: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-top: 2vw;
}
#comparation_2{
    border-left: 2px solid rgb(170 224 122);
    padding-left: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    margin-top: 2vw;
}

.shape2 {
    background-image: url('img/Elipse\ 5.svg');
    width: 45vw;
    height: 45vw;
    background-position: -150% 0;
    background-size: 90% 90%;
    background-repeat: no-repeat;
    left: 0;
    top: 22vw;
}

.shape3 {
    background-image: url('img/Caminho\ 20.svg');
    width: 40vw;
    height: 40vw;
    background-position: 90% 5vw;
    background-size: 130% 195%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
}

.shape4{
    background-image: url('img/Caminho\ 21.svg');
    width: 50vw;
    height: 60vw;
    background-size: 185%;
    background-position: 48% 70%;
    right: 0;
    top: 0;
}
.shape5{
    background-image: url('img/Caminho\ 22.svg');
    width: 18vw;
    height: 80vw;
    background-size: 500%;
    background-position: 75% 0;
    top: 30vw;
    left: 0;
}
.shape6{
    background-image: url('img/Caminho\ 23.svg');
    width: 30vw;
    height: 72vw;
    background-size: 325%;
    background-position: 20% 20%;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

/*shapes*/

header {
    padding-top: 2vw;
}

.header-content {
    position: relative;
    z-index: 2;
    max-width: 78vw;
    margin: 0 auto;
    padding: 0 1%;
}

.header-content nav.desktop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 5vw;
    padding: 2vw 0;
    align-items: center;
}

nav.desktop ul {
    display: flex;
}

nav.desktop ul li a {
    color: white;
    text-decoration: none;
    font-size: .8vw;
    text-transform: uppercase;
    font-weight: lighter;
    margin-right: 2vw;
}

nav.desktop .socials a {
    color: white;
    text-decoration: none;
    margin-left: .5vw;
    font-size: 1.4vw;
}

#oppy {
    background-color: rgb(51 51 51);
    position: relative;
}

.oppy-container {
    max-width: 76vw;
    margin: 0 auto;
    position: relative;
}

.oppy {
    padding-top: 1vw;
    display: flex;
    justify-content: space-between;
}

.oppy-info {
    color: rgb(170 224 122);
    width: 50%;
    font-weight: 100;
}

.oppy-info .logo{
    background-image: url('img/Grupo\ 3.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13vw;
    height: 4vw;
}

.oppy-info h1 {
    font-size: 6vw;
    font-weight: lighter;
    margin-top: 1vw;
    margin-bottom: .4vw;
}

.oppy-info p {
    font-size: 1.5vw;
    font-weight: lighter;
    line-height: 1.3;
}

.oppy-info strong {
    font-weight: 600;
}

.oppy .right-img {
    background-position: center;
    background-size: cover;
    width: 37vw;
    height: 37vw;
    border-radius: 50%;
}

.comparation {
    margin-top: 9vw;
    position: relative;
    z-index: 1;
    width: 100vw;
}

.comparation .commun {
    width: 50%;
    text-align: left;
    font-weight: lighter;
    background: rgb(178 131 81);
    color: #000000;
    float: left;
}

.comparation .commun h2 {
    color: #000000;
    font-size: 2.5vw;
    font-weight: 100;
}

.comparation .commun p {
    color: white;
    line-height: 1.2;
}
.comparation .commun strong {font-weight: 600;text-decoration: underline;}

.comparation .commun strong, .comparation .commun p {
    font-size: 1vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

.comparation .why-oppy {
    width: 50%;
    font-weight: lighter;
    float: left;
    background: rgb(51 51 51);
    float: left;
}

.comparation .why-oppy h2 {
    color: rgb(170 224 122);
    font-size: 2.5vw;
    margin-bottom: 1vw;
    font-weight: 100;
}

.comparation .why-oppy h2 oppy {
    font-weight: normal;
}

.comparation .why-oppy p, .comparation .why-oppy strong {
    font-size: 1vw;
    margin-bottom: 1vw;
}

.comparation .why-oppy p {
    color: white;
}

.comparation .why-oppy strong {
    color: rgb(170 224 122);
    text-decoration: underline;
    font-weight: bold;
}


.intelligence-slider {
    display: flex;
}

.intelligence-slider img {
    width: auto;
    height: 30vw;
}

.intelligence-cards {
    display: flex;
    flex-wrap: wrap;
}

.intelligence-card {
    width: 25%;
}

.intelligence-cards .green-card {
    background-color: rgb(170 224 122);
}

.intelligence-cards .green-card:nth-child(2) {
  background: #f4db49;
}

.intelligence-cards .green-card:nth-child(1) {
  background: #ffffff;
}
.intelligence-cards .green-card:nth-child(3) {
  background: #ffffff;
}

.intelligence-cards .brown-card {
    background-color: rgb(178 131 81);
}

.card-content {
    padding: 3vw;
    color: rgb(51 51 51);
}

.card-content span {
    font-size: 1.1vw;
    font-weight: 100;
    letter-spacing: .1vw;
}

.card-content h3 {
    font-size: 3vw;
    margin-top: .7vw;
    margin-bottom: .7vw;
    font-weight: 100;
}

.card-content p {
    font-size: 1vw;
    line-height: 1.5;
    font-weight: 100;
    margin-top: 1.5vw;
}

#how {
    position: relative;
    background-color: rgb(51 51 51);
}

.pp1 {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
    left: -3vw;
    top: 110vw;
}
.pp2 {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    right: 0;
    top: 80vw;
}

.included {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: rgb(170 224 122);
    font-weight: lighter;
    margin-bottom: 9vw;
}

.included img{
    width: 50vw;
    position: relative;
}

.included-text {
    padding-left: 6vw;
    font-size: 1vw;
    width: 43vw;
}

.included-text h2 {
    font-size: 4vw;
    line-height: 1.2;
}

.included-text ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin-top: 1vw;
    font-size: 1vw;
    line-height: 1.2vw;
}

.included-text p{
    margin-bottom:2vw;
}

.included-text li {
    font-size: 1.2vw;
    margin-top: 1vw;
}

.how-works {
    color: rgb(170 224 122);
    max-width: 38vw;
    margin: 0 auto;
    font-weight: lighter;
    left: -10vw;
    position: relative;
}

.how-works h2 {
    line-height: 1.2;
    font-size: 5vw;
    margin-bottom: 1vw;
}

.how-works p {
    font-size: 1vw;
    line-height: 1.4;
}

.steps {
    position: relative;
    color: rgb(170 224 122);
    max-width: 53vw;
    margin: 0 auto;
    padding-top: 3vw;
}

.step-box {
    border-left: .05vw solid rgb(170 224 122);
    display: flex;
    margin-left: 5vw;
}

.step-box:last-child{
    border: none;
}

.step-box .number {
    position: relative;
    left: -7.5%;
}

.step-box span {
    font-size: 4vw;
    width:  8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: .05vw solid rgb(170 224 122);
    background-color: rgb(51 51 51);
    border-radius: 50%;
    margin-right: 2vw;
    font-weight: 100;
}

.box-text {
    padding: 1vw;
    position: relative;
    left: -7.5%;
    padding-bottom: 2vw;
}

.box-text h4 {
    font-size: 1.5vw;
    font-weight: bold;
    padding-bottom: 2vw;
    font-weight: 600;
}

.box-text p {
    font-size: 1vw;
    font-weight: lighter;
    line-height: 1.3;
}

.compromise {
    max-width: 58vw;
    margin: 0 auto;
    color: white;
    font-weight: lighter;
}

.compromise h3 {
    font-size: 3vw;
    line-height: 1.2;
    margin-bottom: .5vw;
    text-transform: uppercase;
    margin-top: 3vw;
}

.compromise p {
    font-size: 1.5vw;
    line-height: 1.2;
    max-width: 80%;
    margin-bottom: 5vw;
}

#cases {
    background-color: rgb(51 51 51);
    background-image: url('img/Caminho\ 23.svg');
    background-size: 130%;
    background-position: 120% 40%;
    background-repeat: no-repeat;
    padding-top: 11vw;
    padding-bottom: 5vw;
}

#GaleriaClientes{
    text-align: center;
    margin-top: 4vw;
}

.cases-content h2 {
    padding-left: 7%;
    margin-bottom: 1vw;
    color: rgb(178 131 81);
    font-size: 3vw;
    font-weight: lighter;
}

.cases-slick {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1%;
    margin: 0 auto;
}
.case-card {
    width: 33.3%;
}

.case-content {
    padding: 2vw;
}

.case-content .case-img {
    width: 100%;
    height: 40vw;
    background-position: center;
    background-size: cover;
}

.case-content .case-content-tit {
    font-size: 1vw;
    text-transform: uppercase;
    color: rgb(178 131 81);
    text-decoration: none;
    display: block;
    padding-top: .8vw;
    font-weight: 100;
}


footer{
   padding-top: 10vw;
   background-color: #ffffff;
   background-image: url('img/Caminho\ 21.svg');
   background-position: 230% -4%;
   background-size: 90%;
   background-repeat: no-repeat;
   color: rgb(51 51 51);
}

.footer-content {
    padding-left: 9%;
    font-weight: lighter;
}

.footer-content h2 {
   font-size: 2vw;
   max-width: 60vw;
   line-height: 1.2;
}

.footer-content h2 strong{
    font-weight: 400
}

.footer-content .contact {
    display: flex;
    align-items: center;
    margin-top: 2vw;
    padding-bottom: 11vw;
}

.footer-content span {
    font-size: 2vw;
    padding-right: 2%;
}

.footer-content .mail {
    padding: 1% 2%;
    border-left: .1vw solid rgb(51 51 51);
    border-right: .1vw solid rgb(51 51 51);
    font-size: 1.3vw;
    text-transform: uppercase;
}

.footer-content .mail a {
    text-decoration: none;
    border-bottom: .05vw solid rgb(80, 80, 80);
}

.footer-content a {
    color: rgb(51 51 51);
}

.footer-content .socials {
    padding-left: 2%;
    font-size: 2vw;
}




.brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.brands__item {
  flex: 0 0 12vw;
}

.brands__item img[src$=".jpg"],
.brands__item img[src$=".png"] {
  mix-blend-mode: hard-light;
}

.brands__item img {
  width: 7vw;
  height: 3vw;
  object-fit: contain;
  mix-blend-mode: hard-light;
}

.brands__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.slick-dots li button:before
{
    color: rgb(178 131 81);
}
.slick-dots li.slick-active button:before
{
    color: rgb(170 224 122);
}

.comparation_int{
    padding: 6vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
}


@media screen and (max-width: 768px){
    
}

@media screen and (max-width: 500px) {

.comparation_int{
    padding: 13vw;
    padding-bottom: 12vw;
    padding-top: 13vw;
}


body{}

.shapes {}

.shape1 {
}
#comparation_1{
    border-left: 1px solid #000000;
    padding-bottom: 6vw;
    padding-left: 6vw;
    margin-top: 5vw;
}
#comparation_2{
    border-left: 1px solid rgb(170 224 122);
    padding-bottom: 6vw;
    padding-left: 6vw;
    margin-top: 5vw;
}

.shape2 {}

.shape3 {}

.shape4{}
.shape5{}
.shape6{}


header {
    display: none;
}

.header-content {}

.header-content nav.desktop{}

nav.desktop ul {}

nav.desktop ul li a {}

nav.desktop .socials a {}

#oppy {
}

.oppy-container {
    max-width: 90vw;
    padding-top: 4vw;
}

.oppy {
    display: block;
}

.oppy-info {
    width: auto;
    margin-bottom: 4vw;
    margin-top: -4vw;
}

.oppy-info .logo{
    width: 40vw;
    height: 18vw;
}

.oppy-info h1 {
    font-size: 12vw;
}

.oppy-info p {
    font-size: 4.3vw;
}

.oppy-info strong {}

.oppy .right-img {
    width: 88vw;
    height: 88vw;
    margin-top: 8vw;
}

.comparation {}

.comparation .commun {
    width: 100vw;
}

.comparation .commun h2 {
    font-size: 8vw;
}

.comparation .commun p {
    font-size: 4vw;
    margin-bottom: 4vw;
}
.comparation .commun strong {
    font-size: 4vw;
}

.comparation .commun strong, .comparation .commun p {}

.comparation .why-oppy {
    width: 100vw;
    float: none;
    width: 100vw;
    padding: 13vw;
    padding-bottom: 12vw;
    padding-top: 13vw;
}

.comparation .why-oppy h2 {
    font-size: 8vw;
}

.comparation .why-oppy h2 oppy {}

.comparation .why-oppy p, .comparation .why-oppy strong {}

.comparation .why-oppy p {
    font-size: 4vw;
    margin-bottom: 4vw;
}

.comparation .why-oppy strong {
    font-size: 4vw;
}

#intelligence{}
.intelligence-slider {
}

.intelligence-slider img {}

.intelligence-cards {}

.intelligence-card {
    width: 100vw;
}

.intelligence-cards .green-card {}

.intelligence-cards .green-card:nth-child(2) {}

.intelligence-cards .green-card:nth-child(1) {}
.intelligence-cards .green-card:nth-child(3) {}

.intelligence-cards .brown-card {}

.card-content {
    padding: 13vw;
}

.card-content span {
    font-size: 3.5vw;
}

.card-content h3 {
    font-size: 8vw;
}

.card-content p {
    font-size: 3.8vw;
    margin-top: 6vw;
}

#how {
}

.pp1 {
    display: none;
}
.pp2 {
    display: none;
}

.included {}

.included img{
    width: 100vw;
    margin-bottom: 5vw;
}

.included-text {
    width: 100vw;
    padding-left: 0;
}

.included-text h2 {
    font-size: 11vw;
    margin-left: 8vw;
    margin-bottom: -6vw;
}

.included-text ol {
    font-size: 3vw;
    line-height: 5vw;
    padding: 8vw;
}

.included-text p{}

.included-text li {}

.how-works {
    width: 100vw;
    max-width: initial;
    left: 0;
}

.how-works h2 {
    font-size: 11vw;
    margin-left: 8vw;
    margin-bottom: 4vw;
    margin-top: -13vw;
}

.how-works p {
    font-size: 3vw;
    line-height: 5vw;
    padding-left: 8vw;
    padding-right: 8vw;
    margin-bottom: 5vw;
}

.steps {
    max-width: initial;
    width: 100vw;
    padding-left: 13vw;
    padding-right: 8vw;
}
.compromise{
    padding-left: 8vw;
    padding-right: 8vw;
}

.step-box {}

.step-box:last-child{}

.step-box .number {
    left: -10vw;
}

.step-box span {
    font-size: 8vw;
    width: 20vw;
    height: 20vw;
}

.box-text {}

.box-text h4 {
    font-size: 4vw;
}

.box-text p {
    font-size: 3vw;
    margin-bottom: 11vw;
}

.compromise {
    max-width: initial;
}

.compromise h3 {
    font-size: 5.5vw;
}

.compromise p {
    font-size: 4.5vw;
}

#cases {
    width: 100vw;
}

#GaleriaClientes{}

.cases-content h2 {
    font-size: 8vw;
}

.cases-slick {
}
.case-card {}

.case-content {}

.case-content .case-img {}

.case-content .case-content-tit {}


footer{
    width: initial;
}

.footer-content {}

.footer-content h2 {
    font-size: 6vw;
    margin-bottom: 6vw;
}

.footer-content h2 strong{}

.footer-content .contact {width: auto;display: block;}

.footer-content span {
    font-size: 6vw;
    padding-right: 0;
}

.footer-content .mail {
    font-size: 4vw;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin-top: 3vw;
}

.footer-content .mail a {}

.footer-content a {}

.footer-content .socials {
    padding-left: 0;
    font-size: 8vw;
    margin-top: 6vw;
}




.brands {}

.brands__item {
    flex: 0 0 41vw;
}

.brands__item img[src$=".jpg"],
.brands__item img[src$=".png"] {}

.brands__item img {
    width: 26vw;
    height: 18vw;
}

.brands__item a {}

#LinhaAmarela{
    margin-bottom: 20vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
}
#LinhaAmarelaTxt{
    width: 100vw;
    padding-left: 8vw;
    padding-right: 8vw;
    float: none;
    margin-left: 0;
}
#LinhaAmarelaTxt_1{
    font-size: 5vw;
}
#LinhaAmarelaTxt_2{
    font-size: 9vw;
}
#LinhaAmarelaTxt_2 strong{}
#LinhaAmarelaImg{
    float: none;
    width: 100vw;
}
#LinhaAmarelaImg img{
    width: 100vw;
}
#Clear{}
}