

@import url(https://fonts.googleapis.com/css?family=Lato:400,900italic,700italic,400italic,300italic,100italic,900,300,100,700);

body {
  background-color: #fff;
  font-family: "lato", arial;
  font-size: 18px;
  font-weight: 300;
  
}

main{
  background: url(assets/img/bg-home.png) no-repeat center center fixed;
  background-size: cover;
  font-family: "lato", arial;
  font-size: 18px;
  font-weight: 300;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  padding-bottom: 40px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}
a, p {
  font-weight: 300;
}
h1 {
  margin-bottom: 3px;
}
.navbar-default {
  background-color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar {
  border: 1px solid transparent;
  margin-bottom: 0px;
  min-height: 99px;
  position: relative;
}
.navbar-brand img {
  width: 115px;
}
.navbar-nav {
  float: left;
  margin: 0;
  margin-right: -12px;
  margin-top: 41px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #fff;
  color: #bb373a;
}
.navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent !important;
  color: #bb373a !important;
}
.nav > li > a {
  display: block;
  padding: 10px 0px 10px 24px;
  position: relative;
}

.carousel-caption {
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 5px 25px;
  position: absolute;
  right: 0;
  text-align: left;
  z-index: 10;
}
.carousel-indicators {
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0 50px 11px 0;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
  z-index: 15;
}
.carousel-indicators li {
  background-color: #000;
  background-color: rgba(229, 226, 227, 0.9);
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  width: 10px;
}
.texto {
  width: 80%;
}
.texto h3 {
  background-color: #282525;
}
.carousel-control.left, .carousel-control.right {
  background-image: none;
  display: none;
}
.section-white {
  padding: 0px 0;
}
.section-white {
  color: #555;
}
.padding-40 {
  margin-top: 40px;
}
.eventos {
}

.casamento2{
  background-image: url(assets/img/casamentos.jpg);
  min-height: 345px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.casamento img{
  
}

.casamento-efeito {
    
    /* margin-left: 50%; */
    /* margin-right: 50%; */
    margin-top: 30px;
    margin-left: 0px;
        float: left;
    text-align: center;
    width: 203px;
}

.eventos2{
  background-image: url(assets/img/eventos.jpg);
  min-height: 345px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.btn-evento{
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 300; 
    margin-top: 30px;   
    padding: 10px 25px;
    float: left;
    margin-left: 6px;
}

/*.casamento:before{
  content: "";
  background-image: url(assets/img/casamento-btn.png);
  width: 179px;
  height: 65px;
  top:15px;
  left: 29px;
  background-repeat: no-repeat;
  position: absolute;
}
*/

.btn-evento:hover {
  color: #fff;
  text-decoration: none;
}
.btn-casamento {
  background-color: rgba(0,0,0,0.5);
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 25px;
}
.btn-casamento:hover {
  color: #fff;
  text-decoration: none;
}

.casamento-efeito p {
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  font-size: 14px;
}
.sobre-img {
  float: right;
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  webkit-animation-duration: 0.5s;
  webkit-animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
  webkit-animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 0.5s;
  webkit-animation-duration: 0.5s;
}
/*@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
    webkit-transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
    webkit-transform: scale3d(.3,.3,.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
  webkit-animation-name: zoomIn;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
    webkit-transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(.3,.3,.3);
    webkit-transform: scale3d(.3,.3,.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
  webkit-animation-name: zoomOut;
}*/
#accordion .panel-title i.fa {
  moz-transition: -moz-transform 0.3s ease-in-out;
  o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
}
#accordion2 .panel-title i.fa {
  moz-transition: -moz-transform 0.3s ease-in-out;
  o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
}
#accordion3 .panel-title i.fa {
  moz-transition: -moz-transform 0.3s ease-in-out;
  o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
}
#accordion4 .panel-title i.fa {
  moz-transition: -moz-transform 0.3s ease-in-out;
  o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  webkit-transition: -webkit-transform 0.3s ease-in-out;
}

