body{
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
}

img{
    max-width: 100%;
}
.container{
    margin-right: auto;    
    margin-left: auto;
    padding-left: 1em;
    padding-right: 1em;
    /*max-width: 980px;*/

}


.header{
    background: #fff;
    width: 100%;
}

.js .header{
    position: fixed;
    width: 100%;
    z-index: 1;
}

.logo-text{
    text-transform: uppercase;
    background-color: #1E90FF;
    font-size: 20px;
    margin: 0;
    padding: 5px;
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    float: left;
    text-align: left;
}



}

.logo_img{
    vertical-align: middle;
    width: 15%;
}

.logo_img_dev{
    width: 15%;

}

.logo_img_simu{
    width: 50%;

}


.header__nav{
    clear: left;

}
.header__nav ul{
    margin: 0;
    padding: 0;
}
.header__nav li {
    list-style-type: none;
    background: #242c2c;
    text-align: center;
    border-bottom: 1px dotted rgba(255,255,255, 0.3);
}
.header__nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 20px 0;
    transition: .8s ease;
}
.header__nav a:hover {
    color: #1E90FF;   
}
.header__btnMenu{
    float: right;
    margin: 1.5em;
    background: transparent;
    color: white;
    border: none;
    vertical-align: middle;
    font-size: 10px;
}

.js .header__nav{
    transition: max-height 1s;
}

.js .laptop-slider{
    overflow: hidden;
    color: white;
}
.js .laptop-slider .slideshow{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 950px;
}
.js .laptop-slider figure{
    opacity: 0;
    transition: 1s opacity;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.js .laptop-slider figure.show{
    opacity: 1;
    position: static;

}
.js .laptop-slider .prev, .js .laptop-slider .next{
    z-index: 3;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.js .laptop-slider .prev{
    left: 10px;
}
.js .laptop-slider .next{
    right: 10px;
}

top{

    background: #215070ab;
    padding: 10px 40px;
    /* margin-top: 20px;*/
    border-radius: 10px;
    margin: 0% 0% 0% 0%;
    line-height: 1;
    margin-top: 3em;


}


#btn-contratar{
    display: none;
}
#btn-reset{
    display: none;
    background: url(../img/reset.png) no-repeat;
    background-position: center;
    cursor:pointer;
    border: none;
}


.simulador_reset{

}



.vantagens {

    width: 10em;
    display: inline-block;
    vertical-align: top;
    margin: 0% 0% 1% 1%;
    text-align: center;

}

.info {

    text-align: justify;
    margin: 0% 5% 0% 5%;
    line-height: 1.5;

}

.info_img {
    width: 10em;
    margin: 0% 20% 0% 20%;
    text-align: center;

}


/* Slider*/
.slidecontainer {
    width: 100%;
} 
.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 5px;
    border-radius: 10px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;

}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
    border-style: solid;
    border-width: 2px;
    border-color: white;
    background: #1E90FF;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    background: #1E90FF;
    cursor: pointer;
}

/* Slider*/

