.titulo {
  color: #312980;
  background-color: transparent;  
  font-family: "Latin Modern Roman 10";
  /*font-style: oblique;*/ 
  font-size:5vw;
  text-shadow: 2px 2px 5px #3c8dbc;
  }

.subtitulo{
  color: #312980;
  background-color: transparent;  
  font-family: "Latin Modern Roman 10";
  font-size:2vw;
  text-shadow: 2px 2px 5px #3c8dbc;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
/*-----------------------
Parsley Varifation
-------------------------*/

.parsley-errors-list.filled {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 7px 29px;
    position: relative;
    background-color: #f96a6a;
    color: #FFF;
}