/* Add here all your CSS customizations */
.team-item .image-wrapper img {
    -webkit-transition: ease transform 300ms;
    -moz-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.team-item .image-wrapper {
    display: block;
    overflow: hidden;
}

.team-item {
    padding: 0px 10px;
}
.owl-carousel .owl-item > div {
    width: calc(100% + 2px);
}


.equipo h2{
	margin: 15px 0px 15px 10px;
	color: white !important;
}

.team-item .team-infos {
    position: relative;
    background: #FFF;
    padding: 25px;
 }

 .paddingBottom{

    padding-bottom: 30px;
 }

 .footer-fuente{
    font-size: 15px;
    padding: 45px 0 10px 0;
    text-transform: uppercase;
 }


.section-contacto p, .section-contacto h4, .section-contacto h5, .section-contacto label{
    color: #fff;
 }


@media only screen and (max-width: 600px) {
    .equipo-movil{
        display: block;
    }
    .equipo-pc{
        display: none;
    }
}
@media only screen and (min-width: 601px) {
    .equipo-movil{
        display: none;
    }
    .equipo-pc{
        display: block;
    }
}

.bg-footer-bottom{
    background-color: #212c3c;
}

.mt-10{
    margin-top: 10px;
}

.mb-10{
    margin-bottom: 10px;
}

.pt-10{
    padding-top: 10px;
}
.pt-15{
    padding-top: 15px;
}
.pb-10{
    padding-bottom: 10px;
}

.no-mb{
    margin-bottom: 0px !important;
}

.grid-item {
    margin-bottom: 10px;
  }

  .grid{
      margin: 0 auto;
  }