
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    
  }
  
  html {
    /* a cada 1rem será considera 10px */
    font-size: 62.5%;
  }
  
  html,
  body {
    height: 100vh;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0E85C9;
    
  }
  
  body {
    font-size: 1.6rem;
   
  }
  

/* 
section{
    overflow: hidden;
    justify-content: center;
    padding: auto;
    margin: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
} */

header {
  background-color: #ffffff;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sentinel{
    max-width: 150px;
    width: 100%;
    float: left;
    margin: 0px 50px;

}

.icone{
    float: left;
    margin: 0px 10px 0px;
    width: 25px;
}

.conteudo{
    height: 500px;
    max-width: 450px;
    border-radius: 15px;
    background-color: #ffffff;
}

button{
    align-items: center;
    width:400px;
    height: 40px;
    color: #ffff;
    background-color: #0E85C9;
    border-radius: 6px;
    border-color: #0E85C9;
}
.formulario {
    font-family: Arial, Helvetica, sans-serif;
    color: #0E85C9;
    font-size: 12px;
    align-items: center;
    margin: 0px 20px 10px;
    background-color: #ffffff;
}

h4{
    color: white;
    font-size: 20px;
    margin-left:5px;
    margin-bottom:50px;
}
.computadores{
    max-width: 550px;
    width: 100%;
    margin-left: 70px;
    margin-top: 80px;
}


h1{
    color: #0E85C9;
    font-size:25px;
    font-family: 'Montserrat', sans-serif;

}
p {
    font-size: 16px;
    color: #6ba4c7;
   
}
h2{
    color: #ffff;
    text-align: left;
    font-size: 20px;
    margin-top: 10px;
}

h6{
    color: #ffff;
    text-align: center;
    size:10px;

}
h3{
    color: #0E85C9;
    text-align: center;
    margin-top: 15px;
}


/* N*/



.info-title {
    margin-top: 50px;
    font-style: bold;

}
.info-title span {
    display: block;
    font-size: 49px ;
}

.info-container {
    display: flex;
}


.info-first-block {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}

.info-first-block img {
    width: 110%;
    margin-bottom: 50px;
}

.info-second-block {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}



/*N*/


.info-a {
    background-color: #ffffff;
    padding: 50px;
    justify-content: start;
    align-items: center;  
}

.info-b {
    width: 350px;
    height: 100%;
    color: #0E85C9;
    float: left; 
    text-align: left;
    align-items: center;
}

.info-c {
    height: 150px;
    display: flex;
    justify-content: center !important;
}

footer {
    display: flex;
    justify-content: center;
    background-color: #1462C9;
    height: 30px;
}

.video {
    max-width:900px; 
    width: 100%;
}

.logo-sentinel{
    height: 90px;
    margin-left: 150px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
 
}
.logobranca{
    margin-top: 20px;
    height: 90px;
  

}
.ico{
    height: 10px;
    margin-top: 3px;
    margin-right: 5px;
}
.contato p{
    margin-top: 50px;
    margin-left: 15px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
  

}
.redes p {
    margin-top: 50px;
    color: #ffffff;  
    margin-left: 15px;

}

input, select{
    border-radius: 5px;
    border-color: #0E85C9;
    border-width: thin;
    text-align: left;
    width: 400px;
    height: 30px;
    margin-bottom: 5px !important;

}

.termos{
    color: #0E85C9; 
    height: 10px;    
 }

.checkboxs{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-bottom: 8px !important;
}

.checkboxs input{
    width: initial !important;
    height: initial !important;
    margin-right: 10px;
}


.cont2{
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width:1080px;
    max-width: 100%;
    justify-content: center !important;
}

.cont3{
    display: flex;
    width:1080px;
    max-width:100%;
    flex-direction: row;
    margin: 0px auto;
    justify-content: center !important;
}



.container-fluid{
    width: 100%;
}

.container{
    margin: 0px auto;
    width: 960px;
    max-width: 100%;
}

@media (max-width: 375px ) {
    .cont2 {
        flex-direction: column;
        margin: 0px auto;
        display: flex;
    }

    span{
        text-align: center;
    }
  
}
@media (max-width: 840px ) {
    .body {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        outline: 0;
    }
}    

@media only screen 
and (max-width: 840px )
and (max-width: 740px )  
{
    .cont2 {
        flex-direction: column;
        display: flex;
        background-color: #ffffff;
        padding: auto;
        justify-content: start;
        align-items: center;  
        margin: 0px auto
    }
    .computadores{
        width: 300px;
        margin: 0px auto;
    }
    
}

