.instafeed{
  display: flex;
  flex-flow: row wrap;
}
.instafeed .instafeeditem{
  width: 32%;
  flex: auto;
  margin: 5px;
  overflow: hidden;
}
.instafeed img{
 object-fit: cover;
 object-position: 50% 50%;
 height: 100%;
 width: 100%;
 max-height: 350px;
}
.instafeed img:hover{
  opacity:0.8;
  -moz-opacity:0.8;
  -webkit-opacity:0.8;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 768px) {
  .instafeed .instafeeditem{
    width:50% !important;
  }
}
@media (max-width: 411px) {
.instafeed .instafeeditem{
    width:100% !important;
  }
}

/* VIDEO */
.video-section{
  background: linear-gradient(to right, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
}
.video-section .pattern-overlay {
/*background-color: rgba(71, 71, 71, 0.59); Escurecer o video */
padding: 110px 0 32px;
min-height: 525px; }
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

/* MENU */

.wattsapp{
  color: #fff;
}
.logo{
  width: 100%;
  margin-top: 15px;
  position: relative;
  margin-right: -30px;
}
.logo_mini img{
  width: 50%;
  padding-left:20px;
  padding-top: 10
}
blockquote{
  display:block;
  padding: 35px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  border: none;

  /*Font*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  }

blockquote::before{
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  left: 10px;
  top:5px;
}
blockquote::after{
  content: "\201D";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  position: absolute;
  right: 10px;
}
/* MENU */
.navbar {
  background-color: #FFF;
}
.linha{
  height: 10px;
  background: rgba(86,119,173,1);
  background: -moz-linear-gradient(left, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86,119,173,1)), color-stop(23%, rgba(155,117,158,1)), color-stop(42%, rgba(235,124,174,1)), color-stop(71%, rgba(240,156,176,1)), color-stop(94%, rgba(155,117,158,1)), color-stop(100%, rgba(86,119,173,1)));
  background: -webkit-linear-gradient(left, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
  background: -o-linear-gradient(left, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
  background: -ms-linear-gradient(left, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
  background: linear-gradient(to right, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5677ad', endColorstr='#5677ad', GradientType=1 );
}
h1, h2, h3{
  font-family: 'Poiret One', cursive;
}
.navbar ul{
  margin-top: 35px;
}
.navbar-nav>li>a{
  font-weight: bold;
  color: #888;
  height: 40px;
}
.navbar-nav>li :hover,.navbar-nav>li :active,.navbar-nav>li :focus{
background-image: none !important;
background-color: transparent !important;
border-bottom: solid 2px #E07CA6;
color: #E07CA6;
}
/* ERRO */
 .error{
  color: #f55057;
  font-size: 12px;
 }
body{
  font-family: 'Raleway', sans-serif;
}
#parallaxBar{
    height:300px;
    background-color:#004c82;
    background: url(../img/parallax1.jpg) 50% 0 fixed;
    position: relative;
    padding-top: 40px;
}
#parallaxBar h1{
  color: #fff;
  font-size: 60px;
}
h4{
  color: #777;
  padding-bottom: 20px;
}
i{
  color: #777;
}
p{
  line-height: 2em;
}
hr{
  border-top: 1px dotted #005AF2;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* PAGINA */

.pagina h3{
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}
/* BANNER */
.banner{
  padding-top: 3px;
  padding-bottom: 3px;
}
.banner_pagina{
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel-caption{
  font-family: 'Poiret One', cursive;
  background-color: rgba(51,51,51,.3);
  right: 0%;
  left: 0%;
  bottom: 30px;
  z-index: 10;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #FFF;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption h1{
  font-size: 28px;
}
/* FIM */


/*   DEPOIMENTO   */
.depoimento{
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-image: url(../img/bg1.png);
  background-repeat: repeat-x;
}
.depoimento h4{
  color: #666666;
}
.depoimento img{
  height: 150px;
  width: 150px;
  padding: 3px;
  border: solid 2px #fff;
}
/*   DEPOIMENTO FIM   */

.rsvp input {
    margin-bottom: 10px;
    background: transparent;
    padding: 10px;
    padding-left: 20px;
    border: solid 1px #999;
}
.rsvp .btn2{
  background: linear-gradient(to right, rgba(86,119,173,1) 0%, rgba(155,117,158,1) 23%, rgba(235,124,174,1) 42%, rgba(240,156,176,1) 71%, rgba(155,117,158,1) 94%, rgba(86,119,173,1) 100%);
}
.rsvp textarea{
  margin-bottom: 10px;
  background: transparent;
  padding: 10px;
  padding-left: 20px;
  border: solid 2px #999;
}

.rodape H3{
  color: #E0E0E0;
}
.rodape{
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #474747;
  color: #E0E0E0;
}
.rodape input {
    margin-bottom: 10px;
    background: transparent;
    padding: 10px;
    padding-left: 20px;
    border: solid 1px #999;
    color: #E0E0E0;
}
.rodape textarea{
  margin-bottom: 10px;
  background: transparent;
  padding: 10px;
  padding-left: 20px;
  border: solid 2px #999;
  color: #E0E0E0 !important;
}
.rodape ::-webkit-input-placeholder{color: #E0E0E0 !important;}
.rodape :-ms-input-placeholder{color: #E0E0E0 !important;}
.rodape ::-moz-placeholder, {color: #E0E0E0 !important;}
.rodape :-moz-placeholder{color: #E0E0E0 !important;}
.rodape {padding-top: 50px;padding-bottom: 50px; color:#E0E0E0;}

.btn2{
  padding: 17px 50px !important;
  text-transform: uppercase !important;
  //background-color: #005AF2 !important;
  color: #fff !important;
  letter-spacing: 1.5px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}

.tres_colunas{

  background-color: #FFF;
  padding-top: 30px;
  padding-bottom: 40px;
}
.tres_colunas p, i, h3, h4{
  color: #666666;
}

.navbar-toggle{
    border: 1px solid #888;
}
.home-social .fa{
  padding-right: 15px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #E0E0E0;
}

.systemprime{
    padding-top: 50px;
    padding-bottom: 20px;
    color: #9e9e9e
}
.systemprime a{
    color: #9e9e9e
}
