﻿/*
    FONT - 'Montserrat', sans-serif
    100 - Thin
    200 - Extra Light
    300 - Light
    400 - Regular
    500 - Medium
    600 - Semi-Bold
    700 - Bold
    800 - Extra Bold
    900 - Black
*/

/* 
    Animações Standard:
    fadeInUp
    zoomIn
    slideInUp
*/

/*
    Cores principais: 
        Azul + escuro: #2c4964 
        Azul - escuro: #1977cc 
        Azul - escuro: #3291e6 
*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    
}



@media (min-width: 601px) {
    .commargem {
        padding: 0px 60px;
    }
}

/*
    .bgWebsite {
        background-color: #1977cc;
    }

    .fgWebsite {
        color: #1977cc;
    }
    */

/* ----- Botão navbar-toggler ----- */
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    border: 0;
    border: none;
    border-color: transparent;
    background-color: transparent;
}

/* ----- Botão Scroll to Top ----- */
#BtntoTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 70px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    /*border: solid 1px #1977cc;*/
    border: solid 1px #e89a3d;
    outline: none; /* Remove outline */
    /*background-color: #1977cc;*/
    background-color: #e89a3d;
    color: #fff;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 7px; /* Some padding */
    border-radius: 40px; /* Rounded corners */
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

#BtntoTop:hover {
    /*background-color: #3291e6;*/
    background-color: #e58e26
}




/* -------------------------------------------------- */
/* ---------- Top Bar / Header / Preloader ---------- */
/* -------------------------------------------------- */

/* ------------------- */
/* ----- Top Bar ----- */
/* ------------------- */
#topbar {
    background: #fff;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled {
    top: -40px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #444444;
    transition: 0.3s;
}

#topbar .contact-info a:hover {
    /*color: #1977cc;*/
    color: #e89a3d;
}

#topbar .contact-info i {
    /*color: #1977cc;*/
    color: #e89a3d;
    padding-right: 4px;
    margin-left: 15px;
}

#topbar .contact-info i:first-child {
    margin-left: 0;
}

#topbar .social-links a {
    color: #437099;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
}

#topbar .social-links a:hover {
    /*color: #1977cc;*/
    color: #E89A3D;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/* ------------------ */
/* ----- Header ----- */
/* ------------------ */
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    /*padding: 15px 0;*/
    padding: 5px 0;
    /*top: 40px;*/
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
    top: 0;
}

#header .logo {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 0.5px;
    /*font-family: "Poppins", sans-serif;*/
}

#header .logo a {
    /*color: #2c4964;*/
    color:#e58e26;
}

/*#header .logo img {
    max-height: 60px;
}*/

@media (max-width: 600px) {
    #header .logo img {
        max-height: 60px;
    }
}
@media (min-width: 601px) {
    #header .logo img {
        max-height: 90px;
    }
}

