/*--------------- GERAL ---------------*/

    /* MENU MOBILE */
    .menu-mobile{
        display: block;
    }
    .bloco-menu-mobile{
        position: absolute;
    }
    #menu-mobile{
        background-color: blue;
        display: block;
        height: 100%;
        opacity: .5;
        width: 100%; }
    .main-menu-mobile{
        display: block;
        width: 85px;
        height: 70px;
        float: left;
        margin: 15px 0 0 6px;
        background: url(../img/icone-menu-mobile.png?) center center no-repeat;
        background-size: 60%;
    }

@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Thin.woff2') format('woff2'),
        url('fonts/VisbyCF-Thin.woff') format('woff'),
        url('fonts/VisbyCF-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Light.woff2') format('woff2'),
        url('fonts/VisbyCF-Light.woff') format('woff'),
        url('fonts/VisbyCF-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Regular.woff2') format('woff2'),
        url('fonts/VisbyCF-Regular.woff') format('woff'),
        url('fonts/VisbyCF-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-Bold.woff2') format('woff2'),
        url('fonts/VisbyCF-Bold.woff') format('woff'),
        url('fonts/VisbyCF-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Visby';
    src: url('fonts/VisbyCF-ExtraBold.woff2') format('woff2'),
        url('fonts/VisbyCF-ExtraBold.woff') format('woff'),
        url('fonts/VisbyCF-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


::-moz-selection{
    background-color: #ff0000;
    color: #ffffff;
    text-shadow: none; }
::selection{
    background-color: #ff0000;
    color: #ffffff;
    text-shadow: none; }

*{
    /*background-color: rgba(0,255,255,.05);*/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; }

a{
    color: #1b1b1b;
    display: inline-block;
    text-decoration: none; }
a:active{ text-decoration: none; }


section .bloco-1.inicial a.bt-saiba-mais, section .bloco-3.servicos a.bt-saiba-mais, section .bloco-4.quem-somos a.bt-saiba-mais, header .menu-principal ul li a, section .bloco-5.fale-conosco .conteudo .col-1 .bt-enviar, section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar a, section .bloco-2.servicos a.bt-saiba-mais, section .bloco-2.servicos .col-2 a, section .bloco-1.inicial .slider-desktop .chamada-banner a, section .bloco-3.servicos .conteudo a.bt-quero-investir{
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

section .bloco-1.inicial .slider-desktop .slick-slide{
    height: 580px;
    overflow: hidden;
    position: relative; }
.investimentos section .bloco-1.inicial .slider-desktop .slick-slide{
    height: 483px;
}

section .bloco-1.inicial .slider-desktop .slick-slide img{
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

body{
    background-color: #c5a664;
    color: #1b1b1b;
    font-family: 'Visby', arial, helvetica, sans-serif;
    font-size: 1em;
    height: 100%;
    line-height: 1.4em;
    opacity: 0;
    width: 100%;
    margin: 0; }
html{
    font-family: sans-serif;
    height: 100%;
    width: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0; }
h1{ font-size: 200%; }
h2{ font-size: 180%; }
h3{ font-size: 160%; }
h4{ font-size: 140%; }
h5{ font-size: 120%; }
h6{ font-size: 100%; }

img{ background: url(../img/blank.gif) no-repeat 50% 50%; }

p{ margin: 0; }

ul{
	list-style: none;
	margin: 0;
	padding: 0; }

h1{
    width: 230px;
    height: 120px;
    text-indent: -9999px;
    background: url(../img/logo-eagle.png) center center no-repeat;
    float: left;
    margin-left: 40px;
}
h2{
    font-size: 42px;
    color: #1b1b1b;
    font-weight: 300;
    line-height: 39px;
}
h3{
    font-size: 32px;
    color: #014054;
    font-weight: 300;
}

.margin{
	margin: 0 auto;
	padding: 0;
	width: 960px; }

.txtC{ text-align: center; }
.txtL{ text-align: left; }
.txtR{ text-align: right; }

/*--------------- HEADER ---------------*/

/*header.menu-normal{
	z-index:9999;
/*	position: absolute;
	left: 0;*/
    width: 100%;
    
    z-index: 9999;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
    moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);

 }*/
/*header.menu-normal{
    position:fixed;
    display: none;

}*/
 .ativo{
    display: block!important;
}

header .conteudo{
    width: 100% !important;
    max-width: 100%;
    height: 150px;
    overflow: hidden;
    position: relative;  
}

header .conteudo-topo{
    z-index:9999;
/*  position: absolute;
    left: 0;*/
    width: 100%;
    height: 125px;
    
    z-index: 9999;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
    moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.25);
    margin: 0 auto;

}
header .conteudo-topo-interno{
    width: 1200px;
    height: 125px;
    margin: 0 auto;
}
header .menu-principal{
    background-color: #fff;
    font-weight: 500;
    padding: 10px;
    width: 770px;
    float: right;
    margin-top: 44px;
}
header .menu-principal ul li{

}
header .menu-principal ul li a.icone{
    width: 26px;
    height: 26px;
    margin-right: 5px;
    text-indent: 9999px;
    padding: 0;
    position: relative;
    top: -7px;
}
header .menu-principal ul li a.icone.instagram{
    background: url(../img/icone-instagram.png) top center no-repeat;
}
header .menu-principal ul li a.icone.facebook{
    background: url(../img/icone-facebook.png) top center no-repeat;
}
header .menu-principal ul li .icone a{
   
}
header .menu-mobile{
    display: none;
    font-family: 'Visby', arial, helvetica, sans-serif;
}
header .menu-principal ul li{
    float: left;
/*    margin-left: 40px;*/
    text-transform: uppercase;
    
}
header .menu-principal ul li a{
    color: #222222;
    border-right: 1px solid #e0e0e0;
    line-height: 14px;
    padding: 0 20px 0 20px;
}
header .menu-principal ul li a:hover{
    color: #d1b480;
}

/*--------------- HEADER ANDERSON ---------------*/

@keyframes animacao--menu-normal{
    from{ top: -125px; }
    to{ top: 0; }
}

header.menu-normal.ativo{ height: 125px; }
header.menu-normal.ativo .conteudo-topo{
    animation: animacao--menu-normal .2s;
    position: fixed;
    z-index: 9999; }

/*--------------- FOOTER ---------------*/

footer{
    width: 100%;
    height: 138px;
    background-color: #c5a664;
}
footer .conteudo{
    width: 1300px;
    height: 138px;
    margin: 0 auto;
}
footer .conteudo .box{
    width: 320px;
    height: 138px;
    float: left;
    background: url(../img/footer-divisa.jpg) center right no-repeat;
    color: #fff;
    padding: 40px 0 0 30px;
    line-height: 19px;
}
footer .conteudo .box.email{
    padding: 44px 0 0 30px;
    line-height: 23px;
}
footer .conteudo .logo-footer{
    width: 275px;
    height: 90px;
    background: url(../img/logo-footer-eagle.png) center center no-repeat;
    background-size: 60%;
    margin-top: -14px;
}
footer .conteudo  .atendimento{
    line-height: 27px;
}
footer .conteudo  .atendimento p{
    font-size: 22px;
    font-weight: 500;
    color: #fff!important;
}
footer .conteudo  .atendimento p span{
    font-weight: 800;
}
footer .conteudo  .atendimento p.fone{
    font-size: 22px;
}
footer .conteudo .email p{
    font-size: 22px;
}
footer .conteudo .email p span{
    font-weight: 800;
}
footer .conteudo .email a{
    color: #fff;
}
.direitos{
    width: 100%;
    height: 70px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    background-color: #1b1b1b;
}

/*--------------- SECTION ---------------*/

section{ }

section .bloco-1.inicial{
    width: 100%;
    height: 580px;
/*    background: url(../img/fundo-bloco-1.jpg?v=2) center center no-repeat;*/
/*    background-color: #003849;*/
}
.investimentos section .bloco-1.inicial{
    height: 483px;
}

section .bloco-1 .conteudo{
    width: 1300px;
    height: 500px;
/*    border:solid 1px red;*/
    margin: 0 auto;
}
section .bloco-1.inicial .slider-mobile{
    display: none;
}
section .bloco-1.inicial a.bt-saiba-mais{
    background: #fff;
    padding: 20px 60px;
    border-radius: 100px;
    margin: 576px 0 0 80px;
    color: #03313f;
    font-size: 20px;
}
section .bloco-1.inicial a.bt-saiba-mais:hover{
    background-color: #d1b480;
    color: #fff;
}
section .bloco-1.inicial .slider-desktop .chamada-banner h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 38px;
    text-shadow: 0px 0px 5px #0000004a;
    font-weight: 800;
    line-height: 43px;
}
.investimentos section .bloco-1.inicial .chamada-banner h2{
    font-size: 58px;
}
section .bloco-1.inicial .chamada-banner h3{
    text-transform: uppercase;
    color: #fff;
}
section .bloco-1.inicial .chamada-banner span{
    font-size: 30px;
    font-weight: 600;
    color: #eebd55;
    display: block;
}
section .bloco-1.inicial .chamada-banner a{
    padding: 10px 40px;
    background-color: #c5a664;
    border-radius: 50px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 20px;
    font-size: 21px;
    font-weight: 400;
}

