html, body {
    margin: 0;
    height:100%;
    width:100%;
    padding:0;
}

/*Cookie Consent Begin*/

#cookieWarnBox .btn {
    color: #fff;
    background-color: #103352;
    border-color: #2e6da4;
    border-radius: 5px;
    padding: 0px 20px;
    margin-left: 10px;
}

#cookieWarnBox .btn:hover {
    color: #fff;
    background-color: #2e6da4!important;
    border-color: #2e6da4!important;
    border-radius: 5px;
    padding: 0px 20px;
    margin-left: 10px;
}

#cookieWarnBox.loaded {
    opacity: 0.9;
    bottom: 0px;
}

#cookieWarnBox a {
    text-decoration: none;
    color: #337ab7!important;
    font-weight: 700;
}

#cookieWarnBox {
    font-family: 'Abel', sans-serif;
    line-height: 24px;
    color: #f1f1f1;
    font-size: 14px;
}

/*Cookie Consent End*/

.tablinks antigo {
    background-color: #2e6da4;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 15px;
    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 transparent;
    border-radius: 4px;
    border-color: #204d74;
    color: #fff;
    font-family: 'Abel', sans-serif;
}

.tablinks:hoverantigo {
    background-color: #286090;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0px!important;
}

.centered {
    text-align: center;
    width: 100%;
}

.tabcontent.centered.antigo {
    float:none /*to make sure there is no active float*/
    display: inline-block
}

.row.second {
    padding-top: 30px;
}

.row.third {
    padding-top: 30px;
    padding-bottom: 50px;
}

.col-md-4.portfolio-item.sucum {
    display: none;
}

.row.up.comuni {
    padding-bottom: 30px;
}

.row.up {
    padding-top: 43px;
}

.fas.fa-heart {
    color: #e52300;
}

.ularti li {
    padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Abel', sans-serif; 
}

.my-3 {
    font-family: 'Abel', sans-serif;    
}

h3, .h3 {
    font-size: 24px;
    font-family: 'Abel', sans-serif; 
}

p {
    font-family: 'Abel', sans-serif;
}

ul {
    font-family: 'Abel', sans-serif;
}

li {
    font-family: 'Abel', sans-serif;
}

* { margin: auto; padding: auto; border: auto;}

.navbar.navbar-default.navbar-fixed-top {
    background: #000;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.1), rgba(255,255,255,0.1)); 
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.1), rgba(255,255,255,0.1)); 
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.1), rgba(255,255,255,0.1)); 
    background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(255,255,255,0.1)); 
    border: none;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar.navbar-default.navbar-fixed-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navbar.navbar-default.navbar-fixed-top li {
    float: left;
    text-decoration: none;
}

.navbar.navbar-default.navbar-fixed-top li a {
    display: block;
    color: white;
    text-align: center;
    padding: 8px 5px!important;
    text-decoration: none;
    font-family: 'Abel', sans-serif;
    text-shadow: 1px 1px #000;
    font-size: 16px;
}

.navbar-brand {
    padding: 3px 15px!important;
}

#servicos {
    display: table-cell;
    vertical-align: middle;
    padding-top: 75px;
    padding-bottom: 100px;
}

#servicos h4 {
    font-family: 'Abel', sans-serif;
}

#servicos p {
    font-family: 'Abel', sans-serif;
    color: black;    
}

#portfolio {
	background-color: #f9f9f9;
    padding-top: 74px;
    padding-bottom: 74px;
}

#portum {
    vertical-align: middle;
    background-color: #fcfcfc;
    height: 100vh;
}

/* linha titulo */

/* TABS RTR */

.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}

.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}

.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
}

/* FiN de TABS RTR */

#titulo-ativi {
    padding-top: 80px;
}

.titulativi {
    margin: 0;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    top: 29px;
    font-family: 'Abel', sans-serif;
    letter-spacing: 1px;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
}

.linha-longan-um {
    background: #d0d0d0;
    display: block;
    height: 1px;
    position: relative;
    top: 15px;
}