.js .quote-slideshow{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 950px;
    box-sizing: border-box;
    padding: 0 50px;
    color: white;
}
.js .quote-slideshow figure h2{
    margin-top: 0;
}
.js .quote-slideshow figure{
    opacity: 0;
    transition: 1s opacity;
    position: absolute;
    top: 0;
    left: 50px;
    right: 50px;
    box-sizing: border-box;
    margin: 0;
}
.js .quote-slideshow figure.show{
    opacity: 1;
    position: static;

}
.js .quote-slideshow .prev, .js .quote-slideshow .next{
    z-index: 3;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.js .quote-slideshow .prev{
    left: 10px;
}
.js .quote-slideshow .next{
    right: 10px;
}


.hero{
    height: 100%;
    padding: 40px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


    background: linear-gradient(45deg, white 50%, transparent 50%) left calc(50% + 20px) bottom no-repeat, 
        linear-gradient(-45deg, white 50%, transparent 50%) left calc(50% - 20px) bottom no-repeat, 
        url(../img/emprestimo2.jpg);
    background-size: 40px 40px, 40px 40px, cover;
}

.hero__title{
    background-color: #1E90FF;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 20px;
    border-radius: 10px;
    text-transform: uppercase;
}

.hero__text{
    background-color: #242a2c;
    margin: 5px 30px 35px;
    color: white;
    padding: 20px;
    font-size: 16px;

}

.hero__btn{
    border: 1px solid rgba(255,255,255,.3);
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}


.vantagens_content{


    text-align: center;


}

.people-cards{
    margin-top: 2.5em;
    margin: 5% 0% 5% 0%;
}


.people-cards__card:hover{
    outline: 5px solid #1E90FF;
    outline-offset: -5px;
}
.people-cards__card:hover .people-cards__avatar img{
    transform: translateY(-50%);
}
.people-cards__card:hover .people-cards__title,
.people-cards__card:hover .people-cards__text{
    color: #1E90FF;
}

.people-cards__image{
    width: 100%;
}

.people-cards__avatar{
    margin: -55px auto;
    width: 88px;
    height: 88px;
    overflow: hidden;
}
.people-cards__content{
    text-align: center;
    padding: 40px 25px 10px;
    border-left: 1px solid #dbe1e7;
}
.people-cards__title{
    color: #737c85;
    font-size: 21px;
    font-weight: normal;
}
.people-cards__text{
    color: #929da5;
    font-size: 14px;    
}
.simulador__text{
    color: white;
    font-size: 25px;   
}
.simuladortop__text{
    color: white;
    font-size: 16px;  
}
.simuladortop__text_notif{
    color: white;
    font-size: 10px;  
}



.content{
    background: #f8f9f9;
    padding: 20px 0 80px;
    border-top: 1px solid #e3e3e3;
}

.content h3{
    color: #737c85;
    font-size: 21px;
    padding-top: 40px;
    font-weight: 400;
}
.content p{
    color: #929da5;
    font-size: 14px;
    word-spacing: 3px;
}
.button{
    padding: 15px 40px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
    transition: background .5s;
}
.button:hover{
    background-color: #929da5;
}
.button-primary{
    background-color: #1E90FF;
    color: white;
}
.button-secundary{
    background-color: #455357;
    color: white;
}



.last-articles__title{
    background-color: #1E90FF;
    padding: 5px 0;
    text-align: center;
}

.last-articles__title h2{
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
}

.last-articles__thumbs{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: auto;
    grid-gap: 0;
    background: yellow;
}
.last-articles__thumbs img{
    display: block;
    width: 100%;
}


.laptop-slider{
    background-color: #242a2c;
    padding: 125px 0 100px;
    width: 100%;
    overflow: auto;
}

.slideshow{
    white-space: nowrap;
}
.slideshow figure{
    display: inline-block;
}




.quote-container{
    background-color: #1E90FF;
    padding: 50px 0;
    border-bottom: 12px solid #1E90FF;
}

.quote-slideshow h2{
    color: white;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
}

.quote-slideshow figcaption{
    color: white;
    font-size: 18px;
    text-align: center;
}

.no-js .quote-slideshow figure + figure{
    margin-top: 5em;
}


.footer{
    background-color: #242a2c;
    padding: 50px 0 10px;
    color: #ffffff;
    font-size: 14px;
}

.footer__links li{
    list-style: none;
}
.footer__links a{
    color: #ffffff;
    display: block;
    font-weight: 600;
    text-decoration: none;
}

.footer__logo{
    text-transform: uppercase;
}


/*formulario*/

.formulario {

    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;

}

.carrocel {

    font-size: 16px;
    text-align: center;
    border-radius: 0px;
    background-color: #f2f2f2;
    padding: 20px;

}

.solicitacao {

    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    padding-top: 15%;

}

.text-solicitacao{
    font-size: 16px;
    text-align: center;
    color: white;
}



.texto_form{
    font-size: 15px;
    text-align: justify;
    padding: 0% 5%;
    color: #737c85;
}

.texto_form1{
    font-size: 15px;
    text-align: justify;
    padding: 0% 5%;
    color: #737c85;
    width: 100%;
}

.texto_form2{
    font-size: 15px;
    text-align: center;
    padding: 0% 1%;
    color: #737c85;
    width: 100%;
}

input[type=text], input[type=date], input[type=email]{
    width: 95%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}
input[type=submit], input[type=file]    {

    width: 95%;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;    
}

button{
    width: 95%;
    background-color: #1E90FF;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

textarea {
    width: 95%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

.progress {

    width: 95%;

}

select {
    width: 95%;
    padding: 16px 20px;
    border: none;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]{
    background-color: #1E90FF;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

.dados_solicitacao{
    width: 100%;
    background: #1E90FF;
    padding: 5px;
    /* margin-top: 20px;*/
    border-radius: 10px;
    margin: 0% 0% 0% 0%;
    line-height: 1;
    margin-top: 0.5em;


}

.docs{
    width: 95%;
    text-align: center;


}


/*------*/


#blanket,#aguarde {
    position: fixed;
    display: none;
}

#blanket {
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    filter: alpha(opacity =         65);
    height: 100%;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    opacity: 0.65;
    z-index: 9998;
}

#aguarde {
    margin: 0 auto;
    width: 50%;
    top: 50%;
    background: url('https://servcredfinanceira.com/beta/img/loading.gif') no-repeat 0 50%;
    line-height: 30px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999;
    padding-left: 27px;
}







/*APLICADO SOMENTE EM TELA MEDIA*/

@media screen and (max-width: 1024px){
    .logo_img{
        vertical-align: middle;
        width: 35%;
    }


    .logo_img_simu{
        width: 80%;

    }

    .logo_img_dev{
        width: 20%;

    }


    top{

        margin-top: 10%;
    }


    /*------*/


    #blanket,#aguarde {
        position: fixed;
        display: none;
    }

    #blanket {
        left: 0;
        top: 0;
        background-color: #f0f0f0;
        filter: alpha(opacity =         65);
        height: 100%;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        opacity: 0.65;
        z-index: 9998;
    }

    #aguarde {
        margin: 0 auto;
        width: 50%;
        top: 50%;
        background: url('https://servcredfinanceira.com/beta/img/loading.gif') no-repeat 0 50%;
        line-height: 30px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 9999;
        padding-left: 27px;
    }




}



