/*
Theme Name: Coinfully
Autor: Studio Gabriel de Gennaro
Description: 
Version: 1.0
*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
    font-family: 'gellixregular'!important;
}
html{
    margin:0!important;
    scroll-behavior: smooth;
}

/*FONTS*/
@font-face {
    font-family: 'gellixbold';
    src: url('https://www.coinfully.com/wp-content/themes/coinfully/fonts/gellix-bold-webfont.woff2') format('woff2'),
         url('https://www.coinfully.com/wp-content/themes/coinfully/fonts/gellix-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gellixregular';
    src: url('https://www.coinfully.com/wp-content/themes/coinfully/fonts/gellix-regular-webfont.woff2') format('woff2'),
         url('https://www.coinfully.com/wp-content/themes/coinfully/fonts/gellix-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gellixsemibold';
    src: url('https://www.coinfully.com/wp-content/themes/coinfully/fonts/gellix-semibold-webfont.woff2') format('woff2'),
         url('https://www.coinfully.com/wp-content/themes/coinfully/fonts/gellix-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*TYPOGRAFIA*/
a {
    color: #000000;
    text-decoration: underline;
    transition: 0.2s;
}
a:hover {
    color: #646464;
    text-decoration: none;
    transition: 0.2s;
}
body{
    font-size: 24px;
    color: #000;
}
p{
    margin-bottom: 1.5rem;
}
.unic {
    display: none;
}
button.botao2.get {
    display: inline-block;
}
html :where(img) {
    height: auto;
    max-width: initial;
}
/* Large Display */
@media (min-width: 1921px) and (max-width: 5000px){
    img.mockup {
        position: relative!important;
    }

}
@media (min-width: 1920px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}
@media (min-width: 1500px) and (max-width: 1919px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
    .row.menu-footer {
        padding: 0 20rem!important;
    }
    img.img-conteudo {
        width: 100%!important;
    }
}
@media (min-width: 1800px) and (max-width: 1919px){
    h1.h1titulo-banner {
        font-size: 66px!important;
        line-height: 66px!important;
    }
    img.mockup {
        width: 50%;
    }
    .col-lg-6.col-sm-12.mockup-img::before{
        margin-left: -6rem!important;
    }
    .content1 {
        padding: 2rem 6rem 2rem 4rem!important;
    }
}


.right {
    float: right;
    text-align: right;
}
.left {
    float: left;
    text-align: left;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.botao1 {
    border-radius: 150px;
    width: fit-content;
    padding: 17px 30px 19px;
    border: none;
    color: #000;
    background: #F7C93C;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}
.botao1:hover{
    background: #fff;
    transition: 0.5s;
}
.botao2 {
    border-radius: 150px;
    width: fit-content;
    padding: 17px 30px 19px;
    border: none;
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
    box-shadow: 0px 6px 8px -6px rgba(24, 39, 75, 0.12), 0px 8px 16px -6px rgba(24, 39, 75, 0.08);
}
.botao2:hover{
    background: #F7C93C;
    transition: 0.5s; 
}
.botao3 {

}
.botao3:hover{
    background: #fff;
    color:#000;
}
input.box-input {
    background: #f5f8ff;
    padding: 11px 20px;
    border: #ced3df 1px solid;
    border-radius: 5px;
    width: 100%;
}
h2.titulo-menor {
    font-size: 25px;
    color: #5b5b5b;
    letter-spacing: -1px;
}
h2.titulo-section {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #009BB1;
    line-height: 33px;
}
h2.sub-titulo-section {
    font-size: 52px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 52px;
    padding-bottom: 1.5rem;
}
h2.sub-titulo-section-form {
    font-size: 42px;
    letter-spacing: -1px;
    font-weight: 400;
    line-height: 42px;
    padding-bottom: 1rem;
}
span.bold-title {
    font-weight: 700;
    color: #009BB1;
}
li.check i.bi.bi-check-lg.green{
    color: #009BB1;
    font-size: 22px;
}
li.check {
    list-style: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 2rem;
}
img.img-conteudo {
    width: auto;
}
img.desktop {
    display: inline-block;
}
img.mobile {
    display: none;
}
.branco {
    color: #fff!important;
}
br.mobile {
    display: none;
}
.carousel-inner.tablet {
    display: none;
}

/* Smartphones */
@media (max-width: 480px) {
    .hidden{
        display: none;
    }
    h2.sub-titulo-section {
        font-size: 35px;
        line-height: 38px;
    }
    h2.sub-titulo-section-form {
        font-size: 35px;
        line-height: 38px;
    }
    h2.titulo-section{
        font-size: 22px; 
        line-height: 33px;
    }
    h2.titulo-menor{
        font-size: 13px;
    }
    img.desktop {
        display: none;
    }
    img.mobile {
        display: inline-block;
    }
    .botao2 {
    font-size: 16px;
    }
    .botao3 {
        border-radius: 10px;
        width: 100%;
        padding: 25px 40px;
        border: none;
        color: #F7C93C;
        background: #fff;
        font-weight: 700;
        font-size: 20px;
        transition: 0.5s;
    }
    button.botao3 {
        margin-bottom: 1rem;
    }

br.mobile {
        display: block;
    }
}
/* HEADER */
header {
    position: fixed;
    width: 100%;
    z-index: 11;
    transition: 1s;
    /*border-bottom: 1px solid #ffffff1f;*/
}
header img.logo{
    transition: 1s;
    -webkit-transform: scale(1.0);
}
.header-fixed{
    background: #000000b8;
    transition: 1s;
    box-shadow: 0px 6px 0px #00000012;
    z-index: 999;
}
header.header-fixed li.nav-item.menu-cliente {
    background: #fff;
    transition: 0.5s;
    
}
header.header-fixed li.nav-item.menu-cliente:hover {
    background: #F7C93C;
    transition: 0.5s; 
}
header.header-fixed li.nav-item.menu-cliente a.nav-link {
    color: #F7C93C;
    transition: 1s;
}
header.header-fixed li.nav-item.menu-cliente a.nav-link:hover {
    color: #fff;
    transition: 1s;
}
header.header-fixed li.nav-item.menu-cliente {
    margin: 12px 0 12px;
    transition: 1s;
}
header.header-fixed img.logo {
    -webkit-transform: scale(0.9);
    transition: 1s;
    margin-left: -1rem;
    filter: brightness(0) invert(1);
}

header.header-fixed .navbar-light .navbar-toggler-icon{
    filter: brightness(0) invert(1);
}

.navbar-toggler-icon{
    width: 22px;
    height: 22px;
}

header.header-fixed .navbar {
    padding: 0;
    transition: 1s;
    margin: 5px 0;
}
section.topo-branco {
    background: #fff;
    height: 7.8rem;
}
/* Smartphones */
@media (max-width: 480px) {
    section.topo-branco {
        height: 3.8rem;
    }
    .navbar{
       /* display: block;*/
       /*margin: 15px 0!important;*/
    }
    .navbar-toggler-icon{
        padding-top: 4rem;
    }
    header.header-fixed .navbar{
        margin: 5px 0!important;
    }
}

/* NAVIGATION */
.navbar{
    margin: 18px 0!important;
}
a.nav-link {
    font-size: 20px;
    font-weight: bold;
}
#navbarNavDropdown {
    position: absolute;
    right: 1rem;
}
li.nav-item.menu-cliente {
    background: #fff;
    color: #000;
    border-radius: 150px;
    width: fit-content;
    margin: 20px 0;
    padding: 10px 30px 12px;
    float: right;
    right: 0;
    /* box-shadow: #F7C93C 1px 1px 5px; */
    transition: 0.5s;
    font-size: 14px;
}
li.nav-item.menu-cliente:hover{
    background: #F7C93C;
    transition: 0.5s; 
    color: #000;
    
}
.col.menu-cliente {
    display: contents;
}
li.nav-item.menu-cliente a.nav-link {
    color: #F7C93C;
    font-size: 20px;
    font-weight: bold;
}
li.nav-item.menu-cliente a.nav-link:hover{
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #adafad;
}
.navbar-light .navbar-nav .nav-link {
    background: #F7C93C;
    color: #000;
    border-radius: 150px;
    width: fit-content;
    margin: 20px 0;
    padding: 10px 30px 12px!important;
    float: right;
    right: 0;
    /* box-shadow: #F7C93C 1px 1px 5px; */
    transition: 0.5s;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    transition: 0.5s;
    background: #fff;
    
}
li.nav-item.mobile{
    display: none;
}





/* MOLDAL */
.modal-dialog{
    max-width: 1055px;
}
.container.padding-moldal {
    padding: 2rem;
}
div#exampleModalCenter {
    background: #F7C93Cb0;
}
.modal-backdrop{
    background-color: transparent;
    }
.modal-content{
    border: none;
    border-radius: 10px;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 125px;
    border-radius: 25px;
}
.botao2-form {
    margin-top: 5px;
    border-radius: 150px;
    width: 100%;
    padding: 20px 40px;
    border: none;
    color: #000;
    background: #F7C93C;
    font-weight: 500;
    font-size: 20px;
    transition: 0.5s;
    font-weight: 700;
}
.botao2-form:hover{
    background: #000!important;
    transition: 0.5s; 
    color: #fff;
}
button.close {
    border: none;
    background: transparent;
    float: right;
}
.col-lg-1.col-sm-12.mobile {
    display: none;
}
/* Smartphones */
@media (max-width: 480px) {
    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 150px;
    }
    .col-lg-1.col-sm-12.mobile {
        display: block;
        padding: 1rem 1rem 0 0;
    }
    .col-lg-1.col-sm-12.desktop {
        display: none;
    }
    .container.padding-moldal{
        padding: 0rem 2rem 2rem 2rem;
    }
}

/* BANNER ROTATIVO*/
img.img-banner{
    position: relative;
}
.col-lg-6.col-sm-12.txt-banner {
    padding-top: 5.5rem!important;
}
img.mockup {
    position: absolute;
    right: 3.5rem!important;
}
.carousel-inner.mobile {
    display: none;
}
.carousel-inner.desktop {
    display: block;
}
.espaco-texto-banner {
    width: 50%;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-align: left;
    top: 13rem;
}
h1.h1titulo-banner {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 80px;
    font-family: 'gellixbold'!important;
}
span.big {
    font-family: 'gellixbold'!important;
    color: #F7C93C;
}
span.preto {
    color: #212529;
}
span.preto a {
    color: #212529;
}
span.preto a:hover {
    color: #009BB1;
    text-decoration: none;
}
p.subtitulobanner {
    font-weight: 300;
    padding: 25px 0 25px;
    font-size: 24px;
    line-height: 33px;
    opacity: 0.7;
}
.logos {
    padding: 3rem 0 0 0;
}

/* LOGOS */
section.logos {
    padding: 4rem 0;
}
.bloco-logo {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 11px 34px #F7C93C26;
    transition: 0.5s;
    padding: 3rem 2rem;
}

.bloco-logo:hover {
    box-shadow: 0px 7px 10px rgb(197 197 196 / 10%);
    transition: 0.5s;
}

.block-logos1 {
    padding: 0 5rem 0rem 0rem;
}
.block-logos2 {
    padding: 0 4rem 0rem 2rem;
}
.block-logos3 {
    padding: 0 2rem 0rem 4rem;
}
.block-logos4 {
    padding: 0 0rem 0rem 5rem;
}
/* Smartphones */
@media (max-width: 480px) {
    section.logos{
        padding: 0rem 0 3rem;
    }
    img.img-conteudo {
        width: 100%;
    }
    .block-logos1, .block-logos2, .block-logos3, .block-logos4{
        padding: 1rem;
    }
    .bloco-logo{
        padding: 1.5rem 1rem;
    }
    }

/* Content1 */
section.content1 {
    padding: 0rem 0 4rem;
}
.col-lg-6.col-sm-12.content-img1 {
    padding: 5rem 0rem 0rem 0rem;
}
.content1 {
    padding: 0rem 0rem 0rem 0rem;
}

h2.h2titulo {
    font-size: 72px;
    font-weight: 800;
    line-height: 70px;
    padding-bottom: 2rem;
    font-family: 'gellixbold'!important;
}
h3.h3titulo {
    font-size: 48px;
    font-weight: 800;
    line-height: 48px;
    padding-bottom: 2rem;
    font-family: 'gellixbold'!important;
}
p.txtcontent {
    padding-bottom: 1rem;
    line-height: 33px;
}

p.checklist {
    padding-left: 2.7rem;
    transition: 0.5s;
    font-size: 18px;
    margin-bottom: 1.2rem;
}

p.checklist:hover {
    color: #F7C93C;
    transition: 0.5s;
    margin-left: 0.5rem;
    transition: 0.5s;
}
p.checklist::before {
    content: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/checklist.svg);
    display: block;
    position: absolute;
    margin-left: -2.5rem;
    transition: 0.5s;
    margin-top: 0.1rem;
}
button.botao1.get{
    margin-top: 2rem;
}
section.content1 {
    padding: 0rem 0 4rem;
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/vetor1.png);
    background-repeat: no-repeat;
    background-position: 12rem 30rem!important;
    margin-top: -5rem;
    position: relative;
}


/*ICONS*/
section.icons {
    padding: 5rem 0 5rem;
    text-align: center;
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/coin-bg-content2.png);
    background-repeat: no-repeat;
    background-position: 0px 12rem!important;
    background-size: 100%;
}
section.icons h2.h2titulo {
    padding: 0 10rem;
}
.box-icons {
    padding: 6rem 0 1rem 0;
}
h3.h3titulo.box-icons-title {
    padding: 1rem 0;
}
img.coin-call-to-action {
    position: absolute;
    margin: -11.5rem 0rem 0rem 100rem;
}

/*CALL TO ACTION*/
section.call-to-action1 {
    padding: 6rem 0 4.5rem;
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg01.jpg);
    background-repeat: no-repeat;
    background-position: 0rem 0rem;
    background-size: 100%;
}
h3.h3titulo.title-call-to-action1 {
    padding: 2rem 0 0 0;
}
button.botao1.get.btn-call-to-action1-on {
    display: inline-block;
}
button.botao1.get.btn-call-to-action1-off {
    display: none;
}

/*STEPS*/
section.steps {
    padding: 6rem 0 0rem;
    text-align: center;
    background: #fff;
}
.steps-box {
    padding: 11rem 5rem 0 0;
}
h3.h3titulo.box-icons-title {
    padding: 1rem 0;
}
p.sub-title-steps {
    padding: 1rem 8rem 4rem;
}
h3.h3titulo.steps {
    margin-top: -1rem;
}
h6.step {
    font-size: 24px;
    font-weight: 900;
    opacity: 0.4;;
}
h3.h3titulo.steps-title {
    padding: 0 0rem 1rem 0;
}
p.txtcontent-steps {
    font-size: 18px;
}
img.img-arrow-left {
    position: absolute;
    width: 5%;
    margin: 5rem 0rem 0rem 40rem;
}
img.img-arrow-right {
    position: absolute;
    width: 5%;
    margin: 5rem 0rem 0rem -5rem;
}
.content-btn {
    margin: 7rem -12rem 0rem;
    position: absolute;
    display: inline-block;
    text-align: center;
}

/*TESTIMONIALS*/
section.testimonials {
    padding: 20rem 0 20rem;
    text-align: center;
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-testimonais.jpg);
    background-repeat: no-repeat;
    background-position: 0rem 0rem;
    background-size: 100%;
    
}
.testimonials-box {
    padding: 1rem 22rem 1rem;
}
img.testimonials-img {
    border-radius: 150px;
    border: #f7c93c 5px solid;
    padding: 0.3rem;
}
p.txtcontent-testimonials {
    font-size: 18px;
    padding: 2rem 4rem 0rem;
    line-height: 30px;
}
h5.h3titulo.name-title {
    font-size: 28px;
    font-weight: 900;
}
h6.h3titulo.steps-title {
    font-size: 16px;
    font-weight: 600;
    color: #f7c93c;
    padding: 1rem;
}
.slider-blocos-depoimentos{
    max-width:100%;
    margin:0 auto;
    overflow:hidden;
    padding: 1rem 0rem;
}
.slider-blocos-logos{
    max-width:100%;
    margin:0 auto;
    overflow:hidden;
    padding: 1rem 0rem;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
    background-color: #f7c93c;
}
.slick-dotted ul{
    list-style-type:none;
    text-align:center;
    margin-top:1rem;
}
.slick-dotted li{
    display:inline-block;
    margin:0 10px
}
.slick-dotted button:focus{
    outline:0;
}
.slick-dotted li button{
    width:16px;
    height:16px;
    border-radius:8px;
    color:#d8d8d8;
    border-width:0;
    background:#d8d8d8;
    opacity:1;
    cursor:pointer;
    font-size: 1px;
}
li.slick-active button{
    background:#f7c93c
    ;color:#f7c93c;
}
.slick-slide:focus{
    outline:none;
}
ul.slick-dots {
    padding-left: 0;
}



/*DOWNLOAD*/
section.download {
    background: #fffcf5;
    margin: -7rem 0 0;
    padding: 4rem 0;
}
h3.h3titulo.download-title {
    font-size: 40px;
    padding-right: 5rem;
    padding-bottom: 1rem;
}
p.txtcontent-download{
    font-size: 18px;
}
img.download-img {
    position: absolute;
    margin: -9rem 0rem 0rem 5rem;
}
button.botao1.get.downlaod-btn {
    margin-top: 0;
}
.box-download {
    z-index: 2;
}
img.coin-download {
    position: absolute;
    /* margin: -11.5rem 0rem 0rem 100rem; */
    width: 100%;
    z-index: 1;
}
img.download-icon {
    margin: -0.4rem 0.3rem 0 0;
    /* width: 24px; */
}

/* CONTACT*/
section.contact {
    padding: 10rem 0 6rem;
    color: #000;
    background-color: #fff;
}
section#contact a {
    color: #000 !important;
    transition: 0.5s;
    text-decoration: none;
}
section#contact a:hover {
    transition: 0.5s;
    text-decoration: underline;
}
.box-contact {
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 10%);
    border-radius: 10px 0px 0px 10px;
    padding: 4rem 4rem 3rem;
    margin-right: -10px;
}
img.contact-img {
    width: 100%;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 10%);
    height: 100%;
    border-radius: 0px 10px 10px 0px;
}
p.txt-contact {
    font-size: 18px;
    margin-bottom: 0rem;
    line-height: 20px;
}
img.contact-icon {
    padding: 0rem 1rem 1rem 0rem;
    float: left;
}

