/* General button style (reset) */
.btn {
	border: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 18px 60px;
	display: inline-block;
	margin: 15px 30px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border-left: 4px solid #fff;
	color: #fff;
}


/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
}

.btn-1c:hover,
.btn-1c:active {
	color: #0e83cd;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}


/*------------------------*/
/* BOTON DE INDEX */

.btn01 {
	color: #fff;
	font-weight: 300;
	background-color:  #7fb44a;

}

.btn-1:hover{
	background-color:  #94af79;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:hover, .btn:focus, .btn.focus{
	background-color:  #94af79;
	color: #fff;
}
.btn:active, .btn.active{
	box-shadow: none;
}




/* BOTONES DE SOLICITUD DE TRAMITES  */

/* VERDE CLARO */
.btn-02 {
    border: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 41px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
    height: 100px;
    width: 100%;
    text-align: left;
}

.btn-02:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-2 {
	border-left: 7px solid #7fb44a;
	color: #5F1F7B;
	font-size: 23px;
	background: #f5f5f5;
}

.btn-2:hover{
	background-color: #7fb44a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-2c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #7fb44a;
}

.btn-2c:hover,
.btn-c:active {
	color: #fff;
}

.btn-2c:hover:after,
.btn-2c:active:after {
	width: 100%;

}

.btn-2c .active {
	color: #fff;
	background: #7fb44a;

}

/*-------------------*/
/* FUCSIA */
.btn-03 {
    border: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 41px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
    height: 100px;
    width: 100%;
    text-align: left;
}

.btn-03:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-3 {
	border-left: 7px solid #c4368c;
	color: #5F1F7B;
	font-size: 23px;
	background: #f5f5f5;
}

.btn-3:hover{
	background-color: #c4368c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-3c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #c4368c;
}

.btn-3c:hover,
.btn-3:active {
	color: #fff;


}

.btn-3c:hover:after,
.btn-3c:active:after {
	width: 100%;

}

.btn-3c .active {
	color: #fff;
	background: #c4368c;
}

/*---------------------------*/

/* VERDE OSCURO */
.btn-04 {
    border: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 41px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
    height: 100px;
    width: 100%;
    text-align: left;
}

.btn-04:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4 {
	border-left: 7px solid #25714a;
	color: #5F1F7B;
	font-size: 23px;
	background: #f5f5f5;
}

.btn-4:hover{
	background-color:  #25714a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-4c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #25714a;
}

.btn-4c:hover,
.btn-4:active {
	color: #fff;
}

.btn-4c:hover:after,
.btn-4c:active:after {
	width: 100%;
}

.btn-4c .active {
	color: #fff;
	background: #25714a;

}

/*---------------------------*/

/* CELESTE */
.btn-05 {
    border: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 5px 41px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 20px;
    height: 100px;
    width: 100%;
    text-align: left;
}

.btn-05:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5 {
	border-left: 7px solid #018dc0;
	color: #5F1F7B;
	font-size: 23px;
	background: #f5f5f5;
}

.btn-5:hover{
	background-color:  #018dc0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-5c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #018dc0;
}

.btn-5c:hover,
.btn-5:active {
	color: #fff;
}

.btn-5c:hover:after,
.btn-5c:active:after {
	width: 100%;

}

.btn-5c .active {
	color: #fff;
	background: #018dc0;
}



