.white-outline {
  border-radius: 25px;
  border: 2px solid white;
  color: white;
}

.circle {
  color: white;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  text-align: center;
  padding-top: 30px;
}

.dark-green{
    background-color: rgb(11,130,55);
}

.btn-green {
    background-color: white;
    color: rgb(11,130,55);
    border-radius: 25px;
}
.btn-green:hover{
  background-color: black;
}

.green-outline{
    border-radius: 25px;
  border: 2px solid rgb(11,130,55);
  color: rgb(11,130,55);
}

.tip-title{
  text-align: center;
  color:rgb(11,130,55);
}

.acontact{
  color: white;
  text-decoration: none;
}

.acontact:hover{
  color: white;
  text-decoration: underline;
}

/*FOOTER*/
.aaa{
  overflow: hidden;
  background-size: 100vw;
  background-repeat: no-repeat;
  color: white;    
}
.inputMessage2{
  background-color: rgb(190, 223, 170); 
  border: none;
  border-radius: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  color: rgb(11,130,55);
  width: 100%;
  height: 30px;
  float: right;
}
.message{
  width: 100%;
  height: 50px;
  text-align: left;
}

.messageSend{   
  width: 100%;    
  padding-top: 50px;
  max-width: 400px;
  position: relative;        
  margin-left: 15px;
}

.btnSendMessage{
  float: right;
  margin-right: 10px;
  
  border-radius: 10px;
  border: none;
  background-color: white;
}

.btnSendMessage:hover{
  background-color: rgb(11,130,55); 
  color: black;
}

.info-text{
  /*width: 250px;*/
  color: white;
  float: right;
  text-align: right;
  padding-right: 0px;
}

/*TIPS*/
.tip-page{
  background-image: url("/images/FONDO-06\(1\).png");
  background-repeat: repeat-y;
  background-color: white;
   background-position: center;
   background-size: cover;
   text-align: justify;
   padding-right: 90px;
   padding-left: 90px;
   color: rgb(11,130,55);
}