/* Form's */
.form-filds {
    padding-top: 2rem;
}
form.form-contato {
    padding-top: 2rem;
}
label{
    margin-bottom: .8rem;
}
label.campo-form {
    width: 100%;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select {
    padding: 17px 40px;
    border-radius: 50px;
    border: #E5E5E5 1px solid;
    margin: 8px 0;
    width: 100%;
    background: #fff;
    font-size: 18px;
    -webkit-appearance: none;
}
span.wpcf7-list-item-label {
    line-height: 1rem;
}
span.wpcf7-form-control.wpcf7-checkbox {
    display: inline-flex;
    margin: 0.3rem -0.1rem 1rem -0.6rem;
}
input[type="text"],input[type="email"] {
    color: #767675;
}
::placeholder, select {
    color: #C4C4C4;
}
span.wpcf7-form-control-wrap.Howdidyouhearaboutus {
    color: #C4C4C4;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}
span.wpcf7-form-control-wrap.Howdidyouhearaboutus:after {
    content: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/arrow.svg);
    position: absolute;
    width: 15px;
    height: 15px;
    right: 45px;
    top: 5px;
    z-index: 0;
}
input.wpcf7-form-control.wpcf7-submit.btn-submit {
    margin-top: 0.4rem;
    border-radius: 25px 0px 25px 25px;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
    z-index: 99999999!important;
}
.swal2-container{
    z-index: 99999999!important;
}
.wpcf7-not-valid {
    border: 1px solid red !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}
.wpcf7-response-output, .screen-reader-response {
    display: none;
}
.wpcf7-response-output, .screen-reader-response {
    display: none;
}
.note-footer-form {
    font-size: 16px;
    color: #7f7f7f;
}

/*CALL TO ACTION 2*/
section.call-to-action2 {
    background: #f7c93c;
    margin: 0rem 0 0;
    padding: 6rem 0;
}
h3.h3titulo.call-to-action2-title {
    font-size: 38px;
    padding-left: 8rem;
    padding-bottom: 0;
}

.box-call-to-action2 {
    z-index: 2;
}
img.coin-call-to-action2 {
    position: absolute;
    margin: -13.5rem 0rem 0rem 0rem;
    width: 100%;
    z-index: 1;
}

/*FOOTER BLOCKS*/
section.footer-blocks {
    padding: 6rem 0;
    z-index: 9;
    position: relative;
}
section.footer-blocks a {
    color: #000 !important;
    text-decoration: none;
    font-size: 16px;
    transition: 0.5s; 
}
section.footer-blocks a:hover {
    opacity: 0.5;
    transition: 0.5s; 
}

a.btnfooter {
    font-weight: 900;
}
a.btnfooter {
    padding-left: 1rem;
    text-decoration: underline!important;
}
img.contact-icon.footer {
    float: none;
    padding: 0.5rem 1rem 1rem 0rem;
}
.menu-footer.desktop {
    display: block;
    line-height: 43px;
}
.menu-footer.mobile {
    display: none;
}
section.copyright a {
    color: #ffffff75;
    text-decoration: none;
    transition: 0.2s;
}
section.copyright a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

/* TOP INSIDE */
img.img-top-inside.desktop {
    width: 100%;
    /*top: -2.5rem;*/
    position: relative;
}
.container.top-inside-content {
    margin-top: -7rem;
    position: relative;
}
h1.title-inside {
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'gellixbold'!important;
}
h2.sub-title-inside {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-family: 'gellixbold'!important;
    text-transform: capitalize;
    padding-top: 1rem;
}
h3.sub-title-inside {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-family: 'gellixbold'!important;
    text-transform: capitalize;
    padding-top: 1rem;
}

/* PHOTO GUIDE */
section#top-inside {
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-top-inside.jpg);
    padding: 22rem 0 0;
    background-repeat: no-repeat;
}
img.img-arrow-left.photo-guide {
    position: absolute;
    width: 5%;
    margin: 5rem 0rem 0rem 0rem;
}
.steps-box-left {
    padding: 8rem 5rem 0 12rem;
}
.steps-box-right {
    padding: 11rem 12rem 0 5rem;
}

/* NO FLASH */
section.no-flash {
    background: #fffcf5;
    text-align: center;
    margin-top: 10rem;
}
h2.title-no-flash {
    font-size: 38px;
    line-height: 40px;
    text-align: center;
    font-family: 'gellixbold'!important;
    padding: 1rem 0;
}
p.text-no-flash {
    font-size: 18px;
    line-height: 30px;
}
.box-no-flash {
    position: relative;
    margin-top: -4rem;
    display: inline-block;
    padding-bottom: 3rem;
}

/* ABOUT US*/
section.content-wp {
    font-size: 18px;
    line-height: 30px;
    padding: 3rem 0;
}
section#team {
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-coin-team.jpg) #f7c93c;
    text-align: center;
    padding: 18rem 0 0;
    background-repeat: no-repeat;
    background-size: contain;
}
h2.h2titulo.title-team{
    padding-bottom: 10rem;
}

.bloco-team {
    background: #fff;
    padding: 3rem 2.6rem 2rem;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 10%);
    border-radius: 10px;
    min-height: 541px;
}
img.img-team {
    margin-top: -9.5rem;
}
h3.h3titulo.box-team-title {
    font-size: 25px;
    padding: 1rem 0 0 0;
    margin-bottom: 0;
}
.title-team p {
    font-size: 18px;
    line-height: 30px;
}
.slider-blocos-team.mobile.slick-initialized.slick-slider {
    display: none;
}

/* VÍDEO SESSION */
section.video {
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-video.jpg);
    text-align: center;
    padding: 40rem 0 0;
    margin-top: -30rem;
    background-repeat: no-repeat;
}

/* OUR PARTNERS */
section#our-partners {
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-coin-logos.png);
    text-align: center;
    padding: 7rem 0 5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -16rem;
}
.row.box-our-partners {
    padding: 2rem 10rem 0;
}
.logos2 {
    margin: -1rem 0 0 0;
    display: none;
}
img.img-logo-inside {
    width: 100%;
}

/* FAQ */
section.faq {
    padding: 0rem 0 6rem;
    text-align: center;
}
h2.h2titulo.faq-title {
    font-size: 36px;
    padding-bottom: 2.5rem;
    padding-top: 4rem;
}
form#searchform:before {
    content: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/search.svg);
    display: block;
    position: absolute;
    margin-left: 2.5rem;
    transition: 0.5s;
    margin-top: 2.3rem;
}
form#searchform {
    padding: 0px 25rem;
}
input#s {
    padding: 1.6rem 2rem 2rem 6rem;
    font-size: 24px;
}
.card.faq {
    margin-bottom: 0.8rem;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
}
h5.faq {
    text-align: left;
    padding: 0;
    margin: 0;
}
button.btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
}
.card-body{
    text-align: left;
    padding: 2rem 1.3rem;
    border-top: 1px solid #E7E7E7;
}
.card-header{
    background-color: #fff;
    border-bottom: none;
    border-radius: 10px;
    
}
.card-header:first-child {
    border-radius: 10px;
}
button.btn.arrow-faq {
    width: 100%;
    padding: 0.5rem 0.2rem;
}
.title-faq {
    text-align: left;
}
.panel-heading {
    padding: 0;
      border:0;
  }
  .panel-title>a, .panel-title>a:active{
    display: block;
    padding: 2rem 2rem;
    color: #000;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    background: #fff;
    border-radius: 10px;
      
  }
  .panel-heading a:before {
     content: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/arrow.svg);
     float: right;
     transition: all 0.5s;
  }
  .panel-heading.active a:before {
      /*-webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg);*/
      content: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/close.svg);
  } 

  a.collapsed {
    padding: 2rem 2rem;
    margin-bottom: 0;
}
.panel.panel-default {
    margin-bottom: 1rem;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
h4.panel-title {
    padding: 0;
    margin: 0;
}
.panel-body {
    text-align: left;
    padding: 2rem 2rem;
    border-top: 1px solid #E7E7E7;
    flex: 1 1 auto;
    font-size: 18px;
}



li.nav-item.menu-cliente.button_black {
    background: #000 !important;
    color: #fff; 
}

section#top-inside.top-inside-white{background: none !important; padding:0;}

section#top-inside.top-inside-white .top-inside-content{ margin:auto;padding: 360px 0 280px; background:url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/top-inside-img3.png) no-repeat -40px 265px  / 400px; position:relative; z-index:1;}

section#top-inside.top-inside-white .top-inside-content:before {
    position: absolute;
    height: 220px;
    width: 220px;
    right: 300px;
    display: block;
    top: 160px;
    content: "";
    background: url(dist/images/coin1-inherited-left6.png) no-repeat center center;
}

section#top-inside.top-inside-white .top-inside-content:after {
    position: absolute;
    height: 200px;
    width: 210px;
    display: block;
    right: 0;
    bottom: 0;
    content: "";
    background: url(dist/images/coin-call-to-action.png) no-repeat center center;
}

 .topblog_hero_titel h1.title-inside {
    font-size: 60px;
    line-height: 60px;
}
.top-inside-white .container.top-inside-content h1.title-inside {
    text-transform: none;
}


section.contact_blogbg {
    background: #FFFCF5;
    margin: -200px 0 0 0;
    padding: 100px 0 120px 0;    position: relative; 
}
.contact_blogtitel1 {
    text-align: center;
    margin: 0 0 50px 0px;
}
.contact_blogtitel1 h2 {
    font-size: 44px;
    font-weight: bold;
    padding: 0 0 40px;position: relative;
    z-index: 9;
}
.contact_blogtitel1 .what_next_heading {
    font-size: 44px;
    font-weight: bold;
    padding: 0 0 40px;position: relative;
    z-index: 9;
}
.contact_blogtitel1 p {
    font-size: 25px;
    font-weight: bold;    margin: 0 0 44px;
}

.contact_blogtitel1 hr {
    height: 2px;
    width: 44%;
    background: #000;
    margin: auto;
    display: block;
    opacity: 1;
}
.card-slider.slick-slide{ float:left;}
.slider-blocos-blog.slick-slider { 
    position: relative;
    padding: 0 50px;
    margin: 0;
}
.blog_page_thumbnail {
    overflow: hidden;
    padding: 65px 0;
    text-align: center;
    position: relative;
    border-radius: 50px;
    height: 360px;
}
.blog_box_post h2 {
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
    width: 50%;
    margin: auto;
}
span.post_blog_page_time {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 25px 0;
    display: block;
}

.postblog_more a {
    display: inline-block;
    color: #fff;
    border: 1px solid #F7C93C;
    font-size: 22px;
    text-decoration: none;
    border-radius: 4px;
    padding:14px 55px 17px;
    line-height: normal;
}

.single_textcontent li {
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 20px;
}
.blog_page_thumbnail:before{ content:""; display:block; position:absolute; background:#000; opacity:0.3; height:100%; width:100%; top:0;}

.blog_box_post {
    z-index: 9;
    position: relative;
}
.postblog_more a:hover {
    background: #F7C93C;
}


.slider-blocos-blog button.slick-arrow {
    font-size: 0;
    border: none;
    height: 50px;
    width: 25px;
    display: block;
    position: absolute;
    left:-50px;
    top: 50%;
    margin-top: -25px;
}

.slider-blocos-blog button.slick-arrow.slick-prev { background:url(dist/images/chevron-right1.png) no-repeat center center;}
.slider-blocos-blog button.slick-arrow.slick-next { background:url(dist/images/chevron-right2.png) no-repeat center center; left:auto; right:-50px;}

.slider-blocos-blog .slick-list  {
    overflow: hidden;
}


.contact_blogbg:before {
    position: absolute;
    height: 220px;
    width: 220px;
    left: 10px;
    display: block;
    bottom: 0;
    content: "";
    background: url(dist/images/maskgroup_slider1.png) no-repeat center center;
}

.contact_blog_articles .contact_blogtitel1.contact-title {
    margin: 80px 0 40px;
}

.blogarticles_thumbnailpost {
    height: 347px; display:block;
    width: 346px;
    border-radius: 310px;
    background-size: cover !important;
    margin: 2px auto auto auto;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.blogarticles_thumbnail img.lazyloaded {
    width: 350px;
    border-radius: 310px;
    height: 350px;
    margin: auto;
    display: block;
}

.blogarticles_thumbnail {
    background: url(dist/images/group38.png) no-repeat center center;
    display: block;
    padding: 51px 0 80px 45px;
}

.blogarticles_post span.post_blogarticles_time {
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 20px 0 10px;
}
.blogarticles_post a {
    font-size: 22px;
    text-align: center;
    width: 64%; text-decoration:none;
    margin: auto;
    color: #000;
    font-weight: 600;
    line-height: 26px; display:block;
}

 

.blogmore_button a {
    background: #000;
    color: #fff;
    border-radius: 150px;
    padding: 15px 70px 18px;
    right: 0;
    transition: 0.5s;
    font-size: 16px;
    text-decoration: none;
    margin: 25px auto 0 auto;
    display: table; 
}

.blogarticles_post {
    margin: 0 0 60px;
}
.podcast_pageination .navigation {
    margin: auto;
    display: table;
}
.podcast_pageination .navigation ul {
    list-style: none;
}



.podcast_pageination .navigation ul li {
    float: left;
    padding : 0 10px;
    display: block;
}

.podcast_pageination .navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    width: 32px;
    background: #fff;
    color: #000;
    padding: 3px 0 5px;
    border-radius: 40px;
    text-align: center;
}
.podcast_pageination .navigation ul li.active a{    background: #000;
    color: #fff;}


.podcast_pageination .navigation ul li.next_posts a {
    width: auto;
    background: none;
    color: #000;
}
.podcast_pageination .navigation ul li.previous_posts a {
    width: auto;
    background: none;
    color: #000;
}


section.single-top-inside {
    padding: 180px 0 0 0;
}


.single-top-inside h1.title-inside {
    text-transform: none;
}

.single-thumbnail {
    height: 335px;
    border-radius: 50px;
    margin: 40px 0;
}

.single_contactpadding hr {
    height: 2px;
    background: #000;
    border: none;
    display: block;
    opacity: 1;
    margin: 0 0 30px;
}
.single_testimonialbox {
    display: block;
    overflow: hidden;
}
.single_testimonialimg {
    display: block;
    float: left; margin: 0 20px 0 0;
}

.single_testimonialtext {
    float: left;
    padding: 5px 0 0 0;
}
ul.single_socialmediatop {
    padding: 0;
    margin: 0;
}
ul.single_socialmediatop {
    border: 1px solid #F7C93C;
    border-radius: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    float: right;
}
.single_testimonialtext h3 {
    font-size: 16px;
    font-weight: bold; 
    color: #000;
    margin: 0 0 3px;
}
.single_testimonialtext .author_title {
    font-size: 16px;
    font-weight: bold; 
    color: #000;
    margin: 0 0 3px;
}
.single_testimonialtext p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
}

ul.single_socialmediatop li a {
    height: 42px;
    width: 50px;
    display: block;
}
ul.single_socialmediatop li {
    float: left;padding: 0 10px;
}
ul.single_socialmediatop li.single_facebook a{ background:url(dist/images/facebook_icon.png) no-repeat center center;}
ul.single_socialmediatop li.single_twitter a{ background:url(dist/images/twitter_icon.png) no-repeat center center;}
ul.single_socialmediatop li.single_instagram a{ background:url(dist/images/instagram-icone-noir.png) no-repeat center center / 19px;}

ul.single_socialmediatop li.single_facebook {
    border-right: 1px solid #F7C93C;
}

.single_textcontent p {
    font-size: 20px;    line-height: 34px;
}

.single_textcontent {
    padding: 40px 0;
}
.single_right_contnet1 h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px;
}

