/* Modal Base CSS */
.scotch-overlay
{
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;

    opacity: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: 1ms opacity ease;
    -moz-transition: 1ms opacity ease;
    -ms-transition: 1ms opacity ease;
    -o-transition: 1ms opacity ease;
    transition: 1ms opacity ease;

    background: rgba(0,0,0,.6);
}
.img-modal{
    display: block;
    float: left;
    width: 100%;
}
#content
{
    display: none;
}

.scotch-modal
{
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;

    opacity: 0;

    width: 94%;
    padding: 24px 20px;

    -webkit-transition: 1ms opacity ease;
    -moz-transition: 1ms opacity ease;
    -ms-transition: 1ms opacity ease;
    -o-transition: 1ms opacity ease;
    transition: 1ms opacity ease;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 2px;
    background: #fff;
}
.btn-modal{
    background: #00a3f5;
    color: #FFF;
    font-weight: bold;
    width: auto;
    display: block;
    padding: 10px 25px;
    z-index: 5;
    float: right;
    bottom: 15px;
    right: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #00a3f5;
    margin-top: 12px;
}
.btn-modal:hover{
    background: #00cafc;
    color: #FFF;
    border: 1px solid #00cafc;
}
.scotch-modal.scotch-open.scotch-anchored
{
    top: 20px;

    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.scotch-modal.scotch-open
{
    opacity: 1;
}

.scotch-overlay.scotch-open
{
    opacity: 1;

}

/* Close Button */
.scotch-close
{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;

    position: absolute;
    top: 5px;
    right: 5px;

    padding: 5px 7px 7px;

    cursor: pointer;

    color: #fff;
    border: 0;
    outline: none;
    background: #e74c3c;
}

.scotch-close:hover
{
    background: #c0392b;
}

/* Default Animation */

.scotch-overlay.fade-and-drop
{
    display: block;

    opacity: 0;
}

.scotch-modal.fade-and-drop
{
    top: -300%;

    opacity: 1;

    display: block;
}

.scotch-modal.fade-and-drop.scotch-open
{
    top: 50%;
    padding: 40px 15px 15px;
    -webkit-transition: 500ms top 500ms ease;
    -moz-transition: 500ms top 500ms ease;
    -ms-transition: 500ms top 500ms ease;
    -o-transition: 500ms top 500ms ease;
    transition: 500ms top 500ms ease;
}

.scotch-modal.fade-and-drop.scotch-open.scotch-anchored
{

    -webkit-transition: 500ms top 500ms ease;
    -moz-transition: 500ms top 500ms ease;
    -ms-transition: 500ms top 500ms ease;
    -o-transition: 500ms top 500ms ease;
    transition: 500ms top 500ms ease;
}

.scotch-overlay.fade-and-drop.scotch-open
{
    top: 0;

    -webkit-transition: 500ms opacity ease;
    -moz-transition: 500ms opacity ease;
    -ms-transition: 500ms opacity ease;
    -o-transition: 500ms opacity ease;
    transition: 500ms opacity ease;

    opacity: 1;
}

.scotch-modal.fade-and-drop
{
    -webkit-transition: 500ms top ease;
    -moz-transition: 500ms top ease;
    -ms-transition: 500ms top ease;
    -o-transition: 500ms top ease;
    transition: 500ms top ease;
}

.scotch-overlay.fade-and-drop
{
    -webkit-transition: 500ms opacity 500ms ease;
    -moz-transition: 500ms opacity 500ms ease;
    -ms-transition: 500ms opacity 500ms ease;
    -o-transition: 500ms opacity 500ms ease;
    transition: 500ms opacity 500ms ease;
}

/* Demo Styles */

/* Section empresa ///////////////////////////////////////////////////////////////////*/
.wrap_section_empresa{
    padding: 40px 0px 60px;
    background-color: #f6f6f6;
}
.img_principal_empresa{
    width: 40%;
    float: left;
    margin: 0px 20px 20px 0px;
}
.wrap_section_empresa .descricao_empresa{
    color: #333;
    font-size: 16px;
}
.fale_com_consultor{
    background: #fff;
    border: 1px solid #00a3f5;
    color: #00a3f5;
    padding: 10px 20px;
    border-radius: 4px;
}
.fale_com_consultor:hover {
    text-decoration: none;
    background: #00cafc;
    color: #FFF;
    transition: 0.5s all;
}
.btn_saiba_mais_empresa{
    float: left;
    border: 1px solid #00a3f5;
    color: #00a3f5;
    text-align: center;
    font-size: 22px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}
.btn_saiba_mais_empresa:hover{
    text-decoration: none;
    background: #00cafc;
    color: #FFF;
    transition: 0.5s all;
}
.btn_saiba_mais_empresa:hover .btn_saiba_mais_empresa:focus{
    text-decoration: none;
    background: #00cafc;
    color: #FFF;
    transition: 0.5s all;
}
.titulo_section_empresa{
    width: 57%;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
    display: block;
    float: left;
}
.img_principal_empresa{
    width: 40%;
    float: left;
    margin: 0px 20px 20px 0px;
}
/* End section empresa ///////////////////////////////////////////////////////////////*/



/* Serviços //////////////////////////////////////////////////////////////////////////*/
.wrap_section_servicos{
    padding: 20px 0px 40px;
}
.img_servico_listagem{
    display: block;
    max-width: 210px !important;
    height: 215px;
    width: auto;
    border-radius: 100%;
    margin: 10px auto;
    float: initial;
    background-size: cover;
    padding: 6px;
    border: 1px solid #dddddd;
}
.img_servico {
    display: block;
    float: left;
    background-position: center;
    width: 100%;
    height: 201px;
    background-size: cover;
    z-index: 1;
    position: relative;
    border-radius: 108px;
}
.img_servico:hover{
    height: 201px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 6px 0px #00cafc;
    -moz-box-shadow: 0px 0px 6px 0px #00cafc;
    box-shadow: 0px 0px 6px 0px #00cafc;
}
.img_servico_listagem:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 6px 0px #00cafc;
    -moz-box-shadow: 0px 0px 6px 0px #00cafc;
    box-shadow: 0px 0px 6px 0px #00cafc;
}
.text-local{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 15px 0px;
}
.box_carousel_servico{
    width: 100%;
    float: left;
}
.box_carousel_servico_img{
    width: 100%;
    display: table;
}
.box_carousel_servico_img img{
    width: 100%;
}
.box_carousel_servico_titulo{
    width: 100%;
    float: left;
    color: #cba851;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}
.box_carousel_servico_descricao{
    width: 100%;
    float: left;
    text-align: left;
    color: #333;
}
/* End Serviços /////////////////////////////////////////////////////////////////////*/




/* Portfolio ////////////////////////////////////////////////////////////////////////*/
.wrap_section_portfolio{
    padding: 40px 0px 60px;
}
.box_portfolio{
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.box_portfolio_img {
    width: 100%;
    float: left;
}
.box_portfolio_img img{
    float: initial;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 1px #000;
}
.btn_ver_todos_portfolio{
    background: #00a3f5;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    padding: 11px 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: table;
    margin: 0px auto;
}
.btn_ver_todos_portfolio:hover{
    text-decoration: none;
    background: #00cafc;
    color: #FFF;
    transition: 0.5s all;
}
.nav-portfolio>li>a {
    color: #000;
}
.nav-portfolio>li.active>a, .nav-portfolio>li.active>a:focus, .nav-portfolio>li.active>a:hover {
    color: #fff;
    background-color: #00a3f5;
}
/* End Portfolio ////////////////////////////////////////////////////////////////////*/

/* Equipe ///////////////////////////////////////////////////////////////////////////*/
.wrap_section_equipe {
    padding: 40px 0px 60px;
    background: #f6f6f6;
}

.box_carousel_equipe{
    width: 100%;
    float: left;
}
.box_carousel_equipe_img{
    width: 100%;
    float: left;
}
.box_carousel_equipe_img img{
    width: 100%;
    float: left;
}
.box_carousel_equipe_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.box_carousel_equipe_descricao{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 16px;
}
.btn_ver_perfil_equipe{
    background: #00a3f5;color: #FFF;padding: 6px 15px;
}
.btn_ver_perfil_equipe:hover{
    text-decoration: none;
    background: #00cafc;
    color: #FFF;
    transition: 0.5s all;
}
.wrap_pessoa_equipe_pgs{
    padding: 40px 0px 60px;
}
.img_pessoa_equipe{
    width: 100%;
    float: left;
}
.titulo_pessoa_equipe{
    margin: 0px 0px 10px;
}
.subtitulo_pessoa_equipe{
    font-size: 16px;
}
.descricao_pessoa_equipe{
    margin-top: 20px;
}
.redes_sociais_pessoa_equipe{
    padding: 0px;
    list-style: none;
    float: left;
}
.redes_sociais_pessoa_equipe li{
    float: left;
    display: inline-block;
    padding: 0px 5px;
}
.redes_sociais_pessoa_equipe li:first-child{
    padding-left: 0px;
}
.redes_sociais_pessoa_equipe li a{
    font-size: 18px;
    border-radius: 3px 2px 2px 3px;
    display: inherit;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: white;
}
.redes_sociais_pessoa_equipe li .facebook{
    background: #3b589e;
}
.redes_sociais_pessoa_equipe li .instagram{
    background: #e78733;
}
.redes_sociais_pessoa_equipe li .twitter{
    background: #2b97f0;
}
.redes_sociais_pessoa_equipe li .youtube{
    background: #dc4e41;
}
/* End Equipe ///////////////////////////////////////////////////////////////////////*/

/* Depoimentos //////////////////////////////////////////////////////////////////////*/
.wrap_section_depoimentos{
    padding: 40px 0px 60px;
}

.box_carousel_depoimento{
    width: 100%;
    float: left;
}
.box_carousel_depoimento_img{
    width: 160px;
    height: 160px;
    margin: 0px auto;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.box_carousel_depoimento_img:hover{
    transition: 0.5s all;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 6px 0px #00cafc;
    -moz-box-shadow: 0px 0px 6px 0px #00cafc;
    box-shadow: 0px 0px 6px 0px #00cafc;
}
.box_carousel_depoimento_img img{
    width: 100%;
    float: left;
    border-radius: 100%;
}
.titulo_subl_centro_portifolio:after{
    content: '';
    display: block;
    margin: 10px auto 0px;
    width: 60px;
    height: 4px;
    background: #fff;
}
.box_carousel_depoimento_titulo{
    width: 100%;
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}
.box_carousel_depoimento_descricao{
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}
/* End Depoimentos //////////////////////////////////////////////////////////////////*/



/* Celulares ate 240px */
@media screen and (max-width: 240px) {

    /* Home */
    /* End Home */

}

/* End Celulares ate 240px */

/* Celulares ate 480px */
@media screen and (max-width: 480px) {
    .titulo_section_empresa{
        width: 100%;
    }
    .img_principal_empresa{
        width: 100%;
        float: left;
        margin: 20px 0px 20px 0px;
    }
    .btn_saiba_mais_empresa {
        display: block;
        float: initial;
    }

    /* Home */
    /* End Home */

}

/* Tablet em pe */
@media screen and (min-width: 481px) and (max-width: 767px) {
    .titulo_section_empresa{
        width: 100%;
    }
    .img_principal_empresa{
        width: 100%;
        float: left;
        margin: 20px 0px 20px 0px;
    }
    .btn_saiba_mais_empresa {
        display: block;
        float: initial;
    }
    .wrap_section_servicos {
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_empresa{
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_portfolio{
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_equipe{
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_depoimentos{
        padding: 20px 0px 20px 0px;
    }
    /* Home */
    /* End Home */

}

/* End Tablet em pe */

/* Tablet em deitado */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .wrap_section_servicos {
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_empresa{
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_portfolio{
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_equipe{
        padding: 20px 0px 20px 0px;
    }
    .wrap_section_depoimentos{
        padding: 20px 0px 20px 0px;
    }
    /* Home */
    /* End Home */

}

/* End Tablet em deitado */

/* Notebook */
@media screen and (min-width: 992px) and (max-width: 1280px) {

    /* Home */
    /* End Home */

}

/* End Notebook */

/* Computadores */
@media screen and (min-width: 1281px) {

    /* Home */
    /* End Home */

}

/* End Computadores */

/* Computadores M */
@media screen and (min-width: 1345px) and (max-width: 1632px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores */

/* Computadores G */
@media screen and (min-width: 1633px) {

    /* Classes do projeto */
    /* End Classes do projeto */

}

/* End Computadores G */