﻿/*#region Margem */


.magbot20{
    margin-bottom:20px;
}

.magbot40{
    margin-bottom:40px;
}

.magbot60{
    margin-bottom:60px;
}

.magbot80{
    margin-bottom:80px;
}

.magbot100{
    margin-bottom:100px;
}

.magbot120{
    margin-bottom:120px;
}

.magbot140{
    margin-bottom:140px;
}

.magtop20{
    margin-top:20px;
}

.magtop40{
    margin-top:40px;
}

.magtop60{
    margin-top:60px;
}

.magtop80{
    margin-top:80px;
}

.magtop100{
    margin-top:100px;
}

.magtop120{
    margin-top:120px;
}

.magtop140{
    margin-top:1400px;
}

/*#endregion */

/*#region FONTE */

@font-face {
  font-family: 'SegoeUiNormal';
  src: url('../fonts/segoeui.ttf');
 }

@font-face {
  font-family: 'SegoeUiFina';
  src: url('../fonts/segoeuil_0.ttf');
 }


@font-face {
  font-family: 'SegoeUibold';
  src: url('../fonts/segoeuib.ttf');
 }

@font-face {
  font-family: 'bign';
  src: url('../fonts/Montserrat-Bold.ttf');
 }

@font-face {
  font-family: 'gothamBold';
  src: url('../fonts/gotham/Gotham-Bold.otf');
 }

@font-face {
  font-family: 'gothamNormal';
  src: url('../fonts/gotham/Gotham-Light.otf');
 }

.gtb{font-family:gothamBold}
.gtn{font-family:gothamNormal}

.title {
    font-family:bign;
}

.hrr {
background: #1C75BC;
    content: '';
    position: relative;
    width: 36px;
    height: 5px;
    bottom: 15px;
    /* color: #f0f; */
    border: 0;
}

.hrrw {
background: #fff;
    content: '';
    position: relative;
    width: 36px;
    height: 5px;
    bottom: 15px;
    /* color: #f0f; */
    border: 0;
}

.conteudo {
    font-family:SegoeUiNormal;
    font-size:13px;
}

.laranja{
    color:#1C75BC;
}

.cinza{
     color: #757575;
}

.white{
    color:#fff;
}

/*#endregion */

/*Navbar*/
/*#region Navbar */



.nav > li > a:hover::before {
    text-decoration: none;
    width:20px;
    height:4px;
    background:#1C75BC;
    position: absolute;
    top: 50px;
    left:17px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
      -webkit-transition:all .4s ease-in-out,all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out,all .4s ease-in-out;
    -o-transition:all .4s ease-in-out,all .4s ease-in-out;
    transition:all .4s ease-in-out,all .4s ease-in-out

}


.nav > li > a::before {
    text-decoration: none;
    content: " ";
    position: absolute;
    top: 50px;
    left:10px;
    font-size: 14px;
    font-weight: bold;
    color: #1C75BC;
      -webkit-transition:all .4s ease-in-out,all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out,all .4s ease-in-out;
    -o-transition:all .4s ease-in-out,all .4s ease-in-out;
    transition:all .4s ease-in-out,all .4s ease-in-out

}



.navbar-brand {
    font-size: 24px;
}



/*.navbar-container {
    padding: 20px 0 20px 0;
}*/

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}

/*#endregion */

/*Bordas*/
/*#region Bordas */

.efeitoBorda {
    background: url(../images/rr/round-white-down.png) center top no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -64px;
    left: 0;
    z-index: 22;
}


.efeitoBorda2 {
    background: url(../images/rr/round-orange-down2.png) center top no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -64px;
    left: 0;
    z-index: 22;
}

.efeitoBordaLaranja {
    background: url(../images/rr/round-orange-down.png) center top no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -22px;
    left: 0;
    z-index: 22;
}

.efeitoBordaAzul {
    background: url(../images/rr/round-blue-down.png) center top no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -100px;
    left: 0;
    z-index: 22;
}