.single_right_contnet1 h2 p {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 40px;
}
.single_right_contnet1 ul {
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}
.single_right_contnet1 ul li {
    font-size: 20px;
    margin: 0 0 15px;
    color: #000;
    position: relative; padding:0 0 0 30px;
}
.single_right_contnet1 ul li:before{top: 5px; content:""; height:20px; width:20px; display:block; background:#F7C93C; border-radius:100px;position:absolute; left:0;}

.single_right_contnet1 p {
    font-size: 20px;
    color: #000;
    line-height: 34px;
}




ul.single_socialmediatop.single_socialmediabottom {
    float: none;
    margin: 0 0 60px;
}
ul.single_socialmediatop.single_socialmediabottom li {
    width: 50%;
    text-align: center;
}

ul.single_socialmediatop.single_socialmediabottom li a {
    text-decoration: none;
    width: auto;
    display: table;
    margin: auto;
    font-size: 16px;
    padding: 17px 0 20px 30px;
    height: auto;
    background-position: left;
}
.single_left_tags h3{ font-size:16px; font-weight:bold; color:#000;}
.single_left_tags h3 a{ text-decoration:underline; color:#000;}

.single_contactpadding .single_left_tags hr {
    height: auto;
    border-top: 2px dotted #000;
    background: none;
}
.single_left_tags h3 {
    margin: 0 0 50px;
}
.single_testimonialbottom1 {
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}
.single_testimonialleft1 {
    float: left;
    padding: 0 20px 0 0;
}

.single_testimonialright1 p {
    font-size: 16px;
    margin: 0;
}


section.contact_blog_articles.contact_single_articles {
    border-top: 2px solid #000;
    margin: 110px 0 0 0;
}

.coinfully_left_img img.lazyloaded {
    width: 100%;
}
.inherited_page_titel {
    padding: 230px 0 180px;
}
.inherited_page_titel h2 {
    font-size: 80px;
    color: #000;font-family: 'gellixbold' !important;
    text-align: center;
    width: 71%;
    padding: 0 0 50px;
    line-height: 80px;
    margin: auto;
}
.inherited_page_titel p {
    font-size: 25px;
    text-align: center;
    width: 49%;
    margin: auto;
}
ul.inherited_page_button {
    display: table; 
    margin: auto;padding: 70px 0 0 0;
    list-style: none;
}
.inherited_page_button li {
    float: left;
    margin: 0 10px;
}

.inherited_page_button a.inherited_button1{border-radius: 150px; text-decoration:none;
    padding: 17px 40px 20px;   box-shadow: rgb(24 39 75 / 20%) 2px 2px 8px;   
    font-size: 16px;font-weight: bold;display: block;}
.inherited_page_button a.button1_yellow  {
    background: #F7C93C;
    color: #000; 
}
.inherited_page_button a.button2_black  {
    background: #000 ;
    color: #fff; 
}
.inherited_page_button a.button1_white  {
    background: #fff ;
    color: #000; 
}

.inherited_banner_wrapper {
    background: url(dist/images/inherited_banerbg.png) no-repeat right top / 88%;
}
section.inherited_banner_yellow1 {
    background: #F7C93C ; position:relative;
}
.inherited_banner_yellow1 .inherited_page_titel h2 {
    width: 80%;
}
.inherited_banner_yellow1 .inherited_page_titel h2 strong {
    color: #fff;font-family: 'gellixbold' !important;
}
.inherited_banner_yellow1 .inherited_page_titel p {
    width: 77%;
}
.inherited_banner_yellow1 .inherited_page_titel {
    padding: 120px 0 110px;
}
.inherited_banner_yellow1:before {
    bottom: -100px;
    content: "";
    height: 470px;
    width: 100%;
    display: block;
    background: url(dist/images/inherited_section2.png) no-repeat center bottom;
    position: absolute;
    left: 0;
}

section.inherited_section3 {
    padding: 150px 0;
}
.inherited_section3_titel h2 {
    text-align: center;
    font-size: 40px; font-family: 'gellixbold' !important;
    margin: 0 0 40px;
}
ul.inherited_section3_list {
    padding: 0;
    margin: 0;
}
.inherited_section3_list li {
    list-style: none;
    position: relative;
    padding: 0px 0 0px 130px;
    display: flex;
    height: 145px;
    align-items: center;
}
.inherited_section3_list li span{
    font-size: 24px;
    line-height: 30px;font-family: 'gellixbold' !important;
 
}

   
.inherited_section3_list li:nth-child(1):before { content:"1";}
.inherited_section3_list li:nth-child(2):before { content:"2";}
.inherited_section3_list li:nth-child(3):before { content:"3";}
.inherited_section3_list li:nth-child(4):before { content:"4";}

.inherited_section3_list li:before {
    position: absolute;
    left: 0;
        top: 30px;
    display: block;
    background: url(dist/images/ellipseleft2.png) no-repeat center top;
    height: auto;
    width: 93px;
    padding: 10px 0 25px;
    color: #F7C93C;
    font-size: 37px;
    text-align: center;
    font-weight: bold;
}

.inherited_section4_titel h2 {
    font-size: 44px;
    text-align: center; 
    margin: 0 0 130px;font-family: 'gellixbold' !important;
}
.inherited_section4_box {
    text-align: center;margin: 0 0 40px;
}
.inherited_section4_box h2 {
    font-size: 24px;
    line-height: 30px; 
    padding: 40px 0 10px;font-family: 'gellixbold' !important;
}
 
.inherited_section4_box p {
    font-size: 22px;
    line-height: 26px;
    margin: auto;
    width: 69%;
}
.inherited_section4_images {
    height: 290px;
    display: flex;
}
.inherited_section4_images img {
    display: block;
    margin: auto;
}
.inherited_section5_left h2 {
    font-size: 80px;
    line-height: 80px; font-family: 'gellixbold' !important;
}
.inherited_section5_left ul.inherited_page_button {
    margin: 0;
}
.inherited_section5_right p {
    font-size: 25px;
    line-height: 37px; margin: 0 0 20px;
}


.inherited_section5_rightimages {
    padding: 0 0 60px 70px;
    margin: -20px 0 0 0;
}
.inherited_section5_topimg {
    text-align: center;
}
.inherited_section5_topimg img {
    margin: 0 0 0 -80px;
}


.inherited_section5{position: relative; background:url(dist/images/inherited_section5_bg.png) no-repeat center bottom;   padding: 335px 0 210px;}

.inherited_section5:before {
    background: url(dist/images/inherited-left-bg.png) no-repeat left center;
    content: "";
    position: absolute;
    height: 715px;
    width: 525px;
    display: block;
    overflow: hidden;
    top: -500px;
    left: 0;
}
.inherited_section5right_coin{    position: absolute;
    right: 0;
    top: -130px;   }
.inherited_section5right_coin:before {
    background: url(dist/images/coin-inherited-right1.png) no-repeat left center;
    content: "";
    position: absolute;
    height: 195px;
    width: 195px;
    display: block;
    overflow: hidden;
    top: -70px;
    left: 430px;
    margin: 0 0 0 -255px;
}
.inherited_section5_topimg img {
    margin: 0 0 0 -240px;
}

section.inherited_section6_bg {
    text-align: center; background:url(dist/images/inherited_section6_bg.png) no-repeat center top;
}
.inherited_section6_bg p.txtcontent-testimonials {
    font-size: 25px;
    opacity: 70%;
    line-height: 37px;
}
.inherited_section6_bg h5.h3titulo.name-title {
    font-size: 42px;
    line-height: 42px;
}
.inherited_section6_bg .testimonials-box {
    padding: 140px 200px 330px;
}


.inherited_section7_titel h2 {
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;font-family: 'gellixbold' !important;
    margin: 0 0 50px;
}

.inherited_section7_titel h2 strong {
    color: #F7C93C;
    font-family: 'gellixbold' !important;
}
.inherited_section7_titel p {
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 37px;
}
.inherited_section7_titel {
    width: 90%;
    margin: auto;
    padding: 0 0 100px 0;
}
ul.inherited_section7_listul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.inherited_section7_listul li {
    position: relative;
    padding: 30px 0 74px 45px;
}
ul.inherited_section7_listul li h3 {
    color: #000;
    font-size: 24px;font-family: 'gellixbold' !important;
    line-height: 30px;
    margin: 0 0 20px;
}
ul.inherited_section7_listul li p {
    font-size: 25px;
    line-height: 37px;
    margin: 0;
}



ul.inherited_section7_listul li:before {
    height: 19px;
    width: 19px;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 36px;
    border-radius: 100px;
    background: #F7C93C;
}
.inherited_section7_list{ background:url(dist/images/boders-dashed.png) no-repeat center top;    padding: 25px 100px;}

ul.inherited_section7_listul li:nth-child(2) {
    margin: 10px 0 -10px;
}

.inherited_section7_boxbottom {
    border-radius: 50px;
    background: #F7C93C ;
    padding: 39px 160px;
    margin: 0 30px;
    display: block; position:relative;
}
.inherited_section7_boxbottom:before { background:url(dist/images/inherited-section7-bg1.png) no-repeat center top;height:395px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -30px;}
.inherited_section7_boxbottom h2 {
    color: #000; text-align:center;
    font-size: 28px;
    line-height: 34px;font-family: 'gellixbold' !important;
}
.inherited_section7_boxbottom h2 strong {font-family: 'gellixbold' !important;
    color: #fff;
}
.inherited_section7_boxbottom ul.inherited_page_button {
    padding: 35px 0 0 0;
}
.inherited_section7_boxbg {
    position: relative;
    z-index: 999;
}

section.inherited_section8_bg {
    margin: 220px 0 0;   overflow: hidden;
    display: block;
}

.inherited_section8_coins {
    margin: 0 0 0 -3%;
    padding: 130px 0;
    border: 1px solid #F7C93C;
    border-radius: 2000px; 
    display: block;    position: relative;
    width: 106%;
}


.inherited_section8_titel {
    text-align: center; position:relative;
}
.inherited_section8_titel h2 {
    line-height: 80px; 
    font-size: 80px;
    width: 55%;
    margin: auto; font-family: 'gellixbold' !important;
    padding: 0 0 50px;
}
.inherited_section8_titel h2 strong {
    color: #F7C93C;
    font-family: 'gellixbold' !important;
}
.inherited_section8_titel p {
    font-size: 25px;
    line-height: 37px;
    margin: auto;
    width: 66%;
}
.inherited_section8_titel p strong{font-family: 'gellixbold' !important;}



.inherited_section8_coinsul li:nth-child(1):before { content:"1";}
.inherited_section8_coinsul li:nth-child(2):before { content:"2";}
.inherited_section8_coinsul li:nth-child(3):before { content:"3";} 

.inherited_section8_coinsul li:before {
    position: absolute;
    left: 0;
        top: -50px;
    display: block;
    background: url(dist/images/ellipseleft3.png) no-repeat center top;
    height: auto;
    width: 186px;
    padding: 0px 0 36px;
    color: #F7C93C;
    font-size: 100px;
    text-align: center;
    line-height: normal;
    font-weight: bold;
}

ul.inherited_section8_coinsul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.inherited_section8_coinsul h3 {
    font-size: 25px;
    color: #000;
font-family: 'gellixbold' !important;	
    line-height: 30px;
    margin: 0;
    padding: 0 0 30px;
    width: 427px;
}
.inherited_section8_coinsul p {
    font-size: 23px;
    line-height: 37px;
    color: #000;
    margin: 0;
}

.inherited_section8_coinslist {
    padding: 130px 0 0 0;
}
.inherited_section8_coinsul li {
    position: relative;
    padding: 0 0px 70px 210px;
    width: 760px;
}

.inherited_section8_coinsul li:nth-child(1):after {
    position: absolute;
    right: -102px;
    top: 20px;
    display: block;
    background: url(dist/images/inherited_boders1.png) no-repeat right top;
    height: 325px;
    width: 225px;
    padding: 0;
    content: "";
}

.inherited_section8_coinsul li:nth-child(2) {
    float: right;
    clear: both;
    width: 645px;margin: 0 0 -130px 0;
}
.inherited_section8_coinsul li:nth-child(2):after {
    position: absolute;
    left: -605px;
    top: 30px;
    display: block;
    background: url(dist/images/inherited_boders2.png) no-repeat right top;
    height: 140px;
    width: 570px;
    padding: 0;
    content: "";
}
.inherited_section8_coinsul li:nth-child(3) {
    clear: both;
    margin: 0 0 0 70px;
    width: 840px;
}
.inherited_section8_coins ul.inherited_page_button {
    padding: 0;
}


.inherited_section8_coins:before {
    position: absolute;
    right: 240px;
    bottom: 130px;
    display: block;
    background: url(dist/images/top-inside-img3.png) no-repeat center top / 290px;
    height: 300px;
    width: 240px;
    padding: 0;
    content: "";
}
.inherited_section8_titel:after {
    position: absolute;
    right: 50px;
    top: -70px;
    display: block;
    background: url(dist/images/coin-call-to-action.png) no-repeat right top;
    height: 230px;
    width: 230px;
    padding: 0;
    content: "";
}

.inherited_section8_titel:before {
    position: absolute;
    left: -140px;
    top: 140px;
    display: block;
    background: url(dist/images/coin1-inherited-left1.png) no-repeat right top;
    height: 170px;
    width: 170px;
    padding: 0;
    content: "";
}
.inherited_banner_yellow1 .container {
    position: relative;
    z-index: 9;
}

.locations_hero {
    background: url(dist/images/locations_herobg.png) no-repeat center 105px;
    padding: 200px 0 100px;
}
.locations_hero_titel h2 {
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    margin: 0;font-family: 'gellixbold' !important;	
    padding: 0 0 80px;
}
.locations_hero_titel p {
    margin: auto;
    text-align: center;
    font-size: 25px;
    line-height: 37px;
    width: 60%;
}
 
.locations_hero hr {
    border-bottom: 2px solid #000;
    margin: 0;
    opacity: 1;
    width: 640px;
    margin: 155px auto auto auto;
}
.locations_maps_contnet{ display:block; height:711px; width:100%; }
.locations_maps_titel h2 {
    font-size: 72px;
    line-height: 72px;
    text-align: center;
    font-weight: bold;
    margin: 0;font-family: 'gellixbold' !important;	
    padding: 40px 0 30px;
}
.locations_maps_titel p {
    margin: auto;font-family: 'gellixbold' !important;	
    text-align: center;
    font-size: 25px;
    line-height: 25px; 
}
.locations_maps{ background:url(dist/images/large-collection.png) no-repeat center top; display:block; padding:55px 0 265px;}
section.locations_contactboxleft {
    padding: 110px 0 0;
}
.locations_contactboxtext h3 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'gellixbold' !important;
    margin: 0 0 25px;
}
.locations_contactboxtext p {
    font-size: 18px;
    line-height: 27px;
    color: #000;    margin: 0 0 40px
}
.locations_contactboxtext h4 {
    font-size: 24px;
    color: #000;
    font-family: 'gellixbold' !important;
}
.locations_contactboxtext ul.inherited_page_button {
    padding: 40px 0 0 0;
    margin: 0;
}
.locations_contactboxtext ul.inherited_page_button li {
    margin: 0;
}

.locations_contactboximg {
    background: url(dist/images/locations_imgbox1.png) no-repeat right top / auto ;
    display: block;
    overflow: hidden;
}
.locations_contactboxpadding {
    padding: 47px 34px 90px 75px;
    margin: auto;
    float: right;
}

.locations_contactboxpadding img {
    border-radius: 380px;
    overflow: hidden;
    display: block;
}

.locations_contactboxrow .row {
    align-items: center;
}

.locations_contactboximg.locations_contactboximgleft {
    float: left;
}

.locations_contactboxrow {
    margin: 0 0 100px;
}




ul.section-map { 
    list-style: none;
    padding: 0;    position: relative;
    margin: 0;
}
ul.section-map li img {
    width: 50px;
}
.section-map li.section-mapicon1 {
    position: absolute;
    top: -280px;
    display: block;
}
.section-map li.section-mapicon2 {
    position: absolute;
    top: -360px;
    display: block;
    left: 623px;
}
.section-map li.section-mapicon3 {
    position: absolute;
    top: -448px;
    display: block;
    right: 9px;
}
.section-map li.section-mapicon4 {
    position: absolute;
    top: -260px;
    display: block;
    right: 150px;
}
.territory-map {
	position: relative;
	z-index: 1;
	margin: 100px auto auto; 
}
 
.territory-map .map-img {
	width: 100%;
	min-height: 541px;
	max-width: 940px;
	margin: 0 auto
}

.territory-map:hover svg a>g, .territory-map:hover svg a>path {
	opacity: 0.7
}
.territory-map svg a:hover>g, .territory-map svg a:hover>path {
	opacity: 1
}
.territory-map:hover .maps_leftbottom1 a  {
	opacity: 0.7
}

.territory-map .maps_leftbottom1 a:hover  {
	opacity: 1
}


 
ul.legend-list {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
}
.legend-list li a {
    font-size: 24px;
    color: #000;
    text-decoration: none;
    padding: 10px 0 10px 78px;
    display: block;
}
.legend-list li.map-area-1 a{ background:url(dist/images/ellipse_icon3.png) no-repeat left center / 58px;}
.legend-list li.map-area-2 a{ background:url(dist/images/ellipse_icon4.png) no-repeat left center / 58px;}
.legend-list li.map-area-3 a{ background:url(dist/images/ellipse_icon2.png) no-repeat left center / 58px;}
.legend-list li.map-area-4 a{ background:url(dist/images/ellipse_icon1.png) no-repeat left center / 58px;}
.legend-list li.map-area-5 a{ background:url(dist/images/ellipse_icon5.png) no-repeat left center / 58px;}
.legend-list li.map-area-6 a {
    background: url(dist/images/ellipse_icon6.png) no-repeat left center / 58px;
}
.legend-list li.map-area-7 a{ background:url(dist/images/ellipse_icon7.png) no-repeat left center / 58px;}
ul.legend-list li {
    padding: 0 0 10px;
}


.section-map li.section-mapicon5 {
    position: absolute;
    top: -200px;
    display: block;
    left: 170px;
}
.section-map li.section-mapicon6 {
    position: absolute;
    top: -530px;
    display: block;
    left: 40px;
}
li.section-mapicon7 {
    position: absolute;
    bottom: 100px;
    display: block;
    left: 435px;
}

section#top-inside.aboutus-new-titel1 {
    padding: 260px 0 50px 0;
}
section#top-inside.aboutus-new-titel1 h2.h2titulo {
    text-align: center;
}
section.icons.aboutus2-icons {
    padding-top: 0;
}
section.aboutusnew_section3 {
    padding: 100px 0 0;
    text-align: center;
}
.we_care_description{font-size:22px; line-height: 30px !important;}
.aboutusnew_section3 ul.inherited_page_button {
    padding: 0;
}
section.aboutus_section3 {
    text-align: center;
    padding: 0 0 50px 0;
}
section.aboutusnew_section3.aboutusnew_section3padding {
    padding-bottom: 100px;
}
.aboutus_section3 .col-lg-4.col-sm-12.box-icons {
    padding-left: 15px;
    padding-right: 15px;
}

ul.aboutusnew_section9_list {
    text-align: left;
    padding: 0 0 40px;
    list-style: none;
    overflow: hidden;
    margin: auto;
    display: table;
    width: 96%;
}

ul.aboutusnew_section9_list li::before {
    content: url(dist/images/checklist1.png);
    display: block;
    position: absolute; left:0;     top: 2px;
}
.aboutusnew_section9_list li {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 21px;
    float: left;
    width: 50%;
    margin: 0 0 15px;
}
.col-lg-3.col-sm-12.colum-partiners.desktop {
    display: inline-block;
    width: 24.6%;
}

.maps_leftbottom1 {
    position: absolute;
    bottom: -120px;
}
.maps_leftbottomimg2{    margin: 50px 0 0 40px;
    position: relative;
    top: 40px;
}
.maps_leftbottom1 a {
    display: inline-block;
}

section.aboutus_video {
    margin-top: -10rem;
    padding: 23rem 0 260px;    margin-bottom: -130px;
}


.teamaboutus .title-team p.box_teamcontnet1 {
    margin: 0;
    min-height: 305px;
}

ul.inherited_page_button.aboutus_page_button {
    padding: 0;
}





section.inherited_section8_bg.aboutus_section8_bg {
    margin: 0;
}

.contact_blogbg .buttons {
    width: 20px;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: 126px;
    margin: 0 0 0 -130px;
}
.contact_blogbg .buttons button#toggle {
    border: none;
    background: none;
    font-size: 17px;
}



.contact_blogbg .buttons button#toggle div { 
    height: 19px;
    width: 19px;
    display: block;
}

.contact_blogbg .buttons button#toggle div.play{ background:url(dist/images/pause_icon.png) no-repeat center center / 15px;}

.contact_blogbg .buttons button#toggle div.pause{ background:url(dist/images/play_icon.png) no-repeat center center / 15px;}