.linha-curtan-um {
    background: #0055a4 !important;
    height: 15px;
    width: 105px;
    position: absolute;
    left: 0px;
}

/* fin de linha titulo */

.cardio {
    padding-top: 72px;
}

#contatos {
	padding-top: 80px;
	background-color: #fff;
	padding-bottom: 80px;
    font-family: 'Abel', sans-serif;
}

#contatos-por {
    padding-top: 80px;
    background-color: #fff;
    padding-bottom: 80px;
    font-family: 'Abel', sans-serif;
}

#rodape {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url("../image/featured2.png");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.center {
	text-align: center;
}

.tex_int {
	text-align: center;
	font: bold 30px ARIAL, serif;
	color: #ffffff;
}

.logo {
	background-image: url("../image/Ltdesigns.png");
	width: 234px;
	height: 127px;
}
/*Slider content center code start */
.tex_int {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    font-family: 'Abel', sans-serif;
    color: #fff;
}

.cabecalho {
     background-image: url("../image/featured2.png");
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
	 margin: auto;
     display: block;
     height:100%;
     width:100%;
     padding: 60px;
     /*padding-left: 120px;*/
     box-sizing:border-box;
}
/*Slider content center code end*/

.cabeport {}

.ti_serv, .ti_porte {
	text-align: center;
	color: #333;
    font-family: 'Abel', sans-serif;
}

.ti_serv {
    padding-bottom: 44px;
}

.subti_porte {
	text-align: center;
	color: #333;
	padding-top: 50px;
}

/* codigo efeito overlay */

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    font-family: 'Abel', sans-serif;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 4.75em;
    background: #2a6395;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
    transform: translate3d(0,-10%,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    float: left;
    margin: 0px;
    display: inline-block;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    margin: 50px 0 0 0;
    background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
    color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}

.hovereffect p.icon-links a span:before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.sitemap {
    font-size: 13px;
    font-family: 'Abel', sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

#protsecao {
    padding-top: 100px;
    padding-bottom: 50px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/* codigo efeito overlay */

/* media querie */

@media screen and (max-width: 237px){

    #contatos {
        padding-top: 0px;
    }

}

@media screen and (max-width: 360px) and (min-width: 238px){

    #contatos {
        padding-top: 0px;
    }

}

@media screen and (max-width: 412px) and (min-width: 361px){

    #contatos {
        padding-top: 0px;
    }

}

@media screen and (max-width: 414px) and (min-width: 413px){

    #contatos {
        padding-top: 0px;
    }

}

@media screen and (max-width: 768px) and (min-width: 415px){

    #contatos {
        padding-top: 0px;
    }

}

@media screen and (max-width: 768px) {

}

@media only screen 
and (min-device-width : 640px) 
and (max-device-width : 1024px)  {
    #servicos {
    display: initial;
    vertical-align: middle;
    padding-top: 75px;
    padding-bottom: 100px;
    }
    
    .ti_serv {
    padding-top: 60px;
    }
    
    .col-md-3.dipad {
    padding-bottom: 60px;
    }
    
}
.cabecalho {

display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.tex_int {
    position: unset !important;
    top: unset !important;
    left: unset !important;
    transform: unset !important;
        padding-top: 0px !important;
}
@media screen and (max-width:50px){}
@media screen and (max-width:480px){}
@media screen and (max-width: 768px){
   .portfolio-item .hovereffect .overlay, .portfolio-item .hovereffect h2, .portfolio-item .hovereffect p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ti_porte.contati {
    margin-top: 98px;
}

        #rodape {
    padding-bottom: 56px;
}

    .col-md-3.pbd {
    padding-bottom: 35px;
    }
    .col-md-3.pbw {
    padding-bottom: 35px;
    }
    .col-md-3.cbd {
    padding-bottom: 35px;
    }
}
@media screen and (max-width: 991px){}
@media screen and (max-width: 1280px){}

.langbyl {
  float: right !important;
}

/* media querie */