*{
    box-sizing: border-box;
}
:after{content:"";clear:both;display:block}
span:after,
strong:after,
p a:after {
  content: "";
  clear: none;
  display: inherit;
}
body,
html {
  font-size: 10px;
  color: #232323;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

.container{
    width:100%;
    display: flex;
}
.container__left{
    width:85vw;
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    background:url('/assets/img/bg-left.png') no-repeat;
    background-position: 33% 50%;
    background-size: cover;
}
.container__left .content{
    display: flex;
    flex-direction: column;
    padding: 25px 0 0 0;
    max-width: 1110px;
}
.container__left .content .header{
    display: flex;
}
.container__left .content .header .title{
    max-width: 620px;
}
.container__left .title{
    margin-bottom: 80px;
    margin-left: 20px;
}
.container__left .title h1{
    font-size: 3.3rem;
    color: #006093;
    font-weight: 500;
    margin-bottom: 20px;
}
.container__left .title h3{
    color: #a1a1a1;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 30px;
}
.container__left .title h3 b{
    display: inline-block;
}
.nuvem{
    max-width: 400px;
}
.nuvem img{
    max-width: 100%;
    height: auto;
    margin-top: 0px;
}
.container__left .blocks{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 510px;
    padding-left: 0px;
}
.container__left .separator{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.container__left .separator:last-child{
    margin-left: 50px;
}
.container__left .block{
    max-width: 420px;
    background-position: left;
    margin-bottom: 65px;
    padding-left: 160px;
    max-height: 110px;
}
.container__left .block h4{
    padding-bottom: 15px;
    font-size: 2.5rem;
    color: #0085CA;
    font-weight: bold;
}
.container__left .block p{
    line-height: 2rem;
    font-size: 1.4rem;
    color: #666666;
    letter-spacing: .3px;
}
.container__left .block p b{
    display: inline-block;
}
.container__left .block.block1{
    background: url('/assets/img/icon_04.png') no-repeat;
    padding-top: 0px;
    background-position: 35px 0px;
}
.container__left .block.block2{
    background: url('/assets/img/icon_02.png') no-repeat;
    padding-top: 0px;
    background-position: 35px 0px;
}
.container__left .block.block3{
    background: url('/assets/img/icon_01.png') no-repeat;
    padding-top: 0px;
    background-position: 0px 0px;
    padding-left: 130px;
}
.container__left .block.block4{
    background: url('/assets/img/icon_03.png') no-repeat;
    padding-top: 0px;
    padding-left: 120px;
    background-position: 0px 0px;
}
.container__right{
    width:30vw;
    /*height: 100%;*/
    min-height:100vh;
    /*background:url('/assets/img/Bg_02.png') no-repeat;*/
    background-color: #0093DC;
    background-position: right;
    background-size: cover;
    display: flex;
    flex-direction: column;    
}
.container__right .content{
    padding: 40px 50px 0 50px;
    flex: 1;
}
.container__right .desciption{
    font-size: 1.8rem;
    color:#fff;
    line-height: 2.5rem;
    margin-bottom: 30px;
    margin-top: 30px;
}
.container__right .desciption b{
    display: inline-block;
}
.container__right input[type="text"],
.container__right input[type="email"],
.container__right input[type="tel"],
.container__right select{
    height: 45px;
    width: 100%;
    padding:10px 20px;
    display: block;
    margin-bottom: 25px;
    font-size: 1.3rem;
    font-weight: 500;
    border-radius: 3px;
    color: #666666;
}
input.error, textarea.error, select.error{
    box-shadow:0 0 3px 1px rgba(255, 0, 0, 1), 0 0 3px 1px rgba(255, 0, 0, 0.5) inset;
}
.container__right textarea{
    width: 100%;
    height: 130px;
    padding: 10px 20px;
    display: block;
    margin-bottom: 25px;
    font-size: 1.3rem;
    border-radius: 3px;
}
.container__right input[type="submit"]{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.6rem;
    color:#0085CA;
    background: #FFF200;
    border-radius: 30px;
    padding: 12px 30px 10px;
    outline:none;
    box-shadow: none;
    cursor: pointer;
    transition: all .4s ease 0s;
}
.container__right input[type="submit"]:hover{
    background:#006093;
    color: #FFF;
    transition: all .4s ease 0s;
}
.form-message{
    color: #fff;
    font-size: 2.2rem;
    padding: 12px;
    line-height: 2rem;
    font-weight: bolder;
}
.logo{
    width:100%;
    background:url('/assets/img/logo-tech4me_2.png') no-repeat;
    height: 100px;
    bottom: 0;
}
.partner{
    width:100%;
    background:url('/assets/img/logo-partner_alterdata2.png') no-repeat;
    height: 80px;
    background-position: 90%;
    bottom: 0;
}
.botao  {
    position:relative;
    top:0px;
    left:70%;
    margin:0px;
    padding:0px;
}
.botao a {  
   padding:0px;
   background: url('/assets/img/whatsapp.png') no-repeat center center;	
   width:270px;  
   height:50px;	
   display:block;
}
@media only screen and (max-width: 1366px) {
    .container{
        overflow:none;
    }
    .container__left{
        justify-content: initial;
        background-position: 38% 50%;
    }
    .container__left, .container__right{
        /*height:100%;*/
    }
    .container__left .content{
        padding:50px;
    }
    .container__left .title{
        margin-bottom: 50px;
    }
    .container__left .title h1{
        font-size: 3.8rem;
    }
    .container__left .title h3{
        font-size: 2rem;
    }
    .container__left .blocks{
        max-height: 500px;
    }
    .container__left .block{
        margin-bottom: 80px;
        max-width: 400px;
        max-height: 283px;
    }
    .container__left .block h4{
        font-size:1.8rem;
    }
    .container__left .block p{
        font-size:1.4rem;
    }
    .container__right .desciption{
        font-size:1.6rem;
    }
    .nuvem{
        display:none;
    }
}
@media only screen and (max-width: 1140px) {
    .nuvem{
        display:none;
    }
    /*.container{
        flex-wrap:wrap;
    }*/
    .container__left .content{
        padding: 50px 0 50px 50px;
    }
    .container__left .title{
        margin-bottom: 30px;
    }
    .container__left .blocks{
        flex-wrap:nowrap;
        padding-left: 0px;
    }
    .container__left .block{
        max-width:500px;
        margin-bottom: 25px;
        height: 94px;
    }
    .container__left .block1{
            background-position: 35px 0px !important;
    }
    .container__left .block2{
            background-position: 35px 0px !important;
    }
    .container__left .block3{
            background-position: 35px 0px !important;
            padding-left: 160px !important;
    }
    .container__left .block4{
            background-position: 35px 0px !important;
            padding-left: 160px !important;
    }
    .container__left .block:last-child{
        margin-bottom: 0;
    }
    .container__right{
        width:50%;
    }
    .container__left .separator{
        width:100%;
    }
    .button1 {
    background-color: #4CAF50;
    color: #FFF;
    border: 0;
    width: 100%;
    margin-top: 30px;
    }
}
@media only screen and (max-width: 620px){
    .container{
        flex-wrap:wrap;
    }
    .container__left .blocks{
        max-height: 100%;
    }
    .container__left .block1{
            background-position: 35px 50% !important;
            height: 234px;
    }
    .container__left .block2{
            background-position: 35px 50% !important;
            height: 234px;
    }
    .container__left .block3{
            background-position: 35px 50% !important;
            padding-left: 160px !important;
            height: 234px;
    }
    .container__left .block4{
            background-position: 35px 50% !important;
            padding-left: 160px !important;
            height: 234px;
    }
    .container__right{
        width:100%;
    }
    .button1 {
    background-color: #4CAF50;
    color: #FFF;
    border: 0;
    width: 100%;
    margin-top: 30px;
    }
}

@media only screen and (max-width: 375px){
    .container__left .content{
        padding: 50px 0 50px 30px;
    }
}

@media only screen and (max-width: 425px){
    .logo-mobile{
    width:100%;
    background:url('/assets/img/logo-tech4me_2.png') no-repeat;
    height: 100px;
    background-position: 22% 30%;
    bottom: 0;
    margin-bottom: 20px;
    }    
    .logo {
    display: none;
    }
    .botao {
    top: 20px !important;
    left: 11% !important;
    }
}

@media only screen and (max-width: 1024px){
    .botao {
    top: 30px;
    left: 40%;
    }
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#botcall {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.6rem;
    color: #0085CA;
    background: #FFF200;
    border-radius: 30px;
    padding: 12px 30px 10px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .4s ease 0s;
    width: 99%;
    border: 0;
    margin-top: 25px;
}

#botcall:hover {
    background: #006093;
    color: #FFF;
    transition: all .4s ease 0s;
}

.container__left .title2 {
    margin-bottom: 80px;
    margin-left: 20px;
    margin-top: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (max-width: 1140px)
.container__left .title2 {
    margin-bottom: 30px;
}



.container__left .content .header .title2{
    max-width: 620px;
}
.container__left .title2{
    margin-bottom: 80px;
    margin-left: 20px;
}
.container__left .title2 h1{
    font-size: 3.3rem;
    color: #006093;
    font-weight: 500;
    margin-bottom: 20px;
}
.container__left .title2 h3{
    color: #a1a1a1;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 30px;
}
.container__left .title2 h3 b{
    display: inline-block;
}


@media only screen and (max-width: 1366px) {
    .container__left .title2{
        margin-bottom: 50px;
    }
    .container__left .title2 h1{
        font-size: 3.8rem;
    }
    .container__left .title2 h3{
        font-size: 2rem;
    }
}

@media only screen and (max-width: 1000px) {
    .container__left .title2{
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 25px;
        margin-right: -35px;
    }
}