h3.location_title_mobile {
    display: none;
}





.home_banner_video { position:relative;
    margin: 0 0 200px;
}
.home_banner_video iframe.lazyloaded {
    width: 100vw;
    height: 56.25vw;
}
.home_banner_video:before {
    position: absolute;
    height: 100%;
    width: 100%;    top: -8px;
    content: "";
    background-color: rgba(0,0,0,.18);
}


.home_banner_video video  {
    width: 100vw;
    height: 56.25vw;
}
.navbar-nav li.nav-item {
    margin: 0 0 0 30px;
}

.menu-main-menu-container .menu li {
    list-style: none;
    float: left;
    margin: 0 0 0 20px;
}
.menu-main-menu-container ul.menu {
    margin: 0;
    padding: 0;
}
.menu-main-menu-container .menu li a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-decoration: none;
}

.navbar-light .navbar-nav a.nav-link.headerbutton_white {
    background: #fff;
}





.header-white .navbar-light .navbar-nav a.nav-link.headerbutton_black {
    background:#000; color:#fff;
} 
.header-white .menu-main-menu-container .menu li a{ color:#000;}

.header-white.header-fixed .menu-main-menu-container .menu li a {
    color: #fff;
}





html body { overflow-x: hidden;}


.inherited_section7_list.appraisals_section7_list {
    background: none;
}
.inherited_section8_coinsul.appraisals_section8_coinsul li:nth-child(1):after{ display:none;}
.inherited_section8_coinsul.appraisals_section8_coinsul li:nth-child(2):after{ display:none;}
.inherited_section8_coinsul.appraisals_section8_coinsul li:nth-child(3):after{ display:none;}
.inherited_section8_coinsul.appraisals_section8_coinsul li:nth-child(4):after{ display:none;}



.inherited_section8_coinsul li:nth-child(4) {
    float: right;
    clear: both;
    width: 645px;
    margin: 0 0 -130px 0;
}

.inherited_section8_coinsul li:nth-child(5) {
    clear: both;
    margin: 0 0 0 70px;
    width: 840px;
}

.inherited_section8_coinsul li:nth-child(6) {
    float: right;
    clear: both;
    width: 645px;
    margin: 0 0 -130px 0;
}
.inherited_section8_coinsul li:nth-child(7) {
    clear: both;
    margin: 0 0 0 70px;
    width: 840px;
}

.inherited_section8_coinsul li:nth-child(8) {
    float: right;
    clear: both;
    width: 645px;
    margin: 0 0 -130px 0;
}
.inherited_section8_coinsul li:nth-child(9) {
    clear: both;
    margin: 0 0 0 70px;
    width: 840px;
}


 
ul.inherited_section8_coinsul.appraisals_section8_coinsul {
    display: inline-block;
    width: 100%;
    margin: 0 0 310px;
}
.inherited_section8_coinsul li:nth-child(4):before {
    content: "4";
}
.inherited_section8_coinsul li:nth-child(5):before {
    content: "5";
}
.inherited_section8_coinsul li:nth-child(6):before {
    content: "6";
}
.inherited_section8_coinsul li:nth-child(7):before {
    content: "7";
}

section.inherited_section6_bg.inherited_section6_bg2 { 
    background: url(dist/images/inherited_section6_bg2.png) no-repeat center top;
}

.coinfully_left_img {
    border-radius: 50px;
    overflow: hidden;
}

.single_testimonialleft1 img.lazyloaded {
    border-radius: 100%;
}














/* Smartphones Small 1*/
@media (min-width: 0px) and (max-width: 319px) {

}

/* Smartphones Small 2*/
@media (min-width: 320px) and (max-width: 375px) {
	img.img-banner{
		width:0px!important;
		height:0px!important;
        display:none!important;
	}
    body {
        font-size: 16px;
        line-height: 20px;
    }
    header.header-fixed img.logo{
        margin-left: 0rem;
    }
    .navbar-nav{
        display: block;
        position: relative;
        margin: 0 1rem 0 0;
    }
    #navbarNavDropdown{
        margin: 0 -35px 0 0!important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 11px 12px!important;
    }
    li.nav-item a.nav-link.btn-separado {
        padding: 10px 11px 12px!important;
    }
	.menu-main-menu-container .menu li a {font-size: 13px;}
    .carousel-caption{
        top: 5rem!important;
    }
    h1.h1titulo-banner{
        font-size: 25px!important;
        line-height: 25px!important;
        width: 70%!important;
    }
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/vetor1-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 19rem!important;
        margin-top: -5rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 20px;
        font-size: 16px;
        text-align: center;
        padding-top: 3rem;
    }
    .content-img1{
        padding: 1rem 4rem!important;
    }
    h2.h2titulo{
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
    }
    h3.h3titulo {
        font-size: 20px;
        font-weight: 800;
        line-height: 25px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: center;
    }
    p.checklist{
        font-size: 18px;
    }
    button.botao1.get {
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    p.subtitulobanner{
        font-size: 16px!important;
        line-height: 20px!important;
        padding: 1rem 0 0;
        width: 100%!important;
    }
    .botao1, .botao2{
        font-size: 16px!important;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    p.checklist {
        font-size: 14px!important;
    }
    section.icons {
        padding: 2rem 0 2rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-content2-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 8rem!important;
        background-size: 100%;
    }
    .box-icons {
        padding: 2rem 0 0rem 0;
    }
    section.icons h2.h2titulo {
        padding: 0 0rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0 0;
    }
    section.call-to-action1 {
        padding: 3rem 0 3.5rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg01-mobile.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 2rem 0 2rem 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: none;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: inline-block;
    }
    img.coin-call-to-action {
        display: none;
    }

    section.steps {
        padding: 6rem 0 3rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 3rem 1rem 0;
        text-align: center;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 1rem 0rem;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
        font-size: 25px;
    }
    p.txtcontent-steps {
        font-size: 16px;
        padding: 2rem 0 0;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 40rem;
        display: none;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -5rem;
        display: none;
    }
    .content-btn {
        /*margin: 7rem -12rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;*/
        display:none;
    }
    .menu-footer.desktop {
        display: none;
    }
    .menu-footer.mobile {
        display: block;
        text-align: center;
        padding-bottom: 2rem;
    }
    .col-lg-4.col-sm-12.left.menu-footer{
        text-align: center!important;
        padding-bottom: 2rem;
    }

    section.testimonials {
        padding: 5rem 0 3rem;
        text-align: center;
        background: /*url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-testimonais-mobile.png)*/ #fffcf5;
        background-repeat: no-repeat;
        background-position: 14rem 55rem;
        /* background-size: 100%; */
    }
    .testimonials-box {
        padding: 0rem 0.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    /*.col-lg-12.col-sm-12.testimonials-box {
        opacity: 0;
    }
    .card-depoimentos.slick-slide.slick-current.slick-active .col-lg-12.col-sm-12.testimonials-box {
        opacity: 1;
    }*/

    section.download {
        background: #fffcf5;
        margin: 7rem 0 0;
        padding: 3rem 0;
    }
    img.coin-download {
        position: absolute;
        /* margin: -11.5rem 0rem 0rem 100rem; */
        width: 100%;
        z-index: 1;
        display: none;
    }
    img.download-img {
        position: relative;
        margin: -8rem 0rem 0rem 0rem;
        width: 100%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
        padding-right: 1rem;
        line-height: 30px;
    }

    section.contact {
        padding: 2rem 0 2rem;
        color: #000;
        background-color: #fff;
    }
    .box-contact {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 10px 0px 0px 10px;
        padding: 2rem 1rem 2rem;
        margin-right: 0px;
    }
    .col-lg-6.col-sm-12.box-contact2 {
        display: none;
    }
    p.txt-contact {
        font-size: 16px!important;
        padding-bottom: 0rem!important;
        line-height: 20px;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select {
        padding: 17px 30px;
        border-radius: 50px;
        border: #E5E5E5 1px solid;
        margin: 8px 0;
        width: 100%;
        background: #fff;
        font-size: 16px;
        -webkit-appearance: none;
    }
    .botao2-form{
        font-size: 16px;
        padding: 15px 40px;
    }
    
    img.coin-call-to-action2{
        margin: -10rem 0rem 0rem 0rem;
    }
    h3.h3titulo.call-to-action2-title {
        font-size: 20px;
    padding-left: 0;
    padding-bottom: 1rem;
    margin-top: -2rem;
    }
    button.botao2.get.call-to-action2-btn {
        width: 100%;
    }
    section.call-to-action2{
        padding: 6rem 0 4rem;
    }

    section.footer-blocks {
        padding: 5rem 0 3rem;
    }
    .col-lg-3.col-sm-6.left.menu-footer {
        width: 50%;
        padding-bottom: 2rem;
    }
    img.logo-footer {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-bottom: 3rem;
    }
    section.footer-blocks a{
        font-size: 12px;
    }
    .menu-footer-contact {
        text-align: center;
    }

    .col-lg-6.col-sm-12.left.copy {
        text-align: center;
    }
    .col-lg-6.col-sm-12.right.copy {
        text-align: center;
    }
    p.checklist::before {
        margin-top: 0.3rem;
    }

    section#top-inside {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-top-inside-mobile.jpg);
        padding: 15rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .container.top-inside-content {
        margin-top: 0rem;
        position: relative;
    }
    h1.title-inside {
        font-size: 30px;
        line-height: 35px;
    }
    h3.sub-title-inside{
        padding-top: 0rem;
    }

    section.no-flash{
        margin-top: 5rem;
    }
    h2.title-no-flash {
        font-size: 25px;
        line-height: 25px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section.content-wp {
        font-size: 16px;
        line-height: 20px;
        padding: 3rem 0 0;
        text-align: justify;
    }
    section#team {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-coin-team-mobile.jpg) #f7c93c;
        text-align: center;
        padding: 15rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    h2.h2titulo.title-team {
        padding-bottom: 2rem;
    }
    .box-team.desktop {
        display: none;
    }
    .title-team p {
        font-size: 16px;
        line-height: 20px;
    }

    .slider-blocos-team{
        max-width:100%;
        margin:0 auto;
        overflow:hidden;
        padding: 7rem 0rem;
    }
    .bloco-team {
        padding: 3rem 0.6rem 2rem;
        min-height: 450px;
        margin: 1rem;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider {
        display: block;
    }

    section.video{
        margin-top: -30rem;
        padding: 28rem 0 0;
    }

    section#our-partners {
        background: #fff;
        padding: 5rem 0 1rem;
    }
    .logos2 {
        margin: -1rem 0 0 0;
        display: block;
    }
    .col-lg-12.col-sm-12.logos-about-box {
        padding: 0rem 0 3rem;
        margin: 0;
    }
    .colum-partiners.desktop {
        display: none;
    }
    .col-lg-2.col-sm-12.colum-partiners {
        width: 50%;
        padding: 0;
    }
    .row.box-our-partners {
        padding: 0rem 0 0;
    }
    .box-team {
        padding: 0rem 0.5rem 1rem!important;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }
    
    
    
}

/* Smartphones Small*/
@media (min-width: 376px) and (max-width: 405px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 10px 12px!important;
    }
    li.nav-item a.nav-link.btn-separado {
        padding: 10px 35px 12px!important;
    }
	img.img-banner{
		width:0px!important;
		height:0px!important;
        display:none!important;
	}
}
/* Smartphones Small*/
@media (min-width: 376px) and (max-width: 414px) {
    body{
    line-height: 20px!important;
    font-size: 16px!important;
    }
	img.img-banner{
		width:0px!important;
		height:0px!important;
        display:none!important;
	}
    header.header-fixed img.logo{
        margin-left: 0rem;
    }
    .navbar-nav{
        display: block;
        position: relative;
        margin: 0 1rem 0 0;
    }
    #navbarNavDropdown{
        margin: 0 -35px 0 0!important;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 13px 12px!important;
    }
li.nav-item a.nav-link.btn-separado {
    padding: 10px 13px 12px!important;
}
    h1.h1titulo-banner {
        font-size: 30px!important;
        line-height: 30px!important;
        width: 80%!important;
    }
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/vetor1-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 22rem!important;
        margin-top: -5rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 25px;
        font-size: 18px;
        text-align: center;
        padding-top: 3rem;
    }
    .content-img1{
        padding: 1rem 4rem!important;
    }
    h2.h2titulo{
        font-size: 25px!important;
        font-weight: 700;
        line-height: 30px!important;
        text-align: center;
    }
    h3.h3titulo {
        font-size: 20px;
        font-weight: 800;
        line-height: 25px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: center;
    }

    button.botao1.get {
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    p.subtitulobanner {
        font-size: 16px!important;
        line-height: 20px;
        padding: 1rem 0 0;
        width: 100%!important;
    }
    .botao1, .botao2{
        font-size: 16px!important;
        width: 100%;
        margin-bottom: 0.5rem;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 20px!important;
        font-size: 16px!important;
        text-align: center;
        padding-top: 3rem;
    }
    p.checklist {
        font-size: 14px!important;
    }
    section.icons {
        padding: 2rem 0 2rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-content2-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 4rem!important;
        background-size: 100%;
    }
    .box-icons {
        padding: 2rem 1rem 0rem 1rem;
    }
    section.icons h2.h2titulo {
        padding: 0 1rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0 0;
    }

    section.call-to-action1 {
        padding: 3rem 0 3rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg01-mobile.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 2rem 0 2rem 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: none;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: inline-block;
    }
    img.coin-call-to-action {
        display: none;
    }

    section.steps {
        padding: 6rem 0 0rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 3rem 1rem 0;
        text-align: center;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 1rem 0rem;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
        font-size: 25px;
    }
    p.txtcontent-steps {
        font-size: 16px;
        padding: 2rem 0 0;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 40rem;
        display: none;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -5rem;
        display: none;
    }
    .content-btn {
        margin: 3rem 0 -2rem;
    position: relative;
        display: inline-block;
        text-align: center;
    }
    section.testimonials {
        padding: 5rem 0 6rem;
        text-align: center;
        background: /*url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-testimonais-mobile.png) */#fffcf5;
        background-repeat: no-repeat;
        background-position: 17rem 50rem!important;
        /* background-size: 100%; */
    }
    .testimonials-box {
        padding: 0rem 0.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    /*.col-lg-12.col-sm-12.testimonials-box {
        opacity: 0;
    }
    .card-depoimentos.slick-slide.slick-current.slick-active .col-lg-12.col-sm-12.testimonials-box {
        opacity: 1;
    }*/

    section.download {
        background: #fffcf5;
        margin: 7rem 0 0;
        padding: 3rem 0;
    }
    img.coin-download {
        position: absolute;
        /* margin: -11.5rem 0rem 0rem 100rem; */
        width: 100%;
        z-index: 1;
        display: none;
    }
    img.download-img {
        position: relative;
        margin: -8rem 0rem 0rem 0rem;
        width: 100%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
        padding-right: 1rem;
        line-height: 30px;
    }

    section.contact {
        padding: 3rem 0 2rem;
        color: #000;
        background-color: #fff;
    }
    .box-contact {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 10px 0px 0px 10px;
        padding: 2rem 1rem 2rem;
        margin-right: 0px;
    }
    .col-lg-6.col-sm-12.box-contact2 {
        display: none;
    }
    p.txt-contact {
        font-size: 16px!important;
        padding-bottom: 0rem!important;
        line-height: 20px;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select {
        padding: 17px 30px;
        border-radius: 50px;
        border: #E5E5E5 1px solid;
        margin: 8px 0;
        width: 100%;
        background: #fff;
        font-size: 16px;
        -webkit-appearance: none;
    }
    .botao2-form{
        font-size: 16px;
        padding: 15px 40px;
    }
    section.contact h2.h2titulo.contact-title {
        font-size: 40px!important;
    }
    
    img.coin-call-to-action2{
        margin: -10rem 0rem 0rem 0rem;
    }
    h3.h3titulo.call-to-action2-title {
        font-size: 25px;
        padding-left: 0;
        padding-bottom: 2rem;
        margin-top: -2rem;
    }
    button.botao2.get.call-to-action2-btn {
        width: 100%;
    }
    section.call-to-action2{
        padding: 6rem 0 4rem;
    }

    section.footer-blocks {
        padding: 4rem 0 3rem;
    }
    .col-lg-3.col-sm-6.left.menu-footer {
        width: 50%;
        padding-bottom: 2rem;
    }
    img.logo-footer {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-bottom: 3rem;
    }
    section.footer-blocks a{
        font-size: 12px;
    }
    .menu-footer-contact {
        text-align: center;
    }
    .col-lg-4.col-sm-12.left.menu-footer{
        text-align: center!important;
        padding-bottom: 2rem;
    }
    
    .col-lg-6.col-sm-12.left.copy {
        text-align: center;
    }
    .col-lg-6.col-sm-12.right.copy {
        text-align: center;
    }
    p.checklist::before {
        margin-top: 0.3rem;
    }
    .menu-footer.desktop {
        display: none;
    }
    .menu-footer.mobile {
        display: block;
        text-align: center;
        padding-bottom: 2rem;
    }

    section#top-inside {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-top-inside-mobile.jpg);
        padding: 15rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .container.top-inside-content {
        margin-top: 0rem;
        position: relative;
    }
    h1.title-inside {
        font-size: 30px;
        line-height: 35px;
    }
    h3.sub-title-inside{
        padding-top: 0rem;
    }

    section.no-flash{
        margin-top: 5rem;
    }
    h2.title-no-flash {
        font-size: 40px;
        line-height: 40px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section.content-wp {
        font-size: 16px;
        line-height: 20px;
        padding: 3rem 0 0;
        text-align: justify;
    }
    section#team {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-coin-team-mobile.jpg) #f7c93c;
        text-align: center;
        padding: 16rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    h2.h2titulo.title-team {
        padding-bottom: 9rem;
    }
    .box-team.desktop {
        display: none;
    }
    h2.h2titulo.our-partners {
        font-size: 40px!important;
    }
    .title-team p {
        font-size: 16px;
        line-height: 20px;
    }

    .slider-blocos-team{
        max-width:100%;
        margin:0 auto;
        overflow:hidden;
        padding: 7rem 0rem;
    }
    .bloco-team {
        padding: 3rem 0.6rem 2rem;
        min-height: 450px;
        margin: 1rem;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider {
        display: block;
    }

    section.video{
        margin-top: -30rem;
        padding: 28rem 0 0;
    }

    section#our-partners {
        background: #fff;
        padding: 5rem 0 1rem;
    }
    .logos2 {
        margin: -1rem 0 0 0;
        display: block;
    }
    .col-lg-12.col-sm-12.logos-about-box {
        padding: 0rem 0 3rem;
        margin: 0;
    }
    .colum-partiners.desktop {
        display: none;
    }
    .col-lg-2.col-sm-12.colum-partiners {
        width: 50%;
        padding: 0;
    }
    .row.box-our-partners {
        padding: 0rem 0 0;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider{
        display: block;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }
}

/* Smartphones */
@media (min-width: 415px) and (max-width: 480px) {
    body{
        line-height: 25px!important;
        font-size: 18px!important;
        }
		img.img-banner{
            width:0px!important;
            height:0px!important;
            display:none!important;
        }
        header.header-fixed img.logo{
            margin-left: 0rem;
        }
        .navbar-nav{
            display: block;
            position: relative;
            margin: 0 1rem 0 0;
        }
        .navbar-light .navbar-nav .nav-link {
            padding: 10px 20px 12px!important;
        }
        li.nav-item a.nav-link.btn-separado {
            padding: 10px 40px 12px!important;
        }
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/vetor1-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 30rem!important;
        margin-top: -5rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 25px;
        font-size: 18px;
        text-align: center;
        padding-top: 2rem;
    }
    .content-img1{
        padding: 1rem 4rem!important;
    }
    h2.h2titulo{
        font-size: 40px!important;
        font-weight: 700;
        line-height: 45px!important;
        text-align: center;
    }
    h3.h3titulo {
        font-size: 28px;
        font-weight: 800;
        line-height: 33px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: center;
    }
    p.checklist{
        font-size: 18px;
    }
    button.botao1.get {
        margin-top: 3rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    section.icons {
		background-position: 0px 12rem!important;
        padding: 2rem 0 2rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-content2-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 6rem;
        background-size: 100%;
    }
    .box-icons {
        padding: 2rem 4rem 0rem 4rem;
    }
    section.icons h2.h2titulo {
        padding: 0 3rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0 0;
    }

    section.call-to-action1 {
        padding: 3rem 0 3rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg01-mobile.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: 110%;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 2rem 0 2rem 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: none;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: inline-block;
    }
    img.coin-call-to-action {
        display: none;
    }

    section.steps {
        padding: 6rem 0 6rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 3rem 1rem 0;
        text-align: center;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 1rem 0rem;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
        font-size: 40px;
        line-height: 40px;
    }
    p.txtcontent-steps {
        font-size: 16px;
        padding: 2rem 0 0;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 40rem;
        display: none;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -5rem;
        display: none;
    }
    .content-btn {
        margin: 3rem -12.2rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }

    section.testimonials {
        padding: 6rem 0 6rem;
        text-align: center;
        background: /*url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-testimonais-mobile.png)*/ #fffcf5;
        background-repeat: no-repeat;
        background-position: 14rem 55rem;
        /* background-size: 100%; */
    }
    .testimonials-box {
        padding: 0rem 0.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    /*.col-lg-12.col-sm-12.testimonials-box {
        opacity: 0;
    }
    .card-depoimentos.slick-slide.slick-current.slick-active .col-lg-12.col-sm-12.testimonials-box {
        opacity: 1;
    }*/

    section.download {
        background: #fffcf5;
        margin: 7rem 0 0;
        padding: 3rem 0;
    }
    img.coin-download {
        position: absolute;
        /* margin: -11.5rem 0rem 0rem 100rem; */
        width: 100%;
        z-index: 1;
        display: none;
    }
    img.download-img {
        position: relative;
        margin: -8rem 0rem 0rem 0rem;
        width: 100%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
        padding-right: 1rem;
        line-height: 30px;
    }
    
    section.contact {
        padding: 2rem 0 2rem;
        color: #000;
        background-color: #fff;
    }
    .box-contact {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 10px 0px 0px 10px;
        padding: 2rem 1rem 2rem;
        margin-right: 0px;
    }
    .col-lg-6.col-sm-12.box-contact2 {
        display: none;
    }
    p.txt-contact {
        font-size: 16px!important;
        padding-bottom: 0rem!important;
        line-height: 20px;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select {
        padding: 17px 30px;
        border-radius: 50px;
        border: #E5E5E5 1px solid;
        margin: 8px 0;
        width: 100%;
        background: #fff;
        font-size: 16px;
        -webkit-appearance: none;
    }
    .botao2-form{
        font-size: 16px;
        padding: 15px 40px;
    }
    section.contact h2.h2titulo.contact-title {
        font-size: 40px!important;
    }
    
    img.coin-call-to-action2{
        margin: -9rem 0rem 0rem 0rem!important;
    }
    h3.h3titulo.call-to-action2-title {
        font-size: 30px;
        padding-left: 0;
        padding-bottom: 2rem;
        margin-top: 0rem;
    }
    button.botao2.get.call-to-action2-btn {
        width: 100%;
    }
    section.call-to-action2{
        padding: 6rem 0 6rem;
    }

    section.footer-blocks {
        padding: 4rem 0 3rem;
    }
    .col-lg-3.col-sm-6.left.menu-footer {
        width: 50%;
        padding: 0 0rem 2rem 3rem!important;
    }
    img.logo-footer {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-bottom: 3rem;
    }
    section.footer-blocks a{
        font-size: 14px;
    }
    .menu-footer-contact {
        text-align: center;
    }
    .col-lg-4.col-sm-12.left.menu-footer{
        text-align: center!important;
        padding-bottom: 2rem;
    }
    
    .col-lg-6.col-sm-12.left.copy {
        text-align: center;
    }
    .col-lg-6.col-sm-12.right.copy {
        text-align: center;
    }
    p.checklist::before {
        margin-top: 0.3rem;
    }
    .menu-footer.desktop {
        display: none;
    }
    .menu-footer.mobile {
        display: block;
        text-align: center;
        padding-bottom: 2rem;
    }

    section#top-inside {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-top-inside-mobile.jpg);
        padding: 15rem 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .container.top-inside-content {
        margin-top: 0rem;
        position: relative;
    }
    h1.title-inside {
        font-size: 40px;
        line-height: 35px;
    }
    h3.sub-title-inside{
        padding-top: 0rem;
    }
    
    section.no-flash{
        margin-top: 3rem;
    }
    h2.title-no-flash {
        font-size: 40px;
        line-height: 40px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section.content-wp {
        font-size: 18px;
        line-height: 25px;
        padding: 3rem 0 0;
        text-align: justify;
    }
    section#team {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-coin-team-mobile.jpg) #f7c93c;
        text-align: center;
        padding: 19rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    h2.h2titulo.title-team {
        padding-bottom: 2rem;
    }
    .box-team.desktop {
        display: none;
    }
    .title-team p {
        font-size: 16px;
        line-height: 20px;
    }

    .slider-blocos-team{
        max-width:100%;
        margin:0 auto;
        overflow:hidden;
        padding: 7rem 0rem;
    }
    .bloco-team {
        padding: 3rem 3rem 2rem;
        min-height: 450px;
        margin: 1rem;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider {
        display: block;
    }

    section.video{
        margin-top: -30rem;
        padding: 28rem 0 0;
    }

    section#our-partners {
        background: #fff;
        padding: 5rem 0 1rem;
    }
    .logos2 {
        margin: -1rem 0 0 0;
        display: block;
    }
    .col-lg-12.col-sm-12.logos-about-box {
        padding: 0rem 0 3rem;
        margin: 0;
    }
    .colum-partiners.desktop {
        display: none;
    }
    .col-lg-2.col-sm-12.colum-partiners {
        width: 50%;
        padding: 0;
    }
    .row.box-our-partners {
        padding: 0rem 0 0;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }
}

/* Screen Small*/
@media (min-width: 481px) and (max-width: 719px) {
    body {
        font-size: 16px!important;
    }
    .carousel-inner.tablet {
        display: block!important;
    }
    .carousel-inner.desktop {
        display: none;
    }
    .carousel-inner.mobile {
        display: none!important;
    }

    img.desktop {
        display: none;
    }
    header img.logo{
        -webkit-transform: scale(0.7);
        margin-left: -25px;
    }
    .navbar {
        margin: 18px -20px 18px 0px!important;
    }
    .navbar-light .navbar-toggler{
        display: block;
    }
    .w-100{
        height: auto;
    }
    li.nav-item.menu-cliente{
        padding: 10px 15px 12px;
        
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 12px!important;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #F7C93C;
    }
    header.header-fixed .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        background: #F7C93C;
    }
    header.header-fixed li.nav-item.menu-cliente:hover {
        color: #fff;
        background: #F7C93C;
    }

    header.header-fixed .navbar-light .navbar-nav .nav-link{
        color: #000;
        background: #fff;
    }
    header.header-fixed li.nav-item.menu-cliente {
        color: #000!important;
        margin: 12px 0 10px!important;
    }
    img.img-banner{
        display: block;
    }

    .navbar-light .navbar-toggler{
        display: none;
    }
 
    a.nav-link{
        font-size: 16px;
    }
    
    h1.h1titulo-banner{
        font-size: 50px;
        line-height: 50px;
    }
    .carousel-caption{
        top: 12rem!important;
        display: block!important;
    }
    p.subtitulobanner{
        padding: 15px 0 0px!important;
        font-size: 18px;
        line-height: 24px;
    }

    .botao2, .botao1{
        font-size: 14px;
        padding: 15px 25px 17px!important;
    }
    .block-logos1, .block-logos2, .block-logos3, .block-logos4{
        padding: 1rem;
    }
    .bloco-logo{
        padding: 1.5rem 1rem;
    }
    img.img-conteudo {
        width: 100%!important;
    }
    .bloco-logo{
        padding: 2rem 2rem!important;
    }
    h2.h2titulo {
        font-size: 35px!important;
        line-height: 35px!important;
    }

    .mobile {
        display: block!important;
    }

    .espaco-texto-banner {
        width: 100%;
    }
    li.nav-item.mobile {
        display: none!important;
    }
    
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/vetor1-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 26rem!important;
        margin-top: -8rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 25px;
        font-size: 16px;
        text-align: center;
        padding-top: 3rem;
    }
    .content-img1{
        padding: 1rem 4rem!important;
    }
    h2.h2titulo{
        font-size: 40px;
        font-weight: 700;
        line-height: 45px;
        text-align: center;
    }
    h3.h3titulo {
        font-size: 30px;
        font-weight: 800;
        line-height: 35px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: center;
    }
    p.checklist{
        font-size: 16px;
    }
    button.botao1.get {
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    .logos {
        padding: 2rem 0 0 0;
    }
    button.botao1.get {
        margin-top: 3rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    section.icons {
        padding: 2rem 0 2rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-content2-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 5rem;
        background-size: 100%;
    }
    .box-icons {
        padding: 2rem 4rem 0rem 4rem;
    }
    section.icons h2.h2titulo {
        padding: 0 3rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0 0;
    }

    section.call-to-action1 {
        padding: 3rem 0 3rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg01-mobile.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: 110%;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 2rem 0 3rem 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: none;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: inline-block;
    }
    img.coin-call-to-action {
        display: none;
    }

    section.steps {
        padding: 6rem 0 6rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 3rem 1rem 0;
        text-align: center;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 1rem 0rem;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
        font-size: 40px;
        line-height: 40px;
    }
    p.txtcontent-steps {
        font-size: 16px;
        padding: 2rem 0 0;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 40rem;
        display: none;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -5rem;
        display: none;
    }
    .content-btn {
        margin: 4.5rem -10.2rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }

    section.testimonials {
        padding: 6rem 0 6rem;
        text-align: center;
        background: /*url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-testimonais-mobile.png)*/ #fffcf5;
        background-repeat: no-repeat;
        background-position: 14rem 55rem;
        /* background-size: 100%; */
    }
    .testimonials-box {
        padding: 0rem 0.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }

    section.download {
        background: #fffcf5;
        margin: 7rem 0 0;
        padding: 3rem 0;
    }
    img.coin-download {
        position: absolute;
        /* margin: -11.5rem 0rem 0rem 100rem; */
        width: 100%;
        z-index: 1;
        display: none;
    }
    img.download-img {
        position: relative;
        margin: -8rem 0rem 0rem 0rem;
        width: 100%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
        padding-right: 1rem;
        line-height: 30px;
    }

    section.contact {
        padding: 2rem 0 2rem;
        color: #000;
        background-color: #fff;
    }
    .box-contact {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 10px 0px 0px 10px;
        padding: 2rem 1rem 2rem;
        margin-right: 0px;
    }
    .col-lg-6.col-sm-12.box-contact2 {
        display: none;
    }
    p.txt-contact {
        font-size: 16px!important;
        padding-bottom: 0rem!important;
        line-height: 20px;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select {
        padding: 17px 30px;
        border-radius: 50px;
        border: #E5E5E5 1px solid;
        margin: 8px 0;
        width: 100%;
        background: #fff;
        font-size: 16px;
        -webkit-appearance: none;
    }
    .botao2-form{
        font-size: 16px;
        padding: 15px 40px;
    }
    section.contact h2.h2titulo.contact-title {
        font-size: 40px!important;
    }
    
    img.coin-call-to-action2{
        margin: -11rem 0rem 0rem 0rem!important;
        display: none!important;
    }
    h3.h3titulo.call-to-action2-title {
        font-size: 30px;
        padding-left: 0;
        padding-bottom: 2rem;
        margin-top: 0rem;
    }
    button.botao2.get.call-to-action2-btn {
        width: 100%;
    }
    section.call-to-action2{
        padding: 6rem 0 6rem;
    }

    section.footer-blocks {
        padding: 4rem 0 3rem;
    }
    .col-lg-3.col-sm-6.left.menu-footer {
        width: 50%;
        padding: 0 0rem 2rem 3rem!important;
    }
    img.logo-footer {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-bottom: 3rem;
    }
    section.footer-blocks a{
        font-size: 14px;
    }
    .menu-footer-contact {
        text-align: center;
    }
    .col-lg-4.col-sm-12.left.menu-footer{
        text-align: center!important;
        padding-bottom: 2rem;
    }
    
    .col-lg-6.col-sm-12.left.copy {
        text-align: center;
    }
    .col-lg-6.col-sm-12.right.copy {
        text-align: center;
    }
    .menu-footer.mobile {
        display: none!important;
    }

    section#top-inside {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-top-inside-tablet.jpg);
        padding: 15rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .container.top-inside-content {
        margin-top: 0rem;
        position: relative;
    }
    h1.title-inside {
        font-size: 40px;
        line-height: 35px;
    }
    h3.sub-title-inside{
        padding-top: 0rem;
    }
    
    section.no-flash{
        margin-top: 3rem;
    }
    h2.title-no-flash {
        font-size: 40px;
        line-height: 40px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section.content-wp {
        font-size: 18px;
        line-height: 25px;
        padding: 3rem 0 0;
        text-align: justify;
    }
    section#team {
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg-coin-team-mobile.jpg) #f7c93c;
        text-align: center;
        padding: 19rem 0 0;
        background-repeat: no-repeat;
        background-size: contain;
    }
    h2.h2titulo.title-team {
        padding-bottom: 2rem;
    }
    .box-team.desktop {
        display: none;
    }
    .title-team p {
        font-size: 16px;
        line-height: 20px;
    }

    .slider-blocos-team{
        max-width:100%;
        margin:0 auto;
        overflow:hidden;
        padding: 7rem 0rem;
    }
    .bloco-team {
        padding: 3rem 3rem 2rem;
        min-height: 450px;
        margin: 1rem;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider {
        display: block;
    }

    section.video{
        margin-top: -30rem;
        padding: 28rem 0 0;
    }

    section#our-partners {
        background: #fff;
        padding: 5rem 0 1rem;
    }
    .logos2 {
        margin: -1rem 0 0 0;
        display: block;
    }
    .col-lg-12.col-sm-12.logos-about-box {
        padding: 0rem 0 3rem;
        margin: 0;
    }
    .colum-partiners.desktop {
        display: none;
    }
    .col-lg-2.col-sm-12.colum-partiners {
        width: 50%;
        padding: 0;
    }
    .row.box-our-partners {
        padding: 0rem 0 0;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }

}

/* Tablets UP*/
@media (min-width: 720px) and (max-width: 991px) {
    body {
        font-size: 18px!important;
    }
    .carousel-inner.tablet {
        display: block!important;
    }
    .carousel-inner.desktop {
        display: none;
    }
    .carousel-inner.mobile {
        display: none!important;
    }
    img.desktop {
        display: none;
    }
    header img.logo{
        -webkit-transform: scale(0.7);
        margin-left: -25px;
    }
    .navbar {
        margin: 18px -20px 18px 0px!important;
    }
    .navbar-light .navbar-toggler{
        display: block;
    }
    .w-100{
        height: auto;
    }
    li.nav-item.menu-cliente{
        padding: 10px 15px 12px!important;
        
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 12px!important;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #F7C93C;
    }
    header.header-fixed .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        background: #F7C93C;
    }
    header.header-fixed li.nav-item.menu-cliente:hover {
        color: #fff;
        background: #F7C93C;
    }
    header.header-fixed .navbar-light .navbar-nav .nav-link{
        color: #000;
        background: #fff;
    }
    header.header-fixed li.nav-item.menu-cliente {
        color: #000!important;
        margin: 12px 0 10px!important;
    }
    img.img-banner{
        display: block;
    }

    .navbar-light .navbar-toggler{
        display: none;
    }
 
    a.nav-link{
        font-size: 16px;
    }
    
   h1.h1titulo-banner {
    font-size: 38px;
    line-height: 43px;
}
.carousel-caption {
    top: 7rem!important;
    display: block!important;
}
    p.subtitulobanner{
        padding: 15px 0 0px!important;
        font-size: 18px;
        line-height: 24px;
    }

    .botao2, .botao1{
        font-size: 14px;
        padding: 15px 25px 17px!important;
    }
    .block-logos1, .block-logos2, .block-logos3, .block-logos4{
        padding: 1rem;
    }
    .bloco-logo{
        padding: 1.5rem 1rem;
    }
    img.img-conteudo {
        width: 100%!important;
    }
    .bloco-logo{
        padding: 2rem 2rem!important;
    }

    .mobile {
        display: block!important;
    }

    .espaco-texto-banner {
        width: 100%;
    }
    li.nav-item.mobile {
        display: none!important;
    }
    
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/vetor1-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 30rem!important;
        margin-top: -8rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 25px;
        font-size: 18px;
        text-align: center;
        padding-top: 3rem;
    }
    .content-img1{
        padding: 1rem 4rem!important;
    }
    h2.h2titulo{
        font-size: 35px!important;
        font-weight: 700;
        line-height: 35px!important;
        text-align: center;
    }
    h3.h3titulo {
        font-size: 30px;
        font-weight: 800;
        line-height: 35px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: center;
    }
    p.checklist{
        font-size: 18px;
    }
    button.botao1.get {
        margin-top: 1rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    .logos {
        padding: 2rem 0 0 0;
    }
    button.botao1.get {
        margin-top: 3rem;
        width: 100%;
        margin-bottom: 3rem;
    }
    section.icons {
        padding: 2rem 0 2rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/coin-bg-content2.png);
        background-repeat: no-repeat;
        background-position: 0rem 5rem !important;
        background-size: 100%;
    }
    .box-icons {
        padding: 2rem 4rem 0rem 4rem;
    }

    section.icons h2.h2titulo {
        padding: 0 3rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0 0;
    }
    section.call-to-action1 {
        padding: 3rem 0 3rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/bg01-mobile.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: 110%;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 2rem 0 3rem 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: none;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: inline-block;
    }
    img.coin-call-to-action {
        display: none;
    }

    section.steps {
        padding: 6rem 0 6rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 3rem 1rem 0;
        text-align: center;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 1rem 0rem;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
        font-size: 40px;
        line-height: 40px;
    }
    p.txtcontent-steps {
        font-size: 16px;
        padding: 2rem 0 0;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 40rem;
        display: none;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -5rem;
        display: none;
    }
    .content-btn {
        margin: 5rem -10.5rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }

    section.testimonials {
        padding: 6rem 0 6rem;
        text-align: center;
        background: /*url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-testimonais-mobile.png)*/ #fffcf5;
        background-repeat: no-repeat;
        background-position: 14rem 55rem;
        /* background-size: 100%; */
    }
    .testimonials-box {
        padding: 0rem 0.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }

    section.download {
        background: #fffcf5;
        margin: 7rem 0 0;
        padding: 3rem 0;
    }
    img.coin-download {
        position: absolute;
        /* margin: -11.5rem 0rem 0rem 100rem; */
        width: 100%;
        z-index: 1;
        display: none;
    }
    img.download-img {
        position: relative;
        margin: -8rem 0rem 0rem 0rem;
        width: 100%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
        padding-right: 1rem;
        line-height: 30px;
    }

    section.contact {
        padding: 2rem 0 2rem;
        color: #000;
        background-color: #fff;
    }
    .box-contact {
        background: #FFFFFF;
        box-shadow: none;
        border-radius: 10px 0px 0px 10px;
        padding: 2rem 1rem 2rem;
        margin-right: 0px;
    }
    .col-lg-6.col-sm-12.box-contact2 {
        display: none;
    }
    p.txt-contact {
        font-size: 16px!important;
        padding-bottom: 0rem!important;
        line-height: 20px;
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], textarea, select#objetivo, select {
        padding: 17px 30px;
        border-radius: 50px;
        border: #E5E5E5 1px solid;
        margin: 8px 0;
        width: 100%;
        background: #fff;
        font-size: 16px;
        -webkit-appearance: none;
    }
    .botao2-form{
        font-size: 16px;
        padding: 15px 40px;
    }
    section.contact h2.h2titulo.contact-title {
        font-size: 40px!important;
    }
    
    img.coin-call-to-action2{
        margin: -11rem 0rem 0rem 0rem!important;
        display: none!important;
    }
    h3.h3titulo.call-to-action2-title {
        font-size: 30px;
        padding-left: 0;
        padding-bottom: 2rem;
        margin-top: 0rem;
    }
    button.botao2.get.call-to-action2-btn {
        width: 100%;
    }
    section.call-to-action2{
        padding: 6rem 0 6rem;
    }

    section.footer-blocks {
        padding: 4rem 0 3rem;
    }
    .col-lg-3.col-sm-6.left.menu-footer {
        width: 50%;
        padding: 0 0rem 2rem 3rem!important;
    }
    img.logo-footer {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-bottom: 3rem;
    }
    section.footer-blocks a{
        font-size: 14px;
    }
    .menu-footer-contact {
        text-align: center;
    }
    
    .col-lg-6.col-sm-12.left.copy {
        text-align: center;
    }
    .col-lg-6.col-sm-12.right.copy {
        text-align: center;
    }
    .menu-footer.mobile {
        display: none!important;
    }
    .col-lg-4.col-sm-12.left.menu-footer{
        text-align: center!important;
        padding-bottom: 2rem;
    }

    section.no-flash{
        margin-top: 3rem;
    }
    h2.title-no-flash {
        font-size: 40px;
        line-height: 40px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section.content-wp {
        font-size: 18px;
        line-height: 25px;
        padding: 3rem 0 6rem;
        text-align: justify;
    }
    section#team {
        background: #f7c93c;
        text-align: center;
        padding: 6rem 0 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    h2.h2titulo.title-team {
        padding-bottom: 2rem;
    }
    .box-team.desktop {
        display: none;
    }
    .title-team p {
        font-size: 16px;
        line-height: 20px;
    }

    .slider-blocos-team{
        max-width:100%;
        margin:0 auto;
        overflow:hidden;
        padding: 7rem 0rem;
    }
    .bloco-team {
        padding: 3rem 3rem 2rem;
        min-height: 450px;
        margin: 1rem;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider {
        display: block;
    }

    section.video{
        margin-top: -40rem;
        padding: 40rem 0 0;
    }

    section#our-partners {
        background: #fff;
        padding: 5rem 0 1rem;
    }
    .logos2 {
        margin: -1rem 0 0 0;
        display: block;
    }
    .col-lg-12.col-sm-12.logos-about-box {
        padding: 0rem 0 3rem;
        margin: 0;
    }
    .colum-partiners.desktop {
        display: none;
    }
    .col-lg-2.col-sm-12.colum-partiners {
        width: 50%;
        padding: 0;
    }
    .row.box-our-partners {
        padding: 0rem 0 0;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }

}

/* Other screen */
@media (min-width: 992px) and (max-width: 1023px) {
    body {
        font-size: 18px!important;
    }
    .carousel-inner.tablet {
        display: block!important;
    }
    .carousel-inner.desktop {
        display: none;
    }
    img.desktop {
        display: block;
    }
    header img.logo{
        -webkit-transform: scale(0.7);
        margin-left: -25px;
    }
    .navbar {
        margin: 18px -20px 18px 0px!important;
    }
    .navbar-light .navbar-toggler{
        display: block;
    }
    .w-100{
        height: auto;
    }
    li.nav-item.menu-cliente{
        padding: 10px 15px 12px!important;
        
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 12px!important;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #F7C93C;
    }
    header.header-fixed .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        background: #F7C93C;
    }
    header.header-fixed li.nav-item.menu-cliente:hover {
        color: #fff;
        background: #F7C93C;
    }
    
    header.header-fixed .navbar-light .navbar-nav .nav-link{
        color: #000;
        background: #fff;
    }
    header.header-fixed li.nav-item.menu-cliente {
        color: #000!important;
        margin: 12px 0 10px!important;
    }
    img.img-banner{
        display: block;
    }

    .navbar-light .navbar-toggler{
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    a.nav-link{
        font-size: 16px;
    }
    
    h1.h1titulo-banner{
        font-size: 50px;
        line-height: 50px;
    }
    .carousel-caption{
        top: 12rem!important;
    }
    p.subtitulobanner{
        padding: 15px 0 0px!important;
        font-size: 18px;
        line-height: 24px;
    }

    .botao2, .botao1{
        font-size: 14px;
        padding: 15px 25px 17px!important;
    }
    .block-logos1, .block-logos2, .block-logos3, .block-logos4{
        padding: 1rem;
    }
    .bloco-logo{
        padding: 1.5rem 1rem;
    }
    img.img-conteudo {
        width: 100%!important;
    }
    .bloco-logo{
        padding: 2rem 2rem!important;
    }

    .mobile {
        display: none!important;
    }

    .espaco-texto-banner {
        width: 100%;
    }
    li.nav-item.mobile {
        display: none!important;
    }
    
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/vetor1-mobile.png);
        background-repeat: no-repeat;
        background-position: 0rem 19rem!important;
        margin-top: -7rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 25px;
        font-size: 18px;
        text-align: left;
        padding-top: 0rem;
    }
    .content-img1{
        padding: 1rem 2rem!important;
    }
    h2.h2titulo{
        font-size: 35px!important;
        font-weight: 700;
        line-height: 35px!important;
        text-align: left;
    }
    h3.h3titulo {
        font-size: 26px;
        font-weight: 800;
        line-height: 35px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: left;
    }
    p.checklist{
        font-size: 18px;
    }
    button.botao1.get {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .logos {
        padding: 2rem 0 0 0;
    }
    section.icons {
        padding: 4rem 0 4rem;
        text-align: center;
        background: none;
        background-repeat: no-repeat;
        background-position: 0rem 12rem;
        background-size: 100%;
    }
    section.icons h2.h2titulo {
        padding: 0 10rem;
        text-align: center;
    }
    .box-icons {
        padding: 4rem 0 1rem 0;
        
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
        text-align: center;
    }
    .title-icon p {
        text-align: center;
    }
    .bloco-icon {
        text-align: center;
        padding: 0 1rem;
    }

    section.call-to-action1 {
        padding: 6rem 0 4.5rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg01.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: cover;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 6rem 0 0 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: inline-block;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: none;
    }
    img.coin-call-to-action {
        display: none;
    }

    section.steps {
        padding: 6rem 0 6rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 6rem 3rem 0 3rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 10rem 1rem;
        font-size: 18px;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
        text-align: center;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
    }
    p.txtcontent-steps {
        font-size: 18px;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 26rem;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -6rem;
    }
    section.steps h2 {
        text-align: center;
    }
    .content-btn {
        margin: 5rem -10.5rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }

    section.testimonials {
        padding: 6rem 0 6rem;
        text-align: center;
        background: /*url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/coin-bg-testimonais-mobile.png)*/ #fffcf5;
        background-repeat: no-repeat;
        background-position: 14rem 55rem;
        /* background-size: 100%; */
    }
    .testimonials-box {
        padding: 0rem 15.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    section.testimonials h2 {
        text-align: center;
    }

    section.download {
        background: #fffcf5;
        margin: -3rem 0 0;
        padding: 4rem 0;
    }
    img.download-img {
        position: absolute;
        margin: -9rem 0rem 0rem -4rem!important;
    }
    h3.h3titulo.download-title {
        font-size: 25px;
        padding-right: 12rem;
        line-height: 25px;
    }

    .col-lg-6.col-sm-12.box-contact2 {
        display: none!important;
    }
    .box-contact{
        width: 100%!important;
    }

    section.call-to-action2{
        padding: 4rem 0 3rem;
    }
    img.coin-call-to-action2{
        margin: -5rem 0rem 0rem 0rem!important;
    }
    h3.h3titulo.call-to-action2-title{
        font-size: 23px;
    }

    section.footer-blocks{
        padding: 5rem 0 3rem;
    }
    section.footer-blocks a{
        font-size: 14px;
    }
    a.btnfooter{
        display: none;
    }
    .menu-footer.mobile {
        display: none!important;
    }

    section.no-flash{
        margin-top: 3rem;
    }
    h2.title-no-flash {
        font-size: 40px;
        line-height: 40px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }
    .slider-blocos-team.mobile.slick-initialized.slick-slider.slick-dotted {
        display: none;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }

    

    
}

/* Tablets */
@media (min-width: 1024px) and (max-width: 1199px) {
    body {
        font-size: 16px!important;
    }
    body {
        font-size: 16px!important;
    }
    a.nav-link{
        font-size: 16px;
    }
    img.img-banner{
        left: 0!important;
    }
    .col-lg-6.col-sm-12.txt-banner{
        padding-top: 4.5rem!important;
    }
    .carousel-caption{
        top: 15rem!important;
    }
    p.subtitulobanner{
        padding: 15px 0 0px!important;
        font-size: 18px;
        line-height: 24px;
    }
    .botao2, .botao1{
        font-size: 16px!important;
        padding: 15px 45px!important;
    }
    img.img-conteudo {
        width: 100%!important;
    }
    .bloco-logo{
        padding: 2rem 2rem!important;
    }

    .content1 {
        padding: 3rem 0rem 3rem 2rem!important;
    }
    .desktop{
        display: block;
    }

    img.desktop {
        display: block;
    }
    header img.logo{
        -webkit-transform: scale(0.7);
        margin-left: -25px;
    }
    .navbar {
        margin: 18px -20px 18px 0px!important;
    }
    .navbar-light .navbar-toggler{
        display: block;
    }
    .w-100{
        height: auto;
    }
    li.nav-item.menu-cliente{
        padding: 10px 15px 12px!important;
        
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px 12px!important;
    }
    .navbar-light .navbar-nav .nav-link:hover {
        color: #F7C93C;
    }
    header.header-fixed .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        background: #F7C93C;
    }
    header.header-fixed li.nav-item.menu-cliente:hover {
        color: #fff;
        background: #F7C93C;
    }
    header.header-fixed .navbar-light .navbar-nav .nav-link{
        color: #000;
        background: #fff;
    }
    header.header-fixed li.nav-item.menu-cliente {
        color: #000!important;
        margin: 12px 0 10px!important;
    }
    img.img-banner{
        display: block;
    }

    .navbar-light .navbar-toggler{
        display: none;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }
    a.nav-link{
        font-size: 16px;
    }
    
    h1.h1titulo-banner{
        font-size: 59px;
        line-height: 59px;
    }
    .carousel-caption{
        top: 12rem!important;
    }
    p.subtitulobanner{
        padding: 15px 0 0px!important;
        font-size: 18px;
        line-height: 24px;
    }

    .botao2, .botao1{
        font-size: 14px;
        padding: 15px 25px 17px!important;
    }
    .block-logos1, .block-logos2, .block-logos3, .block-logos4{
        padding: 1rem;
    }
    .bloco-logo{
        padding: 1.5rem 1rem;
    }
    img.img-conteudo {
        width: 100%!important;
    }
    .bloco-logo{
        padding: 2rem 2rem!important;
    }

    .mobile {
        display: none!important;
    }

    .espaco-texto-banner {
        width: 100%;
    }
    li.nav-item.mobile {
        display: none!important;
    }
    
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/vetor1.png);
        background-repeat: no-repeat;
        background-position: 0rem 15rem!important;
        margin-top: -8rem;
        position: relative;
    }
    .content1{
        text-align: left;
        padding-right: 5.75px!important;
        padding-left: 5.75px!important;
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        margin-right: auto;
        margin-left: auto;
    }
    p.txtcontent {
        padding-bottom: 1rem;
        line-height: 25px;
        font-size: 18px;
        text-align: left;
        padding-top: 0rem;
    }
    .content-img1{
        padding: 1rem 1rem!important;
    }
    h2.h2titulo{
        font-size: 35px!important;
        font-weight: 700;
        line-height: 35px!important;
        text-align: left;
    }
    h3.h3titulo {
        font-size:26px;
        font-weight: 800;
        line-height: 35px;
        padding-bottom: 2rem;
        font-family: 'gellixbold'!important;
        text-align: left;
    }
    p.checklist{
        font-size: 18px;
    }
    button.botao1.get {
        margin-top: 1rem!important;
        margin-bottom: 3rem;
    }
    .logos {
        padding: 3rem 0 0 0;
    }

    section.icons {
        padding: 4rem 0 4rem;
        text-align: center;
        background: none;
        background-repeat: no-repeat;
        background-position: 0rem 12rem;
        background-size: 100%;
    }
    section.icons h2.h2titulo {
        padding: 0 10rem;
        text-align: center;
    }
    .box-icons {
        padding: 4rem 0 1rem 0;
        
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
        text-align: center;
    }
    .title-icon p {
        text-align: center;
    }
    .bloco-icon {
        text-align: center;
        padding: 0 1rem;
    }

    section.call-to-action1 {
        padding: 6rem 0 4.5rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg01.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: cover;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 6rem 0 0 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: inline-block;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: none;
    }
    img.coin-call-to-action {
        display: none;
    }
    
    section.steps {
        padding: 6rem 0 6rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 6rem 3rem 0 3rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 10rem 1rem;
        font-size: 18px;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
        text-align: center;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
    }
    p.txtcontent-steps {
        font-size: 18px;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 26rem;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -6rem;
    }
    section.steps h2 {
        text-align: center;
    }
    .content-btn {
        margin: 8rem -11rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }

    section.testimonials {
        padding: 11rem 0 6rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-testimonais.jpg) #fffcf5!important;
        background-repeat: no-repeat!important;
        background-position: -14rem -3rem!important;
        background-size: 140%!important;
    }
    .testimonials-box {
        padding: 0rem 15.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    section.testimonials h2 {
        text-align: center;
    }

    section.download {
        background: #fffcf5;
        margin: -3rem 0 0;
        padding: 4rem 0 1rem;
    }
    img.download-img {
        position: absolute;
        margin: -9rem 0rem 0rem -4rem!important;
        width: 45%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
    padding-right: 6rem;
    line-height: 30px;
    }
    button.botao1.get.downlaod-btn {
        margin-top: 0!important;
    }

    .col-lg-6.col-sm-12.box-contact2 {
        display: none!important;
    }
    .box-contact{
        width: 100%!important;
    }

    section.call-to-action2{
        padding: 4rem 0 3rem;
    }
    img.coin-call-to-action2{
        margin: -5rem 0rem 0rem 0rem!important;
    }
    h3.h3titulo.call-to-action2-title{
        font-size: 23px;
    }

    section.footer-blocks{
        padding: 5rem 0 3rem;
    }
    section.footer-blocks a{
        font-size: 14px;
    }
    a.btnfooter{
        display: none;
    }
    .menu-footer.mobile {
        display: none!important;
    }

    section.no-flash{
        margin-top: 3rem;
    }
    h2.title-no-flash {
        font-size: 35px;
        line-height: 35px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section.content-wp {
        font-size: 16px;
        line-height: 25px;
        padding: 3rem 0 6rem;
    }
    section#team {
        background: #f7c93c;
        padding: 7rem 0 0;
        text-align: center;
    }
    h2.h2titulo.title-team {
        padding-bottom: 10rem;
        text-align: center;
    }
    h3.h3titulo.box-team-title {
        text-align: center;
    }
    .title-team p {
        font-size: 16px;
        line-height: 25px;
    }
    .bloco-team {
        padding: 3rem 1rem 2rem;
        min-height: 552px;
        margin: 1rem;
    }
    section.video {
        padding: 38rem 0 0;
        margin-top: -30rem;
    }

    section#our-partners {
        padding: 7rem 0 0rem;
        background-position-y: -8rem;
    }
    h2.h2titulo.our-partners {
        text-align: center!important;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }
}

/* Desktop 1200*/
@media (min-width: 1200px) and (max-width: 1399px) {
    body {
        font-size: 20px!important;
    }
    p.subtitulobanner{
        font-size: 20px;
        line-height: 30px;
    }
    p.txtcontent{
        line-height: 24px;
    }
    h3.h3titulo {
        font-size: 28px;
        line-height: 28px;
        padding-bottom: 1rem;
    }
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/vetor1.png);
        background-repeat: no-repeat;
        background-position: 0rem 27rem!important;
        margin-top: -12rem;
        position: relative;
    }
    h1.h1titulo-banner {
        font-size: 70px!important;
        line-height: 70px!important;
    }
    h2.h2titulo {
        font-size: 40px!important;
        line-height: 40px!important;
    }
    button.botao1.get {
        margin-top: 1rem!important;
        margin-bottom: 3rem;
    }
    h1.h1titulo-banner{
        font-size: 70px;
        line-height: 70px;
    }
    img.img-banner {
        left: 0!important;
    }
    .carousel-caption{
        top: 13rem!important;
    }
    p.subtitulobanner{
        padding: 15px 0 0px!important;
    }
    img.img-conteudo {
        width: 100%!important;
    }
    .bloco-logo{
        padding: 2rem 2rem!important;
    }
    .content1 {
        padding: 3rem 0rem 3rem 2rem!important;
    }

    a.nav-link{
        font-size: 16px;
    }
    .botao2, .botao1  {
        font-size: 16px!important;
    }
    .botao2:hover{
    background: #fff;
    transition: 0.5s; 

    }
    .botao3 {
    font-size: 16px!important;
    }
    .botao3:hover{
    background: #F7C93C;
    color:#fff;
    }
    button.botao1.get {
        margin-top: 1rem!important;
        margin-bottom: 3rem;
    }
    .logos {
        padding: 3rem 0 0 0;
    }

    section.icons {
        padding: 3rem 0 3rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/coin-bg-content2.png);
        background-repeat: no-repeat;
        background-position: -4rem 13rem;
        background-size: 110%;
    }
    section.icons h2.h2titulo {
        padding: 0 15rem;
        text-align: center;
    }
    .box-icons {
        padding: 4rem 0 1rem 0;
        
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
        text-align: center;
    }
    .title-icon p {
        text-align: center;
    }
    .bloco-icon {
        text-align: center;
        padding: 0 1rem;
    }

    section.call-to-action1 {
        padding: 3rem 0 1.5rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg01.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: cover;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 7rem 0 0 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: inline-block;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: none;
    }
    img.coin-call-to-action {
        position: absolute;
        margin: -8.5rem 1rem 1rem 58rem;
    }

    section.steps {
        padding: 6rem 0 6rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 6rem 3rem 0 3rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 10rem 1rem;
        font-size: 18px;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
        text-align: center;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
    }
    p.txtcontent-steps {
        font-size: 18px;
    }
    img.img-arrow-left {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem 26rem;
    }
    img.img-arrow-right {
        position: absolute;
        width: 5%;
        margin: 5rem 0rem 0rem -6rem;
    }
    section.steps h2 {
        text-align: center;
    }
    img.img-conteudo.desktop.steps-img {
        width: 70%!important;
    }
    .content-btn {
        margin: 9rem -11rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }
    section.testimonials {
        padding: 11rem 0 10rem;
    text-align: center;
    background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-testimonais.jpg) #fffcf5!important;
    background-repeat: no-repeat!important;
    background-position: -8rem -1rem!important;
    background-size: 125%!important;
    }
    .testimonials-box {
        padding: 0rem 15.5rem 1rem!important;
    }
    p.txtcontent-testimonials {
        font-size: 16px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    section.testimonials h2 {
        text-align: center;
    }

    section.download {
    background: #fffcf5;
    margin: 6rem 0 6rem;
    padding: 2rem 0 0rem;
}
    img.download-img {
        position: absolute;
        margin: -9rem 0rem 0rem -4rem!important;
        width: 45%;
    }
    h3.h3titulo.download-title {
        font-size: 30px;
    padding-right: 13rem;
    line-height: 30px;
    }
    button.botao1.get.downlaod-btn {
        margin-top: 0!important;
    }

    section.contact {
        padding: 6rem 0 6rem;
    }
    p.txt-contact{
        font-size: 15px;
    }

    p.h3titulo.call-to-action2-title{
        font-size: 26px;
        padding-top: 1rem;
        font-weight: bold;
    }
    .col-lg-3.col-sm-12.content1.box-call-to-action2 {
        padding: 0rem 0rem 0rem 1rem!important;
    }
    section.call-to-action2{
        padding: 3rem 0;
    }
    img.coin-call-to-action2{
        margin: -7rem 0rem 0rem 0rem!important;
    }

    section.footer-blocks {
        padding: 4rem 0 3rem;
    }
    section.footer-blocks a{
        font-size: 14px;
    }

    section.no-flash{
        margin-top: 3rem;
    }
    h2.title-no-flash {
        font-size: 40px;
        line-height: 40px;
        padding: 1rem 0;
    }
    p.text-no-flash {
        font-size: 16px;
        line-height: 20px;
    }

    section#team {
        padding: 12rem 0 0;
    }
