/* GLOBAL STYLES
-------------------------------------------------- */

main{margin-top: 86px;}

.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
.carousel-item {
  height: 100%;
}
.carousel-item > img {
  min-width: 100%;
}

@media (min-width: 481px) {
    #myCarousel-mob {
        display: none;
    }
}
@media (max-width: 480px) {
    #myCarousel {
        display: none;
    }
}

/* ABOUT
-------------------------------------------------- */
.about img {
    width: 240px;
    border-radius: 50%;
    border: 5px solid #dd4aa4;
}
.about {
  text-align: center;
    margin-top: 4rem;
}

.galeria img{
    width: 18.8%;
    margin-bottom: 4px;
    background-color: #111;
    opacity: .7;
}
.galeria img:hover {
    opacity: 1;
}
.galeria p{
    text-align: center;
}
.galeria p:after{
    content: "";
    width: 150px;
    height: 3px;
    background: #dd4aa4;
    display: block;
    margin: 10px auto;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.05rem;
    padding-bottom: 5px;
}
.featurette-heading:after {
    content: "";
    width: 150px;
    height: 3px;
    background: #dd4aa4;
    display: block;
    margin: 10px 0;
}

.contact{
    background: url(../img/back-1.jpg);
    background-repeat: no-repeat;
    padding: 50px 0;
}
.social{
    display: flex;
    align-items: center;
    margin: 30px 0;
    justify-content: space-evenly;
    flex-direction: column;
}
.social a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.social a:hover{
    color: #dd4aa4;
}
.social img{
    margin-right: 10px;
}
img.logo-footer{
    margin-right: 0;
}
.social h3{
    color:#fff;
    text-align: center;
}
.social h3:after{
    content: "";
    width: 150px;
    height: 3px;
    background: #dd4aa4;
    display: block;
    margin: 10px auto;
}

footer {
    background-color: #330c24;
    color: #fff;
    padding: 20px;
    line-height: 40px;
}

footer #top:hover{fill:#dd4aa4;}


.google-review a{
    position: fixed;
    max-width: 120px;
    bottom: 50px;
    right: 10px;
}
.google-review a:hover{
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
@media (max-width: 480px) {
    .google-review a{
        max-width: 100px;
    }
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 767px) {
    .social {
/*        display: block;*/
        margin: 0 0 30px 0;
    }
    .social a{
        margin: 20px 0;
    }
/*    .social h3:after{
        margin: 10px 0;
    }*/
    .logo-footer{
        margin-bottom: 20px;
    }
}

@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

