@charset "UTF-8";

/*Boton*/


body .lundin-boton{
	background: #C80021;
	border: 1px solid #C80021;
    color: #fff;
    font-weight: 700;
   
    text-align: center;
    line-height: 1.3em;
    display: inline-block;
    position: relative;
    padding: 4px 4px 4px 4px;
    z-index: 0;
    border-radius:20px;
   
}


body .lundin-boton:hover{

	background: #D43852;
	border: 1px solid #C80021;
    color: #fff;
}

body .lundin-boton-azul{
	background: #375E9D;
	border: 1px solid #375E9D;
    color: #fff;
    font-weight: 700;
   
    text-align: center;
    line-height: 1.3em;
    display: inline-block;
    position: relative;
    padding: 4px 4px 4px 4px;
    z-index: 0;
    border-radius:20px;
   
}


body .lundin-boton-azul:hover{

	background: #5375AB;
	border: 1px solid #375E9D;
    color: #fff;
}


boody .panelSafety .ui-panel-content {
    background: #D43852; /* Cambia el fondo */
    color: white; /* Cambia el color del texto */
}

#miPanelUnico .ui-panel-content {
    background: #D43852; /* Cambia el fondo */
    color: white; /* Cambia el color del texto */
}

.icono-tamanno .ui-icon {
    font-size: 24px; /* Ajusta el tamaño según tus necesidades */
    margin-top:-5px
}

.panelContainer .ui-panel-content{
		border-radius: 30px !important;
}