/* Blue Flat Button
==================================================*/
.btn-xlarge{
  position: relative;
  width: 100%;
  font-size: 20px;
  color: white;
  text-align: center;
  height: 100px;
  
  border: 0;

  cursor: pointer;

}



.btn-xlarge h6{
    color: rgba(255, 255, 255, 0.5);
}

.cor1{
    background:#027BBD;
    border-bottom: 3px solid #0292DF;
    -webkit-box-shadow: inset 0 -3px #0292DF;
    box-shadow: inset 0 -3px #0292DF;
}

.cor2{
    background:#0288D1;
    border-bottom: 3px solid #13ABFD;
    -webkit-box-shadow: inset 0 -3px #13ABFD;
    box-shadow: inset 0 -3px #13ABFD;
}

.cor3{
    background:#02A4FB;
    border-bottom: 3px solid #43BCFE;
    -webkit-box-shadow: inset 0 -3px #43BCFE;
    box-shadow: inset 0 -3px #43BCFE;
}

.cor4{
    background:#2FB5FD;
    border-bottom: 3px solid #72CDFE;
    -webkit-box-shadow: inset 0 -3px #72CDFE;
    box-shadow: inset 0 -3px #72CDFE;
}

.cor1:hover, .cor2:hover, .cor3:hover, .cor4:hover {
    transition: 0.2s;
    opacity: 0.84;
}

@media (max-width: 750px) {
    .btn-xlarge{height: auto;}
}
@media (max-width: 670px) {
    .btn-xlarge{height: 170px;}
}