#accordion i {
  float: right;
}
#accordion2 i {
  float: right;
}
#accordion3 i {
  float: right;
}
#accordion4 i {
  float: right;
}
.rotate-icon {
  moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
  webkit-transform: rotate(-180deg);
}
.panel {
  background-color: transparent;
  border: 0px;
}
.panel-title {
  font-size: 18px;
}
.panel-title i {
  font-size: 16px;
}
.panel-title a:hover, .panel-title a:visited, .panel-title a:active, .panel-title a:focus {
  text-decoration: none;
}
.panel-group {
  margin-top: 10px;
}
.panel-group .panel+.panel {
  margin-top: 0px;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-heading {
  border-radius: 10px;
  color: white;
  padding: 15px 15px;
}
.panel-body {
  background-color: #fff;
}
.panel-custom {
  margin-bottom: 2px !important;
}
.panel-custom>.panel-heading {
  background-color: #5a5857;
}
.panel-group .panel:last-child {
}
.panel-collapse .collapse.in {
  border-bottom: 0;
}

/*==============================*/
/*====== galeria audio =========*/
/*==============================*/
.galeria li{list-style: none; display:inline-block;}
.galeria button{ background-color: transparent; border: none; font-size: 13px;}
.galeria ul li:last-child{ margin-top: 2px; margin-left: 5px;}
.galeria ul{border-bottom: 1px dotted #666}


/* =============================*/
/*=========== galeria ==========*/
/*==============================*/

.galeria {margin-top: 20px;}
.galeria div{margin-top: 20px;}


/*==============================*/
/*========== contato ===========*/
/*==============================*/ 
#contato h2 {
  margin-bottom: 2px;
  margin-top: 0;
}

#contato .formulario-contato{
  overflow: hidden;
}
#contato p {
  font-size: 14px;
  margin-bottom: 1px;
}
#contato form {
  margin-top: 15px;
}
#contato input[type="text"] {
  background-color: rgba(0, 0, 0, 0.77);
  border: none;
  color: #fff;
  float: left;
  height: 40px;
  margin-bottom: 6px;
  padding-left: 5px;
  width: 100%;
}
#contato input[type="submit"] {
  background-color: #bb373a;
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  float: right;
  padding: 5px 20px;
}
#contato input[type="submit"]:hover {
  color: rgba(255, 255, 255, 0.99);
}
#contato textarea {
  background-color: rgba(0, 0, 0, 0.77);
  border: none;
  color: #fff;
  float: left;
  margin-bottom: 6px;
  padding-left: 5px;
  width: 100%;
}
#contato ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: italic;
}
#contato :-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: italic;
}
#contato ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: italic;
}
#contato :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-style: italic;
}
.msgValida {
  background-color: #ccc;
  padding: 10px 11px;
  text-align: center;
  color: #900;
  margin: 10px 0;
  font-size: 1.2em;
}

footer {
  background-color: #fff;
  height: 70px;
  margin-top: 0px;
}


footer .logo {
  height: 50px;
}
footer .copy a {
  color: #777 !important;
  font-family: 'Lato', sans-serif;
  font-size: 10px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
footer .copy img {
  margin-left: 5px;
  position: relative;
  top: -2px;
}
footer a {
  color: #777;
  float: right;
  margin-top: 19px;
}
footer a:hover {
  color: #777;
  text-decoration: none;
}

/*-----------------------Media Queries----------------------*/

@media (min-width:320px) and(max-width: 550px){
  

}

@media screen and (max-width: 992px) {
  .container {
  }
}
@media screen and (max-width: 991px) {
  
  #contato .iframe{
  margin-top: 20px;
}
}
@media screen and (max-width: 768px) {
  .section-white {
    padding: 0 0;
  }

}

@media screen and(max-width: 750px){
  .col-md-6.col-sm-6.casamento {
    margin-top: 15px;
  }
}

@media screen and (max-width: 691px){
  .col-md-6.col-sm-6.casamento {
    margin-top: 15px;
  }
}


@media (min-width:977px) and (max-width: 1200px){

.casamento-efeito {
  /*margin-top: -251px;*/
}






}

.eventos-propaganda img{
  margin-top: 25px;
}

.ativo{
  color: #bb373a;
}