::selection {
  background-color: #D17600;
  color: #ffffff;
}

@media (max-width: 768px) {
  .centro-home-xs {
  margin-left: 8px !important;
  margin-top: 40px;
  margin-bottom: -150px;
  text-align: center;
   } 
}

@media (max-width: 768px) {
  .centro-home-xs-index {
  margin-left: 8px !important;
  margin-top: 40px;
  margin-bottom: -180px;
  text-align: center;
   } 
}



@media (max-width: 768px) {
  .h3-newsletter {
    font-size: 20px;
    text-align: center;
    margin-left: 40% !important;
   } 
}

@media (min-width: 769px) {
  .h3-newsletter {
    font-size: 28px;
   } 
}




.titulo-secao{
  font-family: 'Cabin Sketch', cursive;
  font-size: 42px;
  color: #D17600; 
  text-shadow: 1px 0 #004e86, 2px 0 #004e86, 0 2px #004e86; 
}

@media (min-width: 769px) {
  .p-pagina {
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    text-indent: 30px;
    color: #004e86;
    line-height: 25px;
   } 
}

@media (max-width: 768px) {
  .p-pagina {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    text-indent: 30px;
    color: #004e86;
    line-height: 25px;
    margin-right: 20px;
    margin-left: 20px;
   } 
}



/* slides index */
.post-slide2{
    margin: 0 15px;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}

.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #004e86;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .read-more:hover{
    background: #003e6b;
    text-decoration: none;
}



.footer-link{
  color:  white;
}
.footer-link:hover{
  color:  #D17600;
  text-decoration: none;
  font-weight: bold;
}


.btn-header-search{
  background-color: #ff0000; 
  color: white;
  border: none;
}
.btn-header-search:hover{
  background-color: white; 
  color: #003b8b; 
  cursor: pointer;
}

.bg-primary {
  background-color: #004e86!important;
}

.text-primary {
  color: #004e86!important;
}

.border-special{
  border-bottom: 3px #ffffff solid;
}

.conceptual_footer{
  background-image: url(../imagens/degrade.png);
  background-repeat: repeat-x;
  width: 100%;
  height:254px;
}

@media only screen and (max-width:768px) {
  .conceptual{
    background-image: url(../imagens/degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height:90px;
  }
}

@media only screen and (max-width:375px) {
  .conceptual{
    background-image: url(../imagens/degrade.png);
    background-repeat: repeat-x;
    width: 100%;
    height:45px;
  }
}

.footer{
  background-image: url(../imagens/bg_footer.png);
  background-repeat: repeat;
  width: 100%;
  min-height: 330px;
}

.no-padding{
  padding: 0px!important;
}


@media (max-width: 768px) {
  .form-custom {
    width: 205px !important;
    background: #003b8b!important;
    padding: 0px!important;
    margin-left:  -10px;
    line-height: 0.2!important;
    height: 40px !important;
    border: 1px solid #003b8b!important;
   } 
}
@media (min-width: 769px) {
  .form-custom {
    width: 230px !important;
    background: #003b8b!important;
    padding: 0px!important;
    line-height: 0.2!important;
    height: 40px !important;
    border: 1px solid #003b8b!important;
   } 
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

input:focus, input:focus {
    color: #ff0000;
    font-weight: bold;
}


li a:hover { background-color: #ff0000; }

/********** CSS CUSTOM *************/
@media (min-width: 576px) {
    .hidden-sm-up{
       display:none!important
   }

   
}
@media (max-width: 767px) {
    .hidden-sm-down{
       display:none!important
   }
}
@media (min-width: 768px) {
    .hidden-md-up{
       display:none!important
   }
}
@media (max-width: 991px) {
    .hidden-md-down{
       display:none!important
   }
}
@media (min-width: 992px) {
    .hidden-lg-up{
       display:none!important
   }
}
@media (max-width: 1199px) {
    .hidden-lg-down{
       display:none!important
   }
}
@media (min-width: 1200px) {
    .hidden-xl-up{
       display:none!important
   }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-10px);
        -moz-transform: translatex(-10px);
        -o-transform: translatex(-10px);
        transform: translatex(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity:0;
        -webkit-transform: translatex(-100px);
        -moz-transform: translatex(-100px);
        -o-transform: translatex(-100px);
        transform: translatex(-100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-left {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@-moz-keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(10px);
        -moz-transform: translatex(10px);
        -o-transform: translatex(10px);
        transform: translatex(10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
@keyframes fadeInRight {
    from {
        opacity:0;
        -webkit-transform: translatex(100px);
        -moz-transform: translatex(100px);
        -o-transform: translatex(100px);
        transform: translatex(100px);
    }
    to {
        opacity:1;
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.in-right {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
}
