#precios .tit-1 {
    font-weight: bold;
    color:#EB6419;
    font-size: 16px;
    text-align: center;
}

#precios .sub-1 {
    text-align: center;
    margin-top: -5px;
    font-size: 24px;
    color: #3C3C3B;
}

#precios .cuadrito {
    text-align: center;
    font-size: 13px;
    color: #EB6419;
    margin-top: -10px;
    margin-bottom: 15px;
}

#precios .price {
    font-size: 32px;
    color: #EB6419;
    font-weight: 500;
    line-height: 1;
}

#precios .mxn {
    font-size: 18px;
    color: #EB6419;
    font-weight: 500;
}

#precios .cuadro {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(104, 97, 97, 0.16), 0 2px 10px 0 rgba(204, 200, 200, 0.12);
    border-bottom: 4px solid #ccc;
    margin: 20px 0;
    
    text-align: center;
    height: auto;
}

#precios .cuadro:after {
    content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background-color: #1786C8;
	transition: 0.5s;
}

#precios .cuadro:hover {
    transform: scale(1.05);
	-webkit-box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#precios .cuadro:hover:after {
    width: 100%;
}

#precios .cuadro p {
    font-family: 'Open Sans', sans-serif;
    color: #747472;
    font-size: 14px;
    line-height: 2;
}


/*-------BOTONES PRECIOS---------*/

#precios .boton-precio {
    text-align: center;
}

#precios .boton-precio a {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    cursor: pointer;   
    text-decoration: none;
    background-color: #1786C8;
}

#precios .boton-precio a:hover {
    background: #EB6419;

}

/*-------EFECTOS BOTONES PRECIOS---------*/

#precios .animated-but:link, .animated-but:visited {
	position: relative;
    padding: 6px 0;
    width: 150px;
    color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	border-radius: 0;
	z-index: 15;
    margin: 10px 0 15px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

#precios .animated-but:link:after, .animated-but:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
    
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#precios .animated-but:link:hover, .animated-but:visited:hover {
	color: #fff;
    border: 1px solid #EB6419 !important;
}

#precios .animated-but:link:hover:after, .animated-but:visited:hover:after {
	height: 450%;
}

/* Victoria Buttons */

#precios .animated-but.victoria-two {
	border: 1px solid #1786C8;

}
#precios .animated-but.victoria-two:after {
	background: #EB6419;
    
	-moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
	transform: translateX(-50%) translateY(-50%) rotate(25deg);
}

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