/* emociones.bio */

body {
  font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  color:#111;
}

a,
a:active,
a:focus,
a:hover {
  color: #4b8f3e;
}


/* btns */
.btnGreen {
  background: #4b8f3e;
  border-radius: 2px;
  padding: 3px 10px;
  color: #fff;
}
.btnGreen:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}
.btnGreen--marginBot {
  margin: 0 0 15px 0;
}
/* end btns */


.textHight span {
  font-size: 18px;
  font-weight: bold;
}


.center_col {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.center_col p {
  text-align: center;
}

/* intro */
.intro {
  background-image: url("../img/arboles_red.jpg"); /* ein-steig.jpg */
  height: 294px;
  min-height: unset;
}
.intro .content {
  padding: 55px 0;
}
.intro .top,
.intro .top h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.logo_top {
  width: 300px
}

/* end intro */





/* menu */
header .logo_menu img {
  width: 225px;
  margin: 5px;
}
.navbar {
  min-height: 50px;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
  border-bottom:1px solid #4b8f3e;
  color:#4b8f3e;
}
.navbar-brand {
  padding: 0 10px;
}
/* end menu */




/* top */
.top {
  padding: 60px 0 0 0
}
/* end top */




/* firmas */
.firmas .text {
  text-align: center;
  margin: 0 0 40px 0;
}
.firmas .box {
  display: flex;
  flex-direction: column;
  border: 1px solid #c1c1c1;
  padding: 30px;
  margin: 30px 30px 60px 30px;
  border-radius: 2px;
}
.firmas .box .icon,
.firmas .box .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.firmas .box .text p {
  text-align: center;
}
.firmas .box .icon img {
  margin:0 0 10px 0;
}
.firmas .so_fresh .box .icon img{
  width: 100%;
}
.firmas .can_miquel .box .icon img,
.firmas .adiestradork9 .box .icon img {
  width: 150px;
}

@media (min-width: 768px) {
  .firmas .box .icon {
    height: 100px;
  }
  .firmas .box .icon img {
    margin:0;
  }
  .firmas .can_miquel .box .icon img,
  .firmas .adiestradork9 .box .icon img {
    width: 200px;
  }
}

/* end firmas */






/* about */
.about {
  /*
  border-top:1px solid #4b8f3e;
  border-bottom:1px solid #4b8f3e;
  */
  padding: 0;
}
.about .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about .text p {
  text-align: center;
}
.cita_about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cita_about img {
  width: 300px
}
/* end about */


/* contact */

@media (min-width: 992px) {
  .contact .contact_form {
    margin: -50px 0 0 0; 
  }
}
/* end contact */











/* media querys */
@media (max-width: 768px) {

}
@media (min-width: 769px) {

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (max-width: 991px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}


