/*********************************************************************************

	Template Name: Template Full Name Here
	Description: A perfect template to build beautiful and unique medical websites. It comes with nice and clean design.
	Version: 1.0

	Note: This is custom css.

**********************************************************************************/

.logoCustomHeader{
    width:250px !important; 
}

.linea-descuento{
	text-decoration: line-through black;
	-webkit-text-decoration-line: line-through;
	-webkit-text-decoration-color: #000;
}

@media only screen and (max-width: 768px)
{
	.logoCustomHeader{
        width:200px !important;
    }
}

.list-item-paquetes{
	color: #575757 !important;
	font-family: 'Montserrat', sans-serif !important;
}

.signo-precio{
	font-size: 4rem !important;    
    vertical-align: middle !important;
}

.nombre-producto{
	font-size: 3rem !important;    
    vertical-align: middle !important;
}

.signo-precio-tv{
	font-size: 3rem !important;    
    vertical-align: middle !important;
}

ul.ft-menu-list li a{
	font-family: 'Montserrat', sans-serif !important;
}

.mtop-80{
	margin-top:80px;
}