.bloco-team {
    min-height: 640px;
    margin: 0;
}

    section#our-partners{
        background-position-y: -12rem;
    }
    form#searchform {
        padding: 0px 0rem;
    }
    input#s {
        padding: 2rem 2rem 2rem 6rem;
        font-size: 16px;
    }
}

/* Desktop 1400*/
@media (min-width: 1400px) and (max-width: 1919px) {
    img.img-banner {
        left: 0!important;
        width: 125%!important;
    }
    section.content1 {
        padding: 0rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/vetor1.png);
        background-repeat: no-repeat;
        background-position: 3rem 23rem!important;
        margin-top: -7rem;
        position: relative;
    }
    .col-lg-6.col-sm-12.content-img1 {
        padding: 2rem 3rem 0rem 3rem;
    }
    img.img-conteudo {
        width: 100%;
    }
    button.botao1.get {
        margin-top: 1rem!important;
        margin-bottom: 0rem;
    }
    .logos {
        padding: 3rem 0 0 0;
    }
    h3.h3titulo {
        font-size: 38px;
        font-weight: 800;
        line-height: 40px;
    }

    section.icons {
        padding: 4rem 0 6rem;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/coin-bg-content2.png);
        background-repeat: no-repeat;
        background-position: -5rem 19rem;
        background-size: 110%;
    }
    section.icons h2.h2titulo {
        padding: 0 15rem;
        text-align: center;
    }
    .box-icons {
        padding: 4rem 0 1rem 0;
        
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
        text-align: center;
    }
    .title-icon p {
        text-align: center;
    }
    .bloco-icon {
        text-align: center;
        padding: 0 1rem;
    }

    section.call-to-action1 {
        padding: 6rem 0 4rem;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg01.jpg);
        background-repeat: no-repeat;
        background-position: 0rem 0rem;
        background-size: cover;
    }
    h3.h3titulo.title-call-to-action1 {
        padding: 2.5rem 0 0 0;
    }
    button.botao1.get.btn-call-to-action1-on {
        display: inline-block;
    }
    button.botao1.get.btn-call-to-action1-off {
        display: none;
    }
    img.coin-call-to-action {
        position: absolute;
        margin: -12.5rem 1rem 1rem 70rem;
    }

    section.steps {
        padding: 6rem 0 3rem;
        text-align: center;
        background: #fff;
    }
    .steps-box, .steps-box-left, .steps-box-right {
        padding: 6rem 5rem 0 5rem;
    }
    h3.h3titulo.box-icons-title {
        padding: 1rem 0;
    }
    p.sub-title-steps {
        padding: 0rem 10rem 1rem;
        font-size: 18px;
    }
    h3.h3titulo.steps {
        margin-top: -2rem;
        text-align: center;
    }
    h6.step {
        font-size: 24px;
        font-weight: 900;
        opacity: 0.4;;
    }
    h3.h3titulo.steps-title {
        padding: 0 0rem 1rem 0;
    }
    p.txtcontent-steps {
        font-size: 18px;
    }
    img.img-arrow-left {
        position: absolute;
        width: 7%;
        margin: 5rem 0rem 0rem 30rem;
    }
    img.img-arrow-right {
        position: absolute;
        width: 7%;
        margin: 5rem 0rem 0rem -12rem;
    }
    section.steps h2 {
        text-align: center;
    }
    img.img-conteudo.desktop.steps-img {
        width: 70%!important;
    }
    .content-btn {
        margin: 7rem -12rem 0rem;
        position: absolute;
        display: inline-block;
        text-align: center;
    }

    section.testimonials {
        padding: 13rem 0 3rem!important;
        text-align: center;
        background: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/bg-testimonais.jpg) #fffcf5!important;
        background-repeat: no-repeat!important;
        background-position: -11rem -1rem!important;
        background-size: 120%!important;
    }
   /* .testimonials-box {
        padding: 0rem 15.5rem 1rem!important;
    }*/
    p.txtcontent-testimonials {
        font-size: 18px;
        padding: 2rem 0rem 0rem;
        line-height: 25px;
    }
    section.testimonials h2 {
        text-align: center;
    }

    section.download {
        background: #fffcf5;
        margin: 6rem 0 6rem;
        padding: 4rem 0 4rem;
    }
    img.download-img {
        position: absolute;
        margin: -7rem 0rem 0rem 10rem!important;
        width: 25%;
        }
    h3.h3titulo.download-title {
        font-size: 30px;
        padding-right: 13rem;
        line-height: 30px;
        }
    button.botao1.get.downlaod-btn {
        margin-top: 0!important;
        }

        section.contact {
            padding: 6rem 0 6rem;
        }
        img.coin-call-to-action2{
            margin: -4.5rem 0rem 0rem 0rem;
        }
        section.footer-blocks a{
            font-size: 16px;
        }

        section.no-flash{
            margin-top: 3rem;
        }
        h2.title-no-flash {
            font-size: 40px;
            line-height: 40px;
            padding: 1rem 0;
        }
        p.text-no-flash {
            font-size: 16px;
            line-height: 20px;
        }
        form#searchform {
            padding: 0px 0rem;
        }
        input#s {
            padding: 2rem 2rem 2rem 6rem;
            font-size: 16px;
        }
}