@media (max-width: 992px) {
    #header {
        top: 0;
    }

        #header .logo {
            font-size: 28px;
        }
}


    /* --------------------- */
    /* ----- Preloader ----- */
    /* --------------------- */
    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        background: #fff;
    }

        #preloader:before {
            content: "";
            position: fixed;
            top: calc(50% - 30px);
            left: calc(50% - 30px);
            /*border: 6px solid #1977cc;*/
            border: 6px solid #E89A3D;
            border-top-color: #d1e6f9;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            -webkit-animation: animate-preloader 1s linear infinite;
            animation: animate-preloader 1s linear infinite;
        }

    @-webkit-keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-preloader {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /* ----------------------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------------------------------------------------------------------------------- */
    /* ----------------------------------------------------------------------------------------------------------------- */


    /* ----- Footer ----- */
    .footer {
        clear: both;
        width: 100%;
        float: left;
        background-color: #212529;
        padding: 30px 0 50px 0;
    }



    /* ----- Navbar ----- */
    .navbar-light .navbar-nav .nav-link {
        font-family: 'Montserrat', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        /*color: #2c4964;*/
        color: #333;
        padding: 5px 15px;
    }

        .navbar-light .navbar-nav .nav-link:hover {
            /*color: #3291e6;*/
            color: #000;
            color: #E89A3D;
        }

.dropdown-menu li .dropdown-item {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    /*color: #2c4964;*/
    color: #333;
    padding: 6px 30px;
}

    .dropdown-menu li .dropdown-item:hover {
        /*color: #3291e6;*/
        background-color: #f5f5f5;
        color: #E89A3D;
        
    }
/* ----- Fim da Navbar ----- */



    .divCentrado {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff !important;
    }

    /* ----------------------------------- */
    /* ---------- MEDIA QUERIES ---------- */
    /* ----------------------------------- */
    /*
    320px — 480px: Mobile devices
    481px — 768px: iPads, Tablets
    769px — 1024px: Small screens, laptops
    1025px — 1200px: Desktops, large screens
    1201px and more —  Extra large screens, TV
*/

    /* --- Navbar Menu MouseOver e MouseDown --- */
    @media only screen and (min-width:768px) {
        .dropdown:hover > .dropdown-menu {
            display: block;
        }
    }

    @media (max-width: 600px) {
        .Titulo {
            font-size: 28px;
            line-height: 36px;
            font-weight: 700;
        }

        .SubTitulo {
            font-size: 24px;
            font-weight: 700;
            line-height: 32px;
            /*color: #2c4964;*/
        }

        .Topico {
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
        }
        .SubTopico {
            font-size: 17px;
            font-weight: 600;
            line-height: 30px;
        }

        p {
            line-height: 28px;
            font-size: 16px;
            font-weight: 400;
        }
    }

    @media (min-width: 601px) {
        .Titulo {
            font-size: 38px;
            font-weight: 700;
            line-height: 50px;
            /*color: #2c4964;*/
        }

        .SubTitulo {
            font-size: 30px;
            font-weight: 700;
            line-height: 50px;
            /*color: #2c4964;*/
        }

        .Topico {
            font-size: 24px;
            font-weight: 600;
            line-height: 30px;
        }
        .SubTopico {
            font-size: 20px;
            font-weight: 600;
            line-height: 30px;
        }

        p {
            line-height: 30px;
            font-size: 16px;
            font-weight: 400;
        }
    }





    /* ************************************************************************************************* */
    /* ********** Produtos ********** */
    /* ************************************************************************************************* */
    
    /* Palete */

    .secPalete {
        background-color: #f8f8f8;
        /*background-color: #fff;*/
    }
    /*.secPalete*/ .icon-boxes .icon-box {
        text-align: center;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 40px 25px;
        padding: 40px 16px;
        width: 100%;
    }
    /*.secPalete*/ .icon-boxes .icon-box img {
        margin-bottom: 30px;
    }
    /*.secPalete*/ .icon-boxes .icon-box h4 {
        font-size: 20px;
        font-weight: 700;
        line-height:30px;
        margin: 0 0 20px 0;
        color: #E89A3D;
    }

    /*.secPalete*/ .icon-boxes .icon-box h5 {
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        margin: 0 0 20px 0;
        color: #E89A3D;
    }
    /*.secPalete*/ .icon-boxes .icon-box p {
        font-size: 16px;
        color: #848484;
    }








    /*
.secVamosFalar {
    padding: 0;
    background-color: #f2f2f2;
    color: #333;
}

.secPorqueCloudtech {
    padding: 35px;
    background-color: #f2f2f2;
    color: #333;
}

.secPortfolio {
    padding: 35px;
    background-color: #fff;
    color: #333;
}

.secIdeia {
    padding: 35px;
}

.secBarraAzul {
    background-color: #0080b9;
    color: #fff;
    padding: 35px;
}

.secsBarra {
    background-color: #fff;
    color: #333;
    padding: 35px;
}


.h1big {
    color: #f2f2f2;
    position: absolute;
    top: 0;
    left: 50%;
    text-align: center;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
*/

    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }


    .Botao {
        /*background: #1977cc;*/
        background: #E89A3D;
        color: #fff !important;
        border-radius: 50px;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
    }

        .Botao:hover {
            /*background: #3291e6;*/
            background: #e58e26;
        }


    .BotaoPequeno:link, .BotaoPequeno:visited, .BotaoPequeno:active, .BotaoPequeno:target {
        /*background: #1977cc;*/
        background: #E89A3D;
        color: #fff !important;
        border-radius: 50px;
        padding: 8px 25px;
        padding: 6px 22px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        text-decoration: none;
    }

    .BotaoPequeno:hover {
        /*background: #3291e6;*/
        background: #e58e26;
    }






    /* a Botão Voltar*/
    /*.botaoVoltar {
    border: 2px solid #0080b9;
    border: 2px solid #1977cc;
    background-color: #0080b9 !important;
    background-color: #1977cc !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 8px;
}
.botaoVoltar:hover {
    background-color: #fff !important;
    color: #333 !important;
}
*/


    a,
    a label {
        cursor: pointer;
        font-weight: 500;
    }

    a {
        color: #707070;
        color: #333;
        cursor: pointer;
        font-weight: 500;
    }

        a:link {
            color: #707070;
            color: #333;
            text-decoration: none;
            font-weight: 500;
        }

        a:visited {
            color: #333;
            text-decoration: none;
            font-weight: 500;
        }

        a:hover {
            color: #d3593c;
            color: #333;
            text-decoration: none;
            font-weight: 500;
        }

        a:active {
            color: #707070;
            color: antiquewhite;
            color: #333;
            text-decoration: none;
            font-weight: 500;
        }

        a:target {
            color: #333;
            font-weight: 500;
        }

    input, input[type="text"], input[type="email"], textarea, .form-control {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        min-height: 40px;
        border-color: #eee;
        border-color: #cecece;
    }

    ul li {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        line-height: 30px;
    }

    ​
    /*
    .imgParallax {
    margin: 0;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 40vh;
    float: left;
    width: 100%;
    background-position: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}*/
    /* ------------------------------------------- */
    /* ---------- DIV Container Imagems ---------- */
    /* ------------------------------------------- */
    .containerImg {
        position: relative;
        margin: 0 auto;
    }

    .containerImg img {
        vertical-align: middle;
    }

    .containerImg .contentPreto {
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
        /*padding: 15px 15px 5px 15px;*/
        padding: 15px;
    }

    .containerImg .contentAzul {
        position: absolute;
        bottom: 0;
        background: rgba(38, 63, 91, 0.5);
        color: #f1f1f1;
        width: 100%;
        padding: 20px;
    }





    /* -------------------- */
    /* ----- TAMANHOS ----- */
    /* -------------------- */


    /* --- 10 --- */
    .tam10Regular {
        font-size: 10px;
        font-weight: 400;
    }

    /* --- 12 --- */
    .tam12Thin {
        font-size: 12px;
        font-weight: 100;
    }

    .tam12ExtraLight {
        font-size: 12px;
        font-weight: 200;
    }

    .tam12Light {
        font-size: 12px;
        font-weight: 300;
    }

    .tam12Regular {
        font-size: 12px;
        font-weight: 400;
    }

    .tam12Medium {
        font-size: 12px;
        font-weight: 500;
    }

    .tam12SemiBold {
        font-size: 12px;
        font-weight: 600;
    }

    .tam12Bold {
        font-size: 12px;
        font-weight: 700;
    }

    .tam12ExtraBold {
        font-size: 12px;
        font-weight: 800;
    }

    .tam12Black {
        font-size: 12px;
        font-weight: 900;
    }

    /* --- 13 --- */
    .tam13Thin {
        font-size: 13px;
        font-weight: 100;
    }

    .tam13ExtraLight {
        font-size: 13px;
        font-weight: 200;
    }

    .tam13Light {
        font-size: 13px;
        font-weight: 300;
    }

    .tam13Regular {
        font-size: 13px;
        font-weight: 400;
    }

    .tam13Medium {
        font-size: 13px;
        font-weight: 500;
    }

    .tam13SemiBold {
        font-size: 13px;
        font-weight: 600;
    }

    .tam13Bold {
        font-size: 13px;
        font-weight: 700;
    }

    .tam13ExtraBold {
        font-size: 13px;
        font-weight: 800;
    }

    .tam13Black {
        font-size: 13px;
        font-weight: 900;
    }

    /* --- 14 --- */
    .tam14Thin {
        font-size: 14px;
        font-weight: 100;
    }

    .tam14ExtraLight {
        font-size: 14px;
        font-weight: 200;
    }

    .tam14Light {
        font-size: 14px;
        font-weight: 300;
    }

    .tam14Regular {
        font-size: 14px;
        font-weight: 400;
    }

    .tam14Medium {
        font-size: 14px;
        font-weight: 500;
    }

    .tam14SemiBold {
        font-size: 14px;
        font-weight: 600;
    }

    .tam14Bold {
        font-size: 14px;
        font-weight: 700;
    }

    .tam14ExtraBold {
        font-size: 14px;
        font-weight: 800;
    }

    .tam14Black {
        font-size: 14px;
        font-weight: 900;
    }


    /* --- 15 --- */
    .tam15Regular {
        font-size: 15px;
        font-weight: 400;
    }

    .tam15Medium {
        font-size: 15px;
        font-weight: 500;
    }

    .tam15SemiBold {
        font-size: 15px;
        font-weight: 600;
    }


    /* --- 16 --- */
    .tam16Thin {
        font-size: 16px;
        font-weight: 100;
    }

    .tam16ExtraLight {
        font-size: 16px;
        font-weight: 200;
    }

    .tam16Light {
        font-size: 16px;
        font-weight: 300;
    }

    .tam16Regular {
        font-size: 16px;
        font-weight: 400;
    }

    .tam16Medium {
        font-size: 16px;
        font-weight: 500;
    }

    .tam16SemiBold {
        font-size: 16px;
        font-weight: 600;
    }

    .tam16Bold {
        font-size: 16px;
        font-weight: 700;
    }

    .tam16ExtraBold {
        font-size: 16px;
        font-weight: 800;
    }

    .tam16Black {
        font-size: 16px;
        font-weight: 900;
    }


    /* --- 17 --- */
    .tam17SemiBold {
        font-size: 17px;
        font-weight: 600;
    }


    /* --- 18 --- */
    .tam18Regular {
        font-size: 18px;
        font-weight: 400;
    }


    /* --- 20 --- */
    .tam20Regular {
        font-size: 20px;
        font-weight: 400;
    }

    .tam20Medium {
        font-size: 20px;
        font-weight: 500;
    }


    /* -- 22 -- */
    .tam22Medium {
        font-size: 22px;
        font-weight: 600;
    }


    /* --- 24 --- */
    .tam24Light {
        font-size: 24px;
        font-weight: 300;
    }

    .tam24Regular {
        font-size: 24px;
        font-weight: 400;
    }

    .tam24Medium {
        font-size: 24px;
        font-weight: 500;
    }



    /* --------------------- */



    /* --------------------------- */
    /* ---------- CORES ---------- */
    /* --------------------------- */
    /*.vermelho {
    color: #d13239 !important;
}

.azul {
    color: #0080b9 !important;
}

.cinza {
    color: #7e7f80 !important;
}*/


