h1.entrelinha{
   line-height: 60px;
}

.testimonials-slide .resolve{
    min-height: 100px;
    text-align: center;
    font-size: 18px;
    width: 80%;
    line-height: 25px;
    margin: 0 auto 0 auto;
   background-color: #00B2FF;
    padding: 20px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 600;
    color: #FFFFFF;
    /*display: flex;
    align-items: center;
    align-content: center;*/
}
.testimonials-slide .resolve h3{
    margin-top: 0;
    font-size: 20px;
    color: #FFFFFF;  
}

.alturaBase{
    background-color: transparent;
    height: 200px;
}

.iconContact{
    width: 100px;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.logoMeio{
    width: 50%;
    height: auto;
    margin: 30px auto 30px auto;
}
section.meio{
    /*z-index: 800;*/
    border: 0;
  position: relative;
    top: -50px;
    width: 80%;
    height: 250px;
    margin: 0 auto 0 auto;
    background-color: transparent;
}
.boxMeio{
    border: 0;
    height: 250px;
    float: left;
}
.boxMeio.lado1{
    border: 0;
    width: 50%;
    height: 230px;
    background-color:#25587A; 
}
.box50{
   float: left;
    width: 50%;
    background-color: transparent;  
}

.textoBox{
    font-weight: 400;
    color: #FFFFFF; 
    height: auto;
    padding: 0 30px;
}
.largMaior{
    width: 90%;
}

.textoBox > h1 , h2{
   font-family: 'Open Sans', sans-serif;
   font-size: 1.2em;
}
.textoBox h1{
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}
.textoBox h1.maior{
    font-weight: 400;
    font-size: 22px;
    
}
.textoBox h1.maior span{
    font-weight: 600;
    font-size: 14px;
    color: #1A3A48;
    
}
.textoBox h1.center{
    text-align: center;
}

.textoBox h1.l2{
    margin-top: 0;
    color:#25587A;
    font-weight: 600;
    font-size: 1.2em;
}
.textoBox h2{
    font-weight: 600;
    font-size: .9em;
    line-height: 1.4em; 
    color: #FFFFFF;
}
.textoBox h2.textoFinal{
    text-align: center;
    color:#25587A;
    font-weight: 400;
    font-size: 1.2em;
}
.boxIcon{
    float: right;
    position: relative;
    top: 0px;
    width: 50%;
    height: 230px;
    background-color:#00B2FF; 
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.polig{
-webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 40% 0);/* Chrome, Safari, Opera */
clip-path: polygon(100% 0, 100% 100%, 0 100%, 40% 0);
-ms-clip-path: polygon(100% 0, 100% 100%, 0 100%, 40% 0);/* IE 9 */
}
.polig2{
-webkit-clip-path: polygon(100% 0, 75% 100%, 0 100%, 0 0);/* Chrome, Safari, Opera */
clip-path: polygon(100% 0, 75% 100%, 0 100%, 0 0);
-ms-clip-path: polygon(100% 0, 75% 100%, 0 100%, 0 0);/* IE 9 */
}
.boxIcon img.iconShip{
    display: block;
    position: relative;
    left: 40px;
    width: 100px;
    height: 100px;
    background-color: transparent;  
}
.boxMeio.lado2{
    width: 50%;
    height: 250px;
    float: right;
    
    /*background-image: url("../images/back.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;*/
}
.boxTransp{
    float: left;
    position: relative;
    top: 0px;
    width: 100%;
    height: 230px;
    /*background-color:#00B2FF; */
    background-color:rgb(0,178,255);
    display: flex;
    align-content: center;
    align-items: center;
}
section.boxAzul{ 
    width: 60%;
    height: auto;
    margin: 0px auto 0 auto;
    background-color: #3D84C5;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);  
}
section.boxImagem{
    margin: 0 auto 0 auto;
    width: 60%;
    height: 180px;  
}
@media screen and (max-width: 768px) {
    section.meio{
        display: none;
        margin: 0 auto 0 auto;
        height: 500px;
        width: 90%; 
    }
    .boxMeio.lado1{
        width: 100%; 
    }
    .boxMeio.lado2{
        width: 100%; 
    }
    section.boxAzul{
        width: 85%;
    }
    section.boxImagem{
    width: 85%;
        height: 150px;}
   
}

ul.itemCheck {
    padding: 20px;
    border-radius: 20px;
    margin: 10px auto 10px auto;
    width: 70%;
  list-style: none;
    border: 1px solid rgba(255,255,255, .2);
    background-color: transparent;
}
ul li.itemCheck:before {
  content: '✓ ';
}

section.boxIconComput{
    position: relative;
    top: -10px;
    padding: 20px;
    width: 110px;
    height: auto;
    margin: 0 auto 0 auto;
    background-color: #3D84C5;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.iconComput img{
    width: 100px;
    height: auto;
}

.contact-form input.form-control {
  background-color: transparent;
}

a.footLink {
  color:#CCCCCC;
}

.dflex{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;}

/*CSS - Modal*/

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

.modal-content {
    padding-top: 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal-body {
    position: relative;
    padding: 15px;
}

p.title-f{
    background-color: transparent;
    line-height: 28px;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
img.imgFechar{
    border:none;
   width: 20px;
    height: 20px;
    background-color: transparent;
    text-decoration: none;
}
button.fechar{
    cursor: pointer;
    border: none !important;
    background-color: transparent;
    outline: none !important;
    text-decoration: none !important;
}
button.fechar:focus{
    border: none !important;
    background-color: transparent;
    outline: none !important;
    text-decoration: none !important;
}
button.fechar:active{
    border: none;
    background-color: transparent;
    outline: none !important;
    text-decoration: none !important;
}






