.container {
    max-width: 96%;
	margin-left:auto;
	margin-right:auto;

}


/* DEFAULT - END */
.cubas{
	display:flex;
	background:#FF0000;
	height:50px;
	margin-top:15px;
	margin-bottom:15px;
	}
.cubas h2{
	color:#FFFFFF;
	font-size:21px;
	margin:auto;
	}
/* DEFAULT BUTTON - START */

.button {
	text-align:center;
	width:100%;
  padding: 20px 20px;
  display: inline-block;
  position: relative;
  font-family: montserratlight, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  border: 1px solid #ccc;
  color: #181818;
  transition: box-shadow 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.button:visited, .button:link {
  color: #181818;
  text-decoration: none;
}

.button::before {
  position: absolute;
  content: "";
  background: #FFF;
  height: 100%;
  width: 0%;
  top:0;
  left:0;
  transition: width 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button span {
  left: 0;
    vertical-align: middle;
  transition: left 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: left, color;
  position: relative;
  display: inline-block;
  font-size: 40px;
}

.button img {
  transition: left 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: left, color;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width:40px;
  margin-right: 15px;
}

.button span::before, .button span::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 1px;
    background: #FFF;
    display: inline-block;
    bottom: 50%;
    transform-origin: 100% 50%;
    opacity: 0;
    transition: color 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-property: color, transform;
    left: -20px;
}


.button span::before {
    transform: rotate(0deg);
}

.button span::after {
    transform: rotate(0deg);
}

.button:hover::before {
    width: 100%;
}

.button:hover > span {
    color: black;
}

.button:hover > span::before, .button:hover > span::after {
    background: black;
}

.button:hover > span {
    left: 10px;
}

.button:hover > span::before, .button:hover > span::after {
    opacity: 1;  
}

.button:hover > span::before {
   transform: rotate(-45deg);
}

.button:hover > span::after {
   transform: rotate(45deg);
}

/* DEFAULT BUTTON - END */


/* Orange - START */

.button.orange {
    background: linear-gradient(to left, #04bafc, #04d8fc);
    border-color: transparent;
    color: #FFF;  
    box-shadow: 10px 12px 20px rgba(0,0,0,0.2);
}

.button.orange:hover {
    box-shadow: 10px 12px 20px rgba(0,0,0,0.15);
}

.button.orange::before {
    background: linear-gradient(to left, #eb8829, #af5600);
    background: #ea7300;
}

.button.orange:hover > span {
    color: #FFF;
}

.button.orange:hover > span::before, .button.orange:hover > span::after {
    background: #FFF;
}

/* Orange - END */


/* Transparent To Orange - START */

.button.transparentToOrange {
  border-color: #ccc;
  color: #181818;
}

.button.transparentToOrange::before {
  position: absolute;
  content: "";
  background: #FFF;
  height: 100%;
  width: 0%;
  top:0;
  left:0;
  transition: width 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button.transparentToOrange::before {
    background: linear-gradient(to left, #eb8829, #E5862C);
}

.button.transparentToOrange:hover {
    border-color: #ea7600
}

.button.transparentToOrange:hover::before {
  width: 100%;
}

.button.transparentToOrange:hover > span {
    color: #FFF;
}

.button.transparentToOrange:hover > span::before, .button.transparentToOrange:hover > span::after {
    background: #FFF;
}

/* Transparent To Orange - END */

/* white - START */

.button.white {
    color: #FFF;
}

/* white - END */

/* button 2*/

.button2 {
  display: inline-block;
  width:100%;
  height: 50px;
  line-height: 50px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:#fb735c;
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 16px;
  
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button2 span {
  position: absolute;
  left: 0;
  width: 50px;
  background-color:rgba(0,0,0,0.5);
  text-align:center;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
}

.button2:hover span, .button2.active span {
  background-color:#c4dfe6;
  border-right: 1px solid  rgba(0,0,0,0.3);
}

.button2:active {
  margin-top: 2px;
  margin-bottom: 13px;

  -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
box-shadow:0px 1px 0px rgba(255,255,255,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}

.button2.orange {
  background: #74acd4;
}

.button2.purple {
  background: #248eb6;
}

.button2.turquoise {
  background: #078898;
  font-size:16px;
}

.button2.red {
  background: #80BD9E;
}