/* Smartphones */
@media (max-width: 480px) {
    section.icons{
        margin-bottom: 0;
    }
    .carousel-inner.mobile {
        display: block;
    }
    .carousel-inner.desktop {
        display: none;
    }
    img.d-block.w-100 {
        margin-top: 0rem;
    }
    .carousel-caption{
        top: 10rem;
        text-align: left;
    }
    .espaco-texto-banner {
        width: 100%;
    }
    h1.h1titulo-banner{
        font-size: 50px;
        line-height: 45px;
        width: 80%;
    }
    p.subtitulobanner {
        font-size: 16px;
        line-height: 20px;
        padding: 1rem 0 0;
        width: 60%;
    }
    img.img-banner-mobile {
        margin-top: -1.5rem;
        margin-left: -12px;
    }

    .logos {
        padding: 2rem 0 0 0;
    }
}






/* COPYRIGHT */
section.copyright {
    padding: 1.5rem 0;
    background: #000;
    text-align: center;
    font-size: 16px;
    color: #ffffff75;
}
#at-home-appraisals .header-white  div#navbarNavDropdown.collapse.navbar-collapse.menu-provtel { display: none;}
#at-home-appraisals .header-white  div#navbarNavDropdown.collapse.navbar-collapse.menu-provtel.show { display: block;}

