@charset "utf-8";

div.barratop{
background-color:#fff;
}

body{
  background-color:#fff;
}

  

  .service-item{
    background-color:#fff;
    }

  body section{
    background-color:#fff;

  }







/* CSS Document */
/*
* {
  font-family: "Segoe UI";
  font-weight: 200;
}
*/

/*

h1 {
  text-align: center;
  margin-top: 40vh;
}



div {
  display: flex;
  justify-content: center;
}


button {
  padding: 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  font-size: 1em;
}
button:hover {
  background: rgb(45, 50, 102);
  color: rgb(255, 255, 255);
}
*/

/*
p.tituloprincipal {
  font-size:34px;
  font-family: 'montserratbold', sans-serif;
  color:#255b4d;
  font-weight:600;
  line-height:120%;
  padding-bottom:2%;
}
*/


p.subtitulos{
  font-size:30px;
  font-family: 'NotoSansBold', sans-serif;
  color:#255b4d;
  /*text-transform:uppercase;*/
  line-height:120%;
  padding-bottom:0;
}

p.subtitle{
  font-size:30px;
  color:#255b4d;
  font-family: 'NotoSansBold', sans-serif;
  line-height:120%;
  padding-bottom:0;
  padding-top: 5px;
}


p.subtitulos_contenidos{
  font-size:19px;
  font-family: 'NotoSansBold', sans-serif;
  color:#255b4d;
  font-weight:600;
  line-height:120%;
  padding-bottom:0;
}

ul.listado_modooscuros{
  color:#000;
  }

.panel-body>p{
  color:#000;

}