@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800|Myriad+Pro&display=swap');
body{
    margin:0;
    padding:0;
}
#container{
    width:auto;
    height:50px;
    background-color:#181923;
    border-bottom:2px solid #24252e;
}
#main{width:auto;
    height:70px;
    background-color:#1d1e2b;
    border-bottom:1px solid #3c3c50;
}

.eng {
    margin-left:10px;
}

.topnav2{
    overflow:hidden;
    height:80px;
    margin-left:-38px;
}
/* DESATIVADO */
#tudo {
    width: 760px;
    margin:0 auto;
    padding: 10px;
    text-align:left;
}
/* DESATIVADO */

.opc {
    width:74px;
    height:40px;
    background-color:#222332;
    position: absolute;
    border-radius:2px;
    float:left;
    margin-left:750px;
    margin-top:250px;
    border:1px solid #24252e;
}

.topnav2 a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 28px 73px;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid transparent;
}

.eng2 {
    color:#ffffff;
    float:left;
    margin-top:15px;
    margin-left:15px;
    transition:color 0.5s;
}

.eng2:hover {
    color:#46a9ed;
    transition:color 0.5s;
}

.angle2 {
    color:#ffffff;
    float:right;
    margin-top:15px;
    margin-right:15px;
    transition:color 0.5s;
}

.angle2:hover {
    color:#46a9ed;
    transition:color 0.5s;
}

.topnav2 a:hover {
    border-bottom: 3px solid #46a9ed;
    color:#46a9ed;
    transition:boder-bottom, color 0.5s ;
}

.topnav {
    overflow: hidden;
    background-color: #313247;
    height:65px;
    border-bottom:2px solid #333;
}
.topnav ul {
    margin-left:170px;
}

.topnav a {
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 3px solid transparent;
}

.topnav a:hover {
    border-bottom: 3px solid #46a9ed;
    color:#46a9ed;
    transition:boder-bottom, color 0.5s ;
}

.container {
    width:100%;
    position: relative;
    height: 50px;
}
input {
    outline: none;
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


input[type=search] {
    background: #272839 url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    border: solid 1px #272839;
    padding: 27px 25px 24px 32px;
    width: 55px;
    height:40px;
    margin-left:300px;
    margin-top:-22px;



    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px;
    margin-left:220px;
    background-color: #fff;
    border-color: #66CC75;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
    color: #ffffff;
}
input::-webkit-input-placeholder {
    color: #ffffff;
}

.home {
    background-image: url("https://unboarn.truesecurity.com.br/assets/img/ft1.png");
    background-color: #222;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 300px;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("https://unboarn.truesecurity.com.br/assets/img/pattern.png");
    background-repeat: repeat;
    height: 600px;
    left: 0;
    position: absolute;
    top: 185px;
    width: 100%;
    z-index: 0;
}

.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
}

.intro h1{
    font-weight: 800;
    color:#ffffff;
    font-size:52px;
    text-shadow:1px 1px #333;
    font-family:"Myriad Pro";
    margin-left:4px;
}

.start {
    font-family: Montserrat:400;
    font-size: 22px;
    font-style: normal;
    text-transform: none;
    margin: -20px 0;
    color:#ffffff;
    text-shadow:1px 1px #333;
}

.logo{
    position:absolute;
    float:left;
    margin-left:220px;
}

.logo h1 {
    color:#ffffff;
    font-family:"Myriad Pro";
    font-size:22px;
}

.logo p {
    color:#ffffff;
    font-family:"Myriad Pro";
    font-size:14px;
    margin-top:-15px;
    float:left;
}

.btn{
    font-family: "Myriad Pro";
    font-size:14px;
    font-weight:700;
    text-transform: uppercase;
    padding:10px;
    cursor: pointer;
    display:inline-block;
    text-decoration: none;
    background-color:#46A9ED;
    float:left;
    margin-top:15px;
    color:#ffffff;
    border:1px solid #ffffff;
    transition:all 0.5s;
}

.btn:hover{
    color:#333333;
    background:#ffffff;
    transition:all 0.5s;
}

.btn2{
    font-family: "Myriad Pro";
    font-size:14px;
    font-weight:700;
    text-transform: uppercase;
    padding:10px;
    cursor: pointer;
    display:inline-block;
    text-decoration: none;
    background-color:#1A1B27;
    float:left;
    margin-top:15px;
    color:#343541;
    border:1px solid #343541;
    border-bottom:1px solid #333;
    transition:all 0.5s;
}

.btn2:hover{
    color:#333333;
    background:#ffffff;
    transition:all 0.5s;
}

#main input {
    margin:0 5px;
}

.mover {
    float:left;
    margin-left:930px;
    margin-top:15px;
    position:absolute;
    z-index:99;
}

.circ {
    width:40px;
    height:40px;
    border-radius:50%;
    background:#343541;
    margin-top:0px;
    float:right;
    margin-right:-35px;
}

#twitter {
    font-size:17px;
    margin-top:15px;
    margin-left:220px;
    float:left;
}

#phone {
    font-size:16px;
    margin-top:15px;
    margin-right:530px;
    float:right;
    position:relative;
}