/* Smartphones */
@media (min-width: 480px) and (max-width: 768px) {
    section.copyright{
    }
    .col-lg-6.col-sm-12.copyright-align {
        display: none;
    }
    .col-lg-6.col-sm-12.right {
        text-align: center;
    }
    .copyright-align{
        line-height: 1rem!important;
        padding: 0 4rem;
    }
}





section#top-inside.top-inside-white.topblogpage_header_titel .top-inside-content {
    padding: 130px 0 150px;
    background: none;
}
section.contact_blogbg.topblogpage_contact {
    margin: -130px 0 0 0;
    padding-top: 10px;
}
section#top-inside.top-inside-white.topblogpage_header_titel .top-inside-content:before {
    right: auto;
    left: -160px;
    top: auto;
    bottom: -190px;
}

.topblogpage_contact.contact_blogbg:before{ background:url(dist/images/top-inside-img3.png) no-repeat center center / 80% ;}



a.footer_bbb_logo {
    display: block; margin:40px 0 0 0;
}



/* RESPONSIVE */

.col-lg-7.locations_mobils{ display:none;}

.logo_mobile { display:none;}
.teamaboutus .box-team {
    margin: 0 0 30px;
}
.teamaboutus .row { 
    justify-content: center;
}

@media (min-width: 1800px) and (max-width: 1919px){

img.coin-call-to-action2 {
    margin: -11.5rem 0rem 0rem 0rem;
}


}

@media (min-width: 1500px) and (max-width: 1799px){

img.coin-call-to-action2 {
    margin: -6.5rem 0rem 0rem 0rem;
}


}
 
@media (max-width: 1400px) {

.teamaboutus .title-team p.box_teamcontnet1 { 
    min-height: 395px;
}
.blogarticles_thumbnail {
    background: url(dist/images/group38.png) no-repeat left center / 330px; 
    padding: 57px 0 80px 10px;
}

.blogarticles_thumbnail img.lazyloaded {
    width: 260px; 
    height: 260px;  
}
.blogarticles_post a{    width: 75%;}


.inherited_page_titel h2 { width: 90%;}


.inherited_page_titel p { 
    width: 60%; 
}

.inherited_banner_wrapper {
    background-size:100%;
}
.inherited_page_titel {
    padding-top: 160px;
}
.inherited_banner_yellow1 .inherited_page_titel h2 {
    width: 100%;
}
.inherited_banner_yellow1 .inherited_page_titel p {
    width: auto;
}

.inherited_banner_yellow1:before {
    bottom: -70px; 
    width: 100%;   
}
.inherited_section4_box p { 
    width: 88%;
}
.inherited_section5right_coin img {
    width: 285px;
}
.inherited_section5right_coin:before { 
    left: 340px; 
}
.inherited_section5right_coin { 
    top: -30px;
}

.inherited_section5:before {
    background-size:100%; 
    height: 565px;
    width: 345px; 
    top: -330px; 
}
.inherited_section5_left h2 {
    font-size: 65px;
    line-height: 65px;}
	
	.inherited_section5_right p {
    font-size: 23px;
    line-height: 31px;
}

.inherited_section6_bg .testimonials-box {
    padding: 140px 130px 330px !important;
}


section.inherited_section6_bg { 
    background: url(dist/images/inherited_section6_bg.png) no-repeat 70% top / 120% 100%;
    margin:70px 0;
}
.inherited_section7_list {
    background: url(dist/images/boders-dashed.png) no-repeat center top / 100% 93%;
    padding: 2px 100px 70px;
}
ul.inherited_section7_listul li:nth-child(2) {
    margin: 30px 0 -10px;
}
.inherited_section7_boxbottom { 
    padding: 39px 90px;
    margin: 0 0px; 
}
.inherited_section8_titel h2 { 
    width: 65%;}
	.inherited_section8_titel p { 
    width: 100%;
}





.inherited_section8_coinsul li:before {
    
    top: -20px; 
    background: url(dist/images/ellipseleft3.png) no-repeat center top /100%; 
    width: 106px;
    padding: 0px 0 55px; 
    font-size: 53px;   
}

.inherited_section8_coinsul li { 
    padding: 0 0px 30px 130px;
    width: 490px;
}



.inherited_section8_coinsul li:nth-child(2) { 
    width: 585px;
    margin: 0 0 -70px 0;
}

.inherited_section8_coinsul p {
    font-size: 20px;
    line-height: 30px; 
}

.inherited_section8_coinsul li:nth-child(3) {
    clear: both;
    margin: 0 0 0 70px;
    width: 550px;
}
.inherited_section8_coinsul li:nth-child(2):after { 
    left: -410px;
    top: 26px; 
    background: url(dist/images/inherited_boders2.png) no-repeat left top;
    height: 140px;
    width: 390px; 
}
.inherited_section8_coins:before { 
    right: 50px;}
.inherited_section8_titel:after { 
    right: 0px;}



section.inherited_section8_bg {
    margin: 120px 0;}


ul.inherited_section7_listul li { 
    padding: 30px 0 30px 45px;
}





.inherited_section8_coinsul li:nth-child(1):after { 
    width: 125px;
}

.locations_hero_titel p { 
    width: 80%;
}
.locations_contactboxpadding {
    padding: 35px 23px 90px 56px;}
.locations_contactboxtext h3 {
    font-size: 37px;}
.locations_contactboximg {
    background: url(dist/images/locations_imgbox1.png) no-repeat right top / 443px;}
.locations_contactboxpadding img {
    width: 365px;
}
.locations_contactboximg.locations_contactboximgleft {
    background-position:left top;}	
	.locations_hero {
    background-size: 100%;}
	
	
	.blogarticles_thumbnailpost {
    height: 290px;
    width: 290px;}
	
	
 


	
}


@media (max-width: 1199px) {
.teamaboutus	.bloco-team {  
    margin: 0;
}
.teamaboutus .title-team p.box_teamcontnet1 {
    min-height: 305px;
}









	.navbar-nav li.nav-item {
    margin: 0 0 0 15px;
}
.slider-blocos-logos .col-lg-3.col-sm-6 img.lazyloaded {
    width: 115px;
}
.slider-blocos-logos {
    width: 325px;
    margin: 0;
}


.blogarticles_thumbnailpost {
    height: 258px;
    width: 258px;
}


.blogarticles_thumbnail {
    background-size:295px;
    padding: 7px 10px 30px 35px;
}
}