.efeitoBordaPreto {
    background: url(../images/rr/round-black-down.png) center top no-repeat transparent;
    width: 100%;
    height: 164px;
    position: absolute;
    margin-top: -22px;
    left: 0;
    z-index: 22;
}


/*#endregion */

/*Sistemas*/
.circle{
        height: 254px;
    width: 254px;
    padding: 7px;
    border: 1px solid #F7941E;
        -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.circle:hover{
background: rgba(255, 139, 0, 0.44);
    -webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}


/*#region Parceiros */

.circuloimage {
    position: absolute;
    height: 280px;
    width: 280px;
    /* margin-bottom: 55px; */
    margin: 2px;
    border-radius: 100%;
    z-index: 0;
}

.borderempresa {
    /* position: relative; */
    /* position: relative; */
    height: 334px;
    width: 334px;
    /* margin-left: -40px; */
    display: block;
    border-radius: 100%;
    border: 25px solid #f3f3f3;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    z-index: 10;
}

    .borderempresa:hover {
        border-color: #1C75BC;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
    }

.borderempresainterna {
    position: absolute;
    display: block;
    height: 320px;
    width: 320px;
    margin-left: -18px;
    margin-top: -18px;
    border: 25px rgba(255, 255, 255, 0) solid;
    border-radius: 100%;
    /* border-color: #fcfcfc; */
    z-index: 0;
}

.borderempresa:hover .borderempresainterna {
    position: absolute;
    height: 360px;
    width: 360px;
    margin-top: -38px;
    margin-left: -38px;
    border: 7px solid #1c75bc;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    z-index: 1;
}


/*#endregion */


/*#region SERVIÇOS */
.bgitens{
    background:url(../images/rr/bgitens.jpg)center center/cover;
    padding-top: 90px;
    padding-bottom:90px;
}

.iconesitens{padding-bottom:20px}


.tituloservicos{
    font-family:SegoeUibold;
}



/*#endregion */

/*#region COMPLETO */
.bgcinza{
    background:#fcfcfc;
        padding-top: 60px;
        padding-bottom:90px;
}


/*#endregion */

/*ACABA AQUI*/

/*#region SERVIÇOS */
.bgcontatopreto{
    background:url(../images/rr/bgcontato.jpg)center center/cover;
    padding-top: 60px;
    padding-bottom:130px;
    opacity:0.8;
}

.quadrado{
    height:400px;
    width:400px;
    background:#fff;
}

.form-control{
    border: none;
   

}
.form-control {
    margin-top:3px;
    font-family:SegoeUiFina;
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    background:rgba(30, 61, 247, 0.17);
    border-color:#1C75BC;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, 0.00);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00), 0 0 8px rgba(102, 175, 233, 0.00);

}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control-no-border:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* nova form */

.form-control1{
    border: none;
   

}
.form-control1 {
    margin-top:3px;
    font-family:SegoeUiFina;
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;

       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control1:focus {
    background:rgba(255, 255, 255, 0.52);
    border-color:#F7941E;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0), 0 0 8px rgba(102, 175, 233, 0.00);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.00), 0 0 8px rgba(102, 175, 233, 0.00);

}
.form-control1::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.form-control1:-ms-input-placeholder {
  color: #fff;
}
.form-control1::-webkit-input-placeholder {
  color: #fff;
}

.btn {
    margin-top:10px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 0;
  
}


.btn-default{
    background:transparent;
    color:#fff;
}

.btn-default:hover{
    background:rgba(30, 61, 247, 0.17);
    color:#fff;
    border-color:#1C75BC;
   color:#1C75BC;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
input[TextMode="MultiLine"],



/*#endregion */

/*#region Empresa */

.bgwhite{
    background:#fff;
    margin-top: 40px;
    padding-bottom:90px;
}



/*#endregion */


/*Geral*/
.section{
    /*margin-top:48px;*/
    margin-bottom:48px;
}

h1{
    font-size:53px;
}

p {
    font-family: SegoeUiFina;
    font-size: 18px;
   
}

.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }

.nopadding{
    padding:0;
}

.limite{
    height:165px;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    top: 27%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    
}


.slidecaption {
    text-transform:uppercase;
    font-family:SegoeUiFina;
    font-size:3em;
    color:#fff;

}

.slidecaption > strong{
    font-family:SegoeUibold;
    font-size:2em;
    color:#fff;

}

.btn-white:hover,
.btn-white:active,
.btn-white:focus 
{
     background:rgba(255, 255, 255, 1) !important;
    color:#F7941E !important ;
    border-color:#F7941E !important;
   color:#F7941E !important;

}
.segmentobolinha{
    z-index:3;
    height:150px;
    width:150px;
    padding:20px;
    background:#fff;
    border-radius:300px;
padding-top: 27px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 20px;

}

.segmentobolinha:before{
    z-index:2;
    content:'';
    position:absolute;
    top:-10px;
    left:23px;
    height:170px;
    width:170px;
    padding:20px;
    background:rgba(255, 255, 255, 0.00);
    border:4px solid #fff;
    border-radius:300px;

}

.flaticonconfig {
    font-size: 5em;
    color: #1C75BC;
}


.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
     border-radius: 0px; 
    outline: 0;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0); 
     color:#fff;
     border:1px solid rgba(255, 255, 255, 0);
}
.textobolinha{
    margin-top:20px;
    font-weight:bold;
}