section .bloco-1.inicial .chamada-banner a:hover{
    background-color: #eebd55;
}
section .bloco-1.inicial .chamada-banner{
    max-width: 570px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9990;
    font-size: 41px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -1px;
    transform: translateY(-50%) translateX(-50%);
}   

section .bloco-1.inicial .slider-desktop{
    position: relative;
}
section .bloco-2.quem-somos{
    width: 100%;
    height: 864px;
    background: url(../img/fundo-sobre.jpg) bottom center no-repeat;
    background-color: #fff;
}
section .bloco-2.quem-somos h2{
    color: #c5a664;
    font-weight: 300;
}
section .bloco-2.quem-somos h2 span{
    color: #c5a664;
    font-weight: 800;
}
section .bloco-2 .conteudo{
    width: 1300px;
    margin: auto;
    text-align: center;
    padding-top: 60px;
}
section .bloco-2 .conteudo .txt{
    width: 500px;
    height: 215px;
    text-align: left;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 240px;
    float: left;
    margin-left: 90px;
    line-height: 11px;

    -webkit-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.77);
    box-shadow: 0px 0px 25px -9px rgba(0,0,0,0.77);
}
section .bloco-2 .conteudo .txt p{
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
section .bloco-2 .conteudo .txt h3{
    color: #1b1b1b;
}
section .bloco-2.quem-somos p{
    width: 520px;
    margin: auto;
    margin-top: 30px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
section .bloco-2.quem-somos span{
    font-weight: 600;
}   
section .bloco-3.servicos{
    width: 100%;
    height: 760px;
    background: url(../img/fundo-home-investimentos.jpg) bottom center no-repeat;
    background-color: #c5a664;
}
section .bloco-3.servicos .conteudo{
    width: 990px;
    height: 776px;
    margin: auto;
    text-align: center;
    padding-top: 60px;
}
section .bloco-3.servicos .conteudo p{
    margin-top: 20px;
    font-size: 20px;
}
section .bloco-3.servicos .conteudo h2, section .bloco-3.servicos .conteudo .sub-tit{
    color: #fff;
}
section .bloco-3.servicos h2 span{
    font-weight: 800;
}
section .bloco-3.servicos .conteudo ul{
    margin-top: 40px;
}
section .bloco-3.servicos .conteudo ul li{
    width: 325px;
    height: 185px;
    float: left;
    margin-top: 30px;
}
section .bloco-3.servicos .conteudo ul li.passo-1{
    background: url(../img/investimentos-passo1.png) top center no-repeat;
}
section .bloco-3.servicos .conteudo ul li.passo-2{
    background: url(../img/investimentos-passo2.png) top center no-repeat;
}
section .bloco-3.servicos .conteudo ul li.passo-3{
    background: url(../img/investimentos-passo3.png?v=2) top center no-repeat;
}
section .bloco-3.servicos .conteudo ul li.passo-4{
    background: url(../img/investimentos-passo4.png) top center no-repeat;
}
section .bloco-3.servicos .conteudo ul li.passo-5{
    background: url(../img/investimentos-passo5.png) top center no-repeat;
}
section .bloco-3.servicos .conteudo ul li.passo-6{
    background: url(../img/investimentos-passo6.png) top center no-repeat;
}
section .bloco-3.servicos .conteudo a.bt-quero-investir{
    padding: 20px 60px;
    background-color: #f3e145;
    border-radius: 50px;
    color: #000;
    letter-spacing: 0px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}
section .bloco-3.servicos .conteudo a.bt-quero-investir:hover{
    background-color: #fff;
}

section .bloco-3.servicos .conteudo .blocos-servicos{
    width: 990px;
    height:320px;
    margin: auto;
    margin-top: 100px;
}
section .bloco-3.servicos .conteudo .blocos-servicos .bloco{
    width: 475px;
    height: 270px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 60px;
    float: left;
}
section .bloco-3.servicos .conteudo .bloco p.tit{
    font-size: 44px;
    font-weight: 100;
    line-height: 40px;
}
section .bloco-3.servicos .conteudo .bloco p.txt{
    font-size: 18px;
}
section .bloco-3.servicos .conteudo .bloco p.tit span{
    font-weight: 600;
}
section .bloco-3.servicos .conteudo p.chamada{
    font-size: 35px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 35px;
    margin-top: 35px;
}
section .bloco-3.servicos .conteudo p.chamada span{
    font-weight: 600;
}
section .bloco-3.servicos a.bt-saiba-mais{
    background: #d1b480;
    padding: 20px 60px;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    margin-top: 42px;
}
section .bloco-3.servicos a.bt-saiba-mais:hover{
    background-color: #03313f;
    color: #fff;
}

section .bloco-4.quem-somos{
    width: 100%;
    height: 530px;  
    background-color: #fff;
}
section .bloco-4.quem-somos .conteudo{
    width: 1300px;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
section .bloco-4.quem-somos .conteudo p{
    width: 980px;
    margin-top: 40px!important;
    font-size: 20px;
    margin: 0 auto;
    line-height: 32px;
}
section .bloco-4.quem-somos h2{
    color: #c5a664;
}
section .bloco-4.quem-somos .conteudo .blocos-area-cliente{
    width: 1085px;
    height:320px;
    margin: auto;
    margin-top: 70px;
}
section .bloco-4.quem-somos .conteudo .bloco{
    width: 340px;
    height: 280px;
    background-color: #fff;
    border:solid 2px #cdb381;
    border-radius: 20px;
    padding: 160px 50px 0px 50px;
    float: left;
}
section .bloco-4.quem-somos .conteudo .bloco.investidores{
    margin-left: 30px;
}
section .bloco-4.quem-somos .conteudo .bloco.portal-assinaturas{
    margin-left: 30px;
    padding-top: 138px;
}
section .bloco-4.quem-somos .conteudo .bloco p.tit{
    font-size: 30px;
    font-weight: 600;
}
section .bloco-4.quem-somos .conteudo .portal-assinaturas p.tit{
    position: relative;
    top: 10px;;
}
section .bloco-4.quem-somos a.bt-saiba-mais{
    background: #d1b480;
    padding: 20px 60px;
    border-radius: 100px;
    color: #fff;
    font-size: 20px;
    margin-top: 42px;
}
section .bloco-4.quem-somos a.bt-saiba-mais:hover{
    background-color: #03313f;
    color: #fff;
}
section .bloco-4.quem-somos .conteudo .clientes{
    background: url(../img/fundo-clientes.png) bottom center no-repeat;
    background-position: 50% 75px;
}
section .bloco-4.quem-somos .conteudo .investidores{
    background: url(../img/fundo-investidores.png) bottom center no-repeat;
    background-position: 50% 62px;
}
section .bloco-4.quem-somos .conteudo .portal-assinaturas{
    background: url(../img/fundo-portal-assinaturas.png) bottom center no-repeat;
    background-position: 50% 65px;
}




section .bloco-5.fale-conosco{
    width: 100%;
    height: 805px;
    background-color: #1a1a1a;
    color: #fff;
}
section .bloco-5.fale-conosco .conteudo{
    width: 1300px;
    height: 760px;
    margin: auto;
    text-align: center;
    padding-top: 80px;

}
section .bloco-5.fale-conosco .conteudo h2{
    color: #fff;
}
section .bloco-5.fale-conosco .conteudo h2 span{
    font-weight: 800;
}
section .bloco-5.fale-conosco .conteudo p{
    margin-top: 20px;
    font-size: 20px;
}
section .bloco-5.fale-conosco .conteudo .col-1, section .bloco-5.fale-conosco .conteudo .col-2{
    float: left;
    margin-top: 20px!important;
}
section .bloco-5.fale-conosco .conteudo .col-2{
    margin-left: 110px;
}
section .bloco-5.fale-conosco .conteudo .col-1{
    width: 680px;
    height: 540px;
    margin: 0 50px 0 110px;
    text-align: left;
}
section .bloco-5.fale-conosco .conteudo .col-1 input{
    width: 640px;
    height: 55px;
    background-color: #fff;
    border-radius: 30px;
    border:none;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #919191;
    outline: none;
}
section .bloco-5.fale-conosco .conteudo .col-1 .tipo-contato{
    width: 100%;
}
section .bloco-5.fale-conosco .conteudo .col-1 .tipo-contato input, .investimentos section .bloco-5.fale-conosco .conteudo .col-1 select#forma-contato{
    width: 100%!important;
}
section .bloco-5.fale-conosco .conteudo .col-1 .tipo-contato label{
    height: auto;
}
section .bloco-5.fale-conosco .conteudo .col-1 .tipo-contato div{
    width: 48%!important;
    float: left;
    height: 90px;
    padding: 0!important;
    margin: 0!important;
}
section .bloco-5.fale-conosco .conteudo .col-1 div{
    display: inline-block;
}
section .bloco-5.fale-conosco .conteudo .col-1 textarea{
    background-color: #ffffff;
    width: 640px;
    height: 210px;
    border-radius: 30px;
    padding: 20px 0 0 20px;
    color: #003a4c;
    outline: none;
    resize: none;
}
section .bloco-5.fale-conosco .conteudo .col-1 fieldset{
    border:none;
}

section .bloco-5.fale-conosco .conteudo .col-1 .bt-enviar{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    background-color: #d1b480;
    -webkit-appearance: none!important;
}
section .bloco-5.fale-conosco .conteudo .col-1 .bt-enviar:hover{
    background-color: #997839;
}
section .bloco-5.fale-conosco .conteudo .col-1 .bt-enviar[disabled]{ opacity: .5; }
section .bloco-5.fale-conosco .conteudo .col-2{
    width: 350px;
    height: 540px;
}
section .bloco-5.fale-conosco .conteudo .col-2 .atendimento{
    width: 100%;
    height: 110px;
    background: url(../img/icone-central-atendimento.png) center left no-repeat;
    border-bottom: solid 1px #c5a664;
    display: inline-block;
    text-align: left;
    padding: 8px 0 0 56px;
    line-height: 13px;
    background-position: -20px;  
}
section .bloco-5.fale-conosco .conteudo .col-2 .atendimento p{
    font-size: 25px;
    font-weight: 500;
}
section .bloco-5.fale-conosco .conteudo .col-2 .atendimento p span{
    font-weight: 800;
}
section .bloco-5.fale-conosco .conteudo .col-2 .atendimento .fone{
    font-size: 28px;
    font-weight: 300;
}
section .bloco-5.fale-conosco .conteudo .col-2 .email{
    width: 100%;
    height: 110px;
    background: url(../img/icone-email.png) center left no-repeat;
    border-bottom: solid 1px #c5a664;
    display: inline-block;
    text-align: left;
    padding: 8px 0 0 60px;
    line-height: 25px; 
}
section .bloco-5.fale-conosco .conteudo .col-2 .email p{
    font-size: 25px;
}
section .bloco-5.fale-conosco .conteudo .col-2 .email p span{
    font-weight: 800;
}
section .bloco-5.fale-conosco .conteudo .col-2 .email a{
    color: #fff;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar{
    width: 312px;
    height: 515px;
    margin: 30px 0 0 -17px;
    padding: 100px 0 0 35px;
    text-align: left;
    color: #1b1b1b;
    line-height: 27px;
    background: url(../img/fundo-visita.png) center left no-repeat;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar .tit{
    color: #c5a664;
    font-size: 32px;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar .tit span{
    font-weight: 800;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar .endereco{
    font-size: 17px;
    line-height: 21px;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar img{
    margin-left: 19px;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar a{
    margin-left: 44px;
    position: relative;
    top: -8px;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar a:hover{
    color: #c5a664;
}
section .bloco-5.fale-conosco .conteudo .col-2 .venha-nos-visitar{
    position: absolute;
}
section .bloco-5.fale-conosco .conteudo .col-1 .sucesso{
    width: 400px;
    height: 200px;
    margin: 160px 0 0 249px;
}

section .bloco-6.mapa{
    width: 100%;
    height: 500px;
    background-color: #fff;
}

section .bloco-2.servicos .conteudo{
    width: 1000px;
}
.investimentos section .bloco-2.servicos .conteudo ul.investimento-mobile{
    display: none;
}
section .bloco-2.servicos .col-1, section .bloco-2.servicos .col-2 { margin-top: 30px; }

section .bloco-2.servicos p{
    margin: auto;
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}
section .bloco-2.servicos span{
    font-weight: 800;
}

section .bloco-2.servicos{
    width: 100%;
    height: 750px;
    background-color: #fff;
}
.investimentos section .bloco-2.servicos ul li {
    margin-top: 30px;
}
.investimentos section .bloco-2.servicos ul li a{
    transition: all .2s ease-in-out;
}
.investimentos section .bloco-2.servicos ul li a:hover{
    transform: scale(1.04);
}
section .bloco-2.servicos .col-1 p{
    text-align: left;
    line-height: 26px;
    font-weight: 300;
}
section .bloco-2.servicos a.bt-saiba-mais{
    background: #d1b480;
    padding: 20px 60px;
    border-radius: 100px;
    margin: 108px 0 0 -40px;
    color: #fff;
    font-size: 20px;
}
section .bloco-2.servicos a.bt-saiba-mais:hover{
    background-color: #03313f;
    color: #fff;
}

section .bloco-2.servicos .col-2{
    width: 510px;
    float: right;
}

section .bloco-2.servicos .col-2 ul li{
    width: 490px;
    height: 80px;
    border-radius: 100px;
    border:solid 2px #efefef;
    background: url(../img/icone-item.png) left center no-repeat;
    background-position: 13px 10px;
    font-size: 18px;
    text-align: left;
    margin-bottom: -10px;
}
section .bloco-2.servicos .col-2 ul li.item-1{
    padding: 27px 20px 0 88px;
}
section .bloco-2.servicos .col-2 ul li.item-2{
    padding: 17px 20px 0 88px;
}

section .bloco-2.servicos .col-2 .box-info{
    width: 500px;
    height: 360px;
    background-color: #003e51;
    padding: 28px 50px 0 50px;
}
section .bloco-2.servicos .col-2 .box-info p{
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 21px;
}
section .bloco-2.servicos .col-2 .box-info p.tit{
    font-size: 40px;
    color: #ceb37f;
    text-align: left;
    font-weight: 800;
    line-height: 39px;
}
section .bloco-2.servicos .col-2 .chamada-investidor{
    font-size: 40px;
    font-weight: 300;
}
section .bloco-2.servicos .col-2 a{
    font-weight: 600;
    text-decoration: underline;
}
section .bloco-2.servicos .col-2 a:hover{
    color: #d1b480;
}

section .bloco-1.antecipacao{
    width: 100%;
    height: 580px;
    background: url(../img/banner-antecipacao-recebiveis.jpg?v=2) top center no-repeat;
}
section .bloco-1.antecipacao img, section .bloco-1.investimentos img{
    display: none;
}
section .bloco-1.investimentos{
    width: 100%;
    height: 580px;
    background: url(../img/banner-investimentos.jpg?v=2) top center no-repeat;
}

/* FORMULÁRIO QUERO INVESTIR */
.investimentos section .bloco-5.fale-conosco{
    height: 830px;
}
.investimentos section .bloco-5.fale-conosco .conteudo .col-1 select#empreedimento, .investimentos section .bloco-5.fale-conosco .conteudo .col-1 select#forma-contato{
    width: 640px;
    height: 55px;
    background-color: #fff;
    border-radius: 30px;
    border: none;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #919191;
    outline: none;
    display: block;
}
.investimentos section .bloco-5.fale-conosco .conteudo .col-1 fieldset.divisao-campo{
    padding: 0;
}
.investimentos section .bloco-5.fale-conosco .conteudo .col-1 fieldset.divisao-campo input{
    width: 50%;
    float: left;
}
.investimentos section .bloco-5.fale-conosco .conteudo .col-1 fieldset.divisao-campo select{
    display: block;
    width: 50%;
    float: left;
    height: 55px;
    background-color: #fff;
    border-radius: 30px;
    border: none;
    margin-bottom: 20px;
    padding-left: 20px;
    color: #919191;
    outline: none;
    -webkit-appearance: none;
}



 /* RESOLUÇÃO 1024 TABLET */
@media only screen and (max-width: 1250px){

    h1{
        margin: 0px 0 0 200px;
    }

    header{
        z-index: 99;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    header .conteudo{
        width: 992px;
    }
    header .menu-principal{
        margin-left: -150px;
    }
    header .menu-principal ul li a{
        padding: 0px 7px 0 18px;
        font-size: 13px;
    }

    section .bloco-4.quem-somos .conteudo .bloco{
        width: 300px;
    }
    section .bloco-4.quem-somos a.bt-saiba-mais{
        padding: 15px 40px;
        font-size: 18px;
    }
    section .bloco-1.inicial .conteudo{
        width: 100%
    }

    section .bloco-2.quem-somos .conteudo{
        width: 910px;
    }
    section .bloco-2.quem-somos p{
        width: 100%;
    }
    section .bloco-3.servicos .conteudo{
        width: 100%;
    }
    section .bloco-4.quem-somos .conteudo .blocos-area-cliente{
        width: 960px;
    }
    section .bloco-4.quem-somos .conteudo{
        width: 960px;
    }
    section .bloco-5.fale-conosco .conteudo{
        width: 100%;
    }
    section .bloco-5.fale-conosco .conteudo .col-1 input, section .bloco-5.fale-conosco .conteudo .col-1 textarea{
        width: 500px;
    }
    section .bloco-5.fale-conosco .conteudo .col-1{
        width: 580px;
        margin: 0 20px 0 20px;
    }
    footer .conteudo{
        width: 100%;
    }
    footer .conteudo .box{
        width: 250px;
    }
    footer .conteudo .box.endereco p{
        font-size: 12px;
    }
    footer .conteudo .atendimento p{
        font-size:17px!important;
        color: #fff!important;
    }
    footer .conteudo .atendimento span{
        color: #fff!important;
    }
    footer .conteudo .atendimento p.fone{
        color: #fff!important;
    }
    footer .conteudo .email p{
        font-size: 17px;
    }
    footer .conteudo .logo-footer{
        background: url(../img/logo-exclusive.png) center left no-repeat;
        background-position: 7px;
    }

    /* INVESTIMENTOS */

    section .bloco-1.investimentos .conteudo{
        width: 100%;
    }
    section .bloco-1.investimentos{
        height: 495px;
        background-size: 160%;
        background-position: -180px 0;
    }
    section .bloco-2.servicos .col-1{
        margin-left: 40px;
    }
    section .bloco-2.servicos .col-2{
        margin-right: 30px;
    }

    /* ANTECIPAÇÃO */

    section .bloco-1.antecipacao .conteudo{
        width: 100%;
    }
    section .bloco-1.antecipacao{
        height: 495px;
        background-size: 160%;
        background-position: -180px 0;
    }

}

 /* RESOLUÇÃO 640PX CELULAR */

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

    h1{
        margin: 36px 0 0 -70px;
        z-index: 130;
    }

    header .conteudo{
        width: 100%;
    }
    header .menu-principal{
        display: none;
    }

    section .bloco-1.inicial{
        height: auto;
        z-index: 100;
    }
    section .bloco-1.inicial .conteudo{
        height: auto;
    }
    section .bloco-1.inicial .slick-slide{ height: auto; }
    section .bloco-1.inicial .slider-desktop{
        display: none;
    }
     section .bloco-1.inicial .slider-mobile{
        display: block;
        position: relative;
    }
    section .bloco-1.inicial .slider-mobile img{
        margin-top: 85px;
        width: 100%;
    }
    .investimentos section .bloco-1.inicial .slider-mobile img{
        margin-top: 85px;
        width: 100%;
        height: 350px
    }
    header .conteudo-topo{
        display: none;
    }

    section .bloco-1.inicial .chamada-banner{
        margin-top: 30px;
        width: 300px;
    }
    
    section .bloco-1.inicial .chamada-banner h2{
    text-transform: uppercase;
    color: #fff;
    font-size: 34px;
    text-shadow: 0px 0px 5px #0000004a;
    font-weight: 800;
    line-height: 38px;
    }

    section .bloco-2 .conteudo .txt{
    width: 95%;
    height: auto;
    text-align: left;
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 10px;
    float: none;
    margin-top: 30px!important;
    margin: auto;
    }


    section .bloco-2.quem-somos{
        height: auto;
        background-image:none;
        background-color: #fff;
        display: inline-block;
        padding: 30px 0 30px 0;
    }
    section .bloco-2.quem-somos .conteudo{
        width: 100%;
    }
    section .bloco-2.quem-somos p{
        width: 85%;
        line-height: 30px;
    }
    section .bloco-3.servicos .conteudo{
        padding-top: 30px;
        height: auto;

    }
    section .bloco-3.servicos{
       padding: 0 20px;
       height: auto;
       background: url(../img/fundo-servicos.jpg?v=2) top center no-repeat;
       background-size: 800%;
       display: block;
        padding-bottom: 40px;
    }
    section .bloco-3.servicos .conteudo h2{
        line-height: 38px;
        width: 220px;
        margin: auto;
    }
    section .bloco-3.servicos .conteudo h2, section .bloco-3.servicos .conteudo .sub-tit{
        width: 85%;
        margin: auto;
        margin-top: 16px;
    }
    section .bloco-3.servicos .conteudo .blocos-servicos{
        width: 100%;
        margin-top: 25px;
    }
    section .bloco-3.servicos .conteudo .blocos-servicos .bloco{
        width: 100%;
        padding-top: 0!important;
        margin-left: 0!important;
        padding: 20px 30px!important;
        margin-bottom: 30px!important;
    }
    section .bloco-3.servicos .conteudo .blocos-servicos .bloco.antecipacao{
        height: 350px;
    }
    section .bloco-3.servicos .conteudo .blocos-servicos .bloco.investimentos{
        height: 320px;
    }
    section .bloco-3.servicos .conteudo p.chamada{
        width: 90%;
        margin: auto;
    }
    section .bloco-3.servicos .conteudo ul li{
        width: 300px;
        background-size: 100%!important;
        margin: 0 auto;
        float: none;
    }


    section .bloco-4.quem-somos{
        height: auto;
        padding-bottom: 50px;   
    }
    section .bloco-4.quem-somos .conteudo{
        width: 100%;
        height: auto;
        padding-top: 60px;
        display: inline-block;
    }
    section .bloco-4.quem-somos .conteudo p{
        width: 85%;
        margin: auto;
        margin-top: 20px!important;
    }
    section .bloco-4.quem-somos .conteudo h2{
        width: 300px;
        margin: auto;
        line-height: 38px;
    }
    section .bloco-4.quem-somos .conteudo .bloco{
        width: 90%;
        margin: auto;
        float: none;
        margin-bottom: 30px;
    }
    section .bloco-4.quem-somos .conteudo .bloco.investidores, section .bloco-4.quem-somos .conteudo .bloco.portal-assinaturas{
       margin: auto;
       margin-bottom: 30px;

    }
    section .bloco-4.area-cliente .conteudo .blocos-area-cliente{
        margin-top: 30px;
        height: auto;
        width: 100%;
    }

    section .bloco-5.fale-conosco{
        height: auto;
        display: inline-block;
        padding-bottom: 50px;
    }
    section .bloco-5.fale-conosco .conteudo{
        padding-top: 40px;
    }
    section .bloco-5.fale-conosco .conteudo .col-1{
        width: 95%;
        float: none;
        margin:0 auto;
    }
    section .bloco-5.fale-conosco .conteudo .col-2{
        display: none;
    }
    section .bloco-5.fale-conosco .conteudo .col-1 input, section .bloco-5.fale-conosco .conteudo .col-1 textarea{
        width: 100%;
    }
    section .bloco-6.mapa{
        display: none;
    }
    section .bloco-5.fale-conosco .conteudo .col-1 .sucesso{
        width: 100%;
        height: 200px;
        text-align: center;
        margin: 162px 0 0 0;
    }
    section .bloco-5.fale-conosco .conteudo .col-1 .tipo-contato div, section .bloco-5.fale-conosco .conteudo .col-1 div{
        width: 100%!important
    }
    .investimentos section .bloco-5.fale-conosco{
        height: 880px;
    }



    footer{
        background-color: #c5a664;
        height: auto;
        display: inline-block;
    }
    footer .conteudo{
        height: auto;
    }
    footer .conteudo .box{
        width: 90%;
        padding: 41px 0 0 0;
        text-align: center;
        border-bottom: solid 1px #e2c27e;
        background: none;
        margin: auto;
        float: none;
    }
    footer .conteudo .logo-footer{
        width: 100%;
        background: url(../img/logo-footer-eagle.png) center center no-repeat;
    }
    footer .conteudo .box.endereco p{
        font-size: 18px;
    }
    footer .conteudo .atendimento p{
        font-size: 25px!important;
        color: #fff!important;
    }
    footer .conteudo .box.email{
        padding: 44px 0 0 0;
    }
    footer .conteudo .email p{
        font-size: 25px!important;
    }
    .direitos{
        height: 90px;
    }

    /* ANTECIPAÇÃO DE RECEBÍVEIS */

    section .bloco-1.antecipacao, section .bloco-1.investimentos{
        height: auto;
    }
    section .bloco-1.antecipacao img, section .bloco-1.investimentos img{
        width: 100%;
        display: block; 
    }
    section .bloco-2.servicos{
        height: auto;
        display: inline-block;
        padding: 0 0 30px 0;
    }
    section .bloco-2.servicos .conteudo{
        width: 100%;
    }
    section .bloco-2.servicos .col-1{
        width: 100%;
        margin-left: 0;
        float: left;
    }
    section .bloco-2.servicos .col-1 p{
        width: 90%;
        text-align:center;
    }
    section .bloco-2.servicos h2{
        width: 305px;
        margin: auto;
        line-height: 40px;
        margin-top: 35px;
    }
    section .bloco-2.servicos p {
        width: 90%;
        line-height: 21px;
    }
    section .bloco-2 .conteudo{
        padding: 0 0 0 0;
    }
    section .bloco-2.servicos .col-1 .ficou-interessado{
        width: 100%;
        background: url(../img/chamada-ficou-interessado.png) top center no-repeat;
        margin-top: 50px;
        display: none;
    }
    section .bloco-2.servicos .ficou-interessado-mobile{
    width: 100%;
    height: 200px
    background: url(../img/chamada-ficou-interessado.png) top center no-repeat;
    margin-top: 50px;
    display: block;
}
    section .bloco-2.servicos .col-2{
        width: 100%;
        margin-right: 0;
    }
    section .bloco-2.servicos .col-2 ul li{
        width: 90%;
        margin: auto;
        line-height: 19px;
        font-size: 16px;
    }
    section .bloco-2.servicos .col-2 ul li.item-1{
        padding: 17px 20px 0 88px;
    }
    section .bloco-2.servicos .col-2 ul li.item-2{
        padding: 10px 20px 0 88px;
    }
    section .bloco-2.servicos .col-2 a{
        font-weight: 300;
        text-decoration: none;
    }
    section .bloco-2.servicos .col-2 .box-info{
        width: 100%;
        height: auto;
        padding: 28px 50px 50px 50px;
    }
    section .bloco-2.servicos .col-2 .chamada-investidor{
        margin-top: 40px;
    }
    section .bloco-2.servicos .col-2 .txt-area-cliente{
        font-weight: 600;
        text-decoration: underline;
    }
    .investimentos section .bloco-5.fale-conosco .conteudo .col-1 select#empreedimento, .investimentos section .bloco-5.fale-conosco .conteudo .col-1 select#forma-contato{
        width: 100%;
        background: #fff url(../img/seta-select.png?v=2) right center no-repeat;
        background-position: 305px 25px;
        -webkit-appearance: none!important;
    }
    .investimentos section .bloco-1.inicial{
        height: 435px;
    }
    .investimentos section .bloco-1.inicial .chamada-banner h2{
        font-size: 38px;
    }
    .investimentos section .bloco-1.inicial .chamada-banner span{
        font-size: 27px;
        line-height: 31px;
    }
     .investimentos section .bloco-1.inicial .chamada-banner{
        width: 300px;
     }
     .investimentos section .bloco-2.servicos .conteudo ul.investimento-mobile{
        display: block;
     }
     .investimentos section .bloco-2.servicos .conteudo ul.investimento-desktop{
        display: none;
    }

    .investimentos section .bloco-2.servicos .conteudo ul.investimento-mobile li a img{
        width: 95%;
    }



}

 /* RESOLUÇÃO 320PX IPHONE 5 */

@media only screen and (max-width: 320px){
    h1{
        background-size: 80%;
            
    }
    section .bloco-3.servicos .conteudo .bloco p.tit{
        font-size: 35px;
    }
    section .bloco-3.servicos{
        background-size: 920%;
    }
    section .bloco-2.servicos h2{
        font-size: 35px;
    }
}



