/* Smartphones */
@media (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link{
        color: #000;
        margin: 5px 1%!important;
    }
    .col.menu-cliente{
        display: none;
    }
    section.navigation{
        z-index: 11;;
    }
    .navbar-light .navbar-toggler{
        text-align: center;
        margin: 0px auto 1rem;
        display: contents;
    }
    #navbarNavDropdown{
        padding-left: 0rem;
        padding: 1rem 0;
        position: relative;
        background: #00000008;
        margin: 0 -30px 0 0!important;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/menu.svg);
        float: right;
    }
    li.nav-item.mobile{
        display: block;
    }
	
	.navbar-light .navbar-toggler-icon{
        background-image: url(https://www.coinfully.com/wp-content/themes/coinfully/dist/images/mobile/menu.svg);
        float: right;
    }
	.header-white .navbar-light .navbar-toggler-icon{ background:url(dist/images/menu1.png) no-repeat center center;}
	
	
.navbar div#navbarNavDropdown {
    margin: auto !important;
    width: 100%; 
    right: 0;
}

nav.navbar.navbar-expand-lg.navbar-light {
    width: 100%;
}
.menu-main-menu-container ul.menu {
    margin: auto;
    overflow: hidden;
    padding: 0 0 25px 0;
    display: table;
    text-align: center;
}
.menu-main-menu-container .menu li {
    list-style: none;
    text-align: center;
    margin: 0 10px;
    float: none;
    display: inline-block;
}
.collapse:not(.show) {
    display: none;
}


.header-fixed .navbar div#navbarNavDropdown { background:none;}

.navigation .navbar .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 5px;
    float: left;
}
.navigation .navbar .navbar-collapse ul.navbar-nav li.nav-item a {
    margin: 0 !important;
}
.navigation .navbar .navbar-collapse ul.navbar-nav {
    margin: auto;
    overflow: hidden;
    display: table;
}


.carousel-caption .col-lg-7.col-sm-12.txt-banner {
    width: 51%;
}
.appraisals_section8_coinsul.inherited_section8_coinsul li {
    width: auto !important;
    float: none;
    margin: 0 0px 0px !important;
    clear: none;
}


ul.inherited_section8_coinsul.appraisals_section8_coinsul {
    margin: 0 0 40px;
}
.inherited_section8_coins:before {  
    bottom: 200px;  
}
.appraisals_section8_coinsul.inherited_section8_coinsul h3 {
    width: auto;
}


.blogarticles_thumbnail {
    background-position: center center;
    padding: 7px 10px 30px 43px;
}



header.header_position_bg.main {
    background: #000000b8;
}
 .header-white .menu-main-menu-container .menu li a {
    color: #fff;
}

.header-white.main .navbar-light .navbar-toggler-icon {
    background: url(dist/images/mobile/menu.svg) no-repeat center center;
}

.main .logo_desktop  { display:none;}
.main .logo_mobile { display:block;}
.botao1 {    padding: 17px 25px 19px;}
.botao2 {   padding: 17px 25px 19px;}









}

@media (max-width: 767px) {
.carousel-caption .col-lg-7.col-sm-12.txt-banner {
    width: 75%;
}
h1.h1titulo-banner {
    font-size: 38px;
    line-height: 43px;
}
.carousel-caption {
    top: 7rem!important; 
}

a.footer_bbb_logo {
    display: block;
    text-align: center;
	margin: 0px 0 0 0;
}
.teamaboutus .bloco-team {
    margin: 1rem;
}

}
 

@media (max-width: 480px) {
 .menu-main-menu-container .menu li a { 
    line-height: 35px;
}


	.header-white .navbar-light .navbar-toggler-icon{ background:url(dist/images/menu1.png) no-repeat center center;}
	
	.slider-blocos-blog button.slick-arrow{ display:none !important;}
	 
section#top-inside.top-inside-white .top-inside-content {
    background-position: center 175px;
    padding: 430px 0 50px;
    background-size: 235px;
}

.slider-blocos-blog.slick-slider { 
    padding: 0; 
}
.blog_box_post h2 {
    font-size: 25px;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    width: 90%;
    margin: auto;
    padding: 0;
}
.blog_page_thumbnail{height: 260px;}
.postblog_more a {
    display: inline-block;
    color: #fff;
    border: 1px solid #F7C93C;
    font-size: 19px;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 40px 14px;
    line-height: normal;
}
.blog_page_thumbnail {
    padding: 40px 0;
}
.contact_blogbg .buttons{    bottom: 62px;}
.contact_blogbg:before{ display:none;}
section.contact_blogbg { 
    margin: 0px 0 0 0;
    padding: 90px 0 50px 0; 
    z-index:auto;
}
.contact_blogtitel1 h2 {
    font-size: 30px; 
    padding: 0 0 20px;
}
.contact_blogtitel1 p {
    font-size: 18px; 
    margin: 0px 0 34px;
    line-height: 25px;
}
.contact_blog_articles .contact_blogtitel1.contact-title {
    margin: 50px 0 10px;
}

.podcast_pageination .navigation ul li a{padding: 5px 0 7px;}




/*.header-white .navbar-light .navbar-toggler{ display:none;}*/

/*.header-white a.navbar-brand {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}*/

.header-white img.logo.lazyloaded {
 /*   width: 230px; 
    display: inline-block;*/
}



.header-white div#navbarNavDropdown.collapse.navbar-collapse.menu-provtel {
   /* display: block;
    position: relative !important;
    right: 0 !important;
    margin: 0 !important;*/
    background: none !important;
}

.top-inside-white .container.top-inside-content h1.title-inside { 
    font-size: 50px;
}



 

section#top-inside.top-inside-white .top-inside-content:after {
    height: 160px;
    width: 100px;
    background-size: 150px;
    background-position: -20px 10px;
    bottom: -125px;
    z-index: 9;
}
section#top-inside.top-inside-white .top-inside-content:before {
    width: 120px;
    height: 150px;
    background-size: 190px;
    right: 0;
    background-position: left center;
    top: 300px;
}

.header-white .navbar-light .navbar-nav .nav-link {
    float: none;
    display: block;
    width: 150px;
    text-align: center;
    padding: 18px 0 20px !important;
    margin: 0 !important;
    font-size: 12px;
    line-height: normal;
    box-shadow: 0 0 10px rgb(24 39 75 / 12%);
}
.header-white li.nav-item {
    float: left;
    margin: 0 5px;
}
.header-white .navbar-nav {
    display: table;
    position: relative;
    margin: auto; 
}
.header-white li.nav-item.mobile .nav-link {
    background: #000;
    color: #fff;
}
ul.single_socialmediatop {
    float: none;
    margin: 20px auto auto;
    display: table;
}
.coinfully_left_img {
    padding: 0 0 40px;
}

ul.single_socialmediatop.single_socialmediabottom li a{ font-size:13px;}
ul.single_socialmediatop.single_socialmediabottom { 
    width: 100%;
}
 
.single-top-inside h1.title-inside {
    font-size: 54px;
    line-height: 54px;
    margin: 0 0 20px;
}
ul.single_socialmediatop li { 
    padding: 0;
}

.single_testimonialbox {
    display: flex; 
}
.col-lg-6.single_contact_col1 {
    width: 65%;
}
.col-lg-6.single_contact_col2 {
    width: 35%;
}
ul.single_socialmediatop li { 
    padding: 0;
}

.inherited_page_titel h2 {
    width: auto;
    font-size: 45px;
    line-height: 50px;
    padding: 0 0 40px;
}

.inherited_page_titel p {
    width: auto;
    font-size: 20px;
    line-height: 30px;
}
.inherited_page_button a.inherited_button1 {
    padding: 17px 0px 20px;
    font-size: 13px;
    width: 155px;
    text-align: center;
}

.inherited_page_button li { 
    margin: 0 5px;
}
ul.inherited_page_button {
    padding: 40px 0 0 0;
    margin: auto !important;
}

 
.inherited_page_titel {
    padding: 260px 0 100px;
}
#at-home-appraisals .inherited_page_titel { padding: 160px 0 100px;}
.inherited_banner_wrapper{ background:url(dist/images/mobile/bannerbg1.png) no-repeat center 80px  / 100%;}

.inherited_banner_yellow1:before {
    bottom: -60px;
    width: 100%;
    background-size: 170%;
    left: 0;
    background-position: left bottom;
    height: 145px;
}

 
.inherited_banner_yellow1:after {
    top: -60px;
    content: "";
    height: 470px;
    width: 100%;
    display: block;
    background: url(dist/images/inherited_section2.png) no-repeat right top / 180%;
    position: absolute;
    right: 0;
}
.inherited_section3_list li { 
    padding: 0px 0 0px 110px; 
    height: auto; 
    margin: 0 0 40px;
}
.inherited_section3_list li:before { 
    top: 9%; 
    width: 93px;
    padding: 25px 0 45px; 
    font-size: 37px; 
}
section.inherited_section3 {
    padding: 80px 0;
}
.inherited_section4_titel h2 { 
    margin: 0 0 40px;}
	.inherited_section5right_coin {
    display: none;
}
.inherited_section5:before {
    background-size: 100%;
    height: 315px;
    width: 225px;
    top: -180px;
    left: -60px;
}
.inherited_section5 { 
    background: url(dist/images/inherited_section5_bg.png) no-repeat center 20% / 220%;
    padding: 155px 0 80px;
}
.inherited_section5_topimg img {
    margin: 0px;
}
.inherited_section5_left h2 {
    font-size: 45px;
    line-height: 50px;
    text-align: center;
}
.inherited_section5_rightimages {
    display: none;
}
.inherited_section5_right p { 
    text-align: center;
}
.inherited_section5_right {
    padding: 50px 0 0 0;
}
.inherited_section5_topimg{ background:url(dist/images/mobile/arrow-right1.png) no-repeat 245px 125px;}

.inherited_section6_bg .testimonials-box {
    padding: 100px 10px 100px !important; 
   
}
section.inherited_section6_bg{margin: 0px 0 150px; background: #FDFCF3; position:relative;}

section.inherited_section6_bg:before {
    top: -60px;
    content: "";
    height: 870px;
    width: 100%;
    display: block;
    background:url(dist/images/mobile/coin-bg01-mobile1.png) no-repeat center top;
    position: absolute;
    right: 0;
}

.inherited_section7_titel h2 { 
    font-size: 31px; 
    line-height: 40px;  
}
.inherited_section7_titel p { 
    font-size: 22px;
    line-height: 31px;
}
.inherited_section7_list {
    background: url(dist/images/mobile/boders-dashed1.png) no-repeat center top / 100% 96%;
    padding: 2px 30px 30px;
}

ul.inherited_section7_listul li h3 { 
    margin: 0 0 10px;
}
ul.inherited_section7_listul li p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
}
ul.inherited_section7_listul li {
    padding: 27px 0 70px 45px;
}
ul.inherited_section7_listul li:nth-child(2) {
    margin: -30px 0 0px;
}
.inherited_section7_boxbottom {
    padding: 30px 20px;
    margin: 0 0px;
}
.inherited_section7_boxbottom h2 {
    font-size: 21px;
    line-height: 30px;
    width: 295px;
    margin: auto;
}

.inherited_section7_boxbottom:before {
    background: url(dist/images/mobile/inherited-section7-bgmobile.png) no-repeat center top / 100%;
    height: 470px;
    left: -5%;
    width: 108%;
    top: 0;
}


.inherited_section8_coins {
    margin: 0;
   background:url(dist/images/mobile/inherited_section8bg2.png) no-repeat center bottom / 100%;padding: 130px 0 220px;
    border: none;
    border-radius: 0;
    display: block;
    position: relative;
    width: 100%;
}
.inherited_section8_titel h2 {
    width: auto;
    font-size: 40px;
    line-height: 40px;
}
.inherited_section8_titel:before{ display:none;}
.inherited_section8_titel:after{ display:none;}
.inherited_section8_coins:before{ display:none;}

section.inherited_section8_bg{ background:url(dist/images/mobile/inherited_section8bg1.png) no-repeat center top / 100%;    margin: 70px 0;}
 
 
 .inherited_section8_coinsul li:before {
    top: 0px; 
    width: 79px;
    padding: 0px 0 20px;
    font-size: 40px;
}
.inherited_section8_coinsul h3 { 
    width: auto;
}
.inherited_section8_coinsul li {
    padding: 0 0px 30px 90px;
    width: auto;
}
.inherited_section8_coinsul li:nth-child(2) {
    width: auto;
    margin: 0 0 0px 0;
}
.inherited_section8_coinsul li:nth-child(3) {
    clear: both;
    margin: 0px;
    width: auto;
}
.inherited_section8_coinsul li:nth-child(1):after {
    background: url(dist/images/mobile/inherited_bodersleft1.png) no-repeat center top;
    right: auto;
    left: 0;
    width: 81px;
    top: 90px;
    height: 470px;
}
.inherited_section8_coinsul li:nth-child(2):after{
    background: url(dist/images/mobile/inherited_bodersleft1.png) no-repeat center top;
    right: auto;
    left: 0;
    width: 81px;
    top: 90px;
    height: 310px;
}
.locations_hero_titel h2 {
    font-size: 50px;
    line-height: 50px; 
    padding: 0 0 30px;
}
.locations_hero_titel p {
    width: auto;
    font-size: 18px;
    line-height: 27px;
}
.locations_hero hr{ display:none;}
.locations_hero{ background:url(dist/images/mobile/locations_hero_mobile.png) no-repeat center 165px  / 100%;}
.locations_maps{ background:url(dist/images/mobile/locations_hero2_mobile.png) no-repeat center 0  / 100%;padding: 90px 0 0 0;}
.locations_maps_titel h2 {
    font-size: 50px;
    line-height: 50px;}
	.locations_maps_titel p { 
    font-size: 18px;
    line-height: 25px;
}
.locations_contactboximg.locations_contactboximgleft {
    background-position: left top;
    background-size: 350px;
}
.locations_contactboximg {
    background-position: left top;
    background-size: 350px;
}
 .locations_contactboxpadding img {
    width: 295px;
}
.locations_contactboxpadding {
    padding: 23px 15px 90px 41px;
    float: none;
}
.locations_contactboxtext {
    text-align: center;
}
.locations_contactboxtext ul.inherited_page_button {
    padding: 20px 0 0 0;
    margin: auto;
}
.col-lg-7.locations_mobils{ display:block;}
.col-lg-7.locations_desktop{ display:none;}


.map-img svg {
    width: 100%;
    height: auto;
}
.section-map li img.lazyloaded {
    width: 26px;
}
.territory-map .map-img {
    width: 100%;
    min-height: auto;
    max-width: 100%;
    margin: 0 auto;
}
.section-map li.section-mapicon1 { 
    top: -100px;}
	.section-map li.section-mapicon2 { 
    top: -130px; 
    left: 220px;
}
.section-map li.section-mapicon3 {
    top: -180px;
    right: -10px;
}
	.section-map li.section-mapicon4 { 
    top: -110px; 
    right: 50px;
}
 
 .territory-map { 
    margin: 40px auto auto;
}
.locations_maps_contnet { 
    height: auto; 
}

.legend-list li a { background-size:38px !important; 
    padding: 10px 0 10px 48px;     font-size: 21px;
}

section.aboutusnew_section3 {
    padding: 40px 0 0;
}
.aboutusnew_section3 p.txtcontent {
    padding-top: 0;
}
.teamaboutus img.attachment-img-icon.size-img-icon.lazyloaded {
    margin-top: -9.5rem;
}
.col-lg-3.col-sm-12.colum-partiners.desktop {
    display:none; 
}
.aboutusnew_section9_list li{    float: none;
    width: auto;}
	
	
section.aboutusnew_section3.aboutusnew_section3padding {
    padding-bottom: 0;
}	
	
	
.maps_leftbottomimg1 img {
    width: 65px;
}
 
.maps_leftbottomimg2 img {
    width: 55px;
}
	
	
	
	
	
	.maps_leftbottom1 { 
    bottom: 40px;
}
.locations_maps_contnet .territory-map section.map-img {
    padding: 0 0 90px 0;
}
ul.legend-list {
    float: none;
    overflow: hidden;
    margin: 0;
}
ul.legend-list li {
    float: left;
    width: 50%;
}
	h3.location_title_desktop{ display:none;}
	
h3.location_title_mobile {
    display: block;
}	
	.section-map li.section-mapicon5 { 
    top: -71px; 
    left: 61px;
}
	.inherited_banner_yellow1 .inherited_page_titel h2 {
    width: 330px;
    font-size: 37px;
}

.section-map li.section-mapicon6 {
    top: -203px;
    left: 12px;
}

.section-map li.section-mapicon7 { 
    bottom: 30px; 
    left: 155px;
}



.single_testimonialtext h3{  font-family: 'gellixbold';}


.single_testimonialtext p { 
    font-size: 14px;
}


.single_contactpadding .col-lg-6.single_contact_col1 {
    padding-right: 0;
}
.single_contactpadding .col-lg-6.single_contact_col2 {
    padding-left: 0;
}

.single_testimonialimg { 
    margin: 0 10px 0 0;
}

section#top-inside.aboutus-new-titel1 h2.h2titulo {
    font-size: 21px !important;
    padding-bottom: 0;
}
.aboutus-new-titel1 h3.sub-title-inside {
    font-size: 13px;
}

.aboutusnew_section3 p.txtcontent {
    font-size: 14px;
    width: 341px;
    line-height: 25px !important;
    margin: auto;
}
h2.h2titulo.title-team {
    font-size: 45px !important;
    padding: 0 !important;
    line-height: normal !important;
}
section.aboutus_video { 
    padding: 25rem 0 180px; 
}

section.inherited_section6_bg.inherited_section6_bg2:before{height: 500px;}




/* */

#at-home-appraisals .header-white.header-fixed .navbar-light .navbar-toggler { display: contents;}
#at-home-appraisals .header-white.header-fixed a.navbar-brand{width: auto;}
#at-home-appraisals .header-white.header-fixed  div#navbarNavDropdown.collapse.navbar-collapse.menu-provtel { display: none;}
#at-home-appraisals .header-white.header-fixed  div#navbarNavDropdown.collapse.navbar-collapse.menu-provtel.show { display: block;}





section#top-inside.top-inside-white.topblogpage_header_titel .top-inside-content {
    padding: 270px 0 160px;
    background: none;
}





}