#phone p {
    font-size:12px;
    font-family:"Myriad Pro";
    margin-top:2px;
    margin-right:0 -13px;
    float:right;
    position:relative;
}

#phone2 {
    font-size:16px;
    margin-top:-23px;
    margin-left:750px;
    float:left;
    position:relative;
}

#phone2 p {
    font-size:12px;
    font-family:"Myriad Pro";
    margin-top:2px;
    margin-right:0 -5px;
    float:right;
    position:relative;
}

#mail {
    font-size:16px;
    margin-top:-25px;
    margin-right:255px;
    float:right;
    position:relative;
}

#mail p {
    font-size:12px;
    font-family:"Myriad Pro";
    margin-top:2px;
    margin-right:0 -5px;
    float:right;
    position:relative;
}

#configs {
    width:auto;
    height:80px;
    background-color:#313247;
}

.btnp2{
    float:right;
    margin-right:105px;
    margin-top:-35px;
}

.caixa {
    width:950px;
    height:80px;
    background-color:#222332;
    float:left;
    margin-left:230px;
}

#planos {
    width:auto;
    height:470px;
    background:url("https://unboarn.truesecurity.com.br/assets/img/bg1.png");
    background-repeat:repeat;
}

#planos h1 {
    text-align:center;
    font-family:Montserrat:600;
    color:#878787;
}

#planos p {
    text-align:center;
    font-family:Montserrat:600;
    color:#B2B2B2;
}

#plans {
    width:20%;
    height:370px;
    background:#46A9ED;
    margin:25px 40%;
    float:left;
    list-style:none;
    border:1px solid #B2B2B2;
    box-shadow:1px 1px #B2B2B2;
    border-radius:4px;
    box-sizing:border-box;
    justify-content:center;
    align-items:center;
}

#plans .title {
    width:100%;
    height:60px;
    line-height:60px;
    background-color:#3F98D5;
    text-align:center;
    font-family:"Myriad Pro";
    font-size:32px;
    color:#ffffff;
    border-bottom:2px solid #2789CB;
}

#plans h1 {
    color:#FFFFFF;
    font-family: "Myriad Pro";
    font-size:25px;
    text-align:center;
}

#plans p {
    color:#FFFFFF;
    font-family: "Myriad Pro";
    font-size:17px;
    text-align:center;
}

#plans h2 {
    color:#FFFFFF;
    font-family: "Myriad Pro";
    font-size:25px;
    text-align:center;
}

.plans2 h1 {
    color:#D6D6D6;
    font-family: "Myriad Pro";
    font-size:25px;
    text-align:center;
}

.plans2 p {
    color:#ADADAD;
    font-family: "Myriad Pro";
    font-size:17px;
    text-align:center;
}

.plans2 h2 {
    color:#ADADAD;
    font-family: "Myriad Pro";
    font-size:25px;
    text-align:center;
}

.plans3 h1 {
    color:#D6D6D6;
    font-family: "Myriad Pro";
    font-size:25px;
    text-align:center;
}

.plans3 p {
    color:#ADADAD;
    font-family: "Myriad Pro";
    font-size:17px;
    text-align:center;
}

.plans3 h2 {
    color:#ADADAD;
    font-family: "Myriad Pro";
    font-size:25px;
    text-align:center;
}

.plans2 {
    width:20%;
    height:320px;
    background:#FFFFFF;
    margin:-365px 20%;
    float:left;
    list-style:none;
    border:1px solid #B2B2B2;
    box-shadow:1px 1px #B2B2B2;
    border-radius:4px;
    box-sizing:4px;
}

.plans2 .title2 {
    width:100%;
    height:60px;
    line-height:60px;
    background-color:#EEEEEE;
    text-align:center;
    font-family:"Myriad Pro";
    font-size:32px;
    color:#3F98D5;
    border-bottom:2px solid #D6D6D6;
}

.plans3 {
    width:20%;
    height:320px;
    background:#FFFFFF;
    margin:-365px 20%;
    float:right;
    list-style:none;
    border:1px solid #B2B2B2;
    box-shadow:1px 1px #B2B2B2;
    border-radius:4px;
    box-sizing:4px;
}

.plans3 .title3 {
    width:100%;
    height:60px;
    line-height:60px;
    background-color:#EEEEEE;
    text-align:center;
    font-family:"Myriad Pro";
    font-size:32px;
    color:#3F98D5;
    border-bottom:2px solid #D6D6D6;
}

.btn:focus, .btn::-moz-focus-inner{
    outline:none;
    border:none;
}
.btnplans{
    font-family: "Myriad Pro";
    font-size:20px;
    text-transform: uppercase;
    font-weight:700;
    border:none;
    padding:10px;
    cursor: pointer;
    display:inline-block;
    text-decoration: none;
    justify-content:center;
    align-items:center;
    margin-left:70px;
    margin-top:20px;
    float:left;
    border-radius:4px;
    background:#FFFFFF;
    color:#3F98D5;
    box-shadow:0 2px 0 #ADADAD;
    transition:all 0.5s;
}

.btnplans:hover{
    background:#D1D1D1;
    color:#333333;
    box-shadow:0 2px 0 #C0C0C0;
    transition:all 0.5s;
}