.rodaperr{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100%;
    height: auto;
    background: rgb(15, 117, 188);
    color: #fff;
    text-align: center;
    padding: 11px;
    padding-top: 11px;
    padding-right: 11px;
    padding-bottom: 11px;
    padding-left: 11px;
    margin-top: 0px;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    left: 0;
    position: absolute;
}

.borderblue {
    border: 1px solid #1c75bc;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.52);
}

    .borderblue:hover {
        background: rgba(26, 48, 220, 0.16);
    }

    .border {
    padding: 0px;
    height: 124px;
}

    .centerIcone {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

    .titulosup{
        font-family:SegoeUibold;
        font-size:20px;
        

    }

    .contsup{
        font-family:SegoeUiNormal;
        color:#797979;
    }




.services-block {

}
.services-block .row {
  padding-top: 44px;
}
.services-block .item {
  border-right: solid 1px rgb(246, 246, 246);
  padding-top: 9px;
}


.services-block .item:hover {
    background:rgba(247, 148, 30, 0.13);

-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
  
}
.services-block .col-md-3:last-child {
  border-right: none;
}
.services-block .fa {
  background: #f6921e;
  color: #fff;
  width: 110px;
  height: 110px;  
  line-height: 1;
  border-radius: 50%;
  position: relative;
  margin-bottom: 29px;
}
.services-block .fa:after {
  bottom: -8px;
  width: 0; 
  height: 0;
  left: 50%;
  margin-left: -9px;
  z-index: 2; 
  content: " "; 
  display: block; 
  position: absolute;
  border-top: 9px solid #f6921e;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.services-block .fa {
  font-size: 38px;
  padding: 30px 0 0;
}

.services-block p {
  margin-bottom: 5px;
}

.heightquad {
    min-height:260px;
     
}

.bfpdv{
    background:url(../images/rr/bgpdvfit.jpg) center center/cover;
    position:relative;
    min-height:674px;
}
.bfpdv1{
    background:#1a7bbf;
    position:relative;
    min-height:674px;
}

.formulariobg {
background: rgba(41, 44, 49, 0.71);

    border-radius: 11px;
    padding: 35px;
    margin-top: -129px;

}
.formulariobg2 {
    background: rgba(37, 63, 107, 0.71);
    border-radius: 11px;
    padding: 35px;
    margin-top: 0;
    font-family:gothamBold;
    height:auto;

}

option{
    background:#1C75BC;
    color:#fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 14px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgb(249, 168, 73);
    border-radius: 59px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 19px;
    background: #2783c3;