@media (max-width: 840px ) {
    .info-a {
        flex-direction: column;
        display: flex;         
        padding: 50px;    
    }
    .container {        
        flex-direction: column;
        display: flex;
    
    }
    .cont3 {  
        margin: 0 auto;
        padding: auto;
        flex-direction: column;
        display: flex;
        justify-content: center !important;

    }
    .info-second-block{
        margin: 0 auto;
    }

    span{
        text-align: center;
    }
  
}


@media (max-width: 670px) {
    .contato p {
        margin: 0 auto;
        display: flex;
        margin-bottom: 15px;
        justify-content: center;
    }
    .redes p{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 25px;

    }
    .logobranca{
        width: 100px;
        margin-top: 10px;
        display: flex;
        justify-items: center;
    }

    .cont3 {  
        margin: 0 auto;
        padding: auto;
        flex-direction: column;
        display: flex;
        justify-content: center !important;

    }
    .info-second-block{
        padding: 20px;
    }
    .computadores{
        margin: 0px auto;
    }

    .info-second-block{
        margin: 0 auto;
    }
    span{
        text-align: center;
    }
}




@media (max-width: 390px) {
    input,select, button{
        width: 320px;
    }
      .formulario{
        max-width: 320px;
    }
    .computadores{
        margin: 0px auto;
    }

    .info-second-block{
        margin: 0 auto;
    }

    span{
        text-align: center;
    }
}


.banner {
    position: fixed;
    top: 300px;
    left: 0;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    line-height: 30px;
    margin: 10px;

    
}
.banner-email{
    top: 60px;
    position: fixed;
    right: 0;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    width: 200px;
    height: 40px;
    border-radius:10px;
    line-height: 30px;
    padding: auto;
}
.email{
    background-color: #071169;
    height: 30px;
    text-align: center !important;
    border-radius: 10px 0px 0px 10px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif

}
.face{
 background-color: #071169;
 border-radius: 60px;
 padding: auto;
}
.insta{
    background: #fc1488;
    border-radius: 60px;
}
.whats{
    background: #1dc207;
    border-radius: 60px;
    color: white;
}
.tel{
    margin-left:30px ;
    font-family: montserrat;
    font-size: 20px;
    
}
.link{
    background-color: #2792f7;
    border-radius: 50px;

}
.fa {
   
    font-size: 30px;
    text-decoration: none;
    margin:11px;
 }
  
  .fa:hover {
      opacity: 0.7;
  }
  
  .fa-whatsapp{
    color: white;

  }
  .fa-facebook {
    color: white;
  }
       
  .fa-linkedin {
    color: white;

  }
  
  .fa-instagram {
    color: white;


  }



 @media only screen 
    and (max-width: 414px )
    and (max-width: 640px )  
    {
    
    input,select, button{
        width: 220px;
        height: 25px;
        margin-left: auto;
    }
      .formulario{
        max-width: 220px;
        height: 90px;
        

    }
 
    .conteudo{
        height: 450px;
        margin: 0 auto;
    }

    header{
        flex-direction: column;
        display: flex;
        text-align: center;
        height: 100px;
    }

    .tel{
        margin: 0 auto;
        text-align: center;
    }
    .sentinel{
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .logo-sentinel{
        width: 100px;
        margin: 0 auto;
    }

    .info-first-block img{
        width: 350px;
        align-items: center;
        margin: 0 auto;
    }

    .info-second-block{
        margin: 0 auto;
    }

   
    h4{
        font-size: 20px;
        text-align: center;
        margin: 10px auto;
        padding: 10px;

    }
    .info-title span{
        font-size: 30px;
    }

    .contato p {
        margin: 0 auto;
        display: flex;
        margin-bottom: 15px;
        justify-content: center;
    }
    .redes p{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 25px;

    }
    .logobranca{
        width: 60px;
        display: flex;
        justify-items: center;
        margin: 0 auto;
    }

    .cont3 {  
        margin: 0 auto;
        padding: auto;
        flex-direction: column;
        display: flex;
        justify-content: center !important;

    }
    .info-second-block{
        padding: 20px;
    }

    .cont2 {  
        margin: 0 auto;
        padding: auto;
        flex-direction: column;
        display: flex;
        justify-content: center !important;

    }
    
    .info-b{
        margin: 0 auto;
        padding: auto;
        width: 300px;

    }
    .computadores{
        margin: 0px auto;
    }
    span{
        text-align: center;
    }
}
    
 