/* GENERALES */

p{
  font-size: 15px !important;
}

/* Logo cabezal */
.logo-cabezal{
    width: 110px !important;
}

/* Margen menu principal header */
.bd-menu-1{
    margin-top: 12px !important;
}

/* Margen iconos header */
.bd-socialicons-2{
    margin-top: 25px !important;
}

.titulo-pag{
  font-size: 30px !important;
  font-weight: 600 !important;
}


/* Pie de pagina */

.titulo-pie{
  font-size: 18px !important;
}

.redes-pie{
  border-radius: 35% !important;
  font-size: 18px !important;
  background-color: transparent !important;
  color:#ccc !important;
  margin-right: 3px !important;
}

.textos-pie{
  font-size: 14px !important;
}


/* Logo pie de pagina */
.logo-pie{
  width: 30% !important;
}

/* Pagina HOME */

.titulo-slide{
    font-size: 35px !important;
    line-height: 40px !important;
    color:#fff !important;
}

@media only screen and (max-width: 767px){
    .titulo-slide{
      font-size: 25px !important;
      width: 300px !important;
      line-height: 30px !important;
    }
}

@media only screen and (max-width: 767px){
    .titulo-slide-3{
      font-size: 25px !important;
      width: 200px !important;
      line-height: 30px !important;
      color:#fff !important;
    }
}


@media only screen and (max-width: 767px){
  .textos-slide{
    /*display: none !important;*/
    width: 300px !important;
  }
}

@media only screen and (max-width: 767px){
  .textos-slide-3{
    /*display: none !important;*/
    width: 200px !important;
    margin-left: -40px !important;
  }
}


@media only screen and (max-width: 767px){
  .boton-contacto{
    margin-top: 50px !important;
  }
}

.boton-leer-mas{
  color: #fff !important;
  border-color: #fff !important;

}

@media only screen and (max-width: 767px){
  .boton-leer-mas{
    margin-top: 70px !important;
    margin-left: -40px !important;
  }
}

/* Bloque texto slide 2 */
.bd-textblock-15-1 {
  position: absolute !important;
  top: 46% !important;
  left: 2% !important;
  right: auto !important;
  bottom: auto !important;
  width: 482px;
  height: 75px;
}

.bd-textblock-15-1 {
  color: #f5f5f5;
  font-size: 16px;
}

.titulo-nuestra-mision{
  text-transform: none !important;
  font-weight: 600 !important;
}

.titulo-quehacemos{
  text-transform: none !important;
  font-size: 35px !important;
  font-weight: 600 !important;
}

/* Página SERVICIOS */

.item-servicios{
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* Pagina NOTICIAS */

.titulo-noticias{
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* Pagina CONTACTO */

.titulo-contacto{
  font-size: 20px !important;
}

.aviso-form{
  text-align: center !important;
}