/*APLICADO SOMENTE EM TELA GRANDE*/


@media screen and (min-width: 1024px){
    .header{
        position: fixed;
    }

    .logo-text{
        width: 25%;
        box-sizing: border-box;
    }

    .logo_img_simu{
        width: 60%;

    }

    .header__btnMenu{
        display: none;
    }

    .header__nav{
        float: left;
        width: 75%;
        clear: none;
        max-width: 800px;
    }

    .header__nav ul{
        display: flex;
        justify-content: space-around;
    }

    .header__nav li {
        border-bottom: none;
        flex-grow: 1;
    }

    .header__nav a{
        background: white;        
    }

    /*CARD DE SERVIÇOS*/
    .people-cards{
        display: inline-grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        margin: 3% 5% 3% 5%;
    }

    .video-cards{
        display: inline-grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        margin: 3% 5% 3% 5%;
    }


    .content .container{
        display: inline-grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .last-articles__thumbs{
        grid-template-columns: repeat(6, 1fr);
    }

    .footer .container{
        display: flex;
    }
    .footer .container > * {
        margin: 1.5em;
    }


    top{

        background: #215070ab;
        padding: 10px 40px;
        /* margin-top: 20px;*/
        border-radius: 10px;
        margin: 5% 60% 0% 0%;
        line-height: 0.5;


    }


    .logo_img{
        width: 60%;
    }

    .logo_img_dev{
        width: 12%;

    }

    body{
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.5;
    }



    .header__nav a {
        text-decoration: none;
        text-transform: uppercase;
        color: #586165;
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 25px 0;
        transition: .8s ease;

    }

    .header__btnMenu{
        float: right;
        margin: 1.5em;
        background: transparent;
        border: none;
        font-size: 14px;
    }

    .logo-text{
        text-align: right;

    }


    .formulario {

        font-size: 16px;
        text-align: center;
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;

    }


    .solicitacao {

        font-size: 16px;
        text-align: center;
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        padding-top: 8%;

    }


    .texto_form{
        font-size: 15px;
        text-align: justify;
        padding: 0% 25%;
        color: #737c85;
    }

    .texto_form1{
        font-size: 15px;
        text-align: justify;
        padding: 0% 5%;
        color: #737c85;
        width: 64%;
    }

    .texto_form2{
        font-size: 15px;
        text-align: justify;
        padding: 0% 1%;
        color: #737c85;
        width: 100%;
    }



    input[type=text], input[type=date], input[type=email]{
        width: 55%;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        resize: none;
    }
    input[type=submit], input[type=file]{

        width: 55%;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        resize: none;    
    }

    button{
        width: 55%;
        background-color: #1E90FF;
        border: none;
        color: white;
        padding: 16px 32px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
    }

    .contratar input[type=submit] {

        width: 95%;

    }

    textarea {
        width: 55%;
        height: 150px;
        padding: 12px 20px;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
        resize: none;
    }

    .progress {

        width: 55%;

    }

    select {
        width: 55%;
        border: none;
        box-sizing: border-box;
        border: 2px solid #ccc;
        border-radius: 4px;
        background-color: #f8f8f8;
    }

    input[type=button], input[type=submit], input[type=reset], input[type=file] {
        background-color: #1E90FF;
        border: none;
        color: white;
        padding: 16px 32px;
        text-decoration: none;
        margin: 4px 2px;
        cursor: pointer;
    }
    .dados_solicitacao{
        text-align: center;
        width: 55%;
        background: #1E90FF;
        padding: 5px;
        /* margin-top: 20px;*/
        border-radius: 10px;
        margin: 0% 0% 0% 0%;
        margin-top: 3em;

    }















    .map{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .row{
        margin:7px 9px;
        width:70%;
    }
    .row input, .row select{
        width:150px;
        float:right;
    }
    .readonly {
        background-color:#DDD;
    }


    /*------*/


    #blanket,#aguarde {
        position: fixed;
        display: none;
    }

    #blanket {
        left: 0;
        top: 0;
        background-color: #f0f0f0;
        filter: alpha(opacity =         65);
        height: 100%;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        opacity: 0.65;
        z-index: 9998;
    }

    #aguarde {
        margin: 0 auto;
        width: 50%;
        top: 50%;
        background: url('https://servcredfinanceira.com/beta/img/loading.gif') no-repeat 0 50%;
        line-height: 30px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        z-index: 9999;
        padding-left: 27px;
    }
}









